We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f3ee commit e0a73ceCopy full SHA for e0a73ce
1 file changed
04_dataframe.ipynb
@@ -56,6 +56,7 @@
56
"metadata": {},
57
"outputs": [],
58
"source": [
59
+ "%run prep.py -d accounts\n",
60
"%run prep.py -d flights"
61
]
62
},
@@ -81,7 +82,7 @@
81
82
"cell_type": "markdown",
83
84
- "We create artificial data."
85
+ "We load the accounts data."
86
87
88
{
@@ -90,9 +91,6 @@
90
91
92
93
- "from prep import accounts_csvs\n",
94
- "accounts_csvs()\n",
95
- "\n",
96
"import os\n",
97
"import dask\n",
98
"filename = os.path.join('data', 'accounts.*.csv')\n",
0 commit comments