Skip to content

Conversation

@liang3zy22
Copy link
Contributor

@liang3zy22 liang3zy22 commented Mar 14, 2023


def test_replace_with_nil_na(self):
# GH 32075
ser = pd.DataFrame({"a": ["nil", pd.NA]})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this to pandas/tests/frame/methods/test_replace.py?

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Mar 14, 2023
@liang3zy22 liang3zy22 force-pushed the gh32075 branch 2 times, most recently from 4bcaf1c to 57c0b4b Compare March 14, 2023 04:00
Signed-off-by: Liang Yan <ckgppl_yan@sina.cn>
@mroeschke mroeschke added this to the 2.1 milestone Mar 14, 2023
@mroeschke mroeschke merged commit 5053b56 into pandas-dev:main Mar 14, 2023
@mroeschke
Copy link
Member

Thanks @liang3zy22

@liang3zy22 liang3zy22 deleted the gh32075 branch March 14, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Series.replace fails to replace value

2 participants