This commit is contained in:
edeymc 2025-11-08 16:59:21 -08:00
parent 7d7f0a5421
commit 3b1e0d0e74

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'.split('|')])
.pipe(lambda df: df[~df.AWR.isin('CAN|NR > 3'.split('|'))])
.drop('AWR',axis=1)
.rename(columns={'Seconds':'AWR'})
),