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 Expr.struct.drop(field_list_to_drop: Iterable[str] | pl.Series) #16103

Open
DeflateAwning opened this issue May 7, 2024 · 0 comments
Open
Labels
enhancement New feature or an improvement of an existing feature

Comments

@DeflateAwning
Copy link
Contributor

Description

Would be awesome to be able to drop some fields from a struct. Especially valuable right before converting a struct to JSON, or similar.

Proposed solution - add this: Expr.struct.drop(field_list_to_drop: Iterable[str] | pl.Series)

@DeflateAwning DeflateAwning added the enhancement New feature or an improvement of an existing feature label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant