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