Commit 59a76799 authored by 王志伟's avatar 王志伟

测试知识图谱的数据,测试60天

parent 74575e21
......@@ -72,7 +72,7 @@ def get_data():
print("before")
print(df.shape)
print("after")
df = df.drop_duplicates()
# df = df.drop_duplicates()
print(df.shape)
df = df.drop_duplicates(["ucity_id", "clevel2_id", "ccity_name", "device_type", "manufacturer",
"channel", "top", "time", "stat_date","app_list","hospital_id","level3_ids"])
......
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