Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add csv/text file reader #15

Open
mikefranze opened this issue Aug 6, 2022 · 1 comment
Open

Add csv/text file reader #15

mikefranze opened this issue Aug 6, 2022 · 1 comment

Comments

@mikefranze
Copy link
Contributor

Should this be another optional input format to the main STAR function? As in you could either pass in the ballots pandas dataframe, summary data, or filename to read data from? Or should we create a seperate function to parse csv into pandas dataframe and pass into main STAR function?

@endolith
Copy link
Contributor

endolith commented Aug 6, 2022

I think it should be a separate function so each can be tested etc. Then maybe a command line interface wrapper that does the whole process? python something.py election.csv?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants