Commit d212d169 authored by 张彦钊's avatar 张彦钊

add

parent 8a7d2554
......@@ -16,6 +16,7 @@ def exp():
cursor.execute(sql)
result = cursor.fetchall()
df = pd.DataFrame(list(result))
df = df.dropna()
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