This script takes a datafile with datetimes, locations, visits, variables and values, and converts datetime to epoch times at UTC.
The exact order of expected columns in the datafile is: DateTime,HouseNumber,Visit,Test,Location,Monitor,Variable,Unit,Value
To run the script, provide the filename as argument.
Example:
python utc.py CO2_IN.csv
tqdm and OrderedSet