We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633606e commit 8f0c1c9Copy full SHA for 8f0c1c9
pandas/tests/test_groupby.py
@@ -636,7 +636,7 @@ def test_grouper_column_takes_precedence_over_level_with_warning(self):
636
result = df_multi_both.groupby(['B', 'inner']).mean()
637
638
expected = df_multi_both.groupby(['B',
639
- pd.Grouper(key='inner')]).mean()
+ pd.Grouper(key='inner')]).mean()
640
assert_frame_equal(result, expected)
641
642
not_expected = df_multi_both.groupby(['B',
0 commit comments