You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out @jenkc! This happens because notnull is purely just an alias for notna (the same problem exists for isnull, and the associated Series/DataFrame methods). To avoid duplicating examples, I'd guess some of the shared doc machinery could be used to generalize over isna/isnull and notna/notnull
Thanks for pointing this out @jenkc! This happens because notnull is purely just an alias for notna (the same problem exists for isnull, and the associated Series/DataFrame methods). To avoid duplicating examples, I'd guess some of the shared doc machinery could be used to generalize over isna/isnull and notna/notnull
or maybe add a basic docstring to the alias to let users know it's an alias and link to the other.
The code examples are from the previous page in the documentation. Need examples for using notnull please.
Thanks!
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.notnull.html
The text was updated successfully, but these errors were encountered: