I read data from a spreadsheet using Python 3 libraries (xlrd / xlsxwriter / Pandas and Numpy). This worksheet has in the lines questions of the survey and in the columns the areas that answered the survey. Each sentence has a note, ranging from 0 to 100. I need to create a code that I can select only sentences (lines) with notes smaller than 30 for example in all areas (columns).
Could anyone give me a hint?