See dd.to_orc docstring for more information
(self, path, *args, **kwargs)
| 2438 | ) |
| 2439 | |
| 2440 | def to_orc(self, path, *args, **kwargs): |
| 2441 | """See dd.to_orc docstring for more information""" |
| 2442 | from dask.dataframe.io.orc import to_orc |
| 2443 | |
| 2444 | return to_orc(self, path, *args, **kwargs) |
| 2445 | |
| 2446 | def to_csv(self, filename, **kwargs): |
| 2447 | """See dd.to_csv docstring for more information""" |