Commit 23f8c03d authored by 张彦钊's avatar 张彦钊

change test file

parent 359336b1
......@@ -72,7 +72,7 @@ def main():
charset='utf8'
df_merge = df_all['device_id'] + df_all['city_id']
df_merge_str = (str(list(df_merge.values)[:10])).strip('[]')
df_merge_str = (str(list(df_merge.values))).strip('[]')
try:
......
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