-
Step 0: Learn
-
Mito
- docs
- https://towardsdatascience.com/how-to-make-basic-visualizations-in-python-without-coding-f1da689d838e
-
Step 1: Install Mito and Launch JupyterLab
-
terminal
- python -m pip install mitoinstaller
python -m mitoinstaller install
- python -m jupyter lab
-
Step 2: Create a Dataframe
-
in Jupyter notebook: write and run
- import mitosheet
mitosheet.sheet()
-
import a dataset
- click on the “Import” Mito button and select the file
-
Step 3: Learn more about features and Transform data
-
click on the column
-
you can use
- Filter/Sort
- Values
- Stats
- edit data as Google Sheets
-
Step 4: Create visualizations
-
click on the “Graph” Mito button and then select Chart type and add columns for X or Y axis.
- bar
-
box
- for number columns
-
histogram
- for number columns
- scatter
- you need Python 3.6 or above and also JupyterLab
- we will create a mitosheet
- generate Python code automatically