DataFrames

Get an introduction to the DataFrame data structure and its API.

We'll cover the following...

When using structured APIs such as DataFrames in favor of RDDs, developers experience expressiveness, simplicity, composability, and uniformity apart from improved performance. The structured APIs (DataFrames and Datasets) facilitate writing computations with common patterns used ...