liqian 3 年之前
父節點
當前提交
37330279a2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      region_rule_rank_h.py

+ 1 - 0
region_rule_rank_h.py

@@ -210,6 +210,7 @@ def rank_by_h(project, table, now_date, now_h, rule_params, region_code_list):
             log_.info(f"region = {region}")
             # 计算score
             region_df = feature_df[feature_df['code'] == region]
+            log_.info(f'region_df count = {len(region_df)}')
             score_df = cal_score(df=region_df)
             video_rank(df=score_df, now_date=now_date, now_h=now_h, rule_key=key, param=value, region=region)
             # to-csv