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

feat(python): Avoid importing interchange module by default #12927

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

stinodego
Copy link
Member

Closes #12377

I decided to keep from_dataframe available at the top level, but wrap it to avoid importing anything until it's called. So this does not change the API at all.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Dec 7, 2023
@stinodego stinodego marked this pull request as ready for review December 7, 2023 09:29
@stinodego stinodego added the A-interchange Area: Python dataframe interchange protocol label Dec 7, 2023
@stinodego stinodego added this to the 0.20.0 milestone Dec 7, 2023
@ritchie46 ritchie46 merged commit 116a76c into main Dec 8, 2023
15 checks passed
@ritchie46 ritchie46 deleted the from-df-overhead branch December 8, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interchange Area: Python dataframe interchange protocol enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid importing interchange module by default
2 participants