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.
Clone the repository.
gh repo clone ft-interactive/fed-dot-plot-scraperMove into the directory.
cd fed-dot-plot-scraperInstall the dependencies.
pipenv install --devRun the scraper (and output the original wide format)
pipenv run python -m src.scrapeYou can write it the long-formatted/expanded beeswarm format like this
pipenv run python -m src.scrape --expand