Datasets

Get an introduction to the strongly typed Datasets API available in Spark.

Datasets

Below is the definition of a Dataset from the official Databricks documentation:

“A Dataset is a strongly-typed, immutable collection of objects that are mapped to a relational schema. Datasets are a ...