Skip to content

Commit e25df6b

Browse files
committed
PERF: read_csv with memory_map=True when file encoding is UTF-8 (pandas-dev#43787)
1 parent fdc7709 commit e25df6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/whatsnew/v1.3.4.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ Bug fixes
3232
- Fixed bug in :meth:`.GroupBy.mean` with datetimelike values including ``NaT`` values returning incorrect results (:issue:`43132`)
3333
- Fixed bug in :meth:`Series.aggregate` not passing the first ``args`` to the user supplied ``func`` in certain cases (:issue:`43357`)
3434

35+
3536
.. ---------------------------------------------------------------------------
3637
3738
.. _whatsnew_134.other:
3839

3940
Other
4041
~~~~~
41-
-
42-
-
42+
- Improved performance of :meth:`pandas.read_csv` with ``memory_map=True`` when file encoding is UTF-8 (:issue:`43787`)
43+
44+
4345

4446
.. ---------------------------------------------------------------------------
4547

0 commit comments

Comments
 (0)