Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve what's new
  • Loading branch information
rth committed Mar 19, 2020
commit 40f4cd6e4285c376d8ddcd0890fb3346f344d4a9
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ Performance improvements
avoiding creating these again on the new index. This can speed up many operations that depend on creating copies of
existing indexes (:issue:`28584`, :issue:`32640`, :issue:`32669`)
- Performance improvement when creating a :class:`DataFrame` with sparse values
``scipy.sparse`` matrices using the :meth:`DataFrame.sparse.from_spmatrix`
constructor (:issue:`32196`).
from ``scipy.sparse`` matrices using the
:meth:`DataFrame.sparse.from_spmatrix` constructor (:issue:`32196`).

.. ---------------------------------------------------------------------------

Expand Down