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 b4e2de4 commit cc7ebe4Copy full SHA for cc7ebe4
pandas/tests/frame/methods/test_replace.py
@@ -1615,7 +1615,7 @@ def test_regex_replace_scalar(
1615
tm.assert_frame_equal(result, expected)
1616
1617
@pytest.mark.parametrize("regex", [False, True])
1618
- def test_replace_regex_dtype_frame(self, regex, using_infer_string):
+ def test_replace_regex_dtype_frame(self, regex):
1619
# GH-48644
1620
df1 = DataFrame({"A": ["0"], "B": ["0"]})
1621
expected_df1 = DataFrame({"A": [1], "B": [1]})
0 commit comments