Commit 81943df7 authored by 张彦钊's avatar 张彦钊

add

parent 4bffdd40
......@@ -79,7 +79,7 @@ def doctor():
data = df.loc[:, columns]
data = data.drop_duplicates()
data.to_csv('/tmp/20_doctor.csv',index=False)
data.to_csv('/tmp/6_doctor.csv',index=False)
print("doctor end")
......@@ -168,7 +168,7 @@ def hospital():
data = data.drop_duplicates()
print(data.head(6))
data.to_csv('/tmp/20_hospital.csv',index=False)
data.to_csv('/tmp/6_hospital.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