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.
- 1.Click the
Export
button in the toolbar and then selectGenerate Export Code
. - 2.Change the
File Name
to the name of the file to save. - 3.Select the export format, either
CSV
orExcel
files. - 4.Select the dataframes you want to include in the export.
- 1.Note that if you select multiple dataframes when exporting as a CSV, Mito will automatically create distinct files for each.
- 5.Click the
Generate Export Code
button.- 1.This saves the exported file to disk, and also generates code that will export a file with the same configuration as well.

Last modified 7mo ago