task_generate.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:tushare-data-sync 作者: HUMANAMUH 项目源码 文件源码
def fetch_index_list(conn):
    logging.debug("Fetch indices")
    df = ts.get_index()[['code', 'name']]
    df.to_sql('stock_index', conn, if_exists="replace", dtype={"code": VARCHAR(32)})
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号