This dataset includes aggregated data on the number of infringement cases per member state per year (cross-sectional time-series data) broken down by case type (noncommunication vs nonconformity). There is one observation per member state per year per case type (2002-2020), excluding state-years where the state was not a member of the EU.

cases_csts_ms_d

Format

A data frame with 8 variables:

key_id

Numeric. An ID number that uniquely identifies each observation in the dataset.

year

Numeric. The year the case was opened by the Commission.

member_state_id

Numeric. An ID number that uniquely identifies each member state. This ID number is assigned when member states are sorted by accession date and then alphabetically.

member_state

String. The name of the member state that the Commission opened the case against.

member_state_code

String. A two letter code assigned by the Commission that uniquely identifies each member state.

case_type_id

Numeric. An ID number that uniquely identifies each type of state aid cases. Coded 1 for noncommunication cases, which are cases that relate to a member state failing to notify the Commission that it has transposed a directive by the stated deadline. Coded 2 for nonconformity cases, which are cases that relate to a member state incorrectly transposing a directive.

case_type

String. The type of the infringement case. There are two types of cases. Coded noncommunication for cases that relate to a member state failing to notify the Commission that it has transposed a directive by the stated deadline. Coded nonconformity for cases that relate to a member state incorrectly transposing a directive.

count_cases

Numeric. A count of the number of cases opened by the Commission at this level of aggregation.