Skip to content

Commit 2f1760e

Browse files
jbrockmendelclaude
andcommitted
CLN: simplify whatsnew entry for GH#17743
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 11397df commit 2f1760e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/whatsnew/v3.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Performance improvements
132132
- Performance improvement in :func:`merge` with ``how="cross"`` (:issue:`38082`)
133133
- Performance improvement in :func:`merge` with ``how="left"`` (:issue:`64370`)
134134
- Performance improvement in :func:`merge` with ``sort=False`` for single-key ``how="left"``/``how="right"`` joins when the opposite join key is sorted, unique, and range-like (:issue:`64146`)
135-
- Performance improvement in :func:`read_csv` with ``engine="c"`` when parsing columns as :class:`CategoricalDtype` with known categories, by mapping parsed values directly to category codes in a single pass instead of factorizing and then recoding (:issue:`17743`)
135+
- Performance improvement in :func:`read_csv` with ``engine="c"`` when parsing columns as :class:`CategoricalDtype` with known categories (:issue:`17743`)
136136
- Performance improvement in :func:`read_csv` with ``engine="c"`` when reading from binary file-like objects (e.g. PyArrow S3 file handles) by avoiding unnecessary ``TextIOWrapper`` wrapping (:issue:`46823`)
137137
- Performance improvement in :func:`read_html` and the Python CSV parser when ``thousands`` is set, fixing catastrophic regex backtracking on cells with many comma-separated digit groups followed by non-numeric text (:issue:`52619`)
138138
- Performance improvement in :func:`read_sas` by reading page header fields directly in Cython instead of falling back to Python (:issue:`47339`)

0 commit comments

Comments
 (0)