mito
mito copied to clipboard
The mitosheet package, trymito.io, and other public Mito code.
1. Import df 2. Apply filter to df 3. Duplicate df to df_copy 4. Notice the df_copy has no filter applied + doesn't contain the filtered out data 5. Remove...
https://user-images.githubusercontent.com/18709905/181029998-05aab6ce-599f-4638-9c10-0b867d10ae92.mov
Open issue for the cell editor not opening with the cursor moving in the sheet. Instead, it is moving in the formula. _Originally posted by @aarondr77 in https://github.com/mito-ds/monorepo/issues/404#issuecomment-1191688331_
I found a sheet crashing bug: 1. Import this dataset https://www.kaggle.com/datasets/bwandowando/fourth-of-july-2022-twitter-dataset 2. Attempt to export it as an Excel file 3. Notice that before you're able to click the export...
There are col1, col2, col3, col4, col5, col6,col7,col8 and ``` col4 = co1*col2*col3/500 col5 = col4/1000 col6 = col7/col4 ``` Want once modify col1 or col2 or col3, other cols...
**Is your feature request related to a problem? Please describe.** Currently, I cannot send a notebook with a mitosheet to Aaron and have it work, as he doesn't have the...
**Describe the bug** Why aren't they captured by logging? IDK. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....'...
You can't drag a column to reorder it to the end of the dataframe. You can can move a column the other direction, or drag it so that the column...
The index column is not resizable, which generally is not an issue because the index labels are just 1,2,3, etc. But after transposing a dataset, the index column becomes unreadable...
Creating this issue so we can track where we would use drag and drop infrastructure if we had it, so we can figure out if/when its worth building! 1. Reordering...