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 72f8ccb commit d4a04fdCopy full SHA for d4a04fd
code/bonus_chapters/join/python/README.md
@@ -1 +1,5 @@
1
-Join in Spark
+# Join in Spark
2
+
3
+A JOIN clause is used to combine rows from two tables
4
+(expressed as RDDs or DataFrames), based on a related
5
+column between them.
0 commit comments