Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
class
ExcelFormat(DFFormatter):
Callers
2
write_file
Method · 0.45
save_load_arrow
Function · 0.45
Calls
no outgoing calls
Tested by
1
save_load_arrow
Function · 0.36