We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6bd39 commit bae9be1Copy full SHA for bae9be1
pandas/tests/frame/methods/test_replace.py
@@ -452,7 +452,7 @@ def test_regex_replace_string_types(
452
)
453
with tm.assert_produces_warning(FutureWarning, match="Downcasting"):
454
result = obj.replace(to_replace, regex=True)
455
- dtype = "string[pyarrow_numpy]"
+ dtype = "str"
456
else:
457
458
expected = frame_or_series(expected, dtype=dtype)
0 commit comments