Open warwickmm opened 3 years ago
There are files that have empty header columns, e.g.,
precinct_id,precinct_name,,contest,contest_name,,,,,,,,choice,choice_name,,,party,candidate_party,vote_type_id,vote_type,,vote_total
with rows that have actual values. If the values for these columns are meaningful, we should provide a column header. If the values for these columns are irrelevant, we should remove these columns.
There are files that have empty header columns, e.g.,
with rows that have actual values. If the values for these columns are meaningful, we should provide a column header. If the values for these columns are irrelevant, we should remove these columns.