10BC0 PERF: Index._shallow_copy shares _cache with copies of self by topper-123 · Pull Request #36840 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

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
Merge branch 'master' into index_id
  • Loading branch information
jreback authored Oct 6, 2020
commit 95698fd87a491bd90d145adf73ae9f4a9e08eb80
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Performance improvements
- Performance improvement in setting values on a :class:`IntervalArray` (:issue:`36310`)
- The internal index method :meth:`~Index._shallow_copy` now makes the new index and original index share cached attributes,
avoiding creating these again, if created on either. This can speed up operations that depend on creating copies of existing indexes (:issue:`36840`)

- Performance improvement in :meth:`RollingGroupby.count` (:issue:`35625`)

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

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0