Skip to content

Commit 4a72e6a

Browse files
added join for RDDs and DataFrames
1 parent d4a04fd commit 4a72e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/bonus_chapters/join/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
A JOIN clause is used to combine rows from two tables
44
(expressed as RDDs or DataFrames), based on a related
55
column between them.
6+
7+
![joins](../../../../images/joins-in-SQL.jpeg)

0 commit comments

Comments
 (0)