Skip to content

Commit 3ccaad3

Browse files
author
Ray Bell
committed
add accounts data
1 parent 05760b7 commit 3ccaad3

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

02_bag.ipynb

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,29 @@
3737
"* [Bag examples](https://examples.dask.org/bag.html)"
3838
]
3939
},
40+
{
41+
"cell_type": "markdown",
42+
"metadata": {},
43+
"source": [
44+
"## Create data"
45+
]
46+
},
47+
{
48+
"cell_type": "code",
49+
"execution_count": null,
50+
"metadata": {},
51+
"outputs": [],
52+
"source": [
53+
"%run prep.py -d accounts"
54+
]
55+
},
56+
{
57+
"cell_type": "markdown",
58+
"metadata": {},
59+
"source": [
60+
"## Setup"
61+
]
62+
},
4063
{
4164
"cell_type": "markdown",
4265
"metadata": {},
@@ -655,6 +678,13 @@
655678
"source": [
656679
"client.shutdown()"
657680
]
681+
},
682+
{
683+
"cell_type": "code",
684+
"execution_count": null,
685+
"metadata": {},
686+
"outputs": [],
687+
"source": []
658688
}
659689
],
660690
"metadata": {
@@ -674,7 +704,7 @@
674704
"name": "python",
675705
"nbconvert_exporter": "python",
676706
"pygments_lexer": "ipython3",
677-
"version": "3.7.3"
707+
"version": "3.7.6"
678708
}
679709
},
680710
"nbformat": 4,

0 commit comments

Comments
 (0)