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/v1.0.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Categorical
89
89
Datetimelike
90
90
^^^^^^^^^^^^
91
91
- Bug in :meth:`Series.__setitem__` incorrectly casting ``np.timedelta64("NaT")`` to ``np.datetime64("NaT")`` when inserting into a :class:`Series` with datetime64 dtype (:issue:`27311`)
92
-
-
92
+
- Bug in :meth:`Series.dt` property lookups when the underlying data is read-only (:issue:`27529`)
0 commit comments