-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset.from_dataframe: deprecate expanding the multi-index #8166
Comments
That's a good point, and these invariants are indeed nice to uphold. Is there a branch with the |
Sorry I wasn't very clear in that thread. I think we should avoid the We could just use |
See #8170 |
Without any magical ideas for maintaining the (personally I don't even use |
What is your issue?
Let's continue here the discussion about changing the behavior of Dataset.from_dataframe (see #8140 (comment)).
If we don't unstack anymore the multi-index in
Dataset.from_dataframe
, are we OK that the "Dataset -> DataFrame -> Dataset" round-trip will not yield expected results unless we unstack explicitly?cc @max-sixty @dcherian
The text was updated successfully, but these errors were encountered: