You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: