dw-data / liberal-democracies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How European democracies evolved

Data analysis and visualization: Gianna-Carina Grün, Kira Schacht

Research and writing: Gianna-Carina Grün

You can read the story in English and German

Data Sources

The visualisations in this story are based on two different datasources. The map and the timeseries are based on the dataset provided by the V-Dem Institute of the University of Gothenburg. The last update was published in March 2023 and includes data up until/including 2022 and can be downloaded here (due to filesize limitations it is not incorporated into this directory directly). For this analysis, the dataset V-Dem-CY-Core_csv_v13.csv was used, downloaded from the page from the section "Country-Year: V-Dem Core". For further details, see the section on Analysis and Visualization below.

The survey data is based on the Eurobarometer, a survey series regularly commissioned by the European Union since the 1970s to find out about EU citizens' social and political views, as well as attitudes towards the EU and its policies. It usually includes around 1000 respondents per EU member states. For this analysis, we are using data from the Eurobarometer 98.2 (2023), done in early 2023 and published in the gesis data catalogue of the German Leibniz Institute for the Social Sciences. We analyze question sd18a - DEMOCRACY SATISFACTION - COUNTRY, phrased as: "On the whole, are you very satisfied, fairly satisfied, not very satisfied or not at all satisfied with the way democracy works in (OUR COUNTRY)?"

Analysis and visualization

Timeseries and Map

All the analysis and visualization steps can be seen in the accompanying jupyter notebook.

  • First, the dataframe was reduced to only include data covering the years from 2000 to 2022.
  • For the map, the values in the column v2x_libdem were used for the year 2022. Details on the indicator can be found in V-Dem's codebook, p. 45.
  • For the timeseries, two indicators were used. The indicator/column v2x_libdem was used for the y-values corresponding to each year and the v2x_regime indicator, classifying each country into a category - liberal democracy, electoral democracy, electoral autocracy or closed autocracy -, was used to color each year's dot.

The quantitative analysis was further corroborated with the qualitative Democracy Report 2023, published by V-Dem.

Survey

The R code for this analysis can be found in the folder Eurobarometer-Analysis.

  • Load dataset and filter to include only country codes and answer codes to question sd18a.
  • Summarize individual responses to calculate number and share of respondents by country and answer.
  • Append answer labels and country names.
  • Save results by country to file, calculate overall satisfaction levels.

About


Languages

Language:Jupyter Notebook 100.0%