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

Method toJSON

src/danfojs-base/core/generic.ts:473–475  ·  view source on GitHub ↗
(options?: any)

Source from the content-addressed store, hash-verified

471 */
472 toJSON(options?: any): object
473 toJSON(options?: any): object | void {
474 throw new Error("`toJSON` function is deprecated. Use `toJSON` function directly instead. e.g. `dfd.toJSON(df, { format: 'row' })`")
475 }
476
477 /**
478 * Converts a DataFrame or Series to Excel.

Callers 2

csv.reader.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected