(options?: any)
| 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. |