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

Constructing columns with data type Array in rust #20779

Open
HarlanHeilman opened this issue Jan 18, 2025 · 0 comments
Open

Constructing columns with data type Array in rust #20779

HarlanHeilman opened this issue Jan 18, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@HarlanHeilman
Copy link

Description

The documentation suggests that arrays and lists are data types that can be found in a column, but there is no method shown for doing this in rust. There are private ChunkBuilder's for arrays, but they are mostly unsafe and not exposed.

There needs to be a simple way of doing this that can be developed and presented on the documentation.

Link

https://docs.pola.rs/user-guide/expressions/lists-and-arrays/#the-data-type-array

@HarlanHeilman HarlanHeilman added the documentation Improvements or additions to documentation label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant