I have a dataframe \'df\' from which I want to select the subset where 3 specific columns are not null.
So far I have tried to apply bool filtering
mas