Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 381 Bytes

File metadata and controls

8 lines (6 loc) · 381 Bytes

python-csv

Edit and work with csv and excel files in python. only csv so far. depends on Pandas library. Can currently read and combine csv files. can create individual files per type of row but some modification needed.

USAGE:

clone this repo into a folder with a bunch of csv's to combine. run the python script with python3 and the data will be in the combined_data folder.