国内镜像源

阿里云   http://mirrors.aliyun.com/pypi/simple/

豆瓣     http://pypi.doubanio.com/simple/

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

华中科技大学     https://pypi.hustunique.com/

以下安装更新需以管理员身份运行命令窗口

CMD 更新pip

python -m pip install --upgrade pip

更新失败,提示 "Script file 'D:\Anaconda3\Scripts\pip-script.py' is not present.",重新安装pip

easy_install pip

CMD 运行jupyter

conda

jupyter notebook

Anaconda Prompt 安装Plugins模块

pip install -i https://pypi.douban.com/simple/ jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

pip install -i https://pypi.douban.com/simple/ jupyter_nbextensions_configurator

Anaconda Prompt 安装Pdf模块

pip install pdfplumber -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

pip install PyPDF2 -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

pip install pypiwin32 -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

Anaconda Prompt 安装Word模块

pip install python-docx -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

数据分析

数据分析是指用适当的统计分析方法对收集来的大量数据进行分析,提取有用信息和形成结论,并对数据加以详细研究和概括总结的过程。

数据分析步骤

目标导向 --> 数据收集 --> 数据处理 --> 数据分析 --> 数据展示 --> 数据报告