Loading

摘要: import tushare as ts import pandas as pd # 下载茅台所有股票交易数据 # df = ts.get_k_data(code="600519",start="2000-01-01") # df.to_csv("./maotai") # 将本地储存读入到DF中 d 阅读全文
posted @ 2023-02-01 22:40 ThankCAT 阅读(122) 评论(0) 推荐(0)