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