Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yderre-aubay
/
infer-vst
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
infer-vst
/
back
/
utils
/
export_to_excel.py
Yann
push backend
86694c3
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
163 Bytes
import
pandas
as
pd
file = pd.read_csv(
f"output/InverSynth_C6XL_20231201-103344"
)
#Read the dataframe
file.to_excel(
f'foo.xlsx'
, index=
False
)
#Save the dataframe