sdf_describe
Compute summary statistics for columns of a data frame
Description
Compute summary statistics for columns of a data frame
Usage
sdf_describe(x, cols = colnames(x))
Arguments
Argument | Description |
---|---|
x | An object coercible to a Spark DataFrame |
cols | Columns to compute statistics for, given as a character vector |