Appending new DataFrame to SQLite DB but replace it if the dates column is repeated

后端 未结 0 889
無奈伤痛
無奈伤痛 2020-12-08 00:39

I have this dataframe that i will be adding everyday to a sqlite db. The scrped

df_olx[\'scraped\'] = pd.to_datetime(\'now\') # No need to be time specific, w         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题