How do I apply value_counts in a particular column but return the entire dataframe
Fruits count Country Mango 2 India Apple 0 France
I want to apply value_counts on the column 'Count' for the value above 1 and then print the entire data frame with other columns