mito icon indicating copy to clipboard operation
mito copied to clipboard

The mitosheet package, trymito.io, and other public Mito code.

Results 222 mito issues
Sort by recently updated
recently updated
newest added

Sadly, fixing up the "make two params with same name, disappears" bug isn't easily resolvable - it requires new data structures. I am going to: 1. Open an issue 2....

When you generate a function, it only returns the dataframe and not the styler. This could be a future configuration option if we continue to use stylers.

1. Create this dataframe ``` import pandas as pd df = pd.DataFrame({'A': [None, 1, 2], 'B': [None,1,3]}) ``` 2. Promote the first row to the header 3. Add a column...

Caused when user had ~1700 columns

It would be nice if I could: 1. Write a formula in the formula bar and use new line characters, spaces, etc. 2. Open the floating cell editor and make...

1. Create a new column, A 2. In column A, write the formula =LEFT(A) 3. See that the sheet updates 4. Run the generated code, get an error because you...

Users should be able to select the ending row conditions and ending column conditions with any of the following: 1. First Empty Cell 2. Number of Rows / Column 3....

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context, and the specification if there is one. # Testing...

First of all thanks for this amazing project. I am using mito currently with `Streamlit` and I want to know if it is possible to automatically fit the cell to...

**Describe the bug** ``` Traceback (most recent call last): File "c:\Users\ABui8\OneDrive - T-Mobile USA\Documents\Project\Python\MyApp\Main.py", line 21, in import apps.Modeler as Modeler File "c:\Users\ABui8\OneDrive - T-Mobile USA\Documents\Project\Python\MyApp\apps\Modeler.py", line 17, in from...