ENH: switch to copy=False by default when DataFrame is constructed from dict of Series/Index for CoW #52967
Open
1 of 3 tasks
Labels
Constructors
Series/DataFrame/Index/pd.array Constructors
Copy / view semantics
Enhancement
Needs Discussion
Requires discussion from core team before further action
Milestone
Feature Type
Problem Description
This would make stuff faster and CoW avoids that we mutate more than one object at once.
We should still copy arrays when they are part of the dictionary.
cc @jorisvandenbossche thoughts?
Feature Description
See above
Alternative Solutions
Continue copying
Additional Context
No response
The text was updated successfully, but these errors were encountered: