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.
Optionalstep: numberStep size of the range.
Optionaldtype: DataType<any>Integer data type of the ranges. Defaults to Int64.
Optionaleager: falseEvaluate immediately and return a Series. If set to False (default), return an expression instead.
List(dtype).Generate a range of integers for each row of the input columns.
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.
Optionalstep: numberStep size of the range.
Optionaldtype: DataType<any>Integer data type of the ranges. Defaults to Int64.
Optionaleager: trueEvaluate immediately and return a Series. If set to False (default), return an expression instead.
List(dtype).
Generate a range of integers for each row of the input columns.