Skip to content

Commit 2f8e580

Browse files
author
Ray Bell
committed
setup flight data
1 parent b385a20 commit 2f8e580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

01_dask.delayed.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@
397397
"cell_type": "markdown",
398398
"metadata": {},
399399
"source": [
400-
"### Prep data\n",
400+
"## Create data\n",
401401
"\n",
402-
"First, run this code to prep some data, if you have not already done so.\n",
402+
"Run this code to prep some data.\n",
403403
"\n",
404404
"This downloads and extracts some historical flight data for flights out of NYC between 1990 and 2000. The data is originally from [here](http://stat-computing.org/dataexpo/2009/the-data.html)."
405405
]
@@ -410,7 +410,7 @@
410410
"metadata": {},
411411
"outputs": [],
412412
"source": [
413-
"%run prep.py"
413+
"%run prep.py -d flights"
414414
]
415415
},
416416
{
@@ -736,7 +736,7 @@
736736
"name": "python",
737737
"nbconvert_exporter": "python",
738738
"pygments_lexer": "ipython3",
739-
"version": "3.7.3"
739+
"version": "3.7.6"
740740
}
741741
},
742742
"nbformat": 4,

0 commit comments

Comments
 (0)