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.16.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ Bug Fixes
246
246
- Fixed bug in ``to_sql`` ``dtype`` argument not accepting an instantiated
247
247
SQLAlchemy type (:issue:`9083`).
248
248
- Bug in ``.loc`` partial setting with a ``np.datetime64`` (:issue:`9516`)
249
+
- Incorrect dtypes inferred on datetimelike looking series & on xs slices (:issue:`9477`)
249
250
250
251
- Items in ``Categorical.unique()`` (and ``s.unique()`` if ``s`` is of dtype ``category``) now appear in the order in which they are originally found, not in sorted order (:issue:`9331`). This is now consistent with the behavior for other dtypes in pandas.
0 commit comments