Programming assignment 1.4 Commit to clean data

Programming assignment 1.4 Commit to clean data#

You can preview this assignment on https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/README.html. You can obtain your personal repository for submission on: https://classroom.github.com/a/BfzvPQKp

Before you can start this assignment, read the theory pages in the book: https://mude.citg.tudelft.nl/book/2025/programming/week_1_4.html (Version control and Jupyter Notebooks and git)

In this assignment you’ll make exercises on:

  1. Install GitHub Desktop

  2. Make commit locally

  3. Make commit on GitHub online

  4. Fetch and pull from the remote repository

  5. Install git

  6. Data cleaning

  7. Data import

You’ll need to have done this to be able to make the workshop and group assignment.

You pass this PA if you:

  • edited multiple files in a single commit in exercise 2

  • replaced the markdown line in exercise 3

  • Cleaned the data properly in exercise 6

For the fundamental programming concepts you’ll work on functions and matplotlib

These exercises on fundamental programming concepts are not obligatory. If you struggle with one of the topics from the programming fundamentals, you’re strongly advised to go through the linked reference materials by yourself (functions and matplotlib). During the programming tutorial on Tuesday these steps will be demonstrated too.

By Tom van Woudenberg, Robert Lanzafame and Berend Bouvy, Delft University of Technology. CC BY 4.0, more info on the Credits page of Workbook.