Compute summary statistics for columns of a data frame

R/sdf_interface.R

sdf_describe

Description

Compute summary statistics for columns of a data frame

Usage

sdf_describe(x, cols = colnames(x)) 

Arguments

Arguments Description
x An object coercible to a Spark DataFrame
cols Columns to compute statistics for, given as a character vector