Suppose you are given a data frame df. df = pd.DataFrame({'Click_ID':['A', 'B', 'C', 'D'], 'Count':[100, 200, 300,

Posted Date: