We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60151af commit 6ca5b7aCopy full SHA for 6ca5b7a
pandas/tests/groupby/test_categorical.py
@@ -782,7 +782,9 @@ def test_categorical_no_compress():
782
783
def test_sort():
784
785
- # http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: flake8
+ # http://stackoverflow.com/questions/23814368/
786
+ # sorting-pandas-categorical-labels-after-groupby
787
+ # noqa: flake8
788
# This should result in a properly sorted Series so that the plot
789
# has a sorted x axis
790
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')
0 commit comments