Skip to content

Commit ac99204

Browse files
committed
DOC: minor whatsnew corrections
1 parent ddd0372 commit ac99204

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/whatsnew/v0.17.1.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Highlights include:
1717

1818
Enhancements
1919
~~~~~~~~~~~~
20-
- ``DatetimeIndex`` now supports conversion to strings with astype(str) (:issue:`10442`)
20+
- ``DatetimeIndex`` now supports conversion to strings with ``astype(str)`` (:issue:`10442`)
2121

2222
- Support for ``compression`` (gzip/bz2) in :meth:`pandas.DataFrame.to_csv` (:issue:`7615`)
2323
- Improve the error message in :func:`pandas.io.gbq.to_gbq` when a streaming insert fails (:issue:`11285`)
@@ -40,7 +40,7 @@ Enhancements
4040
# we have an accurate memory assessment (but can be expensive to compute this)
4141
df.info(memory_usage='deep')
4242

43-
- ``Index`` now has ``fillna`` method (:issue:`10089`)
43+
- ``Index`` now has a ``fillna`` method (:issue:`10089`)
4444

4545
.. ipython:: python
4646

@@ -67,7 +67,7 @@ Deprecations
6767
^^^^^^^^^^^^
6868

6969
- 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`)
7171

7272

7373
.. _whatsnew_0171.performance:
@@ -80,7 +80,7 @@ Performance Improvements
8080

8181

8282
- 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`)
8484
- Release the GIL when reading and parsing text files in ``read_csv``, ``read_table`` (:issue:`11272`)
8585
- Improved performance of ``rolling_median`` (:issue:`11450`)
8686

0 commit comments

Comments
 (0)