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