-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
mul() Broadcast across levels from Multi Index #10588
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
Labels
Comments
this is a dupe of #5645 soln is at the end of the issue |
|
Thankyou previously mentioned error was wrong sorry. I mention on SO that I believe series needs unstacked as well.
But then i loose the info about D. Was hoping for np.nan.
|
So imagine I have this, where I now have a D in the series "ser":
Output is this:
jreback output:
dickster77 output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/questions/31435632/mul-broadcast-levels-from-multi-index
Attempting to use a multiply operation with a multi index.
In my multiple operation I want to broadcast on index levels 'Alpha' and 'Gamma'
but i get this error message TypeError: Join on level between two MultiIndex objects is ambiguous
The text was updated successfully, but these errors were encountered: