Displaying 1 result from an estimated 1 matches for "run_50th".
2012 Oct 02
2
Efficient Way to gather data from various files
...t;.
These DBF files have 2 columns of interest. One is the "run number" the
other is the "statistic." I'm interested in the median and 90th percentile
of the "statistic" as well as their corresponding run numbers. Ultimately,
I want a table that consists of
ID Run_50th Stat_50 Run_90 Stat_90
1AB 5 102010 3 144376
1AC 3 999999 6 999999999
etc.
Where I currently have a dataset that has
ID
1AB
1AC
etc.
And there are several DBF files that are in folders i.e.
"folder1/1AC/folder2/blah.dbf"
This dbf looks like
r...