I'm trying to clean some data to answer questions on it. I appended a sum row and whilst most of the sum of the column add up to 1, if I want to find the top 10 or 20 common illnesses, how do I 'filter' by the 'Total' which is a row? For instance, I would like to have all the columns (I think index 5 to 135) where the 'Total' ( which is the last row in the dataframe) is > 20 and then save those for the main analysis.
Thank you