Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 387 Bytes

File metadata and controls

9 lines (8 loc) · 387 Bytes

CSV Processor

How to use

  1. Import your csv file ('dataset_in.csv') into './input/'
  2. Create your output csv file ('dataset_out.csv') in './output'
  3. Create 'run.py' in './manipulators/'
  4. Code your processing logic in 'def all_functions():' in './manipulators/run.py'
  5. To run the processor, use: python csv_processor.py ./input/dataset_in.csv ./output/dataset_out.csv