We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Doing a bar plot using a multi-column category used to work
df.plot.barh(x=['fruit', 'animal'], y='size')
In pandas 0.22.0:
since pandas 0.23.0:
Is it intended that this stopped working? I kind of liked the feature.