-
Notifications
You must be signed in to change notification settings - Fork 55
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
If CSV has encoding problem, Polars loads a dataset with zero rows #1976
Comments
The behavior I'm seeing with your xfail example is that it parses any rows with unusual characters (like é) as null. Values without those characters parse correctly. |
I thought I saw in the hackathon that no rows would load if there was a misencoding anywhere. I can expand the test. |
It happened on the squirrel dataset.
…-----
Salil Vadhan (he/they)
On Wed, Aug 28, 2024 at 9:48 AM Chuck McCallum ***@***.***> wrote:
I thought I saw in the hackathon that no rows would load if there was a
misencoding anywhere. I can expand the test.
—
Reply to this email directly, view it on GitHub
<#1976 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4KIGONBOFK2G5ZCEWY5HTZTXILLAVCNFSM6AAAAABNAVOUKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGM3TCMZSGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Solution proposed in is to use |
Hit this during the hackathon, and it was confusing. It's not really our problem... but with DP people aren't supposed to look at the data, so maybe we need to work harder to parse the CSV than polars out of the box, which assumes user interaction.
The text was updated successfully, but these errors were encountered: