速度搭建jupyter, 用pandas进行数据库数据分析
安装jupyter
pip3 install jupyter
打开jupyter文档
1: 在命令行输入以下命令
jupyter notebook
2:完成之后,Jupyter Notebooks 就会在默认网络浏览器打开,地址是:
http://localhost:8888/tree
新建python文件
链接数据库
链接 Mysql
from sqlalchemy import creat...
原创
2018-10-06 12:59:42 ·
3944 阅读 ·
0 评论