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/v1.1.1.rst
+8-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ including other versions of pandas.
15
15
Fixed regressions
16
16
~~~~~~~~~~~~~~~~~
17
17
18
-
-
18
+
- Fixed regression where :func:`read_csv` would raise a ``ValueError`` when ``pandas.options.mode.use_inf_as_na`` was set to ``True`` (:issue:`35493`).
19
19
-
20
20
-
21
21
@@ -26,6 +26,13 @@ Fixed regressions
26
26
Bug fixes
27
27
~~~~~~~~~
28
28
29
+
30
+
Categorical
31
+
^^^^^^^^^^^
32
+
33
+
- Bug in :meth:`CategoricalIndex.format` where, when stringified scalars had different lengths, the shorter string would be right-filled with spaces, so it had the same length as the longest string (:issue:`35439`)
0 commit comments