Skip to content

This program will be used to collect, clean, and aggregate sample data obtained through a Fixed Gas GC machine.

License

Notifications You must be signed in to change notification settings

ErinB-DataAutomationSolutions/Fixed-Gas-GC-Generated-Data-Aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixed Gas GC Generated Data Aggregator

This program will be used to collect, clean, and aggregate sample data obtained through a Fixed Gas GC machine.

Required Libraries to be PIP Installed:

  • Pandas

JSON config file structure and definitions:

  • Report Name: Data file name
  • Report Ext: Data file extension
  • DataSheets::
    • Headers Bool: If TRUE, import data from specified columns. If FALSE, import data form all columns
    • Headers NM: Columns to import data from, if required
    • Transpose Bool: If TRUE, transpose imported data.
    • Data Map: Data dictionary that maps existing data labels to desired export-table column names