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
results in a single column polars dataframe. The ['foo', 'bar', 'baz'] data is dropped.
Log output
No response
Issue description
It's surprising behavior that data encoded in a pandas index is dropped by polars. I realize polars doesn't support indexes, but it should be able to have a column named index
Expected behavior
I wrote a quick convience function that does the right thing.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
results in a single column polars dataframe. The
['foo', 'bar', 'baz']
data is dropped.Log output
No response
Issue description
It's surprising behavior that data encoded in a pandas index is dropped by polars. I realize polars doesn't support indexes, but it should be able to have a column named
index
Expected behavior
I wrote a quick convience function that does the right thing.
Installed versions
The text was updated successfully, but these errors were encountered: