数据分析(一)

落爺英雄遲暮 提交于 2019-12-02 02:53:42

 数据分析编写代码工具:

  pip3  install ipython 

方式一:安装jupyter notebook:

pip3 install jupyter notebook

jupyter notebook

方式二:安装anaconda软件:

集成了300个数据分析模块,包含numpy,pandas,matplotlib等

 

在notebook中安装库,只需加个!

!pip3 install tushare

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!