8000 DEPR: datetimelike.astype(int) by jbrockmendel · Pull Request #38544 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Merge branch 'master' of https://github.com/pandas-dev/pandas into de…
…pr-astype-i8
  • Loading branch information
jbrockmendel committed Dec 23, 2020
commit 373fc4fcfd8e6e68624f03dcd426fdeaa1014c77
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Other API changes

Deprecations
~~~~~~~~~~~~
- Deprecated allowing subclass-specific keyword arguments in the :class:`Index` constructor, use the specific subclass directly instead (:issue:`14093`,:issue:`21311`,:issue:`22315`,:issue:`26974`)
- Deprecated ``astype`` of datetimelike (``timedelta64[ns]``, ``datetime64[ns]``, ``Datetime64TZDtype``, ``PeriodDtype``) to integer dtypes, use ``values.view(...)`` instead (:issue:`38544`)
-
-
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0