ML.DATA.SHAPE¶
Returns the shape of the DataFrame as a tuple [n_rows, n_columns].
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| data | object | The DataFrame object. |
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.