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/v0.16.1.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ We recommend that all users upgrade to this version.
16
16
17
17
Enhancements
18
18
~~~~~~~~~~~~
19
-
- Setting the ``compression`` argument of ``read_csv`` or ``read_table`` to ``'infer'`` will now guess the compression type based on the file extension. (:issue:`9770`)
20
19
21
20
22
21
@@ -35,6 +34,8 @@ API changes
35
34
- Add support for separating years and quarters using dashes, for
36
35
example 2014-Q1. (:issue:`9688`)
37
36
37
+
- By default, ``read_csv`` and ``read_table`` will now try to infer the compression type based on the file extension. Set ``compression=None`` to restore the previous behavior. (:issue:`9770`)
0 commit comments