摘要: 1 import pandas as pd 2 import xlrd 3 import psycopg2 4 5 class Expedition(object): 6 def __init__(self, database, user, psd, ip, port): 7 self.databa 阅读全文
posted @ 2020-03-17 09:53 芦苇了嘿 阅读(348) 评论(1) 推荐(0) 编辑