Member-only story
Try Mito Python Package: The Data Scientist’s Spreadsheet
Mito combines your favorite data science tools in a neat Python package
Mito is a spreadsheet interface for Python. You can import Mito into your Jupyter Notebook and a spreadsheet will appear.
Just as the saying goes, one video is worth thousands of words — I know… it doesn’t go like that :)
Each edit you make in the spreadsheet will generate the equivalent Python in the code cell below. As an example, If you make a pivot table in Mito, the Pandas pivot code will automatically appear, with documentation, in the following code cell.
Auto-generated code is great for repeating your analysis on another machine and for Data Science newbies to get up and running with pandas way of working with data.
Mito is most commonly used in one of two ways:
- The first is for Python users to write code quickly. Since Mito automatically generates code and auto-documents it, you no longer have to go to Google or Stack Overflow to…