You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
One cannot interchange dataframes which contain no columns (but can if they contain even one empty column). A pretty whatever issue, but thought I'd document for posterity's sake.
No schema can be inferred from the batches, as `._df.to_arrow()` returns an empty list. `pa.Tables.from_batches()` requires a schema if no batches are passed in.
Closespola-rs#8884.
Polars version checks
Issue description
One cannot interchange dataframes which contain no columns (but can if they contain even one empty column). A pretty whatever issue, but thought I'd document for posterity's sake.
Reproducible example
Expected behavior
Installed versions
The text was updated successfully, but these errors were encountered: