From Data to Insights¶
Agenda¶
- Theory
- Presentation & Discussion
- Code
- Acquire & load data
- Understanding data frames
- Application
- Acquire, load & explore variables in the ANES dataset
Theory¶
Presentation & Discussion¶
The Data Science Pipeline¶
Code & Application¶
-
Let's find the ANES 2020 Codebook and start exploring variables!
For next time¶
- Start exploring the relevant variables (DV, IV, CV) from your proposal using the ANES dataset and pandas. You can use the code in the Pandas section at the end of the Functions and Packages notebook or start from a new notebook.
-
Mandatory Reading, Reading Note & Presentation
-
Recommended Practice