Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
758
def
_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
764
def
to_csv(
Callers
nothing calls this directly
Calls
1
to_csv
Method · 0.80
Tested by
no test coverage detected