File: bag.rst

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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