Commit 20e7c600 authored by 张彦钊's avatar 张彦钊

ass

parent 8a7ba975
...@@ -62,7 +62,7 @@ def doctor(): ...@@ -62,7 +62,7 @@ def doctor():
"merchant_id","doctor_ad_money_30_days","expand_rechange_amount_30","service_pv_30", "merchant_id","doctor_ad_money_30_days","expand_rechange_amount_30","service_pv_30",
"mexpert_pv_30","organization_pv_30","budan_payment_30_days"] "mexpert_pv_30","organization_pv_30","budan_payment_30_days"]
data = df.loc[:, columns] data = df.loc[:, columns]
data.to_csv('/home/gmuser/doctor.csv',index=False) data.to_csv('/tmp/doctor.csv',index=False)
print("doctor end") print("doctor end")
...@@ -135,7 +135,7 @@ def hospital(): ...@@ -135,7 +135,7 @@ def hospital():
"doctor_discount_30_days"] "doctor_discount_30_days"]
data = df.loc[:, columns] data = df.loc[:, columns]
print(data.head(6)) print(data.head(6))
data.to_csv('/home/gmuser/hospital.csv',index=False) data.to_csv('/tmp/hospital.csv',index=False)
if __name__ == "__main__": 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