Skip to content

DOC Update Documentation in "missing_data" 54028 #54448

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

Merged
merged 17 commits into from
Aug 8, 2023

Conversation

omar-elbaz
Copy link
Contributor

Closes #54028 DOC: Add NAType and NaTType references in docs for pandas.api.typing
Adds reference notes for importing NaType and NaTType

.. note::
If you are adding type checking to your application, you may need access to ``NaTType`` and ``NAType``.

``NaTTYPE`` and ``NAType`` have now been added and can be imported from "pandas.api.typing".
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need this sentence here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need this sentence here

Which sentence are you referring to?

Copy link
Contributor Author

@omar-elbaz omar-elbaz Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need this sentence here

If you mean the entire comment would you suggest somewhere else where it fits better?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the PR, if you could please take a look.

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jreback jreback added this to the 2.0.4 milestone Aug 8, 2023
@jreback jreback added the Docs label Aug 8, 2023
@mroeschke mroeschke modified the milestones: 2.0.4, 2.1 Aug 8, 2023
@mroeschke mroeschke merged commit a68b97d into pandas-dev:main Aug 8, 2023
@mroeschke
Copy link
Member

Thanks @omar-elbaz

mroeschke pushed a commit to mroeschke/pandas that referenced this pull request Aug 18, 2023
* first commit

* updated missing data

* datetimes updated doc

* datetime update (2)

* Update with Pre-commit

* Doc_Updates

* Doc Update

* Missing_Data Update

* review_update

---------

Co-authored-by: Omar Elbaz <omarelbaz@omars-air.mynetworksettings.com>
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 this pull request may close these issues.

DOC: Add NAType and NaTType references in docs for pandas.api.typing
3 participants