Skip to content

Commit 1eb2aa6

Browse files
added whatsnew entry
1 parent 057d86b commit 1eb2aa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Other API changes
194194
See :ref:`units registration <whatsnew_1000.matplotlib_units>` for more.
195195
- :meth:`Series.dropna` has dropped its ``**kwargs`` argument in favor of a single ``how`` parameter.
196196
Supplying anything else than ``how`` to ``**kwargs`` raised a ``TypeError`` previously (:issue:`29388`)
197+
- An empty :class:`pandas.core.series.Series` now has the dtype ``object`` instead of ``float64``. The behaviour is now
198+
consistent with the behaviour of :class:`pandas.core.frame.DataFrame` and :class:`pandas.core.indexes.base.Index`
197199
-
198200

199201

0 commit comments

Comments
 (0)