Skip to content

Python script to read data from multiple CSVs, sort it into intermediary CSVs, then combine data based on keyed values for easy reading

Notifications You must be signed in to change notification settings

KyMidd/CSVIngester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#README

Ingests several CSV files (not shown, as they contain personal data), processes them into easily readable, sorted, data, and will (eventually) combine all that data based on the key value (first column in each processed CSV) into a centralized datasheet. 

TODO: 
Figure out final combination based on data-set KEY (first column values (site codes) in each processed CSV)

About

Python script to read data from multiple CSVs, sort it into intermediary CSVs, then combine data based on keyed values for easy reading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages