Trying to update or insert to SQL Server using pyodbc by iterating through Panda data frame

前端 未结 0 1664
庸人自扰
庸人自扰 2021-01-18 05:43

I am trying to update if record exist and insert if no record is found. using below code

for index, row in df.iterrows():
                 
                 c         


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