LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
dask/__init__.py
dask/async.py
dask/base.py
dask/cache.py
dask/callbacks.py
dask/compatibility.py
dask/context.py
dask/core.py
dask/delayed.py
dask/distributed.py
dask/dot.py
dask/imperative.py
dask/multiprocessing.py
dask/optimize.py
dask/order.py
dask/rewrite.py
dask/threaded.py
dask/utils.py
dask/utils_test.py
dask.egg-info/PKG-INFO
dask.egg-info/SOURCES.txt
dask.egg-info/dependency_links.txt
dask.egg-info/not-zip-safe
dask.egg-info/requires.txt
dask.egg-info/top_level.txt
dask/array/__init__.py
dask/array/chunk.py
dask/array/conftest.py
dask/array/core.py
dask/array/creation.py
dask/array/fft.py
dask/array/ghost.py
dask/array/image.py
dask/array/learn.py
dask/array/linalg.py
dask/array/numpy_compat.py
dask/array/optimization.py
dask/array/percentile.py
dask/array/random.py
dask/array/rechunk.py
dask/array/reductions.py
dask/array/slicing.py
dask/array/utils.py
dask/array/wrap.py
dask/array/tests/__init__.py
dask/array/tests/test_array_core.py
dask/array/tests/test_chunk.py
dask/array/tests/test_creation.py
dask/array/tests/test_fft.py
dask/array/tests/test_ghost.py
dask/array/tests/test_image.py
dask/array/tests/test_learn.py
dask/array/tests/test_linalg.py
dask/array/tests/test_linearoperator.py
dask/array/tests/test_optimization.py
dask/array/tests/test_percentiles.py
dask/array/tests/test_random.py
dask/array/tests/test_rechunk.py
dask/array/tests/test_reductions.py
dask/array/tests/test_slicing.py
dask/array/tests/test_wrap.py
dask/bag/__init__.py
dask/bag/core.py
dask/bag/text.py
dask/bag/tests/__init__.py
dask/bag/tests/test_bag.py
dask/bag/tests/test_text.py
dask/bytes/__init__.py
dask/bytes/compression.py
dask/bytes/core.py
dask/bytes/local.py
dask/bytes/s3.py
dask/bytes/utils.py
dask/bytes/tests/__init__.py
dask/bytes/tests/test_bytes_utils.py
dask/bytes/tests/test_compression.py
dask/bytes/tests/test_local.py
dask/bytes/tests/test_s3.py
dask/dataframe/__init__.py
dask/dataframe/categorical.py
dask/dataframe/core.py
dask/dataframe/csv.py
dask/dataframe/demo.py
dask/dataframe/groupby.py
dask/dataframe/indexing.py
dask/dataframe/io.py
dask/dataframe/multi.py
dask/dataframe/optimize.py
dask/dataframe/partitionquantiles.py
dask/dataframe/rolling.py
dask/dataframe/shuffle.py
dask/dataframe/utils.py
dask/dataframe/tests/__init__.py
dask/dataframe/tests/test_arithmetics_reduction.py
dask/dataframe/tests/test_categorical.py
dask/dataframe/tests/test_csv.py
dask/dataframe/tests/test_dataframe.py
dask/dataframe/tests/test_demo.py
dask/dataframe/tests/test_groupby.py
dask/dataframe/tests/test_indexing.py
dask/dataframe/tests/test_io.py
dask/dataframe/tests/test_multi.py
dask/dataframe/tests/test_optimize_dataframe.py
dask/dataframe/tests/test_rolling.py
dask/dataframe/tests/test_shuffle.py
dask/dataframe/tests/test_utils_dataframe.py
dask/dataframe/tseries/__init__.py
dask/dataframe/tseries/resample.py
dask/dataframe/tseries/tests/__init__.py
dask/dataframe/tseries/tests/test_resample.py
dask/diagnostics/__init__.py
dask/diagnostics/profile.py
dask/diagnostics/profile_visualize.py
dask/diagnostics/progress.py
dask/diagnostics/tests/__init__.py
dask/diagnostics/tests/test_profiler.py
dask/diagnostics/tests/test_progress.py
dask/store/__init__.py
dask/store/core.py
dask/store/tests/__init__.py
dask/store/tests/test_store.py
dask/tests/__init__.py
dask/tests/test_async.py
dask/tests/test_base.py
dask/tests/test_cache.py
dask/tests/test_callbacks.py
dask/tests/test_context.py
dask/tests/test_core.py
dask/tests/test_delayed.py
dask/tests/test_distributed.py
dask/tests/test_dot.py
dask/tests/test_flake8.py
dask/tests/test_multiprocessing.py
dask/tests/test_optimize.py
dask/tests/test_order.py
dask/tests/test_rewrite.py
dask/tests/test_threaded.py
dask/tests/test_utils.py
docs/README.rst
docs/source/array-api.rst
docs/source/array-creation.rst
docs/source/array-design.rst
docs/source/array-examples.rst
docs/source/array-extend.rst
docs/source/array-ghost.rst
docs/source/array-linear-operator.rst
docs/source/array-overview.rst
docs/source/array-slicing.rst
docs/source/array-stack.rst
docs/source/array.rst
docs/source/bag-api.rst
docs/source/bag-creation.rst
docs/source/bag-examples.rst
docs/source/bag-overview.rst
docs/source/bag.rst
docs/source/bytes.rst
docs/source/caching.rst
docs/source/cheatsheet.rst
docs/source/cite.rst
docs/source/custom-graphs.rst
docs/source/dataframe-api.rst
docs/source/dataframe-create.rst
docs/source/dataframe-examples.rst
docs/source/dataframe-groupby.rst
docs/source/dataframe-overview.rst
docs/source/dataframe-partitions.rst
docs/source/dataframe.rst
docs/source/delayed-api.rst
docs/source/delayed-collections.rst
docs/source/delayed-examples.rst
docs/source/delayed-overview.rst
docs/source/delayed.rst
docs/source/develop.rst
docs/source/diagnostics.rst
docs/source/examples-tutorials.rst
docs/source/faq.rst
docs/source/graphs.rst
docs/source/index.rst
docs/source/inspect.rst
docs/source/install.rst
docs/source/logos.rst
docs/source/optimize.rst
docs/source/scheduler-choice.rst
docs/source/scheduler-overview.rst
docs/source/scheduling-policy.rst
docs/source/shared.rst
docs/source/spark.rst
docs/source/spec.rst
docs/source/support.rst
docs/source/use-cases.rst
docs/source/examples/array-hdf5.rst
docs/source/examples/array-numpy.rst
docs/source/examples/array-random.rst
docs/source/examples/bag-json.rst
docs/source/examples/bag-word-count-hdfs.rst
docs/source/examples/dataframe-csv.rst
docs/source/examples/dataframe-hdf5.rst
docs/source/examples/delayed-array.rst
docs/source/examples/delayed-custom.rst