Using Mito for Final Mile Data Cleaning
Ensuring data is production-ready by using the Mito spreadsheet in Streamlit.
Last updated
Ensuring data is production-ready by using the Mito spreadsheet in Streamlit.
Last updated
© Mito
Streamlit dashboards allow non-technical users to interact with data. Often, as a Streamlit developer, you may want to expose data to these non-technical users so that they can check and clean the data before it is finalized or used in production.
This final step data cleaning can take a variety of forms, but in general it requires users to be able to:
See the raw tabular data
Sort, filter, and explore the data to find incorrect, incomplete or missing values
Remove invalid columns or rows
Add new columns or rows
Edit specific values
Mito is naturally a good fit for all of these operations, and supports most data cleaning applications better than other Streamlit grids.
Because Mito provides an interface for data cleaning that matches the other spreadsheets that users are used to, users will be able to perform the necessary data cleaning without as much user education required -- as it's an interface they expect.
Furthermore, Mito provides features required by users for data cleaning out of the box, with no configuration required. Users can see, sort, filter and explore the data easily, before adding and removing columns and rows, and editing specific values. See the Streamlit Grid Comparison App for more feature comparison on different Streamlit grids.
See a useful data cleaning demo here: