We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b80360 commit 633c782Copy full SHA for 633c782
nobel_viz/api
run.py
@@ -22,7 +22,7 @@ def seed_db():
22
winners = json.load(open('data/nobel_winners_biopic.json'))
23
nobel_db[WINNERS_TABLE].drop()
24
nobel_db[WINNERS_TABLE].insert(winners)
25
-
+
26
print('Seeded the database with %d Nobel winners'%nobel_db[WINNERS_TABLE].count())
27
28
@click.command()
0 commit comments