Skip to content

ENH: switch to copy=False by default when DataFrame is constructed from dict of Series/Index for CoW #52967

Open
@phofl

Description

@phofl

Feature Type

  • Adding new functionality to pandas
  • Changing existing functionality in pandas
  • Removing existing functionality in pandas

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions