begin;
update halloffame
set ballots = null
where ballots = '' or ballots = 'NA';
set needed = null
where needed = '' or needed = 'NA';
commit;