1 Star 0 Fork 0

Ivanmax/stock-knowledge-graph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stock.py 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
JSLS-HZQ 提交于 2018-12-19 17:22 . Upload code
import tushare as ts
# get and save industry classification
df_industry = ts.get_industry_classified()
df_industry.to_csv("./data/stock_industry_prep.csv", index=False, sep=',')
# get and save concept classification
df_concept = ts.get_concept_classified()
df_concept.to_csv("./data/stock_concept_prep.csv", index=False, sep=',')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ivanmax/stock-knowledge-graph.git
git@gitee.com:Ivanmax/stock-knowledge-graph.git
Ivanmax
stock-knowledge-graph
stock-knowledge-graph
master

搜索帮助