happyjack27 / autoredistrict

Programmatically makes a fair congressional district map (prevents gerrymandering)
GNU General Public License v3.0
89 stars 15 forks source link

add command to accumulate columns into new colum, remove multiple elections #112

Open happyjack27 opened 8 years ago

happyjack27 commented 8 years ago

add command to accumulate columns into new colum, remove multiple elections sicne multiple elections is just average, can just use sum.

TODO: remove multiple elections, make it a sum of elections instead (only need mean): TODO: add command: SUM COLUMNS

happyjack27 commented 8 years ago

added command

now just need to make ui for it and remove multiple elections also need to do the add imputation columns too, then...

happyjack27 commented 8 years ago

only thing left to do is add imputation columns function...