Skip to content

Commit e1b5d42

Browse files
authored
Address what's new review comments
1 parent 8568aed commit e1b5d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.20.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Strings passed to ``DataFrame.groupby()`` as the ``by`` parameter may now refere
6969
Better 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
7373
dataframes from URLs in :func:`read_csv` or :func:`read_table` now supports
7474
additional compression methods: ``xz``, ``bz2``, and ``zip`` (:issue:`14570`).
7575
Previously, only ``gzip`` compression was supported. By default, compression of
7676
URLs 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(

0 commit comments

Comments
 (0)