Pandas DataFrames with a multiindex fails to be converted to a Polars DataFrame #18130
Closed
2 tasks done
Labels
A-interop-pandas
Area: interoperability with pandas
bug
Something isn't working
python
Related to Python Polars
regression
Issue introduced by a new release
Checks
Reproducible example
Log output
Issue description
The code above passes with
polars==1.1.0
, but not with1.2.0
to1.4.1
Expected behavior
I expect to be able to call
pl.from_pandas(df)
on a dataframe with a multiindexInstalled versions
The text was updated successfully, but these errors were encountered: