File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ Strings passed to ``DataFrame.groupby()`` as the ``by`` parameter may now refere
6969Better support for compressed URLs in ``read_csv``
7070^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7171
72- Compression code was refactored (:issue:`12688`). As a result, reading
72+ The compression code was refactored (:issue:`12688`). As a result, reading
7373dataframes from URLs in :func:`read_csv` or :func:`read_table` now supports
7474additional compression methods: ``xz``, ``bz2``, and ``zip`` (:issue:`14570`).
7575Previously, only ``gzip`` compression was supported. By default, compression of
7676URLs and paths are now both inferred using their file extensions. Additionally,
77- bz2 support for the python 2 c-engine improved (:issue:`14874`).
77+ support for bz2 compression in the python 2 c-engine improved (:issue:`14874`).
7878
7979.. ipython:: python
8080 url = 'https://github.com/{repo}/raw/{branch}/{path}'.format(
You can’t perform that action at this time.
0 commit comments