Skip to content

Explore some data in the European Social Survey (job application coding challenge - 2018) [Python Dash NumPy Pandas Plotly]

Notifications You must be signed in to change notification settings

wtkm11/ExploreESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Explore some data in the European Social Survey (job application coding challenge - 2018) [Python Dash NumPy Pandas Plotly]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published