summary(of:)
Generates a data frame that summarizes the columns you select by name.
Declaration
func summary(of columnNames: String...) -> DataFrameParameters
- columnNames:
A comma-separated, or variadic, list of column names in the data frame.
Generates a data frame that summarizes the columns you select by name.
func summary(of columnNames: String...) -> DataFrameA comma-separated, or variadic, list of column names in the data frame.