Penalty Charge Notice Data
OpenDataNI
@ukgov.penalty_charge_notice_data
OpenDataNI
@ukgov.penalty_charge_notice_data
This data presents the number of Penalty Charge Notices (PCNs), more commonly known as parking tickets, issued for vehicles found to be in contravention of parking restrictions or bus lane restrictions.
Publisher name: OpenDataNI
Last updated: 2025-06-18T04:00:39Z
CREATE TABLE moving_traffic_offences (
"town" VARCHAR,
"street" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"offences" BIGINT,
"quarter" VARCHAR
);CREATE TABLE off_street_parking_offences (
"council" VARCHAR,
"town" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"offences" VARCHAR,
"quarter" VARCHAR
);CREATE TABLE on_street_parking_offences (
"town" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"offences" BIGINT,
"quarter" VARCHAR,
"unnamed_5" VARCHAR -- Unnamed: 5,
"unnamed_6" VARCHAR -- Unnamed: 6,
"unnamed_7" VARCHAR -- Unnamed: 7,
"unnamed_8" VARCHAR -- Unnamed: 8
);Anyone who has the link will be able to view this.