We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e91f8 commit 2d269aeCopy full SHA for 2d269ae
doc/source/whatsnew/v1.3.4.rst
@@ -19,6 +19,7 @@ Fixed regressions
19
- Fixed performance regression in :meth:`MultiIndex.equals` (:issue:`43549`)
20
- Fixed regression in :meth:`Series.cat.reorder_categories` failing to update the categories on the ``Series`` (:issue:`43232`)
21
- Fixed regression in :meth:`Series.cat.categories` setter failing to update the categories on the ``Series`` (:issue:`43334`)
22
+- Fixed regression in :meth:`pandas.read_csv` raising UnicodeDecodeError exception when memory_map=True (:issue:`43540`)
23
-
24
25
.. ---------------------------------------------------------------------------
0 commit comments