Pandas DataFrame DataFrame.mean() function
发布时间:2025/04/30 作者:JIYIK 分类:Python
-
Python Pandas DataFrame.mean() function calculates the mean of the values of the DataFrame object over the specified axis. pandas.DataFrame.mean() grammar DataFrame . mean(axis = None , skipna = None , level = None , numeric_only = No...
查看全文