-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: provide deprecations and exposure for NaTType #16146
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
Codecov Report
@@ Coverage Diff @@
## master #16146 +/- ##
=======================================
Coverage 90.83% 90.83%
=======================================
Files 159 159
Lines 50796 50796
=======================================
Hits 46143 46143
Misses 4653 4653
Continue to review full report at Codecov.
|
Currently, under the main module privacy changes table we have
Do you want to add an entry for |
|
@jreback Have you seen the comment of @shoyer on the issue?
I think that makes sense, and thus it is maybe not needed to expose this publicly (we can also say to use that in the deprecation message) |
if u look at the PR that's exactly what i did |
it's in the deprecation message |
@@ -77,6 +77,7 @@ | |||
moved={'Timestamp': 'pandas.Timestamp', | |||
'Timedelta': 'pandas.Timedelta', | |||
'NaT': 'pandas.NaT', | |||
'NaTType': 'type(pandas.NaT)', |
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.
Whoops :-) |
xref #16137