hi all,
I have prod and price column
Prod has values like test1, test1,test1,test2,test2,test2 , price has pricing info 45,56,55,66,77,69, want find the 75th percentile for price column, but should be grouped by prod like test1, test2 and its 75th percentile, how do we achieve this?
Thanks for any info