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