Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-enable-pandas-copy-on-write-mode-checker #18

Open
PeterHamfelt opened this issue Mar 28, 2024 · 1 comment
Open

add-enable-pandas-copy-on-write-mode-checker #18

PeterHamfelt opened this issue Mar 28, 2024 · 1 comment
Assignees
Labels
Enhancement ✨ New feature or request

Comments

@PeterHamfelt
Copy link
Member

Copy-on-Write was first introduced in version 1.5.0. Starting from version 2.0 most of the optimizations that become possible through CoW are implemented and supported. All possible optimizations are supported starting from pandas 2.1.
CoW will be enabled by default in version 3.0.

References
https://pandas.pydata.org/pandas-docs/stable/user_guide/copy_on_write.html#copy-on-write-cow

@PeterHamfelt PeterHamfelt added the Enhancement ✨ New feature or request label Mar 28, 2024
@PeterHamfelt PeterHamfelt self-assigned this Mar 28, 2024
@PeterHamfelt
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant