Creating DataFrames

A Spark DataFrame is an immutable collection of data distributed within a cluster. The data inside a DataFrame is organized into named columns that can be compared to tables in a relational database.

In this recipe, we will learn how to create Spark DataFrames.

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

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