Contents

append(column:)

Adds a type-erased column to the end of the data frame.

Declaration

mutating func append(column: AnyColumn)

Parameters

  • column:

    A type-erased column. The column must have the same number of rows as the data frame, and must not have the same name as another column in the data frame.

See Also

Adding a Column