Skip to content

UBICenter/polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polls

This is the repo for the UBI Center's poll tracker, an interactive web app to explore the state of public opinion on UBI across 58 different polls from 27 countries.

Data

A google sheet with our data can be found here.

If you know of an interesting poll we might have missed, please submit an issue using this template.

Installation

To install the app on your device, clone this repo.

From the new directory, create a new conda environment and install dependencies with:

conda env create --file environment.yaml

To run the app locally while in the directory root:

python app.py