Pass a dataframe into Mito
Query a database, or scrape a table from a website and import the dataframe into Mito. Import any Pandas dataframe into Mito.
Last updated
Was this helpful?
Query a database, or scrape a table from a website and import the dataframe into Mito. Import any Pandas dataframe into Mito.
Last updated
Was this helpful?
To import a dataframe into Mito, we need the Mito and pandas packages. Both are distributed through the Mito installer. If you have not yet installed Mito, follow the instructions .
Using Pandas, you can create dataframes by , , or even .
For the purposes of this tutorial, we will create two sample dataframes.
To import the dataframe into Mito, just provide it as an argument to the mitosheet.sheet() function call.