# Filter

There are multiple ways to filter rows out of your dataframe within Mito.&#x20;

If you are looking to filter out rows through the user of conditions (greater than, less than, contains, etc), see:

{% content-ref url="filter-data/filter-by-condition" %}
[filter-by-condition](https://docs.trymito.io/how-to/filter-data/filter-by-condition)
{% endcontent-ref %}

If you are looking to filter out specific values:

{% content-ref url="filter-data/filter-by-value" %}
[filter-by-value](https://docs.trymito.io/how-to/filter-data/filter-by-value)
{% endcontent-ref %}

If you are looking to just delete specific rows from your dataframe, see [Deleting Rows.](https://docs.trymito.io/how-to/deleting-rows)
