pandas-datareader
pandas-datareader copied to clipboard
Fixes
Fixes problems in:
-
FamaFrenchReader with encoding in one file
-
YahooDailyReader will now return a a DataFrame of nans when a single symbol has no data
-
[x] closes #932
-
[x] closes #852
-
[ ] tests added / passed
-
[ ] passes
git diff upstream/master -u -- "*.py" | flake8 --diff
-
[ ] passes
black --check pandas_datareader
-
[ ] added entry to docs/source/whatsnew/vLATEST.txt
Sorry, I'm kind of a github idiot so I'm sure I'm doing something wrong but these are two pretty quick fixes that don't appear to break anything else. I'm happy to try again if someone can give me guidance about what else needs to be done here.
@bashtage I'm not sure what these failed tests mean or how to proceed. If you can give any guidance on what needs to be fixed I can take care of it