Python scripts to parse CSV data. The file parse_csv.py
uses the Python CSV Module to handle building a dictionary of file headers to values while this is directly coded in the parse_data.py
file. Using the CSV Module is preferred.
python parse_data.py
and
python parse_csv.py