Skip to content

Commit c382e3d

Browse files
add title to code
1 parent 334cc00 commit c382e3d

File tree

4 files changed

+57
-36
lines changed

4 files changed

+57
-36
lines changed

Chapter5/spark.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"## PySpark"
99
]
1010
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "8edc16c3",
14+
"metadata": {},
15+
"source": [
16+
"### Distributed Data Joining with Shuffle Joins in PySpark"
17+
]
18+
},
1119
{
1220
"cell_type": "code",
1321
"execution_count": null,
@@ -2229,7 +2237,7 @@
22292237
"name": "python",
22302238
"nbconvert_exporter": "python",
22312239
"pygments_lexer": "ipython3",
2232-
"version": "3.11.6"
2240+
"version": "3.11.4"
22332241
}
22342242
},
22352243
"nbformat": 4,

0 commit comments

Comments
 (0)