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 a3cf70f commit ccc7400Copy full SHA for ccc7400
pandas/tests/groupby/transform/test_transform.py
@@ -905,6 +905,7 @@ def test_cython_transform_frame_column(
905
".* is not supported for object dtype",
906
"is not implemented for this dtype",
907
".* is not supported for str dtype",
908
+ "dtype 'str' does not support operation '.*'",
909
]
910
)
911
with pytest.raises(TypeError, match=msg):
0 commit comments