Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 3 : Economic Data a ) Load econ _ data.xlsx excel file. Have the Date as the Index. b ) Calculate simple percentage changes
Question: Economic Data
a Load econdata.xlsx excel file. Have the Date as the Index.
b Calculate simple percentage changes for each column time series and save as a new DataFrame. Use a function. Print the tail.
c Calculate descriptive statistics on the raw data and pct changes. see econdescriberaw and econdescribepct below
d Calculate correlation between all pct change columns. see econcorr below
e Calculate covariance between all pct columns see econcov below
f Sort data on the index dates so they are descending see sorteddata below
g Remove values and FRED from columns to clean data columns and set these new column names for econdata. Note this should be done at beginning of data processing. See list and econdata below
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started