Python数据分析实践Python数据分析实践 (27).pdf
《Python数据分析实践Python数据分析实践 (27).pdf》由会员分享,可在线阅读,更多相关《Python数据分析实践Python数据分析实践 (27).pdf(3页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2021/11/21 下午4:365-1-3file:/C:/Users/sgl/Downloads/5-1-3.html1/3In:import pandas as pd pd.set_option(display.unicode.east_asian_width,True)#解决数据输出时列名不对齐的问题 df=pd.read_excel(tdata/cj.xlsx)#读取数据 5.1.3数据抽取与合并-数据抽取In:import pandas as pd pd.set_option(display.unicode.east_asian_width,True)#解决数据输出时列名不对齐的问
2、题 df=pd.read_excel(tdata/cj.xlsx)#读取数据 1.抽取列In:df.学号 In:type(df学号)In:type(df学号)In:df学号,姓名,专业 In:df.loc:,学号 In:df.loc:,学号,姓名,专业 In:df.iloc:,0,1,3 2.抽取行In:df.loc1:20,2021/11/21 下午4:365-1-3file:/C:/Users/sgl/Downloads/5-1-3.html2/3In:df.iloc1:20,In:df.loc1,2,3,16,7,In:df.iloc1,2,3,6,7,In:df.locdf.英语90,
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Python数据分析实践Python数据分析实践 27 Python 数据 分析 实践 27
限制150内