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