Updated 2022-09-16
    select count(distinct(proposal_id)) as proposal_count,count(distinct(id)) as vote_count,count(distinct(voter)) as voter_count,vote_count/voter_count as avg_vote_per_voter,count(distinct(proposal_author)) author_count,count(distinct(space_id)) as space_count,count(distinct(choices)) as choice_count
    from ethereum.core.ez_snapshot
    Run a query to Download Data