MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / size

Method size

src/danfojs-base/core/generic.ts:425–427  ·  view source on GitHub ↗

* Returns the size of the NDFrame object *

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected