diff --git a/aio/code/data_process/current.py b/aio/code/data_process/current.py index fa3b09b..8129311 100644 --- a/aio/code/data_process/current.py +++ b/aio/code/data_process/current.py @@ -326,7 +326,7 @@ def p_scenario(wb, single, vel, trq, rpms, rrs, dur, w2t): data.append(df.iloc[row, 1]) i = 0 - for row in ws.iter_rows(min_row=2, min_col=2, max_row=150000, max_col=3): + for row in ws.iter_rows(min_row=2, min_col=2, max_row=250000, max_col=3): for cell in row: try: _ = f"{data[i]:.2f}"