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.18.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -918,7 +918,7 @@ Bug Fixes
918
918
- Bug in not treating ``NaT`` as a missing value in datetimelikes when factorizing & with ``Categoricals`` (:issue:`12077`)
919
919
- Bug in getitem when the values of a ``Series`` were tz-aware (:issue:`12089`)
920
920
- Bug in ``Series.str.get_dummies`` when one of the variables was 'name' (:issue:`12180`)
921
-
- Bug in ``pd.concat`` while concatenating tz-aware NaT series. (:issue:`11693`, :issue:`11755`)
921
+
- Bug in ``pd.concat`` while concatenating tz-aware NaT series. (:issue:`11693`, :issue:`11755`, :issue:`12217`)
922
922
- Bug in ``pd.read_stata`` with version <= 108 files (:issue:`12232`)
923
923
- Bug in ``Series.resample`` using a frequency of ``Nano`` when the index is a ``DatetimeIndex`` and contains non-zero nanosecond parts (:issue:`12037`)
0 commit comments