Bag
===

Dask Bag parallelizes computations across a large collection of generic Python
objects. It is particularly useful when dealing with large quantities of
semi-structured data like JSON blobs or log files.

.. toctree::
   :maxdepth: 1

   bag-overview.rst
   bag-creation.rst
   bag-api.rst
