Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashSampling/FlashSampling
/ save_csv
Function
save_csv
benchmarking/plot_bsz_sweep_runtime.py:96–98 ·
view source on GitHub ↗
(df: pd.DataFrame, path: Path)
Source
from the content-addressed store, hash-verified
94
95
96
def
save_csv(df: pd.DataFrame, path: Path) -> None:
97
df.to_csv(path, index=False)
98
print(f
"CSV saved to {path}"
)
99
100
101
def
_apply_hatches(ax, methods):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected