Contents

init(_:)

Creates a new data frame with a slice of rows from another data frame.

Declaration

init(_ other: DataFrame.Slice)

Parameters

  • other:

    A row slice from another data frame.

See Also

Creating a Data Frame from Other Data Frames