Skip to content

Commit b35647e

Browse files
committed
whatsnew
1 parent 1be1bd7 commit b35647e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.2.txt

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Bug Fixes
106106

107107
- Bug in :func:`read_csv` that caused it to incorrectly raise an error when ``nrows=0``, ``low_memory=True``, and ``index_col`` was not ``None`` (:issue:`21141`)
108108
- Bug in :func:`json_normalize` when formatting the ``record_prefix`` with integer columns (:issue:`21536`)
109-
- Bug in :func:`read_csv` with a ``CategoricalDtype`` with boolean categories not correctly coercing the string values to booleans (:issue:`20498`)
110109
-
111110

112111
**Plotting**

doc/source/whatsnew/v0.24.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ MultiIndex
329329
I/O
330330
^^^
331331

332+
- Bug in :func:`read_csv` with a ``CategoricalDtype`` with boolean categories not correctly coercing the string values to booleans (:issue:`20498`)
332333
-
333334
-
334335
-

0 commit comments

Comments
 (0)