Commit 75d65ee6 authored by litaolemo's avatar litaolemo

update

parent b530e57c
......@@ -256,7 +256,7 @@ SELECT query,search_pv,search_uv
on t1.cl_id=t2.device_id AND t1.partition_date = t2.partition_date
GROUP BY query
) order by search_pv desc limit 200
""".format(start_date='20201024',end_date='20201025')
""".format(start_date='20201018',end_date='20201025')
print(sql_search_ctr)
search_ctr_df = spark.sql(sql_search_ctr)
......
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