Skip to content

melvynsngg/CSVProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages