MCPcopy Create free account
hub / github.com/datapane/datapane / save_file

Method save_file

python-client/src/datapane/common/datafiles.py:92–93  ·  view source on GitHub ↗
(fn: PathOrFile, df: pd.DataFrame)

Source from the content-addressed store, hash-verified

90
91 @staticmethod
92 def save_file(fn: PathOrFile, df: pd.DataFrame):
93 df.to_csv(fn, index=False)
94
95
96class ExcelFormat(DFFormatter):

Callers 2

write_fileMethod · 0.45
save_load_arrowFunction · 0.45

Calls

no outgoing calls

Tested by 1

save_load_arrowFunction · 0.36