We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5789ee2 commit 7bbd1a7Copy full SHA for 7bbd1a7
doc/source/whatsnew/v1.0.0.rst
@@ -192,7 +192,8 @@ Other API changes
192
Now, pandas custom formatters will only be applied to plots created by pandas, through :meth:`~DataFrame.plot`.
193
Previously, pandas' formatters would be applied to all plots created *after* a :meth:`~DataFrame.plot`.
194
See :ref:`units registration <whatsnew_1000.matplotlib_units>` for more.
195
--
+- An empty :class:`pandas.core.series.Series` now has the dtype ``object`` instead of ``float64``. The behaviour is now
196
+ consistent with the behaviour of :class:`pandas.core.frame.DataFrame` and :class:`pandas.core.indexes.base.Index`
197
198
199
.. _whatsnew_1000.api.documentation:
0 commit comments