API: Should indexing on columns give views or copies? #33780
Labels
API Design
Copy / view semantics
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
Migrating the discussion from #33597:
We can improve performance (and memory footprint) by returning views in more cases. The downsides are 1) the returned DataFrames are less-consolidated and 2) users may be relying on getting copies in some situations.
The text was updated successfully, but these errors were encountered: