pandas-datareader
pandas-datareader copied to clipboard
Cryptoreader
- [ ] closes #xxxx
- [x] tests added / passed
- [ ] passes
git diff upstream/master -u -- "*.py" | flake8 --diff - [x] passes
black --check pandas_datareader - [ ] added entry to docs/source/whatsnew/vLATEST.txt
Which black are you using? I'm surprised 93 files have been changed.
Hi @bashtage!
I'm using Black version 19.10b0. Most changes are due to new yaml-files (78 in total), each file represents a cryptocurrency exchange (in the directory crypto_utils/resources/).
Within the already existing Python files, I made changes in the following 3; while 8 more files are added for the CryptoReader to work:
- pandas_datareader/data.py
- pandas_datareader/exceptions.py
- pandas_datareader/init.py
Best! Steffen