mito
mito copied to clipboard
The mitosheet package, trymito.io, and other public Mito code.
**Is your feature request related to a problem? Please describe.** I frequently use the same filters over and over again. It's tedious to retype them. **Describe the solution you'd like**...
On Mito version `0.1.549`, Chrome, JupyterLab, the summary stats are not visible in dark mode.
See https://github.com/mito-ds/mito/pull/1158#issuecomment-1910897971
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] yes, the deduplicate data...
So, we want to concat with &. - There are two options: 1. Convert the & to a + sign, and hope things work 2. Convert this to a function...
``` import pandas as pd df = pd.DataFrame({'A': [1,2,3]}) import mitosheet mitosheet.sheet(df) ``` 1. Turn on code configuration function 2. Add a param -> See that you get a second...
### Test 1: Deleting column in non-source sheet should not effect graph 1. Import a dataset 2. Create a graph with columns A and B 3. Duplicate the source dataframe...
Btw, it would be really nice if the Dev taskpane allowed you to: 1. Reset user.json 2. Set config variables easily (with some defaults that are useful) 3. Switch between...
I am writing to propose the integration of Taipy, a powerful Python library for interactive applications and dashboards, with Mito, your amazing spreadsheet interface for Python data analysis. This integration...
Attempted in #1057. The idea is that you'd scroll by hovering above or below the context menu div. This is used in Excel dropdowns and helps prevent people from not...