sdf_describe
From sparklyr v0.8.4
by Javier Luraschi
Compute summary statistics for columns of a data frame
Compute summary statistics for columns of a data frame
Usage
sdf_describe(x, cols = colnames(x))
Arguments
- x
An object coercible to a Spark DataFrame
- cols
Columns to compute statistics for, given as a character vector
Community examples
Looks like there are no examples yet.