Get Started
Install
Examples
Tutorial
Why Dask?
Use Cases
Talks
Try Online
Slides
Algorithms
Arrays
Dataframes
Bags
Delayed (custom)
Futures (real-time)
Machine Learning
XArray
Setup
Local
Cloud
HPC
Kubernetes
Hadoop / Yarn
Community
Ask for Help
Github
Stack Overflow
Twitter
Developer Blog
YouTube Channel
Slack
Dask
Getting Started
Install Dask
Setup
Use Cases
Community
Why Dask?
Institutional FAQ
User Interface
User Interfaces
Array
Bag
Create Dask Bags
Store Dask Bags
API
Create Bags
Top-level functions
Random Sampling
Turn Bags into other things
Bag Methods
dask.bag.Bag
dask.bag.Bag.accumulate
dask.bag.Bag.all
dask.bag.Bag.any
dask.bag.Bag.compute
dask.bag.Bag.count
dask.bag.Bag.distinct
dask.bag.Bag.filter
dask.bag.Bag.flatten
dask.bag.Bag.fold
dask.bag.Bag.foldby
dask.bag.Bag.frequencies
dask.bag.Bag.groupby
dask.bag.Bag.join
dask.bag.Bag.map
dask.bag.Bag.map_partitions
dask.bag.Bag.max
dask.bag.Bag.mean
dask.bag.Bag.min
dask.bag.Bag.persist
dask.bag.Bag.pluck
dask.bag.Bag.product
dask.bag.Bag.reduction
dask.bag.Bag.random_sample
dask.bag.Bag.remove
dask.bag.Bag.repartition
dask.bag.Bag.starmap
dask.bag.Bag.std
dask.bag.Bag.sum
dask.bag.Bag.take
dask.bag.Bag.to_avro
dask.bag.Bag.to_dataframe
dask.bag.Bag.to_delayed
dask.bag.Bag.to_textfiles
dask.bag.Bag.topk
dask.bag.Bag.var
dask.bag.Bag.visualize
Item Methods
Examples
Design
Common Uses
Execution
Known Limitations
Name
DataFrame
Delayed
Futures
Machine Learning
Best Practices
API
Scheduling
Scheduling
Distributed Scheduling
Diagnostics
Understanding Performance
Visualize task graphs
Diagnostics (local)
Diagnostics (distributed)
Debugging
Ordering
Help & reference
Development Guidelines
Changelog
Configuration
Configuration Reference
Presentations On Dask
Dask Cheat Sheet
Comparison to Spark
Opportunistic Caching
Task Graphs
Stages of Computation
Remote Data
GPUs
Citations
Images and Logos
Dask
»
Bag
»
API
»
dask.bag.Bag.sum
View page source
dask.bag.Bag.sum
Bag.
sum
(
split_every
=
None
)
[source]
Sum all elements