Joostrothweiler / politags

Politags project built as part of the thesis project at Delft University of Technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check whether or not we can run construct_kb commands periodically without breaking things.

Joostrothweiler opened this issue · comments

construct_kb command creates a new politicians.csv file. We should make sure that updating this file and then running init_kb does not overwrite data that was already complete/more complete.

Should work. We do not delete any entries and the only possible problem is that we get duplicates as a result of changed entries.