-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
API: Drop the name parameter from Categorical #15654
Conversation
doc/source/whatsnew/v0.20.0.txt
Outdated
@@ -690,6 +690,7 @@ Other API Changes | |||
- ``pandas.api.types.is_datetime64_ns_dtype`` will now report ``True`` on a tz-aware dtype, similar to ``pandas.api.types.is_datetime64_any_dtype`` | |||
- ``DataFrame.asof()`` will return a null filled ``Series`` instead the scalar ``NaN`` if a match is not found (:issue:`15118`) | |||
- Reorganization of timeseries development tests (:issue:`14854`) | |||
- The ``Categorical`` constructor has dropped the ``name`` parameter (:issue:`10632`) |
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.
there is a specific section for removals below
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.
Done.
Deprecated in 0.17.0 xref pandas-devgh-10632
874ef05
to
7e1e7d8
Compare
Codecov Report
@@ Coverage Diff @@
## master #15654 +/- ##
==========================================
- Coverage 91.03% 91.01% -0.03%
==========================================
Files 143 143
Lines 49390 49384 -6
==========================================
- Hits 44964 44947 -17
- Misses 4426 4437 +11
Continue to review full report at Codecov.
|
thanks! |
Deprecated in 0.17.0 xref pandas-dev#10632 Author: gfyoung <gfyoung17@gmail.com> Closes pandas-dev#15654 from gfyoung/categorical-name-drop and squashes the following commits: 7e1e7d8 [gfyoung] API: Drop the name parameter from Categorical
Deprecated in 0.17.0
xref #10632