I am trying to remove rows where all values for each column heading is False. I know df.all returns whether all elements are True, potentially over an axis, but is there som