Generate code to create Excel and CSV reports
Generate an Excel or CSV file each time you run your code.
Last updated
Generate an Excel or CSV file each time you run your code.
Last updated
© Mito
Sometimes, you don't want to just download a snapshot of the current dataframe within Mito - you want to create code that takes one of these dataframes and saves it to a CSV or Excel file. This can be particularly useful if you're automating a full analysis within Mito.
Open the Home
tab in the Mito toolbar.
Click the Export
dropdown then select Download File When Running Code
.
Change the File Name
to the name of the file to save.
Select the export format, either CSV
or Excel
files.
Select the dataframes you want to include in the export.
Note that if you select multiple dataframes when exporting as a CSV, Mito will automatically create distinct files for each.
Click the Generate Export Code
button.
This saves the exported file to disk, and also generates code that will export a file with the same configuration as well.