fix filenames
This commit is contained in:
@@ -27,5 +27,5 @@ def process_sheet(df,real_arti: int):
|
||||
return df_validated
|
||||
def evaluating(df, real_arti:int, types:str):
|
||||
validated_rows_1 = process_sheet(df, real_arti=real_arti) # номера столбцов от озона
|
||||
validated_rows_1.to_excel(f"./excel_files/{types}.xlsx")
|
||||
validated_rows_1.to_excel(f"./excel_files/{types}1.xlsx")
|
||||
return validated_rows_1
|
||||
Reference in New Issue
Block a user