Data Assignment 1
First and Last Name (93#)
First and Last Name (93#)
First and Last Name (93#)
for Intermediate Macro
W&M ECON 304
Directions¶
Complete instructions here: Data Assignment Instructions
Export to PDF and upload to Gradescope by Tuesday, Sep 9, 9am
Gradescope Reminders
Only submit one assignment per group (of 3 members or less).
Add all group members to the one submission.
Select all the pages where your solutions appear to each question (i.e., not just the first page for each question).
1)¶
Follow the notebook, FRED, to answer question 1. You may use GenAI to help with debugging your code.
a.¶
Using quarterly data on the GDP: implicit price deflator (FRED: GDPDEF) from 1960Q1-2024Q4, calculate the inflation rate as a year-over-year percent change (i.e., ). Make a figure of the inflation rate from 1960Q1 to 2025Q2.
b.¶
What is the average inflation rate from 1960Q1 to 1982Q4? from 1983Q1 to 2020Q1? and from 2020Q2 to 2025Q2? What changes in the economy explain the difference between the average inflation rates?
2)¶
Feel free to use GenAI to help with question 2a. Do not use GenAI on question 2b.
a.¶
Create a figure (with a legend) that shows the following monthly data from January 1994-July 2025:
“headline” unemployment rate (FRED: UNRATE)
the unemployment rate that includes marginally attached and “underemployed” workers (FRED: U6RATE)
b.¶
In the last 3 recessions, calculate how much the headline unemployment rate increased. (See NBER Recession Dates to see the exact start and end month of each recession).
Since 2020, what has happened to these unemployment rates?
3)¶
Given what you’ve done on questions 1 and 2, you shouldn’t need GenAI for this question, but you may use it to help with debugging your code for 3a.
a.¶
Using monthly data on the civilian labor force participation rate (FRED: CIVPART) and the labor force participation rate for women (FRED: LNS11300002) from January 1960–July 2025, create a figure showing both series over time.
b.¶
What long-run trend do you see in total labor force participation? How does the change in women’s labor force participation help explain this trend?