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

fix: Fix repr of Expr.gather (which was still showing deprecated take) #12864

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

MarcoGorelli
Copy link
Collaborator

On the latest release we see

In [43]: print(pl.col('a').gather(0))
col("a").take(0)

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Dec 2, 2023
@MarcoGorelli MarcoGorelli changed the title fix: fixup repr of Expr.gather fix: fixup repr of Expr.gather (which was still showing deprecated take) Dec 2, 2023
@MarcoGorelli MarcoGorelli marked this pull request as ready for review December 2, 2023 13:50
@ritchie46 ritchie46 merged commit 78c183e into pola-rs:main Dec 2, 2023
27 checks passed
@stinodego stinodego changed the title fix: fixup repr of Expr.gather (which was still showing deprecated take) fix: Fix repr of Expr.gather (which was still showing deprecated take) Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants