Multiplying Together Series with MultiIndexes #9368
Labels
Duplicate Report
Duplicate issue or pull request
MultiIndex
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Usage Question
I have a question regarding multiplying two Series that have MultiIndexes. In pandas, I can multiply these two Series and it makes sense:
I want to do the same thing with deeper MultiIndexes, but it raises an exception:
Shouldn't I be able to multiply these two Series together without raising an exception? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: