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: Add .list.json_encode() #19407

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

moritzwilksch
Copy link
Contributor

@moritzwilksch moritzwilksch commented Oct 23, 2024

fixes #14029

adds json_encode() to the .list. namespace to serialize lists to JSON strings.

There are previous discussion about adding this to the root name space but I can't tell how much more work that would be and I'm not rustacean.

ToDo

@moritzwilksch moritzwilksch changed the title feat: add .list.json_encode() feat: Add .list.json_encode() Oct 23, 2024
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Oct 23, 2024
@moritzwilksch
Copy link
Contributor Author

@orlp you suggested moving it to the root namespace. I could also try to revive #18396 instead, seems like it was pretty close to done or am I missing something there?

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 python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add json_encode to pl.List
1 participant