Commit 374f4d88 authored by 张彦钊's avatar 张彦钊

add

parent 6c5743c5
......@@ -17,7 +17,7 @@ def doctor():
"left join statistic_merchant_rank_factor m on b.merchant_id = m.merchant_id " \
"left join al_meigou_service_smart_rank_budan_payment budan on b.merchant_id = budan.merchant_id " \
"where d.partition_date = '{}' and m.partition_date = '{}' " \
"and budan.stat_date = '{}' limit 6;".format(date_str,date_str,date_tmp)
"and budan.stat_date = '{}';".format(date_str,date_str,date_tmp)
db = pymysql.connect(host='172.16.30.143', port=3306, user='work', passwd='BJQaT9VzDcuPBqkd', db='zhengxing')
cursor = db.cursor()
......@@ -51,7 +51,7 @@ def doctor():
"mexpert_pv_30","organization_pv_30","budan_payment_30_days"]
data = df.loc[:, columns]
print(data)
data.to_csv('/home/gmuser/score.csv',index=False)
data.to_csv('/home/gmuser/doctor.csv',index=False)
if __name__ == "__main__":
......
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