This commit is contained in:
edeymc 2025-11-08 16:58:37 -08:00
parent 330d992908
commit 7d7f0a5421

View file

@ -31,7 +31,7 @@ def find_AWR(performances,AWR=Current_AWR):
.merge(
(
AWR.astype({'SportClass':str})
.pipe(lambda df: df[~df.AWR.isin('CAN|NR > 3'.split9'|')])
.pipe(lambda df: df[~df.AWR.isin('CAN|NR > 3'.split('|')])
.drop('AWR',axis=1)
.rename(columns={'Seconds':'AWR'})
),