Lesson 3 - Functions, Reading data in general and with Pandas
Today we will cover how we can get data into Python, do stuff with it, and make some simple plots.
Resources
Data Downloads
- GDP.csv file from the FRED database. (We can also call this file remotely with Pandas so you don’t necessarily have to download it).
- Where to get data? Easy place: Kaggle
Reading
- Py4E: Ch. 4 & 7
- SC’s Data with Pandas lesson
- Optional: IS452’s notebook on functions
- You can check out the Jupyter Notebook from last summer for some more examples of functions and plotting with functions.
Materials