Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created July 27, 2012 10:39
Show Gist options
  • Save Jim-Holmstroem/3187378 to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/3187378 to your computer and use it in GitHub Desktop.
plot multiindex dataframes in pandas
#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