openelections / openelections-data-us

Pre-processed nationwide election results for contests (president, congress, governor)
4 stars 5 forks source link

TN duplicate rows #3

Closed tsmo4 closed 7 years ago

tsmo4 commented 7 years ago

Tennessee appears to be duplicated in national county file.

open_el is a pandas dataframe.

open_el[(open_el.state=='TN')&(open_el.county=='Anderson')]

tsmo4 commented 7 years ago

Same with WA & VT

dwillis commented 7 years ago

This is fixed now.