I want to get descriptive statistics in python using describe function in pandas library. I want the summary statistics for column contb_receipt_amt at level of cand_nm. I tried using aggreggate and groupby function but could nt implement it correctly. Also, how can i use decribe for a selective column in python.
