Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update final for publications
Browse files Browse the repository at this point in the history
update final for publication
  • Loading branch information
justinjjlee committed Aug 4, 2021
1 parent 24c749a commit ba81d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Activities through the lens of output, spending, and labor
Charting of economic indicators to observe trends in economic recovery.
Charting of economic indicators to observe trends in economic recovery. This code is used to construct extract, transform, and load (ETL) process.

Analysis from the data sources also track changes in measurements, as Okun's Law and Phillips Curve (Spirit of the data visualization by [Ball et al. (2017)](https://onlinelibrary.wiley.com/doi/abs/10.1111/jmcb.12420) and [Gordon (2020)](https://www.aeaweb.org/articles?id=10.1257/aer.100.2.11)).

Expand Down
2 changes: 1 addition & 1 deletion src/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Gadfly, Cairo, Compose, VegaLite, VegaDatasets
using CSV

cd(@__DIR__)
cd("C:\\Users\\justin_lee\\Desktop\\src")

# Add Fred API key:
my_api_key = "-------------------------- USE YOUR FRED API KEY HERE --------------------------"
api_fred = Fred(my_api_key);
Expand Down

0 comments on commit ba81d64

Please sign in to comment.