I have two columns in a data frame, called x and total.
How can I calculate the sum of all cells in the total column where the value in x column is more than a specific number (let’s say Y)?
I have two columns in a data frame, called x and total . How
Share
1 Answer