flushing
This commit is contained in:
parent
046b3ed9ff
commit
92f89290c1
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ def find_AWR(performances,AWR=Current_AWR):
|
|||
(
|
||||
AWR.astype({'SportClass':str})
|
||||
.pipe(lambda df: df[~df.AWR.isin('CAN|NR > 3'.split('|'))])
|
||||
.drop('AWR',axis=1)
|
||||
.pipe(lambda df: df['Gender EventClass Distance Stroke Seconds'.split()])
|
||||
.rename(columns={'Seconds':'AWR'})
|
||||
),
|
||||
on='Gender EventClass Stroke Distance'.split(),
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="ParaUtils",
|
||||
version="0.1.6.5",
|
||||
version="0.1.6.6",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue