arange

getml.data.columns.arange(start=0, stop=None, step=1)[source]

Returns evenly spaced variables, within a given interval.

Args:
start (float, optional):

The beginning of the interval. Defaults to 0.

stop (float):

The end of the interval.

step (float, optional):

The step taken. Defaults to 1.