Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 472 Bytes

File metadata and controls

12 lines (9 loc) · 472 Bytes

Task

  • assignment_02.ipynb: The file with the assignment.

    • create a function to calculate the mean value.
    • create a function to calculate the rolling average of a dataset.

    Next to the tasks it also contains a test if your implementation works as well as a visualization and a use case of the functions.

Additional files.

  • data.csv : the dataset used in the assignment
  • GDAXI.csv : the dataset used in the use case (just for illustration)