Importing CSV Files
How to import a CSV file into Mito.
Last updated
How to import a CSV file into Mito.
Last updated
© Mito
Click on the Import
button in the Mito toolbar.
Select the Import Files option that appears in the dropdown.
Use the file browser to navigate to the directory and CSV file you want to import.
Click on the file, and then click the Import
button.
The CSV file should appear as a tab in your mitosheet.
If your CSV file is in a different directory that the current notebook, you might need to navigate the file browser to find it.
Double click on a folder to enter the folder and see it's contents.
Double click on the <- Parent Folder
to navigate to the parent of this folder.
To import mulitple CSV files, simply repeat the process of importing a single CSV. Each of the imported CSVs will appear as a separate tab in your mitosheet.
Mito automatically the correct parameters to import your CSV file in over 90% of cases. In the case that Mito cannot correctly guess the delimeter or encoding of your file, or there are some invalid lines, you can manually configure the CSV import to get your data imported.
Click on the Import
button in the Mito toolbar.
Use the file browser to navigate to the directory and CSV file you want to import.
Click on the file, and then click the Configure
button.
If necessary, update the config options:
Delimiter
: The seperator that seperates one column from another.
Encoding
: The encoding used to save this file.
Decimal Separator
: The character used to separate the decimal places in numbers.
Number of Rows to Skip
: The number of rows at the top of the file to skip when reading data into the dataframe.
Skip Invalid Lines
: Turn on to skip any lines that error when being read in.
Click the Import
button, and your dataframe should appear as a tab in your mitosheet.
Mito supports importing CSV files from remote drives, including shared drives, network drives, Dropbox, etc.
Upgrade to Mito Pro to access this feature.