Contents

selecting(_:)

Generates a data frame that includes only the column selection.

Declaration

func selecting(_ selection: ColumnSelection) -> DataFrame

Parameters

  • selection:

    A selection of columns.

Return Value

A new data frame including only the selected columns.