摘要:
step 1: cd 到python3.7安装根目录下的Scripts文件夹 如:cd C:\Program Files\Python37\Scripts 可以通过查找pip.exe来确定正确的文件夹路径 step 2: 安装所需文件的开发版 安装命令:pip install https://git 阅读全文
posted @ 2019-10-09 22:52
数据--熊
阅读(2265)
评论(0)
推荐(0)
摘要:
1,def mysql(sql): cursor.execute(sql) jieguo=cursor.fetchall cols=cursor.description col=[] for v in cols: col.append(v[0]) dfsql=pd.DataFrame(jieguo, 阅读全文
posted @ 2019-10-09 22:41
数据--熊
阅读(160)
评论(0)
推荐(0)

浙公网安备 33010602011771号