Commit 90f92be2 authored by 张彦钊's avatar 张彦钊

change test

parent d59c4a76
......@@ -172,7 +172,7 @@ def to_data_base(df):
yconnect = create_engine('mysql+pymysql://root:3SYz54LS9#^9sBvC@172.16.40.158:4000/jerry_test?charset=utf8')
pd.io.sql.to_sql(df, "esmm_resort_diary_queue", yconnect, schema='jerry_test', if_exists='append', index=False,
chunksize=1000)
chunksize=200)
print("insert done")
......
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