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

Function _write_csv

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

to_csvMethod · 0.80

Tested by

no test coverage detected