Difference between revisions of "QC.py"
Jump to navigation
Jump to search
imported>Bob (Created page with "===Program Overview=== QC.py is part of csv_utilities family of utilities. ===Usage=== Check out these downloads: * Corrections Excel File: * Precorrections csv File: ===C...") |
imported>Bob |
||
Line 5: | Line 5: | ||
Check out these downloads: | Check out these downloads: | ||
* Corrections Excel File: | * Corrections Excel File: | ||
+ | ** Format: | ||
+ | *** Column A = Date | ||
+ | *** Column B = Corrected value | ||
+ | *** Column C = Optional record of why the value was changed. | ||
* Precorrections csv File: | * Precorrections csv File: | ||
− | + | ** Format is standard datapro output: | |
− | ===Command Line== | + | *** "2016-06-12 14:00:00",-5.3 |
+ | ===Command Line=== | ||
python qc.py --input=blueberry/outputs/sw_in.csv --short=blueberry/qc/c2_fix_sw_in.xls | python qc.py --input=blueberry/outputs/sw_in.csv --short=blueberry/qc/c2_fix_sw_in.xls |
Revision as of 10:05, 23 June 2016
Program Overview
QC.py is part of csv_utilities family of utilities.
Usage
Check out these downloads:
- Corrections Excel File:
- Format:
- Column A = Date
- Column B = Corrected value
- Column C = Optional record of why the value was changed.
- Format:
- Precorrections csv File:
- Format is standard datapro output:
- "2016-06-12 14:00:00",-5.3
- Format is standard datapro output:
Command Line
python qc.py --input=blueberry/outputs/sw_in.csv --short=blueberry/qc/c2_fix_sw_in.xls