Function polars_lazy::dsl::arange
source · [−]Expand description
Create list entries that are range arrays
- if
lowandhighare a column, every element will expand into an array in a list column. - if
lowandhighare literals the output will be ofInt64.