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.
1 parent fd4e827 commit aae6719Copy full SHA for aae6719
pandas/tests/groupby/test_categorical.py
@@ -782,7 +782,8 @@ def test_categorical_no_compress():
782
783
def test_sort():
784
785
- # http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: E501
+ # http://stackoverflow.com/questions/23814368/sorting-pandas-
786
+ # categorical-labels-after-groupby
787
# This should result in a properly sorted Series so that the plot
788
# has a sorted x axis
789
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')
0 commit comments