Start of the range (inclusive). Defaults to 0.
End of the range (exclusive). If set to None
(default), the value of start
is used and start
is set to 0
.
Optional
step: numberStep size of the range.
Optional
dtype: DataTypeInteger data type of the ranges. Defaults to Int64
.
Optional
eager: falseEvaluate immediately and return a Series
. If set to False
(default), return an expression instead.
List(dtype)
.Optional
step: numberOptional
dtype: DataTypeOptional
eager: true
Generate a range of integers for each row of the input columns.