We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd2679 commit aa1a563Copy full SHA for aa1a563
doc/source/whatsnew/v0.24.0.txt
@@ -255,6 +255,7 @@ Timezones
255
- Bug in :class:`Series` constructor which would coerce tz-aware and tz-naive :class:`Timestamp`s to tz-aware (:issue:`13051`)
256
- Bug in :class:`Index` with ``datetime64[ns, tz]`` dtype that did not localize integer data correctly (:issue:`20964`)
257
- Bug in :class:`DatetimeIndex` where constructing with an integer and tz would not localize correctly (:issue:`12619`)
258
+- Bug in :meth:`to_datetime` where Index arg won't retain ``name`` in all cases (:issue:`21697`)
259
260
Offsets
261
^^^^^^^
0 commit comments