We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns
isna
notna
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
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
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.
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.
The text was updated successfully, but these errors were encountered:
Thanks for noticing this and opening the ticket. I made a PR to fix this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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 bothisna
andnotna
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.
The text was updated successfully, but these errors were encountered: