File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ Other Enhancements
28
28
- :class:`pandas.io.formats.style.Styler` now has method ``hide_index()`` to determine whether the index will be rendered in ouptut (:issue:`14194`)
29
29
- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
30
30
- 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`)
32
32
33
33
.. _whatsnew_0220.api_breaking:
34
34
35
35
Backwards incompatible API changes
36
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
37
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`)
39
39
-
40
40
-
41
41
You can’t perform that action at this time.
0 commit comments