Hi streamlit community!
It is my first day using streamlit and I was following a tutorial online. I decided to create my own dashboard using kaggle dataset. I am trying to allow the user to have multiple filters and then displaying the correct filter of the dataframe.
An example would be, the user would be able to filter by job, experience level, employment type and job category.
As of now, I am doing it via multiple if else for all permutations but I realised that adding on more filter conditions would make it much more complicated. Is there a simpler way of doing it? If so where can I read up on such topic or tutorials.
P.S Sorry if this is a repeat question.