Member-only story
A Must Have Python Package For Data Scientists!
2 min readMay 20, 2022
Welcome back! Python is an awesome programming language that many data scientists use, if you’re new to Python, check out the link below to learn more about it:
So, let’s take a look at an awesome Python package that data scientists should use, this specific package is called Mito, and it’s a package that allows you to view spreadsheets within your Jupyter Notebooks! Here is a link to their GitHub repository if you want to view the code:
Essentially, this package allows us to edit our Pandas data frames as excel sheets, here is an example of how this package works: