This dataset includes data on qualified majority voting (QMV) weights in the Council of the European Union. The total number of votes allocated across member states and the number of votes allocated to each member state have changed over time. This dataset tracks those changes and calculates the normalized voting weight for each member state for each period.
1 |
A data frame with 17 variables:
numeric
. An ID number that uniquely identifies each
observation.
numeric
. An ID number that uniquely identifies each
period.
date
. The start day of the period in the format
YYYY-MM-DD
.
numeric
. The start year of the period.
numeric
. The start month of the period.
numeric
. The start day of the period.
date
. The end date of the period in the format
YYYY-MM-DD
.
numeric
. The end year of the period.
numeric
. The end month of the period.
numeric
. The end day of the period.
numeric
. The number of member states.
numeric
. An ID number that uniquely
identifies each member state.
string
. The name of the member state.
string
. A two-letter code assigned to each
member state by the Commission.
numeric
. The number of votes allocated to each member
state during the period.
numeric
. The total number of votes allocated
across all member states during the period.
numeric
. The normalized voting weight of
the member state during the period. Calculated as the number of votes
allocated to the member state divided by the total number of votes
allocated to all member states.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.