My understanding that one of the big changes between Spark 1.x and 2.x was the migration away from DataFrames to the adoption of newer/improved Dataset objects.
However in all the Spark 2.x docs I see DataFrames being used, not Datasets.
So I ask: In Spark 2.x are we still using DataFrames, or have the Spark folks just not updated there 2.x docs to use the newer + recommended Datasets?
 
     
    