This week is meant to give you an introductory experience with manipulating data. In particular, we will focus on the following:
- basic data manipulation
- working with missing data
- aggregating data
- basic plotting
- EDA
- Fork this repository.
- Create a Codespace for your repository. Use this to view the lab notebook and work on your weekly coding exercise.
- Once you're ready, commit and push your final changes to your repository.
- Submit a URL to your (forked) repository on Canvas (using Gradescope).
The environment for this week is built with the following environment.yml:
name: week-3
dependencies:
- python=3.11
- pip
- pip:
- ipykernel # for Jupyter Notebook
- streamlit
- seaborn
- pandas
- numpy
Note: you are welcome to install more pacakges in your codespace, but they will not be used by the autograder.