MCPcopy
hub / github.com/dask/dask / _write_csv

Function _write_csv

dask/dataframe/io/csv.py:758–761  ·  view source on GitHub ↗
(df, fil, *, depend_on=None, **kwargs)

Source from the content-addressed store, hash-verified

756
757
758def _write_csv(df, fil, *, depend_on=None, **kwargs):
759 with fil as f:
760 df.to_csv(f, **kwargs)
761 return os.path.normpath(fil.path)
762
763
764def to_csv(

Callers

nothing calls this directly

Calls 1

to_csvMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…