dask-examples icon indicating copy to clipboard operation
dask-examples copied to clipboard

Easy-to-run example notebooks for Dask

Results 22 dask-examples issues
Sort by recently updated
recently updated
newest added

We currently lack dask bag examples in this repository. Two come to mind: 1. Read JSON data, and do some groupby aggregation with both `Bag.groupby` and `Bag.foldby` 2. Read text...

help wanted
good first issue

A common approach is to train on a bit of data and then use that trained model to predict on lots of data. We could do this using ParallelPostFit in...

help wanted

Here's an example of Parquet predicate pushdown filtering, as suggested by @jrbourbeau [here](https://github.com/dask/dask/issues/6556#issuecomment-680305840). I am a Dask newbie and this is my first time working with a Jupyter notebook so...

This notebook example is a learning exercise during the Scipy2020 Dask sprint to establish how dask might be used to parallelize [jax](https://github.com/google/jax)/[dm-haiku](https://github.com/deepmind/dm-haiku) deep learning model training and prediction. I've committed...

From https://github.com/dask/dask/issues/5105. https://mybinder.org/v2/gh/TomAugspurger/dask-examples/array-fuse (building an image now)

Inspired by https://github.com/dask/dask-examples/pull/151, which I encountered manually, I just ran http://examples.dask.org through a dead link checker and found a handful of broken links. I don't have time to fix them...

bug
good first issue

Hi, I'm writing a notebook example to highlight some key differences between pandas and dask. Are you interested in such a PR? If so i have currently the following topics...

**Describe the issue**: Calling len(ddf) within the 01_datraframe.ipynb tutorial fails due to mismatched dtypes. CRSElapsedTime needs to be a float and TailNum needs to be a string. **Minimal Complete Verifiable...

- This example uses the old `dask_xgboost` it should be updated to use xgboost.dask. - At the bottom of the XGBoost example, in the learn more section, the xgboost docs...