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 DataFrame.native / LazyFrame.native / Series.native properties #1295

Open
MarcoGorelli opened this issue Oct 31, 2024 · 0 comments · May be fixed by #1301
Open

add DataFrame.native / LazyFrame.native / Series.native properties #1295

MarcoGorelli opened this issue Oct 31, 2024 · 0 comments · May be fixed by #1301

Comments

@MarcoGorelli
Copy link
Member

to_native() hides the fact that it's a practically free operation, it just calls ._compliant_frame._native_frame

we should probably make native a property, but keep to_native around in stable.v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant