Filter dataframe by selected features

Hello @Pakard1,

What you want is an option to filter nothing: in addition to the different multiselect options youโ€™ve taken from your dataset, you could add a default All value which, when selected, will filter nothing.

This is what Iโ€™ve done in this small generic example on how you could filter and display a dataframe: Creating OrderedDict from csv file.