mito
mito copied to clipboard
The mitosheet package, trymito.io, and other public Mito code.
Quick question: is there a way to set the destination as something other than the Downloads folder? I use that as a scratch area and want to save results somewhere...
When defining a `spreadsheet` object for streamlit, if you try to include a partial `CodeOptions` object, it throws an error. This wouldn't be very easy / intuitive for a user.
**Describe the bug** When the last row is deleted, the alignment is off by 4 rows. **To Reproduce** Steps to reproduce the behavior: 1. Open dataframe 2. Delete last row...
Once I flip the toggle switch on a cell to move from editing the entire column, to editing an individual cell, the setting should be sticky and remain that way...
1. Generate a very large (but realistic sized for a user I just worked with) dataframe using this code ``` import pandas as pd import numpy as np df1 =...
Since copying and pasting is an unnatural flow when you don't have a code-cell - let's generate graph code! We can also optimize these so they delete if they are...
Users try to use the IFNA formula to handle NaN values. Having to use the `TYPE` formula is not intuitive or discoverable.
Create this dataframe ``` import pandas as pd import numpy as np rows = 10000 columns = 10000 # Generate random data for the DataFrame data = np.random.randn(rows, columns) #...
1. In the pivot table, add a `does_not_contain` filter to a string column, 2. Change the filtered column to a number column 3. See that the filter condition updates to...
1. Generate code as function 2. Have a string with """ and newlines 3. See it changes the string.