The project is an economic data analysis using python pandas. The process involves pulling down the data for different economic indicators from FRED (Federal Reserve for Economic Data) using the Fred API. Once the data was pulled I used pandas to clean and join the data. The Fred api enables the data to be pulled and refreshed in state with the capability to analyse, compare, and explore.
The python code was developed using Jupyter notebook.