字典是
keywords_dict{}
{'茉莉花茶泡多久': 10, '苦丁长什么样子图片': 5, '茶叶茶加上蜂糖能喝吗': 1, '古丈毛尖多少钱一斤': 29, '干玫瑰花过期': 1}
我用的是pymysql連結的資料庫
之前統計的資料是單行的,所以用這個
cur.execute('insert into pctongji(yesterday_str, item, question, topic, people, celebrity, brand, category, article) values(%s,%s,%s,%s,%s,%s,%s,%s,%s)', (yesterday_str, category_dict['item'], category_dict['question'], category_dict['topic'], category_dict['people'], category_dict['celebrity'], category_dict['brand'], category_dict['category'], category_dict['article']))
現在是多行的要怎麼存入到資料庫,
資料庫有兩個字段,分別是keywords、跟count,分別對應上面字典中的內容,
sql語句要怎麼寫,想要以天數的形式存入
自己動手豐衣足食
建議使用 executemany