Course material for part 2, HT 2024
Author: Richard Foltyn
Week | Day | Topic | Notes & Exercises | Solutions |
---|---|---|---|---|
39 | Wed | Introduction to git & GitHub | Slides | Solutions |
Fri | Introduction to git & GitHub | Slides | Solutions | |
40 | Wed | Assignment Q&A | N/A | |
41 | Wed | Introduction to pandas | Slides, Notebook, PDF | |
Fri | Data cleaning & strings | Notebook, PDF | Notebook, PDF | |
42 | Wed | Aggregation & time series | Notebook, PDF | Notebook, PDF |
Fri | Aggregation & time series | Notebook, PDF | Notebook, PDF | |
43 | Wed | Concatenation & merging | Notebook, PDF | Notebook, PDF |
Fri | Concatenation & merging | Notebook, PDF | Notebook, PDF | |
44 | Wed | Plotting | Notebook, PDF | Notebook, PDF |
Fri | Plotting | Notebook, PDF | TBA |
- Click on the icon to fork this repository (create your own personal copy)
- You need to click on
Sync Fork
to get new commits made to this repository into your forked version.
-
Select HTTPS or SSH depending on your authentication method (HTTPS for Windows, SSH for Mac) and copy the URL.
-
You can clone the repository directly in Visual Studio Code, or use the command line:
Windows:
git clone https://github.com/richardfoltyn/TECH2-H24.git
Mac (using SSH keys):
git clone [email protected]:richardfoltyn/TECH2-H24.git
This material is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License,
except for the data files contained in the data/
folder, which
fall under the terms imposed by the original content creators.