to run on a mac:
- install python3
- install pip
- pip install pandas
- run the following on command line: "python3 csv-norm.py sample.csv" where sample.csv is the file you would like to perform transformations on.
some notes:
- sample.csv needs to be in same folder as csv-norm.py
- output file will be in output.csv
future work:
- error handling
- replace invalid characters with unicode replacement character
- make sure time stamps are in iso-8601
- clean up comments and organize code // refactor