A simple python script for analyzing temperature from spreadsheets.
Requires Python X
Requires pandas to be installed
Function mean_temperatures analyzes the mean temperature of a pandas dataframe.
Function get_spreadsheet_columns returns the spreadsheet's header columns.
Running the script by default prompts the user for the file name, then prints the columns in the spreadsheet, and prints the mean temperature.
TODO add something