polars.DataFrame.to_arrow() unnecessarily sets string columns as large_string type #15589
Closed
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
No response
Issue description
.to_arrow() sets string columns to large_string regardless of data size.
Expected behavior
pandas actually does this correctly.
this results in
Installed versions
The text was updated successfully, but these errors were encountered: