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 sample data from polis export format #8

Open
patcon opened this issue Dec 30, 2024 · 0 comments
Open

Add sample data from polis export format #8

patcon opened this issue Dec 30, 2024 · 0 comments

Comments

@patcon
Copy link
Collaborator

patcon commented Dec 30, 2024

I was interested to see the code more easily test things closer to real source data. I made these changes:

  1. I added some "pass" values (aside from just "agree" / "disagree")
  2. I added some "None" values to simulate missing votes (aka sparse matrix calculations)
  3. I added some moderated OUT (-1) and unmoderated (0) statements to comments.csv, better simulating how source data might arrive.

gist with raw files: https://gist.github.com/patcon/f0bf700378433f339464d91550e3b26c

I'd suggest this be implemented after #3, as we can keep current data as
input.nonsparse.yaml and add this new data as input.sparse.yaml, along with maybe input.comments.csv and input.votes.csv.

Source google sheet: https://docs.google.com/spreadsheets/d/1kxAf7OYH-XDjwkHwx66zJjTPEybJJdXyvD1AsjsSNmM/edit?gid=1565951778#gid=1565951778

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

1 participant