Generate code to create Excel and CSV reports
Generate an Excel or CSV file each time you run your code.
Why generate export code
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.
How to generate export code
Open the
Hometab in the Mito toolbar.Click the
Exportdropdown then selectDownload File When Running Code.Change the
File Nameto the name of the file to save.Select the export format, either
CSVorExcelfiles.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 Codebutton.This saves the exported file to disk, and also generates code that will export a file with the same configuration as well.

Last updated
Was this helpful?