age group records from C2 database web scraping
This commit is contained in:
@@ -329,7 +329,7 @@ def getagegroup2k(age,sex='male',weightcategory='hwt'):
|
||||
)
|
||||
)
|
||||
|
||||
ages = df['agemin']
|
||||
ages = df['age']
|
||||
powers = df['power']
|
||||
|
||||
poly_coefficients = np.polyfit(ages,powers,6)
|
||||
|
||||
Reference in New Issue
Block a user