🌈 🌤
摘要: 3.1 tushare模块 安装tushare包 pip3 install tushare tushare官方文档 3.2 股票分析 demo import tushare as ts import pandas as pd # 调用接口 df = ts.get_k_data(code='60051 阅读全文
posted @ 2021-05-13 22:21 xiangjianan 阅读(294) 评论(0) 推荐(0)
摘要: 一、numpy模块 二、pandas模块 三、示例:tushare股票分析 阅读全文
posted @ 2021-05-13 18:47 xiangjianan 阅读(63) 评论(0) 推荐(0)