-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
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
Conversation
.. 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". |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks @omar-elbaz |
* 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>
Closes #54028 DOC: Add NAType and NaTType references in docs for pandas.api.typing
Adds reference notes for importing NaType and NaTType