@@ -69,12 +69,12 @@ Strings passed to ``DataFrame.groupby()`` as the ``by`` parameter may now refere |
|
|
69 |
69 |
Better support for compressed URLs in ``read_csv`` |
70 |
70 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
71 |
71 |
|
72 |
|
-Compression code was refactored (:issue:`12688`). As a result, reading |
|
72 |
+The compression code was refactored (:issue:`12688`). As a result, reading |
73 |
73 |
dataframes from URLs in :func:`read_csv` or :func:`read_table` now supports |
74 |
74 |
additional compression methods: ``xz``, ``bz2``, and ``zip`` (:issue:`14570`). |
75 |
75 |
Previously, only ``gzip`` compression was supported. By default, compression of |
76 |
76 |
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`). |
78 |
78 |
|
79 |
79 |
.. ipython:: python |
80 |
80 |
url = 'https://github.com/{repo}/raw/{branch}/{path}'.format( |