Skip to content

Commit b711090

Browse files
added whatsnew entry
1 parent b5c8f51 commit b711090

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

200202

0 commit comments

Comments
 (0)