251201更新

This commit is contained in:
liubiren 2025-12-01 12:57:24 +08:00
parent ac21a56e4f
commit b34a1da1a0
5 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from utils.pandas_extension import save_as_workbook
dataset = {} dataset = {}
# 机构绩效基础数据 # 机构绩效基础数据
sheets = pandas.ExcelFile("基础数据_9月.xlsx") sheets = pandas.ExcelFile("基础数据_251010.xlsx")
for sheet_name in sheets.sheet_names: for sheet_name in sheets.sheet_names:
dataset[sheet_name] = pandas.read_excel(sheets, sheet_name=sheet_name, dtype=str) dataset[sheet_name] = pandas.read_excel(sheets, sheet_name=sheet_name, dtype=str)