File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ Other Enhancements
2828- :class:`pandas.io.formats.style.Styler` now has method ``hide_index()`` to determine whether the index will be rendered in ouptut (:issue:`14194`)
2929- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
3030- Improved wording of ``ValueError`` raised in :func:`to_datetime` when ``unit=`` is passed with a non-convertible value (:issue:`14350`)
31- - :func:`Series.fillna` now accepts a Series or a dict as a ``value`` (:issue:`17033`)
31+ - :func:`Series.fillna` now accepts a Series or a dict as a ``value`` for a categorical dtype (:issue:`17033`)
3232
3333.. _whatsnew_0220.api_breaking:
3434
3535Backwards incompatible API changes
3636~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3737
38- -
38+ - :func:`Series.fillna` now raises a ``TypeError`` instead of a ``KeyError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
3939-
4040-
4141
You can’t perform that action at this time.
0 commit comments