Commit 6908cb9b authored by 张彦钊's avatar 张彦钊

pandas 映射

parent 5471b149
import pandas as pd import pandas as pd
import pymysql import pymysql
import datetime import datetime
import tensorflow as tf
def con_sql(db,sql): def con_sql(db,sql):
cursor = db.cursor() cursor = db.cursor()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment