We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a61da8 commit e583bacCopy full SHA for e583bac
doc/source/whatsnew/v3.0.0.rst
@@ -370,8 +370,10 @@ Numeric
370
371
Conversion
372
^^^^^^^^^^
373
+- Bug in :class:`Series` constructor responsible for bad datetime to str dtype conversions in ``read_csv``. (:issue:`57512`)
374
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
375
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
376
+
377
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
378
379
Strings
0 commit comments