02.spark dataframes

Spark dataframes are able to input and output data from a wide variety of sources.
We can then use these dataframes to apply various transformations on the data.

At the end of the transformation calls, we can either show or collect the results to display or from some final processing.