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