flushing
This commit is contained in:
parent
330d992908
commit
7d7f0a5421
1 changed files with 1 additions and 1 deletions
|
|
@ -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'})
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue