mito
mito copied to clipboard
The mitosheet package, trymito.io, and other public Mito code.
- Get rid of the time component and just use dates. - Change the order YYYY-MM-DD to MM-DD-YYYY, for example
### Use Case 1. Create an automation in a Streamlit app that generates a formatted view of the dataframe 2. Save the analysis 3. Select the analysis from a list...
1. Create a pivot table with a `datetime` column 2. Use the select to change that column to a string column 3. See this error because it is still trying...
**Describe the bug** This is a result of our hidden global variables. We should figure out if we can get rid of this...
Brave, Windows
1. Download this dataset: https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud 2. Open the Mito file explorer 3. Search creditcard see that the last modified time is `4 years ago`. This is correct. The file was...
Two users I worked with today ran into errors installing Mito because we don't support Python 3.12 Trying to install Mito with Python 3.12 causes this error: `ERROR: Failed building...
We likely have a lot of CSS cluttering the stylesheets that isn't being used (or worse - is causing more difficult debugging of style issues!). There are CSS linters that...
An example: # list_of_csv_strings is broken ``` csv_string = """Name,Age,Occupation Alice,28,Engineer Bob,34,Data Scientist Charlie,45,Teacher Daisy,31,Doctor """ x = [csv_string, csv_string] mitosheet.sheet(x) ``` I get this error: ``` Traceback (most recent...
**Describe the bug** 1. Create a dash app that watches for selection changes. 2. Filter the dataset 3. Watch the selection not change.