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
Hi! I've found that while Polars dataframes can be used, the indices cannot be properly used without explicit conversion to a data frame (still 0-based indexing instead of the 1-based indexing used in Pandas conversion). I think there should be some kind of warning about this at least.
Hi! I've found that while Polars dataframes can be used, the indices cannot be properly used without explicit conversion to a data frame (still 0-based indexing instead of the 1-based indexing used in Pandas conversion). I think there should be some kind of warning about this at least.
Test pandas and polars dfs
The text was updated successfully, but these errors were encountered: