Commit 074c888a authored by 张彦钊's avatar 张彦钊

add

parent c91d1fa0
......@@ -73,7 +73,7 @@ def hospital():
data = data.drop_duplicates()
print(data.shape)
data.to_csv('/tmp/30_hospital.csv',index=False)
data.to_csv('/tmp/311_hospital.csv',index=False)
def new_doctor():
......@@ -139,7 +139,7 @@ def new_doctor():
data = data.drop_duplicates()
print(data.shape)
data.to_csv('/tmp/30_doctor.csv',index=False)
data.to_csv('/tmp/311_doctor.csv',index=False)
print("doctor end")
......
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