Imperfect behavior with scan_csv()
on zstd
compressed file with new_columns
param
#19916
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
Log output
Issue description
When scanning zstd compressed text files, there is strange behavior on whether or not it is possible to define a new set of column names for a headerless file without error. This is related to #17841 which seems to have brought forth the support that didn't exist for compressed files in
scan_csv()
previously.Expected behavior
A list of column names should populate a lazy frame during scanning when the number of columns is equal to the number of elements in the list.
Installed versions
The text was updated successfully, but these errors were encountered: