Closed tsmo4 closed 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')]
Same with WA & VT
This is fixed now.
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')]