* Returns the size of the NDFrame object *
()
| 423 | * |
| 424 | */ |
| 425 | get size(): number { |
| 426 | return this.shape[0] * this.shape[1] |
| 427 | } |
| 428 | |
| 429 | /** |
| 430 | * Converts a DataFrame or Series to CSV. |
nothing calls this directly
no outgoing calls
no test coverage detected