Import: Generated UI from any Python Function
Automatically generate UI's to import data from your enterprise's databases.
How to add a custom importer into Mito
def get_loan_data(date: str, include_duplicates: bool) -> pd.DataFrame:
...# In a notebook
mitosheet.sheet(importers=[get_loan_data])
# In Streamlit
spreadsheet(importers=[get_loan_data])

Adding a custom importer to Mito in Streamlit
Supported Types
Type
UI Element
Understanding the ColumnHeader type
Examples

Last updated
Was this helpful?