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/v3.1.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ Performance improvements
132
132
- Performance improvement in :func:`merge` with ``how="cross"`` (:issue:`38082`)
133
133
- Performance improvement in :func:`merge` with ``how="left"`` (:issue:`64370`)
134
134
- 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`)
136
136
- 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`)
137
137
- 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`)
138
138
- 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