摘要: python初学者,方便下次使用的 def insert_oracle(): con = cx_Oracle.connect('test/123456@IP/test', encoding='utf-8') data = pd.read_excel('D:\\path.excel') #对数据进行处 阅读全文
posted @ 2020-06-18 16:48 小人物LOWER 阅读(660) 评论(0) 推荐(0)
摘要: import cx_Oracle import pandas as pd import random import numpy as np oracle数据库update时候不能使用%s做占位符 def update_oracle(): conn = cx_Oracle.connect('test/ 阅读全文
posted @ 2020-06-18 14:33 小人物LOWER 阅读(2586) 评论(0) 推荐(0)