Session Ready
Exercise

Inspecting Dask Bags

A Dask bag is provided for you as bag. It contains a number of Python objects. Your job is to inspect the bag to determine the number of elements in the bag, which may be different from the total number of Python objects stored in the bag and whether all of them are true.

Note: In this chapter the Distributed Scheduler is being used. Review the Dask scheduler choices for more information.

Instructions
50 XP
Possible Answers