Commit 7fd3662a authored by litaolemo's avatar litaolemo

update

parent 20dfa043
...@@ -89,7 +89,7 @@ device_df.show(1, False) ...@@ -89,7 +89,7 @@ device_df.show(1, False)
sql_res = device_df.collect() sql_res = device_df.collect()
print("-----------------------------------------------------------------------------") print("-----------------------------------------------------------------------------")
for res in sql_res: for res in sql_res:
# print(res) print(res)
day_id = res.day_id day_id = res.day_id
device_os_type = res.device_os_type device_os_type = res.device_os_type
active_type = res.active_type active_type = res.active_type
......
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