OpenSourceEcon / BootCamp2018

Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSM Lab Boot Camp 2018
82 stars 102 forks source link

Bug in pandas_datareader #31

Closed Alexander-Weinberg closed 1 year ago

Alexander-Weinberg commented 6 years ago

To get the FRED dataset I used pip install pandas_datareader which has a bug. This thread recommended using the dev version.

It worked well for me but is this the best solution?