Datasets
Get an introduction to the strongly typed Datasets API available in Spark.
We'll cover the following...
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 ...