您的位置:首页 > 编程语言 > Python开发

how to use pandas in python

2017-11-10 10:53 204 查看
1.install pandas

pip3 install pandas

it will install numpy as well

2.install scipy(Calculation package)

pip3 install scipy

3.install matplotlib(Visualization Package)

pip3 install matplotlib

this lib is used to plot data

after installing the three package above,you can try the function of pandas.

read this site,you can quickly grasp how to use pandas: 
http://pandas.pydata.org/pandas-docs/stable/10min.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: