Commit 8a7d2554 authored by 张彦钊's avatar 张彦钊

add

parent 2745b4af
......@@ -15,7 +15,7 @@ def exp():
cursor = db.cursor()
cursor.execute(sql)
result = cursor.fetchall()
df = pd.DataFrame(list(result))[0].values.tolist()
df = pd.DataFrame(list(result))
df[0] = df[0].astype('int64')
h_merchant_id = df[0].values.tolist()
print(len(h_merchant_id))
......
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