Getting Started
How to Use
Internals
Reference
Are all elements truthy?
Examples
>>> import dask.bag as db >>> bool_bag = db.from_sequence([True, True, False]) >>> bool_bag.all().compute() False
previous
dask.bag.Bag.accumulate
next
dask.bag.Bag.any