The Mito Efficiency Test for Finance helps finance professionals test how Mito changes their ability to write Python code. By the end of the test, you will know exactly how much faster or slower you are writing Python code with Mito compared to writing Python code by hand.
Python is the most popular and rapidly growing language for Finance professionals. However, transitioning from tools like Excel to Python can take months or years of training.
This repository contains a sample Finance workflow, that includes:
- Reading in XLSX and CSV files
- Handling datatype conversions
- Generating graphs
- Creating pivot tables on time series data
- Exporting data to Excel
If you don't already have Python and Jupyter installed, follow these installation instructions.
To run a Mito Efficiency Test:
- Download the
data
folder from this GitHub repository - Download the
Efficiency Test.ipynb
notebook from this GitHub repository - Complete the workflow described in the notebook with Python only
- Complete the workflow for a second time, now with with Python AND Mito -- using Mito for the analysis.
You can either use Python + Mito first, or use Python first. If you are running this test with multiple users, feel free to switch off.
- How long does it take to complete the workflow when just using Python?
- How long does it take to complete the workflow when you using Mito AND Python?
- How many times does your code error?
- How often and where do you get stuck in either case?
- The qualitative experience of using just Python vs. Mito with Python - how did this feel?