Created
July 27, 2012 10:39
-
-
Save Jim-Holmstroem/3187378 to your computer and use it in GitHub Desktop.
plot multiindex dataframes in pandas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#in this the index is (container,object,time) | |
data.unstack(level=0).unstack(level=0).plot(legend=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment