We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc7709 commit e25df6bCopy full SHA for e25df6b
doc/source/whatsnew/v1.3.4.rst
@@ -32,14 +32,16 @@ Bug fixes
32
- Fixed bug in :meth:`.GroupBy.mean` with datetimelike values including ``NaT`` values returning incorrect results (:issue:`43132`)
33
- Fixed bug in :meth:`Series.aggregate` not passing the first ``args`` to the user supplied ``func`` in certain cases (:issue:`43357`)
34
35
+
36
.. ---------------------------------------------------------------------------
37
38
.. _whatsnew_134.other:
39
40
Other
41
~~~~~
--
42
+- Improved performance of :meth:`pandas.read_csv` with ``memory_map=True`` when file encoding is UTF-8 (:issue:`43787`)
43
44
45
46
47
0 commit comments