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.23.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ and bug fixes. We recommend that all users upgrade to this version.
10
10
:local:
11
11
:backlinks: none
12
12
13
-
14
13
.. _whatsnew_0231.fixed_regressions:
15
14
16
15
Fixed Regressions
@@ -29,6 +28,7 @@ Fixed Regressions
29
28
- Bug in :meth:`~DataFrame.to_csv` causes encoding error when compression and encoding are specified (:issue:`21241`, :issue:`21118`)
30
29
- Bug preventing pandas from being importable with -OO optimization (:issue:`21071`)
31
30
- Bug in :meth:`Categorical.fillna` incorrectly raising a ``TypeError`` when `value` the individual categories are iterable and `value` is an iterable (:issue:`21097`, :issue:`19788`)
31
+
- Fixed regression in constructors coercing NA values like ``None`` to strings when passing ``dtype=str`` (:issue:`21083`)
32
32
- Regression in :func:`pivot_table` where an ordered ``Categorical`` with missing
33
33
values for the pivot's ``index`` would give a mis-aligned result (:issue:`21133`)
0 commit comments