Skip to content
Snippets Groups Projects
Commit a4e14a8c authored by thomaswoehlke's avatar thomaswoehlke
Browse files

work

parent f4ed5af5
No related branches found
No related tags found
No related merge requests found
......@@ -89,14 +89,7 @@ class OwidServiceImport:
handwashing_facilities=row['handwashing_facilities'],
hospital_beds_per_thousand=row['hospital_beds_per_thousand'],
life_expectancy=row['life_expectancy'],
human_development_index=row['human_development_index'] #,
# datum=d.datum,
# year=d.year,
# month=d.month,
# day_of_month=d.day_of_month,
# day_of_week=d.day_of_week,
# week_of_year=d.day_of_week,
# year_week=d.year_week
human_development_index=row['human_development_index']
)
db.session.add(o)
k += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment