import pandas as pd import pymysql def import_data_from_csv(): # 从csv文件导入数据# engine="python"可以避免文件路径中有中文, encoding="utf_8_sig"可以使读取 ...
確定! 回上一頁