251201更新
This commit is contained in:
parent
ac21a56e4f
commit
b34a1da1a0
|
|
@ -7,7 +7,7 @@ from utils.pandas_extension import save_as_workbook
|
|||
dataset = {}
|
||||
|
||||
# 机构绩效基础数据
|
||||
sheets = pandas.ExcelFile("基础数据_9月.xlsx")
|
||||
sheets = pandas.ExcelFile("基础数据_251010.xlsx")
|
||||
|
||||
for sheet_name in sheets.sheet_names:
|
||||
dataset[sheet_name] = pandas.read_excel(sheets, sheet_name=sheet_name, dtype=str)
|
||||
|
|
|
|||
Loading…
Reference in New Issue