Purpose: extracts column headers if an excel file, and print the mean temperature.
Usage:
- call python analyse_spreadsheet.py on the command line
- insert FILE_NAME.xls
- read columns in the spreadsheet and mean temperature.
Content of the repository:
- docs: folder including documentation
- LICENSE: ...
- analyse_spreadsheet.py: scritp including functions:
- mean_temperature: ...
- get_spreadsheet_columns: ...
- main: ...
- requirements.txt:...