pyspark.sql.GroupedData.mean

GroupedData。 的意思是 ( *關口:str )→pyspark.sql.dataframe.DataFrame

計算平均值為每組每個數字列。

意思是()是一個別名avg ()

參數
關口 str

列名。非數字的列將被忽略。

例子

> > >dfgroupBy()的意思是(“年齡”)收集()行(avg(年齡)= 3.5)]> > >df3groupBy()的意思是(“年齡”,“高度”)收集()行(avg(年齡)= 3.5,avg(高度)= 82.5)]