Commit 8d505536 authored by 张彦钊's avatar 张彦钊

add

parent 3d807335
......@@ -91,6 +91,8 @@ def v1_doctor():
tmp = tmp.rename(columns=dict(zip(list(range(len(name))), name)))
print(tmp.head(6))
df["merchant_id"] = df["merchant_id"].astype("str")
tmp["merchant_id"] = tmp["merchant_id"].astype("str")
df = pd.merge(df, tmp, on='merchant_id')
print(df.head(6))
......
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