skipRows does not skip rows for readCSV
when CSVs have new lines
#299
Labels
bug
Something isn't working
readCSV
when CSVs have new lines
#299
Have you tried latest version of polars?
What version of polars are you using?
0.16.0
What operating system are you using polars on?
Mac OS 15.1 (24B83)
What node version are you using
using Bun v 1.1.37
Describe your bug.
Give a high level description of the bug.
What are the steps to reproduce the behavior?
here is a test
produces:
What is the actual behavior?
it seems the quote character is not respected and skipRows only looks for
\n
What is the expected behavior?
the first line should be "name\na,height\nb" and the second row should start with "John"..
skipRows should respect the quoting character and skip actual rows and not lines
The text was updated successfully, but these errors were encountered: