/coderefinery-documentation-example-project

Example project for coderefinery documentation lesson

Primary LanguagePythonApache License 2.0Apache-2.0

coderefinery-documentation-example-project

Example project for coderefinery documentation lesson

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:...