selecting(_:)
Generates a data frame that includes only the column selection.
Declaration
func selecting(_ selection: ColumnSelection) -> DataFrameParameters
- selection:
A selection of columns.
Return Value
A new data frame including only the selected columns.