Skip to content

Commit e583bac

Browse files
committed
add whatsnew entry
1 parent 5a61da8 commit e583bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,10 @@ Numeric
370370

371371
Conversion
372372
^^^^^^^^^^
373+
- Bug in :class:`Series` constructor responsible for bad datetime to str dtype conversions in ``read_csv``. (:issue:`57512`)
373374
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
374375
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
376+
375377
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
376378

377379
Strings

0 commit comments

Comments
 (0)