MCPcopy Create free account
hub / github.com/dask/dask / to_orc

Method to_orc

dask/dataframe/dask_expr/_collection.py:2440–2444  ·  view source on GitHub ↗

See dd.to_orc docstring for more information

(self, path, *args, **kwargs)

Source from the content-addressed store, hash-verified

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"""

Callers 4

test_orc_roundtripFunction · 0.80
test_orc_namesFunction · 0.80
test_to_orc_delayedFunction · 0.80

Calls 1

to_orcFunction · 0.90

Tested by 4

test_orc_roundtripFunction · 0.64
test_orc_namesFunction · 0.64
test_to_orc_delayedFunction · 0.64