Numbers from zero to n
Examples
>>> import dask.bag as db >>> b = db.range(5, npartitions=2) >>> list(b) [0, 1, 2, 3, 4]
Getting Started
How to Use
Internals
Reference