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

Method columns

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

* Returns the column names of the NDFrame

()

Source from the content-addressed store, hash-verified

300 * Returns the column names of the NDFrame
301 */
302 get columns(): string[] {
303 return this.$columns
304 }
305
306 /**
307 * Internal function to set the column names for the NDFrame. This function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected