Skip to content

Commit 663b887

Browse files
Ray Bellmrocklin
authored andcommitted
add create flight data
1 parent 6268f66 commit 663b887

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

04_dataframe.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@
4343
"2. The partitioning of dataframes is important for efficient execution"
4444
]
4545
},
46+
{
47+
"cell_type": "markdown",
48+
"metadata": {},
49+
"source": [
50+
"## Create data"
51+
]
52+
},
53+
{
54+
"cell_type": "code",
55+
"execution_count": null,
56+
"metadata": {},
57+
"outputs": [],
58+
"source": [
59+
"%run prep.py -d flights"
60+
]
61+
},
4662
{
4763
"cell_type": "markdown",
4864
"metadata": {},
@@ -815,7 +831,7 @@
815831
"name": "python",
816832
"nbconvert_exporter": "python",
817833
"pygments_lexer": "ipython3",
818-
"version": "3.7.3"
834+
"version": "3.7.6"
819835
}
820836
},
821837
"nbformat": 4,

0 commit comments

Comments
 (0)