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
* Closes#3040 isna and notna for series
* remove unecessary numpy.py and minor optimization to Series.fillna
* minor changes to resolve conflicting type hints in CI
* fix accidently used Tuple instead of Union in type hints
* more type hints
* Fix mpyp errors related to Optional arguments not denoted as Optional in type hints
---------
Co-authored-by: Amanda Potts <[email protected]>
Add functions isna and notna to DataFrame, Series, and Index.
Similar to pandas:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.notna.html
The text was updated successfully, but these errors were encountered: