read_excel(..., engine="calamine")
returns column as all-null if first item is null
#14224
Closed
2 tasks done
Labels
A-io-spreadsheet
Area: reading/writing Excel/ODS files
bug
Something isn't working
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
When calamine engine is used, if a column has no data in the first row, the entire column is returned as null.
Expected behavior
Should return column values.
Installed versions
The text was updated successfully, but these errors were encountered: