Skip to content

Commit 12a6df9

Browse files
committed
Fixed whatsnew entry per @jreback comment
1 parent 41d1747 commit 12a6df9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ Performance Improvements
169169
- Improved performance of :meth:`Series.searchsorted`. The speedup is especially large when the dtype is
170170
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
171171
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
172-
- Improved performance of `tokenize_bytes` in `tokenizer.c`
173-
- Improved performance of `xstrtod` on small floats (especially significant when integer part of it fits in int32)
172+
- Improved performance of :meth:`read_csv` (faster tokenizing and faster parsing of small float numbers)
174173

175174
.. _whatsnew_0250.bug_fixes:
176175

0 commit comments

Comments
 (0)