Skip to content
Snippets Groups Projects
Commit e31644fd authored by Jan Frenzel's avatar Jan Frenzel Committed by Andrei Politov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 734a0366
No related branches found
No related tags found
6 merge requests!398Update data_analytics_with_python.md. Fixed spelling and wording. All issues...,!392Merge preview into contrib guide for browser users,!368Update experiments.md,!356Merge preview in main,!355Merge preview in main,!298mpi4py + dask for data_analytics‎_with_python.md‎
This commit is part of merge request !368. Comments created here will be created in the context of that merge request.
......@@ -85,17 +85,11 @@ For more examples of using pandarallel check out
### Dask
**Dask** is an open-source library for parallel computing.
Dask is a flexible library for parallel
computing in Python.
Dask natively scales Python.
It provides advanced parallelism, enabling performance at
scale for some of the popular tools.
For instance: Dask arrays scale NumPy workflows, Dask
dataframes scale Pandas workflows,
Dask-ML scales machine learning programming interfaces like Scikit-Learn and
XGBoost.
[Dask](https://dask.org/) is a flexible and open-source library for parallel computing in Python.
It replaces some Python data structures with parallel versions in order to provide advanced
parallelism for analytics, enabling performance at scale for some of the popular tools. For
instance: Dask arrays replace NumPy arrays, Dask dataframes replace Pandas dataframes.
Furthermore, Dask-ML scales machine learning APIs like Scikit-Learn and XGBoost.
Dask is composed of two parts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment