Mito — Part 1: An Introduction to a Python Package Which Will Improve And Speed Up Your Analysis

Benjamin McCloskey
Towards Data Science
4 min readApr 29, 2022

--

Mito is a Python package which allows the user to complete their analysis in Python at much faster speeds! The user will create a Mitosheet which then generates the Python code for them after manipulation of the sheet. Today we will simply look at what Mito is and how to install it in Python with an additional short example. This is the first of a collection of posts directed towards understading how to work with a Mitosheet and its interactions within a dataset.

--

--