150 Star 504 Fork 224

foolcage / fooltrader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cleanData.py 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yangguang 提交于 2018-06-30 19:53 . bug fix
for i in stockIds:
path = get_event_path(i,'finance_report')
try:
if os.path.exists(path):
df = pd.read_csv(path)
df = index_df_with_time(df,index='reportDate')
except Exception as e:
print(path)
if os.path.exists(path):
os.remove(path)
Python
1
https://gitee.com/foolcage/fooltrader.git
git@gitee.com:foolcage/fooltrader.git
foolcage
fooltrader
fooltrader
master

搜索帮助