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.17.1.txt
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Highlights include:
17
17
18
18
Enhancements
19
19
~~~~~~~~~~~~
20
-
- ``DatetimeIndex`` now supports conversion to strings with astype(str) (:issue:`10442`)
20
+
- ``DatetimeIndex`` now supports conversion to strings with ``astype(str)`` (:issue:`10442`)
21
21
22
22
- Support for ``compression`` (gzip/bz2) in :meth:`pandas.DataFrame.to_csv` (:issue:`7615`)
23
23
- Improve the error message in :func:`pandas.io.gbq.to_gbq` when a streaming insert fails (:issue:`11285`)
@@ -40,7 +40,7 @@ Enhancements
40
40
# we have an accurate memory assessment (but can be expensive to compute this)
41
41
df.info(memory_usage='deep')
42
42
43
-
- ``Index`` now has ``fillna`` method (:issue:`10089`)
43
+
- ``Index`` now has a ``fillna`` method (:issue:`10089`)
44
44
45
45
.. ipython:: python
46
46
@@ -67,7 +67,7 @@ Deprecations
67
67
^^^^^^^^^^^^
68
68
69
69
- The ``pandas.io.ga`` module which implements ``google-analytics`` support is deprecated and will be removed in a future version (:issue:`11308`)
70
-
- Deprecate the ``engine`` keyword from ``.to_csv()``, which will be removed in a future version (:issue:`11274`)
70
+
- Deprecate the ``engine`` keyword in ``.to_csv()``, which will be removed in a future version (:issue:`11274`)
71
71
72
72
73
73
.. _whatsnew_0171.performance:
@@ -80,7 +80,7 @@ Performance Improvements
80
80
81
81
82
82
- Release the GIL on most datetime field operations (e.g. ``DatetimeIndex.year``, ``Series.dt.year``), normalization, and conversion to and from ``Period``, ``DatetimeIndex.to_period`` and ``PeriodIndex.to_timestamp`` (:issue:`11263`)
83
-
- Release the GIL on some srolling algos (``rolling_median``, ``rolling_mean``, ``rolling_max``, ``rolling_min``, ``rolling_var``, ``rolling_kurt``, `rolling_skew`` (:issue:`11450`)
83
+
- Release the GIL on some srolling algos (``rolling_median``, ``rolling_mean``, ``rolling_max``, ``rolling_min``, ``rolling_var``, ``rolling_kurt``, ``rolling_skew`` (:issue:`11450`)
84
84
- Release the GIL when reading and parsing text files in ``read_csv``, ``read_table`` (:issue:`11272`)
85
85
- Improved performance of ``rolling_median`` (:issue:`11450`)
0 commit comments