Skip to content

BUG: Series.isnull() respect use_inf_as_na #50512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

BUG: Series.isnull() respect use_inf_as_na #50512

wants to merge 1 commit into from

Conversation

SaadAhmedGit
Copy link

@SaadAhmedGit SaadAhmedGit commented Dec 30, 2022

Copy link
Member

@phofl phofl left a comment

Choose a reason for hiding this comment

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

Please always add tests

@SaadAhmedGit
Copy link
Author

SaadAhmedGit commented Dec 30, 2022

@phofl

Please always add tests

It seems that I misunderstood the checkbox (it's my first time contributing to this repo). I thought it meant that my code was passing tests which were already there but I have now realized that it is referring to any new tests that I have added (which I haven't since there was already a test for it). Is that making sense or am I still wrong?

@phofl
Copy link
Member

phofl commented Dec 30, 2022

Yes correct, every fix should include a test that did not pass before

@SaadAhmedGit SaadAhmedGit marked this pull request as draft January 1, 2023 07:38
@jborman-exos
Copy link

any update on this?

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Series.isnull() and DataFrame.isnull() do not respect use_inf_as_na option
4 participants