openelections / openelections-data-nj

Pre-processed results for New Jersey elections
8 stars 14 forks source link

Update format tests #63

Closed warwickmm closed 3 years ago

warwickmm commented 3 years ago

This updates the format tests to version 1.0.0. The tests now verify that the "votes" column contains values that represent integers. This reveals the following errors:

The new tests also perform additional checks on the headers, and reveal:

  2016/20160607__nj__primary.csv

  * There are 1 rows that have entries with leading or trailing whitespace characters:

    Row 0: ['candidate', 'office', 'district', 'party', 'county ', 'votes']

These will be fixed in subsequent pull requests.