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:
Filter By ConditionIf you are looking to filter out specific values:
Filter By ValueIf you are looking to just delete specific rows from your dataframe, see Deleting Rows.
Last updated