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
TST: validation tests for concat of same timezones
closes#12217 xref #12306 which I think fixed
Author: Jeff Reback <[email protected]>
Closes#12316 from jreback/concat and squashes the following commits:
563b23b [Jeff Reback] TST: validation tests for concat of same timezones
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
@@ -919,7 +919,7 @@ Bug Fixes
919
919
- Bug in not treating ``NaT`` as a missing value in datetimelikes when factorizing & with ``Categoricals`` (:issue:`12077`)
920
920
- Bug in getitem when the values of a ``Series`` were tz-aware (:issue:`12089`)
921
921
- Bug in ``Series.str.get_dummies`` when one of the variables was 'name' (:issue:`12180`)
922
-
- Bug in ``pd.concat`` while concatenating tz-aware NaT series. (:issue:`11693`, :issue:`11755`)
922
+
- Bug in ``pd.concat`` while concatenating tz-aware NaT series. (:issue:`11693`, :issue:`11755`, :issue:`12217`)
923
923
- Bug in ``pd.read_stata`` with version <= 108 files (:issue:`12232`)
924
924
- 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