收藏 分享(赏)

Python数据分析实践Python数据分析实践 (31).pdf

上传人:职教中心 文档编号:13708240 上传时间:2022-10-11 格式:PDF 页数:2 大小:197.51KB
下载 相关 举报
Python数据分析实践Python数据分析实践 (31).pdf_第1页
第1页 / 共2页
Python数据分析实践Python数据分析实践 (31).pdf_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、2021/11/21 下午4:51 5-2-2常见数据计算file:/C:/Users/sgl/Downloads/5-2-2常见数据计算 (1).html 1/2In:import pandas as pd pd.set_option(display.unicode.east_asian_width, True)#解决数据输出时列名不对齐的问题 df=pd.read_excel(tdata/cj.xlsx) #读取数据 df.head() 5.2.2常见数据计算In:dfs=df英语,数学,Python,选修 dfs.head() 示例数据In:print(按列求均值n,dfs.mean()

2、 print(按行求均值n,dfs.mean(axis=1) In:print(中位数:n,dfs.median() In:print(四分位数:n,dfs.quantile(0.75) In:print(四科成绩的众数n,dfs.mode() print(数学成绩的众数n,dfs数学.mode() In:print(方差:n,dfs.var() In:print(标准差:n,dfs.std() In:print(样本偏度:n,dfs.skew() print(样本峰度:n,dfs.kurt() 示例数据In:import numpy as np 2021/11/21 下午4:51 5-2-2常见数据计算file:/C:/Users/sgl/Downloads/5-2-2常见数据计算 (1).html 2/2In:np.mean(dfs,axis=1):5 In:

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 高等教育 > 大学课件

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报