Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.14 KB

File metadata and controls

51 lines (34 loc) · 1.14 KB

ExploreESS

Explore some data in the European Social Survey

Data

The European Social Survey data for year 2016 is available here: https://www.europeansocialsurvey.org/download.html?file=ESS8e02&y=2016 .

Accessing the survey data

While ESS data is freely available, I am not permitted to distribute it.

  1. To obtain the data, sign in with your email address.
  2. Download the SPSS ZIP file and extract ESS8e02.sav from the ZIP file.
$ unzip ESS8e02.spss.zip
  1. The data can be converted to CSV format with pspp.
$ pspp-convert ESS8e02.sav ESS8e02.csv
  1. Ensure that ESS8e02.csv is in the essexplorer/data directory.

How to run

  1. Create and activate a Python3 virtual environment in which to install dependencies.
$ python3 -m venv venv
$ source venv/bin/activate
  1. Navigate to the project root directory (the directory with the setup.py) and install the dependencies.

    $ pip install -e .
    
  2. Start the HTTP server.

    $ ess-explorer
    

Screenshot

ExploreEss screenshot