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
+5
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ Fixed Regressions
27
27
- Bug in :meth:`~DataFrame.to_csv` causes encoding error when compression and encoding are specified (:issue:`21241`, :issue:`21118`)
28
28
- Bug preventing pandas from being importable with -OO optimization (:issue:`21071`)
29
29
- 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`)
30
+
- Fixed regression in constructors coercing NA values like ``None`` to strings when passing ``dtype=str`` (:issue:`21083`)
31
+
- Regression in :func:`pivot_table` where an ordered ``Categorical`` with missing
32
+
values for the pivot's ``index`` would give a mis-aligned result (:issue:`21133`)
33
+
- Fixed Regression in :func:`nested_to_record` which now flattens list of dictionaries and doesnot drop keys with value as `None` (:issue:`21356`)
0 commit comments