Commit 732ef74b authored by 张彦钊's avatar 张彦钊

修改测试文件

parent 0f0fc498
......@@ -80,7 +80,7 @@ def feature_engineer():
"channel", "top", "time", "stat_date", "app_list", "hospital_id", "level3_ids"])
df = df.fillna("na")
v = df.select("app_list").collect()
v = df.select("app_list").map(lambda x:x[0]).collect()
print(type(v))
print(v[:2])
......
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