0 模块安装
命令行安装 | |
---|---|
python pip install pandas xlrd openpyxl xlsxwriter requests lxml html5lib BeautifulSoup4 matplotlib seaborn plotly bokeh scipy statsmodels -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com python pip install pandas -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com |
|
查看 Pandas 版本 | |
python import pandas as pd pd.__version__ |
1 读取数据
1.1 从 Excel 中读取
2 数据查询
3 数据验证
数据索引
数据选取
数据排序
分组聚合
数据转换
结构调整
统计分析
绘图
上一篇:Python 数据分析
下一篇:Python 文件处理