😰PythonThis is a python test 配置 python -m pip install pandas ——安装模块 实用代码 数据处理 文件夹 返回当前工作目录——os.getcwd() 表格 ex = pd.ExcelFile(file)——ex.sheet_names()——读取sheet data= pd.read_excel(ex,sheet,index_col)——读取文件 ...发布于 2023-11-28Testing