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 6f75ac5 commit 6e2cd6dCopy full SHA for 6e2cd6d
doc/source/whatsnew/v1.1.0.rst
@@ -1050,6 +1050,7 @@ I/O
1050
- Bug in :meth:`~HDFStore.create_table` now raises an error when `column` argument was not specified in `data_columns` on input (:issue:`28156`)
1051
- :meth:`read_json` now could read line-delimited json file from a file url while `lines` and `chunksize` are set.
1052
- Bug in :meth:`DataFrame.to_sql` when reading DataFrames with ``-np.inf`` entries with MySQL now has a more explicit ``ValueError`` (:issue:`34431`)
1053
+- Bug in :meth:`io.common.infer_compression` where capitalised files extensions were not decompressed by read_* functions.
1054
1055
Plotting
1056
^^^^^^^^
0 commit comments