read_csv
cannot correctly read a specific text due to "remaining bytes non-empty"
#20062
Open
2 tasks done
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
I encountered this problem when I was analyzing my experiment data with polars.
I tried to make a minimum text that can reproduce the error, but the following text was the simplest as far as I tried.
Output
When I tried to read this text with additional keyword arguments, dataframe was truncated.
Output:
Log output
No response
Issue description
For the same type of data, older version of
polars
worked, but I do not remember what version it was.Expected behavior
read_csv
should be able to read that kind of texts.Installed versions
The text was updated successfully, but these errors were encountered: