Skip to content

TST: encoding for URLs in read_csv #35742

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 1 commit into from
Aug 17, 2020
Merged

TST: encoding for URLs in read_csv #35742

merged 1 commit into from
Aug 17, 2020

Conversation

twoertwein
Copy link
Member

@twoertwein twoertwein commented Aug 15, 2020

Reading CSVs from URLs with a non UTF-8 encoding should already work.

@jreback jreback added IO CSV read_csv, to_csv Unicode Unicode strings labels Aug 17, 2020
@jreback jreback added this to the 1.2 milestone Aug 17, 2020
@jreback jreback merged commit 961b8d4 into pandas-dev:master Aug 17, 2020
@jreback
Copy link
Contributor

jreback commented Aug 17, 2020

thanks @twoertwein

@twoertwein twoertwein deleted the url_encoding branch August 17, 2020 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO CSV read_csv, to_csv Unicode Unicode strings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csv_read() fails on properly decoding latin-1(i.e. non utf8) encoded file from URL
2 participants