I have a dataframe containing values. I want to take an average of each column but I want to only take into consideration those values that are greater or equal to 300.
Example: Dataframe[,1]
100
200
250
300
300
400
400
Average = 350.