Skip to content

Commit 4319527

Browse files
committed
BUG: to_datetime not localizing Series when utc=True (pandas-dev#6415)
Modify test case Comment about test edit, move conversion logic to convert_listlike Add new section in whatsnew and update test Alter SQL tests Modify whatsnew and make new wrapper function to handle UTC conversion Simiplified whatsnew and reverted arg renaming
1 parent b846c57 commit 4319527

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/whatsnew/v0.21.0.txt

-3
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,10 @@ Conversion
396396

397397
- Bug in assignment against datetime-like data with ``int`` may incorrectly convert to datetime-like (:issue:`14145`)
398398
- Bug in assignment against ``int64`` data with ``np.ndarray`` with ``float64`` dtype may keep ``int64`` dtype (:issue:`14001`)
399-
<<<<<<< 062f6f118fe4ea439ae255a8ff886a532e20ecdb
400399
- Fix :func:`DataFrame.memory_usage` to support PyPy. Objects on PyPy do not have a fixed size, so an approximation is used instead (:issue:`17228`)
401400
- Fixed the return type of ``IntervalIndex.is_non_overlapping_monotonic`` to be a Python ``bool`` for consistency with similar attributes/methods. Previously returned a ``numpy.bool_``. (:issue:`17237`)
402401
- Bug in ``IntervalIndex.is_non_overlapping_monotonic`` when intervals are closed on both sides and overlap at a point (:issue:`16560`)
403402
- Bug in :func:`Series.fillna` returns frame when ``inplace=True`` and ``value`` is dict (:issue:`16156`)
404-
=======
405-
>>>>>>> BUG: to_datetime not localizing Series when utc=True (#6415)
406403

407404
Indexing
408405
^^^^^^^^

0 commit comments

Comments
 (0)