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