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.
The number or rows and columns of the data frame type.
var shape: (rows: Int, columns: Int) { get }The number of rows in the data frame type.
The number of columns in the data frame type.