Skip to content
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

isna and notna #3040

Closed
ajpotts opened this issue Mar 15, 2024 · 0 comments · Fixed by #3048
Closed

isna and notna #3040

ajpotts opened this issue Mar 15, 2024 · 0 comments · Fixed by #3048
Assignees
Labels
enhancement New feature or request

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Mar 15, 2024

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

@ajpotts ajpotts added the enhancement New feature or request label Mar 15, 2024
@ajpotts ajpotts self-assigned this Mar 15, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Mar 18, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Mar 18, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Mar 19, 2024
github-merge-queue bot pushed a commit that referenced this issue Mar 21, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant