Hi
Currently after creating a dataframe i'm queryingmax max min mean it to
get result.
sqlContext.sql("SELECT MAX(variablesArray) FROM " + tableName)
Is this an optimized way?
I'm not able to find the all stats like min max mean variance skewness
kurtosis directly from a dataframe
Please help
--
Thanks and Regards
Arun
