Skip to content

fixed unicode issue (21499) using requests library #21532

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

Closed
wants to merge 2 commits into from

Conversation

hannah2048
Copy link

@pep8speaks
Copy link

pep8speaks commented Jun 18, 2018

Hello @hannahmendez! Thanks for updating the PR.

Line 988:1: W293 blank line contains whitespace
Line 988:1: W391 blank line at end of file

Comment last updated on June 18, 2018 at 19:04 Hours UTC

Copy link
Author

@hannah2048 hannah2048 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added missing newline

@WillAyd
Copy link
Member

WillAyd commented Jun 18, 2018

Hmm well it looks like this is going to conflict with the work being done in #21504. @ocefpaf can you see if your PR accounts for this issue (adding a test case, accordingly)? If so would be easier just to bundle this in with your change

@ocefpaf
Copy link

ocefpaf commented Jun 18, 2018

My guess is that #21504 could supersede this one. I'll add tests soon. I have a limited time I can work on this. (And I'm waiting for the docstrings questions I asked there before continuing 😄).

@@ -127,8 +127,8 @@ def _read(obj):
raw_text : str
"""
if _is_url(obj):
with urlopen(obj) as url:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WillAyd in my PR all urlopen calls are wrap with requests if it is available so I guess we cover this one in #21504

@WillAyd
Copy link
Member

WillAyd commented Jun 18, 2018

Closing in favor of #21504

@WillAyd WillAyd closed this Jun 18, 2018
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.

Python Pandas read_html fails when reading tables from Wikipedia
4 participants