Filter
This documentation will teach you how to filter datasets in Mito.
Last updated
This documentation will teach you how to filter datasets in Mito.
Last updated
There are multiple ways to filter rows out of your dataframe within Mito.
If you are looking to filter out rows through the user of conditions (greater than, less than, contains, etc), see:
If you are looking to filter out specific values:
If you are looking to just delete specific rows from your dataframe, see Deleting Rows.