Contents

shape

The number or rows and columns of the data frame type.

Declaration

var shape: (rows: Int, columns: Int) { get }

Parameters

  • rows:

    The number of rows in the data frame type.

  • columns:

    The number of columns in the data frame type.

See Also

Inspecting a Data Frame Type