摘要:
import os.path,pymysql,os,shutil class Files: def __init__(self, parameter): self.parameter = parameter def delete_files(self): os.chdir(self.paramete 阅读全文
摘要:
这种类一般是读取小标或则业务类型的数据处理时使用,现在一般是批量操作class Pymysql_Do: def __init__(self, db,ip='localhost',port=3306,Users='root',PassWd='root',CharSet='utf8'): self.db 阅读全文
摘要:
import os.path,pymysql,os,shutilfrom sqlalchemy import create_engineimport pandas as pd 同一用户同一地址使用该类 class Pandas_DB: # 同一用户同一地址使用该类 def __init__(self 阅读全文