sum by row accros columns and conditions
I have a dataframe with ninety columns (in the example only 6) and multiple rows. I would like to sum by rows on all the columns but only when the value is 4 or 5. In the results I would like the number of time the conditions is realised. I don’t know how to add… Read More sum by row accros columns and conditions