The cartesian join

Cartesian join happens when every row of one DataFrame is joined with every row of the other DataFrame. This can explode the number of rows very fast. Two DataFrames, each with a modest 100 K rows, can result in 10 billion rows with a cartesian join. 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset