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.