摘要: import numpy as npprint (np.mean(my_list))def getmean(numericValues): return sum(numericValues)/len(numericValues) if len(numericValues) > 0 else floa 阅读全文
posted @ 2020-06-19 11:28 逐梦无惧_数据分析 阅读(136) 评论(0) 推荐(0) 编辑