Spark Programming Spark SQL

class return results to the Driver program. collect The collect method returns the data in a DataFrame as an array of Rows. count The count method returns the number of rows in the source DataFrame. DataFrame Actions: describe The describe method can be used for exploratory data analysis. ................
................