Skip to content

Commit 4baeb43

Browse files
author
Ray Bell
committed
add setup data for 07
1 parent 9f63924 commit 4baeb43

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

07_dataframe_storage.ipynb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,7 @@
3939
"cell_type": "markdown",
4040
"metadata": {},
4141
"source": [
42-
"## Setup"
43-
]
44-
},
45-
{
46-
"cell_type": "markdown",
47-
"metadata": {},
48-
"source": [
49-
"Create data if we don't have any"
42+
"## Create data"
5043
]
5144
},
5245
{
@@ -55,8 +48,7 @@
5548
"metadata": {},
5649
"outputs": [],
5750
"source": [
58-
"from prep import accounts_csvs\n",
59-
"accounts_csvs()\n"
51+
"%run prep.py -d accounts"
6052
]
6153
},
6254
{
@@ -389,7 +381,7 @@
389381
"name": "python",
390382
"nbconvert_exporter": "python",
391383
"pygments_lexer": "ipython3",
392-
"version": "3.7.3"
384+
"version": "3.7.6"
393385
}
394386
},
395387
"nbformat": 4,

Homework.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"\n",
6262
"* Use `dask.bag` to inspect the data\n",
6363
"* Combine `dask.bag` with `nltk` or `gensim` to perform textual analyis on the data\n",
64-
"* Reproduce the work of [Daniel Rodriguez](http://danielfrg.com/blog/2015/07/21/reproduceit-reddit-word-count-dask/) and see if you can improve upon his speeds when analyzing this data."
64+
"* Reproduce the work of [Daniel Rodriguez](https://extrapolations.dev/blog/2015/07/reproduceit-reddit-word-count-dask/) and see if you can improve upon his speeds when analyzing this data."
6565
]
6666
},
6767
{
@@ -111,7 +111,7 @@
111111
"name": "python",
112112
"nbconvert_exporter": "python",
113113
"pygments_lexer": "ipython3",
114-
"version": "3.6.1"
114+
"version": "3.7.6"
115115
}
116116
},
117117
"nbformat": 4,

0 commit comments

Comments
 (0)