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.
qmv_weights
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.