-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Error setting multiple columns via hierarchical indexing in DataFrame #2295
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
Comments
It might be a bug; can you post a standalone reproduction of the issue? |
|
Assigning multiple columns like that doesn't work yet unfortunately. Will see what I can do |
As long as it works for one column, it's not a big deal since you can always iterate through columns. The AssertionError message was confusing though. Thanks for the explanation. |
I encountered the following:
Data shapes seem to be equal:
The walkaround that works is the following:
Is this the way to go or did I encounter a bug?
The text was updated successfully, but these errors were encountered: