Having everything stuffed into one table is going to make it hard to add more states. We should work on normalizing the data. This will require looking not just at our current table but also at the other data sources we intend to use.
As a bonus, this means we could take better advantage of SQLAlchemy's ORM.