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

Method toCSV

src/danfojs-node/src/core/frame.ts:103–106  ·  view source on GitHub ↗
(options?: CsvOutputOptionsNode)

Source from the content-addressed store, hash-verified

101 */
102 toCSV(options?: CsvOutputOptionsNode): string
103 toCSV(options?: CsvOutputOptionsNode): string | void {
104 return toCSVNode(this, options as CsvOutputOptionsNode)
105
106 }
107
108 /**
109 * Converts a DataFrame to JSON.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected