Usage: Take a pandas DataFrame and convert it to a suitable format to run
Args: A Pandas Dataframe with
Index equal to the list of all voters (however they are indicated)
- Columns for
- Each TE Academy NFT that could be acquired, set to 0 or 1 depending on whether the owner has it.
Choice: the voter's choice (from the list of possble candidates)
This function will be used in conjunction with other methods for vote counting. This makes it possible to compare the results of different methods for the same underlying voter information.