Commit 43d00559 authored by 张彦钊's avatar 张彦钊

跟新ctr计算文件

parent 4a577be7
......@@ -12,7 +12,7 @@ stat_date = datetime(year,month,day)
stat_date = (stat_date - timedelta(days=1)).strftime("%Y-%m-%d")
print(stat_date)
df = pd.read_csv(path+"{}predictTail6Unique.csv".format(stat_date))
pre_list = eval(df.loc[0,"list"])
pre_list = tuple(eval(df.loc[0,"list"]))
print(len(pre_list))
print(pre_list[:2])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment