Untitled

 avatar
unknown
python
a year ago
333 B
7
Indexable
# Saving the DataFrame to an Excel file again to ensure no previous issues affect the download link generation
file_path = "/mnt/data/electrical_requirements_updated.xlsx"
df.to_excel(file_path, index=False)

import ace_tools as tools; tools.display_dataframe_to_user(name="Electrical Requirements Updated", dataframe=df)

file_path
Editor is loading...
Leave a Comment