-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
DEPR: deprecate is_any_int_dtype and is_floating_dtype from pandas.api.types #16163
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16163 +/- ##
==========================================
+ Coverage 90.87% 90.87% +<.01%
==========================================
Files 162 162
Lines 50816 50826 +10
==========================================
+ Hits 46178 46190 +12
+ Misses 4638 4636 -2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16163 +/- ##
==========================================
- Coverage 90.87% 90.85% -0.02%
==========================================
Files 162 162
Lines 50816 50826 +10
==========================================
Hits 46178 46178
- Misses 4638 4648 +10
Continue to review full report at Codecov.
|
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 only added the is_*_dtype
ones to the docs, is there a reason for that?
added the rest. |
…i.types (pandas-dev#16163) * DEPR: deprecate is_any_int_dtype and is_floating_dtype from pandas.api.types closes pandas-dev#16042 * is_ docs
Removes the following from the public API: * pandas.api.types.is_sequence * pandas.api.types.is_any_int_dtype * pandas.api.types.is_floating_dtype xref pandas-devgh-16163. xref pandas-devgh-16189.
Removes the following from the public API: * pandas.api.types.is_sequence * pandas.api.types.is_any_int_dtype * pandas.api.types.is_floating_dtype xref pandas-devgh-16163. xref pandas-devgh-16189.
Removes the following from the public API: * pandas.api.types.is_sequence * pandas.api.types.is_any_int_dtype * pandas.api.types.is_floating_dtype xref pandas-devgh-16163. xref pandas-devgh-16189.
Removes the following from the public API: * pandas.api.types.is_sequence * pandas.api.types.is_any_int_dtype * pandas.api.types.is_floating_dtype xref pandas-devgh-16163. xref pandas-devgh-16189.
Removes the following from the public API: * pandas.api.types.is_sequence * pandas.api.types.is_any_int_dtype * pandas.api.types.is_floating_dtype xref pandas-devgh-16163. xref pandas-devgh-16189.
closes #16042