Skip to content

Commit 7bbd1a7

Browse files
added whatsnew entry
1 parent 5789ee2 commit 7bbd1a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ Other API changes
192192
Now, pandas custom formatters will only be applied to plots created by pandas, through :meth:`~DataFrame.plot`.
193193
Previously, pandas' formatters would be applied to all plots created *after* a :meth:`~DataFrame.plot`.
194194
See :ref:`units registration <whatsnew_1000.matplotlib_units>` for more.
195-
-
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`
196197

197198

198199
.. _whatsnew_1000.api.documentation:

0 commit comments

Comments
 (0)