(options?: CsvOutputOptionsNode)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected