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

- 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...

effort: 5
priority: low

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...

type: mitosheet
effort: 2
priority: medium

**Describe the bug** This is a result of our hidden global variables. We should figure out if we can get rid of this...

effort: 8
waiting on: information

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...

type: mitosheet
effort: 1
priority: low

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...

effort: 2
priority: high

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...

good first issue

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...

effort: 5
priority: medium

**Describe the bug** 1. Create a dash app that watches for selection changes. 2. Filter the dataset 3. Watch the selection not change.

effort: 1
ready to implement