- removing rows with 'NA' values
- converting Fahr to Celsius temperature
- removing unnecessary for visualization columns ('day')
Script takes 2 arguments:
- name of input file as -i
- name of output cleaned file as -o
./clean_temperatures.py -i temperature.csv -o temperature_clean.csv