Skip to content

Commit 8486f71

Browse files
committed
changelog
1 parent f1d4c66 commit 8486f71

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ Other Enhancements
477477
- The ``usecols`` argument in ``pd.read_csv()`` now accepts a callable function as a value (:issue:`14154`)
478478
- The ``skiprows`` argument in ``pd.read_csv()`` now accepts a callable function as a value (:issue:`10882`)
479479
- The ``nrows`` and ``chunksize`` arguments in ``pd.read_csv()`` are supported if both are passed (:issue:`6774`, :issue:`15755`)
480-
- ``pd.read_csv()`` now treats ``'n/a'`` strings as missing values by default (:issue:`16078`)
481480
- ``DataFrame.plot`` now prints a title above each subplot if ``suplots=True`` and ``title`` is a list of strings (:issue:`14753`)
482481
- ``DataFrame.plot`` can pass the matplotlib 2.0 default color cycle as a single string as color parameter, see `here <http://matplotlib.org/2.0.0/users/colors.html#cn-color-selection>`__. (:issue:`15516`)
483482
- ``Series.interpolate()`` now supports timedelta as an index type with ``method='time'`` (:issue:`6424`)

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Backwards incompatible API changes
4646

4747
- Accessing a non-existent attribute on a closed :class:`HDFStore` will now
4848
raise an ``AttributeError`` rather than a ``ClosedFileError`` (:issue:`16301`)
49+
- ``pd.read_csv()`` now treats ``'n/a'`` strings as missing values by default (:issue:`16078`)
4950

5051
.. _whatsnew_0210.api:
5152

0 commit comments

Comments
 (0)