代码拉取完成,页面将自动刷新
同步操作将从 雪域战鹰/backtrader_study 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
import datetime # 用于datetime对象操作
import os.path # 用于管理路径
import sys # 用于在argvTo[0]中找到脚本名称
import backtrader as bt # 引入backtrader框架
import pandas as pd
stk_code_num =[]
stk_code_file =os.listdir('../data/tdx/day/') # 数据相对于脚本文件的地址
for stk_code in stk_code_file:
index1 = stk_code.rfind(".")
newname_code = stk_code[:index1]
stk_code_num.append(newname_code)
# stk_path = '../data/tdx/day/'+stk_code
# stk_data = pd.read_csv(stk_path, encoding='gbk')
# print(stk_code_num)
# stk_code_all =stk_code_all.append(stk_code_all,ignore_index=True)
print(stk_code_num)
stk_code_num = pd.DataFrame(stk_code_num)
dd =stk_code_num.iloc[3,0]
print(dd)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。