Spark Programming Spark SQL

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. • It returns summary statistics for numeric columns in the source DataFrame. • The summary statistics includes min, max, count, mean, and ................
................