sdf_describe {sparklyr} | R Documentation |
Compute summary statistics for columns of a data frame
sdf_describe(x, cols = colnames(x))
x |
An object coercible to a Spark DataFrame |
cols |
Columns to compute statistics for, given as a character vector |