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

Method toCSV

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

Source from the content-addressed store, hash-verified

447 */
448 toCSV(options?: any): string
449 toCSV(options?: any): string | void {
450 throw new Error("`toCSV` function is deprecated. Use `toCSV` function directly instead. e.g. `dfd.toCSV(df)`")
451 }
452
453 /**
454 * Converts a DataFrame or Series to JSON.

Callers 1

csv.reader.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected