We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e085e8 commit c33d9f8Copy full SHA for c33d9f8
doc/source/whatsnew/v1.0.0.rst
@@ -195,6 +195,8 @@ Other API changes
195
See :ref:`units registration <whatsnew_1000.matplotlib_units>` for more.
196
- :meth:`Series.dropna` has dropped its ``**kwargs`` argument in favor of a single ``how`` parameter.
197
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`
200
-
201
202
0 commit comments