Skip to content

Commit

Permalink
if flag_attach: # 追加模式,则附加最新处理的数据
Browse files Browse the repository at this point in the history
        data = df_code_original.append(data)
wking committed Mar 23, 2021
1 parent 06db095 commit a9e577f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -121,7 +121,8 @@

想给日线计算添加自己的数据,在func_TDX.py的make_fq函数,加到下面语句前。

`if len(start_date) == 0 and len(end_date) == 0:`
`if flag_attach: # 追加模式,则附加最新处理的数据
data = df_code_original.append(data)`

财报文件所有字段释义,查看“util_docs\专业财务文件字段含义对照表.txt”

0 comments on commit a9e577f

Please sign in to comment.