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.
Creates a new data frame with a slice of rows from another data frame.
init(_ other: DataFrame.Slice)A row slice from another data frame.