shape property

List<int> get shape

Returns a list of two integers representing the shape of the dataframe: the first integer is a number of rows, the second integer - a number of columns

Implementation

List<int> get shape;