/coderefinery-documentation-example-project

Example project for coderefinery documentation lesson

Primary LanguagePythonApache License 2.0Apache-2.0

Analyse a spreadsheet file with temperatures

Function

Given a spreadsheet file, print the columns and print the mean temperature.

Requirement

Required python packages can be found in requirements.txt

How to run

python analyse_spreadsheet.py

Misc

This is derived from the coderefinery-documentation-example-project, example project for coderefinery documentation lesson