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__ |