add
This commit is contained in:
@@ -302,6 +302,7 @@ def handle_c2_import_stroke_data(c2token,
|
|||||||
def getagegrouprecord(age,sex='male',weightcategory='hwt',
|
def getagegrouprecord(age,sex='male',weightcategory='hwt',
|
||||||
distance=2000,duration=None,indf=pd.DataFrame()):
|
distance=2000,duration=None,indf=pd.DataFrame()):
|
||||||
|
|
||||||
|
power = 0
|
||||||
if not duration:
|
if not duration:
|
||||||
try:
|
try:
|
||||||
df = indf[indf['distance'] == distance]
|
df = indf[indf['distance'] == distance]
|
||||||
|
|||||||
Reference in New Issue
Block a user