Function polars_lazy::functions::arange [−][src]
This is supported on crate features
compile
and arange
only.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
.