摘要: #设a为字符串import timea = "2011-09-28 10:00:00" #中间过程,一般都需要将字符串转化为时间数组time.strptime(a,'%Y-%m-%d %H:%M:%S')>>time.struct_time(tm_year=2011, tm_mon=9, tm_md 阅读全文
posted @ 2017-12-10 15:38 丁培飞 阅读(531) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import sys import imp imp.reload(sys) from sqlalchemy import create_engine import cx_Oracle db=cx_Oracle.connect('userid','passwor 阅读全文
posted @ 2017-12-10 13:17 丁培飞 阅读(5397) 评论(0) 推荐(0) 编辑