I am trying to very efficiently chain a variable amount of boolean pandas Series, to be used as a filter on a DataFrame through boolean indexing. Normally when dealing with multiple boolean conditions, one chains them like this but this becomes a problem with a variable amount of conditions. I have tried out some possible solutions, but I am convinced