pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Cryptoreader

Open SteffenGue opened this issue 4 years ago • 2 comments

  • [ ] 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

SteffenGue avatar Nov 25 '21 16:11 SteffenGue

Which black are you using? I'm surprised 93 files have been changed.

bashtage avatar Dec 03 '21 10:12 bashtage

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

SteffenGue avatar Dec 03 '21 10:12 SteffenGue