数据分析(一)

 数据分析编写代码工具:

  pip3  install ipython 

方式一:安装jupyter notebook:

pip3 install jupyter notebook

jupyter notebook

方式二:安装anaconda软件:

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

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

!pip3 install tushare
原文地址:https://www.cnblogs.com/sima-3/p/11727283.html