Contents

shape

The number of rows and columns in the data frame.

Declaration

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

Parameters

  • rows:

    The number of rows in the data frame.

  • columns:

    The number of columns in the data frame.

See Also

Inspecting a Data Frame