Commit 9a00fb62 authored by 张彦钊's avatar 张彦钊

增加打印

parent 01e8fd2c
......@@ -35,8 +35,8 @@ def get_data():
print("click data ok")
# print(temp.head())
df = pd.merge(esmm,temp,on = "device_id",how='left').fillna(0)
# print(df.shape)
print("合并后:")
print(df.shape)
df["diary_service_id"] = df["diary_service_id"].astype("str")
df["clevel1_id"] = df["clevel1_id"].astype("str")
......
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