数据分析(一)

 数据分析编写代码工具:

  pip3  install ipython 

方式一:安装jupyter notebook:

pip3 install jupyter notebook

jupyter notebook

方式二:安装anaconda软件:

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

 

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

!pip3 install tushare

 

posted @ 2019-10-23 16:55  纵横捭阖行  阅读(133)  评论(0编辑  收藏  举报