pforero / electopy

Simple tool in Python used to look and analyse General Election Results in Spain
GNU General Public License v3.0
1 stars 3 forks source link

Improve election.transform #22

Open pforero opened 5 years ago

pforero commented 5 years ago

Currently the election.transform works with very simple inputs. Two political parties and a weight.

  1. It will be better if the input of the political parties is by name, not code

  2. For future more complex transformations, a different method to input the transformations could be better. Try to implement this new transformation method, even if it only works for today's simple case

pforero commented 5 years ago

First point done in #30