Skip to content

DOC: Same description of Returns in isna and notna #37175

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
galipremsagar opened this issue Oct 16, 2020 · 1 comment · Fixed by #37192
Closed

DOC: Same description of Returns in isna and notna #37175

galipremsagar opened this issue Oct 16, 2020 · 1 comment · Fixed by #37192
Labels
Milestone

Comments

@galipremsagar
Copy link

Location of the documentation

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.isna.html
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.notna.html

Documentation problem

There seems to be a typo in Returns section where both isna and notna are having this same description:

Mask of bool values for each element in DataFrame that indicates whether an element is not an NA value.

Suggested fix for documentation

I think isna doc should be corrected with:

Mask of bool values for each element in DataFrame that indicates whether an element is an NA value.

@galipremsagar galipremsagar added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Oct 16, 2020
@erfannariman
Copy link
Member

Thanks for noticing this and opening the ticket. I made a PR to fix this.

@jreback jreback added this to the 1.2 milestone Oct 17, 2020
@jreback jreback removed the Needs Triage Issue that has not been reviewed by a pandas team member label Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants