Hi I have a dataset consisting of structural (geological) data for various points along traverses.
I want to generate statistics for each segment of a traverse.
Each segment has a unique code in the ID column for example 'Polyline2017060810500810'
I can of course generate statistics for a single population but am struggling to figure out how to generate stats for each group.
There are 113 groups of data within a single table and so i do not want to laboriously run stats on each group individually.
Each group has between 2 and 30 data points and each data point has 2 variables that i need statistics on... min/max, mean, mode etc.
I am sure that this kind of problem has been posted but i am afraid i have tried a bunch of search variables and found nothing usefull.

links or suggestions/solutions gratefully received!

thanks