Python - Caculate the Sight na podstawie poziomu drugiej kolumny w DF

df.groupby('StationID')['BiasTemp'].mean()
Andrea Perlato