Wes McKinney
Wes McKinney
I'm all for doing this work as incrementally as possible, especially during the initial project bootstrapping phase. However, several things about this: - The project has been going for over...
Does this issue persist in the `arrow` library?
This can be closed once `feather` is changed to use `arrow` internally
I agree with this -- it would be helpful to start migrating away from the `.values` API toward something more explicit to ease the burden. We might even want to...
I agree COW isn't a strict necessity for the 1 -> 2 transition. I think it's worth keeping in mind during the development process as there's a number of things...
See discussion in https://github.com/pydata/pandas/pull/11500
It's probably not too likely, since it would be an API change that would take a little time to fully understand the impact. If anyone has other thoughts (separate from...
A notable benefit of copy-on-write is that operations like `reset_index` become zero-copy operations.
Thanks! I will fix this soon on wesmckinney.com/book and in the next errata-update of the print version (sometime in the next few months).
I was thinking that ASV is the best choice -- as long as we can easily compare perf vs. a snapshot of master (e.g. we can use v0.19.0 as a...