Filter

This documentation will teach you how to filter datasets in Mito.

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:

pageFilter By Condition

If you are looking to filter out specific values:

pageFilter By Value

If you are looking to just delete specific rows from your dataframe, see Deleting Rows.

Last updated