You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -1029,6 +1029,8 @@ Deprecations
1029
1029
`use_threads` to reflect the changes in pyarrow 0.11.0. (:issue:`23053`)
1030
1030
- :func:`pandas.read_excel` has deprecated accepting ``usecols`` as an integer. Please pass in a list of ints from 0 to ``usecols`` inclusive instead (:issue:`23527`)
1031
1031
- Constructing a :class:`TimedeltaIndex` from data with ``datetime64``-dtyped data is deprecated, will raise ``TypeError`` in a future version (:issue:`23539`)
1032
+
- The ``keep_tz=False`` option (the default) of the ``keep_tz`` keyword of
1033
+
:meth:`DatetimeIndex.to_series` is deprecated (:issue:`17832`).
0 commit comments