随笔分类 - mysql
摘要:condition="select * from choice_dailyfinancehistory where f_code_id='212' and f_date < '2016-01-24 08:00:00+08'"
阅读全文
摘要:import pandas as pdimport pymysqlfrom sqlalchemy import create_engine#engine = create_engine("mysql+pymysql://user:password@host:...
阅读全文
摘要:import pymysql.cursors#连接配置信息config = {'host':'127.0.0.1','port':3306,'user':'root','password':'08300734','db':'db','charset':'ut...
阅读全文