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 6268f66 commit 663b887Copy full SHA for 663b887
04_dataframe.ipynb
@@ -43,6 +43,22 @@
43
"2. The partitioning of dataframes is important for efficient execution"
44
]
45
},
46
+ {
47
+ "cell_type": "markdown",
48
+ "metadata": {},
49
+ "source": [
50
+ "## Create data"
51
+ ]
52
+ },
53
54
+ "cell_type": "code",
55
+ "execution_count": null,
56
57
+ "outputs": [],
58
59
+ "%run prep.py -d flights"
60
61
62
{
63
"cell_type": "markdown",
64
"metadata": {},
@@ -815,7 +831,7 @@
815
831
"name": "python",
816
832
"nbconvert_exporter": "python",
817
833
"pygments_lexer": "ipython3",
818
- "version": "3.7.3"
834
+ "version": "3.7.6"
819
835
}
820
836
821
837
"nbformat": 4,
0 commit comments