Skip to content

Commit e0a73ce

Browse files
authored
Prepare datasets consistently (#228)
1 parent c87f3ee commit e0a73ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

04_dataframe.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"metadata": {},
5757
"outputs": [],
5858
"source": [
59+
"%run prep.py -d accounts\n",
5960
"%run prep.py -d flights"
6061
]
6162
},
@@ -81,7 +82,7 @@
8182
"cell_type": "markdown",
8283
"metadata": {},
8384
"source": [
84-
"We create artificial data."
85+
"We load the accounts data."
8586
]
8687
},
8788
{
@@ -90,9 +91,6 @@
9091
"metadata": {},
9192
"outputs": [],
9293
"source": [
93-
"from prep import accounts_csvs\n",
94-
"accounts_csvs()\n",
95-
"\n",
9694
"import os\n",
9795
"import dask\n",
9896
"filename = os.path.join('data', 'accounts.*.csv')\n",

0 commit comments

Comments
 (0)