We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c59cf commit 10be506Copy full SHA for 10be506
pandas/tests/groupby/test_raises.py
@@ -166,7 +166,7 @@ def test_groupby_raises_string(
166
TypeError,
167
re.escape("agg function failed [how->prod,dtype->object]"),
168
),
169
- "quantile": (TypeError, "cannot be performed against 'object' dtypes!"),
+ "quantile": (TypeError, "dtype 'object' does not support operation 'quantile'"),
170
"rank": (None, ""),
171
"sem": (ValueError, "could not convert string to float"),
172
"shift": (None, ""),
0 commit comments