We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c9206 commit 8315b38Copy full SHA for 8315b38
doc/source/whatsnew/v1.3.0.rst
@@ -812,6 +812,7 @@ Performance improvements
812
- Performance improvement in :meth:`.GroupBy.cummin` and :meth:`.GroupBy.cummax` with nullable data types (:issue:`37493`)
813
- Performance improvement in :meth:`Series.nunique` with nan values (:issue:`40865`)
814
- Performance improvement in :meth:`DataFrame.transpose`, :meth:`Series.unstack` with ``DatetimeTZDtype`` (:issue:`40149`)
815
+- Performance improvement in :meth:`Series.plot` and :meth:`DataFrame.plot` with entry point lazy loading (:issue:`41492`)
816
817
.. ---------------------------------------------------------------------------
818
0 commit comments