Skip to content

Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee

License

Notifications You must be signed in to change notification settings

ft-interactive/fed-dot-plot-scraper

 
 

Repository files navigation

Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee

Forked from here. Separating this out so that we can write some new methods to format things how we'll need for our charts.

Usage

Clone the repository.

gh repo clone ft-interactive/fed-dot-plot-scraper

Move into the directory.

cd fed-dot-plot-scraper

Install the dependencies.

pipenv install --dev

Run the scraper (and output the original wide format)

pipenv run python -m src.scrape

You can write it the long-formatted/expanded beeswarm format like this

pipenv run python -m src.scrape --expand

About

Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%