# Tutorials

- [Pass a dataframe into Mito](/how-to-1/pass-a-dataframe-into-mito.md): Query a database, or scrape a table from a website and import the dataframe into Mito. Import any Pandas dataframe into Mito.
- [Create a line chart of time series data](/how-to-1/create-a-line-chart-of-time-series-data.md): A step-by-step guide to visualizing time series data with Mito graphing.
- [Delete Columns with Missing Values](/how-to-1/delete-columns-with-missing-values.md): A step-by-step guide to scanning through your dataframe for columns with missing values, and deleting them.
- [Split a column on delimiter](/how-to-1/split-a-column-on-delimiter.md): A step-by-step guide to using Mito's Split Text to Columns taskpane.
- [Rerun analysis on new data](/how-to-1/rerun-analysis-on-new-data.md): A step-by-step guide to reusing your Python code to refresh a report with new data.
- [Calculate the difference between rows](/how-to-1/calculate-the-difference-between-rows.md): A step-by-step guide to referencing a previous row in a spreadsheet formula.
- [Calculate each cell's percent total of column](/how-to-1/calculate-each-cells-percent-total-of-column.md): A step-by-step guide to calculating each cell's percent total of the column
- [Import multiple tables from one Excel sheet](/how-to-1/import-multiple-tables-from-one-excel-sheet.md): This tutorial shows how to import an Excel file that contains multiple tables on one sheet as multiple dataframes in Mito.
- [Share Mito Spreadsheets Across Users](/how-to-1/share-mito-spreadsheets-across-users.md): This documentation explains how to set an environment variable to share Mito spreadsheets using shared drives.
