Mito
python -m pip install mitoinstaller
python -m mitoinstaller install
import mitosheet
import pandas as pd
df = pd.DataFrame.from_dict(
{
"col1": [1,2,3,4,5],
"col2": [6,7,8,9,10],
}
)
mitosheet.sheet(df)
- Related:
Backlinks