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 0615219 commit 11c120cCopy full SHA for 11c120c
pandas/tests/groupby/test_raises.py
@@ -696,7 +696,7 @@ def test_groupby_raises_category_on_category(
696
"nunique": (None, ""),
697
"pct_change": (TypeError, "unsupported operand type"),
698
"prod": (TypeError, "category type does not support prod operations"),
699
- "quantile": (TypeError, ""),
+ "quantile": (TypeError, "No matching signature found"),
700
"rank": (None, ""),
701
"sem": (
702
TypeError,
0 commit comments