摘要:
数据准备 import matplotlib.pyplot as plt import tushare as ts import pandas as pd import datetime %matplotlib inline plt.rcParams['font.sans-serif'] = ['A 阅读全文
posted @ 2022-11-01 16:53
没有风格的Wang
阅读(69)
评论(0)
推荐(0)
摘要:
通过pip install psycopg2来安装这个包一直失败,在网上找了其他的安装方式,最终选择了以下方式来达到目的: pip install psycopg2-binary 如遇安装过程失败,请看下网络速度是否正常。 在jupyter中测试下可以正常调用 要解决pip install psyc 阅读全文
posted @ 2022-11-01 14:09
没有风格的Wang
阅读(949)
评论(0)
推荐(0)