Skip to content

Fix StringIO import #653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2019
Merged

Fix StringIO import #653

merged 2 commits into from
Jul 21, 2019

Conversation

redpoint13
Copy link
Contributor

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • added entry to docs/source/whatsnew/vLATEST.txt

@addisonlynch
Copy link
Contributor

addisonlynch commented Jul 21, 2019

@bashtage can you merge this for 0.25.0 compat? See #655

@bashtage
Copy link
Contributor

Thanks. Merged.

@ricpruss
Copy link

ricpruss commented Jul 22, 2019

The whole of compat is gone so you need to delete bytes_to_str as well:
from pandas.compat import bytes_to_str

This fixed merge generates an error as well:
ImportError: cannot import name 'bytes_to_str' from 'pandas.compat'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants