Private
Public Access
1
0

age group records from C2 database web scraping

This commit is contained in:
Sander Roosendaal
2017-12-13 13:40:07 +01:00
parent 4b50d6694e
commit 098dbb9c4a
5 changed files with 80 additions and 42 deletions

View File

@@ -1071,7 +1071,7 @@ def interactive_otwcpchart(powerdf,promember=0):
def interactive_agegroup_plot(df):
age = df['agemin']
age = df['age']
power = df['power']
poly_coefficients = np.polyfit(age,power,6)