1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

fix cn annotation in PIT script (#958)

This commit is contained in:
bxdd
2022-03-11 10:15:20 +08:00
committed by GitHub
parent 058f976727
commit 568a88fddb

View File

@@ -119,7 +119,6 @@ class PitCollector(BaseCollector):
report_list = []
while (rs_report.error_code == "0") & rs_report.next():
report_list.append(rs_report.get_row_data())
# 获取一条记录,将记录合并在一起
df_report = pd.DataFrame(report_list, columns=rs_report.fields)
if {"performanceExpPubDate", "performanceExpStatDate", "performanceExpressROEWa"} <= set(rs_report.fields):