Skip to content

Commit 87bc92b

Browse files
committed
Add custom aggregations user story
1 parent 0d692f7 commit 87bc92b

File tree

4 files changed

+1299
-1
lines changed

4 files changed

+1299
-1
lines changed

docs/source/custom.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
It also allows you to specify a custom Aggregation (again inspired by dask.dataframe),
55
though this might not be fully functional at the moment. See `aggregations.py` for examples.
66

7+
See the ["Custom Aggregations"](user-stories/custom-aggregations.ipynb) user story for a more user-friendly example.
8+
79
```python
810
mean = Aggregation(
911
# name used for dask tasks

docs/source/user-stories.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
:maxdepth: 1
66
77
user-stories/climatology.ipynb
8+
user-stories/custom-aggregations.ipynb
89
```

0 commit comments

Comments
 (0)