Skip to content
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

Handle non-utf8 CSVs #29

Merged
merged 5 commits into from
Oct 2, 2024
Merged

Handle non-utf8 CSVs #29

merged 5 commits into from
Oct 2, 2024

Conversation

mccalluc
Copy link
Contributor

@mccalluc mccalluc commented Oct 1, 2024

The proposal here is just to include encoding="utf8-lossy" when we read CSVs, and not even bother with trying to figure out the correct encoding, because it will usually not matter.

@mccalluc mccalluc requested a review from ekraffmiller October 1, 2024 21:08
@mccalluc mccalluc merged commit a8fd36c into main Oct 2, 2024
2 checks passed
@mccalluc mccalluc deleted the 8-non-utf8-csvs branch October 2, 2024 19:10
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.

Robust against non-utf8 CSVs
2 participants