pandas-datareader
pandas-datareader copied to clipboard
Fix the unstacking when data contains duplicated rows with the same index
- [x] closes #738 and #610
- [x] tests added / passed
- [x] passes
git diff upstream/master -u -- "*.py" | flake8 --diff - [x] passes
black --check pandas_datareader - [x] added entry to docs/source/whatsnew/v0.9.1.txt
Can confirm that this fixes the issue 👍