This repository has been archived by the owner on Aug 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgrades.sql
114 lines (99 loc) · 604 KB
/
grades.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
-- MySQL dump 10.13 Distrib 5.6.27, for linux-glibc2.5 (x86_64)
--
-- Host: localhost Database: cpcms_aopc_summary
-- ------------------------------------------------------
-- Server version 5.6.27
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES UTF8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `crimes_w_subsection`
--
DROP TABLE IF EXISTS `crimes_w_subsection`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crimes_w_subsection` (
`Name` varchar(100) DEFAULT NULL,
`Title` varchar(9) DEFAULT NULL,
`Section` varchar(9) DEFAULT NULL,
`Subsection` varchar(10) DEFAULT NULL,
`Grade` varchar(2) DEFAULT NULL,
`Number` int(11) DEFAULT NULL,
`Total_W_Subsection` varchar(6) DEFAULT NULL COMMENT 'The total number of cases that occurred under this title, section, and subsection',
`Percent_W_Subsection` varchar(7) DEFAULT NULL,
`Total_wo_Subsection` varchar(7) DEFAULT NULL COMMENT 'The total number of arrests using this title and section (but not the subsection)',
`Percent_wo_Subsection` varchar(7) DEFAULT NULL,
`sealing_exclusion` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 = this is not an exclusion; 1 = this is an exclusionary offense',
KEY `Title` (`Title`,`Section`,`Subsection`),
KEY `Title_2` (`Title`,`Section`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `crimes_w_subsection`
--
LOCK TABLES `crimes_w_subsection` WRITE;
/*!40000 ALTER TABLE `crimes_w_subsection` DISABLE KEYS */;
INSERT INTO `crimes_w_subsection` VALUES ('Records to be Kept','10','162.12','','M1',1,'1','100.00%','1','100.00%',0),('Solicitation Limitation','10','162.13','A','M1',4,'4','100.00%','5','80.00%',0),('Misrepresentation by Charitable Organization','10','162.13','D','M1',1,'1','100.00%','5','20.00%',0),('Prohibited Acts - Violation Of Act','10','162.15','A1','M1',17,'17','100.00%','150','11.33%',0),('Prohibited Acts - Use Name W/O Consent','10','162.15','A12','M1',1,'1','100.00%','150','0.67%',0),('Charities/Prohibited Acts','10','162.15','A2','M1',36,'62','58.06%','150','24.00%',0),('Charities/Prohibited Acts','10','162.15','A2','M3',26,'62','41.94%','150','17.33%',0),('Prohibited Acts - Imply Contrib. To Charity','10','162.15','A3','M1',23,'49','46.94%','150','15.33%',0),('Prohibited Acts - Imply Contrib. To Charity','10','162.15','A3','M3',26,'49','53.06%','150','17.33%',0),('Misrepresent Sale Promotion As Being For A Charity','10','162.15','A5','M1',15,'17','88.24%','150','10.00%',0),('Misrepresent Sale Promotion As Being For A Charity','10','162.15','A5','M3',2,'17','11.76%','150','1.33%',0),('Prohibited Acts - Misrep. Goods/Services','10','162.15','A7','M1',2,'4','50.00%','150','1.33%',0),('Prohibited Acts - Misrep. Goods/Services','10','162.15','A7','M3',2,'4','50.00%','150','1.33%',0),('Penalty Misdemeanor','10','307','B','M1',2,'2','100.00%','2','100.00%',0),('License - Org Conducting Games Of Chance','10','320','A','S',1,'1','100.00%','2','50.00%',0),('No Compensation To Conduct Game Of Chance','10','320','D3','M1',1,'1','100.00%','2','50.00%',0),('Rigging Small Games of Chance - Confer Benefit','10','327','D1','M1',1,'1','100.00%','3','33.33%',0),('Rigging Small Games of Chance - Tamp W/Pers/Game','10','327','D2','M1',2,'2','100.00%','3','66.67%',0),('PARK HOURS','1048','16','102','S',1,'1','100.00%','1','100.00%',0),('NOISE WHICH DISTURBS','118','118-1','','S',2,'2','100.00%','2','100.00%',0),('Disturbing the Peace - Open Cont','1376','2','','S',1,'1','100.00%','1','100.00%',0),('False statement/falsify retirement system record','16','11678','','M',2,'2','100.00%','2','100.00%',0),('Violate Act/Rule & Regs Of Dept- 1st Off','16','12027','A','S',1,'1','100.00%','4','25.00%',0),('Violate Act/Rule & Regs Of Dept-2nd Off','16','12027','B','M',3,'3','100.00%','4','75.00%',0),('Disorderly Conduct In/About Ct.House/Jail','16','2329','','S',33,'33','100.00%','33','100.00%',0),('Disorderly Conduct in and about Courthouse and Jails Prohibited','16','5529','','S',4,'4','100.00%','4','100.00%',0),('OPEN CONTAINER IN PUBLIC PLACE OR VEHICLE','1652','90-2','A','S',1,'1','100.00%','1','100.00%',0),('Owning Operating Conducting A Chop Shop','18','1.3','1','F2',1019,'1019','100.00%','1262','80.74%',0),('Trans. Sells Transfer Etc Vehicle Obt From Chp Shp','18','1.3','2','F2',243,'243','100.00%','1262','19.26%',0),('Alteration/Destruction Of Vin','18','1.4','A','F3',380,'380','100.00%','731','51.98%',0),('Dispose Of Vehicle Altered/Illegally Obtained','18','1.4','B','F3',351,'351','100.00%','731','48.02%',0),('Attempt, Solicitation, Conspir Commit Murder','18','1102','C','F1',112,'118','94.92%','118','94.92%',0),('Attempt, Solicitation, Conspir Commit Murder','18','1102','C','H1',6,'118','5.08%','118','5.08%',0),('Mark Flag For Display Or Exhibition','18','2102','A1','M3',12,'12','100.00%','31','38.71%',0),('Public/Private Mutilating Etc Flag','18','2102','A4','M3',19,'19','100.00%','31','61.29%',0),('Maliciously Take Down Etc Flag','18','2103','','M2',15,'15','100.00%','15','100.00%',0),('Criminal Homicide','18','2501','A','F1',5097,'6831','74.62%','6849','74.42%',0),('Criminal Homicide','18','2501','A','F2',60,'6831','0.88%','6849','0.88%',0),('Criminal Homicide','18','2501','A','H1',1458,'6831','21.34%','6849','21.29%',0),('Criminal Homicide','18','2501','A','H2',48,'6831','0.70%','6849','0.70%',0),('Criminal Homicide','18','2501','A','M1',168,'6831','2.46%','6849','2.45%',0),('Criminal Homicide-Classification','18','2501','B','F1',14,'18','77.78%','6849','0.20%',0),('Criminal Homicide-Classification','18','2501','B','H2',2,'18','11.11%','6849','0.03%',0),('Criminal Homicide-Classification','18','2501','B','M1',2,'18','11.11%','6849','0.03%',0),('Murder','18','2502','','F1',3119,'4120','75.70%','10263','30.39%',0),('Murder','18','2502','','F2',1,'4120','0.02%','10263','0.01%',0),('Murder','18','2502','','H',3,'4120','0.07%','10263','0.03%',0),('Murder','18','2502','','H1',962,'4120','23.35%','10263','9.37%',0),('Murder','18','2502','','H2',35,'4120','0.85%','10263','0.34%',0),('Murder Of The First Degree','18','2502','A','F1',19,'3174','0.60%','10263','0.19%',0),('Murder Of The First Degree','18','2502','A','H1',3155,'3174','99.40%','10263','30.74%',0),('Murder Of The Second Degree','18','2502','B','H2',609,'609','100.00%','10263','5.93%',0),('Murder Of The Third Degree','18','2502','C','F1',2360,'2360','100.00%','10263','23.00%',0),('VOLUNTARY MANSLAUGHTER','18','2503','','F1',1,'1','100.00%','259','0.39%',0),('Voluntary Mans - Provocation From Ind Killed','18','2503','A1','F1',168,'170','98.82%','259','64.86%',0),('Voluntary Mans - Provocation From Ind Killed','18','2503','A1','F2',2,'170','1.18%','259','0.77%',0),('Voluntary Mans - Provocation From Other','18','2503','A2','F1',11,'13','84.62%','259','4.25%',0),('Voluntary Mans - Provocation From Other','18','2503','A2','F2',2,'13','15.38%','259','0.77%',0),('Voluntary Mans - Unreasonable Belief','18','2503','B','F1',74,'75','98.67%','259','28.57%',0),('Voluntary Mans - Unreasonable Belief','18','2503','B','F2',1,'75','1.33%','259','0.39%',0),('Involuntary Manslaughter','18','2504','A','F2',193,'1300','14.85%','1300','14.85%',0),('Involuntary Manslaughter','18','2504','A','M1',1107,'1300','85.15%','1300','85.15%',0),('Causing Suicide','18','2505','A','F1',2,'3','66.67%','15','13.33%',0),('Causing Suicide','18','2505','A','M1',1,'3','33.33%','15','6.67%',0),('Aiding Suicide','18','2505','B','F2',8,'12','66.67%','15','53.33%',0),('Aiding Suicide','18','2505','B','M2',4,'12','33.33%','15','26.67%',0),('Drug Delivery Resulting In Death','18','2506','A','F1',171,'171','100.00%','171','100.00%',0),('Murder of A Law Enforcement Officer of the First Degree','18','2507','A','H1',42,'42','100.00%','46','91.30%',0),('Manslaughter of a Law Enforcement Officer in the Second Degree','18','2507','D','F2',4,'4','100.00%','46','8.70%',0),('Criminal Homicide Of Unborn Child','18','2603','A','F1',14,'21','66.67%','21','66.67%',0),('Criminal Homicide Of Unborn Child','18','2603','A','H1',6,'21','28.57%','21','28.57%',0),('Criminal Homicide Of Unborn Child','18','2603','A','H2',1,'21','4.76%','21','4.76%',0),('First Degree Murder Of Unborn Child','18','2604','A1','H1',11,'11','100.00%','16','68.75%',0),('Second Degree Murder Of Unborn Child','18','2604','B1','H2',1,'1','100.00%','16','6.25%',0),('Third Degree Murder Of Unborn Child','18','2604','C1','F1',4,'4','100.00%','16','25.00%',0),('Vol.Manslaughter Unborn Child/Mother Provoked','18','2605','A1','F1',3,'3','100.00%','3','100.00%',0),('Agg. Assault Of Unborn Child','18','2606','A','F1',551,'551','100.00%','551','100.00%',0),('Simple Assault','18','2701','A','M1',3371,'96772','3.48%','334984','1.01%',1),('Simple Assault','18','2701','A','M2',92496,'96772','95.58%','334984','27.61%',1),('Simple Assault','18','2701','A','M3',905,'96772','0.94%','334984','0.27%',0),('Simple Assault','18','2701','A1','M1',11191,'178878','6.26%','334984','3.34%',1),('Simple Assault','18','2701','A1','M2',157142,'178878','87.85%','334984','46.91%',1),('Simple Assault','18','2701','A1','M3',10545,'178878','5.90%','334984','3.15%',0),('Simple Assault','18','2701','A2','M1',537,'8216','6.54%','334984','0.16%',1),('Simple Assault','18','2701','A2','M2',7296,'8216','88.80%','334984','2.18%',1),('Simple Assault','18','2701','A2','M3',383,'8216','4.66%','334984','0.11%',0),('Simple Assault','18','2701','A3','F1',2,'47849','0.00%','334984','0.00%',1),('Simple Assault','18','2701','A3','M1',2699,'47849','5.64%','334984','0.81%',1),('Simple Assault','18','2701','A3','M2',43496,'47849','90.90%','334984','12.98%',1),('Simple Assault','18','2701','A3','M3',1652,'47849','3.45%','334984','0.49%',0),('Simple Assault - Penetrate With Hypodermic Needle','18','2701','A4','M1',17,'153','11.11%','334984','0.01%',1),('Simple Assault - Penetrate With Hypodermic Needle','18','2701','A4','M2',130,'153','84.97%','334984','0.04%',1),('Simple Assault - Penetrate With Hypodermic Needle','18','2701','A4','M3',6,'153','3.92%','334984','0.00%',0),('Simple Assault - Mutual Consent Fight','18','2701','B1','M3',1656,'1656','100.00%','334984','0.49%',0),('Simple Assault - Grading - Victim Under 12 Defendant 21 Or Older','18','2701','B2','M1',1460,'1460','100.00%','334984','0.44%',1),('Aggravated Assault','18','2702','A','F1',24645,'36403','67.70%','139013','17.73%',0),('Aggravated Assault','18','2702','A','F2',11758,'36403','32.30%','139013','8.46%',0),('Aggravated Assault','18','2702','A1','F1',47474,'47483','99.98%','139013','34.15%',0),('Aggravated Assault','18','2702','A1','F2',2,'47483','0.00%','139013','0.00%',0),('Aggravated Assault','18','2702','A1','M2',7,'47483','0.01%','139013','0.01%',0),('Aggravated Assault','18','2702','A2','F1',8513,'8513','100.00%','139013','6.12%',0),('Aggravated Assault','18','2702','A3','F2',17611,'17611','100.00%','139013','12.67%',0),('Aggravated Assault','18','2702','A4','F2',23505,'23508','99.99%','139013','16.91%',0),('Aggravated Assault','18','2702','A4','M1',3,'23508','0.01%','139013','0.00%',0),('Aggravated Assault','18','2702','A5','F2',410,'410','100.00%','139013','0.29%',0),('Aggravated Assault','18','2702','A6','F2',4712,'4712','100.00%','139013','3.39%',0),('Agg. Assault - Use Tear or Noxious Gas','18','2702','A7','F2',65,'65','100.00%','139013','0.05%',0),('Aggravated Assault - Victim Less Than 6 and Defendant 18 or older','18','2702','A8','F2',166,'166','100.00%','139013','0.12%',0),('Aggravated Assault - Victim Less Than 13 and Defendant 18 or older','18','2702','A9','F1',107,'107','100.00%','139013','0.08%',0),('Aggravated Assault','18','2702','C9','F1',35,'35','100.00%','139013','0.03%',0),('Assault of Law Enforcement Officer','18','2702.1','A','F1',912,'912','100.00%','912','100.00%',0),('Assault By Prisoner','18','2703','A','F2',1708,'1708','100.00%','1708','100.00%',0),('Aggravated Harassment By Prisoner','18','2703.1','','F3',2901,'2901','100.00%','2901','100.00%',0),('Assault By Prisoner','18','2704','','F',27,'32','84.38%','32','84.38%',0),('Assault By Prisoner','18','2704','','F1',1,'32','3.13%','32','3.13%',0),('Assault By Prisoner','18','2704','','H2',4,'32','12.50%','32','12.50%',0),('Recklessly Endangering Another Person','18','2705','','M2',201632,'201633','100.00%','201633','100.00%',0),('Recklessly Endangering Another Person','18','2705','','S',1,'201633','0.00%','201633','0.00%',0),('Terroristic Threats','18','2706','','F3',3,'319','0.94%','104749','0.00%',0),('Terroristic Threats','18','2706','','M1',316,'319','99.06%','104749','0.30%',0),('Terroristic Threats','18','2706','A','M1',28,'28','100.00%','104749','0.03%',0),('Terroristic Threats W/ Int To Terrorize Another','18','2706','A1','F3',2230,'101427','2.20%','104749','2.13%',0),('Terroristic Threats W/ Int To Terrorize Another','18','2706','A1','M1',99197,'101427','97.80%','104749','94.70%',0),('Terroristic Threats Cause Evacuation Of Bldg Etc','18','2706','A2','F3',256,'432','59.26%','104749','0.24%',0),('Terroristic Threats Cause Evacuation Of Bldg Etc','18','2706','A2','M1',176,'432','40.74%','104749','0.17%',0),('Terroristic Threats Cause Serious Public Inconv.','18','2706','A3','F3',578,'2543','22.73%','104749','0.55%',0),('Terroristic Threats Cause Serious Public Inconv.','18','2706','A3','M1',1965,'2543','77.27%','104749','1.88%',0),('Propel Missile Into Occ Vehicles','18','2707','A','M1',1184,'1184','100.00%','1772','66.82%',0),('Propulsion Of Missiles Onto Roadways','18','2707','B','M2',588,'588','100.00%','1772','33.18%',0),('Discharge Of A Firearm Into Occupied Structure','18','2707.1','A','F3',2218,'2218','100.00%','2218','100.00%',0),('Unlawful discharge of paintball gun or paintball marker','18','2707.2','A.1','S',90,'90','100.00%','131','68.70%',0),('Paintball Guns - Unlawful Carrying In Vehicle','18','2707.2','A1','S',1,'1','100.00%','131','0.76%',0),('Indivudal May Not Carry Paintball gun or Marker in Vehicle','18','2707.2','A1.1','S',28,'28','100.00%','131','21.37%',0),('Paintball Gun or Marker Not Empty','18','2707.2','A1.1I','S',5,'5','100.00%','131','3.82%',0),('Propellant Source of the Paintball Gun or Marker Is Not Disconnected','18','2707.2','A1.1II','S',4,'4','100.00%','131','3.05%',0),('Paintball or Marker Is Readily Accessible from the Passenger Compartment','18','2707.2','A1.1IVC','S',3,'3','100.00%','131','2.29%',0),('Tear Gas Agst Person Inv Lab','18','2708','A','M1',6,'6','100.00%','6','100.00%',0),('Harassment','18','2709','','M3',5,'27','18.52%','232650','0.00%',0),('Harassment','18','2709','','S',22,'27','81.48%','232650','0.01%',0),('Harassment-Physically Strike Kick Etc','18','2709','1','S',553,'553','100.00%','232650','0.24%',0),('Harassment - Follow About In Public','18','2709','2','S',2,'2','100.00%','232650','0.00%',0),('Harassment - Alarm Repeat Annoy','18','2709','3','S',22,'22','100.00%','232650','0.01%',0),('Harassment - Subject Other to Physical Contact','18','2709','A1','M3',565,'161014','0.35%','232650','0.24%',0),('Harassment/Strike, Shove, Kick, Etc.','18','2709','A1','S',160449,'161014','99.65%','232650','68.97%',0),('Harassment - Follow In Public Place','18','2709','A2','M2',1,'2977','0.03%','232650','0.00%',0),('Harassment - Follow In Public Place','18','2709','A2','M3',33,'2977','1.11%','232650','0.01%',0),('Harassment - Follow In Public Place','18','2709','A2','S',2943,'2977','98.86%','232650','1.26%',0),('Harassment - Course of Conduct W/No Legitimate Purpose','18','2709','A3','M3',122,'19967','0.61%','232650','0.05%',0),('Harassment - Course of Conduct W/No Legitimate Purpose','18','2709','A3','S',19845,'19967','99.39%','232650','8.53%',0),('Harassment - Comm. Lewd, Threatening, Etc. Language','18','2709','A4','M1',1,'29690','0.00%','232650','0.00%',0),('Harassment - Comm. Lewd, Threatening, Etc. Language','18','2709','A4','M3',29689,'29690','100.00%','232650','12.76%',0),('Harassment - Comm. Repeatedly in Anonymous Manner','18','2709','A5','M2',1,'6118','0.02%','232650','0.00%',0),('Harassment - Comm. Repeatedly in Anonymous Manner','18','2709','A5','M3',6117,'6118','99.98%','232650','2.63%',0),('Harassment - Comm. Repeatedly and Inconvenient Hours','18','2709','A6','M3',3685,'3685','100.00%','232650','1.58%',0),('Harassment - Comm. Repeatedly in Another Manner','18','2709','A7','M3',8582,'8582','100.00%','232650','3.69%',0),('Stalking','18','2709','B','M1',1,'1','100.00%','232650','0.00%',0),('Stalking/Intent To Place In Fear','18','2709','B1','M1',6,'6','100.00%','232650','0.00%',0),('Stalking/Intent To Cause Emotional Distress','18','2709','B2','F3',1,'6','16.67%','232650','0.00%',0),('Stalking/Intent To Cause Emotional Distress','18','2709','B2','M1',5,'6','83.33%','232650','0.00%',0),('Stalking - Repeatedly Commit Acts To Cause Fear','18','2709.1','A1','F3',1019,'10046','10.14%','17972','5.67%',0),('Stalking - Repeatedly Commit Acts To Cause Fear','18','2709.1','A1','M1',9024,'10046','89.83%','17972','50.21%',0),('Stalking - Repeatedly Commit Acts To Cause Fear','18','2709.1','A1','M3',3,'10046','0.03%','17972','0.02%',0),('Stalking - Repeatedly Comm. To Cause Fear','18','2709.1','A2','F3',851,'7926','10.74%','17972','4.74%',0),('Stalking - Repeatedly Comm. To Cause Fear','18','2709.1','A2','M1',7075,'7926','89.26%','17972','39.37%',0),('Ethnic Intimidation','18','2710','A','F1',188,'1040','18.08%','1040','18.08%',0),('Ethnic Intimidation','18','2710','A','F2',42,'1040','4.04%','1040','4.04%',0),('Ethnic Intimidation','18','2710','A','F3',243,'1040','23.37%','1040','23.37%',0),('Ethnic Intimidation','18','2710','A','M1',148,'1040','14.23%','1040','14.23%',0),('Ethnic Intimidation','18','2710','A','M2',157,'1040','15.10%','1040','15.10%',0),('Ethnic Intimidation','18','2710','A','M3',262,'1040','25.19%','1040','25.19%',0),('Probable Cause/Domestic Violence','18','2711','A','S',1,'1','100.00%','1','100.00%',0),('Assault On Sports Official','18','2712','','M1',30,'30','100.00%','30','100.00%',0),('Neglect Of Care-Dependent Person','18','2713','A1','F1',141,'300','47.00%','358','39.39%',0),('Neglect Of Care-Dependent Person','18','2713','A1','M1',159,'300','53.00%','358','44.41%',0),('Neglect Of Care Dependent Person','18','2713','A2','F1',35,'58','60.34%','358','9.78%',0),('Neglect Of Care Dependent Person','18','2713','A2','M1',23,'58','39.66%','358','6.42%',0),('Unauthorized Admin Of Intoxicant','18','2714','','F3',28,'28','100.00%','28','100.00%',0),('Bomb Threats - Place Or Set Bomb','18','2715','A1','F3',4,'14','28.57%','338','1.18%',0),('Bomb Threats - Place Or Set Bomb','18','2715','A1','M1',10,'14','71.43%','338','2.96%',0),('Bomb Threats - Reports W/O Knowledge Of Bomb','18','2715','A3','F2',2,'69','2.90%','338','0.59%',0),('Bomb Threats - Reports W/O Knowledge Of Bomb','18','2715','A3','F3',57,'69','82.61%','338','16.86%',0),('Bomb Threats - Reports W/O Knowledge Of Bomb','18','2715','A3','M1',10,'69','14.49%','338','2.96%',0),('Bomb Threats - Threatens Plcmnt Of Bomb','18','2715','A4','F2',4,'255','1.57%','338','1.18%',0),('Bomb Threats - Threatens Plcmnt Of Bomb','18','2715','A4','F3',113,'255','44.31%','338','33.43%',0),('Bomb Threats - Threatens Plcmnt Of Bomb','18','2715','A4','M1',138,'255','54.12%','338','40.83%',0),('Weapons of Mass Dest. - Unlawful Poss or Manu','18','2716','A','F1',69,'343','20.12%','346','19.94%',0),('Weapons of Mass Dest. - Unlawful Poss or Manu','18','2716','A','F2',274,'343','79.88%','346','79.19%',0),('Weapons of Mass Dest. - Causing Illness or Injury','18','2716','B1','F1',1,'1','100.00%','346','0.29%',0),('Weapon Mass Dest. - Cause Evacuation','18','2716','B3','F1',2,'2','100.00%','346','0.58%',0),('Terrorism - Intimidate or Coerce a Civilian Population','18','2717','A1','F1',2,'3','66.67%','5','40.00%',0),('Terrorism - Intimidate or Coerce a Civilian Population','18','2717','A1','M1',1,'3','33.33%','5','20.00%',0),('Terrorism - Influence the Policy of a Government by Intimidation or Coercion','18','2717','A2','F1',1,'1','100.00%','5','20.00%',0),('Terrorism - Affect the Conduct of a Government','18','2717','A3','F1',1,'1','100.00%','5','20.00%',0),('Kidnapping of Minor - Ransom/Hostage','18','2901','A.11','F1',56,'56','100.00%','4366','1.28%',0),('Kidnapping of Minor - Facilitate Felony/Flight','18','2901','A.12','F1',87,'87','100.00%','4366','1.99%',0),('Kidnapping of Minor - Inflict Bodily Injury','18','2901','A.13','F1',61,'61','100.00%','4366','1.40%',0),('Kidnapping of Minor - Interfere with Public Official','18','2901','A.14','F1',12,'12','100.00%','4366','0.27%',0),('Kidnapping For Ransom','18','2901','A1','F1',1669,'1669','100.00%','4366','38.23%',1),('Kidnap To Facilitate A Felony','18','2901','A2','F1',979,'979','100.00%','4366','22.42%',0),('Kidnap To Inflict Inj/Terror','18','2901','A3','F1',1454,'1454','100.00%','4366','33.30%',0),('Kidnapping-Interfere W/Public Official','18','2901','A4','F1',48,'48','100.00%','4366','1.10%',0),('Unlaw Restraint/Risk Ser Injury','18','2902','1','M1',106,'106','100.00%','15719','0.67%',0),('Unlaw Restraint/Invol Servitude','18','2902','2','M1',17,'17','100.00%','15719','0.11%',0),('Unlawful Restraint/ Serious Bodily Injury','18','2902','A1','F2',3326,'14164','23.48%','15719','21.16%',0),('Unlawful Restraint/ Serious Bodily Injury','18','2902','A1','M1',10838,'14164','76.52%','15719','68.95%',0),('Unlawful Restraint/ Involuntary Servitude','18','2902','A2','F2',288,'1121','25.69%','15719','1.83%',0),('Unlawful Restraint/ Involuntary Servitude','18','2902','A2','M1',833,'1121','74.31%','15719','5.30%',0),('Unlawful Restraint of Minor/Not Parent - Risk of Bodily Injury','18','2902','B1','F2',198,'198','100.00%','15719','1.26%',1),('Unlawful Restraint of Minor/Not Parent - Involuntary Servitude','18','2902','B2','F2',58,'58','100.00%','15719','0.37%',1),('Unlawful Restraint of Minor/Parent - Risk of Bodily Injury','18','2902','C1','F2',49,'49','100.00%','15719','0.31%',0),('Unlawful Restraint of Minor/Parent - Involuntary Servitude','18','2902','C2','F2',6,'6','100.00%','15719','0.04%',0),('False Imprisonment','18','2903','A','F2',2758,'10554','26.13%','10789','25.56%',0),('False Imprisonment','18','2903','A','M2',7796,'10554','73.87%','10789','72.26%',0),('False Imprisonment of Minor/Not Parent','18','2903','B','F2',199,'199','100.00%','10789','1.84%',1),('False Imprisonment of Minor/Parent','18','2903','C','F2',36,'36','100.00%','10789','0.33%',0),('Interference W/Custody Of Children','18','2904','A','F2',457,'1522','30.03%','1522','30.03%',1),('Interference W/Custody Of Children','18','2904','A','F3',862,'1522','56.64%','1522','56.64%',1),('Interference W/Custody Of Children','18','2904','A','M2',203,'1522','13.34%','1522','13.34%',1),('Interfer Custody Committed Person','18','2905','A','M2',70,'70','100.00%','70','100.00%',0),('Coerce/Threat To Commit Crime','18','2906','A1','M1',142,'181','78.45%','227','62.56%',0),('Coerce/Threat To Commit Crime','18','2906','A1','M2',39,'181','21.55%','227','17.18%',0),('Coerce/Threat Accuse Of Crime','18','2906','A2','M1',15,'21','71.43%','227','6.61%',0),('Coerce/Threat Accuse Of Crime','18','2906','A2','M2',6,'21','28.57%','227','2.64%',0),('Coerce/Threat To Expose Secret','18','2906','A3','M1',3,'13','23.08%','227','1.32%',0),('Coerce/Threat To Expose Secret','18','2906','A3','M2',10,'13','76.92%','227','4.41%',0),('Coerce/Threat Of Official Act','18','2906','A4','M1',9,'12','75.00%','227','3.96%',0),('Coerce/Threat Of Official Act','18','2906','A4','M2',3,'12','25.00%','227','1.32%',0),('Disposition Of Ransom','18','2907','','F3',15,'15','100.00%','15','100.00%',0),('Concealment Of Whereabouts Of Child','18','2909','A','F3',506,'506','100.00%','509','99.41%',0),('Concealment Of Whereabouts Of Child','18','2909','B1','F3',3,'3','100.00%','509','0.59%',0),('Lure Child Into Motor Vehicle','18','2910','A','F2',26,'740','3.51%','740','3.51%',1),('Lure Child Into Motor Vehicle','18','2910','A','M1',714,'740','96.49%','740','96.49%',1),('Trafficking of Persons','18','3002','A','F1',51,'65','78.46%','65','78.46%',0),('Trafficking of Persons','18','3002','A','F2',14,'65','21.54%','65','21.54%',0),('Requirement of Voluntary Act','18','301','A','F3',1,'2','50.00%','2','50.00%',0),('Requirement of Voluntary Act','18','301','A','M1',1,'2','50.00%','2','50.00%',0),('Trafficking in Individuals - Recruit/entice/solicit/etc.','18','3011','A1','F2',4,'4','100.00%','7','57.14%',0),('Trafficking in Minors','18','3011','B','F1',3,'3','100.00%','7','42.86%',1),('Liable For Conduct Of Other','18','306','B3','F2',7,'7','100.00%','7','100.00%',0),('Corp Agent Liable For Omission To Perform Act','18','307','E2','F3',54,'2472','2.18%','2472','2.18%',0),('Corp Agent Liable For Omission To Perform Act','18','307','E2','M3',2418,'2472','97.82%','2472','97.82%',0),('RAPE','18','3121','','F1',1,'1','100.00%','26840','0.00%',1),('Rape Forcible Compulsion','18','3121','1','F1',1233,'1233','100.00%','26840','4.59%',1),('Rape Threat Of Forcible Compulsion','18','3121','2','F1',973,'973','100.00%','26840','3.63%',1),('Rape Unconscious Victim','18','3121','3','F1',1,'1','100.00%','26840','0.00%',1),('Rape Mentally Ill Or Deficient Victim','18','3121','4','F1',71,'71','100.00%','26840','0.26%',1),('Rape / Mentally Disabled Person','18','3121','5','F1',2,'2','100.00%','26840','0.01%',1),('Rape / Person Less Than 13 Years Age','18','3121','6','F1',70,'70','100.00%','26840','0.26%',1),('Rape Forcible Compulsion','18','3121','A1','F1',12677,'12678','99.99%','26840','47.23%',1),('Rape Forcible Compulsion','18','3121','A1','F2',1,'12678','0.01%','26840','0.00%',1),('Rape Threat Of Forcible Compulsion','18','3121','A2','F1',2838,'2838','100.00%','26840','10.57%',1),('Rape Unconscious Victim','18','3121','A3','F1',660,'660','100.00%','26840','2.46%',1),('Rape Substantially Impaired Person','18','3121','A4','F1',125,'125','100.00%','26840','0.47%',1),('Rape Mentally Disabled Person','18','3121','A5','F1',337,'337','100.00%','26840','1.26%',1),('Rape Person Less Than 13 Years Old','18','3121','A6','F1',632,'632','100.00%','26840','2.35%',1),('Rape of Child','18','3121','C','F1',7197,'7197','100.00%','26840','26.81%',1),('Rape of Child - Serious Bodily Injury','18','3121','D','F1',22,'22','100.00%','26840','0.08%',1),('Statutory Rape','18','3122','','F2',350,'350','100.00%','350','100.00%',0),('Statutory Sexual Assault','18','3122.1','','F2',13034,'13034','100.00%','17654','73.83%',0),('Statutory Sexual Assault: 4-8 Years Older','18','3122.1','A1','F2',2094,'2094','100.00%','17654','11.86%',0),('Statutory Sexual Assault: 8-11 Years Older','18','3122.1','A2','F2',772,'772','100.00%','17654','4.37%',0),('Statutory Sexual Assault: 11 Years Older','18','3122.1','B','F1',1754,'1754','100.00%','17654','9.94%',1),('IDSI Forcible Compulsion','18','3123','1','F1',931,'931','100.00%','36497','2.55%',1),('IDSI Threat Forc Comp','18','3123','2','F1',912,'912','100.00%','36497','2.50%',1),('IDSI Unconscious Vict','18','3123','3','F1',2,'2','100.00%','36497','0.01%',1),('IDSI Ment Ill Vict','18','3123','4','F1',21,'21','100.00%','36497','0.06%',1),('IDSI Victim Less Than 16 Yo','18','3123','5','F1',582,'582','100.00%','36497','1.59%',1),('IDSI Forcible Compulsion','18','3123','A1','F1',9767,'9767','100.00%','36497','26.76%',1),('IDSI Threat Forcible Compulsion','18','3123','A2','F1',2684,'2684','100.00%','36497','7.35%',1),('IDSI Person Unconscious','18','3123','A3','F1',331,'331','100.00%','36497','0.91%',1),('IDSI Person Substantially Impaired','18','3123','A4','F1',87,'87','100.00%','36497','0.24%',1),('IDSI Person W/Mental Disability','18','3123','A5','F1',315,'315','100.00%','36497','0.86%',1),('IDSI Person Less Than 13 Yrs Age','18','3123','A6','F1',1290,'1290','100.00%','36497','3.53%',1),('IDSI Person Less Than 16 Yrs Age','18','3123','A7','F1',11977,'11977','100.00%','36497','32.82%',1),('Invol. Deviate Sexual Intercourse W/Child','18','3123','B','F1',7470,'7470','100.00%','36497','20.47%',1),('Invol. Deivate Sexual Intercourse - Serious Bodily Inj.','18','3123','C','F1',128,'128','100.00%','36497','0.35%',1),('Voluntary Deviate Sexual Intercourse','18','3124','','M2',7,'7','100.00%','7','100.00%',0),('Sexual Assault','18','3124.1','','F2',14561,'14584','99.84%','14584','99.84%',1),('Sexual Assault','18','3124.1','','M1',23,'14584','0.16%','14584','0.16%',1),('Institutional Sexual Assault','18','3124.2','A','F3',357,'357','100.00%','572','62.41%',1),('Institutional Sexual Assault of Minor','18','3124.2','A.1','F3',32,'32','100.00%','572','5.59%',1),('School - Intercourse/Sexual Contact with Student','18','3124.2','A.21','F3',183,'183','100.00%','572','31.99%',1),('Aggravated Indecent Assault','18','3125','','F1',2,'72','2.78%','40939','0.00%',1),('Aggravated Indecent Assault','18','3125','','F2',70,'72','97.22%','40939','0.17%',1),('Aggrav Indec Asslt-W/O Cons','18','3125','1','F2',847,'847','100.00%','40939','2.07%',1),('Aggrav Indec Asslt/Forcible Compulsion','18','3125','2','F1',1,'267','0.37%','40939','0.00%',1),('Aggrav Indec Asslt/Forcible Compulsion','18','3125','2','F2',266,'267','99.63%','40939','0.65%',1),('Aggrav Indec Asslt/Threat Forcible Compulsion','18','3125','3','F1',1,'256','0.39%','40939','0.00%',1),('Aggrav Indec Asslt-Oth Unaw','18','3125','3','F2',255,'256','99.61%','40939','0.62%',1),('Aggrav Indec Asslt/Person Unconscious','18','3125','4','F2',8,'8','100.00%','40939','0.02%',1),('Aggrav Indec Asslt - Mental Defect','18','3125','6','F1',1,'291','0.34%','40939','0.00%',1),('Aggrav Indec Asslt - Mental Defect','18','3125','6','F2',290,'291','99.66%','40939','0.71%',1),('Aggrav Indec Asslt/Person Less 13 Yrs Age','18','3125','7','F1',1,'899','0.11%','40939','0.00%',1),('Aggrav Indec Asslt/Person Less 13 Yrs Age','18','3125','7','F2',898,'899','99.89%','40939','2.19%',1),('Aggrav Indec Asslt/Person Less 16 Yrs Age','18','3125','8','F2',1126,'1126','100.00%','40939','2.75%',1),('Agg. Ind. Assault W/O Consent','18','3125','A1','F1',672,'8436','7.97%','40939','1.64%',1),('Agg. Ind. Assault W/O Consent','18','3125','A1','F2',7664,'8436','90.85%','40939','18.72%',1),('Agg. Ind. Assault W/O Consent','18','3125','A1','M1',100,'8436','1.19%','40939','0.24%',1),('Agg. Ind. Assault - Forcible Compulsion','18','3125','A2','F1',167,'4155','4.02%','40939','0.41%',1),('Agg. Ind. Assault - Forcible Compulsion','18','3125','A2','F2',3988,'4155','95.98%','40939','9.74%',1),('Agg. Ind. Assault - Threat of Forcible Compulsion','18','3125','A3','F1',1,'1136','0.09%','40939','0.00%',1),('Agg. Ind. Assault - Threat of Forcible Compulsion','18','3125','A3','F2',1135,'1136','99.91%','40939','2.77%',1),('Agg. Ind. Assault - Complainant is Unconscious or Unaware that Penetration is Occurring','18','3125','A4','F1',3,'453','0.66%','40939','0.01%',1),('Agg. Ind. Assault - Complainant is Unconscious or Unaware that Penetration is Occurring','18','3125','A4','F2',450,'453','99.34%','40939','1.10%',1),('Agg. Ind. Assault - Person Impairs Complainant','18','3125','A5','F2',85,'85','100.00%','40939','0.21%',1),('Agg. Ind. Assault - Comp. Suffers Mental Dis.','18','3125','A6','F1',2,'277','0.72%','40939','0.00%',1),('Agg. Ind. Assault - Comp. Suffers Mental Dis.','18','3125','A6','F2',275,'277','99.28%','40939','0.67%',1),('Agg. Ind. Assault - Comp. Less Than 13 Years Old','18','3125','A7','F1',40,'5714','0.70%','40939','0.10%',1),('Agg. Ind. Assault - Comp. Less Than 13 Years Old','18','3125','A7','F2',5674,'5714','99.30%','40939','13.86%',1),('Agg. Ind. Assault - Comp. Less Than 16','18','3125','A8','F2',11151,'11151','100.00%','40939','27.24%',1),('Agg. Ind. Assault of Child','18','3125','B','F1',5763,'5766','99.95%','40939','14.08%',1),('Agg. Ind. Assault of Child','18','3125','B','F2',3,'5766','0.05%','40939','0.01%',1),('INDECENT ASSAULT','18','3126','','M1',1,'1','100.00%','75572','0.00%',0),('Indecent Assault Without Consent','18','3126','1','M2',140,'140','100.00%','75572','0.19%',1),('Ind Assault Victim Ment Def','18','3126','2','M2',4,'4','100.00%','75572','0.01%',0),('Indecent Assault Victim Unaware','18','3126','3','M2',2,'2','100.00%','75572','0.00%',0),('Ind Assault Impair Vict','18','3126','4','M2',2,'2','100.00%','75572','0.00%',0),('Indecent Assault Over 18/Under 14','18','3126','6','M1',10,'10','100.00%','75572','0.01%',0),('Indec Asslt-W/O Cons Of Other','18','3126','A1','M1',5,'17460','0.03%','75572','0.01%',1),('Indec Asslt-W/O Cons Of Other','18','3126','A1','M2',17455,'17460','99.97%','75572','23.10%',1),('Indecent Assault Forcible Compulsion','18','3126','A2','M1',8279,'9429','87.80%','75572','10.96%',1),('Ind Asslt Forcible Compulsion','18','3126','A2','M2',1150,'9429','12.20%','75572','1.52%',1),('Indecent Assault Threat Forcible Compulsion','18','3126','A3','M1',2608,'3092','84.35%','75572','3.45%',1),('Ind Asslt Threat Forcible Compulsion','18','3126','A3','M2',484,'3092','15.65%','75572','0.64%',1),('Indecent Assault Person Unconscious','18','3126','A4','M1',1481,'1535','96.48%','75572','1.96%',1),('Ind Asslt Person Unconscious','18','3126','A4','M2',54,'1535','3.52%','75572','0.07%',1),('Indecent Assault Person Substantially Impaired','18','3126','A5','M1',107,'152','70.39%','75572','0.14%',1),('Ind Asslt Person Substantially Impaired','18','3126','A5','M2',45,'152','29.61%','75572','0.06%',1),('Indec Assl-Over 18/Under 14','18','3126','A6','M1',714,'764','93.46%','75572','0.94%',1),('Ind Asslt Person W/Mental Disability','18','3126','A6','M2',50,'764','6.54%','75572','0.07%',1),('Indecent Assault Person Less than 13 Years of Age','18','3126','A7','F3',10241,'21781','47.02%','75572','13.55%',1),('Indecent Assault Person Less than 13 Years of Age','18','3126','A7','M1',11540,'21781','52.98%','75572','15.27%',1),('Ind Asslt Person Less 16 Yrs Age','18','3126','A8','F3',112,'21200','0.53%','75572','0.15%',1),('Ind Asslt Person Less 16 Yrs Age','18','3126','A8','M2',21088,'21200','99.47%','75572','27.90%',1),('Indecent Exposure','18','3127','A','M1',8071,'12633','63.89%','12634','63.88%',0),('Indecent Exposure','18','3127','A','M2',4562,'12633','36.11%','12634','36.11%',0),('Indecent Exposure - Grading','18','3127','B','M1',1,'1','100.00%','12634','0.01%',0),('Spousal Sex Assault Forc Comp','18','3128','A1','F2',6,'6','100.00%','6','100.00%',0),('Sexual Intercourse With Animal','18','3129','','M2',62,'62','100.00%','62','100.00%',1),('Conduct Relating to Sex Offenders - Withhold Information or Does Not Notify','18','3130','A1','F3',19,'19','100.00%','48','39.58%',0),('Conduct Relating to Sex Offenders - Harbors or Attempts to Harbor or Assists','18','3130','A2','F3',8,'8','100.00%','48','16.67%',0),('Conduct Relating to Sex Offenders - Conceals or Attempts to Conceal or Assists','18','3130','A3','F3',7,'7','100.00%','48','14.58%',0),('Conduct Relating to Sex Offenders - Provides False Information','18','3130','A4','F3',14,'14','100.00%','48','29.17%',0),('Unlawful Dissemination of Intimate Image','18','3131','A','M1',4,'19','21.05%','19','21.05%',0),('Unlawful Dissemination of Intimate Image','18','3131','A','M2',15,'19','78.95%','19','78.95%',0),('Medical Consultation and Judgment','18','3204','A1','F3',3,'3','100.00%','3','100.00%',0),('Informed Consent Abortion','18','3205','A','M3',228,'228','100.00%','228','100.00%',0),('Abortion on Unborn Child of 24 weeks or more','18','3211','A','F3',41,'41','100.00%','41','100.00%',0),('Infanticide','18','3212','B','F3',3,'3','100.00%','3','100.00%',0),('Make False Written Statement','18','3218','B1','M2',1,'1','100.00%','1','100.00%',0),('ARSON','18','3301','','F2',1,'1','100.00%','11229','0.01%',0),('Aggravated Arson - Bodily Injury','18','3301','a.11i','F1',12,'12','100.00%','11229','0.11%',0),('Aggravated Arson - Person Present Inside Property','18','3301','a.11ii','F1',18,'18','100.00%','11229','0.16%',0),('Arson-Danger Of Death Or Bodily Inj','18','3301','A1I','F1',4317,'4317','100.00%','11229','38.45%',0),('Arson - Danger of Death or Bodily Inj','18','3301','A1I*','F1',5,'4317','0.12%','11229','0.04%',0),('Arson-Inhabited Building Or Struct','18','3301','A1II','F1',906,'906','100.00%','11229','8.07%',0),('Arson - Inhabited Building or Struct','18','3301','A1II*','F1',7,'906','0.77%','11229','0.06%',0),('Arson-Cause Death','18','3301','A2','H1',3,'6','50.00%','11229','0.03%',0),('Arson-Cause Death','18','3301','A2','H2',3,'6','50.00%','11229','0.03%',0),('Arson - Sentence','18','3301','B','F2',6,'6','100.00%','11229','0.05%',0),('Arson-Intent Destroy Unoccupied Bldg','18','3301','C1','F2',1392,'1392','100.00%','11229','12.40%',0),('Arson - Intent Destroy Unoccupied Bldg','18','3301','C1*','F2',3,'1392','0.22%','11229','0.03%',0),('Arson Endangering Property-Reckless Endangerment of Inhabited Buildings','18','3301','C2','F2',1118,'1118','100.00%','11229','9.96%',0),('Arson - Reckless Place Persons Danger','18','3301','C2*','F2',9,'1118','0.81%','11229','0.08%',0),('Arson-Intent Collect Insurance','18','3301','C3','F2',265,'265','100.00%','11229','2.36%',0),('Arson - Intent Collect Insurance','18','3301','C3*','F2',2,'265','0.75%','11229','0.02%',0),('Dangerous Burning','18','3301','D.1','S',476,'476','100.00%','11229','4.24%',0),('Dangerous Burning','18','3301','D.1*','S',6,'476','1.26%','11229','0.05%',0),('Reckless Burning or Exploding - places uninhabited or unoccupied structure in danger of damage or de','18','3301','D1','F3',665,'666','99.85%','11229','5.92%',0),('Reckless Burning or Exploding - places uninhabited or unoccupied structure in danger of damage or de','18','3301','D1','S',1,'666','0.15%','11229','0.01%',0),('Reckless Burning or Exploding - places uninhabited or unoccupied structure in danger of damage or de','18','3301','D1*','F3',7,'666','1.05%','11229','0.06%',0),('Reckless Burning or Exploding - places property having value that exceeds $5000 or automobile, place','18','3301','D2','F3',1308,'1308','100.00%','11229','11.65%',0),('Reckless Burning or Exploding - places property having value that exceeds $5000 or automobile, place','18','3301','D2*','F3',4,'1308','0.31%','11229','0.04%',0),('Failure To Control/Duty','18','3301','E1','M1',144,'144','100.00%','11229','1.28%',0),('Failure to Control/Duty','18','3301','E1*','M1',1,'144','0.69%','11229','0.01%',0),('Fail To Control/Rpt Dangerous Fire','18','3301','E2','M1',148,'148','100.00%','11229','1.32%',0),('Possess Explosive/Incen Material','18','3301','F','F3',400,'400','100.00%','11229','3.56%',0),('Possess Explosive/Incen Material','18','3301','F*','F3',2,'400','0.50%','11229','0.02%',0),('Causing Catastrophe','18','3302','A','F1',1205,'1594','75.60%','5300','22.74%',0),('Causing Catastrophe','18','3302','A','F2',389,'1594','24.40%','5300','7.34%',0),('Risking Catastrophe','18','3302','B','F3',3706,'3706','100.00%','5300','69.92%',0),('Fail To Prev Catast-Duty','18','3303','1','M2',218,'218','100.00%','306','71.24%',0),('Fail To Prev Catast-Did Or Assent To Act','18','3303','2','M2',88,'88','100.00%','306','28.76%',0),('Criminal Mischief','18','3304','A','F3',5,'87','5.75%','136597','0.00%',0),('Criminal Mischief','18','3304','A','M2',12,'87','13.79%','136597','0.01%',0),('Criminal Mischief','18','3304','A','M3',28,'87','32.18%','136597','0.02%',0),('Criminal Mischief','18','3304','A','S',42,'87','48.28%','136597','0.03%',0),('Crim Misch/Dmg Prop Intent, Reckless, Or Neglig','18','3304','A1','F3',2914,'19117','15.24%','136597','2.13%',0),('Crim Misch/Dmg Prop Intent, Reckless, Or Neglig','18','3304','A1','M2',4169,'19117','21.81%','136597','3.05%',0),('Crim Misch/Dmg Prop Intent, Reckless, Or Neglig','18','3304','A1','M3',3921,'19117','20.51%','136597','2.87%',0),('Crim Misch/Dmg Prop Intent, Reckless, Or Neglig','18','3304','A1','S',8113,'19117','42.44%','136597','5.94%',0),('Crim\'l Misch-Tamper W/Property','18','3304','A2','F3',3664,'24148','15.17%','136597','2.68%',0),('Crim\'l Misch-Tamper W/Property','18','3304','A2','M2',5463,'24148','22.62%','136597','4.00%',0),('Crim\'l Misch-Tamper W/Property','18','3304','A2','M3',6068,'24148','25.13%','136597','4.44%',0),('Crim\'l Misch-Tamper W/Property','18','3304','A2','S',8953,'24148','37.08%','136597','6.55%',0),('Crim\'l Misch-Another Pecun Loss','18','3304','A3','F3',492,'2544','19.34%','136597','0.36%',0),('Crim\'l Misch-Another Pecun Loss','18','3304','A3','M2',443,'2544','17.41%','136597','0.32%',0),('Crim\'l Misch-Another Pecun Loss','18','3304','A3','M3',497,'2544','19.54%','136597','0.36%',0),('Crim\'l Misch-Another Pecun Loss','18','3304','A3','S',1112,'2544','43.71%','136597','0.81%',0),('Criminal Mischief','18','3304','A4','F3',2693,'25728','10.47%','136597','1.97%',0),('Criminal Mischief','18','3304','A4','M2',4167,'25728','16.20%','136597','3.05%',0),('Criminal Mischief','18','3304','A4','M3',8732,'25728','33.94%','136597','6.39%',0),('Criminal Mischief','18','3304','A4','S',10136,'25728','39.40%','136597','7.42%',0),('Criminal Mischief - Damage Property','18','3304','A5','F3',5186,'60855','8.52%','136597','3.80%',0),('Criminal Mischief - Damage Property','18','3304','A5','M2',12851,'60855','21.12%','136597','9.41%',0),('Criminal Mischief - Damage Property','18','3304','A5','M3',13840,'60855','22.74%','136597','10.13%',0),('Criminal Mischief - Damage Property','18','3304','A5','S',28978,'60855','47.62%','136597','21.21%',0),('Criminal Mischief - Damage Property','18','3304','A5*','F3',416,'60855','0.68%','136597','0.30%',0),('Criminal Mischief - Damage Property','18','3304','A5*','M2',877,'60855','1.44%','136597','0.64%',0),('Criminal Mischief - Damage Property','18','3304','A5*','M3',2747,'60855','4.51%','136597','2.01%',0),('Intentionally Defaces Property By Discharging a Paintball Gun or Marker','18','3304','A6','F3',5,'78','6.41%','136597','0.00%',0),('Intentionally Defaces Property By Discharging a Paintball Gun or Marker','18','3304','A6','M2',12,'78','15.38%','136597','0.01%',0),('Intentionally Defaces Property By Discharging a Paintball Gun or Marker','18','3304','A6','M3',23,'78','29.49%','136597','0.02%',0),('Intentionally Defaces Property By Discharging a Paintball Gun or Marker','18','3304','A6','S',38,'78','48.72%','136597','0.03%',0),('Injure/Tamper Fire Apparatus, Property','18','3305','','M3',302,'302','100.00%','302','100.00%',0),('Unauthor Use Or Open Fire Hydrant','18','3306','','S',4,'4','100.00%','4','100.00%',0),('Institutional Vandalism/Illegal Possession','18','3307','A.1','F3',79,'384','20.57%','4464','1.77%',0),('Institutional Vandalism/Illegal Possession','18','3307','A.1','M2',305,'384','79.43%','4464','6.83%',0),('Institut\'l Vand\'ism Place Worship','18','3307','A1','F3',110,'385','28.57%','4464','2.46%',0),('Institut\'l Vand\'ism Place Worship','18','3307','A1','M2',275,'385','71.43%','4464','6.16%',0),('Institut\'l Vand\'ism Cemetery Etc','18','3307','A2','F3',226,'339','66.67%','4464','5.06%',0),('Institut\'l Vand\'ism Cemetery Etc','18','3307','A2','M2',113,'339','33.33%','4464','2.53%',0),('Institut\'l Vand\'ism Educ Facil','18','3307','A3','F3',271,'2962','9.15%','4464','6.07%',0),('Institut\'l Vand\'ism Educ Facil','18','3307','A3','M2',2691,'2962','90.85%','4464','60.28%',0),('Institut\'l Vand\'ism Adjacent Ground','18','3307','A4','F3',9,'128','7.03%','4464','0.20%',0),('Institut\'l Vand\'ism Adjacent Ground','18','3307','A4','M2',119,'128','92.97%','4464','2.67%',0),('Institut\'l Vand\'ism Personal Prop','18','3307','A5','F3',28,'266','10.53%','4464','0.63%',0),('Institut\'l Vand\'ism Personal Prop','18','3307','A5','M2',238,'266','89.47%','4464','5.33%',0),('Add\'l Fine For Arson Murder/Arson W/Consld','18','3308','A','S',1,'1','100.00%','1','100.00%',0),('Agricultural Vandalism','18','3309','A','F3',110,'406','27.09%','406','27.09%',0),('Agricultural Vandalism','18','3309','A','M1',80,'406','19.70%','406','19.70%',0),('Agricultural Vandalism','18','3309','A','M2',80,'406','19.70%','406','19.70%',0),('Agricultural Vandalism','18','3309','A','M3',136,'406','33.50%','406','33.50%',0),('Agricultural Crop Destruction','18','3310','A','F2',49,'49','100.00%','49','100.00%',0),('Ecoterrorism - Intimidate or Coerce Individual Lawfully Participating in an Activity','18','3311','A1I','M1',1,'1','100.00%','2','50.00%',0),('Ecoterrorism - Prevent or Obstruct Individual from Lawfully Using Animal, plant, Natural Resource','18','3311','A2II','F1',1,'1','100.00%','2','50.00%',0),('Intentionally Damage Survey Monument','18','3312','A1','S',8,'8','100.00%','23','34.78%',0),('Damage Survey Monument to Call Boundary Into Question','18','3312','A2','M2',15,'15','100.00%','23','65.22%',0),('Illegal dumping of methamphetamine waste','18','3313','A','F3',115,'115','100.00%','115','100.00%',0),('Burglary','18','3502','A','F1',57831,'83551','69.22%','148574','38.92%',0),('Burglary','18','3502','A','F2',25720,'83551','30.78%','148574','17.31%',0),('Burglary - Overnight Accommodation, Person Present','18','3502','A1','F1',20641,'20641','100.00%','148574','13.89%',0),('Burglary - Overnight Accommodation, No Person Present','18','3502','A2','F1',15929,'15929','100.00%','148574','10.72%',0),('Burglary - Not Adapted for Overnight Accommodation, Person Present','18','3502','A3','F1',783,'783','100.00%','148574','0.53%',0),('Burglary - Not Adapted for Overnight Accommodation, No Person Present','18','3502','A4','F1',185,'12286','1.51%','148574','0.12%',0),('Burglary - Not Adapted for Overnight Accommodation, No Person Present','18','3502','A4','F2',12101,'12286','98.49%','148574','8.14%',0),('Burglary','18','3502','C1','F1',11740,'11740','100.00%','148574','7.90%',0),('Burglary-Bldg W/O Overnight Accom.','18','3502','C2','F2',3644,'3644','100.00%','148574','2.45%',0),('CRIM TRESPASS BLDGS/OCCUP STRUC','18','3503','','F2',5,'6','83.33%','148389','0.00%',0),('CRIM TRESPASS BLDGS/OCCUP STRUC','18','3503','','M3',1,'6','16.67%','148389','0.00%',0),('Criminal Trespass','18','3503','A1','F2',9,'9','100.00%','148389','0.01%',0),('Crim Tres-Enter Structure','18','3503','A1I','F3',41533,'41533','100.00%','148389','27.99%',0),('Crim Tres-Break Into Structure','18','3503','A1II','F2',56641,'56650','99.98%','148389','38.17%',0),('Crim Tres-Break Into Structure','18','3503','A1II','F3',8,'56650','0.01%','148389','0.01%',0),('Crim Tres-Break Into Structure','18','3503','A1II','S',1,'56650','0.00%','148389','0.00%',0),('Criminal Trespass/Simple Trespasser','18','3503','B.11I','S',4140,'4140','100.00%','148389','2.79%',0),('Criminal Trespass/Simple Trespasser','18','3503','B.11II','S',280,'280','100.00%','148389','0.19%',0),('Criminal Trespass/Simple Trespasser','18','3503','B.11III','S',1110,'1110','100.00%','148389','0.75%',0),('Criminal Trespass/Secondary Metal','18','3503','B.11IV','M1',10,'10','100.00%','148389','0.01%',0),('Agricultural Trespasser Posted Land','18','3503','B.2-1I','M3',234,'234','100.00%','148389','0.16%',0),('Agricultural Trespasser When Ordered Not To Enter','18','3503','B.2-1II','M2',90,'90','100.00%','148389','0.06%',0),('Biosecurity Trespasser - Enter Area without License','18','3503','B.3-1I','M1',9,'15','60.00%','148389','0.01%',0),('Biosecurity Trespasser - Enter Area without License','18','3503','B.3-1I','M3',6,'15','40.00%','148389','0.00%',0),('Criminal Trespass/Simple Trespasser','18','3503','B1.11I','S',724,'724','100.00%','148389','0.49%',0),('Criminal Trespass/Simple Trespasser','18','3503','B1.11II','S',37,'37','100.00%','148389','0.02%',0),('Criminal Trespass/Simple Trespasser','18','3503','B1.11III','S',164,'164','100.00%','148389','0.11%',0),('Def Tres Actual Communication To','18','3503','B1I','M3',16736,'24389','68.62%','148389','11.28%',0),('Def Tres Actual Communication To','18','3503','B1I','S',7653,'24389','31.38%','148389','5.16%',0),('DEF TRES ACTUAL COMMUNICATION TO','18','3503','B1I*','M3',3857,'24389','15.81%','148389','2.60%',0),('DEF TRES ACTUAL COMMUNICATION TO','18','3503','B1I*','S',6,'24389','0.02%','148389','0.00%',0),('Def Tres Posted','18','3503','B1II','M2',1,'8546','0.01%','148389','0.00%',0),('Def Tres Posted','18','3503','B1II','M3',3564,'8546','41.70%','148389','2.40%',0),('Def Tres Posted','18','3503','B1II','S',4981,'8546','58.28%','148389','3.36%',0),('Def Tres Posted','18','3503','B1II*','M3',580,'8546','6.79%','148389','0.39%',0),('Def Tres Fenced/Enclosed','18','3503','B1III','M3',1826,'4557','40.07%','148389','1.23%',0),('Def Tres Fenced/Enclosed','18','3503','B1III','S',2731,'4557','59.93%','148389','1.84%',0),('Def Tres Fenced/Enclosed','18','3503','B1III*','M3',246,'4557','5.40%','148389','0.17%',0),('Def Tres Posted on School Grounds','18','3503','B1iv','M3',134,'258','51.94%','148389','0.09%',0),('Def Tres Posted on School Grounds','18','3503','B1iv','S',124,'258','48.06%','148389','0.08%',0),('Def Tres Posted on School Grounds','18','3503','B1IV*','M3',29,'258','11.24%','148389','0.02%',0),('Def Tres Actual Communication to Leave School','18','3503','B1v','M1',919,'919','100.00%','148389','0.62%',0),('Disrupt, delay, prevent oper. of train or facility','18','3504','A1I','M3',197,'197','100.00%','534','36.89%',0),('Drive or operate recreational or other vehicle','18','3504','A1II','M3',71,'71','100.00%','534','13.30%',0),('Damage RR Property, infrastructure, or equipment','18','3504','A1III','M3',239,'239','100.00%','534','44.76%',0),('Stowaways prohibited','18','3504','B1','M3',27,'27','100.00%','534','5.06%',0),('Robbery','18','3701','A1','F1',63,'109','57.80%','105052','0.06%',0),('Robbery','18','3701','A1','F2',27,'109','24.77%','105052','0.03%',0),('Robbery','18','3701','A1','F3',19,'109','17.43%','105052','0.02%',0),('Robbery-Inflict Serious Bodily Injury','18','3701','A1I','F1',25561,'25561','100.00%','105052','24.33%',0),('Robbery-Threat Immed Ser Injury','18','3701','A1II','F1',35139,'35139','100.00%','105052','33.45%',0),('Robbery-Commit Threat 1st/2nd Deg Fel','18','3701','A1III','F1',4179,'4179','100.00%','105052','3.98%',0),('Robbery-Inflict Threat Imm Bod Inj','18','3701','A1IV','F1',315,'20487','1.54%','105052','0.30%',0),('Robbery-Inflict Threat Imm Bod Inj','18','3701','A1IV','F2',20172,'20487','98.46%','105052','19.20%',0),('Robbery-Take Property Fr Other/Force','18','3701','A1V','F1',266,'18340','1.45%','105052','0.25%',0),('Robbery-Take Property Fr Other/Force','18','3701','A1V','F2',51,'18340','0.28%','105052','0.05%',0),('Robbery-Take Property Fr Other/Force','18','3701','A1V','F3',18023,'18340','98.27%','105052','17.16%',0),('Robbery - demand money from financial institution','18','3701','A1VI','F1',15,'1219','1.23%','105052','0.01%',0),('Robbery - demand money from financial institution','18','3701','A1VI','F2',1204,'1219','98.77%','105052','1.15%',0),('Robbery','18','3701','A2','F1',14,'18','77.78%','105052','0.01%',0),('Robbery','18','3701','A2','F2',2,'18','11.11%','105052','0.00%',0),('Robbery','18','3701','A2','F3',2,'18','11.11%','105052','0.00%',0),('Robbery Of Motor Vehicle','18','3702','A','F1',2708,'2708','100.00%','2708','100.00%',0),('Consolidation Of Theft Offenses','18','3902','','F3',1,'1','100.00%','1','100.00%',0),('ATTEMP THEFT BY UNLAWFUL TAKING OR DISPOSIT','18','3921','','F3',2,'9','22.22%','388041','0.00%',0),('ATTEMP THEFT BY UNLAWFUL TAKING OR DISPOSIT','18','3921','','M1',6,'9','66.67%','388041','0.00%',0),('THEFT BY UNLAWFUL TAKING OR DISPOSITION','18','3921','','M2',1,'9','11.11%','388041','0.00%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','A','F1',334,'380686','0.09%','388041','0.09%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','A','F2',24978,'380686','6.56%','388041','6.44%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','A','F3',117604,'380686','30.89%','388041','30.31%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','A','M1',147696,'380686','38.80%','388041','38.06%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','A','M2',49765,'380686','13.07%','388041','12.82%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','A','M3',40309,'380686','10.59%','388041','10.39%',0),('Theft By Unlaw Taking-Immovable Prop','18','3921','B','F1',70,'7346','0.95%','388041','0.02%',0),('Theft By Unlaw Taking-Immovable Prop','18','3921','B','F2',256,'7346','3.48%','388041','0.07%',0),('Theft By Unlaw Taking-Immovable Prop','18','3921','B','F3',2749,'7346','37.42%','388041','0.71%',0),('Theft By Unlaw Taking-Immovable Prop','18','3921','B','M1',2660,'7346','36.21%','388041','0.69%',0),('Theft By Unlaw Taking-Immovable Prop','18','3921','B','M2',979,'7346','13.33%','388041','0.25%',0),('Theft By Unlaw Taking-Immovable Prop','18','3921','B','M3',632,'7346','8.60%','388041','0.16%',0),('Theft By Decep-False Impression','18','3922','A1','F1',36,'123488','0.03%','146860','0.02%',0),('Theft By Decep-False Impression','18','3922','A1','F2',3020,'123488','2.45%','146860','2.06%',0),('Theft By Decep-False Impression','18','3922','A1','F3',44775,'123488','36.26%','146860','30.49%',0),('Theft By Decep-False Impression','18','3922','A1','M1',44404,'123488','35.96%','146860','30.24%',0),('Theft By Decep-False Impression','18','3922','A1','M2',19699,'123488','15.95%','146860','13.41%',0),('Theft By Decep-False Impression','18','3922','A1','M3',11554,'123488','9.36%','146860','7.87%',0),('Theft By Decept-Prevent Acqu Of Info','18','3922','A2','F1',5,'7541','0.07%','146860','0.00%',0),('Theft By Decept-Prevent Acqu Of Info','18','3922','A2','F2',251,'7541','3.33%','146860','0.17%',0),('Theft By Decept-Prevent Acqu Of Info','18','3922','A2','F3',2668,'7541','35.38%','146860','1.82%',0),('Theft By Decept-Prevent Acqu Of Info','18','3922','A2','M1',2984,'7541','39.57%','146860','2.03%',0),('Theft By Decept-Prevent Acqu Of Info','18','3922','A2','M2',1167,'7541','15.48%','146860','0.79%',0),('Theft By Decept-Prevent Acqu Of Info','18','3922','A2','M3',466,'7541','6.18%','146860','0.32%',0),('Theft By Deception-Fail To Correct','18','3922','A3','F2',354,'15831','2.24%','146860','0.24%',0),('Theft By Deception-Fail To Correct','18','3922','A3','F3',8523,'15831','53.84%','146860','5.80%',0),('Theft By Deception-Fail To Correct','18','3922','A3','M1',4325,'15831','27.32%','146860','2.94%',0),('Theft By Deception-Fail To Correct','18','3922','A3','M2',1570,'15831','9.92%','146860','1.07%',0),('Theft By Deception-Fail To Correct','18','3922','A3','M3',1059,'15831','6.69%','146860','0.72%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','A1','F2',8,'462','1.73%','911','0.88%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','A1','F3',175,'462','37.88%','911','19.21%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','A1','M1',214,'462','46.32%','911','23.49%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','A1','M2',32,'462','6.93%','911','3.51%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','A1','M3',33,'462','7.14%','911','3.62%',0),('Theft Extort-Threat To Accuse Another','18','3923','A2','F2',10,'230','4.35%','911','1.10%',0),('Theft Extort-Threat To Accuse Another','18','3923','A2','F3',177,'230','76.96%','911','19.43%',0),('Theft Extort-Threat To Accuse Another','18','3923','A2','M1',29,'230','12.61%','911','3.18%',0),('Theft Extort-Threat To Accuse Another','18','3923','A2','M2',8,'230','3.48%','911','0.88%',0),('Theft Extort-Threat To Accuse Another','18','3923','A2','M3',6,'230','2.61%','911','0.66%',0),('Theft Extort-Expose Secret','18','3923','A3','F2',1,'71','1.41%','911','0.11%',0),('Theft Extort-Expose Secret','18','3923','A3','F3',31,'71','43.66%','911','3.40%',0),('Theft Extort-Expose Secret','18','3923','A3','M1',32,'71','45.07%','911','3.51%',0),('Theft Extort-Expose Secret','18','3923','A3','M2',3,'71','4.23%','911','0.33%',0),('Theft Extort-Expose Secret','18','3923','A3','M3',4,'71','5.63%','911','0.44%',0),('Theft Extort-Take/W/Hold Act As Offic','18','3923','A4','F2',9,'89','10.11%','911','0.99%',0),('Theft Extort-Take/W/Hold Act As Offic','18','3923','A4','F3',7,'89','7.87%','911','0.77%',0),('Theft Extort-Take/W/Hold Act As Offic','18','3923','A4','M1',70,'89','78.65%','911','7.68%',0),('Theft Extort-Take/W/Hold Act As Offic','18','3923','A4','M2',2,'89','2.25%','911','0.22%',0),('Theft Extort-Take/W/Hold Act As Offic','18','3923','A4','M3',1,'89','1.12%','911','0.11%',0),('Theft Extort-Bring About Wrongful Strike','18','3923','A5','M2',2,'2','100.00%','911','0.22%',0),('Theft Extort-Testify W/Holding Testimony','18','3923','A6','M2',1,'2','50.00%','911','0.11%',0),('Theft Extort-Testify W/Holding Testimony','18','3923','A6','M3',1,'2','50.00%','911','0.11%',0),('Theft Extort-Inflict Harm Not Benefit Actor','18','3923','A7','F2',2,'55','3.64%','911','0.22%',0),('Theft Extort-Inflict Harm Not Benefit Actor','18','3923','A7','F3',29,'55','52.73%','911','3.18%',0),('Theft Extort-Inflict Harm Not Benefit Actor','18','3923','A7','M1',17,'55','30.91%','911','1.87%',0),('Theft Extort-Inflict Harm Not Benefit Actor','18','3923','A7','M2',6,'55','10.91%','911','0.66%',0),('Theft Extort-Inflict Harm Not Benefit Actor','18','3923','A7','M3',1,'55','1.82%','911','0.11%',0),('Theft Property Lost Etc By Mistake','18','3924','','F1',2,'6620','0.03%','6620','0.03%',0),('Theft Property Lost Etc By Mistake','18','3924','','F2',102,'6620','1.54%','6620','1.54%',0),('Theft Property Lost Etc By Mistake','18','3924','','F3',767,'6620','11.59%','6620','11.59%',0),('Theft Property Lost Etc By Mistake','18','3924','','M1',2949,'6620','44.55%','6620','44.55%',0),('Theft Property Lost Etc By Mistake','18','3924','','M2',1440,'6620','21.75%','6620','21.75%',0),('Theft Property Lost Etc By Mistake','18','3924','','M3',1360,'6620','20.54%','6620','20.54%',0),('Receiving Stolen Property','18','3925','A','F1',4752,'384586','1.24%','384586','1.24%',0),('Receiving Stolen Property','18','3925','A','F2',24951,'384586','6.49%','384586','6.49%',0),('Receiving Stolen Property','18','3925','A','F3',119844,'384586','31.16%','384586','31.16%',0),('Receiving Stolen Property','18','3925','A','M',2982,'384586','0.78%','384586','0.78%',0),('Receiving Stolen Property','18','3925','A','M1',149600,'384586','38.90%','384586','38.90%',0),('Receiving Stolen Property','18','3925','A','M2',48131,'384586','12.52%','384586','12.52%',0),('Receiving Stolen Property','18','3925','A','M3',34326,'384586','8.93%','384586','8.93%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','F1',4,'7417','0.05%','8956','0.04%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','F2',47,'7417','0.63%','8956','0.52%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','F3',3237,'7417','43.64%','8956','36.14%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','M1',1985,'7417','26.76%','8956','22.16%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','M2',1180,'7417','15.91%','8956','13.18%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','M3',331,'7417','4.46%','8956','3.70%',0),('Theft Of Services-Acquis Of Service','18','3926','A1','S',633,'7417','8.53%','8956','7.07%',0),('Obtain/Attempt To Obtain Telecomm.Device/Service','18','3926','A1.1','F3',34,'54','62.96%','8956','0.38%',0),('Obtain/Attempt To Obtain Telecomm.Device/Service','18','3926','A1.1','M1',9,'54','16.67%','8956','0.10%',0),('Obtain/Attempt To Obtain Telecomm.Device/Service','18','3926','A1.1','M2',3,'54','5.56%','8956','0.03%',0),('Obtain/Attempt To Obtain Telecomm.Device/Service','18','3926','A1.1','M3',2,'54','3.70%','8956','0.02%',0),('Obtain/Attempt To Obtain Telecomm.Device/Service','18','3926','A1.1','S',6,'54','11.11%','8956','0.07%',0),('Theft Of Services-Acquisition Of Service','18','3926','A2','S',4,'4','100.00%','8956','0.04%',0),('Theft Of Services-Acquis Of Service','18','3926','A3','M1',3,'4','75.00%','8956','0.03%',0),('Theft Of Services-Acquis Of Service','18','3926','A3','M2',1,'4','25.00%','8956','0.01%',0),('Theft Of Services-Acquisition Of Services','18','3926','A4','F2',3,'913','0.33%','8956','0.03%',0),('Theft Of Services-Acquisition Of Services','18','3926','A4','F3',85,'913','9.31%','8956','0.95%',0),('Theft Of Services-Acquisition Of Services','18','3926','A4','M1',280,'913','30.67%','8956','3.13%',0),('Theft Of Services-Acquisition Of Services','18','3926','A4','M2',392,'913','42.94%','8956','4.38%',0),('Theft Of Services-Acquisition Of Services','18','3926','A4','M3',45,'913','4.93%','8956','0.50%',0),('Theft Of Services-Acquisition Of Services','18','3926','A4','S',108,'913','11.83%','8956','1.21%',0),('Diversion Of Services','18','3926','B','F2',3,'556','0.54%','8956','0.03%',0),('Diversion Of Services','18','3926','B','F3',260,'556','46.76%','8956','2.90%',0),('Diversion Of Services','18','3926','B','M1',157,'556','28.24%','8956','1.75%',0),('Diversion Of Services','18','3926','B','M2',84,'556','15.11%','8956','0.94%',0),('Diversion Of Services','18','3926','B','M3',9,'556','1.62%','8956','0.10%',0),('Diversion Of Services','18','3926','B','S',43,'556','7.73%','8956','0.48%',0),('Sale Or Transfer Of Device Or Plan','18','3926','E','M3',8,'8','100.00%','8956','0.09%',0),('Theft By Fail To Make Req Disp Funds','18','3927','A','F2',575,'17843','3.22%','17843','3.22%',0),('Theft By Fail To Make Req Disp Funds','18','3927','A','F3',10138,'17843','56.82%','17843','56.82%',0),('Theft By Fail To Make Req Disp Funds','18','3927','A','M1',4475,'17843','25.08%','17843','25.08%',0),('Theft By Fail To Make Req Disp Funds','18','3927','A','M2',1691,'17843','9.48%','17843','9.48%',0),('Theft By Fail To Make Req Disp Funds','18','3927','A','M3',964,'17843','5.40%','17843','5.40%',0),('Unauth Use Motor/Other Vehicles','18','3928','A','F2',265,'25720','1.03%','25720','1.03%',0),('Unauth Use Motor/Other Vehicles','18','3928','A','M2',25455,'25720','98.97%','25720','98.97%',0),('Retail Theft-Take Mdse','18','3929','A1','F3',59914,'187262','31.99%','196506','30.49%',0),('Retail Theft-Take Mdse','18','3929','A1','M1',72314,'187262','38.62%','196506','36.80%',0),('Retail Theft-Take Mdse','18','3929','A1','M2',30287,'187262','16.17%','196506','15.41%',0),('Retail Theft-Take Mdse','18','3929','A1','M3',245,'187262','0.13%','196506','0.12%',0),('Retail Theft-Take Mdse','18','3929','A1','S',24502,'187262','13.08%','196506','12.47%',0),('Retail Theft - Alter Label/Pricing Marking','18','3929','A2','F3',893,'2768','32.26%','196506','0.45%',0),('Retail Theft - Alter Label/Pricing Marking','18','3929','A2','M1',1117,'2768','40.35%','196506','0.57%',0),('Retail Theft - Alter Label/Pricing Marking','18','3929','A2','M2',473,'2768','17.09%','196506','0.24%',0),('Retail Theft - Alter Label/Pricing Marking','18','3929','A2','S',285,'2768','10.30%','196506','0.15%',0),('Retail Theft - Trans Mdse Fr Cont','18','3929','A3','F3',718,'1462','49.11%','196506','0.37%',0),('Retail Theft - Trans Mdse Fr Cont','18','3929','A3','M1',481,'1462','32.90%','196506','0.24%',0),('Retail Theft - Trans Mdse Fr Cont','18','3929','A3','M2',155,'1462','10.60%','196506','0.08%',0),('Retail Theft - Trans Mdse Fr Cont','18','3929','A3','S',108,'1462','7.39%','196506','0.05%',0),('Retail Theft - Under ring','18','3929','A4','F3',853,'2497','34.16%','196506','0.43%',0),('Retail Theft - Under ring','18','3929','A4','M1',1225,'2497','49.06%','196506','0.62%',0),('Retail Theft - Under ring','18','3929','A4','M2',139,'2497','5.57%','196506','0.07%',0),('Retail Theft - Under ring','18','3929','A4','S',280,'2497','11.21%','196506','0.14%',0),('Retail Theft Destroy, Etc Inventory Control Tag','18','3929','A5','F3',758,'2438','31.09%','196506','0.39%',0),('Retail Theft Destroy, Etc Inventory Control Tag','18','3929','A5','M1',1326,'2438','54.39%','196506','0.67%',0),('Retail Theft Destroy, Etc Inventory Control Tag','18','3929','A5','M2',179,'2438','7.34%','196506','0.09%',0),('Retail Theft Destroy, Etc Inventory Control Tag','18','3929','A5','S',175,'2438','7.18%','196506','0.09%',0),('Grading','18','3929','B1','S',76,'76','100.00%','196506','0.04%',0),('Retail Theft/Grading/M1','18','3929','B1III','M1',2,'2','100.00%','196506','0.00%',0),('Retail Theft/Grading/F3','18','3929','B1IV','F3',1,'1','100.00%','196506','0.00%',0),('Library Theft','18','3929.1','A','F3',3,'85','3.53%','85','3.53%',0),('Library Theft','18','3929.1','A','M1',62,'85','72.94%','85','72.94%',0),('Library Theft','18','3929.1','A','M2',12,'85','14.12%','85','14.12%',0),('Library Theft','18','3929.1','A','S',8,'85','9.41%','85','9.41%',0),('Unlawful Poss. Retail/Library Theft Instruments','18','3929.2','A','M1',718,'718','100.00%','718','100.00%',0),('Organized retail theft','18','3929.3','A','F2',51,'348','14.66%','348','14.66%',0),('Organized retail theft','18','3929.3','A','F3',247,'348','70.98%','348','70.98%',0),('Organized retail theft','18','3929.3','A','M1',50,'348','14.37%','348','14.37%',0),('Theft Of Trade Secrets/Force-Violence','18','3930','A1','F2',2,'2','100.00%','10','20.00%',0),('Entry W/Int Obt/Poss Trade Sect','18','3930','A2','F2',2,'2','100.00%','10','20.00%',0),('Willfully and Maliciously Accesses Any Computer With the Intent to Obtain Trade Secret','18','3930','A3','F2',2,'2','100.00%','10','20.00%',0),('Unlawful Possession Of Trade Secret','18','3930','B1','F3',2,'2','100.00%','10','20.00%',0),('Convert Trade Secrets','18','3930','B2','F3',2,'2','100.00%','10','20.00%',0),('Theft Unpub Drama/Music Comp','18','3931','','M2',2,'2','100.00%','2','100.00%',0),('Theft Of Leased Property','18','3932','A','F2',57,'4229','1.35%','4259','1.34%',0),('Theft Of Leased Property','18','3932','A','F3',1165,'4229','27.55%','4259','27.35%',0),('Theft Of Leased Property','18','3932','A','M1',2338,'4229','55.28%','4259','54.90%',0),('Theft Of Leased Property','18','3932','A','M2',383,'4229','9.06%','4259','8.99%',0),('Theft Of Leased Property','18','3932','A','M3',286,'4229','6.76%','4259','6.72%',0),('Theft Of Leased Property','18','3932','C2','F3',13,'30','43.33%','4259','0.31%',0),('Theft Of Leased Property','18','3932','C2','M1',14,'30','46.67%','4259','0.33%',0),('Theft Of Leased Property','18','3932','C2','M3',3,'30','10.00%','4259','0.07%',0),('Unlawful Use Of Computer-Destroy Data','18','3933','A1','F3',99,'99','100.00%','176','56.25%',0),('Device/Etc. Scheme To Defraud/Etc. Prop/Service','18','3933','A1II','F3',1,'1','100.00%','176','0.57%',0),('Unlaw Use/Access Computer','18','3933','A2','M1',40,'40','100.00%','176','22.73%',0),('Unlaw Use/Publish Password Comp','18','3933','A3','M1',36,'36','100.00%','176','20.45%',0),('Theft From A Motor Vehicle','18','3934','A','F3',3190,'43640','7.31%','43640','7.31%',0),('Theft From A Motor Vehicle','18','3934','A','M1',21939,'43640','50.27%','43640','50.27%',0),('Theft From A Motor Vehicle','18','3934','A','M2',8217,'43640','18.83%','43640','18.83%',0),('Theft From A Motor Vehicle','18','3934','A','M3',10294,'43640','23.59%','43640','23.59%',0),('Theft of Secondary Metal','18','3935','A','F3',4,'12','33.33%','12','33.33%',0),('Theft of Secondary Metal','18','3935','A','M1',2,'12','16.67%','12','16.67%',0),('Theft of Secondary Metal','18','3935','A','M2',6,'12','50.00%','12','50.00%',0),('FORGERY','18','4101','','F3',1,'1','100.00%','151981','0.00%',0),('Forgery - Alter Writing','18','4101','A1','F2',17781,'37018','48.03%','151981','11.70%',0),('Forgery - Alter Writing','18','4101','A1','F3',12843,'37018','34.69%','151981','8.45%',0),('Forgery - Alter Writing','18','4101','A1','M1',6394,'37018','17.27%','151981','4.21%',0),('Forgery - Unauthorized Act In Writing','18','4101','A2','F2',40140,'78331','51.24%','151981','26.41%',0),('Forgery - Unauthorized Act In Writing','18','4101','A2','F3',24638,'78331','31.45%','151981','16.21%',0),('Forgery - Unauthorized Act In Writing','18','4101','A2','M1',13553,'78331','17.30%','151981','8.92%',0),('Forgery - Utters Forged Writing','18','4101','A3','F2',14219,'36631','38.82%','151981','9.36%',0),('Forgery - Utters Forged Writing','18','4101','A3','F3',15847,'36631','43.26%','151981','10.43%',0),('Forgery - Utters Forged Writing','18','4101','A3','M1',6565,'36631','17.92%','151981','4.32%',0),('Simulating Objects Of Antiquity/Rarity','18','4102','','M1',64,'64','100.00%','64','100.00%',0),('Fraudulent Destruction Rec Insur','18','4103','','F3',53,'53','100.00%','53','100.00%',0),('Tamper Records Or Id-Writing','18','4104','A','M1',13855,'13855','100.00%','13864','99.94%',0),('Tamper Records Or Id-Persnal Prop','18','4104','B','S',9,'9','100.00%','13864','0.06%',0),('Bad Checks','18','4105','A1','F3',525,'32766','1.60%','55663','0.94%',0),('Bad Checks','18','4105','A1','M1',10798,'32766','32.95%','55663','19.40%',0),('Bad Checks','18','4105','A1','M2',6358,'32766','19.40%','55663','11.42%',0),('Bad Checks','18','4105','A1','M3',6472,'32766','19.75%','55663','11.63%',0),('Bad Checks','18','4105','A1','S',8613,'32766','26.29%','55663','15.47%',0),('Bad Checks','18','4105','A1*','F3',163,'32766','0.50%','55663','0.29%',0),('Bad Checks','18','4105','A1*','M1',7668,'32766','23.40%','55663','13.78%',0),('Bad Checks','18','4105','A1*','M2',4270,'32766','13.03%','55663','7.67%',0),('Bad Checks','18','4105','A1*','M3',6925,'32766','21.13%','55663','12.44%',0),('Bad Checks','18','4105','A2','F3',192,'3844','4.99%','55663','0.34%',0),('Bad Checks','18','4105','A2','M1',1255,'3844','32.65%','55663','2.25%',0),('Bad Checks','18','4105','A2','M2',924,'3844','24.04%','55663','1.66%',0),('Bad Checks','18','4105','A2','M3',743,'3844','19.33%','55663','1.33%',0),('Bad Checks','18','4105','A2','S',730,'3844','18.99%','55663','1.31%',0),('Bad Checks','18','4105','A2*','M1',8,'3844','0.21%','55663','0.01%',0),('Bad Checks','18','4105','A2*','M2',3,'3844','0.08%','55663','0.01%',0),('Bad Checks','18','4105','A2*','M3',2,'3844','0.05%','55663','0.00%',0),('Bad Checks - Presumption - Summary Case','18','4105','B1','S',13,'13','100.00%','55663','0.02%',0),('Bad Checks - Presum. Insuff. Funds - Summary Case','18','4105','B2','S',1,'1','100.00%','55663','0.00%',0),('Access Device Used To Obt Or Att Obt Prop/Service','18','4106','A1','F3',10646,'17434','61.06%','154783','6.88%',0),('Access Device Used To Obt Or Att Obt Prop/Service','18','4106','A1','M1',5042,'17434','28.92%','154783','3.26%',0),('Access Device Used To Obt Or Att Obt Prop/Service','18','4106','A1','M2',1742,'17434','9.99%','154783','1.13%',0),('Credit Card Used To Obt Or Att Obt Prop/Services','18','4106','A1','S',4,'17434','0.02%','154783','0.00%',0),('Access Device Is Counterfeit, Altered, Incomplete','18','4106','A1I','F3',13143,'18683','70.35%','154783','8.49%',0),('Access Device Is Counterfeit, Altered, Incomplete','18','4106','A1I','M1',4056,'18683','21.71%','154783','2.62%',0),('Access Device Is Counterfeit, Altered, Incomplete','18','4106','A1I','M2',1482,'18683','7.93%','154783','0.96%',0),('Credit Card Is Counterfeit, Altered, Incomplete','18','4106','A1I','S',2,'18683','0.01%','154783','0.00%',0),('Access Device Issd to Another Who Did Not Auth Use','18','4106','A1II','F3',46988,'75442','62.28%','154783','30.36%',0),('Access Device Issd to Another Who Did Not Auth Use','18','4106','A1II','M1',21376,'75442','28.33%','154783','13.81%',0),('Access Device Issd to Another Who Did Not Auth Use','18','4106','A1II','M2',7077,'75442','9.38%','154783','4.57%',0),('Credit Card Issd To Another Who Did Not Auth Use','18','4106','A1II','S',1,'75442','0.00%','154783','0.00%',0),('Access Device Has Been Revoked Or Canceled','18','4106','A1III','F3',496,'755','65.70%','154783','0.32%',0),('Access Device Has Been Revoked Or Canceled','18','4106','A1III','M1',169,'755','22.38%','154783','0.11%',0),('Access Device Has Been Revoked Or Canceled','18','4106','A1III','M2',90,'755','11.92%','154783','0.06%',0),('Other Reason Access Device Is Unauth By Issuer','18','4106','A1IV','F3',13043,'20670','63.10%','154783','8.43%',0),('Other Reason Access Device Is Unauth By Issuer','18','4106','A1IV','M1',4626,'20670','22.38%','154783','2.99%',0),('Other Reason Access Device Is Unauth By Issuer','18','4106','A1IV','M2',3001,'20670','14.52%','154783','1.94%',0),('Publ, Make, See, Etc Access Device Altered, Etc','18','4106','A2','F3',4360,'4360','100.00%','154783','2.82%',0),('Posses Access Device Knowing Counterfeit, Altered','18','4106','A3','F3',3,'17438','0.02%','154783','0.00%',0),('Posses Access Device Knowing Counterfeit, Altered','18','4106','A3','M3',17435,'17438','99.98%','154783','11.26%',0),('Access Device','18','4106','C1I','F3',1,'1','100.00%','154783','0.00%',0),('Unlawful Device Making Equipment Produces/Traffics','18','4106.1','A1','F3',1128,'1128','100.00%','2345','48.10%',0),('Unlawful Device Making Equipment Possession','18','4106.1','A2','M1',1217,'1217','100.00%','2345','51.90%',0),('Dec Bus Pract - False Weight or Measure','18','4107','A1','F3',168,'702','23.93%','5811','2.89%',0),('Dec Bus Pract - False Weight or Measure','18','4107','A1','M1',515,'702','73.36%','5811','8.86%',0),('Dec Bus Pract - False Weight or Measure','18','4107','A1','M2',19,'702','2.71%','5811','0.33%',0),('Knowingly Make False Statement in Privacy Policy','18','4107','A10','S',3,'3','100.00%','5811','0.05%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','A2','F2',158,'1850','8.54%','5811','2.72%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','A2','F3',1114,'1850','60.22%','5811','19.17%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','A2','M1',518,'1850','28.00%','5811','8.91%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','A2','M2',60,'1850','3.24%','5811','1.03%',0),('Dec Bus Pract - Adulterated Goods','18','4107','A4','F2',1,'77','1.30%','5811','0.02%',0),('Dec Bus Pract - Adulterated Goods','18','4107','A4','F3',46,'77','59.74%','5811','0.79%',0),('Dec Bus Pract - Adulterated Goods','18','4107','A4','M1',4,'77','5.19%','5811','0.07%',0),('Dec Bus Pract - Adulterated Goods','18','4107','A4','M2',26,'77','33.77%','5811','0.45%',0),('Dec Bus Pract - False/Mis Stat Pub','18','4107','A5','F2',6,'1342','0.45%','5811','0.10%',0),('Dec Bus Pract - False/Mis Stat Pub','18','4107','A5','F3',1177,'1342','87.70%','5811','20.25%',0),('Dec Bus Pract - False/Mis Stat Pub','18','4107','A5','M1',145,'1342','10.80%','5811','2.50%',0),('Dec Bus Pract - False/Mis Stat Pub','18','4107','A5','M2',14,'1342','1.04%','5811','0.24%',0),('Dec Bus Pract - False/Mis State Cred','18','4107','A6','F2',60,'1610','3.73%','5811','1.03%',0),('Dec Bus Pract - False/Mis State Cred','18','4107','A6','F3',1160,'1610','72.05%','5811','19.96%',0),('Dec Bus Pract - False/Mis State Cred','18','4107','A6','M1',328,'1610','20.37%','5811','5.64%',0),('Dec Bus Pract - False/Mis State Cred','18','4107','A6','M2',62,'1610','3.85%','5811','1.07%',0),('Dec Bus Pract - False/Mis Stat Sec','18','4107','A7','F3',14,'16','87.50%','5811','0.24%',0),('Dec Bus Pract - False/Mis Stat Sec','18','4107','A7','M1',1,'16','6.25%','5811','0.02%',0),('Dec Bus Pract-False/Mis Stat Sec','18','4107','A7','M2',1,'16','6.25%','5811','0.02%',0),('Dec Bus Pract - False/Mis Stat Inves','18','4107','A8','F2',103,'211','48.82%','5811','1.77%',0),('Dec Bus Pract - False/Mis Stat Inves','18','4107','A8','F3',102,'211','48.34%','5811','1.76%',0),('Dec Bus Pract - False/Mis Stat Inves','18','4107','A8','M1',4,'211','1.90%','5811','0.07%',0),('Dec Bus Pract - False/Mis Stat Inves','18','4107','A8','M2',2,'211','0.95%','5811','0.03%',0),('Corrupt Employee, Agent, Fiduciary','18','4108','A','M2',70,'70','100.00%','118','59.32%',0),('Corrupt Disinterested Person','18','4108','B','M2',33,'33','100.00%','118','27.97%',0),('Solicitation','18','4108','C','M2',15,'15','100.00%','118','12.71%',0),('Rig Public Exhib Contest - Threaten Injury','18','4109','A1','M1',2,'2','100.00%','16','12.50%',0),('Rig Pub Ex - Temper Amim Thing','18','4109','A2','M1',8,'8','100.00%','16','50.00%',0),('Participate in Rigged Contest','18','4109','C','M1',6,'6','100.00%','16','37.50%',0),('Defraud Secured Creditors','18','4110','','M2',735,'735','100.00%','735','100.00%',0),('Fraud Insolv-Obstruct Claim Of Creditor','18','4111','1','M2',76,'76','100.00%','147','51.70%',0),('Fraud Insolv - Falsify Writing/Prop Rec','18','4111','2','M2',52,'52','100.00%','147','35.37%',0),('Fraud Insolv/Hold/Mispresent Information','18','4111','3','M2',19,'19','100.00%','147','12.93%',0),('Rec Deposits Failing Finan Instit','18','4112','1','M2',2,'2','100.00%','2','100.00%',0),('Misapply Entrusted/Govt/Fin Inst Prop','18','4113','A','M2',2144,'2551','84.05%','2551','84.05%',0),('Misapply Entrusted/Govt/Fin Inst Prop','18','4113','A','M3',407,'2551','15.95%','2551','15.95%',0),('Secure Execution Docs By Deception','18','4114','','M2',8199,'8199','100.00%','8199','100.00%',0),('False Impreson Privately Employed Person','18','4115','','M2',305,'305','100.00%','305','100.00%',0),('Unauth Trans Sounds Record Device','18','4116','B1','F2',37,'807','4.58%','5026','0.74%',0),('Unauth Trans Sounds Record Device','18','4116','B1','F3',483,'807','59.85%','5026','9.61%',0),('Unauth Trans Sounds Record Device','18','4116','B1','M1',284,'807','35.19%','5026','5.65%',0),('Unauth Trans Sounds Record Device','18','4116','B1','M2',3,'807','0.37%','5026','0.06%',0),('Unauth Trans Sounds Record Device','18','4116','B2','F2',1,'19','5.26%','5026','0.02%',0),('Unauth Trans Sounds Record Device','18','4116','B2','F3',11,'19','57.89%','5026','0.22%',0),('Unauth Trans Sounds Record Device','18','4116','B2','M1',7,'19','36.84%','5026','0.14%',0),('Retail Recorded Device','18','4116','D','F2',239,'2264','10.56%','5026','4.76%',0),('Retail Recorded Device','18','4116','D','F3',219,'2264','9.67%','5026','4.36%',0),('Retail Recorded Device','18','4116','D','M1',1805,'2264','79.73%','5026','35.91%',0),('Retail Recorded Device','18','4116','D','M2',1,'2264','0.04%','5026','0.02%',0),('Manufacture, Sale or Rental of a Recording of a Live Performance Without Consent of the Owner','18','4116','D.1','F3',3,'6','50.00%','5026','0.06%',0),('Manufacture, Sale or Rental of a Recording of a Live Performance Without Consent of the Owner','18','4116','D.1','M1',3,'6','50.00%','5026','0.06%',0),('Manu/Sell/Rent Live Perform W/O Owners Consent','18','4116','D1','F2',3,'7','42.86%','5026','0.06%',0),('Manu/Sell/Rent Live Perform W/O Owners Consent','18','4116','D1','F3',1,'7','14.29%','5026','0.02%',0),('Manu/Sell/Rent Live Perform W/O Owners Consent','18','4116','D1','M1',3,'7','42.86%','5026','0.06%',0),('Copy/Record - Must Contain Mfr Name','18','4116','E','F2',227,'1923','11.80%','5026','4.52%',0),('Copy/Record - Must Contain Mfr Name','18','4116','E','F3',107,'1923','5.56%','5026','2.13%',0),('Copy/Record - Must Contain Mfr Name','18','4116','E','M1',1589,'1923','82.63%','5026','31.62%',0),('Unlawful Use Recording Device In Theater','18','4116.1','A','F3',13,'21','61.90%','21','61.90%',0),('Unlawful Use Recording Device In Theater','18','4116.1','A','M1',8,'21','38.10%','21','38.10%',0),('Fraud Document - Insurance Rate Determ','18','4117','A1','F3',2162,'2162','100.00%','12840','16.84%',0),('False/Fraud/Incomp Insurance Claim','18','4117','A2','F3',6841,'6841','100.00%','12840','53.28%',0),('Insurance Fraud','18','4117','A3','F3',1266,'1266','100.00%','12840','9.86%',0),('Unlic Broker/Agent Activity','18','4117','A4','F3',1309,'1309','100.00%','12840','10.19%',0),('Insurance Fraud - Knowingly Benefits From Proceeds','18','4117','A5','F3',291,'291','100.00%','12840','2.27%',0),('Health Care Facility Ins Fraud','18','4117','A6','F3',19,'19','100.00%','12840','0.15%',0),('Borrow/Use Another Ins Id','18','4117','A7','F3',137,'137','100.00%','12840','1.07%',0),('Insurance Fraud - Direct/Indirect Solicitation','18','4117','A8','F3',11,'11','100.00%','12840','0.09%',0),('Unlawful Compens By Attorney','18','4117','B1','M1',1,'1','100.00%','12840','0.01%',0),('Unlawful Compens By Provider','18','4117','B2','M1',13,'13','100.00%','12840','0.10%',0),('Unlawful Compens For Pt Referral','18','4117','B3','M1',20,'20','100.00%','12840','0.16%',0),('Insurance/Intent To Defraud','18','4117','B4','M1',770,'770','100.00%','12840','6.00%',0),('Washing Vehicle Titles','18','4118','','F3',356,'356','100.00%','356','100.00%',0),('Trademark Counterfeiting','18','4119','A','F2',40,'190','21.05%','4554','0.88%',0),('Trademark Counterfeiting','18','4119','A','F3',59,'190','31.05%','4554','1.30%',0),('Trademark Counterfeiting','18','4119','A','M1',91,'190','47.89%','4554','2.00%',0),('Trademark Counterfeiting - Manufactures','18','4119','A1','F2',296,'1111','26.64%','4554','6.50%',0),('Trademark Counterfeiting - Manufactures','18','4119','A1','F3',539,'1111','48.51%','4554','11.84%',0),('Trademark Counterfeiting - Manufactures','18','4119','A1','M1',276,'1111','24.84%','4554','6.06%',0),('Trademark Counterfeiting - Sells','18','4119','A2','F2',27,'107','25.23%','4554','0.59%',0),('Trademark Counterfeiting - Sells','18','4119','A2','F3',38,'107','35.51%','4554','0.83%',0),('Trademark Counterfeiting - Sells','18','4119','A2','M1',42,'107','39.25%','4554','0.92%',0),('Trademark Counterfeiting - Offers for Sale','18','4119','A3','F2',150,'1182','12.69%','4554','3.29%',0),('Trademark Counterfeiting - Offers for Sale','18','4119','A3','F3',914,'1182','77.33%','4554','20.07%',0),('Trademark Counterfeiting - Offers for Sale','18','4119','A3','M1',118,'1182','9.98%','4554','2.59%',0),('Trademark Counterfeiting - Displays','18','4119','A4','F2',6,'834','0.72%','4554','0.13%',0),('Trademark Counterfeiting - Displays','18','4119','A4','F3',736,'834','88.25%','4554','16.16%',0),('Trademark Counterfeiting - Displays','18','4119','A4','M1',92,'834','11.03%','4554','2.02%',0),('Trademark Counterfeiting - Advertises','18','4119','A5','F2',2,'6','33.33%','4554','0.04%',0),('Trademark Counterfeiting - Advertises','18','4119','A5','M1',4,'6','66.67%','4554','0.09%',0),('Trademark Counterfeiting - Distributes','18','4119','A6','F2',2,'20','10.00%','4554','0.04%',0),('Trademark Counterfeiting - Distributes','18','4119','A6','F3',8,'20','40.00%','4554','0.18%',0),('Trademark Counterfeiting - Distributes','18','4119','A6','M1',10,'20','50.00%','4554','0.22%',0),('Trademark Counterfeiting - Transports','18','4119','A7','F2',10,'1104','0.91%','4554','0.22%',0),('Trademark Counterfeiting - Transports','18','4119','A7','F3',1078,'1104','97.64%','4554','23.67%',0),('Trademark Counterfeiting - Transports','18','4119','A7','M1',16,'1104','1.45%','4554','0.35%',0),('Identity Theft','18','4120','A','F1',907,'69182','1.31%','69183','1.31%',0),('Identity Theft','18','4120','A','F2',11686,'69182','16.89%','69183','16.89%',0),('Identity Theft','18','4120','A','F3',34890,'69182','50.43%','69183','50.43%',0),('Identity Theft','18','4120','A','M1',21699,'69182','31.37%','69183','31.36%',0),('Identity Theft - Separate Offenses','18','4120','B','F3',1,'1','100.00%','69183','0.00%',0),('Bigamy','18','4301','A','M2',29,'29','100.00%','29','100.00%',0),('Incest','18','4302','','F2',4589,'4600','99.76%','5457','84.09%',0),('Incest','18','4302','','M1',11,'4600','0.24%','5457','0.20%',0),('Incest','18','4302','A','F2',539,'539','100.00%','5457','9.88%',0),('Incest of Minor - Complainant Under 13 Years','18','4302','B1','F2',123,'123','100.00%','5457','2.25%',1),('Incest of Minor - Complainant 13-18 Years','18','4302','B2','F2',195,'195','100.00%','5457','3.57%',1),('Conceal Death of Child','18','4303','A','M1',60,'60','100.00%','60','100.00%',0),('Endangering Welfare Of Children','18','4304','A','F3',4204,'4955','84.84%','43475','9.67%',0),('Endangering Welfare Of Children','18','4304','A','M1',748,'4955','15.10%','43475','1.72%',0),('Endangering Welfare Of Children','18','4304','A','M2',3,'4955','0.06%','43475','0.01%',0),('Endangering Welfare of Children - Parent/Guardian/Other Commits Offense','18','4304','A1','F3',10565,'38384','27.52%','43475','24.30%',0),('Endangering Welfare of Children - Parent/Guardian/Other Commits Offense','18','4304','A1','M1',27819,'38384','72.48%','43475','63.99%',0),('Endangering Welfare of Children - Prevent/Interfere With Making Report','18','4304','A2','F3',53,'136','38.97%','43475','0.12%',0),('Endangering Welfare of Children - Prevent/Interfere With Making Report','18','4304','A2','M1',83,'136','61.03%','43475','0.19%',0),('Dealing In Infant Children','18','4305','','M1',20,'20','100.00%','20','100.00%',0),('Murder of the First and Second Degree','18','4701','','F',1,'1','100.00%','402','0.25%',0),('Bribery - Pecuniary Benefit','18','4701','A1','F3',288,'288','100.00%','402','71.64%',0),('Bribery - Benefit','18','4701','A2','F3',22,'22','100.00%','402','5.47%',0),('Bribery - Benefit','18','4701','A3','F3',91,'91','100.00%','402','22.64%',0),('Threaten Unlawful Harm To Influence','18','4702','A1','F3',22,'33','66.67%','84','26.19%',0),('Threaten Unlawful Harm To Influence','18','4702','A1','M2',11,'33','33.33%','84','13.10%',0),('Threat Unlaw Harm To Infl Judiicial/Adm Process','18','4702','A2','F3',27,'30','90.00%','84','32.14%',0),('Threat Unlaw Harm To Infl Jud\'l/Adm Process','18','4702','A2','M2',3,'30','10.00%','84','3.57%',0),('Threat Unlaw Harm To Infl Viol Legal Duty','18','4702','A3','F3',5,'21','23.81%','84','5.95%',0),('Threat Unlaw Harm To Infl Viol Legal Duty','18','4702','A3','M2',16,'21','76.19%','84','19.05%',0),('Voluntary and involuntary manslaughter','18','4703','','F',7,'77','9.09%','77','9.09%',0),('Voluntary and involuntary manslaughter','18','4703','','M',1,'77','1.30%','77','1.30%',0),('Retaliation For Past Official Action','18','4703','','M2',69,'77','89.61%','77','89.61%',0),('Robbery With Accomplice or While Armed or by Violence','18','4705','','F',1,'1','100.00%','1','100.00%',0),('Perjury','18','4902','A','F3',782,'782','100.00%','782','100.00%',0),('False Swearing - Offic Proceed','18','4903','A1','M2',708,'708','100.00%','1738','40.74%',0),('False Swearing - Mislead Public Servant','18','4903','A2','M2',671,'671','100.00%','1738','38.61%',0),('False Swearing','18','4903','B','M3',359,'359','100.00%','1738','20.66%',0),('Unsworn Falsification to Authorities','18','4904','A1','M2',9968,'9968','100.00%','14777','67.46%',0),('Unsworn Falsification to Authorities - Forged/Altered Document','18','4904','A2','M2',1451,'1451','100.00%','14777','9.82%',0),('Unsworn Falsification to Authorities - False Sample/Object','18','4904','A3','M2',260,'260','100.00%','14777','1.76%',0),('Statement Under Penalty','18','4904','B','M3',3098,'3098','100.00%','14777','20.97%',0),('False Alarms to Agency of Public Safety','18','4905','','M1',4,'5','80.00%','1841','0.22%',0),('False Alarms to Agency of Public Safety','18','4905','','S',1,'5','20.00%','1841','0.05%',0),('False Alarm To Agency Of Public Safety','18','4905','A','F3',9,'1836','0.49%','1841','0.49%',0),('False Alarm To Agency Of Public Safety','18','4905','A','M1',1827,'1836','99.51%','1841','99.24%',0),('False Report - Falsely Incriminate Another','18','4906','A','M1',311,'7803','3.99%','14921','2.08%',0),('False Report - Falsely Incriminate Another','18','4906','A','M2',7485,'7803','95.92%','14921','50.16%',0),('False Report - Falsely Incriminate Another','18','4906','A','M3',5,'7803','0.06%','14921','0.03%',0),('False Report - Falsely Incriminate Another','18','4906','A','S',2,'7803','0.03%','14921','0.01%',0),('False Reports To Law Enforcement Authorities','18','4906','B','M3',9,'9','100.00%','14921','0.06%',0),('False Reports - Reported Offense Did Not Occur','18','4906','B1','M1',4,'6580','0.06%','14921','0.03%',0),('False Reports - Reported Offense Did Not Occur','18','4906','B1','M2',742,'6580','11.28%','14921','4.97%',0),('False Reports - Reported Offense Did Not Occur','18','4906','B1','M3',5834,'6580','88.66%','14921','39.10%',0),('Furnish Auth. With Information W/O Knowledge','18','4906','B2','M1',20,'529','3.78%','14921','0.13%',0),('Furnish Auth. With Information W/O Knowledge','18','4906','B2','M2',89,'529','16.82%','14921','0.60%',0),('Furnish Auth. With Information W/O Knowledge','18','4906','B2','M3',420,'529','79.40%','14921','2.81%',0),('False Reports of Child Abuse','18','4906.1','','M2',14,'14','100.00%','14','100.00%',0),('Witness or Informant Taking Bribe','18','4909','','F3',39,'39','100.00%','39','100.00%',0),('Tamper With/Fabricate Physical Evidence','18','4910','1','M2',15597,'15597','100.00%','16303','95.67%',0),('Tamper With/Fabricate Phys\'l Evidence','18','4910','2','M2',706,'706','100.00%','16303','4.33%',0),('Tamper With Public Record/information','18','4911','A1','F3',10449,'12332','84.73%','15152','68.96%',0),('Tamper With Public Record/information','18','4911','A1','M2',1883,'12332','15.27%','15152','12.43%',0),('Tamper With Public Record/Information','18','4911','A2','F3',1787,'2601','68.70%','15152','11.79%',0),('Tamper With Public Record/Information','18','4911','A2','M2',814,'2601','31.30%','15152','5.37%',0),('Tamper With Public Record/Information','18','4911','A3','F3',94,'219','42.92%','15152','0.62%',0),('Tamper With Public Record/Information','18','4911','A3','M2',125,'219','57.08%','15152','0.82%',0),('Impersonating A Public Servant','18','4912','','M2',1247,'1247','100.00%','1247','100.00%',1),('Impersonating A Notary Public','18','4913','','M1',25,'25','100.00%','304','8.22%',0),('Falsely Pretends to Hold Notary Public Office or Hold a Professional/Occupational License','18','4913','A1','M1',139,'189','73.54%','304','45.72%',0),('Falsely Pretends to Hold Notary Public Office or Hold a Professional/Occupational License','18','4913','A1','M2',50,'189','26.46%','304','16.45%',0),('Performs Action in Furtherance of False Pretense','18','4913','A2','M1',63,'90','70.00%','304','20.72%',0),('Performs Action in Furtherance of False Pretense','18','4913','A2','M2',27,'90','30.00%','304','8.88%',0),('False Identification To Law Enforcement Officer','18','4914','A','M3',33696,'33696','100.00%','33696','100.00%',0),('Fail to Comply with Counseling','18','4915','(A.1)(1)','M1',2,'2','100.00%','6205','0.03%',0),('Failure to Comply With Registration of Sexual Offender Requirements','18','4915','A1','F1',301,'3072','9.80%','6205','4.85%',0),('Failure to Comply With Registration of Sexual Offender Requirements','18','4915','A1','F2',1392,'3072','45.31%','6205','22.43%',0),('Failure to Comply With Registration of Sexual Offender Requirements','18','4915','A1','F3',1368,'3072','44.53%','6205','22.05%',0),('Register With State Police As Required','18','4915','A1','M2',2,'3072','0.07%','6205','0.03%',0),('Register With State Police As Required','18','4915','A1','M3',9,'3072','0.29%','6205','0.15%',0),('Verify Address or Photographed as Required','18','4915','A2','F1',227,'1851','12.26%','6205','3.66%',0),('Verify Address or Photographed as Required','18','4915','A2','F2',952,'1851','51.43%','6205','15.34%',0),('Verify Address or Photographed as Required','18','4915','A2','F3',643,'1851','34.74%','6205','10.36%',0),('Verify Address or Photographed as Required','18','4915','A2','M1',2,'1851','0.11%','6205','0.03%',0),('Verify Address or Photographed as Required','18','4915','A2','M2',18,'1851','0.97%','6205','0.29%',0),('Verify Address or Photographed as Required','18','4915','A2','M3',9,'1851','0.49%','6205','0.15%',0),('Provide Accurate Information','18','4915','A3','F1',561,'1280','43.83%','6205','9.04%',0),('Provide Accurate Information','18','4915','A3','F2',712,'1280','55.63%','6205','11.47%',0),('Provide Accurate Information','18','4915','A3','F3',7,'1280','0.55%','6205','0.11%',0),('Transient - Fail to Register with PSP','18','4915.1','A.11','F1',2,'53','3.77%','1745','0.11%',0),('Transient - Fail to Register with PSP','18','4915.1','A.11','F2',43,'53','81.13%','1745','2.46%',0),('Transient - Fail to Register with PSP','18','4915.1','A.11','F3',8,'53','15.09%','1745','0.46%',0),('Transient - Fail to Verify Address or be Photographed','18','4915.1','A.12','F1',4,'29','13.79%','1745','0.23%',0),('Transient - Fail to Verify Address or be Photographed','18','4915.1','A.12','F2',19,'29','65.52%','1745','1.09%',0),('Transient - Fail to Verify Address or be Photographed','18','4915.1','A.12','F3',6,'29','20.69%','1745','0.34%',0),('Transient - Fail to Provide Accurate Registration Info','18','4915.1','A.13','F1',13,'18','72.22%','1745','0.74%',0),('Transient - Fail to Provide Accurate Registration Info','18','4915.1','A.13','F2',5,'18','27.78%','1745','0.29%',0),('Fail to Comply with Counseling','18','4915.1','A.21','M1',20,'20','100.00%','1745','1.15%',0),('Fail to Comply with Counseling - Another Jurisdiction','18','4915.1','A.22','M1',5,'5','100.00%','1745','0.29%',0),('Fail to Register with PSP','18','4915.1','A1','F1',72,'693','10.39%','1745','4.13%',0),('Fail to Register with PSP','18','4915.1','A1','F2',455,'693','65.66%','1745','26.07%',0),('Fail to Register with PSP','18','4915.1','A1','F3',166,'693','23.95%','1745','9.51%',0),('Fail to Verify Address/Be Photographed','18','4915.1','A2','F1',73,'590','12.37%','1745','4.18%',0),('Fail to Verify Address/Be Photographed','18','4915.1','A2','F2',403,'590','68.31%','1745','23.09%',0),('Fail to Verify Address/Be Photographed','18','4915.1','A2','F3',114,'590','19.32%','1745','6.53%',0),('Fail to Provide Accurate Registration Info','18','4915.1','A3','F1',193,'337','57.27%','1745','11.06%',0),('Fail to Provide Accurate Registration Info','18','4915.1','A3','F2',144,'337','42.73%','1745','8.25%',0),('Intim Wit/Vit - Refrain From Report','18','4952','A1','F1',1828,'5379','33.98%','7905','23.12%',1),('Intim Wit/Vit - Refrain From Report','18','4952','A1','F2',571,'5379','10.62%','7905','7.22%',1),('Intim Wit/Vit - Refrain From Report','18','4952','A1','F3',1941,'5379','36.08%','7905','24.55%',1),('Intim Wit/Vit - Refrain From Report','18','4952','A1','M2',1039,'5379','19.32%','7905','13.14%',1),('Intim Witness/Victim False/Misleading Testimony','18','4952','A2','F1',225,'598','37.63%','7905','2.85%',1),('Intim Witness/Victim False/Misleading Testimony','18','4952','A2','F2',52,'598','8.70%','7905','0.66%',1),('Intim Witness/Victim False/Misleading Testimony','18','4952','A2','F3',189,'598','31.61%','7905','2.39%',1),('Intim Witness/Victim False/Misleading Testimony','18','4952','A2','M2',132,'598','22.07%','7905','1.67%',1),('Intimidate Witness/Victim - Withhold Testimony','18','4952','A3','F',5,'1357','0.37%','7905','0.06%',1),('Intimidate Witness/Victim - Withhold Testimony','18','4952','A3','F1',434,'1357','31.98%','7905','5.49%',1),('Intimidate Witness/Victim - Withhold Testimony','18','4952','A3','F2',173,'1357','12.75%','7905','2.19%',1),('Intimidate Witness/Victim - Withhold Testimony','18','4952','A3','F3',508,'1357','37.44%','7905','6.43%',1),('Intimidate Witness/Victim - Withhold Testimony','18','4952','A3','M2',237,'1357','17.46%','7905','3.00%',1),('Intim Wit/Vict - False/Misl to Atty','18','4952','A4','F1',35,'121','28.93%','7905','0.44%',1),('Intim Wit/Vict - False/Misl to Atty','18','4952','A4','F2',4,'121','3.31%','7905','0.05%',1),('Intim Wit/Vict - False/Misl to Atty','18','4952','A4','F3',64,'121','52.89%','7905','0.81%',1),('Intim Wit/Vict - False/Misl to Atty','18','4952','A4','M2',18,'121','14.88%','7905','0.23%',1),('Intim Witness/Victim Elude/Evade/Ignore','18','4952','A5','F1',87,'249','34.94%','7905','1.10%',1),('Intim Witness/Victim Elude/Evade/Ignore','18','4952','A5','F2',28,'249','11.24%','7905','0.35%',1),('Intim Witness/Victim Elude/Evade/Ignore','18','4952','A5','F3',81,'249','32.53%','7905','1.02%',1),('Intim Witness/Victim Elude/Evade/Ignore','18','4952','A5','M2',53,'249','21.29%','7905','0.67%',1),('Intim Wit/Vic - ABS Fr Lgl Pro','18','4952','A6','F1',72,'201','35.82%','7905','0.91%',1),('Intim Wit/Vic - ABS Fr Lgl Pro','18','4952','A6','F2',13,'201','6.47%','7905','0.16%',1),('Intim Wit/Vic - ABS Fr Lgl Pro','18','4952','A6','F3',76,'201','37.81%','7905','0.96%',1),('Intim Wit/Vic - ABS Fr Lgl Pro','18','4952','A6','M2',40,'201','19.90%','7905','0.51%',1),('Retaliation Against Witness or Victim','18','4953','A','F3',2239,'2707','82.71%','2707','82.71%',1),('Retaliation Against Witness or Victim','18','4953','A','M2',468,'2707','17.29%','2707','17.29%',1),('Retaliation Against Prosecutor or Judicial Official','18','4953.1','A','F2',136,'149','91.28%','149','91.28%',0),('Retaliation Against Prosecutor or Judicial Official','18','4953.1','A','M1',13,'149','8.72%','149','8.72%',0),('Violation of Protective Order','18','4955','','M2',264,'264','100.00%','264','100.00%',0),('Knowledge or intends to obstruct child abuse report or investigation','18','4958','A1','F2',5,'7','71.43%','18','27.78%',1),('Knowledge or intends to obstruct child abuse report or investigation','18','4958','A1','M2',2,'7','28.57%','18','11.11%',1),('Intimidates or intends to intimidate person to refrain from reporting','18','4958','A2i','M2',1,'1','100.00%','18','5.56%',1),('Intimidates or intends to intimidate person from providing or withholding information','18','4958','A2ii','F2',3,'4','75.00%','18','16.67%',1),('Intimidates or intends to intimidate person from providing or withholding information','18','4958','A2ii','M2',1,'4','25.00%','18','5.56%',1),('Retaliation','18','4958','B','M2',4,'4','100.00%','18','22.22%',1),('Obstruction','18','4958','B.1','F2',1,'2','50.00%','18','5.56%',1),('Obstruction','18','4958','B.1','M2',1,'2','50.00%','18','5.56%',1),('Obstruct Admin Law/Other Govt Func','18','5101','','M2',7754,'7754','100.00%','7754','100.00%',0),('Obstruct/Impede Justice-Picketing','18','5102','A','M2',73,'73','100.00%','73','100.00%',0),('Unlaw Listen Deliberations Jury','18','5103','','M3',3,'3','100.00%','3','100.00%',0),('Resist Arrest/Other Law Enforce','18','5104','','M2',58629,'58629','100.00%','58629','100.00%',0),('Disarming Law Enforcement Officer - Without Lawful Authorization','18','5104.1','A1','F3',864,'864','100.00%','895','96.54%',0),('Disarming Law Enforcement Officer - Reasonable Cause','18','5104.1','A2','F3',31,'31','100.00%','895','3.46%',0),('Hinder Apprehen/Prosec','18','5105','A','S',6,'6','100.00%','6605','0.09%',0),('Hinder App/Prosec-Harbor Or Conceal','18','5105','A1','F3',1208,'3057','39.52%','6605','18.29%',0),('Hinder App/Prosec-Harbor Or Conceal','18','5105','A1','M2',1849,'3057','60.48%','6605','27.99%',0),('Hinder App/Prosec-Provide Aid','18','5105','A2','F3',358,'816','43.87%','6605','5.42%',0),('Hinder App/Prosec-Provide Aid','18','5105','A2','M2',458,'816','56.13%','6605','6.93%',0),('Hinder App/Prosec-Conceal/Destroy Evid','18','5105','A3','F3',398,'761','52.30%','6605','6.03%',0),('Hinder App/Prosec-Conceal/Destroy Evid','18','5105','A3','M2',363,'761','47.70%','6605','5.50%',0),('Hinder App/Prosec-Warn','18','5105','A4','F3',89,'176','50.57%','6605','1.35%',0),('Hinder App/Prosec-Warn','18','5105','A4','M2',87,'176','49.43%','6605','1.32%',0),('Hinder App/Prosec-False Info To Leo','18','5105','A5','F3',552,'1789','30.86%','6605','8.36%',0),('Hinder App/Prosec-False Info To Leo','18','5105','A5','M2',1237,'1789','69.14%','6605','18.73%',0),('Fail to Report Injuries By Firearm','18','5106','A1','S',3,'3','100.00%','3','100.00%',0),('Aiding Consummation Of Crime','18','5107','A','F3',157,'295','53.22%','295','53.22%',0),('Aiding Consummation Of Crime','18','5107','A','M2',138,'295','46.78%','295','46.78%',0),('Compounding','18','5108','A','M2',13,'13','100.00%','13','100.00%',0),('Barratry-Vex W/Unjust Vexatious Suit','18','5109','','M3',6,'6','100.00%','6','100.00%',0),('Contempt Of General Assembly','18','5110','','M3',2,'2','100.00%','2','100.00%',0),('Deal In Proc Unl Act/Intent To Promote','18','5111','A1','F1',11689,'11689','100.00%','14003','83.47%',0),('Knowledge That Property Is Proceeds of Illegal Act','18','5111','A2','F1',1739,'1739','100.00%','14003','12.42%',0),('Deal In Proc Unl Act/Conceal Source','18','5111','A2I','F1',2,'2','100.00%','14003','0.01%',0),('Deal In Proc Unl Act/Knowing Conceal','18','5111','A2II','F1',16,'16','100.00%','14003','0.11%',0),('Proceeds of Unlawful Act - Avoid Trans. Rep. Req.','18','5111','A3','F1',557,'557','100.00%','14003','3.98%',0),('Obstructing Emergency Services','18','5112','A','M3',199,'199','100.00%','199','100.00%',0),('Escape','18','5121','A','F3',6567,'12944','50.73%','13018','50.45%',0),('Escape','18','5121','A','M2',6377,'12944','49.27%','13018','48.99%',0),('Permit/Facilitate Excape','18','5121','B','F3',29,'72','40.28%','13018','0.22%',0),('Permit/Facilitate Excape','18','5121','B','M2',43,'72','59.72%','13018','0.33%',0),('Escape / Grading','18','5121','C','F3',1,'2','50.00%','13018','0.01%',0),('Escape / Grading','18','5121','C','M2',1,'2','50.00%','13018','0.01%',0),('Introduce Weapon May Be Use Escape','18','5122','A1','M1',212,'212','100.00%','618','34.30%',0),('Inmate Procure Etc Self W Weapon','18','5122','A2','M1',406,'406','100.00%','618','65.70%',0),('Contraband/Controlled Substance','18','5123','A','F2',4223,'4223','100.00%','7685','54.95%',0),('Possess Control Subs, Contraband/Inmate','18','5123','A.2','F2',2803,'2803','100.00%','7685','36.47%',0),('Provide Money To Inmate Illegally','18','5123','B','M3',4,'4','100.00%','7685','0.05%',0),('Contraband/Non-Controlled Substan','18','5123','C','M1',288,'288','100.00%','7685','3.75%',0),('Contraband - Telecommunication Device','18','5123','C.1','M1',84,'84','100.00%','7685','1.09%',0),('Contraband - Poss of Telecom Device By Inmate','18','5123','C.2','M1',283,'283','100.00%','7685','3.68%',0),('Default In Required Appearance','18','5124','A','F3',186,'617','30.15%','617','30.15%',0),('Default In Required Appearance','18','5124','A','M2',431,'617','69.85%','617','69.85%',0),('Witness Absconds','18','5125','','M3',62,'62','100.00%','62','100.00%',0),('Flight To Avoid Appreh/Trial/Punish','18','5126','A','F3',3756,'7371','50.96%','7371','50.96%',0),('Flight To Avoid Appreh/Trial/Punish','18','5126','A','M2',3613,'7371','49.02%','7371','49.02%',0),('Flight To Avoid Appreh/Trial/Punish','18','5126','A','M3',2,'7371','0.03%','7371','0.03%',0),('Off\'l Oppression-Arrest Search Etc','18','5301','1','M2',410,'410','100.00%','453','90.51%',0),('Off\'l Oppression-Deny Rights/Prv','18','5301','2','M2',43,'43','100.00%','453','9.49%',0),('Riot-Intent To Commit Felony','18','5501','1','F3',1279,'1279','100.00%','1637','78.13%',0),('Riot-Intent To Prev/Coerce Off\'l Act','18','5501','2','F3',230,'230','100.00%','1637','14.05%',0),('Riot-Plan/Use Firearm/Weapon','18','5501','3','F3',128,'128','100.00%','1637','7.82%',0),('Fail To Disperse Upon Off\'l Order','18','5502','','M2',1522,'1522','100.00%','1522','100.00%',0),('Disorderly Conduct','18','5503','A','M',1,'969','0.10%','243266','0.00%',0),('Disorderly Conduct','18','5503','A','M3',361,'969','37.25%','243266','0.15%',0),('Disorderly Conduct','18','5503','A','S',607,'969','62.64%','243266','0.25%',0),('Disorderly Conduct','18','5503','A*','M3',33,'969','3.41%','243266','0.01%',0),('Disorderly Conduct Engage In Fighting','18','5503','A1','M2',4,'64119','0.01%','243266','0.00%',0),('Disorderly Conduct Engage In Fighting','18','5503','A1','M3',19994,'64119','31.18%','243266','8.22%',0),('Disorderly Conduct Engage In Fighting','18','5503','A1','S',44121,'64119','68.81%','243266','18.14%',0),('Disorderly Conduct Engage in Fighting','18','5503','A1*','M3',13290,'64119','20.73%','243266','5.46%',0),('Disorderly Conduct Engage in Fighting','18','5503','A1*','S',2,'64119','0.00%','243266','0.00%',0),('Disorderly Conduct-Unreasonable Noise','18','5503','A2','M2',3,'9189','0.03%','243266','0.00%',0),('Disorderly Conduct-Unreasonable Noise','18','5503','A2','M3',2940,'9189','31.99%','243266','1.21%',0),('Disorderly Conduct-Unreasonable Noise','18','5503','A2','S',6246,'9189','67.97%','243266','2.57%',0),('Disorderly Conduct - Unreasonable Noise','18','5503','A2*','M3',2414,'9189','26.27%','243266','0.99%',0),('Disorderly Conduct - Unreasonable Noise','18','5503','A2*','S',6,'9189','0.07%','243266','0.00%',0),('Disorder Conduct Obscene Lang/Gest','18','5503','A3','M2',3,'8086','0.04%','243266','0.00%',0),('Disorder Conduct Obscene Lang/Gest','18','5503','A3','M3',2940,'8086','36.36%','243266','1.21%',0),('Disorder Conduct Obscene Lang/Gest','18','5503','A3','S',5143,'8086','63.60%','243266','2.11%',0),('Disorder Conduct Obscene Lang/Gest','18','5503','A3*','M3',2315,'8086','28.63%','243266','0.95%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4','F1',2,'116600','0.00%','243266','0.00%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4','M',1,'116600','0.00%','243266','0.00%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4','M2',3,'116600','0.00%','243266','0.00%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4','M3',23194,'116600','19.89%','243266','9.53%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4','S',93400,'116600','80.10%','243266','38.39%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4*','M',1,'116600','0.00%','243266','0.00%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4*','M3',16754,'116600','14.37%','243266','6.89%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','A4*','S',23,'116600','0.02%','243266','0.01%',0),('Disorderly Conduct / Grading','18','5503','B','M3',1941,'8559','22.68%','243266','0.80%',0),('Disorderly Conduct / Grading','18','5503','B','S',6618,'8559','77.32%','243266','2.72%',0),('Disorderly Conduct/Grading','18','5503','B*','M3',906,'8559','10.59%','243266','0.37%',0),('Harassment','18','5504','A','M3',12,'12','100.00%','240','5.00%',0),('STALKING BY COMMUNICATION OR ADDRESS','18','5504','A.1','S',3,'3','100.00%','240','1.25%',0),('Stalking By Comm/Add Fear Bodily Injury','18','5504','A.11','M1',1,'1','100.00%','240','0.42%',0),('Harassment by Communication/Without Legitimate Intent, Lewd or Anonymous','18','5504','A1','M3',124,'124','100.00%','240','51.67%',0),('Harassment Commun/Address-Coarse Language or Inconvenient Hours','18','5504','A2','M3',80,'80','100.00%','240','33.33%',0),('Harassment/Stalking By Comm/Add Inconvenient Hours','18','5504','A3','M3',10,'10','100.00%','240','4.17%',0),('Harassment/Stalking By Comm/Add Other Manners','18','5504','A4','M3',10,'10','100.00%','240','4.17%',0),('Public Drunkenness And Similar Misconduct','18','5505','','M2',1,'57701','0.00%','57701','0.00%',0),('Public Drunkenness And Similar Misconduct','18','5505','','S',57700,'57701','100.00%','57701','100.00%',0),('Loitering And Prowling At Night Time','18','5506','','M3',20878,'20879','100.00%','20879','100.00%',0),('Loitering And Prowling At Night Time','18','5506','','S',1,'20879','0.00%','20879','0.00%',0),('Obstruction Highways','18','5507','A','M3',1040,'2117','49.13%','2218','46.89%',0),('Obstruction Highways','18','5507','A','S',1077,'2117','50.87%','2218','48.56%',0),('Refuse To Move-Obstruct Highway','18','5507','B1I','S',87,'87','100.00%','2218','3.92%',0),('Refuse To Move-Maintain Pub Saf','18','5507','B1II','S',14,'14','100.00%','2218','0.63%',0),('Disrupt Meeting','18','5508','','M3',27,'27','100.00%','27','100.00%',0),('Desecration Of Venerated Objects','18','5509','A','M2',2,'2','100.00%','800','0.25%',0),('Historic Lots and Burial Places','18','5509','A.1','M1',201,'201','100.00%','800','25.13%',0),('Intentional Desecration Of Public Monument','18','5509','A1','M2',351,'351','100.00%','800','43.88%',0),('Intentional Desecration Of Venerated Object','18','5509','A2','M2',8,'8','100.00%','800','1.00%',0),('Sale Of Veteran\'s Marker Prohibited','18','5509','A3','M2',98,'98','100.00%','800','12.25%',0),('Intentionally Receives, Retains or Disposes of A Veteran Marker or Item','18','5509','A4','M2',140,'140','100.00%','800','17.50%',0),('Abuse Of Corpse','18','5510','','M2',321,'321','100.00%','321','100.00%',0),('Cr Anim: Guide Dog','18','5511','A.11','M3',1,'1','100.00%','5742','0.02%',0),('Cr Anim: Kill/Maim Domestic Animal','18','5511','A1I','M2',350,'350','100.00%','5742','6.10%',0),('Cr Anim: Poison Domestic Animal','18','5511','A1II','M2',11,'11','100.00%','5742','0.19%',0),('Cr Anim: Service Dog','18','5511','A1III','M2',8,'8','100.00%','5742','0.14%',0),('Cruelty To Animals','18','5511','A2.1IA','F3',33,'1228','2.69%','5742','0.57%',0),('Cruelty To Animals','18','5511','A2.1IA','M1',1187,'1228','96.66%','5742','20.67%',0),('Cruelty To Animals','18','5511','A2.1IA','M2',8,'1228','0.65%','5742','0.14%',0),('Cruelty To Animals','18','5511','A2.1IB','F3',1,'23','4.35%','5742','0.02%',0),('Cruelty To Animals','18','5511','A2.1IB','M1',22,'23','95.65%','5742','0.38%',0),('Cruelty To Animals','18','5511','A2I','F3',12,'12','100.00%','5742','0.21%',0),('Cr Anim: Violate Reg. Conc. Fowl/Rabbit','18','5511','B','S',4,'4','100.00%','5742','0.07%',0),('Cruelty To Animals: Abuse Animals','18','5511','C','S',6,'6','100.00%','5742','0.10%',0),('Cruelty to Animals','18','5511','C1','M3',665,'3023','22.00%','5742','11.58%',0),('Cruelty to Animals','18','5511','C1','S',2358,'3023','78.00%','5742','41.07%',0),('Cruelty to Animals','18','5511','C1*','M3',286,'3023','9.46%','5742','4.98%',0),('Transport Anim Cruel Man','18','5511','E','S',3,'3','100.00%','5742','0.05%',0),('Cruelty To Animals: Enhance App Of Udder','18','5511','G','S',2,'2','100.00%','5742','0.03%',0),('Animal Fighting - Amusement or Gain','18','5511','H.11','F3',139,'139','100.00%','5742','2.42%',0),('Animal Fighting - Own/Possess Animal for Fighting','18','5511','H.13','F3',341,'341','100.00%','5742','5.94%',0),('Animal Fighting - Encourage/Aid/Assist','18','5511','H.14','F3',219,'219','100.00%','5742','3.81%',0),('Animal Fighting - Wager on Outcome','18','5511','H.15','F3',24,'24','100.00%','5742','0.42%',0),('Animal Fighting - Pay Admission','18','5511','H.16','F3',5,'5','100.00%','5742','0.09%',0),('Animal Fighting - Knowingly Permit Under Control','18','5511','H.17','F3',50,'50','100.00%','5742','0.87%',0),('Cruelty to Animals: cropping, trimming, cutting off dog ears','18','5511','H1I','S',2,'2','100.00%','5742','0.03%',0),('Cruelty to Animals: Docks or Cuts Off Tail of Dog Over Five Days Old','18','5511','H3I','S',4,'4','100.00%','5742','0.07%',0),('Cr Anim Skinning/Selling/Buy Pelts Of','18','5511','N','S',1,'1','100.00%','5742','0.02%',0),('Illegal To Taunt Police Animal','18','5511.2','A','F3',164,'164','100.00%','172','95.35%',0),('Illegal To Torture Police Animal','18','5511.2','B','F2',1,'8','12.50%','172','0.58%',0),('Illegal To Torture Police Animal','18','5511.2','B','F3',7,'8','87.50%','172','4.07%',0),('Set Up Lottery Or Numbers Game','18','5512','B1','M1',182,'182','100.00%','200','91.00%',0),('Manuf Etc Unlawful Lott/Numb Tkt','18','5512','B2','M1',18,'18','100.00%','200','9.00%',0),('Gambling Devices','18','5513','A1','M1',1142,'1142','100.00%','1818','62.82%',0),('Allow Gambling','18','5513','A2','M1',364,'364','100.00%','1818','20.02%',0),('Solicit/Invite Someone To Gamble','18','5513','A3','M1',25,'25','100.00%','1818','1.38%',0),('Gambling/Allow On Premises','18','5513','A4','M1',287,'287','100.00%','1818','15.79%',0),('Engage In Pool Selling/Bookmaking','18','5514','1','M1',394,'394','100.00%','771','51.10%',0),('Occupy Place Pool Selling/Bookmaking','18','5514','2','M1',25,'25','100.00%','771','3.24%',0),('Receive Bets Or Wagers','18','5514','3','M1',241,'241','100.00%','771','31.26%',0),('Custodian Of Property Staked','18','5514','4','M1',81,'81','100.00%','771','10.51%',0),('Allow Prem To Be Used For Pool/Book','18','5514','5','M1',30,'30','100.00%','771','3.89%',0),('Fac. Weapon of Mass Dest. - Terr/Threat/Har. Ind.','18','5516','A1','F3',22,'22','100.00%','37','59.46%',0),('Fac. Weapon of Mass Dest. - Alarm Pub or Vol Org','18','5516','A2I','F3',1,'1','100.00%','37','2.70%',0),('Fac. Weapons of Mass. Dest. - Alarm Law Enf. Org.','18','5516','A2II','F3',9,'9','100.00%','37','24.32%',0),('Serious Public Inconenience','18','5516','A3','F3',5,'5','100.00%','37','13.51%',0),('Unauthorized School Bus Entry','18','5517','A','M3',114,'114','100.00%','114','100.00%',0),('Intercept Communications','18','5703','1','F3',1110,'1110','100.00%','1423','78.00%',0),('Disclose Intercepted Communications','18','5703','2','F3',149,'149','100.00%','1423','10.47%',0),('Use Intercepted Communications','18','5703','3','F3',164,'164','100.00%','1423','11.52%',0),('Poss Device For Intercept Commun','18','5705','1','F3',92,'92','100.00%','102','90.20%',0),('Manufacts Device To Intercept Communications','18','5705','3','F3',10,'10','100.00%','102','9.80%',0),('Use/Disclose Existence of Wiretap Order','18','5719','','M2',1,'1','100.00%','1','100.00%',0),('Unlawfully Access Stored Communications','18','5741','A1','M2',2,'2','100.00%','2','100.00%',0),('Install or Use Pen Reg or Trap/Trace Dev','18','5771','A','M3',2,'2','100.00%','2','100.00%',0),('Open Lewdness','18','5901','','M3',5355,'5355','100.00%','5355','100.00%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','A1','F3',180,'14432','1.25%','21666','0.83%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','A1','M1',5373,'14432','37.23%','21666','24.80%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','A1','M2',942,'14432','6.53%','21666','4.35%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','A1','M3',7937,'14432','55.00%','21666','36.63%',0),('Prom Pros-Loiter For Purp Of Pros','18','5902','A2','F3',45,'2483','1.81%','21666','0.21%',0),('Prom Pros-Loiter For Purp Of Pros','18','5902','A2','M1',375,'2483','15.10%','21666','1.73%',0),('Prom Pros-Loiter For Purp Of Pros','18','5902','A2','M2',151,'2483','6.08%','21666','0.70%',0),('Prom Pros-Loiter For Purp Of Pros','18','5902','A2','M3',1912,'2483','77.00%','21666','8.82%',0),('Promote Prostitution of Minor - Own/Control House','18','5902','B.11','F3',25,'25','100.00%','21666','0.12%',0),('Promote Prostitution of Minor - Procure Inmate','18','5902','B.12','F3',9,'9','100.00%','21666','0.04%',0),('Promote Prostitution of Minor - Encourage Minor','18','5902','B.13','F3',71,'71','100.00%','21666','0.33%',0),('Promote Prostitution of Minor - Procure Minor Prostitute','18','5902','B.15','F3',11,'11','100.00%','21666','0.05%',0),('Promote Prostitution of Minor - Transport Minor','18','5902','B.16','F3',15,'15','100.00%','21666','0.07%',0),('Promote Prostitution of Minor - Lease Prostitution Place','18','5902','B.17','F3',2,'2','100.00%','21666','0.01%',0),('Promote Prostitution of Minor - Soliciting, Receiving or Agreeing to Benefit','18','5902','B.18','F3',5,'5','100.00%','21666','0.02%',0),('Prom Pros-Own House Of Prost/Or/Bus','18','5902','B1','F3',1201,'1201','100.00%','21666','5.54%',0),('Prom Pros-Procure Inmate For House','18','5902','B2','F3',83,'83','100.00%','21666','0.38%',0),('Prom Pros-Encourage Prostitution','18','5902','B3','F3',347,'347','100.00%','21666','1.60%',0),('Prom Pros-Procure Patron','18','5902','B4','F3',92,'201','45.77%','21666','0.42%',0),('Prom Pros-Procure Patron','18','5902','B4','M1',3,'201','1.49%','21666','0.01%',0),('Prom Pros-Procure Patron','18','5902','B4','M2',106,'201','52.74%','21666','0.49%',0),('Prom Pros-Procure Prostitute','18','5902','B5','F3',55,'198','27.78%','21666','0.25%',0),('Prom Pros-Procure Prostitute','18','5902','B5','M2',143,'198','72.22%','21666','0.66%',0),('Prom Pros-Transport Prost In Cmwlth','18','5902','B6','F3',42,'270','15.56%','21666','0.19%',0),('Prom Pros-Transport Prost In Cmwlth','18','5902','B6','M2',228,'270','84.44%','21666','1.05%',0),('Prom Pros-Provide Place For Prostitu','18','5902','B7','F3',5,'44','11.36%','21666','0.02%',0),('Prom Pros-Provide Place For Prostitu','18','5902','B7','M2',39,'44','88.64%','21666','0.18%',0),('Prom Pros-Prostitution','18','5902','B8','F3',41,'213','19.25%','21666','0.19%',0),('Prom Pros-Prostitution','18','5902','B8','M2',172,'213','80.75%','21666','0.79%',0),('Living Off Prostitutes','18','5902','D','F3',7,'9','77.78%','21666','0.03%',0),('Living Off Prostitutes','18','5902','D','M2',2,'9','22.22%','21666','0.01%',0),('Patronizing Prostitutes','18','5902','E','F3',14,'2033','0.69%','21666','0.06%',0),('Patronizing Prostitutes','18','5902','E','M1',334,'2033','16.43%','21666','1.54%',0),('Patronizing Prostitutes','18','5902','E','M2',35,'2033','1.72%','21666','0.16%',0),('Patronizing Prostitutes','18','5902','E','M3',1650,'2033','81.16%','21666','7.62%',0),('Patronizing Prostitutes','18','5902','E1','M3',14,'14','100.00%','21666','0.06%',0),('Dissemin. Explicit Sex. Material Via Elect. Comm.','18','5903','A.1','M1',53,'53','100.00%','5015','1.06%',0),('Display Obscene/Sexual Materials','18','5903','A1','F3',74,'356','20.79%','5015','1.48%',0),('Display Obscene/Sexual Materials','18','5903','A1','M1',282,'356','79.21%','5015','5.62%',0),('Sell Obscene/Sexual Materials','18','5903','A2','F3',246,'978','25.15%','5015','4.91%',0),('Sell Obscene/Sexual Materials','18','5903','A2','M1',732,'978','74.85%','5015','14.60%',0),('Design Obscene/Sexual Materials','18','5903','A3','F3',164,'1071','15.31%','5015','3.27%',0),('Design Obscene/Sexual Materials','18','5903','A3','M1',907,'1071','84.69%','5015','18.09%',0),('Design/Copy Obscene Material','18','5903','A3i','M1',139,'139','100.00%','5015','2.77%',0),('Design/Copy Obscene Material - Depict Minor','18','5903','A3ii','M1',511,'511','100.00%','5015','10.19%',1),('Write Obscene/Sexual Materials','18','5903','A4','M1',1,'1','100.00%','5015','0.02%',0),('Produce\\\\Present\\\\Direct Obscene Perf','18','5903','A5','F3',2,'86','2.33%','5015','0.04%',0),('Produce\\\\Present\\\\Direct Obscene Perf','18','5903','A5','M1',84,'86','97.67%','5015','1.67%',0),('Produce/Present/Direct Obscene Performance','18','5903','A5i','F3',2,'49','4.08%','5015','0.04%',0),('Produce/Present/Direct Obscene Performance','18','5903','A5i','M1',47,'49','95.92%','5015','0.94%',0),('Produce/Present/Direct Obscene Performance - Minor','18','5903','A5ii','F3',1,'27','3.70%','5015','0.02%',1),('Produce/Present/Direct Obscene Performance - Minor','18','5903','A5ii','M1',26,'27','96.30%','5015','0.52%',1),('Hire/Employ/Use Minor To Assist','18','5903','A6','F3',2,'94','2.13%','5015','0.04%',1),('Hire/Employ/Use Minor To Assist','18','5903','A6','M1',92,'94','97.87%','5015','1.83%',1),('Take/Deliver Obscene Mat. To Correctional Inst/Pri','18','5903','A7','M1',13,'13','100.00%','5015','0.26%',0),('Inmate Who Possesses Obscene Material','18','5903','A8','F3',2,'20','10.00%','5015','0.04%',0),('Inmate Who Possesses Obscene Material','18','5903','A8','M1',18,'20','90.00%','5015','0.36%',0),('Permit Obscene Mat. To Enter Correctional Inst/Pri','18','5903','A9','M1',3,'3','100.00%','5015','0.06%',0),('Diss Explicit Sex Mat\'l Minor','18','5903','C1','F2',264,'1509','17.50%','5015','5.26%',0),('Diss Explicit Sex Mat\'l Minor','18','5903','C1','F3',1245,'1509','82.50%','5015','24.83%',0),('Diss Explicit Sex Mat\'l Minor','18','5903','C2','F2',6,'105','5.71%','5015','0.12%',0),('Diss Explicit Sex Mat\'l Minor','18','5903','C2','F3',99,'105','94.29%','5015','1.97%',0),('Title Of Subchapter-Pa.Uniform Firearms Act','18','6101','','F3',35,'35','100.00%','35','100.00%',0),('Crime Committed W/Firearm','18','6103','','M1',289,'289','100.00%','289','100.00%',0),('Former Convict Not To Own Etc Firearm','18','6105','','F2',7,'42','16.67%','42208','0.02%',0),('Former Convict Not To Own Etc Firearm','18','6105','','M1',28,'42','66.67%','42208','0.07%',0),('Former Convict Not To Own Etc Firearm','18','6105','','M3',7,'42','16.67%','42208','0.02%',0),('Person Not To Possess, Use, Etc. Firearms','18','6105','A','F2',5,'7','71.43%','42208','0.01%',0),('Person Not To Possess, Use, Etc. Firearms','18','6105','A','S',2,'7','28.57%','42208','0.00%',0),('Penalty','18','6105','A.1','F2',10,'10','100.00%','42208','0.02%',0),('Penalty - Felony','18','6105','A.11','F2',661,'661','100.00%','42208','1.57%',0),('Intentionally/Knowingly Fails to Relinquish Firearm/Weapon to Sheriff Required by Order','18','6105','A.12','M1',653,'653','100.00%','42208','1.55%',0),('Intentionally/Knowingly Accepts Possession of Firearm/Weapon From Person With Active PFA','18','6105','A.13i','M3',2,'2','100.00%','42208','0.00%',0),('Intentionally/Knowingly Returns a Firearm/Weapon to Defendant Unlawfully','18','6105','A.15','M1',2,'2','100.00%','42208','0.00%',0),('Intentionally/Knowingly Returns a Firearm/Weapon to Defendant Unlawfully - Court Order','18','6105','A.15II','M1',3,'3','100.00%','42208','0.01%',0),('Possession Of Firearm Prohibited','18','6105','A1','F2',29604,'33194','89.18%','42208','70.14%',0),('Possession Of Firearm Prohibited','18','6105','A1','M1',3590,'33194','10.82%','42208','8.51%',0),('Person Not To Possess Use Etc. Firearms','18','6105','A2','F2',88,'92','95.65%','42208','0.21%',0),('Person Not To Possess Use Etc. Firearms','18','6105','A2','M1',4,'92','4.35%','42208','0.01%',0),('Person Not To Possess Use Etc. Firearms','18','6105','A2i','F2',5168,'5269','98.08%','42208','12.24%',0),('Person Not To Possess Use Etc. Firearms','18','6105','A2i','M1',101,'5269','1.92%','42208','0.24%',0),('Person Not To Possess Use Etc Firearms','18','6105','B','F2',270,'287','94.08%','42208','0.64%',0),('Person Not To Possess Use Etc Firearms','18','6105','B','M1',17,'287','5.92%','42208','0.04%',0),('Person Not To Possess/Use Firearms - Fugitive','18','6105','C1','F2',191,'690','27.68%','42208','0.45%',0),('Person Not To Possess/Use Firearms - Fugitive','18','6105','C1','M1',499,'690','72.32%','42208','1.18%',0),('Person Not To Possess Use Etc Firearm','18','6105','C2','F2',363,'495','73.33%','42208','0.86%',0),('Person Not To Possess Use Etc Firearm','18','6105','C2','M1',132,'495','26.67%','42208','0.31%',0),('Person Not To Possess Use Etc Firearms','18','6105','C3','F2',13,'20','65.00%','42208','0.03%',0),('Person Not To Possess Use Etc Firearms','18','6105','C3','M1',7,'20','35.00%','42208','0.02%',0),('Person Not To Possess/Use Firearm - Incompetent','18','6105','C4','F2',39,'126','30.95%','42208','0.09%',0),('Person Not To Possess/Use Firearm - Incompetent','18','6105','C4','M1',87,'126','69.05%','42208','0.21%',0),('Person Not To Possess/Use Firearm - Illegal Alien','18','6105','C5','F2',21,'25','84.00%','42208','0.05%',0),('Person Not To Possess/Use Firearm - Illegal Alien','18','6105','C5','M1',4,'25','16.00%','42208','0.01%',0),('Person Not To Possess/Use Firearms - Pfa Party','18','6105','C6','F2',47,'179','26.26%','42208','0.11%',0),('Person Not To Possess/Use Firearms - Pfa Party','18','6105','C6','M1',132,'179','73.74%','42208','0.31%',0),('Person Not To Possess/Use Firearms - Delinquent','18','6105','C7','F2',54,'237','22.78%','42208','0.13%',0),('Person Not To Possess/Use Firearms - Delinquent','18','6105','C7','M1',183,'237','77.22%','42208','0.43%',0),('Persons Not To Possess/Own Firearm','18','6105','C8','F2',31,'133','23.31%','42208','0.07%',0),('Persons Not To Possess/Own Firearm','18','6105','C8','M1',102,'133','76.69%','42208','0.24%',0),('Person Not to Possess/Own Firearm','18','6105','C9i','F2',62,'77','80.52%','42208','0.15%',0),('Person Not to Possess/Own Firearm','18','6105','C9i','M1',15,'77','19.48%','42208','0.04%',0),('Person Not to Possess/Own Firearm - Cohabitation with Victim','18','6105','C9iii','F2',2,'4','50.00%','42208','0.00%',0),('Person Not to Possess/Own Firearm - Cohabitation with Victim','18','6105','C9iii','M1',2,'4','50.00%','42208','0.00%',0),('CARRYING FIREARMS WITHOUT LICENSE','18','6106','','F3',8,'8','100.00%','54757','0.01%',0),('Carrying Firearm Without A License','18','6106','A','F3',38,'74','51.35%','54757','0.07%',0),('Carrying Firearm Without A License','18','6106','A','M1',36,'74','48.65%','54757','0.07%',0),('Firearms Not To Be Carried W/O License','18','6106','A1','F3',50709,'50709','100.00%','54757','92.61%',0),('Firearm Not To Be Carried W/O License-No Crim Viol','18','6106','A2','F3',35,'3966','0.88%','54757','0.06%',0),('Firearm Not To Be Carried W/O License-No Crim Viol','18','6106','A2','M1',3931,'3966','99.12%','54757','7.18%',0),('Carrying Loaded Weapon','18','6106.1','A','S',1449,'1449','100.00%','1449','100.00%',0),('Carrying Firearm During Emergency','18','6107','','M1',14,'14','100.00%','14','100.00%',0),('Carry Firearms Public In Phila','18','6108','','M1',28916,'28916','100.00%','28916','100.00%',0),('Licenses/Purpose Of Licenses','18','6109','A','F3',21,'21','100.00%','55','38.18%',0),('Person attempts or sells license to carry a firearm for fee in excess of statutory amount','18','6109','H7','S',6,'6','100.00%','55','10.91%',0),('Revocation Of Lic To Carry Firearm','18','6109','I','S',28,'28','100.00%','55','50.91%',0),('VUFA DEL TO MINOR-DRUG ADDICT ETC','18','6110','','M1',4,'5','80.00%','5','80.00%',0),('Del Firearm Person Under 18','18','6110','','S',1,'5','20.00%','5','20.00%',0),('Possession Of Firearm By Minor','18','6110.1','A','M1',1578,'1578','100.00%','2020','78.12%',0),('Possession Of Firearm By Minor','18','6110.1','C','F3',442,'442','100.00%','2020','21.88%',0),('Posses Firearm W/Manufacturer Number Altered, Etc','18','6110.2','A','F2',4208,'4358','96.56%','4358','96.56%',0),('Posses Firearm W/ Manufacturer Number Altered, Etc','18','6110.2','A','M1',150,'4358','3.44%','4358','3.44%',0),('Deliver Firearms After 48 Hours Have Elapsed','18','6111','A','M1',1,'1','100.00%','8578','0.01%',0),('Deliver Firearm After 48 Hours Elapsed','18','6111','A1','F2',148,'1503','9.85%','8578','1.73%',0),('Deliver Firearm After 48 Hours Elapsed','18','6111','A1','F3',1198,'1503','79.71%','8578','13.97%',0),('Deliver Firearm After 48 Hours Elapsed','18','6111','A1','M2',157,'1503','10.45%','8578','1.83%',0),('Deliver Firearm After Inst Crim Rec Check','18','6111','A2','F3',7,'22','31.82%','8578','0.08%',0),('Deliver Firearm After Inst Crim Rec Check','18','6111','A2','M2',15,'22','68.18%','8578','0.17%',0),('Rec Sale/Stmt. To Be Signed By Purch','18','6111','B','F2',8,'29','27.59%','8578','0.09%',0),('Rec Sale/Stmt. To Be Signed By Purch','18','6111','B','F3',12,'29','41.38%','8578','0.14%',0),('Rec Sale/Stmt. To Be Signed By Purch','18','6111','B','M1',1,'29','3.45%','8578','0.01%',0),('Rec Sale/Stmt. To Be Signed By Purch','18','6111','B','M2',8,'29','27.59%','8578','0.09%',0),('Firearm Ownership - Duty Of Other Persons','18','6111','C','F2',70,'712','9.83%','8578','0.82%',0),('Firearm Ownership - Duty Of Other Persons','18','6111','C','F3',198,'712','27.81%','8578','2.31%',0),('Firearm Ownership - Duty Of Other Persons','18','6111','C','M1',1,'712','0.14%','8578','0.01%',0),('Firearm Ownership - Duty Of Other Persons','18','6111','C','M2',443,'712','62.22%','8578','5.16%',0),('Penalties - Sales of Firearms','18','6111','G1','F2',86,'454','18.94%','8578','1.00%',0),('Penalties - Sales of Firearms','18','6111','G1','M2',368,'454','81.06%','8578','4.29%',0),('Penalties - Sales to Ineligible Transferee','18','6111','G2','F2',75,'951','7.89%','8578','0.87%',0),('Penalties - Sales to Ineligible Transferee','18','6111','G2','F3',876,'951','92.11%','8578','10.21%',0),('Any Person who receives a check/report from PSP unlawfully','18','6111','G3','F3',3,'3','100.00%','8578','0.03%',0),('Any who illegally disseminates information','18','6111','G3.1','F3',9,'9','100.00%','8578','0.10%',0),('Firearm Ownership-Providing False Info','18','6111','G4','F2',87,'659','13.20%','8578','1.01%',0),('Firearm Ownership-Providing False Info','18','6111','G4','F3',572,'659','86.80%','8578','6.67%',0),('Makes Any Materially False Oral Statement','18','6111','G4I','F3',457,'457','100.00%','8578','5.33%',0),('Materially false written statement - purchase, delivery, transfer of firearm','18','6111','G4II','F3',3706,'3706','100.00%','8578','43.20%',0),('Willfully Furnishes or Exhibits False Identification','18','6111','G4III','F3',59,'59','100.00%','8578','0.69%',0),('Sale of Firearms - Criminally Liable','18','6111','G5','F2',2,'13','15.38%','8578','0.02%',0),('Sale of Firearms - Criminally Liable','18','6111','G5','F3',8,'13','61.54%','8578','0.09%',0),('Sale of Firearms - Criminally Liable','18','6111','G5','M2',3,'13','23.08%','8578','0.03%',0),('Retail Dealer Req\'d To Be Licensed','18','6112','','M1',5,'5','100.00%','5','100.00%',0),('Sell Firearm W/O Pers Know','18','6113','A4','M1',2,'2','100.00%','2','100.00%',0),('Prohib Loans Etc Firearm','18','6115','','M1',3,'3','100.00%','256','1.17%',0),('Loans On, Or Lending, Giving Firearms Prohibited','18','6115','A','M1',253,'253','100.00%','256','98.83%',0),('Give False Id To Purchase Firearm','18','6116','','M1',10,'10','100.00%','10','100.00%',0),('Alter/Obliterate Mark Of Identification','18','6117','A','F2',1448,'1448','100.00%','1470','98.50%',0),('Alter/Obliterate Mark Of Identification','18','6117','B','F2',22,'22','100.00%','1470','1.50%',0),('Use/Posses Prohibited Bullets','18','6121','A','F3',24,'24','100.00%','24','100.00%',0),('Proof Of License','18','6122','','M1',8,'8','100.00%','8','100.00%',0),('Carrying Explosives On Conveyances','18','6161','A','M2',10,'10','100.00%','10','100.00%',0),('CORRUPTING MINOR 8/30/78','18','6301','','M1',1,'1','100.00%','52116','0.00%',0),('Corruption Of Minors','18','6301','A','M1',1137,'1137','100.00%','52116','2.18%',0),('Corruption Of Minors','18','6301','A1','M1',22024,'22024','100.00%','52116','42.26%',0),('Corruption Of Minors','18','6301','A1i','F3',2525,'20093','12.57%','52116','4.84%',0),('Corruption Of Minors','18','6301','A1i','M1',17568,'20093','87.43%','52116','33.71%',0),('Corruption Of Minors - Defendant Age 18 or Above','18','6301','A1ii','F3',8366,'8366','100.00%','52116','16.05%',1),('Corruption Of Minors','18','6301','A2','M3',419,'495','84.65%','52116','0.80%',0),('Corruption Of Minors','18','6301','A2','S',76,'495','15.35%','52116','0.15%',0),('Sell/Lease Weapons/Explosives To Minors','18','6302','A','M1',4,'4','100.00%','4','100.00%',0),('Sell Starter Pistol To Minor','18','6303','A','M1',2,'2','100.00%','2','100.00%',0),('Sell/Transfer Air Rifles-Dealer','18','6304','A1','M3',2,'2','100.00%','120','1.67%',0),('Sell/Transfer Air Rifles-Person','18','6304','A2','S',3,'3','100.00%','120','2.50%',0),('Carry/Discharge Air Rifles-Minor','18','6304','B1','S',14,'14','100.00%','120','11.67%',0),('Carry/Disch Air Rif Hwy/Pub Land/Pub Plac','18','6304','B2','S',101,'101','100.00%','120','84.17%',0),('Sale Of Tobacco','18','6305','A1','S',30,'30','100.00%','149','20.13%',0),('Sale Of Tobacco','18','6305','A2','S',102,'102','100.00%','149','68.46%',0),('Sale of Tobacco - Sell Cigarette Out of Pack','18','6305','A5','S',14,'14','100.00%','149','9.40%',0),('Sale of Tobacco - Handling of Tobacco','18','6305','A6','S',3,'3','100.00%','149','2.01%',0),('Use Of Tobacco In Schools Prohibited','18','6306.1','A','S',38,'38','100.00%','38','100.00%',0),('Misrep Age To Secure Liquor/Malt Bevs','18','6307','A','M3',5,'76','6.58%','76','6.58%',0),('Misrep Age To Secure Liquor/Malt Bevs','18','6307','A','S',71,'76','93.42%','76','93.42%',0),('Purchase, Consumption, Possession or Transportation of Intoxicating Beverages','18','6308','','S',1,'1','100.00%','20796','0.00%',0),('Purch Etc Alcoh Bev By A Minor','18','6308','A','S',20795,'20795','100.00%','20796','100.00%',0),('Represent That Minor Is Of Age','18','6309','A','M3',45,'45','100.00%','45','100.00%',0),('Induce Minor Buy Liquor/Malt Bev','18','6310','A','M3',248,'248','100.00%','248','100.00%',0),('Sell/Furnish Liquor Etc Minor','18','6310.1','A','M3',11451,'11451','100.00%','11451','100.00%',0),('Manufacture/Sell False Id','18','6310.2','A','M2',222,'222','100.00%','222','100.00%',0),('Carry False Identification Card (Minor)','18','6310.3','A','M3',52,'577','9.01%','577','9.01%',0),('Carry False Identification Card (Minor)','18','6310.3','A','S',525,'577','90.99%','577','90.99%',0),('Sell/Furn.Non-Alchol Bev.To Person Under 21 Yrs.','18','6310.7','A','S',18,'18','100.00%','18','100.00%',0),('Tattooing Minor','18','6311','A','M2',13,'180','7.22%','194','6.70%',0),('Tattooing Minor','18','6311','A','M3',167,'180','92.78%','194','86.08%',0),('Body Piercing Minor','18','6311','B','M3',14,'14','100.00%','194','7.22%',0),('Sexual Abuse Child / Definition','18','6312','A','S',6,'6','100.00%','117441','0.01%',0),('Photograph/Film/Depict On Computer Sex Act-Child','18','6312','B','F2',5576,'5576','100.00%','117441','4.75%',1),('Photograph/Film/Depict on Computer Sex Act - Knowingly or Permitting Child','18','6312','B1','F1',10,'166','6.02%','117441','0.01%',1),('Photograph/Film/Depict on Computer Sex Act - Knowingly or Permitting Child','18','6312','B1','F2',156,'166','93.98%','117441','0.13%',1),('Photograph/Film/Depict on Computer Sex Act - Knowingly Depicts on Computer, Photo, etc','18','6312','B2','F1',1,'115','0.87%','117441','0.00%',1),('Photograph/Film/Depict on Computer Sex Act - Knowingly Depicts on Computer, Photo, etc','18','6312','B2','F2',114,'115','99.13%','117441','0.10%',1),('Dissem Photo/Film of Child Sex Acts','18','6312','C','F2',201,'1856','10.83%','117441','0.17%',1),('Dissem Photo/Film of Child Sex Acts','18','6312','C','F3',1655,'1856','89.17%','117441','1.41%',1),('Dissem Photo/Film Of Child Sex Acts','18','6312','C1','F2',842,'7630','11.04%','117441','0.72%',1),('Dissem Photo/Film Of Child Sex Acts','18','6312','C1','F3',6788,'7630','88.96%','117441','5.78%',1),('Child Pornography','18','6312','D','F2',681,'15290','4.45%','117441','0.58%',1),('Possession of Child Pornography','18','6312','D','F3',14609,'15290','95.55%','117441','12.44%',1),('Child Pornography','18','6312','D1','F2',5177,'86802','5.96%','117441','4.41%',1),('Child Pornography','18','6312','D1','F3',81625,'86802','94.04%','117441','69.50%',1),('Sell/Furnish Stimulants To Minors','18','6316','A','S',2,'2','100.00%','2','100.00%',0),('Drug Free School Zone','18','6317','A','S',8,'8','100.00%','8','100.00%',0),('Unlawful Contact/Communication With Minor','18','6318','','S',1,'1','100.00%','19440','0.01%',1),('Unlawful Contact With Minor - Sexual Offenses','18','6318','A1','F1',11106,'16650','66.70%','19440','57.13%',1),('Unlawful Contact With Minor - Sexual Offenses','18','6318','A1','F2',2035,'16650','12.22%','19440','10.47%',1),('Unlawful Contact With Minor - Sexual Offenses','18','6318','A1','F3',3404,'16650','20.44%','19440','17.51%',1),('Contact/Comm.W/Minor-Sexual Offenses','18','6318','A1','M1',105,'16650','0.63%','19440','0.54%',1),('Unlawful Contact With Minor - Open Lewdness','18','6318','A2','F3',281,'315','89.21%','19440','1.45%',1),('Contact/Comm.W/Minor-Open Lewdness','18','6318','A2','M1',34,'315','10.79%','19440','0.17%',1),('Unlawful Contact With Minor - Prostitution','18','6318','A3','F3',85,'86','98.84%','19440','0.44%',1),('Contact/Comm.W/Minor-Prostitution','18','6318','A3','M1',1,'86','1.16%','19440','0.01%',1),('Unlawful Contact With Minor - Obscene and Other Sexual Materials and Performances','18','6318','A4','F2',47,'1647','2.85%','19440','0.24%',1),('Unlawful Contact With Minor - Obscene and Other Sexual Materials and Performances','18','6318','A4','F3',1554,'1647','94.35%','19440','7.99%',1),('Contact/Comm.W/Minor-Obscene Mat/Perform','18','6318','A4','M1',46,'1647','2.79%','19440','0.24%',1),('Contact/Comm.W/Minor-Sexual Abuse','18','6318','A5','F2',379,'627','60.45%','19440','1.95%',1),('Contact/Comm.W/Minor-Sexual Abuse','18','6318','A5','F3',248,'627','39.55%','19440','1.28%',1),('Unlawful Contact W/ Minor - Sexual Exploitation','18','6318','A6','F2',114,'114','100.00%','19440','0.59%',1),('Solicitation Of Minors To Traffic Drugs','18','6319','A','F1',22,'127','17.32%','166','13.25%',0),('Solicitation Of Minors To Traffic Drugs','18','6319','A','F2',105,'127','82.68%','166','63.25%',0),('Drug Free School Zone - Solicitation Of Minors','18','6319','B','F1',39,'39','100.00%','166','23.49%',0),('Sexual Exploitation Of Children Offense Defined','18','6320','A','F2',235,'235','100.00%','235','100.00%',1),('Scatter Rubbish','18','6501','','S',1,'1','100.00%','3539','0.03%',0),('Scatter Rubbish Upon Land/Stream Etc','18','6501','A1','M3',79,'3407','2.32%','3539','2.23%',0),('Scatter Rubbish Upon Land/Stream Etc','18','6501','A1','S',3328,'3407','97.68%','3539','94.04%',0),('Interfere W/Contents Of Trash Receptacle','18','6501','A2','M3',5,'41','12.20%','3539','0.14%',0),('Interfere W/Contents Of Trash Receptacle','18','6501','A2','S',36,'41','87.80%','3539','1.02%',0),('Deposit Trash On Street','18','6501','A3','M1',4,'90','4.44%','3539','0.11%',0),('Deposit Trash On Street','18','6501','A3','M2',86,'90','95.56%','3539','2.43%',0),('Post Advert On Prop Of Cmwlth/Another','18','6503','A','S',7,'7','100.00%','7','100.00%',0),('Public Nuisance','18','6504','','M2',226,'226','100.00%','226','100.00%',0),('Improperly Discard Television Set/Tube','18','6505','A','S',7,'7','100.00%','7','100.00%',0),('Wear Insig And Uni Not Entitled To Wear','18','6701','1','S',5,'5','100.00%','5','100.00%',0),('Sell Veterans Flowers W/O Authority','18','6702','','S',1,'1','100.00%','1','100.00%',0),('Deal Mil Dec W/O Auth','18','6703','','M3',2,'2','100.00%','2','100.00%',0),('Use Name Of Grand Lodge W/O Auth','18','6704','1','S',3,'3','100.00%','16','18.75%',0),('Wear/Use Insignia Of Grand Lodge W/O Auth','18','6704','3','S',13,'13','100.00%','16','81.25%',0),('Unlawfully Use Union Label','18','6709','1','M3',3,'3','100.00%','3','100.00%',0),('Unauthorized Use Of Registered Insignia','18','6710','','S',16,'16','100.00%','16','100.00%',0),('Retain Mil Prop After Notice Return','18','6711','A','S',3,'3','100.00%','3','100.00%',0),('Prohibited Use Of Containers','18','6712','B1','S',29,'29','100.00%','71','40.85%',0),('Unlaw Removal Of Containers','18','6712','E1','S',11,'11','100.00%','71','15.49%',0),('Unlaw Removal Of Containers','18','6712','E2','S',2,'2','100.00%','71','2.82%',0),('Illegal Use Of Shopping/Laundry Carts','18','6712','F1','S',24,'24','100.00%','71','33.80%',0),('Illegal Use Of Shopping/Laundry Carts','18','6712','F2','S',1,'1','100.00%','71','1.41%',0),('Illegal Use Of Shopping/Laundry Carts','18','6712','F3','S',4,'4','100.00%','71','5.63%',0),('Extend Water Line','18','6901','','M3',5,'5','100.00%','5','100.00%',0),('Obstruc Of Telep Line In Emerg','18','6902','A','S',23,'23','100.00%','23','100.00%',0),('Interfere With Railroad Employees','18','6904','','S',2,'2','100.00%','2','100.00%',0),('Nail/Other Hard Subst Utility Pole','18','6905','A','S',3,'3','100.00%','3','100.00%',0),('Obstructing Public Crossings','18','6907','','S',2,'2','100.00%','2','100.00%',0),('Unauthorized Sale/Transfer Of Tickets','18','6910','A','M3',9,'9','100.00%','11','81.82%',0),('Unauthorized Sale/Transfer Of Tickets','18','6910','B','S',2,'2','100.00%','11','18.18%',0),('Fortune Telling','18','7104','A','M3',18,'18','100.00%','18','100.00%',0),('Smell/Inhale Toxic Releasing Substances','18','7303','A','M3',1200,'1200','100.00%','1810','66.30%',0),('Poss Solv For Releas Toxic Vapors/Fumes','18','7303','C','M3',591,'591','100.00%','1810','32.65%',0),('Sale Solv For Releas Toxic Vapors/Fumes','18','7303','D','M3',19,'19','100.00%','1810','1.05%',0),('Own/Sell/Manuf/Trans Incend Dev','18','7306','A','M1',66,'66','100.00%','66','100.00%',0),('Engage In Debt Pooling','18','7312','A','M3',2,'2','100.00%','2','100.00%',0),('Buying/Exchanging Federal Food Stamps','18','7313','A','F3',146,'405','36.05%','405','36.05%',0),('Buying/Exchanging Federal Food Stamps','18','7313','A','M1',259,'405','63.95%','405','63.95%',0),('Fraudulent Traffic In Food Orders','18','7314','A','F3',137,'329','41.64%','329','41.64%',0),('Fraudulent Traffic In Food Orders','18','7314','A','M1',192,'329','58.36%','329','58.36%',0),('Unauth. Disposition Donated Food','18','7315','','S',1,'1','100.00%','1','100.00%',0),('Storage Of Alc Bev On Unlic Business Premises','18','7327','A','S',1,'1','100.00%','2','50.00%',0),('Consume Alc Bev On Unlic Business Premises','18','7327','B','S',1,'1','100.00%','2','50.00%',0),('Oper. Of Certain Estab.Prohibited W/O Local Option','18','7328','A','M3',11,'11','100.00%','11','100.00%',0),('Unlicensed Mortgage Loan Business','18','7331','','F3',1,'1','100.00%','1','100.00%',0),('Violate Govt Traffic Rules','18','7505','','S',33,'33','100.00%','33','100.00%',0),('Violation Of Rules On Comwlth Property','18','7506','A','S',196,'196','100.00%','378','51.85%',0),('Violation Of Rules On Cmwlth Property','18','7506','B','S',182,'182','100.00%','378','48.15%',0),('Breach Prv Dev Meas Truth','18','7507','','M2',20,'20','100.00%','20','100.00%',0),('Invasion Of Privacy','18','7507.1','A','M2',8,'9','88.89%','3881','0.21%',1),('Invasion Of Privacy','18','7507.1','A','M3',1,'9','11.11%','3881','0.03%',1),('Invasion of Privacy - view, photograph, etc. person w/out consent','18','7507.1','A1','M2',1951,'2209','88.32%','3881','50.27%',1),('Invasion of Privacy - view, photograph, etc. person w/out consent','18','7507.1','A1','M3',258,'2209','11.68%','3881','6.65%',1),('Invasion of Privacy - photograph, view, etc., intimate parts of other person','18','7507.1','A2','M2',905,'997','90.77%','3881','23.32%',1),('Invasion of Privacy - photograph, view, etc., intimate parts of other person','18','7507.1','A2','M3',92,'997','9.23%','3881','2.37%',1),('Invasion of Privacy - transfer image by telephone, email, internet, etc.','18','7507.1','A3','M2',660,'666','99.10%','3881','17.01%',1),('Invasion of Privacy - transfer image by telephone, email, internet, etc.','18','7507.1','A3','M3',6,'666','0.90%','3881','0.15%',1),('Operation of methamphetamine lab','18','7508.2','A','F1',19,'53','35.85%','53','35.85%',0),('Operation of methamphetamine lab','18','7508.2','A','F2',34,'53','64.15%','53','64.15%',0),('Furnish Drug Free Urine-Unlawful Sale/Attempt','18','7509','A','M3',93,'93','100.00%','974','9.55%',0),('Furnishing Drug Free Urine-Use Or Attempt','18','7509','B','M3',881,'881','100.00%','974','90.45%',0),('Municipal Housing Code Avoidance','18','7510','A','M1',5,'8','62.50%','34','14.71%',0),('Municipal Housing Code Avoidance','18','7510','A','M2',3,'8','37.50%','34','8.82%',0),('Mun. Housing Code Avoid. - Fourth Or Subs. Viol.','18','7510','A1','M1',5,'10','50.00%','34','14.71%',0),('Mun. Housing Code Avoid. - Fourth Or Subs. Viol.','18','7510','A1','M2',5,'10','50.00%','34','14.71%',0),('Mun. Housing Code Avoid. - Viol. Cont. and Uncorr.','18','7510','A2','M1',6,'6','100.00%','34','17.65%',0),('Mun. Housing Code Avoid. - Threat To Public','18','7510','A3','M1',4,'4','100.00%','34','11.76%',0),('Mun. Housing Code Avoid. - No Attempt to Correct','18','7510','A4','M1',6,'6','100.00%','34','17.65%',0),('Control of Alarm Devices - Did Not Provide Disclosure','18','7511','A1','S',4,'4','100.00%','9','44.44%',0),('Control Of Alarm Devices','18','7511','C1','S',5,'5','100.00%','9','55.56%',0),('Criminal Use Of Communication Facility','18','7512','A','F3',78354,'78354','100.00%','78354','100.00%',0),('Restriction On Alcoholic Beverages','18','7513','A','S',48,'48','100.00%','48','100.00%',0),('Operating Vehicle Not Equipped W/Ignition Interloc','18','7514','A','S',13,'13','100.00%','13','100.00%',0),('Contingent Compensation - Comp. For Legislation','18','7515','A1','M3',1,'1','100.00%','1','100.00%',0),('Unlaw. Use of Computer - Access to Disrupt Funct.','18','7611','A1','F3',8880,'8880','100.00%','10416','85.25%',0),('Unlaw. Use of Comp. - Access/Interfere/Dam./Dest.','18','7611','A2','F3',849,'849','100.00%','10416','8.15%',0),('Unlaw. Use of Comp. - Provide Password/Pin/Other','18','7611','A3','F3',687,'687','100.00%','10416','6.60%',0),('Disruption of Service','18','7612','A','F3',58,'58','100.00%','58','100.00%',0),('Computer Theft','18','7613','A','F3',1601,'1601','100.00%','1601','100.00%',0),('Unlawful Duplication','18','7614','A','F2',79,'221','35.75%','221','35.75%',0),('Unlawful Duplication','18','7614','A','F3',142,'221','64.25%','221','64.25%',0),('Computer Trespass - Remove Data','18','7615','A1','F3',398,'398','100.00%','2766','14.39%',0),('Computer Trespass - Cause Malfunction','18','7615','A2','F3',195,'195','100.00%','2766','7.05%',0),('Computer Trespass - Alter Data','18','7615','A3','F3',870,'870','100.00%','2766','31.45%',0),('Computer Trespass - Transfer Funds','18','7615','A4','F3',1300,'1300','100.00%','2766','47.00%',0),('Computer Trespass - Cause Injury','18','7615','A5','F3',3,'3','100.00%','2766','0.11%',0),('Distrib. Computer Virus - Destroy Performance','18','7616','A2','F3',1,'1','100.00%','1','100.00%',0),('Unlaw. Trans. Of Email - Use Comp. Forge/Falsify','18','7661','A1','M1',1,'44','2.27%','44','2.27%',0),('Unlaw. Trans. Of Email - Use Comp. Forge/Falsify','18','7661','A1','M3',43,'44','97.73%','44','97.73%',0),('Owning, Operating or Conducting a Chop Shop','18','7702','1','F2',205,'205','100.00%','242','84.71%',0),('Transports, Sells, Transfers, Purchases, etc Illegally obtained from chop shop','18','7702','2','F2',37,'37','100.00%','242','15.29%',0),('Alteration or Destruction of Vehicle Identification Number','18','7703','','F3',78,'78','100.00%','78','100.00%',0),('Disposition of Vehicle or Vehicle Part With Altered Vehicle Identification Number','18','7704','','F3',90,'90','100.00%','90','100.00%',0),('Criminal Attempt','18','901','A','F',18,'150','12.00%','150','12.00%',0),('Criminal Attempt','18','901','A','F1',31,'150','20.67%','150','20.67%',0),('Criminal Attempt','18','901','A','F2',15,'150','10.00%','150','10.00%',0),('Criminal Attempt','18','901','A','F3',35,'150','23.33%','150','23.33%',0),('Criminal Attempt','18','901','A','M',17,'150','11.33%','150','11.33%',0),('Criminal Attempt','18','901','A','M1',21,'150','14.00%','150','14.00%',0),('Criminal Attempt','18','901','A','M2',10,'150','6.67%','150','6.67%',0),('Criminal Attempt','18','901','A','M3',3,'150','2.00%','150','2.00%',0),('Criminal Solicitation','18','902','A','F',4,'24','16.67%','24','16.67%',0),('Criminal Solicitation','18','902','A','F1',7,'24','29.17%','24','29.17%',0),('Criminal Solicitation','18','902','A','F2',2,'24','8.33%','24','8.33%',0),('Criminal Solicitation','18','902','A','F3',2,'24','8.33%','24','8.33%',0),('Criminal Solicitation','18','902','A','M',3,'24','12.50%','24','12.50%',0),('Criminal Solicitation','18','902','A','M2',1,'24','4.17%','24','4.17%',0),('Criminal Solicitation','18','902','A','M3',3,'24','12.50%','24','12.50%',0),('Criminal Solicitation','18','902','A','S',2,'24','8.33%','24','8.33%',0),('Conspiracy','18','903','','F',10625,'30954','34.33%','31730','33.49%',0),('Conspiracy','18','903','','F1',7852,'30954','25.37%','31730','24.75%',0),('Conspiracy','18','903','','F2',3039,'30954','9.82%','31730','9.58%',0),('Conspiracy','18','903','','F3',4140,'30954','13.37%','31730','13.05%',0),('Conspiracy','18','903','','H1',166,'30954','0.54%','31730','0.52%',0),('Conspiracy','18','903','','H2',15,'30954','0.05%','31730','0.05%',0),('Conspiracy','18','903','','M',1530,'30954','4.94%','31730','4.82%',0),('Conspiracy','18','903','','M1',1972,'30954','6.37%','31730','6.21%',0),('Conspiracy','18','903','','M2',1146,'30954','3.70%','31730','3.61%',0),('Conspiracy','18','903','','M3',370,'30954','1.20%','31730','1.17%',0),('Conspiracy','18','903','','S',99,'30954','0.32%','31730','0.31%',0),('Criminal Conspiracy Engaging','18','903','A1','F',76,'597','12.73%','31730','0.24%',0),('Criminal Conspiracy Engaging','18','903','A1','F1',55,'597','9.21%','31730','0.17%',0),('Criminal Conspiracy Engaging','18','903','A1','F2',81,'597','13.57%','31730','0.26%',0),('Criminal Conspiracy Engaging','18','903','A1','F3',139,'597','23.28%','31730','0.44%',0),('Criminal Conspiracy Engaging','18','903','A1','M',49,'597','8.21%','31730','0.15%',0),('Criminal Conspiracy Engaging','18','903','A1','M1',118,'597','19.77%','31730','0.37%',0),('Criminal Conspiracy Engaging','18','903','A1','M2',44,'597','7.37%','31730','0.14%',0),('Criminal Conspiracy Engaging','18','903','A1','M3',30,'597','5.03%','31730','0.09%',0),('Criminal Conspiracy Engaging','18','903','A1','S',5,'597','0.84%','31730','0.02%',0),('Criminal Conspiracy Aiding','18','903','A2','F',5,'37','13.51%','31730','0.02%',0),('Criminal Conspiracy Aiding','18','903','A2','F1',10,'37','27.03%','31730','0.03%',0),('Criminal Conspiracy Aiding','18','903','A2','F2',3,'37','8.11%','31730','0.01%',0),('Criminal Conspiracy Aiding','18','903','A2','F3',7,'37','18.92%','31730','0.02%',0),('Criminal Conspiracy Aiding','18','903','A2','M',1,'37','2.70%','31730','0.00%',0),('Criminal Conspiracy Aiding','18','903','A2','M1',8,'37','21.62%','31730','0.03%',0),('Criminal Conspiracy Aiding','18','903','A2','M2',3,'37','8.11%','31730','0.01%',0),('Conspiracy','18','903','C','F',14,'142','9.86%','31730','0.04%',0),('Conspiracy','18','903','C','F1',32,'142','22.54%','31730','0.10%',0),('Conspiracy','18','903','C','F2',7,'142','4.93%','31730','0.02%',0),('Conspiracy','18','903','C','F3',19,'142','13.38%','31730','0.06%',0),('Conspiracy','18','903','C','M',15,'142','10.56%','31730','0.05%',0),('Conspiracy','18','903','C','M1',28,'142','19.72%','31730','0.09%',0),('Conspiracy','18','903','C','M2',13,'142','9.15%','31730','0.04%',0),('Conspiracy','18','903','C','M3',12,'142','8.45%','31730','0.04%',0),('Conspiracy','18','903','C','S',2,'142','1.41%','31730','0.01%',0),('POSSESSING INSTRUMENTS OF CRIME','18','907','','M1',8,'8','100.00%','101217','0.01%',0),('Poss Instrument Of Crime W/Int','18','907','A','M1',95906,'95906','100.00%','101217','94.75%',0),('Possession Of Weapon','18','907','B','M1',4976,'4976','100.00%','101217','4.92%',0),('Unlawful Body Armor','18','907','C','F3',327,'327','100.00%','101217','0.32%',0),('Make Repairs/Sell/Etc Offens Weap','18','908','A','M1',12569,'12569','100.00%','12569','100.00%',0),('PROHIBITED OFFENSIVE WEAPONS','18','908.1','','M1',1,'1','100.00%','828','0.12%',0),('Uses Incapacitation Device','18','908.1','A1','F2',175,'331','52.87%','828','21.14%',0),('Uses Incapacitation Device','18','908.1','A1','M1',156,'331','47.13%','828','18.84%',0),('Possesses Incapacitation Device W/ Int','18','908.1','A2','F2',43,'161','26.71%','828','5.19%',0),('Possesses Incapacitation Device W/ Int','18','908.1','A2','M1',118,'161','73.29%','828','14.25%',0),('Prohibited Possession','18','908.1','A3','F2',12,'147','8.16%','828','1.45%',0),('Prohibited Possession','18','908.1','A3','M1',135,'147','91.84%','828','16.30%',0),('Prohibited Possession','18','908.1','C','M1',188,'188','100.00%','828','22.71%',0),('Manufacture Etc Motor Veh Mast Key','18','909','A','M1',144,'144','100.00%','144','100.00%',0),('Make Telecom Device For Theft Of Service','18','910','A1I','F2',1,'5','20.00%','5','20.00%',0),('Make Telecom Device For Theft Of Service','18','910','A1I','F3',2,'5','40.00%','5','40.00%',0),('Make Telecom Device For Theft Of Service','18','910','A1I','M1',2,'5','40.00%','5','40.00%',0),('Corrupt Organizations','18','911','B1','F1',1216,'1216','100.00%','6322','19.23%',0),('Corrupt Org-Int/Control In Enterp','18','911','B2','F1',445,'445','100.00%','6322','7.04%',0),('Corrupt Organizations - Employee','18','911','B3','F1',2513,'2513','100.00%','6322','39.75%',0),('Consp To Vio 911b1, 911b2, 911b3','18','911','B4','F1',2148,'2148','100.00%','6322','33.98%',0),('Possess Weapon On School Property','18','912','A','M1',244,'244','100.00%','850','28.71%',0),('Possess Weapon On School Property','18','912','B','M1',606,'606','100.00%','850','71.29%',0),('Poss.Of Firearm/Other Dangerous Weapon In Ct.Facil','18','913','A1','M3',144,'153','94.12%','156','92.31%',0),('Poss.Of Firearm/Other Dangerous Weapon In Ct.Facil','18','913','A1','S',9,'153','5.88%','156','5.77%',0),('Poss. Firearm In Ct. Facility For Use In Crime','18','913','A2','M1',3,'3','100.00%','156','1.92%',0),('LOITERING PROHIBITED','194','6','','S',1,'1','100.00%','1','100.00%',0),('Licenses/Furnishing Guards','22','13','A','M3',1,'1','100.00%','1','100.00%',0),('Penalty Unlicensed Acts','22','26.1','','M3',2,'2','100.00%','2','100.00%',0),('Contempt for Failure of Obligor to Appear','23','4344','','IC',3,'3','100.00%','3','100.00%',0),('Willful Failure to Pay Support Order','23','4354','A','M3',5,'15','33.33%','15','33.33%',0),('Willful Failure to Pay Support Order','23','4354','A','S',10,'15','66.67%','15','66.67%',0),('Arrest For Violation of Order (PFA)','23','6113','','IC',22,'26','84.62%','434','5.07%',0),('Arrest For Violation of Order (PFA)','23','6113','','M3',4,'26','15.38%','434','0.92%',0),('Arrest For Violation of Order','23','6113','A','IC',92,'408','22.55%','434','21.20%',0),('Arrest For Violation of Order','23','6113','A','M3',316,'408','77.45%','434','72.81%',0),('Contempt For Violation of Order or Agreement','23','6114','A','IC',1481,'2723','54.39%','2724','54.37%',0),('Contempt For Violation of Order or Agreement','23','6114','A','M3',1242,'2723','45.61%','2724','45.59%',0),('Jurisdiction','23','6114','A.1','M3',1,'1','100.00%','2724','0.04%',0),('Person To Report Suspected Child Abuse','23','6311','A','M3',17,'17','100.00%','19','89.47%',0),('Enumeration Of Persons To Report','23','6311','B','M3',2,'2','100.00%','19','10.53%',0),('Penalties / Failure To Report','23','6319','','M3',7,'7','100.00%','7','100.00%',0),('School Employee - Administrator Abuser','23','6352','A2','M3',4,'4','100.00%','4','100.00%',0),('Provide False Info to Enroll Child in School','24','13-1302','C','S',2,'2','100.00%','2','100.00%',0),('Sworn Statement','24','13-1304-A','A','M3',2,'2','100.00%','2','100.00%',0),('Violation Of Compulsory Attendance Req Parent, Etc','24','13-1333','A1','S',3,'3','100.00%','3','100.00%',0),('Hazing','24','5353','','M3',5,'5','100.00%','5','100.00%',0),('Declare as Resident When Individual is not Legal Resident','25','1703','A3','M1',2,'2','100.00%','29','6.90%',0),('Intentionally Impersonate Another','25','1703','A4','M1',27,'27','100.00%','29','93.10%',0),('Interference','25','1710','','M2',5,'5','100.00%','5','100.00%',0),('Solicitation of Registration','25','1713','A','M3',4,'4','100.00%','4','100.00%',0),('Petition: Affidavit of Circulator','25','2869','','M',1,'1','100.00%','1','100.00%',0),('Affidavits of Candidates','25','2870','','M',1,'1','100.00%','1','100.00%',0),('Reporting By Candidates','25','3246','A','M',6,'6','100.00%','6','100.00%',0),('Advertising','25','3258','A1','M',4,'4','100.00%','5','80.00%',0),('Advertising','25','3258','A2','M',1,'1','100.00%','5','20.00%',0),('Perjury/Election Code','25','3502','','M1',17,'17','100.00%','17','100.00%',0),('Insertion/Alteration Entries In Documents','25','3505','','M',1,'1','100.00%','1','100.00%',0),('False Signatures/Statements','25','3513','','M',156,'156','100.00%','156','100.00%',0),('Nomination Petitons','25','3514','','M',3,'3','100.00%','3','100.00%',0),('Forging And Destroying Ballots','25','3517','','M2',2,'2','100.00%','2','100.00%',0),('Tampering With Voting Machine','25','3518','','M2',3,'3','100.00%','3','100.00%',0),('Fraud By Election Officers','25','3525','','F3',1,'1','100.00%','1','100.00%',0),('Unlawful Voting','25','3533','','M1',1,'1','100.00%','1','100.00%',0),('Repeat Voting At Elections','25','3535','','F3',3,'3','100.00%','3','100.00%',0),('Failure To File Expense Account','25','3545','','M',2,'2','100.00%','2','100.00%',0),('Violations / Absentee Elector','25','3553','','F3',14,'16','87.50%','16','87.50%',0),('Violations / Absentee Elector','25','3553','','M',2,'16','12.50%','16','12.50%',0),('Violation of Provisions Relating to Absentee Voting','25','3554','A','M',1,'1','100.00%','1','100.00%',0),('Misrepresent accuracy of test or environmental sample','27','4110','A1','M3',55,'55','100.00%','55','100.00%',0),('Operate Waste Trans. Vehicle W/O Permit','27','6204','A','M3',1,'1','100.00%','1','100.00%',0),('PROHIBITING LOITERING','2OF2004','2','A','S',2,'2','100.00%','2','100.00%',0),('DRUG RELATED LOITERING','2OF2004','3','A','S',2,'2','100.00%','2','100.00%',0),('Health Requirements','3','2323','B2','M2',1,'1','100.00%','1','100.00%',0),('Dispose Dom. Animal Carcass W/in 48 Hrs','3','2352','A2','M2',13,'14','92.86%','27','48.15%',0),('Dispose Dom. Animal Carcass W/in 48 Hrs','3','2352','A2','S',1,'14','7.14%','27','3.70%',0),('Dispose Dead Dom. Animal by Burial','3','2352','A4I','M2',12,'13','92.31%','27','44.44%',0),('Dispose Dead Dom. Animal by Burial','3','2352','A4I','S',1,'13','7.69%','27','3.70%',0),('Sale/Propagation/Transport Noxious','3','255.4','','S',4,'4','100.00%','4','100.00%',0),('PAN HANDLING','3','3-367','','S',2,'2','100.00%','2','100.00%',0),('Hindering or Obstruction Officer; Penalties','3','4140','','M3',1,'1','100.00%','1','100.00%',0),('Fail Have Dog or Cat Vacc AG Rabies','3','455.8','A','S',615,'615','100.00%','1271','48.39%',0),('Vaccination against Rabies Required - 4 to 12 weeks old','3','455.8','A1','S',76,'76','100.00%','1271','5.98%',0),('Vaccination against Rabies Required - Proof of Vaccination','3','455.8','A2','S',482,'482','100.00%','1271','37.92%',0),('Vaccination against Rabies Required - Booster Vaccination','3','455.8','A3','S',3,'3','100.00%','1271','0.24%',0),('Fai Prov Pet Owners W Vacc Cert MFT Tag','3','455.8','C','S',94,'94','100.00%','1271','7.40%',0),('Owner or Operator of Kennel - Proof of Vaccination','3','455.8','G','S',1,'1','100.00%','1271','0.08%',0),('Application Dog License/Fees, Penalties','3','459-201','A','S',603,'603','100.00%','609','99.01%',0),('Penalty','3','459-201','C','S',6,'6','100.00%','609','0.99%',0),('Fail to Keep License Dog','3','459-202','A','M3',22,'24','91.67%','24','91.67%',0),('Fail to Keep License Dog','3','459-202','A','S',2,'24','8.33%','24','8.33%',0),('Fail Get Lic Move County to County','3','459-205','B','S',1,'1','100.00%','144','0.69%',0),('Fail Lic A Dog Over 3 Months of Age','3','459-205','C','M3',2,'143','1.40%','144','1.39%',0),('Fail Lic A Dog Over 3 Months of Age','3','459-205','C','S',141,'143','98.60%','144','97.92%',0),('Kennels: Applications, Kennels License Classifications and Fees','3','459-206','A','S',1,'1','100.00%','1','100.00%',0),('Unlawful to Operate Kennel W/O License','3','459-207','A.11','M3',11,'42','26.19%','128','8.59%',0),('Unlawful to Operate Kennel W/O License','3','459-207','A.11','S',31,'42','73.81%','128','24.22%',0),('Fail to Keep Kennel In Sanitary and & Humane Condition','3','459-207','B','M3',24,'59','40.68%','128','18.75%',0),('Fail to Keep Kennel In Sanitary and & Humane Condition','3','459-207','B','S',35,'59','59.32%','128','27.34%',0),('Fail to Keep Proper Kennel Records','3','459-207','C','M3',2,'27','7.41%','128','1.56%',0),('Fail to Keep Proper Kennel Records','3','459-207','C','S',25,'27','92.59%','128','19.53%',0),('Out of State Dealer Transaction Dogs Commonwealth','3','459-209','B','M3',3,'3','100.00%','3','100.00%',0),('Immediately Cease and Desist Operating A Kennel','3','459-211','C1I','M3',22,'22','100.00%','146','15.07%',0),('Acquire No Additional Dogs Nor Increase Number of Dogs','3','459-211','C1II','M3',59,'59','100.00%','146','40.41%',0),('Notify the Department Prior to the Euthanization of Any Dog','3','459-211','C1III','M3',1,'1','100.00%','146','0.68%',0),('Permit State Dog Warden to Inspect the Kennel','3','459-211','C1IV','M3',64,'64','100.00%','146','43.84%',0),('Fail to Keep Dog Quarantined','3','459-301','','S',2,'2','100.00%','2','100.00%',0),('Unlicensed Dogs','3','459-302','C','M3',22,'22','100.00%','22','100.00%',0),('Fail Keep Dog Conf & Cont Properly','3','459-305','','M3',3,'3','100.00%','1047','0.29%',0),('Confinement of Dogs/Premises','3','459-305','1','M3',2,'5','40.00%','1047','0.19%',0),('Confinement of Dogs/Premises','3','459-305','1','S',3,'5','60.00%','1047','0.29%',0),('Confinement of Dogs/Collar and Chain','3','459-305','2','M3',3,'3','100.00%','1047','0.29%',0),('Confined Within Premises of the Owner','3','459-305','A1','M3',644,'818','78.73%','1047','61.51%',0),('Confined Within Premises of the Owner','3','459-305','A1','S',174,'818','21.27%','1047','16.62%',0),('Confinement and Control - Firmly Secured by Collar or Chain','3','459-305','A2','M3',107,'144','74.31%','1047','10.22%',0),('Confinement and Control - Firmly Secured by Collar or Chain','3','459-305','A2','S',37,'144','25.69%','1047','3.53%',0),('Unlawful Confinement and Control','3','459-305','A3','M3',44,'74','59.46%','1047','4.20%',0),('Unlawful Confinement and Control','3','459-305','A3','S',30,'74','40.54%','1047','2.87%',0),('Failure to Produce License','3','459-401','E','S',3,'3','100.00%','3','100.00%',0),('Killing Dogs - Licensed Dogs Not Included','3','459-501','C','S',1,'1','100.00%','1','100.00%',0),('Dog Bites/Confine and Isolation','3','459-502','A','M3',4,'30','13.33%','30','13.33%',0),('Dog Bites/Confine and Isolation','3','459-502','A','S',26,'30','86.67%','30','86.67%',0),('Harbor/Determ Dangerous Dog','3','459-502-A','A','S',31,'31','100.00%','120','25.83%',0),('Inflicts severe harm to human being without provocation on public or private property','3','459-502-A','A1I','S',26,'26','100.00%','120','21.67%',0),('Harbor Dangerous Dog - Kill/Injures Domestic Animal','3','459-502-A','A1II','S',12,'12','100.00%','120','10.00%',0),('Dog Attacks Human W/O Provocation','3','459-502-A','A1III','S',32,'32','100.00%','120','26.67%',0),('Dog Used in Commission of Crime','3','459-502-A','A1IV','S',3,'3','100.00%','120','2.50%',0),('History of Attacking W/O Provocation','3','459-502-A','A2I','S',9,'9','100.00%','120','7.50%',0),('Propensity to Attack W/O Provocation','3','459-502-A','A2II','S',2,'2','100.00%','120','1.67%',0),('Own Dangerous Dog W/O Certificate','3','459-502-A','C','S',3,'3','100.00%','120','2.50%',0),('Disposition of Dog During Court Proceedings','3','459-502-A','D','S',2,'2','100.00%','120','1.67%',0),('Liability Ins For Dangerous Dog','3','459-503-A','D1','M3',1,'1','100.00%','1','100.00%',0),('Control of Dangerous Dogs','3','459-504-A','','M2',1,'4','25.00%','4','25.00%',0),('Fail To Control Dangerous Dog','3','459-504-A','','M3',3,'4','75.00%','4','75.00%',0),('Fail To Reg/Restrain Dangerous Dog','3','459-505-A','A','M3',3,'3','100.00%','678','0.44%',0),('Dogs Not Validly Registered Under Act','3','459-505-A','A1','M2',20,'178','11.24%','678','2.95%',0),('Dogs Not Validly Registered Under Act','3','459-505-A','A1','M3',158,'178','88.76%','678','23.30%',0),('Failure to comply with Sections 503-A or 503-4','3','459-505-A','A2','M2',12,'211','5.69%','678','1.77%',0),('Failure to comply with Sections 503-A or 503-4','3','459-505-A','A2','M3',199,'211','94.31%','678','29.35%',0),('Dogs Not Maintained in Proper Enclosure','3','459-505-A','A3','M2',3,'35','8.57%','678','0.44%',0),('Dogs Not Maintained in Proper Enclosure','3','459-505-A','A3','M3',32,'35','91.43%','678','4.72%',0),('Dogs Outside Dwelling/Enclosure Not Physical Restraint','3','459-505-A','A4','M2',13,'58','22.41%','678','1.92%',0),('Dogs Outside Dwelling/Enclosure Not Physical Restraint','3','459-505-A','A4','M3',45,'58','77.59%','678','6.64%',0),('Dog W/O Muzzle','3','459-505-A','A5','M2',5,'57','8.77%','678','0.74%',0),('Dog W/O Muzzle','3','459-505-A','A5','M3',52,'57','91.23%','678','7.67%',0),('Dog W/O Muzzle or Supervision','3','459-505-A','A6','M2',10,'52','19.23%','678','1.47%',0),('Dog W/O Muzzle or Supervision','3','459-505-A','A6','M3',42,'52','80.77%','678','6.19%',0),('Neg Cond - Dangerous Dog Attack','3','459-505-A','B','M2',41,'41','100.00%','678','6.05%',0),('Dog Attack Causing Serious Injury or Death','3','459-505-A','C','M1',43,'43','100.00%','678','6.34%',0),('Pl Pois Wh Could Be Found/Eat by Dog','3','459-601','B','S',1,'1','100.00%','44','2.27%',0),('Abandon Any Dog Within Commonwealth','3','459-601','C1','M3',7,'43','16.28%','44','15.91%',0),('Abandon Any Dog Within Commonwealth','3','459-601','C1','S',36,'43','83.72%','44','81.82%',0),('Illegal to Taunt Law Enforcement Dogs','3','459-602','A','F3',2,'2','100.00%','2','100.00%',0),('Illegal Trans Ownership of Pup - Under Eight Weeks Old','3','459-603','B','S',47,'47','100.00%','51','92.16%',0),('Illegal For Certain Persons to Transfer Dogs','3','459-603','C','M3',4,'4','100.00%','51','7.84%',0),('False Statement or Conceal Facts','3','459-801','','S',2,'2','100.00%','2','100.00%',0),('Burdens of Proof - Licensing','3','459-802','A','S',1,'1','100.00%','1','100.00%',0),('Spraying or Neutering as Condition for Release of Certain Animal','3','459-902-A','','S',1,'1','100.00%','1','100.00%',0),('Violation','3','459-903','','M3',1,'1','100.00%','1','100.00%',0),('General/Special Rules And Regulations','30','2102','A','S3',15,'15','100.00%','108','13.89%',0),('Rules/Regs Seasons Sizes & Poss Limits','30','2102','B','S3',61,'61','100.00%','108','56.48%',0),('Rules/Regs Transp & Sale Of Fish','30','2102','C','S2',31,'31','100.00%','108','28.70%',0),('Rules/Regs Traps Seines Nets Etc','30','2102','D','S1',1,'1','100.00%','108','0.93%',0),('Fish In Hatchery/Nursery Waters','30','2106','A','S1',2,'2','100.00%','2','100.00%',0),('Serious unlawful take - closed season in excess of $500','30','2109','A1','M2',13,'13','100.00%','28','46.43%',0),('Serious unlawful take - three or more times daily limit','30','2109','A2','M2',15,'15','100.00%','28','53.57%',0),('Taking or possession by illegal methods','30','2110','A','M2',6,'9','66.67%','9','66.67%',0),('Taking or possession by illegal methods','30','2110','A','S1',3,'9','33.33%','9','33.33%',0),('Viol Rule Reg Or Permit','30','2305','B','M3',12,'12','100.00%','12','100.00%',0),('Unlaw Dr M V Lands W/O Perm','30','2501','A2','S2',27,'27','100.00%','40','67.50%',0),('Starting Etc Open Fire W/O Permission','30','2501','A3','S3',13,'13','100.00%','40','32.50%',0),('Disturbing Waterways Or Watersheds','30','2502','A','M3',22,'22','100.00%','22','100.00%',0),('Littering Near Waters','30','2503','A','S1',16,'49','32.65%','49','32.65%',0),('Littering Near Waters','30','2503','A','S3',33,'49','67.35%','49','67.35%',0),('Put Elec Explos Pois Subst In Water','30','2504','A1','M3',3,'3','100.00%','43','6.98%',0),('Allow Subst Del Dist Poison Fish To Fl','30','2504','A2','M3',40,'40','100.00%','43','93.02%',0),('Sale of Certain Fish, Reptiles, and Amphibians Prohibited','30','2507','A','M3',5,'21','23.81%','21','23.81%',0),('Sale of Certain Fish, Reptiles, and Amphibians Prohibited','30','2507','A','S1',16,'21','76.19%','21','76.19%',0),('Restrictions on Transport, Sale, Importation, or Release of Non-Native Injurious Fish','30','2508','A','M3',3,'3','100.00%','3','100.00%',0),('Fishing Without License','30','2703','A','S3',25,'29','86.21%','29','86.21%',0),('Fishing Without License','30','2703','A','S4',4,'29','13.79%','29','13.79%',0),('Use Improp Lic Or Make False App','30','2705','A','S2',3,'3','100.00%','3','100.00%',0),('Issue Lic W/O Appoint & Bond','30','2711','A','S3',1,'1','100.00%','21','4.76%',0),('Issue Lic W/O Prop Compens/Fee','30','2711','B','S1',20,'20','100.00%','21','95.24%',0),('Fail To Obtain Seine','30','2903','B7','M3',2,'2','100.00%','140','1.43%',0),('Fail To Follow Rules/Regs','30','2903','E','M3',22,'22','100.00%','140','15.71%',0),('Use Pound Nets','30','2903','G','M3',116,'116','100.00%','140','82.86%',0),('Permits for Protection of Fish - General Rule','30','2904','A','S2',48,'142','33.80%','142','33.80%',0),('Permits for Protection of Fish - General Rule','30','2904','A','S3',94,'142','66.20%','142','66.20%',0),('Permit Required','30','2907.2','A','S3',32,'32','100.00%','32','100.00%',0),('Violation Of Other Persons','30','3109','','S1',1,'1','100.00%','1','100.00%',0),('Individual Entering An Exclusion Marked Zone','30','3510','H3','S',1,'2','50.00%','2','50.00%',0),('Individual Entering An Exclusion Marked Zone','30','3510','H3','S3',1,'2','50.00%','2','50.00%',0),('Mandatory program of Boater Education','30','5103','A','S2',18,'18','100.00%','32','56.25%',0),('Possess Cert of Boat Safety Ed While Oper Craft','30','5103','D1','S2',14,'14','100.00%','32','43.75%',0),('Viol Rules/Regs-Regist Motorboats','30','5122','A1','S3',2,'2','100.00%','20','10.00%',0),('Violate Rules/Regs-Display Of Numbers','30','5122','A3','S3',1,'12','8.33%','20','5.00%',0),('Violate Rules/Regs-Display Of Numbers','30','5122','A3','S4',11,'12','91.67%','20','55.00%',0),('Violate Rules/Regs Renewal Cert Reg','30','5122','A4','S4',1,'1','100.00%','20','5.00%',0),('Violate Rules/Regs Trans Ownership Boat','30','5122','A5','S3',1,'1','100.00%','20','5.00%',0),('Violate Rules/Regs-Disp Capacity Plate','30','5122','A7','S3',2,'4','50.00%','20','10.00%',0),('Violate Rules/Regs-Disp Capacity Plate','30','5122','A7','S4',2,'4','50.00%','20','10.00%',0),('General Boating Regulations','30','5123','A','S2',14,'116','12.07%','503','2.78%',0),('General Boating Regulations','30','5123','A','S3',102,'116','87.93%','503','20.28%',0),('Viol Rules/Reg Prot Health/Safety','30','5123','A1','S2',57,'57','100.00%','503','11.33%',0),('Viol Rules/Regs Prot Pro/Fish Near Water','30','5123','A2','S3',2,'2','100.00%','503','0.40%',0),('Viol Rules/Regs Boat Noise/Levels','30','5123','A3','S3',2,'2','100.00%','503','0.40%',0),('Viol Rules/Regs Capacity Loadg Boats','30','5123','A4','S3',7,'7','100.00%','503','1.39%',0),('Viol Rules/Regs Equip Req','30','5123','A5','S2',2,'310','0.65%','503','0.40%',0),('Viol Rules/Regs Equip Req','30','5123','A5','S3',308,'310','99.35%','503','61.23%',0),('Viol Rules/Regs Lights Signals Etc','30','5123','A6','S3',9,'9','100.00%','503','1.79%',0),('Viol Rules Regs Artif/Nat Waters','30','5124','A','S3',43,'43','100.00%','43','100.00%',0),('Oper Motorboat W/O Regist','30','5301','A','S3',20,'20','100.00%','20','100.00%',0),('Issuing Agents - Disposition of Moneys','30','5304','D','S1',41,'41','100.00%','41','100.00%',0),('Application For Registration / Penalty','30','5305','C','S2',1,'1','100.00%','1','100.00%',0),('Fail Have Cert Regis Avail Inspec','30','5306','B','S',15,'15','100.00%','15','100.00%',0),('Display of Registration Number','30','5310','A','S4',10,'10','100.00%','10','100.00%',0),('Tamper With Identification Number','30','5311','A','S1',2,'2','100.00%','2','100.00%',0),('Operating A Boat W/O A Certificate Of Title','30','5326','A1','S2',1,'1','100.00%','27','3.70%',0),('Possessing, Buy, Etc. Boat W/O Hull Id Number','30','5326','A10','M3',4,'4','100.00%','27','14.81%',0),('Destroy, Remove, Etc. Boat\'s Hull Id Number','30','5326','A11','M3',2,'2','100.00%','27','7.41%',0),('Altering/Forging A Certificate Of Title','30','5326','A4','M3',4,'4','100.00%','27','14.81%',0),('Altering/Forging A Manufacturer\'s/Importers Cert.','30','5326','A5','M3',1,'1','100.00%','27','3.70%',0),('Altering/Forging Any Assignment Of Cert. Of Title','30','5326','A6','M3',4,'4','100.00%','27','14.81%',0),('Holding/Using Cert. Of Title Known Altered/Forged','30','5326','A7','M3',5,'5','100.00%','27','18.52%',0),('Using False Name/Address On Application Cert.Title','30','5326','A8','M3',3,'3','100.00%','27','11.11%',0),('Procure/Attempt For Cert. Of Title For Stolen Boat','30','5326','A9','M3',3,'3','100.00%','27','11.11%',0),('Reckless Operation Of A Watercraft','30','5501','A','M3',109,'109','100.00%','344','31.69%',0),('Negligent Operation Of A Watercraft','30','5501','B','S1',235,'235','100.00%','344','68.31%',0),('Operating Watercraft With High Rate of Alcohol - 1st Offense','30','5502','A.1*','M',245,'245','100.00%','881','27.81%',0),('Operating Watercraft With High Rate of Alcohol - 2nd Offense','30','5502','A.1**','M',9,'245','3.67%','881','1.02%',0),('Operating Watercraft With High Rate of Alcohol - 3rd or Subsequent Offense','30','5502','A.1***','M1',3,'245','1.22%','881','0.34%',0),('Operating Watercraft With Highest Rate of Alcohol - 1st Offense','30','5502','A.2*','M',105,'105','100.00%','881','11.92%',0),('Operating Watercraft With Highest Rate of Alcohol - 2nd Offense','30','5502','A.2**','M1',6,'105','5.71%','881','0.68%',0),('Operating Watercraft With Highest Rate of Alcohol - 3rd or Subsequent Offense','30','5502','A.2***','M1',2,'105','1.90%','881','0.23%',0),('Operating Watercraft With Any Amount of Schedule I, II, III or Metabolite in System - 1st Offense','30','5502','A.31*','M',14,'14','100.00%','881','1.59%',0),('Operating Watercraft With Any Amount of Schedule I in System - 1st Offense','30','5502','A.31I*','M',12,'12','100.00%','881','1.36%',0),('Operating Watercraft With Any Amount of Schedule II or III in System - 1st Offense','30','5502','A.31II*','M',5,'5','100.00%','881','0.57%',0),('Operating Watercraft With Any Amount of Schedule II or III in System - 2nd Offense','30','5502','A.31II**','M1',1,'5','20.00%','881','0.11%',0),('Operating Watercraft With Any Amount of Metabolite of Schedule I, II, or III - 1st Offense','30','5502','A.31III*','M',4,'4','100.00%','881','0.45%',0),('Operating Watercraft Under Combination of Alcohol and Drug or Different Drugs- 1st Offense','30','5502','A.32*','M',8,'8','100.00%','881','0.91%',0),('Individual Unable to Safely Operate Watercraft Due to Alcohol or Drugs - 1st Offense','30','5502','A.33*','M',8,'8','100.00%','881','0.91%',0),('Individual Unable to Safely Operate Watercraft Due to Alcohol or Drugs - 2nd Offense','30','5502','A.33**','M1',2,'8','25.00%','881','0.23%',0),('Individual Unable to Safely Operate Watercraft Due to Alcohol or Drugs - 3rd Offense','30','5502','A.33***','M1',1,'8','12.50%','881','0.11%',0),('Minor Operating Watercraft With Alcohol in Breath or Blood of .02% or Greater - 1st Offense','30','5502','A.4*','M',12,'12','100.00%','881','1.36%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test- 1st Offense','30','5502','A1*','M',339,'339','100.00%','881','38.48%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test - 2nd Offense','30','5502','A1**','M',11,'339','3.24%','881','1.25%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test - 2nd Offense','30','5502','A1**','M1',3,'339','0.88%','881','0.34%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test - 3rd or Subseque','30','5502','A1***','M1',1,'339','0.29%','881','0.11%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test - 3rd or Subseque','30','5502','A1***','M2',4,'339','1.18%','881','0.45%',0),('Alcohol in Breath or Blood Between .08% and .10% While Operating Watercraft - 1st Offense','30','5502','A2*','M',79,'79','100.00%','881','8.97%',0),('Alcohol in Breath or Blood Between .08% and .10% While Operating Watercraft - 2nd Offense','30','5502','A2**','M',7,'79','8.86%','881','0.79%',0),('Homicide Veh Wh Op Watercraft Influ','30','5502.1','A','F3',1,'1','100.00%','1','100.00%',0),('Homicide By Watercraft','30','5502.2','','M1',6,'6','100.00%','6','100.00%',0),('Aggravated Assault By Watercraft While Operating Under Influence','30','5502.3','A','F2',1,'1','100.00%','1','100.00%',0),('Fail To File Accident Report','30','5503','A','S2',3,'4','75.00%','4','75.00%',0),('Fail To File Accident Report','30','5503','A','S3',1,'4','25.00%','4','25.00%',0),('Unauthorized operation of boats - consent required','30','5505','A','S1',2,'2','100.00%','2','100.00%',0),('Permitting violation','30','5506','B','S1',1,'1','100.00%','1','100.00%',0),('Duty to give information','30','5507','B','M1',4,'4','100.00%','7','57.14%',0),('Duty to render aid','30','5507','C','M1',2,'2','100.00%','7','28.57%',0),('Duty to remain at/near scene','30','5507','D','M1',1,'1','100.00%','7','14.29%',0),('Viol Comm Rules/Regs Control Property','30','741','A','S3',59,'59','100.00%','59','100.00%',0),('Interfer W/Ofer Perf Duties','30','904','A','S1',28,'28','100.00%','54','51.85%',0),('Resisting Inspection or Apprehension','30','904','A.1','M1',18,'18','100.00%','54','33.33%',0),('Assaulting an Officer','30','904','B','F1',2,'4','50.00%','54','3.70%',0),('Cause/Att Injury Ofer Perf Duties','30','904','B','F2',2,'4','50.00%','54','3.70%',0),('Producing Identification','30','904','C','S2',4,'4','100.00%','54','7.41%',0),('Fleeing Or Attempt To Elude Officer','30','906','A','S1',30,'30','100.00%','30','100.00%',0),('False Id or Stmts on Reports','30','908','','S1',6,'6','100.00%','6','100.00%',0),('Revocation, Suspension, Or Denial Of License','30','928','D','M3',7,'11','63.64%','11','63.64%',0),('Revocation, Suspension, Or Denial Of License','30','928','D','S1',4,'11','36.36%','11','36.36%',0),('Prohibited Acts','31','20.3','10','M3',4,'4','100.00%','4','100.00%',0),('Sell Adult Frozen Dessert Product','31','417-2','A1','M3',3,'3','100.00%','3','100.00%',0),('Maliciously Set/Cause Fire To Forest','32','344','B','F',24,'24','100.00%','24','100.00%',0),('Cave Protection-Violations','32','5605','','S',7,'7','100.00%','8','87.50%',0),('Cave Protection: break, tamper, etc with lock or door or entrance to cave','32','5605','2','S',1,'1','100.00%','8','12.50%',0),('Violate Rules, Regs Game Commission','34','2102','A','S',6,'53','11.32%','65','9.23%',0),('Violate Rules, Regs Game Commission','34','2102','A','S5',47,'53','88.68%','65','72.31%',0),('Seasons Poss Bag Limits Devices','34','2102','B1','S1',2,'5','40.00%','65','3.08%',0),('Seasons Poss Bag Limits Devices','34','2102','B1','S5',3,'5','60.00%','65','4.62%',0),('Traps Firearms Ammun And Other Devices','34','2102','D','S2',1,'7','14.29%','65','1.54%',0),('Traps Firearms Ammun And Other Devices','34','2102','D','S3',2,'7','28.57%','65','3.08%',0),('Traps Firearms Ammun And Other Devices','34','2102','D','S5',4,'7','57.14%','65','6.15%',0),('Violates Federal Laws','34','2103','A','S5',10,'10','100.00%','10','100.00%',0),('Unlawful Killing As Means Of Protection','34','2141','A','S1',1,'1','100.00%','1','100.00%',0),('Unlaw Import Of Game Or Wildlife','34','2163','A','S5',4,'4','100.00%','6','66.67%',0),('Unlaw Import Of Game Or Wildlife','34','2163','B','S5',2,'2','100.00%','6','33.33%',0),('Unlaw Killing Etc Protected Birds','34','2164','A','M',1,'42','2.38%','42','2.38%',0),('Unlaw Killing Etc Protected Birds','34','2164','A','M3',36,'42','85.71%','42','85.71%',0),('Unlaw Killing Etc Protected Birds','34','2164','A','S5',5,'42','11.90%','42','11.90%',0),('Poss Transp Etc Threat Species','34','2167','B','F3',2,'3','66.67%','5','40.00%',0),('Poss Transp Etc Threat Species','34','2167','B','M2',1,'3','33.33%','5','20.00%',0),('Purchase Sale Etc Threatened Species','34','2167','C','M1',1,'2','50.00%','5','20.00%',0),('Purchase Sale Etc Threatened Species','34','2167','C','M2',1,'2','50.00%','5','20.00%',0),('General Rule - interfere with taking of wildlife','34','2302','A','S2',1,'1','100.00%','12','8.33%',0),('Interfere Taking Wildlife - Drive/Disturb Wildlife','34','2302','A.1-1','S2',4,'4','100.00%','12','33.33%',0),('Interfere Taking Wildlife - Block/Impede/Harass','34','2302','A.1-2','S2',5,'5','100.00%','12','41.67%',0),('Inter W/Lawful Hunting/Trapping','34','2302','A1','S2',2,'2','100.00%','12','16.67%',0),('Unlaw Person Hunt For Fur/Game On Sun','34','2303','A','S5',3,'3','100.00%','3','100.00%',0),('Retrieval Retain Dipose Of Game/Wild','34','2305','A','S4',25,'25','100.00%','25','100.00%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','M2',11,'494','2.23%','494','2.23%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','S',11,'494','2.23%','494','2.23%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','S1',18,'494','3.64%','494','3.64%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','S2',242,'494','48.99%','494','48.99%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','S3',3,'494','0.61%','494','0.61%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','S4',15,'494','3.04%','494','3.04%',0),('Taking/Poss Of Game Or Wildlife','34','2307','A','S5',194,'494','39.27%','494','39.27%',0),('Use of Device/Method Prohibited By Chap','34','2308','A10','S4',10,'10','100.00%','402','2.49%',0),('Use Semiautomatic Rifle or Pistol','34','2308','A2','S5',7,'7','100.00%','402','1.74%',0),('Use Semi-Auto Shotgun/Magazine Shot','34','2308','A4','S5',3,'3','100.00%','402','0.75%',0),('Use Veh Conv Propelled By Other Than Mp','34','2308','A7','S3',366,'366','100.00%','402','91.04%',0),('Use Of Artificial/Natural Bait','34','2308','A8','S4',16,'16','100.00%','402','3.98%',0),('Unlaw Use Of Artificial Light','34','2310','A1','S5',197,'197','100.00%','382','51.57%',0),('Unlaw Use Of Artificial Light','34','2310','A2','F3',3,'149','2.01%','382','0.79%',0),('Unlaw Use Of Artificial Light','34','2310','A2','M',67,'149','44.97%','382','17.54%',0),('Unlaw Use Of Artificial Light','34','2310','A2','M1',36,'149','24.16%','382','9.42%',0),('Unlaw Use Of Artificial Light','34','2310','A2','S1',40,'149','26.85%','382','10.47%',0),('Unlaw Use Of Artificial Light','34','2310','A2','S5',3,'149','2.01%','382','0.79%',0),('Unlaw Use Of Artificial Light','34','2310','A3','M',32,'36','88.89%','382','8.38%',0),('Unlaw Use Of Artificial Light','34','2310','A3','M1',1,'36','2.78%','382','0.26%',0),('Unlaw Use Of Artificial Light','34','2310','A3','S1',3,'36','8.33%','382','0.79%',0),('Recreational Spotlight Frighten Cert Anim','34','2311','A2','S5',2,'2','100.00%','91','2.20%',0),('Recreational Spot Search For Wild/Game','34','2311','A3','S5',87,'87','100.00%','91','95.60%',0),('Recreational Spot Search For Wild/Game','34','2311','A4','S5',2,'2','100.00%','91','2.20%',0),('Buying And Selling Game/WildLife','34','2312','A','F3',52,'135','38.52%','135','38.52%',0),('Buying And Selling Game/WildLife','34','2312','A','M',45,'135','33.33%','135','33.33%',0),('Buying And Selling Game/WildLife','34','2312','A','M1',15,'135','11.11%','135','11.11%',0),('Buying And Selling Game/WildLife','34','2312','A','M2',3,'135','2.22%','135','2.22%',0),('Buying And Selling Game/WildLife','34','2312','A','S1',20,'135','14.81%','135','14.81%',0),('Violate Rules and Regulations While Trespassing','34','2314','A','S',3,'47','6.38%','47','6.38%',0),('Violate Rules and Regulations While Trespassing','34','2314','A','S5',44,'47','93.62%','47','93.62%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','A1','F3',189,'966','19.57%','1382','13.68%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','A1','M',417,'966','43.17%','1382','30.17%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','A1','M1',171,'966','17.70%','1382','12.37%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','A1','S1',189,'966','19.57%','1382','13.68%',0),('Take/Kill Big Game-Beyond Daily/Season Limits','34','2321','A2','F3',136,'416','32.69%','1382','9.84%',0),('Take/Kill Big Game-Beyond Daily/Season Limits','34','2321','A2','M',138,'416','33.17%','1382','9.99%',0),('Take/Kill Big Game-Beyond Daily/Season Limits','34','2321','A2','M1',90,'416','21.63%','1382','6.51%',0),('Take/Kill Big Game-Beyond Daily/Season Limits','34','2321','A2','S1',51,'416','12.26%','1382','3.69%',0),('Poss Trans Big Game Unlaw Killed','34','2321','A2','S2',1,'416','0.24%','1382','0.07%',0),('Hunt Etc Big Game W Unlaw Dev','34','2322','A1','S5',5,'5','100.00%','5','100.00%',0),('Fail To Attach Tag To Big Game','34','2323','A1','S5',66,'66','100.00%','80','82.50%',0),('Fail To Pres Big Game Insp Check Stat','34','2323','A2','S5',4,'4','100.00%','80','5.00%',0),('Report Killing of Big Game Within 10 Days','34','2323','A3','S8',9,'9','100.00%','80','11.25%',0),('Poss Tags After Killing Legal Limit','34','2323','F','S5',1,'1','100.00%','80','1.25%',0),('Roster of Parties Hunting Big Game/Inspection','34','2324','A','S7',2,'2','100.00%','2','100.00%',0),('Excess Kill Of Big Game','34','2326','A','S2',2,'4','50.00%','4','50.00%',0),('Excess Kill Of Big Game','34','2326','A','S4',2,'4','50.00%','4','50.00%',0),('Transport/Ship Big Game W/O Proper Tag','34','2328','A','S5',3,'3','100.00%','3','100.00%',0),('Take Kill Furbear Out of Season','34','2361','A1','S4',1,'1','100.00%','167','0.60%',0),('Unlawful Trap-No Identification Tag','34','2361','A12','S5',2,'2','100.00%','167','1.20%',0),('Unlaw Poss Of Green Pelt','34','2361','A2','S5',62,'62','100.00%','167','37.13%',0),('Stake Out or Traps W/O Permit','34','2361','A4','S5',57,'57','100.00%','167','34.13%',0),('Buying/Selling/Export of Furbear','34','2361','A5','S5',45,'45','100.00%','167','26.95%',0),('Allow Dog To Chase Etc Wildlife Game','34','2381','','S5',2,'2','100.00%','2','100.00%',0),('Use Dog In Purs Injur Kill Big Game','34','2383','','S3',2,'2','100.00%','2','100.00%',0),('Hunt/Fur Take Under Influ Alcohol','34','2501','A1','M',14,'29','48.28%','53','26.42%',0),('Hunt/Fur Take Under Influ Alcohol','34','2501','A1','M3',15,'29','51.72%','53','28.30%',0),('Hunt/Fur Take Under Influ Cont Subs.','34','2501','A2','M3',4,'4','100.00%','53','7.55%',0),('Hunt/Fur Take Under Conbined Influ.','34','2501','A3','M',1,'1','100.00%','53','1.89%',0),('Hunt/Fur Take Under Influ Alco .10 Greater','34','2501','A4I','M3',19,'19','100.00%','53','35.85%',0),('Unlaw Pres Loaded Firearm Veh','34','2503','A','S4',230,'355','64.79%','355','64.79%',0),('Unlaw Pres Loaded Firearm Veh','34','2503','A','S5',125,'355','35.21%','355','35.21%',0),('Unlaw Shooting On Or Across Hwy','34','2504','A','S4',104,'104','100.00%','104','100.00%',0),('Unlawful Hunting in Safety Zone','34','2505','A','S',81,'81','100.00%','81','100.00%',0),('Unlaw Hunting Etc In Burial Gr','34','2506','A','S4',1,'1','100.00%','1','100.00%',0),('Shooting At Mark/Target During Season','34','2507','A1','S4',8,'8','100.00%','16','50.00%',0),('Disch Fire/Arrow Random Fright Big Game','34','2507','A2','S4',3,'3','100.00%','16','18.75%',0),('Discharge Of Firearm/Arrow At Random','34','2507','A3','S4',5,'5','100.00%','16','31.25%',0),('Discharge Of Firearm Etc At Park/Resort','34','2508','A2','S4',5,'5','100.00%','5','100.00%',0),('Damage Real/Personal Property','34','2509','A1','S5',9,'9','100.00%','9','100.00%',0),('Littering While Hunting/Furtaking','34','2510','A1','S3',20,'23','86.96%','25','80.00%',0),('Littering While Hunting/Furtaking','34','2510','A1','S7',3,'23','13.04%','25','12.00%',0),('Drive Mot Vehic Cleared Field W/O Perm','34','2510','A2','S7',2,'2','100.00%','25','8.00%',0),('Stand Or Platform Caus Damage To Tree','34','2511','A2','S5',1,'1','100.00%','1','100.00%',0),('Cutting Down Trees Etc','34','2512','A2','S5',11,'11','100.00%','40','27.50%',0),('Acts To Detriment of Lands Structures','34','2512','A3','S5',8,'8','100.00%','40','20.00%',0),('Removal Of Organic/Inorganic Mater','34','2512','A4','S5',1,'1','100.00%','40','2.50%',0),('Destruc/Multila Of Sign/Placard','34','2512','A5','S5',9,'9','100.00%','40','22.50%',0),('Unlaw Acts/Viol Rule Or Reg Of Commission','34','2512','A8','S5',11,'11','100.00%','40','27.50%',0),('Fail To Report Hunting Accident','34','2521','A','S4',1,'1','100.00%','1','100.00%',0),('Shoot At Kill Inj Human Hunting','34','2522','A','M1',10,'54','18.52%','54','18.52%',0),('Shoot At Kill Inj Human Hunting','34','2522','A','M2',25,'54','46.30%','54','46.30%',0),('Shoot At Kill Inj Human Hunting','34','2522','A','S1',19,'54','35.19%','54','35.19%',0),('Fail Render Assis After Hunt Accid','34','2523','A','M2',8,'9','88.89%','9','88.89%',0),('Fail Render Assis After Hunt Accid','34','2523','A','S1',1,'9','11.11%','9','11.11%',0),('Fail To Wear Protective Materials','34','2524','A','S5',6,'6','100.00%','6','100.00%',0),('Hunt Without Securing License','34','2711','A1','S3',77,'83','92.77%','214','35.98%',0),('Hunt Without Securing License','34','2711','A1','S5',1,'83','1.20%','214','0.47%',0),('Hunt Without Securing License','34','2711','A1','S8',5,'83','6.02%','214','2.34%',0),('Hunt During Per Time Privil Rev','34','2711','A10','S1',46,'47','97.87%','214','21.50%',0),('Hunt During Per Time Privil Rev','34','2711','A10','S5',1,'47','2.13%','214','0.47%',0),('Dupl Per Lic Tags Etc','34','2711','A11','S1',2,'2','100.00%','214','0.93%',0),('Fail Pres Pos Id On Land Of Anoth','34','2711','A12','S5',2,'2','100.00%','214','0.93%',0),('Viol Regs Prom Under Auth Subchap','34','2711','A13','S5',2,'2','100.00%','214','0.93%',0),('Procure License With Incorrect Name','34','2711','A2','S5',25,'25','100.00%','214','11.68%',0),('Lend License/Kill Tag','34','2711','A3','S5',4,'4','100.00%','214','1.87%',0),('Assist Person Not Entit Obtain Lic','34','2711','A4','S5',27,'27','100.00%','214','12.62%',0),('Possess Rpt Card Lic Tag Another','34','2711','A5','S5',19,'19','100.00%','214','8.88%',0),('Use Firearm Underage W/O Proper Accomp','34','2711','A8','S7',3,'3','100.00%','214','1.40%',0),('Exer Priv Permit W/O Obt Permit','34','2908','A1','S5',60,'60','100.00%','62','96.77%',0),('Fail Submit Report/Keep Accurate Rec','34','2908','A5','S5',1,'1','100.00%','62','1.61%',0),('Violate Subchapter/Regulations','34','2908','A6','S5',1,'1','100.00%','62','1.61%',0),('Control Of Property Regulations','34','721','A','S5',97,'97','100.00%','97','100.00%',0),('Violate Propagation Regulations','34','728','A','S5',1,'1','100.00%','1','100.00%',0),('Resisting/Interfering with officer - General off','34','904','A','S1',43,'43','100.00%','51','84.31%',0),('Resisting/Interfering w/ Officer - Fail Produce ID','34','904','B1','S5',5,'5','100.00%','51','9.80%',0),('Resisting/Interfering w/ Officer - False ID','34','904','B2','S2',3,'3','100.00%','51','5.88%',0),('False Or Fraud Stmt On Reports','34','906','','S4',28,'28','100.00%','28','100.00%',0),('Vehicle Operation To Avoid I.D./Inspection','34','907','','S4',16,'16','100.00%','16','100.00%',0),('Mandatory Oral Reporting To The Agency','35','10225.701','A1','S',3,'3','100.00%','3','100.00%',0),('Sale of Fireworks Prohibited','35','1272','','S',1,'1','100.00%','1','100.00%',0),('Licensee Bond','35','1273','','S',1,'1','100.00%','1','100.00%',0),('Sale, Possession and Use of Fireworks','35','1275','','F3',3,'49','6.12%','49','6.12%',0),('Sale, Possession and Use of Fireworks','35','1275','','M2',21,'49','42.86%','49','42.86%',0),('Sale, Possession and Use of Fireworks','35','1275','','S',25,'49','51.02%','49','51.02%',0),('Local Per For Agricultural Purposes','35','1275.1','','S',1,'1','100.00%','1','100.00%',0),('Facility Shall Comply With PA Construction Code Act','35','1275.3','1','M2',3,'3','100.00%','3','100.00%',0),('Using Consumer Fireworks','35','1277','1','S',22,'22','100.00%','42','52.38%',0),('Selling Consumer Fireworks','35','1277','2','M2',11,'11','100.00%','42','26.19%',0),('Selling Display Fireworks','35','1277','3','F3',4,'4','100.00%','42','9.52%',0),('Selling Federally Illegal Explosives','35','1277','4','F3',5,'5','100.00%','42','11.90%',0),('Violation Of Provisions','35','1331.19','A','S',8,'8','100.00%','8','100.00%',0),('Violate Rul/Reg/Order Of Dept.','35','4008','','M2',3,'3','100.00%','3','100.00%',0),('Penalties: Misdemeanors','35','450.902','','M',2,'2','100.00%','2','100.00%',0),('Penalty','35','5310','','M3',163,'163','100.00%','163','100.00%',0),('Illegal Use or Disclosure of E-911 Service Database','35','5311.8','B1','M3',3,'3','100.00%','3','100.00%',0),('Unauthorized Processing Residual Waste','35','6018.301','','M3',1,'1','100.00%','1','100.00%',0),('Unsafe Or Nuisance Facility/Area','35','6018.302','B3','S',1,'1','100.00%','1','100.00%',0),('Unauthorized Process Hazardous Waste','35','6018.401','A','F2',33,'33','100.00%','33','100.00%',0),('Unlawful Conduct','35','6018.61','1','M2',3,'143','2.10%','352','0.85%',0),('Unlawful Conduct','35','6018.61','1','M3',140,'143','97.90%','352','39.77%',0),('Unlawful Conduct','35','6018.61','2','M3',42,'42','100.00%','352','11.93%',0),('Unlawful Conduct','35','6018.61','3','M3',19,'19','100.00%','352','5.40%',0),('Unlawful Conduct','35','6018.61','4','M2',3,'69','4.35%','352','0.85%',0),('Unlawful Conduct','35','6018.61','4','M3',66,'69','95.65%','352','18.75%',0),('Unlawful Conduct','35','6018.61','6','M3',69,'69','100.00%','352','19.60%',0),('Unlawful Conduct','35','6018.61','8','M3',1,'1','100.00%','352','0.28%',0),('Unlawful Conduct','35','6018.61','8I','M3',4,'4','100.00%','352','1.14%',0),('Unlawful Conduct','35','6018.61','9','M3',5,'5','100.00%','352','1.42%',0),('Violate This/Related Acts','35','6021.131','','M3',4,'4','100.00%','4','100.00%',0),('General Rule - Not Smoking in Public Place','35','637.3','A','S',5,'5','100.00%','5','100.00%',0),('Smoke in a Public Place Where Smoking is Prohibited','35','637.6','A3','S',8,'8','100.00%','8','100.00%',0),('Prohibition Against Discharge Sewage','35','691.201','','F3',5,'5','100.00%','5','100.00%',0),('Unlawful Discharge of Sewage','35','691.202','','F3',6,'7','85.71%','7','85.71%',0),('Unlawful Discharge of Sewage','35','691.202','','M2',1,'7','14.29%','7','14.29%',0),('Prohibition Against Other Pollution','35','691.401','','F3',7,'10','70.00%','10','70.00%',0),('Prohibition Against Other Pollution','35','691.401','','M2',3,'10','30.00%','10','30.00%',0),('Violates Any Provision, Rule, Regulation, or Order of the Dept; or Any Condition of Any Permit','35','691.602','B.1','F3',1,'1','100.00%','1','100.00%',0),('Viol Rules/Reg Protect Water Supply','35','691.611','','F3',48,'67','71.64%','67','71.64%',0),('Viol Rules/Reg Protect Water Supply','35','691.611','','M2',19,'67','28.36%','67','28.36%',0),('Penalty/Public Safety Emerg Telephone Act','35','7020','','M3',56,'56','100.00%','56','100.00%',0),('Viol Prov Act Rule Reg Order Cond','35','721.13','C','S',1,'1','100.00%','3','33.33%',0),('Tamper W/Public Water System','35','721.13','J1','F',1,'1','100.00%','3','33.33%',0),('Tamper W/Public Water System','35','721.13','J2','F',1,'1','100.00%','3','33.33%',0),('Violation of Construction Code Act','35','7210.903','A1','S',20,'20','100.00%','20','100.00%',0),('Nuisances','35','750.14','','S',2,'2','100.00%','2','100.00%',0),('Misbranding / Package Form','35','780-108','2','M',3,'3','100.00%','3','100.00%',0),('Dispense Schedule II Substance Without Prescription','35','780-111','A','M',12,'12','100.00%','14','85.71%',0),('Dispensing of Drugs Without Label','35','780-111','F','M',2,'2','100.00%','14','14.29%',0),('Manuf Etc Controlled Substance','35','780-113','A1','M',2762,'2762','100.00%','1258458','0.22%',0),('Manuf Etc Controlled Substance','35','780-113','A1*','M',1,'2762','0.04%','1258458','0.00%',0),('Sale Retail Of Drug Except Pharmacist','35','780-113','A10','M',53,'53','100.00%','1258458','0.00%',0),('Oper Of Drug Manuf Dist Ret Est','35','780-113','A11','M',41,'41','100.00%','1258458','0.00%',0),('Acq Or Obt Poss Of Contr Subs Misre','35','780-113','A12','F',27554,'29360','93.85%','1258458','2.19%',0),('Acq Or Obt Poss Of Contr Subs Misre','35','780-113','A12','M',1806,'29360','6.15%','1258458','0.14%',0),('Sale Give Contr Subs To Dep Person','35','780-113','A13','M',863,'863','100.00%','1258458','0.07%',0),('Admin Etc Of Cont Subst By Pract','35','780-113','A14','F',1206,'1257','95.94%','1258458','0.10%',0),('Admin Etc Of Cont Subst By Pract','35','780-113','A14','M',51,'1257','4.06%','1258458','0.00%',0),('Sale Of Controlled Substance','35','780-113','A15','M',276,'276','100.00%','1258458','0.02%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','A16','F',9824,'380170','2.58%','1258458','0.78%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','A16','M',369936,'380170','97.31%','1258458','29.40%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','A16','M1',1,'380170','0.00%','1258458','0.00%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','A16','M3',409,'380170','0.11%','1258458','0.03%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','A16*','M',7,'380170','0.00%','1258458','0.00%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','A16**','M',1,'380170','0.00%','1258458','0.00%',0),('Disp Cont Subst By Pract W/O Aff','35','780-113','A17','M',117,'117','100.00%','1258458','0.01%',0),('Sell Controlled Substance W/O Label','35','780-113','A18','M',123,'123','100.00%','1258458','0.01%',0),('Purc/Rec Of Cont Substby Unauth Per','35','780-113','A19','M',14153,'14153','100.00%','1258458','1.12%',0),('Adulte Misbrand Any Controlled Subst','35','780-113','A2','M',2033,'2033','100.00%','1258458','0.16%',0),('Use Information To Own Advantage','35','780-113','A20','M',3,'3','100.00%','1258458','0.00%',0),('Refusal To Keep Records Req\'d By Act','35','780-113','A21','M',145,'145','100.00%','1258458','0.01%',0),('Unauth Remov Inj Etc Seal On Subs','35','780-113','A23','M',34,'34','100.00%','1258458','0.00%',0),('Fail Manuf/Distri To Be Lic/Rgst','35','780-113','A24','M',6,'6','100.00%','1258458','0.00%',0),('Manuf Contr Subs By Unauth Per','35','780-113','A25','M',25,'25','100.00%','1258458','0.00%',0),('Know Dist Sche I Or Ii Contd Subs','35','780-113','A26','M',14,'14','100.00%','1258458','0.00%',0),('Use Of Fictitious Registration','35','780-113','A27','M',5,'5','100.00%','1258458','0.00%',0),('Furnish False/Fraudulent Material Info','35','780-113','A28','M',247,'247','100.00%','1258458','0.02%',0),('Make Dist Poss Die Punch Plate Etc','35','780-113','A29','M',2,'2','100.00%','1258458','0.00%',0),('Dissem/Pub Of False/Mislead Adv','35','780-113','A3','M',142,'142','100.00%','1258458','0.01%',0),('Manufacture, Delivery, or Possession With Intent to Manufacture or Deliver','35','780-113','A30','F',318387,'321971','98.89%','1258458','25.30%',0),('Manufacture, Delivery, or Possession With Intent to Manufacture or Deliver','35','780-113','A30','M',3584,'321971','1.11%','1258458','0.28%',0),('Poss Of Marijuana','35','780-113','A31','M',82738,'82866','99.85%','1258458','6.57%',0),('Poss Of Marijuana','35','780-113','A31','S',128,'82866','0.15%','1258458','0.01%',0),('Marijuana-Small Amt Personal Use','35','780-113','A31I','M',55718,'55774','99.90%','1258458','4.43%',0),('Marijuana-Small Amt Personal Use','35','780-113','A31I','S',56,'55774','0.10%','1258458','0.00%',0),('Possess Small Amt/Distribute, Not Sell','35','780-113','A31II','M',774,'775','99.87%','1258458','0.06%',0),('Possess Small Amt/Distribute, Not Sell','35','780-113','A31II','S',1,'775','0.13%','1258458','0.00%',0),('Distribute Small Amt Marijuana/Not For Sale','35','780-113','A31III','M',1139,'1143','99.65%','1258458','0.09%',0),('Distribute Small Amt Marijuana/Not For Sale','35','780-113','A31III','S',4,'1143','0.35%','1258458','0.00%',0),('Use/Poss Of Drug Paraph','35','780-113','A32','M',351493,'351494','100.00%','1258458','27.93%',0),('Use/Poss Of Drug Paraph','35','780-113','A32','M1',1,'351494','0.00%','1258458','0.00%',0),('Deliver/Intent To Del Drug Para','35','780-113','A33','M',6038,'6345','95.16%','1258458','0.48%',0),('Deliver/Intent To Del Drug Para','35','780-113','A33','M2',307,'6345','4.84%','1258458','0.02%',0),('Plac Adv Sale Of Drug Paraph','35','780-113','A34','M',23,'23','100.00%','1258458','0.00%',0),('Poss W/Int To Distr Nc Subs Res Contr','35','780-113','A35','F',973,'973','100.00%','1258458','0.08%',0),('Sell Noncont Subs - Similar To Cont Subst','35','780-113','A35I','F',452,'452','100.00%','1258458','0.04%',0),('Sell Noncont Subs Repres Subs Contr','35','780-113','A35II','F',1270,'1270','100.00%','1258458','0.10%',0),('Sell Noncont Subs Upon Repres Rec','35','780-113','A35III','F',29,'29','100.00%','1258458','0.00%',0),('Knowing/In Mftr/Dist Of Design Drug','35','780-113','A36','F',914,'914','100.00%','1258458','0.07%',0),('Controlled Substance-Anabolic Strd','35','780-113','A37','M',145,'145','100.00%','1258458','0.01%',0),('Manufacture of Methamphetamine - Child Present','35','780-113','A38I','F3',333,'333','100.00%','1258458','0.03%',0),('Manufacture of Methamphetamine - Child Injuried','35','780-113','A38II','F2',4,'4','100.00%','1258458','0.00%',0),('Knowingly possess ephedrine','35','780-113','A39','M',457,'457','100.00%','1258458','0.04%',0),('Remove/Dis Of Detained/Embargoed Subst/Art','35','780-113','A4','M',12,'12','100.00%','1258458','0.00%',0),('Adult/Muti/Dest Label','35','780-113','A5','M',445,'445','100.00%','1258458','0.04%',0),('Counter Simulat Mark Stamp','35','780-113','A6','M',455,'455','100.00%','1258458','0.04%',0),('Place Mark Cont Subs W/Int To Defraud','35','780-113','A7','M',294,'294','100.00%','1258458','0.02%',0),('Sell Etc Contr Subst W/Know Tm','35','780-113','A8','M',439,'439','100.00%','1258458','0.03%',0),('Make Sell Etc W/Int To Defraud','35','780-113','A9','M',5,'5','100.00%','1258458','0.00%',0),('Poss Liq. Ammonia For Purpose Other than Agr/Ind','35','780-113.1','A1i','M',29,'29','100.00%','2810','1.03%',0),('Poss Liquefied Ammonia in unapproved container','35','780-113.1','A1ii','M',13,'13','100.00%','2810','0.46%',0),('Poss Liquefied Ammonia W/ Intent to Manu Cont Subs','35','780-113.1','A2','F',104,'104','100.00%','2810','3.70%',0),('Poss Red Phos, etc w/ Intent to Manu Cont Subs','35','780-113.1','A3','F',2633,'2633','100.00%','2810','93.70%',0),('Possess esters/salts/isomers with intent to manufacture controlled substance','35','780-113.1','A4','F',31,'31','100.00%','2810','1.10%',0),('Operating a methamphetamine lab','35','780-113.4','A1','F1',376,'1171','32.11%','1554','24.20%',0),('Operating a methamphetamine lab','35','780-113.4','A1','F2',795,'1171','67.89%','1554','51.16%',0),('Operating a Methamphetamine Lab - Near School/Playground','35','780-113.4','A3','F1',13,'13','100.00%','1554','0.84%',0),('Deposits, stores, disposes chemical waste','35','780-113.4','B1','F3',370,'370','100.00%','1554','23.81%',0),('Dist Controlled Subs To Person Under 18','35','780-114','','F',44,'44','100.00%','44','100.00%',0),('Making False Ambulance Requests','35','8154','A','S',2,'2','100.00%','2','100.00%',0),('Illegal Possession','35','825','','M',2,'2','100.00%','2','100.00%',0),('Compliance With Act Required','35','974','A','S',1,'1','100.00%','1','100.00%',0),('Removal Of Barricade','36','2205','','S',2,'2','100.00%','2','100.00%',0),('Viol Rules/Regs Roadside Rest Area','36','478.18','','S',2,'2','100.00%','2','100.00%',0),('Unlawful to permit persons under 21','4','1518','A13','S',7,'7','100.00%','1695','0.41%',0),('Unlawful for person under 21 to wager/play slots','4','1518','A13.1','S',2,'2','100.00%','1695','0.12%',0),('Unlawful to take/claim w/ intent to defraud','4','1518','A17','F2',155,'736','21.06%','1695','9.14%',0),('Unlawful to take/claim w/ intent to defraud','4','1518','A17','M1',581,'736','78.94%','1695','34.28%',0),('Unlawful To Use Currency other than Lawful Coin/Legal Tender w/ Intent to Cheat/Defraud','4','1518','A6I','M1',1,'1','100.00%','1695','0.06%',0),('Use/possess counterfeit/tampered/cheating devices','4','1518','A7.1i','M1',6,'6','100.00%','1695','0.35%',0),('Knowingly by trick/fraud win or reduce a loss','4','1518','A7.1ii','F2',145,'920','15.76%','1695','8.55%',0),('Knowingly by trick/fraud win or reduce a loss','4','1518','A7.1ii','M1',775,'920','84.24%','1695','45.72%',0),('Unlawful to Use/Possess Cheating or Thieving Device at Licensed Facility','4','1518','A7I','M1',20,'20','100.00%','1695','1.18%',0),('Unlawful to Possess Device/Equipment/Material Tampered with in violation of Act','4','1518','A9','M1',3,'3','100.00%','1695','0.18%',0),('Unlaw Resale Tick Higher Than Estab','4','202','','M2',1,'11','9.09%','11','9.09%',0),('Unlaw Resale Tick Higher Than Estab','4','202','','S',10,'11','90.91%','11','90.91%',0),('Unlawful to Purchase for Resale over Maximum Premium','4','212','','S',7,'7','100.00%','7','100.00%',0),('Unlicensed Activity','40','310.41','A','F3',1,'1','100.00%','1','100.00%',0),('Soliciting For Nonexistent Entity','40','310.44','A','M3',1,'1','100.00%','1','100.00%',0),('Parking','404','117','','S',1,'1','100.00%','1','100.00%',0),('Unauthorized Practice of Law','42','2524','A','M1',3,'32','9.38%','32','9.38%',0),('Unauthorized Practice of Law','42','2524','A','M3',29,'32','90.63%','32','90.63%',0),('Unauthorized Solicitation Prohibited','42','2525','A','M3',1,'1','100.00%','1','100.00%',0),('Contempt - Official Misconduct of Officers of Courts','42','4132','1','S',1,'1','100.00%','4','25.00%',0),('Contempt - Misbehavior of Any Person in Presence of Court','42','4132','3','S',3,'3','100.00%','4','75.00%',0),('Indirect Criminal Contempt/General Rule','42','4136','A2','S',11,'11','100.00%','11','100.00%',0),('Contempt/Misbehavior In Presence Of Court','42','4137','A1','S',2,'2','100.00%','5','40.00%',0),('Contempt/Failure To Obey Process - Subpoena','42','4137','A2','S',2,'2','100.00%','5','40.00%',0),('Contempt/Failure To Comply With Restitution Order','42','4137','A3','S',1,'1','100.00%','5','20.00%',0),('Interfere with juror selection - commission members/employees','42','4581','A','M2',8,'8','100.00%','8','100.00%',0),('Tampering With Jurors','42','4583','','M2',13,'13','100.00%','13','100.00%',0),('Agg. Jury Tampering - Employ Force/Violence','42','4583.1','A1','F1',7,'7','100.00%','20','35.00%',0),('Agg. Jury Tampering - Offer Pecuniary Benefit','42','4583.1','A2','F1',11,'11','100.00%','20','55.00%',0),('Agg. Jury Tampering - Accept Pecuniary Benefit','42','4583.1','A4','F1',2,'2','100.00%','20','10.00%',0),('Criminal Contempt','42','5947','F','M',1,'1','100.00%','1','100.00%',0),('Penalty for Noncompliance','42','9132','','M3',1,'1','100.00%','1','100.00%',0),('Arrest Prior To Requisition','42','9134','','F',238,'3526','6.75%','3526','6.75%',0),('Arrest Prior To Requisition','42','9134','','F2',3160,'3526','89.62%','3526','89.62%',0),('Arrest Prior To Requisition','42','9134','','F3',34,'3526','0.96%','3526','0.96%',0),('Arrest Prior To Requisition','42','9134','','M1',54,'3526','1.53%','3526','1.53%',0),('Arrest Prior To Requisition','42','9134','','M2',17,'3526','0.48%','3526','0.48%',0),('Arrest Prior To Requisition','42','9134','','M3',23,'3526','0.65%','3526','0.65%',0),('Arrest W/O A Warrant','42','9135','','F3',16,'16','100.00%','16','100.00%',0),('Commit To Await Extradition Req','42','9136','','M2',7,'7','100.00%','7','100.00%',0),('Arrest Prior To Requisition','42','9161','','F3',12,'12','100.00%','12','100.00%',0),('Comm To Await Requisition - Flee Justice','42','9163','','F3',1,'1','100.00%','1','100.00%',0),('Registration Of Certain Offenders','42','9793','A','S',2,'2','100.00%','2','100.00%',0),('Req\'d To Register Residence When Released, Etc.','42','9795.2','A1','F3',1,'1','100.00%','10','10.00%',0),('Registration w/in Ten Days - Change of Residence','42','9795.2','A2I','F1',2,'4','50.00%','10','20.00%',0),('Registration w/in Ten Days - Change of Residence','42','9795.2','A2I','F3',2,'4','50.00%','10','20.00%',0),('Registration w/in Ten Days - Change of Employment','42','9795.2','A2II','F1',2,'2','100.00%','10','20.00%',0),('Conviction Outside Comm. Register W/In 10 Days','42','9795.2','B2','F3',1,'1','100.00%','10','10.00%',0),('Penalty / 10 Year Registration','42','9795.2','D1','F3',2,'2','100.00%','10','20.00%',0),('Annual Verification Of Residence','42','9796','B','F1',2,'3','66.67%','6','33.33%',0),('Annual Verification Of Residence','42','9796','B','F3',1,'3','33.33%','6','16.67%',0),('Fail Provide Verification Of Residence W/I 10 Days','42','9796','D','F3',3,'3','100.00%','6','50.00%',0),('Wage Payment Collection Law/Criminal Penalties','43','260.11A','','S',41,'41','100.00%','41','100.00%',0),('Employee-False Stmts To Obtain U.C. Benefits','43','871','A','S',14,'14','100.00%','14','100.00%',0),('Willfully Fails or Refuses to Make Any Such Contribution or Other Payment Required','43','872','A2','S',6,'6','100.00%','14','42.86%',0),('Willfully Fails or Refuses to Produce or Permit the Inspection or Copying of Records as Required','43','872','A3','S',1,'1','100.00%','14','7.14%',0),('Willfully Fails or Refuses to Furnish Any Report Required','43','872','A4','S',7,'7','100.00%','14','50.00%',0),('Authority To Issue Liquor Licenses To Hotel, Etc','47','4-401','A','M',2,'2','100.00%','2','100.00%',0),('Restr Sales By Liq Lic','47','4-406','A1','M',3,'3','100.00%','5','60.00%',0),('Restr Sales By Liq Lic','47','4-406','A4','M',2,'2','100.00%','5','40.00%',0),('Unlawful Sales Of Liquor','47','4-491','1','M',530,'530','100.00%','580','91.38%',0),('Unlawful Importation Of Liquor','47','4-491','11','M',3,'3','100.00%','580','0.52%',0),('Possession or transportation of liquor or alcohol','47','4-491','2','M',27,'31','87.10%','580','4.66%',0),('Possession or transportation of liquor or alcohol','47','4-491','2','S',4,'31','12.90%','580','0.69%',0),('Unlaw Purch Of Liq Or Alc','47','4-491','3','M',6,'6','100.00%','580','1.03%',0),('Unlaw Poss Of Alc','47','4-491','9','M',10,'10','100.00%','580','1.72%',0),('Manuf Malt/Brewed Bev W/O License','47','4-492','1','M',150,'150','100.00%','597','25.13%',0),('Unlic Cons Malt/Brewed Bev On Premises','47','4-492','2','M',425,'425','100.00%','597','71.19%',0),('Sales Of Malt/Brewed Bev Not For Consump','47','4-492','3','M',21,'21','100.00%','597','3.52%',0),('Sales Of Malt/Brewed Bev By Club Bet 3am/7am','47','4-492','7','M',1,'1','100.00%','597','0.17%',0),('Furnish Liq/Malt/Brewed Bev Certain Per','47','4-493','1','M',866,'866','100.00%','908','95.37%',0),('Allow Undes People Or Minors To Freq Premis','47','4-493','14','M',14,'14','100.00%','908','1.54%',0),('Furnish Liquor Or Malt Bev At Unlaw Hr','47','4-493','16','M',8,'8','100.00%','908','0.88%',0),('Unlaw To Refuse Right Of Inspect','47','4-493','21','M',5,'5','100.00%','908','0.55%',0),('Consumption Of Liq While Tending Bar','47','4-493','28','M',9,'9','100.00%','908','0.99%',0),('Noise','47','4-493','34','M',6,'6','100.00%','908','0.66%',0),('Serve Liquor After Req\'d Closing','47','4-499','A','M3',2,'2','100.00%','2','100.00%',0),('Fail Distill/Wineries To Get Lic','47','5-501','','M',20,'20','100.00%','20','100.00%',0),('Promotion Of Tough Guy Contest','5','1701','A','M1',16,'16','100.00%','16','100.00%',0),('Promoter License Required','5','2101','A1','M3',5,'5','100.00%','5','100.00%',0),('Physician to be in Attendance','5','2104','','S',3,'3','100.00%','3','100.00%',0),('Prohibited Acts - Conduct Contest or Exhibition without Bond','5','2107','C1','M3',3,'3','100.00%','3','100.00%',0),('UNNECESSARY NOISE BY OR FROM MOTOR VEHICLE','5','509.03','A','S',1,'1','100.00%','1','100.00%',0),('Delivery Of Intoxicating Substance','50','4605','1','M',2,'2','100.00%','2','100.00%',0),('Absence W/O Leave-Fail To Appear At Duty','51','6010','A1','S',6,'6','100.00%','6','100.00%',0),('Caus Cave-In Or Subs Of Cert Struct Place','52','1407','A','M',2,'2','100.00%','2','100.00%',0),('Unlawful conduct','52','690-504','','F2',4,'4','100.00%','4','100.00%',0),('Use of Special Funds; Penalty','53','65706','','M3',1,'1','100.00%','1','100.00%',0),('Evasion Of Advertising Requirement','53','68104','A','M3',1,'1','100.00%','1','100.00%',0),('Taxation/Violation Of Ordinance','53','6913','IXA','S',1,'1','100.00%','1','100.00%',0),('Assist in Preparing/Filing Fraudulent Claim','53','6926.131','b','M3',2,'2','100.00%','2','100.00%',0),('TRANSIENT RETAIL BUSINESS','553','196','5','S',2,'2','100.00%','2','100.00%',0),('RECKLESS DRIVING UPON PRIVATE PROPERTY','553','210-30','A','S',2,'2','100.00%','2','100.00%',0),('Unlawful Conduct - Conduct Drilling Activities','58','601.509','1','M',2,'2','100.00%','7','28.57%',0),('Unlawful Conduct - Activities Contrary to Rules or Regulations','58','601.509','2','M',5,'5','100.00%','7','71.43%',0),('PARK REGULATIONS','6','6','1.02','S',2,'2','100.00%','2','100.00%',0),('Maintain/Oper W/O License','62','1002','','S',1,'1','100.00%','1','100.00%',0),('Operate Facility W/O License','62','1031','','S',1,'1','100.00%','1','100.00%',0),('False/Fraud Med Assist Claim','62','1407','A1','F2',1,'734','0.14%','1886','0.05%',0),('False/Fraud Med Assist Claim','62','1407','A1','F3',733,'734','99.86%','1886','38.87%',0),('Treatmt W/O Written Order','62','1407','A10','F3',1,'1','100.00%','1886','0.05%',0),('Unentitled Reimbursement','62','1407','A12','F3',143,'143','100.00%','1886','7.58%',0),('False Stmt App As Provider','62','1407','A13','F3',1,'1','100.00%','1886','0.05%',0),('Bribe/Rebate Furnish Med Assist','62','1407','A2','F3',18,'18','100.00%','1886','0.95%',0),('Submit Dup Claim Med Assist','62','1407','A3','F2',1,'3','33.33%','1886','0.05%',0),('Submit Dup Claim Med Assist','62','1407','A3','F3',2,'3','66.67%','1886','0.11%',0),('Submit Claim Serv Not Rend\'d To Pt','62','1407','A4','F2',3,'409','0.73%','1886','0.16%',0),('Submit Claim Serv Not Rend\'d To Pt','62','1407','A4','F3',406,'409','99.27%','1886','21.53%',0),('Submit Med Claim Unrel Serv','62','1407','A5','F3',19,'19','100.00%','1886','1.01%',0),('Submit Claim Or Refer Improp Serv','62','1407','A6','F3',33,'33','100.00%','1886','1.75%',0),('Submit Claim W/False Info','62','1407','A7','F3',292,'292','100.00%','1886','15.48%',0),('Submit Claim Serv Not Rend\'d By Prov','62','1407','A9','F2',1,'233','0.43%','1886','0.05%',0),('Submit Claim Serv Not Rend\'d By Prov','62','1407','A9','F3',232,'233','99.57%','1886','12.30%',0),('Recipient Prohibited Acts-False Stmt','62','1408','A1','F3',47,'84','55.95%','113','41.59%',0),('Recipient Prohibited Acts-False Stmt','62','1408','A1','M1',24,'84','28.57%','113','21.24%',0),('Recipient Prohibited Acts-False Stmt','62','1408','A1','M2',5,'84','5.95%','113','4.42%',0),('Recipient Prohibited Acts-False Stmt','62','1408','A1','M3',8,'84','9.52%','113','7.08%',0),('Conceal Info Affecting Benefits','62','1408','A2','F3',2,'25','8.00%','113','1.77%',0),('Conceal Info Affecting Benefits','62','1408','A2','M1',11,'25','44.00%','113','9.73%',0),('Conceal Info Affecting Benefits','62','1408','A2','M2',3,'25','12.00%','113','2.65%',0),('Conceal Info Affecting Benefits','62','1408','A2','M3',9,'25','36.00%','113','7.96%',0),('Recipient Prohibited Acts-Application','62','1408','A3','F3',2,'2','100.00%','113','1.77%',0),('Recipient Prohibited Acts-Use/Borrow Id Card','62','1408','A5','M1',2,'2','100.00%','113','1.77%',0),('Bid-rigging unlawful / contract','62','4503','A1','F3',35,'35','100.00%','35','100.00%',0),('Fraud Obt Foodstamps/Assistance','62','481','A','F3',2185,'7644','28.58%','7644','28.58%',0),('Fraud Obt Foodstamps/Assistance','62','481','A','M1',2838,'7644','37.13%','7644','37.13%',0),('Fraud Obt Foodstamps/Assistance','62','481','A','M2',1374,'7644','17.97%','7644','17.97%',0),('Fraud Obt Foodstamps/Assistance','62','481','A','M3',1247,'7644','16.31%','7644','16.31%',0),('Psychology - License required','63','1211','A','M',1,'1','100.00%','1','100.00%',0),('Unauthorized Practice Of Dentistry','63','129','A','M3',56,'56','100.00%','56','100.00%',0),('Radon/Certification Required','63','2006','A','M3',1,'1','100.00%','1','100.00%',0),('Procure/Attempt to Procure License, Permit, Certificate','63','390-8','1','M',62,'62','100.00%','7276','0.85%',0),('Forge or Counterfeit Stamps or Labels','63','390-8','12','M',4,'4','100.00%','7276','0.05%',0),('Procure For Self/Other Drug By Fraud','63','390-8','13i','M',3049,'3049','100.00%','7276','41.90%',0),('Procure For Self/Other Drug By Forgery','63','390-8','13ii','M',2121,'2121','100.00%','7276','29.15%',0),('Procure For Self/Other Drug By Conc Mtl Fact','63','390-8','13iii','M',347,'347','100.00%','7276','4.77%',0),('Procure For Self/Other Drug By Use False Statmt','63','390-8','13iv','M',1397,'1397','100.00%','7276','19.20%',0),('Pharmacy/Unlawful Acts','63','390-8','15','M',146,'146','100.00%','7276','2.01%',0),('Unlawful Acts/Not Licensed As Pharmacist','63','390-8','2','M',84,'84','100.00%','7276','1.15%',0),('Unlicensed Person Operating a Pharmacy','63','390-8','3','M',3,'3','100.00%','7276','0.04%',0),('Unlawful Act/Represent As Licensed Pharmacist','63','390-8','4','M',11,'11','100.00%','7276','0.15%',0),('Unlawful Acts - Advertise As Pharmacy W/O License','63','390-8','8','M',50,'50','100.00%','7276','0.69%',0),('Buy Or Sell Drugs Marked Sample, Etc.','63','390-8','9','M',2,'2','100.00%','7276','0.03%',0),('Unauth Practice Medicine','63','422.1','','M3',11,'11','100.00%','14','78.57%',0),('Unauth. Practice Medicine/Surgery','63','422.1','1','M3',3,'3','100.00%','14','21.43%',0),('Penalty','63','422.39','A','M3',2,'2','100.00%','2','100.00%',0),('Practice Veterinary Medicine Without A License','63','485.9','A','M3',2,'2','100.00%','2','100.00%',0),('Grounds For Disciplinary Proceedings','63','818.19','','S',27,'27','100.00%','3038','0.89%',0),('Not Maintaining An Established Place Of Business','63','818.19','14','S',2,'2','100.00%','3038','0.07%',0),('Employing Salesperson Who Is Not Licensed','63','818.19','15','S',5,'5','100.00%','3038','0.16%',0),('Willful Failure To Display License','63','818.19','18','S',2,'2','100.00%','3038','0.07%',0),('Substantial Misrepresentation Of Material Fact','63','818.19','2','S',171,'171','100.00%','3038','5.63%',0),('Permitting Use of License','63','818.19','20','S',1,'1','100.00%','3038','0.03%',0),('Willfully Make False Statements In Oath/Affidavit','63','818.19','21','S',5,'5','100.00%','3038','0.16%',0),('Failing To Collect A Tax Or Fee Due Commonwealth','63','818.19','22','S',9,'9','100.00%','3038','0.30%',0),('Collect Tax/Fee And Fail To Give Purchaser Tax Rep','63','818.19','23','S',75,'75','100.00%','3038','2.47%',0),('Issuing A False Tax Report','63','818.19','24','S',37,'37','100.00%','3038','1.22%',0),('Fail To Pay Over Taxes To Commonwealth','63','818.19','25','S',1345,'1345','100.00%','3038','44.27%',0),('Violating Any Provision of This Act','63','818.19','26','S',5,'5','100.00%','3038','0.16%',0),('Being Unlicensed Dealer, Salesperson, Etc.','63','818.19','27','S',49,'49','100.00%','3038','1.61%',0),('Any Violation of the Regulations Promulgated by the Board','63','818.19','28','S',11,'11','100.00%','3038','0.36%',0),('Make False Promise Of Character','63','818.19','3','S',7,'7','100.00%','3038','0.23%',0),('Dealer Sells, Buys, Etc. For Own Benefit','63','818.19','32','S',4,'4','100.00%','3038','0.13%',0),('Willful Use Of Dealer Id Number','63','818.19','33','S',2,'2','100.00%','3038','0.07%',0),('Failing To Produce Business Records When Requested','63','818.19','37','S',25,'25','100.00%','3038','0.82%',0),('Grounds for disciplinary proceedings - fail to account for money/valuables','63','818.19','5','S',139,'139','100.00%','3038','4.58%',0),('False, Deceptive Advertising Of Vehicles','63','818.19','6','S',1,'1','100.00%','3038','0.03%',0),('Engage In Unprofessional Conduct/Incompetancy','63','818.19','7','S',1116,'1116','100.00%','3038','36.73%',0),('Lic To Engage In Business - Lic Required','63','818.5','A1','S',503,'503','100.00%','531','94.73%',0),('Person Must Be Licensed','63','818.5','A2','S',22,'22','100.00%','531','4.14%',0),('Not To Act As Broker Of Vehicles','63','818.5','A3','S',4,'4','100.00%','531','0.75%',0),('Sell Only For One Dealer','63','818.5','C1','S',2,'2','100.00%','531','0.38%',0),('Restricted Activities - Conflict of Interest','65','1103','A','F',268,'268','100.00%','332','80.72%',0),('Restricted Activities Seeking Improper Influence','65','1103','B','F',2,'2','100.00%','332','0.60%',0),('Restricted Activities - Accept Improper Influence','65','1103','C','F',62,'62','100.00%','332','18.67%',0),('Statement Of Financial Interest Public Off/Employe','65','1104','A','M',6,'6','100.00%','6','100.00%',0),('Statement of Financial Interests - Form','65','1105','A','M',69,'69','100.00%','69','100.00%',0),('Open Meetings','65','704','','S',2,'2','100.00%','2','100.00%',0),('Criminal Penalties For Viols','66','3302','','M1',8,'8','100.00%','8','100.00%',0),('Unauthorized Operation/Carriers & Brokers','66','3310','','M3',7,'13','53.85%','13','53.85%',0),('Unauthorized Operation/Carriers & Brokers','66','3310','','S',6,'13','46.15%','13','46.15%',0),('Licenses Required - Installment Seller of Motor Vehicles','69','604','1','M',32,'32','100.00%','32','100.00%',0),('Installment Sale Contract - Requirements','69','614','B','M',16,'16','100.00%','16','100.00%',0),('Repossesssion - 24 Hour Notice','69','623','H','M',1,'1','100.00%','1','100.00%',0),('Penalties: Engaging Without A License','69','637','A','M',1,'1','100.00%','1','100.00%',0),('Regristation Requirements','70','1-201','','F3',34,'34','100.00%','34','100.00%',0),('Pa Sec Act/Reg Reqs','70','1-301','A','F3',16,'16','100.00%','18','88.89%',0),('Pa Sec Act/Reg Reqs Adviser','70','1-301','C1','F3',2,'2','100.00%','18','11.11%',0),('Pa Sec Act/Sales And Purchases','70','1-401','A','F1',8,'10','80.00%','43','18.60%',0),('Pa Sec Act/Sales And Purchases','70','1-401','A','F2',2,'10','20.00%','43','4.65%',0),('Pa Sec Act/Sales And Purchases','70','1-401','B','F1',3,'9','33.33%','43','6.98%',0),('Pa Sec Act/Sales And Purchases','70','1-401','B','F2',6,'9','66.67%','43','13.95%',0),('Pa Sec Act/Sales and Purchases','70','1-401','C','F1',4,'24','16.67%','43','9.30%',0),('Pa Sec Act/Sales and Purchases','70','1-401','C','F2',20,'24','83.33%','43','46.51%',0),('Prohib Action/Investment Advisors','70','1-404','B','F3',1,'1','100.00%','1','100.00%',0),('Willful Violation of Act','70','1-511','A','F3',1,'2','50.00%','5','20.00%',0),('Willful Violation of Act','70','1-511','A','M1',1,'2','50.00%','5','20.00%',0),('Willful Violation of Section 401, 408, and/or 409','70','1-511','B','F2',1,'2','50.00%','5','20.00%',0),('Willful Violation of Section 401, 408, and/or 409','70','1-511','B','F3',1,'2','50.00%','5','20.00%',0),('Willful Violation of Section 401, 408, and/or 409','70','1-511','C1','F1',1,'1','100.00%','5','20.00%',0),('NO CARRYING OR DISCHARGING OF FIREARMS OR WEAPONS','713','713.01','','S',1,'1','100.00%','1','100.00%',0),('Cigarettes / Sales W/Out License','72','228-A','A','S',2,'2','100.00%','2','100.00%',0),('Tax Collectors-Embezzlement','72','5511.39','','M',3,'3','100.00%','3','100.00%',0),('Obtain License Prior To Beginning Of Business','72','7208','A','S',16,'16','100.00%','28','57.14%',0),('Doing Business W/Out License','72','7208','C','S',12,'12','100.00%','28','42.86%',0),('Fraud Sales Tax Return','72','7268','A','M',161,'161','100.00%','2027','7.94%',0),('Fail To Remit Sales Tax/File Return','72','7268','B','M',1866,'1866','100.00%','2027','92.06%',0),('Willfully Evade/Defeat Pers Inc Tax','72','7353','A','M',36,'36','100.00%','754','4.77%',0),('Fail To Collect/Pay Pers Inc Tax','72','7353','B','M',420,'420','100.00%','754','55.70%',0),('Fail To Keep/File Reg\'d Per Inc Tax Rec','72','7353','C','M',270,'270','100.00%','754','35.81%',0),('Pers Inc Tax Viol Fraud Doc','72','7353','D','M',16,'16','100.00%','754','2.12%',0),('Pers Inc Tax Viol Fraud Doc','72','7353','E','M',12,'12','100.00%','754','1.59%',0),('Perjury','72','7410','B','F3',10,'10','100.00%','53','18.87%',0),('Fail, Neglect, Refuse To Rpt Or Pay Tax','72','7410','C','M',43,'43','100.00%','53','81.13%',0),('Sales Of Unstamped Cig','72','8272','A','S',1,'1','100.00%','9','11.11%',0),('False/Fraud/Etc Sales Of Unstamp Cig','72','8272','B','F',8,'8','100.00%','9','88.89%',0),('Poss Of Unstamped Cig','72','8273','A','S',7,'7','100.00%','910','0.77%',0),('Poss Of Unstamped Cig','72','8273','B','M',798,'798','100.00%','910','87.69%',0),('Poss Of Unstamped Cig','72','8273','C','F',105,'105','100.00%','910','11.54%',0),('Counterfeiting Tax Stamps','72','8274','A','F',3,'3','100.00%','3','100.00%',0),('Fail To Furn Info/Ret False Infor','72','8276','A','M',4,'4','100.00%','4','100.00%',0),('DISCHARGING FIREARMS PROHIBITED','725','725.01','','S',4,'4','100.00%','4','100.00%',0),('License Required-Dealer','73','1932','A','M3',222,'222','100.00%','222','100.00%',0),('Records Of Transactions/Dealers','73','1933','A','M3',212,'212','100.00%','411','51.58%',0),('Records of Transactions - Identity of Seller','73','1933','A1','M3',16,'16','100.00%','411','3.89%',0),('Records of Transactions - Property Description','73','1933','A2','M3',18,'18','100.00%','411','4.38%',0),('Records Of Transactions/Maintain','73','1933','B','M3',16,'16','100.00%','411','3.89%',0),('Records Of Transactions/Copy To Da','73','1933','C','M3',99,'99','100.00%','411','24.09%',0),('Records Of Transactions/Copy To Pol','73','1933','D','M3',50,'50','100.00%','411','12.17%',0),('Dealers Retention Of Pm/Inspection','73','1934','A','M3',6,'6','100.00%','6','100.00%',0),('Pruchases From Minors','73','1935','','M3',6,'6','100.00%','6','100.00%',0),('Posting Of Prices','73','1936','','M3',9,'9','100.00%','9','100.00%',0),('Scales And Weighing Devices','73','1937','A','M3',138,'138','100.00%','138','100.00%',0),('Violation By Unlicensed Dealer','73','1940','A','M3',145,'145','100.00%','165','87.88%',0),('Violation By Licensed Dealer','73','1940','B','M3',20,'20','100.00%','165','12.12%',0),('General Rule - Seller\'s Driver\'s License','73','1943.3','A1','S',56,'56','100.00%','61','91.80%',0),('General Rule - Seller\'s License Plate Number','73','1943.3','A3','S',5,'5','100.00%','61','8.20%',0),('Restricted materials - new materials','73','1943.5(1)','','M3',2,'47','4.26%','47','4.26%',0),('Restricted materials - new materials','73','1943.5(1)','','S',45,'47','95.74%','47','95.74%',0),('False Stmt to Induce Agreement for Home Improvement Services','73','517.8','A1','F2',247,'647','38.18%','2129','11.60%',0),('False Stmt to Induce Agreement for Home Improvement Services','73','517.8','A1','F3',326,'647','50.39%','2129','15.31%',0),('False Stmt to Induce Agreement for Home Improvement Services','73','517.8','A1','M1',74,'647','11.44%','2129','3.48%',0),('Receives Advance Payment For Services and Fails to Peform','73','517.8','A2','F2',303,'1336','22.68%','2129','14.23%',0),('Receives Advance Payment For Services and Fails to Peform','73','517.8','A2','F3',746,'1336','55.84%','2129','35.04%',0),('Receives Advance Payment For Services and Fails to Peform','73','517.8','A2','M1',287,'1336','21.48%','2129','13.48%',0),('Misrepresents or Conceals Contractor Identifying Information','73','517.8','A3','F2',64,'97','65.98%','2129','3.01%',0),('Misrepresents or Conceals Contractor Identifying Information','73','517.8','A3','F3',25,'97','25.77%','2129','1.17%',0),('Misrepresents or Conceals Contractor Identifying Information','73','517.8','A3','M1',8,'97','8.25%','2129','0.38%',0),('Damage Property to Induce Agreement for Services','73','517.8','A4','F2',5,'24','20.83%','2129','0.23%',0),('Damage Property to Induce Agreement for Services','73','517.8','A4','F3',12,'24','50.00%','2129','0.56%',0),('Damage Property to Induce Agreement for Services','73','517.8','A4','M1',7,'24','29.17%','2129','0.33%',0),('Misrepresent Item as Special Order or Cost of Material','73','517.8','A6','F3',4,'7','57.14%','2129','0.19%',0),('Misrepresent Item as Special Order or Cost of Material','73','517.8','A6','M1',3,'7','42.86%','2129','0.14%',0),('Alter Agreement/Mortgage/Note W/O Consumer Consent','73','517.8','A7','F2',6,'12','50.00%','2129','0.28%',0),('Alter Agreement/Mortgage/Note W/O Consumer Consent','73','517.8','A7','F3',6,'12','50.00%','2129','0.28%',0),('Publish False or Deceptive Advertisement','73','517.8','A8','F2',3,'6','50.00%','2129','0.14%',0),('Publish False or Deceptive Advertisement','73','517.8','A8','F3',1,'6','16.67%','2129','0.05%',0),('Publish False or Deceptive Advertisement','73','517.8','A8','M1',2,'6','33.33%','2129','0.09%',0),('OPERATE BICYCLE ON SIDEWALK','744','106','A','S',1,'1','100.00%','1','100.00%',0),('Driving Under the Influence of Liquor or Drugs','75','1037','','M',9,'9','100.00%','9','100.00%',0),('No Title Cert','75','1101','A','S',100,'100','100.00%','101','99.01%',0),('Register W/O Cert','75','1101','B','S',1,'1','100.00%','101','0.99%',0),('Fail To Apply For Cert Of Title','75','1103','A','S',25,'25','100.00%','29','86.21%',0),('Fail To Sign Application','75','1103','B','S',4,'4','100.00%','29','13.79%',0),('Contents Of Application','75','1103.1','A','S',113,'113','100.00%','1646','6.87%',0),('Application For Certificate Of Title','75','1103.1','B','S',220,'220','100.00%','1646','13.37%',0),('Veh Purch From Dealer-Past 20 Day Limit','75','1103.1','D','S',1298,'1298','100.00%','1646','78.86%',0),('Verification','75','1103.1','G.1','S',15,'15','100.00%','1646','0.91%',0),('Veh Ident & Encumb','75','1106','A','S',1,'1','100.00%','3','33.33%',0),('Assign Improp Title','75','1106','B','S',2,'2','100.00%','3','66.67%',0),('Fail To Deliver Title','75','1111','A','S',392,'392','100.00%','518','75.68%',0),('Transfer Ownership / Duty Of Transferee','75','1111','B','S',126,'126','100.00%','518','24.32%',0),('Transfer To Manufacturer Or Dealer','75','1113','A','S',192,'192','100.00%','1110','17.30%',0),('Improp Trans','75','1113','B','S',137,'137','100.00%','1110','12.34%',0),('Not Transf W/I 10 Days','75','1113','C','S',194,'194','100.00%','1110','17.48%',0),('Transfer From Manu - Cert Of Title','75','1113','C3','S',587,'587','100.00%','1110','52.88%',0),('Transfer Of Vehicle','75','1114','A','S',1,'1','100.00%','1','100.00%',0),('Not Report Title Error','75','1115','B','S',1,'1','100.00%','1','100.00%',0),('Unauthor Applic','75','1119','A','S',16,'16','100.00%','973','1.64%',0),('Assigning Blank Cert','75','1119','B','S',671,'671','100.00%','973','68.96%',0),('Unauthor Cert Of Title','75','1119','C','S',1,'1','100.00%','973','0.10%',0),('Unauthorized to Hold Certificate of Title','75','1119','C1','S',285,'285','100.00%','973','29.29%',0),('Transfer From Manu - Cert Of Title','75','1135','C3','S',100,'100','100.00%','100','100.00%',0),('Apply to Department of Certificate of Salvage','75','1161','A','S',5,'5','100.00%','531','0.94%',0),('Application for Certificate of Salvage','75','1161','B','S',290,'290','100.00%','531','54.61%',0),('Certif Salvage - Assigned in Blank','75','1161','E','S',236,'236','100.00%','531','44.44%',0),('Transfer to Vehicle Salvage Dealer - General Rule','75','1162','A','S',30,'30','100.00%','622','4.82%',0),('Transfer to Salvage Dealer - Cert. of Title','75','1162','B1','S',296,'296','100.00%','622','47.59%',0),('Transfer to Salvage Dealer - Cert. of Title','75','1162','B2','S',296,'296','100.00%','622','47.59%',0),('Transfer to Scrap Metal Processor - Flattened','75','1163','A','S',2902,'2902','100.00%','2978','97.45%',0),('Transfer to Scrap Metal Processor - Vehicle','75','1163','B','S',76,'76','100.00%','2978','2.55%',0),('Reconstructed Vehicles - General Rule','75','1165','A','S',1,'1','100.00%','1','100.00%',0),('Dr Unregist Veh','75','1301','A','S',25370,'25370','100.00%','25416','99.82%',0),('Driving Unregistered Vehicle','75','1301','B','S',26,'26','100.00%','25416','0.10%',0),('Reg Vehicle/Cert Of Title','75','1301','C','S',20,'20','100.00%','25416','0.08%',0),('Non Resid Fail Comply W Re Rqrmts','75','1303','A','S',29,'29','100.00%','32','90.63%',0),('Non Res Transp For Hire Fail Reg','75','1303','B','S',3,'3','100.00%','32','9.38%',0),('Improp Reg By Weight-Gvwr Or Gcwr','75','1305','A','S',8,'8','100.00%','8','100.00%',0),('Expired Registration','75','1307','D','S',5,'5','100.00%','5','100.00%',0),('Renewal Of Registration','75','1309','','S',6,'6','100.00%','6','100.00%',0),('Temp Registration Card Viol','75','1310','A','S',10,'10','100.00%','10','100.00%',0),('Location Of Registration Permit','75','1310.1','C','S',120,'120','100.00%','120','100.00%',0),('Regist Card Not Signed','75','1311','A','S',996,'996','100.00%','3800','26.21%',0),('Fail To Carry Regist','75','1311','B','S',2804,'2804','100.00%','3800','73.79%',0),('Notice Of Change Of Name Or Address','75','1312','','S',1067,'1067','100.00%','1067','100.00%',0),('Transfer Of Registration','75','1314','A','S',8,'8','100.00%','10','80.00%',0),('Transfer Of Registration','75','1314','C','S',1,'1','100.00%','10','10.00%',0),('Transfer Of Registration','75','1314','D','S',1,'1','100.00%','10','10.00%',0),('Duties Of Agents','75','1318','A','S',2,'2','100.00%','2','100.00%',0),('Issuance Of Registration Plates','75','1331','B','S',19,'19','100.00%','19','100.00%',0),('Improp Display Plate','75','1332','A','S',1339,'1339','100.00%','2862','46.79%',0),('Display of Registration Plate','75','1332','A.11I','S',3,'3','100.00%','2862','0.10%',0),('Obscured Plates','75','1332','B','S',10,'10','100.00%','2862','0.35%',0),('Obscured Plates - Prevent Reading at Reasonable Distance','75','1332','B1','S',456,'456','100.00%','2862','15.93%',0),('Obscured Plates - Inhibit Operation of Red Light Enforcement System','75','1332','B2','S',22,'22','100.00%','2862','0.77%',0),('Obscured Plates - Illegible at Reasonable Distance','75','1332','B3','S',1032,'1032','100.00%','2862','36.06%',0),('Fail To Replace Lost Plates','75','1333','A','S',7,'7','100.00%','7','100.00%',0),('Fail To Return Regist Plates','75','1334','A','S',33,'33','100.00%','34','97.06%',0),('Return of Registration Plate','75','1334','A1','S',1,'1','100.00%','34','2.94%',0),('Improp Use Dealer Reg Plate','75','1336','A','S',30,'30','100.00%','42','71.43%',0),('Improp Dealer Records','75','1336','B','S',6,'6','100.00%','42','14.29%',0),('Records - Kept By Dealer/Open To Inspection','75','1336','E','S',6,'6','100.00%','42','14.29%',0),('Improp Use Of Handicapped Plates','75','1338','','S',1,'1','100.00%','2','50.00%',0),('Use of Disability Plates','75','1338','B','S',1,'1','100.00%','2','50.00%',0),('Improp Use Of Antique Plates','75','1340','B','S',4,'4','100.00%','4','100.00%',0),('Use Farm Plates Improp','75','1344','A','S',3,'3','100.00%','3','100.00%',0),('Veh Reg Suspended','75','1371','A','S',6267,'6267','100.00%','6267','100.00%',0),('Allow Illegal Use Of Plate/Card','75','1372','1','S',1518,'1518','100.00%','5437','27.92%',0),('Misuse Plate-Card (Regis)','75','1372','2','S',405,'405','100.00%','5437','7.45%',0),('Display Plate Card In Improp Veh','75','1372','3','S',3514,'3514','100.00%','5437','64.63%',0),('Suspension After Opp. For Hearing','75','1373','A','S',7,'7','100.00%','22','31.82%',0),('Suspension/Unlawful Use Vehicle Registration','75','1373','A2','S',8,'8','100.00%','22','36.36%',0),('Suspension Of Registration','75','1373','B2','S',7,'7','100.00%','22','31.82%',0),('Refuse To Surrender Regist Plates','75','1376','A','S',242,'242','100.00%','283','85.51%',0),('Surrender Regis Plates/Cards On Susp.','75','1376','D','S',41,'41','100.00%','283','14.49%',0),('Driving W/O A License','75','1501','A','S',39455,'39455','100.00%','39536','99.80%',0),('Person In Towed Vehicle','75','1501','B','S',17,'17','100.00%','39536','0.04%',0),('More Than One Valid Dr Lic','75','1501','C','S',62,'62','100.00%','39536','0.16%',0),('Penalty For Violation','75','1501','D','S',2,'2','100.00%','39536','0.01%',0),('Person Ineligible For Lic','75','1503','A1','S',6,'6','100.00%','12','50.00%',0),('Person Ineligible For Licensing-Junior Lic','75','1503','C1','S',6,'6','100.00%','12','50.00%',0),('Use Improp Class Of Lic','75','1504','A','S',1764,'1764','100.00%','1808','97.57%',0),('Qualifications of Applicants','75','1504','C','S',1,'1','100.00%','1808','0.06%',0),('Class A License','75','1504','D1','S',2,'2','100.00%','1808','0.11%',0),('Classes Of License/Class M','75','1504','D4','S',41,'41','100.00%','1808','2.27%',0),('Improp Use Of Learner\'s Permit','75','1505','A','S',122,'122','100.00%','567','21.52%',0),('Learners permits - learner must be accomp.','75','1505','B','S',1,'1','100.00%','567','0.18%',0),('Learner accompanied - at least 18/21 yrs old','75','1505','B1','S',209,'209','100.00%','567','36.86%',0),('Learner accompanied - supervising driver licensed in vehicle class','75','1505','B2','S',53,'53','100.00%','567','9.35%',0),('Imp Use Learn Perm Lic Not Seated Prop','75','1505','B3','S',52,'52','100.00%','567','9.17%',0),('Improp Use Of Learn Permit-Motorcycles','75','1505','C','S',128,'128','100.00%','567','22.57%',0),('Use Expired Learners Per','75','1505','D','S',2,'2','100.00%','567','0.35%',0),('Falsify Appl For Dr Lic Or Learn Perm','75','1506','B','S',1,'1','100.00%','1','100.00%',0),('Operators Lic Not Signed','75','1510','A','S',11,'11','100.00%','11','100.00%',0),('Fail To Carry Lic','75','1511','A','S',3709,'3709','100.00%','3709','100.00%',0),('Restricted License','75','1512','A','S',81,'81','100.00%','253','32.02%',0),('Fail To Comply License Restrict','75','1512','B','S',172,'172','100.00%','253','67.98%',0),('Fail To Supply License','75','1513','A','S',5,'5','100.00%','19','26.32%',0),('Drive With Others Permit','75','1513','B','S',14,'14','100.00%','19','73.68%',0),('License Expired','75','1514','A','S',77,'77','100.00%','77','100.00%',0),('Fail to Notify Change in Address','75','1515','A','S',4155,'4155','100.00%','4316','96.27%',0),('Identification Card','75','1515','B','S',161,'161','100.00%','4316','3.73%',0),('Suspension Of Operating Priv','75','1532','B','S',7,'7','100.00%','7','100.00%',0),('Surrender Of License','75','1540','','S',2,'2','100.00%','2','100.00%',0),('Period Of Revoc/Suspension Of Operating Privilege','75','1541','A','S',2,'2','100.00%','2','100.00%',0),('Driving While Operating Privilege Sus/Revoke','75','1543','','S',7,'7','100.00%','114264','0.01%',0),('Driv While Oper Priv Susp Or Revoked','75','1543','A','M1',347,'70853','0.49%','114264','0.30%',0),('Driv While Oper Priv Susp Or Revoked','75','1543','A','M3',1083,'70853','1.53%','114264','0.95%',0),('Driv While Oper Priv Susp Or Revoked','75','1543','A','S',69423,'70853','97.98%','114264','60.76%',0),('Driv While Oper Priv Susp or Revoked (4th or Subsequent Offense)','75','1543','A*','M1',27,'70853','0.04%','114264','0.02%',0),('Drg Lic Sus/Rev Purs To Sec 3731/1547b1','75','1543','B','M1',1,'216','0.46%','114264','0.00%',0),('Drg Lic Sus/Rev Purs To Sec 3731/1547b1','75','1543','B','S',215,'216','99.54%','114264','0.19%',0),('Drg Lic Sus/Rev Purs to Sec 3802/1547B1','75','1543','B1','S',24626,'24626','100.00%','114264','21.55%',0),('Driving While BAC .02 or Greater While License Susp','75','1543','B1.1I','S',15101,'15101','100.00%','114264','13.22%',0),('BAC .02 or Greater 2nd Offense','75','1543','B1.1II','M3',2213,'2213','100.00%','114264','1.94%',0),('Permitting Violation - BAC .02 or Greater 2nd Offense','75','1543','B1.1ii*P','S',11,'11','100.00%','114264','0.01%',0),('BAC .02 or Higher - 3rd Offense','75','1543','B1.1III','M1',873,'873','100.00%','114264','0.76%',0),('BAC .02 or Higher - 4th Off or Sub Off','75','1543','B1.1III*','M1',333,'873','38.14%','114264','0.29%',0),('Driving While Oper Priv Susp Or Revoked','75','1543','B2','S',4,'4','100.00%','114264','0.00%',0),('Chemical Testing To Determine Alcohol/Cont Subs','75','1547','A1','S',6,'6','100.00%','7','85.71%',0),('Chemical Testing Determine Alcohol In Minors','75','1547','D3II','S',1,'1','100.00%','7','14.29%',0),('Occupational Limited License','75','1553','F1','S',71,'71','100.00%','133','53.38%',0),('Occupational Limited License','75','1553','F1I','S',26,'26','100.00%','133','19.55%',0),('Violated Completed Occupational Limited License Affidavit','75','1553','F3','S',28,'28','100.00%','133','21.05%',0),('Violated Completed Occupational Limited License Affidavit','75','1553','F5','S',8,'8','100.00%','133','6.02%',0),('Restrictions On Use Of Probationary License','75','1554','H1','S',35,'35','100.00%','40','87.50%',0),('Restrictions/Probationary License','75','1554','H2','S',5,'5','100.00%','40','12.50%',0),('Unlawful To Issue False ID - Emp. And Agents','75','1571','A.1','F3',4,'4','100.00%','1344','0.30%',0),('Rec\'d Sus\'d Fict Alt\'d Etc Drivers Lic','75','1571','A1','S',521,'521','100.00%','1344','38.76%',0),('Lend Dr Lic Another Person','75','1571','A2','S',12,'12','100.00%','1344','0.89%',0),('Exhibit Another Dr Lic','75','1571','A3','S',132,'132','100.00%','1344','9.82%',0),('Fail To Surrender Lic','75','1571','A4','S',88,'88','100.00%','1344','6.55%',0),('Violations Concerning Licenses - Exh. False Id.','75','1571','A5','M1',587,'587','100.00%','1344','43.68%',0),('Use Foreign Lic Wh Pa Priv/Susp/Rev','75','1573','','S',8,'8','100.00%','237','3.38%',0),('Display Foreign Lic During Suspen/Revocation','75','1573','A','S',229,'229','100.00%','237','96.62%',0),('Permit Unlicensed Dr','75','1574','A','S',444,'444','100.00%','444','100.00%',0),('Permit Violat Of Title','75','1575','A','S',5,'5','100.00%','5','100.00%',0),('Prohibition: Out of Service Order','75','1605','B1VI','S',4,'4','100.00%','4','100.00%',0),('Rqrmt For Comm\'l Drivers Lic','75','1606','A','S',31,'31','100.00%','68','45.59%',0),('Rqrmt for Comm\'l Drivers License - Been Issued License','75','1606','A1','S',8,'8','100.00%','68','11.76%',0),('Rqrmt for Comm\'l Drivers License - Issued for the Class of Vehicle Operated and Applicable Endorseme','75','1606','A3','S',2,'2','100.00%','68','2.94%',0),('Prohibitions: Privilege Removed','75','1606','C1I','S',7,'7','100.00%','68','10.29%',0),('Prohibitions: Suspended Privilege','75','1606','C1II','S',16,'16','100.00%','68','23.53%',0),('Prohibitions: Out Of Service Order','75','1606','C1III','S',4,'4','100.00%','68','5.88%',0),('Commerc. Drivers - Alcohol Prohibited','75','1612','A','S',61,'61','100.00%','61','100.00%',0),('Texting While Driving - Prohibition','75','1621','A','S',3,'3','100.00%','3','100.00%',0),('Not. Of Sanction For Not Having Evid. Of Insurance','75','1781','','S',1,'1','100.00%','1','100.00%',0),('Proof Of Financial Resp Following Violation','75','1784','','S',39,'39','100.00%','39','100.00%',0),('Proof Of Financial Resp Following Accident','75','1785','','S',31,'31','100.00%','31','100.00%',0),('Required Financial Responsibility','75','1786','A','S',1005,'1005','100.00%','26426','3.80%',0),('Req\'d Financial Resp/Consent To Produce','75','1786','C','S',63,'63','100.00%','26426','0.24%',0),('Obligation Upon Termination Of Financial Resp','75','1786','E1','S',23,'23','100.00%','26426','0.09%',0),('Obligation Upon Termination Of Financial Resp','75','1786','E4','S',2,'2','100.00%','26426','0.01%',0),('Oper Veh W/O Req\'d Financ Resp','75','1786','F','S',25333,'25333','100.00%','26426','95.86%',0),('Identification Markers Req\'d - Left Door','75','2102','A1','S',1,'1','100.00%','10','10.00%',0),('Id Markers and Road Tax Registration Card Required','75','2102','A2','S',1,'1','100.00%','10','10.00%',0),('Identification Markers Reqd/Sides Of Cab','75','2102','A3','S',1,'1','100.00%','10','10.00%',0),('Ifta License To Be Carried In Cab','75','2102','A4','S',1,'1','100.00%','10','10.00%',0),('Markers, Licenses, or Road Tax Registration Cards','75','2102','C1','S',1,'1','100.00%','10','10.00%',0),('Oper W/O Mcrt Id Markers','75','2102','D','S',3,'3','100.00%','10','30.00%',0),('Operation W/O Ifta Or Road Tax Card','75','2102','E','S',2,'2','100.00%','10','20.00%',0),('Obedience to Authorized Persons Directing Traffic','75','3102','','S',577,'577','100.00%','577','100.00%',0),('Proceed Past Red Light Or Stop Sign','75','3105','B2','S',3,'3','100.00%','3','100.00%',0),('Disregard Traffic Control Device','75','3111','A','S',11304,'11304','100.00%','11307','99.97%',0),('Obedience to Traffic Signals','75','3111','C','S',3,'3','100.00%','11307','0.03%',0),('Obedience to traffic control devices - hazardous condition','75','3111.1','A','S',51,'51','100.00%','51','100.00%',0),('Traffic Control Signals','75','3112','A','S',47,'47','100.00%','18774','0.25%',0),('Improper Turn / Green Light','75','3112','A1I','S',374,'374','100.00%','18774','1.99%',0),('Improp Movement (Green Arrow)','75','3112','A1II','S',21,'21','100.00%','18774','0.11%',0),('Impr Proc Into Intersec Pedestrian','75','3112','A1III','S',17,'17','100.00%','18774','0.09%',0),('Improp Movement (Yellow Light)','75','3112','A2I','S',8,'8','100.00%','18774','0.04%',0),('Improp Movement Pedistrian (Yellow Light)','75','3112','A2II','S',7,'7','100.00%','18774','0.04%',0),('Failure To Stop At Red Signal','75','3112','A3I','S',17410,'17410','100.00%','18774','92.73%',0),('Illegal Turn','75','3112','A3II','S',755,'755','100.00%','18774','4.02%',0),('Disregard Red Signal (Pedestrian)','75','3112','A3III','S',66,'66','100.00%','18774','0.35%',0),('Improp Turn (Green Light)','75','3112','AI1','S',15,'15','100.00%','18774','0.08%',0),('Signals/Places Other Than Intersection','75','3112','B','S',27,'27','100.00%','18774','0.14%',0),('Impr Move At Inoper Traff Signal','75','3112','C2','S',27,'27','100.00%','18774','0.14%',0),('Right Of Way To Pedestrian','75','3113','A1','S',14,'14','100.00%','38','36.84%',0),('Disregard Don\'t Walk Signal','75','3113','A2','S',4,'4','100.00%','38','10.53%',0),('Disregard Flashing Walk Signal','75','3113','A3','S',20,'20','100.00%','38','52.63%',0),('Disregard Flashing Red Signal','75','3114','A1','S',644,'644','100.00%','690','93.33%',0),('Disregard Caution Signal','75','3114','A2','S',46,'46','100.00%','690','6.67%',0),('Disregard Lane Direction','75','3115','','S',35,'35','100.00%','35','100.00%',0),('Fail To Keep Right','75','3301','A','S',23410,'23410','100.00%','23498','99.63%',0),('Less Than Normal Speed/Right Lane','75','3301','B','S',56,'56','100.00%','23498','0.24%',0),('Less Than Normal Speed/Right Lane','75','3301','B1','S',29,'29','100.00%','23498','0.12%',0),('Pedacycle - Less than normal speed','75','3301','C1','S',3,'3','100.00%','23498','0.01%',0),('Fail to Yield Right','75','3302','','S',897,'897','100.00%','897','100.00%',0),('Pass Improp','75','3303','A1','S',733,'733','100.00%','795','92.20%',0),('Fail to Give Way','75','3303','A2','S',43,'43','100.00%','795','5.41%',0),('Pass Left of Pedacycle','75','3303','A3','S',10,'10','100.00%','795','1.26%',0),('Audible Signal/Intermittent Flashing','75','3303','B1','S',9,'9','100.00%','795','1.13%',0),('Overtaking Vehicle On Right','75','3304','A','S',5,'5','100.00%','1089','0.46%',0),('Improper Pass on Right','75','3304','A1','S',322,'322','100.00%','1089','29.57%',0),('Improper Pass Right - Off Road','75','3304','A2','S',79,'79','100.00%','1089','7.25%',0),('Unsafe Movement/Pass on Right','75','3304','B','S',683,'683','100.00%','1089','62.72%',0),('Pass Left Unsafe','75','3305','','S',1543,'1543','100.00%','1543','100.00%',0),('Illegal Dr On Left Side Of Road','75','3306','','S',10,'10','100.00%','1950','0.51%',0),('Limitations on Driving on Left Side of Road','75','3306','A1','S',1512,'1512','100.00%','1950','77.54%',0),('Approach Intersection Improper','75','3306','A2','S',411,'411','100.00%','1950','21.08%',0),('View Obstructed','75','3306','A3','S',17,'17','100.00%','1950','0.87%',0),('Passing Where Prohibited','75','3307','A','S',539,'539','100.00%','1919','28.09%',0),('Pass When Prohibited','75','3307','B','S',1380,'1380','100.00%','1919','71.91%',0),('One Way Roadways/Rotary Traffic Island','75','3308','A','S',460,'460','100.00%','6675','6.89%',0),('Drive Wrong Way','75','3308','B','S',6173,'6173','100.00%','6675','92.48%',0),('Rotary Isle Wrong','75','3308','C','S',42,'42','100.00%','6675','0.63%',0),('Disregard Traffic Lane (Single)','75','3309','1','S',95775,'95775','100.00%','96609','99.14%',0),('Disregard Traffic Lane (3 Lane)','75','3309','2','S',324,'324','100.00%','96609','0.34%',0),('Disregard Traffic Lane (Specified)','75','3309','3','S',350,'350','100.00%','96609','0.36%',0),('Disregard Traffic Lane (Prohibited)','75','3309','4','S',160,'160','100.00%','96609','0.17%',0),('Follow Too Closely','75','3310','A','S',9436,'9436','100.00%','9484','99.49%',0),('Follow Too Closely','75','3310','B','S',9,'9','100.00%','9484','0.09%',0),('Follow Too Closely','75','3310','C','S',39,'39','100.00%','9484','0.41%',0),('Drive Over Divider','75','3311','A','S',1495,'1495','100.00%','1503','99.47%',0),('Make Prohib Turn','75','3311','B','S',8,'8','100.00%','1503','0.53%',0),('Improper Exit/Enter Limited Access Highway','75','3312','','S',211,'211','100.00%','211','100.00%',0),('Viol Use Limited Access Hwy','75','3313','A','S',7,'7','100.00%','543','1.29%',0),('Disobey Traf Cont Dev Lim Acce','75','3313','B','S',51,'51','100.00%','543','9.39%',0),('Driving In Right Lane','75','3313','D','S',61,'61','100.00%','543','11.23%',0),('Driving In Right Lane','75','3313','D1','S',415,'415','100.00%','543','76.43%',0),('Trucks Over 10,000 Lbs Prohibited In Left Lane','75','3313','D2','S',9,'9','100.00%','543','1.66%',0),('Use Headphones','75','3314','A','S',102,'102','100.00%','102','100.00%',0),('Passing and Overtaking Streetcars - General Rule','75','3315','A','S',10,'10','100.00%','10','100.00%',0),('Prohibiting text-based communications','75','3316','A','S',746,'746','100.00%','746','100.00%',0),('Fail To Yield Right Of Way','75','3321','A','S',160,'160','100.00%','188','85.11%',0),('Vehicle Entering Intersection/ Highways','75','3321','B1','S',21,'21','100.00%','188','11.17%',0),('Vehicle Entering Intersection/Highways','75','3321','B2','S',2,'2','100.00%','188','1.06%',0),('Traffic Limited Access Hwy Have Right Of Way','75','3321','B3','S',5,'5','100.00%','188','2.66%',0),('Vehicle Turning Left','75','3322','','S',2401,'2401','100.00%','2401','100.00%',0),('Intersections Controlled By Signs','75','3323','A','S',696,'696','100.00%','38086','1.83%',0),('Duties At Stop Sign','75','3323','B','S',34619,'34619','100.00%','38086','90.90%',0),('Failure to Yield at Yield Sign','75','3323','C','S',2771,'2771','100.00%','38086','7.28%',0),('Not Yield At Rdwy','75','3324','','S',1581,'1581','100.00%','1581','100.00%',0),('Failure to Yield to Emergency Vehicle','75','3325','A','S',2505,'2505','100.00%','2518','99.48%',0),('Failure to Yield to Emergency Vehicle','75','3325','B','S',13,'13','100.00%','2518','0.52%',0),('Fail To Yield In Constr','75','3326','A','S',110,'110','100.00%','125','88.00%',0),('Fail To Yield To Work Veh','75','3326','B','S',15,'15','100.00%','125','12.00%',0),('Duty of Driver in Emergency Response Areas - Pass in Lane Not Adjacent to Area','75','3327','A1','S',522,'522','100.00%','812','64.29%',0),('Duty of Driver in Emergency Response Areas - If Pass in Nonadjacent Lane is Impossible','75','3327','A2','S',290,'290','100.00%','812','35.71%',0),('Improper Right Turn','75','3331','A','S',1597,'1597','100.00%','3127','51.07%',0),('Improper Left Turn','75','3331','B','S',897,'897','100.00%','3127','28.69%',0),('Disregard Traffic Devices','75','3331','C','S',345,'345','100.00%','3127','11.03%',0),('Improp Left Turn-Lane Design','75','3331','D1','S',93,'93','100.00%','3127','2.97%',0),('Use Wrong Lane-Left Turn Lane Design','75','3331','D2','S',195,'195','100.00%','3127','6.24%',0),('U Turn Unsafely','75','3332','A','S',743,'743','100.00%','907','81.92%',0),('U Turn Where View Limited','75','3332','B','S',164,'164','100.00%','907','18.08%',0),('Move Vehicle Unsafely','75','3333','','S',300,'300','100.00%','300','100.00%',0),('Turning Movements And Required Signals','75','3334','A','S',29959,'29959','100.00%','34539','86.74%',0),('Signal Improp','75','3334','B','S',4043,'4043','100.00%','34539','11.71%',0),('Use Signal Improp','75','3334','C','S',41,'41','100.00%','34539','0.12%',0),('Not Discontinue Signal','75','3334','D','S',496,'496','100.00%','34539','1.44%',0),('Fail To Signal','75','3335','A','S',586,'586','100.00%','617','94.98%',0),('No Signal Lamps','75','3335','B','S',31,'31','100.00%','617','5.02%',0),('Signal Improp Left Turn','75','3336','1','S',21,'21','100.00%','34','61.76%',0),('Signal Improp Right Turn','75','3336','2','S',12,'12','100.00%','34','35.29%',0),('Signal Improp','75','3336','3','S',1,'1','100.00%','34','2.94%',0),('Disobey Railroad Signal','75','3341','A1','S',17,'17','100.00%','39','43.59%',0),('Disregard Train','75','3341','A3','S',1,'1','100.00%','39','2.56%',0),('Disregard Train','75','3341','A4','S',3,'3','100.00%','39','7.69%',0),('Disregard Railroad Barricade','75','3341','B1','S',8,'8','100.00%','39','20.51%',0),('Disregard Railroad Barricade','75','3341','B2','S',10,'10','100.00%','39','25.64%',0),('Req Veh Fail Stop Rr Crossing','75','3342','A','S',9,'9','100.00%','9','100.00%',0),('Impr Emergence Alley Driveway Or Bldg','75','3344','','S',437,'437','100.00%','437','100.00%',0),('Meeting/Overtaking School Bus','75','3345','A','S',86,'86','100.00%','96','89.58%',0),('Duty Of Driver / Amber Lights Flashing','75','3345','B','S',8,'8','100.00%','96','8.33%',0),('Not Use Signal','75','3345','D','S',2,'2','100.00%','96','2.08%',0),('Emergency Veh. Entering/Leaving Official Garage','75','3346','','S',2,'2','100.00%','2','100.00%',0),('Improper Stop','75','3351','A','S',2012,'2012','100.00%','2012','100.00%',0),('Police Remove Vehicle','75','3352','A','S',8,'8','100.00%','10','80.00%',0),('Pol Rem Veh Obstructing Traf','75','3352','B','S',2,'2','100.00%','10','20.00%',0),('Illegal Park Stand Double','75','3353','A1I','S',316,'316','100.00%','1550','20.39%',0),('Illegal Park On Sidewalk','75','3353','A1II','S',95,'95','100.00%','1550','6.13%',0),('Illegal Park in Intersection','75','3353','A1III','S',198,'198','100.00%','1550','12.77%',0),('Illegal Park on Crosswalk','75','3353','A1IV','S',19,'19','100.00%','1550','1.23%',0),('Illegal Park Between Divided Hwy','75','3353','A1IX','S',11,'11','100.00%','1550','0.71%',0),('Illegal Park In Safety Zone','75','3353','A1V','S',3,'3','100.00%','1550','0.19%',0),('Illegal Park Street Excavation','75','3353','A1VI','S',17,'17','100.00%','1550','1.10%',0),('Illegal Park on Bridge/Tunnel','75','3353','A1VII','S',32,'32','100.00%','1550','2.06%',0),('Illegal Park on RR Tracks','75','3353','A1VIII','S',18,'18','100.00%','1550','1.16%',0),('Illegal Park Where Official Signs Prohibit','75','3353','A1X','S',50,'50','100.00%','1550','3.23%',0),('Illegal Park Public/Private Driveway','75','3353','A2I','S',85,'85','100.00%','1550','5.48%',0),('Illegal Park W/I 15 Feet of Fire Hydrant','75','3353','A2II','S',34,'34','100.00%','1550','2.19%',0),('Illegal Park W/I 20 Ft of Crosswalk','75','3353','A2III','S',26,'26','100.00%','1550','1.68%',0),('Illegal Park W/I 30 Ft of Traffic Signal','75','3353','A2IV','S',73,'73','100.00%','1550','4.71%',0),('Prohibition in specific place. 30 feet of disability sign.','75','3353','A2ix','S',4,'4','100.00%','1550','0.26%',0),('Illegal Park W/I 20 Ft of Fire Station','75','3353','A2V','S',5,'5','100.00%','1550','0.32%',0),('Illegal Park Limited Access Highway','75','3353','A2V11','S',13,'13','100.00%','1550','0.84%',0),('Illegal Park Prevent Movement of Streetcar','75','3353','A2VI','S',29,'29','100.00%','1550','1.87%',0),('Illegal Park Limited Access Highway','75','3353','A2VII','S',283,'283','100.00%','1550','18.26%',0),('Illegal Park Where Official Signs Prohibit','75','3353','A2VIII','S',26,'26','100.00%','1550','1.68%',0),('Illegal Park W/I 50 Ft RR Crossing','75','3353','A3I','S',7,'7','100.00%','1550','0.45%',0),('Illegal Park Where Official Signs Prohibit','75','3353','A3II','S',125,'125','100.00%','1550','8.06%',0),('Illegal Park On Priv Prop','75','3353','B','S',1,'1','100.00%','1550','0.06%',0),('Unattended Vehicle on Private Property','75','3353','B1','S',49,'49','100.00%','1550','3.16%',0),('Unattended Vehicle on Private Property','75','3353','B2','S',22,'22','100.00%','1550','1.42%',0),('Restrictions by Authorities','75','3353','D','S',9,'9','100.00%','1550','0.58%',0),('Park Improp Two Way Highways','75','3354','A','S',321,'321','100.00%','514','62.45%',0),('Park Improp One Way Highway','75','3354','B','S',56,'56','100.00%','514','10.89%',0),('Park Overtime/Handicapped Dis Vehicle','75','3354','D1','S',5,'5','100.00%','514','0.97%',0),('Park In Handicapped Space','75','3354','D2','S',10,'10','100.00%','514','1.95%',0),('Park In Handicapped Zone','75','3354','D3','S',2,'2','100.00%','514','0.39%',0),('park in handicapped zone','75','3354','D3I','S',107,'107','100.00%','514','20.82%',0),('Improp Use Handicapped Veh','75','3354','E','S',13,'13','100.00%','514','2.53%',0),('Driving At Safe Speed','75','3361','','S',39789,'39789','100.00%','39789','100.00%',0),('Exceed Speed Limit By 1-15 MPH','75','3362','A*','S',17,'17','100.00%','27695','0.06%',0),('Exceed Speed Limit By 15 MPH','75','3362','A-15','S',10,'10','100.00%','27695','0.04%',0),('Exceed Speed Limit By 19 MPH','75','3362','A-19','S',1,'1','100.00%','27695','0.00%',0),('Exceed Speed Limit By 24 MPH','75','3362','A-24','S',1,'1','100.00%','27695','0.00%',0),('Exceed Speed Limit By 29 MPH','75','3362','A-29','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH Urban Dist By 1-15 MPH','75','3362','A1*','S',8,'8','100.00%','27695','0.03%',0),('Exceed 35 MPH In Urban Dist By 1 MPH','75','3362','A1-1','S',81,'81','100.00%','27695','0.29%',0),('Exceed 35 MPH In Urban Dist By 10 MPH','75','3362','A1-10','S',57,'57','100.00%','27695','0.21%',0),('Exceed 35 MPH In Urban Dist By 11 MPH','75','3362','A1-11','S',43,'43','100.00%','27695','0.16%',0),('Exceed 35 MPH In Urban Dist By 12 MPH','75','3362','A1-12','S',70,'70','100.00%','27695','0.25%',0),('Exceed 35 MPH In Urban Dist By 13 MPH','75','3362','A1-13','S',95,'95','100.00%','27695','0.34%',0),('Exceed 35 MPH In Urban Dist By 14 MPH','75','3362','A1-14','S',93,'93','100.00%','27695','0.34%',0),('Exceed 35 MPH In Urban Dist By 15 MPH','75','3362','A1-15','S',293,'293','100.00%','27695','1.06%',0),('Exceed 35 MPH In Urban Dist By 16 MPH','75','3362','A1-16','S',163,'163','100.00%','27695','0.59%',0),('Exceed 35 MPH In Urban Dist By 17 MPH','75','3362','A1-17','S',169,'169','100.00%','27695','0.61%',0),('Exceed 35 MPH In Urban Dist By 18 MPH','75','3362','A1-18','S',133,'133','100.00%','27695','0.48%',0),('Exceed 35 MPH In Urban Dist By 19 MPH','75','3362','A1-19','S',116,'116','100.00%','27695','0.42%',0),('Exceed 35 MPH In Urban Dist By 2 MPH','75','3362','A1-2','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH In Urban Dist By 20 MPH','75','3362','A1-20','S',167,'167','100.00%','27695','0.60%',0),('Exceed 35 MPH In Urban Dist 21 MPH','75','3362','A1-21','S',97,'97','100.00%','27695','0.35%',0),('Exceed 35 MPH In Urban Dist 22 MPH','75','3362','A1-22','S',102,'102','100.00%','27695','0.37%',0),('Exceed 35 MPH In Urban Dist 23 MPH','75','3362','A1-23','S',79,'79','100.00%','27695','0.29%',0),('Exceed 35 MPH In Urban Dist 24 MPH','75','3362','A1-24','S',58,'58','100.00%','27695','0.21%',0),('Exceed 35 MPH In Urban Dist By 25 MPH','75','3362','A1-25','S',172,'172','100.00%','27695','0.62%',0),('Exceed 35 MPH In Urban Dist 26 MPH','75','3362','A1-26','S',35,'35','100.00%','27695','0.13%',0),('Exceed 35 MPH In Urban Dist 27 MPH','75','3362','A1-27','S',42,'42','100.00%','27695','0.15%',0),('Exceed 35 MPH In Urban Dist 28 MPH','75','3362','A1-28','S',24,'24','100.00%','27695','0.09%',0),('Exceed 35 MPH In Urban Dist 29 MPH','75','3362','A1-29','S',36,'36','100.00%','27695','0.13%',0),('Exceed 35 MPH In Urban Dist 30 MPH','75','3362','A1-30','S',45,'45','100.00%','27695','0.16%',0),('Exceed 35 MPH In Urban Dist 31 MPH','75','3362','A1-31','S',19,'19','100.00%','27695','0.07%',0),('Exceed 35 MPH In Urban Dist 32 MPH','75','3362','A1-32','S',17,'17','100.00%','27695','0.06%',0),('Exceed 35 MPH In Urban Dist 33 MPH','75','3362','A1-33','S',26,'26','100.00%','27695','0.09%',0),('Exceed 35 MPH In Urban Dist 34 MPH','75','3362','A1-34','S',7,'7','100.00%','27695','0.03%',0),('Exceed 35 MPH In Urban Dist 35 MPH','75','3362','A1-35','S',110,'110','100.00%','27695','0.40%',0),('Exceed 35 MPH In Urban Dist By 36 MPH','75','3362','A1-36','S',14,'14','100.00%','27695','0.05%',0),('Exceed 35 MPH In Urban Dist By 37 MPH','75','3362','A1-37','S',16,'16','100.00%','27695','0.06%',0),('Exceed 35 MPH In Urban Dist By 38 MPH','75','3362','A1-38','S',14,'14','100.00%','27695','0.05%',0),('Exceed 35 MPH In Urban Dist By 39 MPH','75','3362','A1-39','S',9,'9','100.00%','27695','0.03%',0),('Exceed 35 MPH In Urban Dist By 40 MPH','75','3362','A1-40','S',34,'34','100.00%','27695','0.12%',0),('Exceed 35 MPH In Urban Dist By 41 MPH','75','3362','A1-41','S',13,'13','100.00%','27695','0.05%',0),('Exceed 35 MPH In Urban Dist By 42 MPH','75','3362','A1-42','S',2,'2','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 43 MPH','75','3362','A1-43','S',4,'4','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 44 MPH','75','3362','A1-44','S',5,'5','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 45 MPH','75','3362','A1-45','S',41,'41','100.00%','27695','0.15%',0),('Exceed 35 MPH In Urban Dist By 46 MPH','75','3362','A1-46','S',3,'3','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 47 MPH','75','3362','A1-47','S',8,'8','100.00%','27695','0.03%',0),('Exceed 35 MPH In Urban Dist By 48 MPH','75','3362','A1-48','S',11,'11','100.00%','27695','0.04%',0),('Exceed 35 MPH In Urban Dist By 49 MPH','75','3362','A1-49','S',6,'6','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 5 MPH','75','3362','A1-5','S',25,'25','100.00%','27695','0.09%',0),('Exceed 35 MPH In Urban Dist By 50 MPH','75','3362','A1-50','S',16,'16','100.00%','27695','0.06%',0),('Exceed 35 MPH In Urban Dist By 51 MPH','75','3362','A1-51','S',5,'5','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 52 MPH','75','3362','A1-52','S',6,'6','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 53 MPH','75','3362','A1-53','S',12,'12','100.00%','27695','0.04%',0),('Exceed 35 MPH In Urban Dist By 54 MPH','75','3362','A1-54','S',12,'12','100.00%','27695','0.04%',0),('Exceed 35 MPH In Urban Dist By 55mph','75','3362','A1-55','S',24,'24','100.00%','27695','0.09%',0),('Exceed 35 MPH In Urban Dist By 56 MPH','75','3362','A1-56','S',3,'3','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 57 MPH','75','3362','A1-57','S',4,'4','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 58 MPH','75','3362','A1-58','S',6,'6','100.00%','27695','0.02%',0),('Exceed 35 MPH in Urban Dist. By 59 MPH','75','3362','A1-59','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH In Urban Dist By 6 MPH','75','3362','A1-6','S',5,'5','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 60 MPH','75','3362','A1-60','S',5,'5','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 62 MPH','75','3362','A1-62','S',3,'3','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 63 MPH','75','3362','A1-63','S',2,'2','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 64 MPH','75','3362','A1-64','S',6,'6','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist 65 MPH','75','3362','A1-65','S',22,'22','100.00%','27695','0.08%',0),('Exceed 35 MPH In Urban Dist By 67 MPH','75','3362','A1-67','S',3,'3','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 68 MPH','75','3362','A1-68','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH In Urban Dist By 7 MPH','75','3362','A1-7','S',8,'8','100.00%','27695','0.03%',0),('Exceed 35 MPH In Urban Dist By 70 MPH','75','3362','A1-70','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH In Urban Dist By 72 MPH','75','3362','A1-72','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH In Urban Dist By 75 MPH','75','3362','A1-75','S',2,'2','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist. By 77 MPH','75','3362','A1-77','S',2,'2','100.00%','27695','0.01%',0),('Exceed 35 MPH In Urban Dist By 8 MPH','75','3362','A1-8','S',6,'6','100.00%','27695','0.02%',0),('Exceed 35 MPH In Urban Dist By 80 MPH','75','3362','A1-80','S',17,'17','100.00%','27695','0.06%',0),('Exceed 35 MPH in Urban District By 85 MPH','75','3362','A1-85','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH In Urban Dist By 9 MPH','75','3362','A1-9','S',1,'1','100.00%','27695','0.00%',0),('Exceed 35 MPH in Urban Dist By 90 MPH','75','3362','A1-90','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH For All Vehicles By 1 MPH','75','3362','A1.1-1','S',19,'19','100.00%','27695','0.07%',0),('Exceed 65 MPH For All Vehicles By 10 MPH','75','3362','A1.1-10','S',39,'39','100.00%','27695','0.14%',0),('Exceed 65 MPH For All Vehicles By 11 MPH','75','3362','A1.1-11','S',18,'18','100.00%','27695','0.06%',0),('Exceed 65 MPH For All Vehicles By 12 MPH','75','3362','A1.1-12','S',16,'16','100.00%','27695','0.06%',0),('Exceed 65 MPH For All Vehicles By 13 MPH','75','3362','A1.1-13','S',35,'35','100.00%','27695','0.13%',0),('Exceed 65 MPH For All Vehicles By 14 MPH','75','3362','A1.1-14','S',31,'31','100.00%','27695','0.11%',0),('Exceed 65 MPH For All Vehicles By 15 MPH','75','3362','A1.1-15','S',175,'175','100.00%','27695','0.63%',0),('Exceed 65 MPH For All Vehicles By 16 MPH','75','3362','A1.1-16','S',83,'83','100.00%','27695','0.30%',0),('Exceed 65 MPH For All Vehicles By 17 MPH','75','3362','A1.1-17','S',93,'93','100.00%','27695','0.34%',0),('Exceed 65 MPH For All Vehicles By 18 MPH','75','3362','A1.1-18','S',75,'75','100.00%','27695','0.27%',0),('Exceed 65 MPH For All Vehicles By 19 MPH','75','3362','A1.1-19','S',79,'79','100.00%','27695','0.29%',0),('Exceed 65 MPH For All Vehicles By 2 MPH','75','3362','A1.1-2','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH For All Vehicles By 20 MPH','75','3362','A1.1-20','S',110,'110','100.00%','27695','0.40%',0),('Exceed 65 MPH For All Vehicles By 21 MPH','75','3362','A1.1-21','S',52,'52','100.00%','27695','0.19%',0),('Exceed 65 MPH For All Vehicles By 22 MPH','75','3362','A1.1-22','S',50,'50','100.00%','27695','0.18%',0),('Exceed 65 MPH For All Vehicles By 23 MPH','75','3362','A1.1-23','S',67,'67','100.00%','27695','0.24%',0),('Exceed 65 MPH For All Vehicles By 24 MPH','75','3362','A1.1-24','S',38,'38','100.00%','27695','0.14%',0),('Exceed 65 MPH For All Vehicles By 25 MPH','75','3362','A1.1-25','S',75,'75','100.00%','27695','0.27%',0),('Exceed 65 MPH For All Vehicles By 26 MPH','75','3362','A1.1-26','S',35,'35','100.00%','27695','0.13%',0),('Exceed 65 MPH For All Vehicles By 27 MPH','75','3362','A1.1-27','S',23,'23','100.00%','27695','0.08%',0),('Exceed 65 MPH For All Vehicles By 28 MPH','75','3362','A1.1-28','S',12,'12','100.00%','27695','0.04%',0),('Exceed 65 MPH For All Vehicles By 29 MPH','75','3362','A1.1-29','S',17,'17','100.00%','27695','0.06%',0),('Exceed 65 MPH For All Vehicles By 3 MPH','75','3362','A1.1-3','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH For All Vehicles By 30 MPH','75','3362','A1.1-30','S',32,'32','100.00%','27695','0.12%',0),('Exceed 65 MPH For All Vehicles By 31 MPH','75','3362','A1.1-31','S',27,'27','100.00%','27695','0.10%',0),('Exceed 65 MPH For All Vehicles By 32 MPH','75','3362','A1.1-32','S',7,'7','100.00%','27695','0.03%',0),('Exceed 65 MPH For All Vehicles By 33 MPH','75','3362','A1.1-33','S',13,'13','100.00%','27695','0.05%',0),('Exceed 65 MPH For All Vehicles By 34 MPH','75','3362','A1.1-34','S',12,'12','100.00%','27695','0.04%',0),('Exceed 65 MPH For All Vehicles By 35 MPH','75','3362','A1.1-35','S',62,'62','100.00%','27695','0.22%',0),('Exceed 65 MPH For All Vehicles By 36 MPH','75','3362','A1.1-36','S',17,'17','100.00%','27695','0.06%',0),('Exceed 65 MPH For All Vehicles By 37 MPH','75','3362','A1.1-37','S',6,'6','100.00%','27695','0.02%',0),('Exceed 65 MPH For All Vehicles By 38 MPH','75','3362','A1.1-38','S',11,'11','100.00%','27695','0.04%',0),('Exceed 65 MPH For All Vehicles By 39 MPH','75','3362','A1.1-39','S',5,'5','100.00%','27695','0.02%',0),('Exceed 65 MPH For All Vehicles By 4 MPH','75','3362','A1.1-4','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 40 MPH','75','3362','A1.1-40','S',11,'11','100.00%','27695','0.04%',0),('Exceed 65 MPH For All Vehicles By 41 MPH','75','3362','A1.1-41','S',7,'7','100.00%','27695','0.03%',0),('Exceed 65 MPH For All Vehicles By 42 MPH','75','3362','A1.1-42','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 43 MPH','75','3362','A1.1-43','S',5,'5','100.00%','27695','0.02%',0),('Exceed 65 MPH For All Vehicles By 44 MPH','75','3362','A1.1-44','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 45 MPH','75','3362','A1.1-45','S',32,'32','100.00%','27695','0.12%',0),('Exceed 65 MPH For All Vehicles By 46 MPH','75','3362','A1.1-46','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 47 MPH','75','3362','A1.1-47','S',4,'4','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 48 MPH','75','3362','A1.1-48','S',3,'3','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 5 MPH','75','3362','A1.1-5','S',8,'8','100.00%','27695','0.03%',0),('Exceed 65 MPH For All Vehicles By 50 MPH','75','3362','A1.1-50','S',12,'12','100.00%','27695','0.04%',0),('Exceed 65 MPH For All Vehicles By 51 MPH','75','3362','A1.1-51','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 OR 70 MPH For All Vehicles By 52 MPH','75','3362','A1.1-52','S',3,'3','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 53 MPH','75','3362','A1.1-53','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 54 MPH','75','3362','A1.1-54','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 55 MPH','75','3362','A1.1-55','S',35,'35','100.00%','27695','0.13%',0),('Exceed 65 MPH For All Vehicles By 56 MPH','75','3362','A1.1-56','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH For All Vehicles By 57 MPH','75','3362','A1.1-57','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 59 MPH','75','3362','A1.1-59','S',5,'5','100.00%','27695','0.02%',0),('Exceed 65 MPH For All Vehicles By 6 MPH','75','3362','A1.1-6','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 60 MPH','75','3362','A1.1-60','S',6,'6','100.00%','27695','0.02%',0),('Exceed 65 MPH For All Vehicles By 63 MPH','75','3362','A1.1-63','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 65 MPH','75','3362','A1.1-65','S',26,'26','100.00%','27695','0.09%',0),('Exceed 65 MPH For All Vehicles By 7 MPH','75','3362','A1.1-7','S',10,'10','100.00%','27695','0.04%',0),('Exceed 65 MPH For All Vehicles By 70 MPH','75','3362','A1.1-70','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 8 MPH','75','3362','A1.1-8','S',6,'6','100.00%','27695','0.02%',0),('Exceed 65 mph for all vehicles by 82 mph','75','3362','A1.1-82','S',4,'4','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 83 MPH','75','3362','A1.1-83','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH For All Vehicles By 9 MPH','75','3362','A1.1-9','S',9,'9','100.00%','27695','0.03%',0),('Exceed 65 MPH On Interstate By 12 MPH','75','3362','A1.1I-12','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Interstate By 15 MPH','75','3362','A1.1I-15','S',2,'2','100.00%','27695','0.01%',0),('Exceed 65 MPH On Interstate By 17 MPH','75','3362','A1.1I-17','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Interstate By 20 MPH','75','3362','A1.1I-20','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Interstate By 23 MPH','75','3362','A1.1I-23','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Interstate By 41 MPH','75','3362','A1.1I-41','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Interstate By 8 MPH','75','3362','A1.1I-8','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Other Freeway By 15 MPH','75','3362','A1.1II-15','S',1,'1','100.00%','27695','0.00%',0),('Exceed 65 MPH On Other Freeway By 41 MPH','75','3362','A1.1II-41','S',1,'1','100.00%','27695','0.00%',0),('Exceed 25 MPH Residence Dist. By 1 MPH','75','3362','A1.2-1','S',47,'47','100.00%','27695','0.17%',0),('Exceed 25 MPH Residence Dist By 10 MPH','75','3362','A1.2-10','S',33,'33','100.00%','27695','0.12%',0),('Exceed 25 MPH Residence Dist By 11 MPH','75','3362','A1.2-11','S',12,'12','100.00%','27695','0.04%',0),('Exceed 25 MPH Residence Dist. By 12 MPH','75','3362','A1.2-12','S',25,'25','100.00%','27695','0.09%',0),('Exceed 25 MPH Residence Dist. By 13 MPH','75','3362','A1.2-13','S',30,'30','100.00%','27695','0.11%',0),('Exceed 25 MPH Residence Dist. By 14 MPH','75','3362','A1.2-14','S',36,'36','100.00%','27695','0.13%',0),('Exceed 25 MPH Residence Dist. By 15 MPH','75','3362','A1.2-15','S',168,'168','100.00%','27695','0.61%',0),('Exceed 25 MPH Residence Dist. By 16 MPH','75','3362','A1.2-16','S',73,'73','100.00%','27695','0.26%',0),('Exceed 25 MPH Residence Dist. By 17 MPH','75','3362','A1.2-17','S',79,'79','100.00%','27695','0.29%',0),('Exceed 25 MPH Residence Dist. By 18 MPH','75','3362','A1.2-18','S',75,'75','100.00%','27695','0.27%',0),('Exceed 25 MPH Residence Dist. By 19 MPH','75','3362','A1.2-19','S',64,'64','100.00%','27695','0.23%',0),('Exceed 25 MPH Residence Dist. By 20 MPH','75','3362','A1.2-20','S',113,'113','100.00%','27695','0.41%',0),('Exceed 25 MPH Residence Dist. By 21 MPH','75','3362','A1.2-21','S',45,'45','100.00%','27695','0.16%',0),('Exceed 25 MPH Residence Dist. By 22 MPH','75','3362','A1.2-22','S',27,'27','100.00%','27695','0.10%',0),('Exceed 25 MPH Residence Dist. By 23 MPH','75','3362','A1.2-23','S',34,'34','100.00%','27695','0.12%',0),('Exceed 25 MPH Residence Dist. By 24 MPH','75','3362','A1.2-24','S',28,'28','100.00%','27695','0.10%',0),('Exceed 25 MPH Residence Dist. By 25 MPH','75','3362','A1.2-25','S',103,'103','100.00%','27695','0.37%',0),('Exceed 25 MPH Residence Dist. By 26 MPH','75','3362','A1.2-26','S',24,'24','100.00%','27695','0.09%',0),('Exceed 25 MPH Residence Dist. By 27 MPH','75','3362','A1.2-27','S',26,'26','100.00%','27695','0.09%',0),('Exceed 25 MPH Residence Dist. By 28 MPH','75','3362','A1.2-28','S',15,'15','100.00%','27695','0.05%',0),('Exceed 25 MPH Residence Dist. By 29 MPH','75','3362','A1.2-29','S',8,'8','100.00%','27695','0.03%',0),('Exceed 25 MPH Residence Dist. By 30 MPH','75','3362','A1.2-30','S',24,'24','100.00%','27695','0.09%',0),('Exceed 25 MPH Residence Dist. By 31 MPH','75','3362','A1.2-31','S',7,'7','100.00%','27695','0.03%',0),('Exceed 25 MPH Residence Dist. By 32 MPH','75','3362','A1.2-32','S',12,'12','100.00%','27695','0.04%',0),('Exceed 25 MPH Residence Dist By 33 MPH','75','3362','A1.2-33','S',3,'3','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist. By 34 MPH','75','3362','A1.2-34','S',8,'8','100.00%','27695','0.03%',0),('Exceed 25 MPH Residence Dist. By 35 MPH','75','3362','A1.2-35','S',25,'25','100.00%','27695','0.09%',0),('Exceed 25 MPH Residence Dist By 36 MPH','75','3362','A1.2-36','S',11,'11','100.00%','27695','0.04%',0),('Exceed 25 MPH Residence Dist. By 37 MPH','75','3362','A1.2-37','S',7,'7','100.00%','27695','0.03%',0),('Exceed 25 MPH Residence Dist. By 38 MPH','75','3362','A1.2-38','S',2,'2','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist. By 39 MPH','75','3362','A1.2-39','S',3,'3','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist. By 40 MPH','75','3362','A1.2-40','S',28,'28','100.00%','27695','0.10%',0),('Exceed 25 MPH Residence Dist. By 41 MPH','75','3362','A1.2-41','S',9,'9','100.00%','27695','0.03%',0),('Exceed 25 MPH Residence Dist. By 42 MPH','75','3362','A1.2-42','S',5,'5','100.00%','27695','0.02%',0),('Exceed 25 MPH Residence Dist. By 43 MPH','75','3362','A1.2-43','S',5,'5','100.00%','27695','0.02%',0),('Exceed 25 MPH Residence Dist. By 44 MPH','75','3362','A1.2-44','S',3,'3','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist. By 45 MPH','75','3362','A1.2-45','S',14,'14','100.00%','27695','0.05%',0),('Exceed 25 MPH Residence Dist. By 46','75','3362','A1.2-46','S',5,'5','100.00%','27695','0.02%',0),('Exceed 25 MPH Residence Dist. By 47','75','3362','A1.2-47','S',4,'4','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist. By 48','75','3362','A1.2-48','S',2,'2','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist. By 49','75','3362','A1.2-49','S',3,'3','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist By 5 MPH','75','3362','A1.2-5','S',11,'11','100.00%','27695','0.04%',0),('Exceed 25 MPH Residence Dist. By 50 MPH','75','3362','A1.2-50','S',8,'8','100.00%','27695','0.03%',0),('Exceed 25 MPH Residence Dist. By 55 MPH','75','3362','A1.2-55','S',14,'14','100.00%','27695','0.05%',0),('Exceed 25 MPH Residence Dist By 6 MPH','75','3362','A1.2-6','S',2,'2','100.00%','27695','0.01%',0),('Exceed 25 MPH In Residence District by 60','75','3362','A1.2-60','S',4,'4','100.00%','27695','0.01%',0),('Exceed 25 MPH In Residence District by 61','75','3362','A1.2-61','S',5,'5','100.00%','27695','0.02%',0),('Exceed 25mph in Residential District by 63mph','75','3362','A1.2-63','S',2,'2','100.00%','27695','0.01%',0),('Exceed 25 MPH in Residence District by 65','75','3362','A1.2-65','S',6,'6','100.00%','27695','0.02%',0),('Exceed 25 MPH in Residence District by 68 MPH','75','3362','A1.2-68','M',1,'1','100.00%','27695','0.00%',0),('Exceed 25 MPH Residence Dist By 7 MPH','75','3362','A1.2-7','S',1,'1','100.00%','27695','0.00%',0),('Exceed 25 MPH Residence Dist By 8 MPH','75','3362','A1.2-8','S',2,'2','100.00%','27695','0.01%',0),('Exceed 25 MPH Residence Dist By 9 MPH','75','3362','A1.2-9','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH Other Loc By 1-15 MPH','75','3362','A2*','S',7,'7','100.00%','27695','0.03%',0),('Exceed 55 MPH Other Loc By 26 Or More MPH','75','3362','A2***','S',1,'7','14.29%','27695','0.00%',0),('Exceed 55 MPH In Other Loc By 1 MPH','75','3362','A2-1','S',66,'66','100.00%','27695','0.24%',0),('Exceed 55 MPH In Other Loc By 10 MPH','75','3362','A2-10','S',249,'249','100.00%','27695','0.90%',0),('Exceed 55 MPH In Other Location By 100 MPH','75','3362','A2-100','S',14,'14','100.00%','27695','0.05%',0),('Exceed 55 MPH In Other Loc By 109 MPH','75','3362','A2-109','S',1,'1','100.00%','27695','0.00%',0),('Exceed 55 MPH In Other Loc By 11 MPH','75','3362','A2-11','S',54,'54','100.00%','27695','0.19%',0),('Exceed 55 MPH In Other Loc By 12 MPH','75','3362','A2-12','S',72,'72','100.00%','27695','0.26%',0),('Exceed 55 MPH In Other Loc By 13 MPH','75','3362','A2-13','S',164,'164','100.00%','27695','0.59%',0),('Exceed 55 MPH In Other Loc By 14 MPH','75','3362','A2-14','S',86,'86','100.00%','27695','0.31%',0),('Exceed 55 MPH In Other Loc By 15 MPH','75','3362','A2-15','S',981,'981','100.00%','27695','3.54%',0),('Exceed 55 MPH In Other Loc By 16 MPH','75','3362','A2-16','S',207,'207','100.00%','27695','0.75%',0),('Exceed 55 MPH In Other Loc By 17 MPH','75','3362','A2-17','S',369,'369','100.00%','27695','1.33%',0),('Exceed 55 MPH In Other Loc By 18 MPH','75','3362','A2-18','S',216,'216','100.00%','27695','0.78%',0),('Exceed 55 MPH In Other Loc By 19 MPH','75','3362','A2-19','S',316,'316','100.00%','27695','1.14%',0),('Exceed 55 MPH In Other Loc By 2 MPH','75','3362','A2-2','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 20 MPH','75','3362','A2-20','S',655,'655','100.00%','27695','2.37%',0),('Exceed 55 MPH In Other Loc By 21 MPH','75','3362','A2-21','S',288,'288','100.00%','27695','1.04%',0),('Exceed 55 MPH In Other Loc By 22 MPH','75','3362','A2-22','S',261,'261','100.00%','27695','0.94%',0),('Exceed 55 MPH In Other Loc By 23 MPH','75','3362','A2-23','S',332,'332','100.00%','27695','1.20%',0),('Exceed 55 MPH In Other Loc By 24 MPH','75','3362','A2-24','S',205,'205','100.00%','27695','0.74%',0),('Exceed 55 MPH In Other Loc By 25 MPH','75','3362','A2-25','S',994,'994','100.00%','27695','3.59%',0),('Exceed 55 MPH In Other Loc By 26 MPH','75','3362','A2-26','S',218,'218','100.00%','27695','0.79%',0),('Exceed 55 MPH In Other Loc By 27 MPH','75','3362','A2-27','S',297,'297','100.00%','27695','1.07%',0),('Exceed 55 MPH In Other Loc By 28 MPH','75','3362','A2-28','S',211,'211','100.00%','27695','0.76%',0),('Exceed 55 MPH In Other Loc By 29 MPH','75','3362','A2-29','S',220,'220','100.00%','27695','0.79%',0),('Exceed 55 MPH In Other Loc By 3 MPH','75','3362','A2-3','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 30 MPH','75','3362','A2-30','S',338,'338','100.00%','27695','1.22%',0),('Exceed 55 MPH In Other Loc By 31 MPH','75','3362','A2-31','S',139,'139','100.00%','27695','0.50%',0),('Exceed 55 MPH In Other Loc By 32 MPH','75','3362','A2-32','S',104,'104','100.00%','27695','0.38%',0),('Exceed 55 MPH In Other Loc By 33 MPH','75','3362','A2-33','S',135,'135','100.00%','27695','0.49%',0),('Exceed 55 MPH In Other Loc By 34 MPH','75','3362','A2-34','S',91,'91','100.00%','27695','0.33%',0),('Exceed 55 MPH In Other Loc By 35 MPH','75','3362','A2-35','S',350,'350','100.00%','27695','1.26%',0),('Exceed 55 MPH In Other Loc By 36 MPH','75','3362','A2-36','S',105,'105','100.00%','27695','0.38%',0),('Exceed 55 MPH In Other Loc By 37 MPH','75','3362','A2-37','S',81,'81','100.00%','27695','0.29%',0),('Exceed 55 MPH In Other Loc By 38 MPH','75','3362','A2-38','S',74,'74','100.00%','27695','0.27%',0),('Exceed 55 MPH In Other Loc By 39 MPH','75','3362','A2-39','S',53,'53','100.00%','27695','0.19%',0),('Exceed 55 MPH In Other Loc By 40 MPH','75','3362','A2-40','S',112,'112','100.00%','27695','0.40%',0),('Exceed 55 MPH In Other Loc By 41 MPH','75','3362','A2-41','S',54,'54','100.00%','27695','0.19%',0),('Exceed 55 MPH In Other Loc By 42 MPH','75','3362','A2-42','S',48,'48','100.00%','27695','0.17%',0),('Exceed 55 MPH In Other Loc By 43 MPH','75','3362','A2-43','S',49,'49','100.00%','27695','0.18%',0),('Exceed 55 MPH In Other Loc By 44 MPH','75','3362','A2-44','S',30,'30','100.00%','27695','0.11%',0),('Exceed 55 MPH In Other Loc By 45 MPH','75','3362','A2-45','S',281,'281','100.00%','27695','1.01%',0),('Exceed 55 MPH In Other Loc By 46 MPH','75','3362','A2-46','S',21,'21','100.00%','27695','0.08%',0),('Exceed 55 MPH In Other Loc By 47 MPH','75','3362','A2-47','S',31,'31','100.00%','27695','0.11%',0),('Exceed 55 MPH In Other Loc By 48 MPH','75','3362','A2-48','S',35,'35','100.00%','27695','0.13%',0),('Exceed 55 MPH In Other Loc By 49 MPH','75','3362','A2-49','S',26,'26','100.00%','27695','0.09%',0),('Exceed 55 MPH In Other Loc By 5 MPH','75','3362','A2-5','S',243,'243','100.00%','27695','0.88%',0),('Exceed 55 MPH In Other Loc By 50 MPH','75','3362','A2-50','S',51,'51','100.00%','27695','0.18%',0),('Exceed 55 MPH In Other Loc By 51 MPH','75','3362','A2-51','S',16,'16','100.00%','27695','0.06%',0),('Exceed 55 MPH In Other Loc By 52 MPH','75','3362','A2-52','S',25,'25','100.00%','27695','0.09%',0),('Exceed 55 MPH In Other Loc By 53 MPH','75','3362','A2-53','S',9,'9','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other By 54 MPH','75','3362','A2-54','S',16,'16','100.00%','27695','0.06%',0),('Exceed 55 MPH In Other Loc By 55 MPH','75','3362','A2-55','S',111,'111','100.00%','27695','0.40%',0),('Exceed 55 In Other Loc By 56 MPH','75','3362','A2-56','S',8,'8','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 57 MPH','75','3362','A2-57','S',9,'9','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 58 MPH','75','3362','A2-58','S',4,'4','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 59 MPH','75','3362','A2-59','S',7,'7','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 6 MPH','75','3362','A2-6','S',21,'21','100.00%','27695','0.08%',0),('Exceed 55 MPH In Other Loc By 60 MPH','75','3362','A2-60','S',24,'24','100.00%','27695','0.09%',0),('Exceed 55 MPH In Other Loc By 61 MPH','75','3362','A2-61','S',7,'7','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 62 MPH','75','3362','A2-62','S',7,'7','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 63 MPH','75','3362','A2-63','S',8,'8','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 64 MPH','75','3362','A2-64','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 65 MPH','75','3362','A2-65','S',79,'79','100.00%','27695','0.29%',0),('Exceed 55 MPH In Other Loc By 67 MPH','75','3362','A2-67','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 68 MPH','75','3362','A2-68','S',8,'8','100.00%','27695','0.03%',0),('Exceed 55 MPH In Other Loc By 69 MPH','75','3362','A2-69','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 7 MPH','75','3362','A2-7','S',29,'29','100.00%','27695','0.10%',0),('Exceed 55 MPH In Other Loc By 70 MPH','75','3362','A2-70','S',31,'31','100.00%','27695','0.11%',0),('Exceed 55 MPH In Other Loc By 72 MPH','75','3362','A2-72','S',5,'5','100.00%','27695','0.02%',0),('Exceed 55 MPH In Other Loc By 73 MPH','75','3362','A2-73','S',3,'3','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 74 MPH','75','3362','A2-74','S',3,'3','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 75 MPH','75','3362','A2-75','S',23,'23','100.00%','27695','0.08%',0),('Exceed 55 MPH In Other Loc By 77 MPH','75','3362','A2-77','S',3,'3','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Location By 78 MPH','75','3362','A2-78','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 8 MPH','75','3362','A2-8','S',13,'13','100.00%','27695','0.05%',0),('Exceed 55 MPH In Other Loc By 80 MPH','75','3362','A2-80','S',8,'8','100.00%','27695','0.03%',0),('Exceed 55 MPH in Other Loc by 82 MPH','75','3362','A2-82','S',1,'1','100.00%','27695','0.00%',0),('Exceed 55 MPH In Other Loc By 83 MPH','75','3362','A2-83','S',3,'3','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 85 MPH','75','3362','A2-85','S',3,'3','100.00%','27695','0.01%',0),('Exceed 55mph in Other Loc By 88 Mph','75','3362','A2-88','S',2,'2','100.00%','27695','0.01%',0),('Exceed 55 MPH In Other Loc By 9 MPH','75','3362','A2-9','S',28,'28','100.00%','27695','0.10%',0),('Exceed 55 MPH in Other Loc By 90 MPH','75','3362','A2-90','S',10,'10','100.00%','27695','0.04%',0),('Exceed 55 MPH In Other Loc By 95 MPH','75','3362','A2-95','S',1,'1','100.00%','27695','0.00%',0),('Exceed Max Speed Estb By 1-15 MPH','75','3362','A3*','S',18,'18','100.00%','27695','0.06%',0),('Exceed Max Speed Lim Estb By 1 MPH','75','3362','A3-1','S',22,'22','100.00%','27695','0.08%',0),('Exceed Max Speed Lim Estb By 10 MPH','75','3362','A3-10','S',469,'469','100.00%','27695','1.69%',0),('Exceed Max Speed Limit Established by 100 MPH','75','3362','A3-100','S',4,'4','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 11 MPH','75','3362','A3-11','S',159,'159','100.00%','27695','0.57%',0),('Exceed Max Speed Lim Estb By 12 MPH','75','3362','A3-12','S',301,'301','100.00%','27695','1.09%',0),('Exceed Max Speed Lim Estb By 13 MPH','75','3362','A3-13','S',351,'351','100.00%','27695','1.27%',0),('Exceed Max Speed Lim Estb By 14 MPH','75','3362','A3-14','S',375,'375','100.00%','27695','1.35%',0),('Exceed Max Speed Lim Estb By 15 MPH','75','3362','A3-15','S',1787,'1787','100.00%','27695','6.45%',0),('Exceed Max Speed Lim Estb By 16 MPH','75','3362','A3-16','S',610,'610','100.00%','27695','2.20%',0),('Exceed Max Speed Lim Estb By 17 MPH','75','3362','A3-17','S',738,'738','100.00%','27695','2.66%',0),('Exceed Max Speed Lim Estb By 18 MPH','75','3362','A3-18','S',563,'563','100.00%','27695','2.03%',0),('Exceed Max Speed Lim Estb By 19 MPH','75','3362','A3-19','S',491,'491','100.00%','27695','1.77%',0),('Exceed Max Speed Lim Estb By 2 MPH','75','3362','A3-2','S',2,'2','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 20 MPH','75','3362','A3-20','S',1266,'1266','100.00%','27695','4.57%',0),('Exceed Max Speed Lim Estb By 21 MPH','75','3362','A3-21','S',457,'457','100.00%','27695','1.65%',0),('Exceed Max Speed Lim Estb By 22 MPH','75','3362','A3-22','S',387,'387','100.00%','27695','1.40%',0),('Exceed Max Speed Lim Estb By 23 MPH','75','3362','A3-23','S',388,'388','100.00%','27695','1.40%',0),('Exceed Max Speed Lim Estb By 24 MPH','75','3362','A3-24','S',275,'275','100.00%','27695','0.99%',0),('Exceed Max Speed Lim Estb By 25 MPH','75','3362','A3-25','S',725,'725','100.00%','27695','2.62%',0),('Exceed Max Speed Lim Estb By 26 MPH','75','3362','A3-26','S',256,'256','100.00%','27695','0.92%',0),('Exceed Max Speed Lim Estb By 27 MPH','75','3362','A3-27','S',245,'245','100.00%','27695','0.88%',0),('Exceed Max Speed Lim Estb By 28 MPH','75','3362','A3-28','S',193,'193','100.00%','27695','0.70%',0),('Exceed Max Speed Lim Estb By 29 MPH','75','3362','A3-29','S',153,'153','100.00%','27695','0.55%',0),('Exceed Max Speed Lim Estb By 3 MPH','75','3362','A3-3','S',1,'1','100.00%','27695','0.00%',0),('Exceed Max Speed Lim Estb By 30 MPH','75','3362','A3-30','S',371,'371','100.00%','27695','1.34%',0),('Exceed Max Speed Lim Estb By 31 MPH','75','3362','A3-31','S',107,'107','100.00%','27695','0.39%',0),('Exceed Max Speed Lim Estb By 32 MPH','75','3362','A3-32','S',90,'90','100.00%','27695','0.32%',0),('Exceed Max Speed Lim Estb By 33 MPH','75','3362','A3-33','S',87,'87','100.00%','27695','0.31%',0),('Exceed Max Speed Lim Estb By 34 MPH','75','3362','A3-34','S',72,'72','100.00%','27695','0.26%',0),('Exceed Max Speed Lim Estb By 35 MPH','75','3362','A3-35','S',312,'312','100.00%','27695','1.13%',0),('Exceed Max Speed Lim Estb By 36 MPH','75','3362','A3-36','S',70,'70','100.00%','27695','0.25%',0),('Exceed Max Speed Lim Estb By 37 MPH','75','3362','A3-37','S',49,'49','100.00%','27695','0.18%',0),('Exceed Max Speed Lim Estb By 38 MPH','75','3362','A3-38','S',50,'50','100.00%','27695','0.18%',0),('Exceed Max Speed Lim Estb By 39 MPH','75','3362','A3-39','S',38,'38','100.00%','27695','0.14%',0),('Exceed Max Speed Lim Estb By 40 MPH','75','3362','A3-40','S',148,'148','100.00%','27695','0.53%',0),('Exceed Max Speed Lim Estb By 41 MPH','75','3362','A3-41','S',39,'39','100.00%','27695','0.14%',0),('Exceed Max Speed Lim Estb By 42 MPH','75','3362','A3-42','S',40,'40','100.00%','27695','0.14%',0),('Exceed Max Speed Lim Estb By 43 MPH','75','3362','A3-43','S',28,'28','100.00%','27695','0.10%',0),('Exceed Max Speed Lim Estb By 44 MPH','75','3362','A3-44','S',25,'25','100.00%','27695','0.09%',0),('Exceed Max Speed Lim Estb By 45 MPH','75','3362','A3-45','S',136,'136','100.00%','27695','0.49%',0),('Exceed Max Speed Lim Estb By 46 MPH','75','3362','A3-46','S',25,'25','100.00%','27695','0.09%',0),('Exceed Max Speed Lim Estb By 47 MPH','75','3362','A3-47','S',8,'8','100.00%','27695','0.03%',0),('Exceed Max Speed Lim Estb By 48 MPH','75','3362','A3-48','S',20,'20','100.00%','27695','0.07%',0),('Exceed Max Speed Lim Estb By 49 MPH','75','3362','A3-49','S',14,'14','100.00%','27695','0.05%',0),('Exceed Max Speed Lim Estb By 5 MPH','75','3362','A3-5','S',123,'123','100.00%','27695','0.44%',0),('Exceed Max Speed Lim Estb By 50 MPH','75','3362','A3-50','S',79,'79','100.00%','27695','0.29%',0),('Exceed Max Speed Lim Estb By 51 MPH','75','3362','A3-51','S',12,'12','100.00%','27695','0.04%',0),('Exceed Max Speed Lim Estb By 52 MPH','75','3362','A3-52','S',5,'5','100.00%','27695','0.02%',0),('Exceed Max Speed Limit Estb By 53 MPH','75','3362','A3-53','S',11,'11','100.00%','27695','0.04%',0),('Exceed Max Speed Lim Estb By 54 MPH','75','3362','A3-54','S',8,'8','100.00%','27695','0.03%',0),('Exceed Max Speed Lim Estb By 55 MPH','75','3362','A3-55','S',98,'98','100.00%','27695','0.35%',0),('Exceed Max Speed Lim Estb By 56 MPH','75','3362','A3-56','S',7,'7','100.00%','27695','0.03%',0),('Exceed Max Speed Lim Estb By 57 MPH','75','3362','A3-57','S',6,'6','100.00%','27695','0.02%',0),('Exceed Max Speed Lim Estb By 58 MPH','75','3362','A3-58','S',11,'11','100.00%','27695','0.04%',0),('Exceed Max Speed Lim Estb By 59 MPH','75','3362','A3-59','S',1,'1','100.00%','27695','0.00%',0),('Exceed Max Speed Lim Estb By 6 MPH','75','3362','A3-6','S',12,'12','100.00%','27695','0.04%',0),('Exceed Max Speed Lim Estb By 60 MPH','75','3362','A3-60','S',54,'54','100.00%','27695','0.19%',0),('Exceed Max Speed Lim Estb By 61 MPH','75','3362','A3-61','S',3,'3','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 62 MPH','75','3362','A3-62','S',4,'4','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 63 MPH','75','3362','A3-63','S',9,'9','100.00%','27695','0.03%',0),('Exceed Max Speed Lim Estb By 64 MPH','75','3362','A3-64','S',3,'3','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 65 MPH','75','3362','A3-65','S',47,'47','100.00%','27695','0.17%',0),('Exceed Max Speed Lim Estb By 66 MPH','75','3362','A3-66','S',5,'5','100.00%','27695','0.02%',0),('Exceed Max Speed Lim Estb By 67 MPH','75','3362','A3-67','S',1,'1','100.00%','27695','0.00%',0),('Exceed Max Speed Lim Estb By 68 MPH','75','3362','A3-68','S',6,'6','100.00%','27695','0.02%',0),('Exceed Max Speed Lim Estb By 7 MPH','75','3362','A3-7','S',29,'29','100.00%','27695','0.10%',0),('Exceed Max Speed Lim Estb By 70 MPH','75','3362','A3-70','S',12,'12','100.00%','27695','0.04%',0),('Exceed Max Speed Lim Estb By 72 MPH','75','3362','A3-72','S',3,'3','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 73 MPH','75','3362','A3-73','S',1,'1','100.00%','27695','0.00%',0),('Exceed Max Speed Lim Estb By 74 MPH','75','3362','A3-74','S',4,'4','100.00%','27695','0.01%',0),('Exceed Max Speed Lim Estb By 75 MPH','75','3362','A3-75','S',19,'19','100.00%','27695','0.07%',0),('Exceed Max Speed Lim Estb By 8 MPH','75','3362','A3-8','S',28,'28','100.00%','27695','0.10%',0),('Exceed Max Speed Lim Estb By 80 MPH','75','3362','A3-80','S',6,'6','100.00%','27695','0.02%',0),('Exceed Max Speed Lim Est by 85 MPH','75','3362','A3-85','S',5,'5','100.00%','27695','0.02%',0),('Exceed Max Speed Lim Estb By 9 MPH','75','3362','A3-9','S',17,'17','100.00%','27695','0.06%',0),('Alteration Of Maximum Limits','75','3363','','S',3,'3','100.00%','3','100.00%',0),('Too Slow For Conditions','75','3364','A','S',1341,'1341','100.00%','1372','97.74%',0),('Slow Moving Vehicle To Drive Off Roadway','75','3364','B','S',12,'12','100.00%','1372','0.87%',0),('Slow moving vehicle to drive off roadway','75','3364','B1','S',5,'5','100.00%','1372','0.36%',0),('Establishment Of Minimum Speed Limit','75','3364','C','S',14,'14','100.00%','1372','1.02%',0),('Speeding On Bridge','75','3365','A1','S',14,'14','100.00%','164','8.54%',0),('Exceed Speed Lim On Bridge By 32 MPH','75','3365','A1-32','S',2,'2','100.00%','164','1.22%',0),('Exceed Speed Lim On Bridge By 38 MPH','75','3365','A1-38','S',2,'2','100.00%','164','1.22%',0),('Speeding On Bridge','75','3365','A2','S',1,'1','100.00%','164','0.61%',0),('Speeding In School Zone','75','3365','B','S',104,'104','100.00%','164','63.41%',0),('Exceed Speed Lim/School Zone By 10 MPH','75','3365','B-10','S',2,'2','100.00%','164','1.22%',0),('Exceed Speed Lim/School Zone by 13 MPH','75','3365','B-13','S',1,'1','100.00%','164','0.61%',0),('Exceed Speed Lim/School Zone By 15 MPH','75','3365','B-15','S',1,'1','100.00%','164','0.61%',0),('Exceed Speed Lim/School Zone By 23 MPH','75','3365','B-23','S',2,'2','100.00%','164','1.22%',0),('Speeding On Hazardous Grades','75','3365','C','S',4,'4','100.00%','164','2.44%',0),('Exceed Speed Lim Haz Grade By 1 MPH','75','3365','C-1','S',1,'1','100.00%','164','0.61%',0),('Exceed Speed Lim Haz Grade By 25 MPH','75','3365','C-25','S',2,'2','100.00%','164','1.22%',0),('Exceed Speed Lim Haz Grade By 26 MPH','75','3365','C-26','S',2,'2','100.00%','164','1.22%',0),('Special Speed Limitations - Active Work Zone','75','3365','C.1','S',21,'21','100.00%','164','12.80%',0),('Exceed Speed Limit in Active Work Zone by 12 MPH','75','3365','C.1-12','S',1,'1','100.00%','164','0.61%',0),('Exceed Speed Limit in Active Work Zone by 25 MPH','75','3365','C.1-25','S',1,'1','100.00%','164','0.61%',0),('Exceed Speed Limit in Active Work Zone by 35 MPH','75','3365','C.1-35','S',2,'2','100.00%','164','1.22%',0),('Exceed Speed Limit in Active Work Zone by 45 MPH','75','3365','C.1-45','S',1,'1','100.00%','164','0.61%',0),('Illegal Racing: Definitions','75','3367','A','S',24,'24','100.00%','426','5.63%',0),('Illegal Racing','75','3367','B','S',402,'402','100.00%','426','94.37%',0),('Disobey Traffic Law On Pedalcycle','75','3501','A','S',6,'6','100.00%','6','100.00%',0),('Ride Bike Improperly','75','3504','A','S',7,'7','100.00%','9','77.78%',0),('Exceed Bike Limit','75','3504','B','S',2,'2','100.00%','9','22.22%',0),('Pedalcycle Operator Shall Obey Rules Of The Road','75','3505','A','S',27,'27','100.00%','92','29.35%',0),('Operation On Shoulder','75','3505','B','S',46,'46','100.00%','92','50.00%',0),('Slower Than Prevailing Speeds','75','3505','C','S',12,'12','100.00%','92','13.04%',0),('One-Way Roadways','75','3505','D','S',7,'7','100.00%','92','7.61%',0),('Carry Package On Bicycle','75','3506','','S',1,'1','100.00%','1','100.00%',0),('Violate Light Regulations','75','3507','A','S',407,'407','100.00%','413','98.55%',0),('Improp Brakes','75','3507','C','S',6,'6','100.00%','413','1.45%',0),('Not To Yield To Pedestrian','75','3508','A','S',12,'12','100.00%','37','32.43%',0),('Pedalcycle In Business Area','75','3508','B','S',25,'25','100.00%','37','67.57%',0),('Parking Prohibited','75','3509','A1','S',2,'2','100.00%','10','20.00%',0),('Park Improp','75','3509','B1','S',1,'1','100.00%','10','10.00%',0),('Pedalcycle Obstructs Veh','75','3509','B3','S',7,'7','100.00%','10','70.00%',0),('Pedalcycles/Prohibit On Freeway','75','3511','A','S',11,'11','100.00%','11','100.00%',0),('Ride Motorcycle Improp(Seat)','75','3522','A','S',15,'15','100.00%','23','65.22%',0),('Improper Position','75','3522','B','S',5,'5','100.00%','23','21.74%',0),('Interfere With Driver','75','3522','D','S',3,'3','100.00%','23','13.04%',0),('Deprive Motorcycle Of Lane','75','3523','A','S',7,'7','100.00%','283','2.47%',0),('Pass Improp (Motorcycle)','75','3523','B','S',153,'153','100.00%','283','54.06%',0),('Operate Motorcycle Improp','75','3523','C','S',120,'120','100.00%','283','42.40%',0),('Ride Motorcycle More Than 2 Abreast','75','3523','D','S',3,'3','100.00%','283','1.06%',0),('No Foot Rest On Motorcycle','75','3524','A','S',7,'7','100.00%','7','100.00%',0),('Not Wear Proper Headgear On Motorcycle','75','3525','A','S',867,'867','100.00%','1353','64.08%',0),('No Eye Protection Device','75','3525','B','S',486,'486','100.00%','1353','35.92%',0),('Fail to Operate Motorcycle Lamps','75','3526','','S',72,'72','100.00%','72','100.00%',0),('Pedestrian Fail To Obey Traffic Controls','75','3541','A','S',6,'6','100.00%','12','50.00%',0),('Traffic And Pedestrian - Control Signals','75','3541','B','S',6,'6','100.00%','12','50.00%',0),('Fail To Yield Right Of Way To Ped','75','3542','A','S',165,'165','100.00%','190','86.84%',0),('Failure Of Pedestrian To Exercise Care','75','3542','B','S',21,'21','100.00%','190','11.05%',0),('Impro Pass Of Veh Stopped Pedestrian','75','3542','C','S',4,'4','100.00%','190','2.11%',0),('Pedestrian Fail To Yield','75','3543','A','S',71,'71','100.00%','96','73.96%',0),('Pedes Not Yield At Overhead/Tunnel Xng','75','3543','B','S',1,'1','100.00%','96','1.04%',0),('Cross Bet Contro Inters Urban Area','75','3543','C','S',18,'18','100.00%','96','18.75%',0),('Crossing Diagonally','75','3543','D','S',6,'6','100.00%','96','6.25%',0),('Mand. Use Of Available Sidewalk','75','3544','A','S',89,'89','100.00%','161','55.28%',0),('Pedestrian Walk Too Close To Rwy','75','3544','B','S',25,'25','100.00%','161','15.53%',0),('Pedestrian Walk Too Close To Rwy','75','3544','C','S',25,'25','100.00%','161','15.53%',0),('Pedestrian Walking On Highway','75','3544','D','S',22,'22','100.00%','161','13.66%',0),('Solicit Ride','75','3545','1','S',54,'54','100.00%','67','80.60%',0),('Solicit Ride','75','3545','2','S',13,'13','100.00%','67','19.40%',0),('Disregard Safety Zone','75','3546','A','S',7,'7','100.00%','7','100.00%',0),('Fail To Yield Pedestrians On Sidewalks','75','3547','','S',4,'4','100.00%','4','100.00%',0),('Pedest Fail To Yield To Auth Emerg Veh','75','3548','A','S',4,'4','100.00%','4','100.00%',0),('Intoxi Pedest Causing Hazard','75','3550','','S',225,'225','100.00%','225','100.00%',0),('Pedest Fail To Comply W Bridge Signal','75','3551','A','S',6,'6','100.00%','8','75.00%',0),('Pedestrian Fail To Comply W Rr Gate','75','3551','B','S',2,'2','100.00%','8','25.00%',0),('Stand Unattended','75','3701','A','S',318,'318','100.00%','318','100.00%',0),('Leaving Child Unattended In Vehicle','75','3701.1','A','S',327,'327','100.00%','327','100.00%',0),('Back Up Vehicle Improperly','75','3702','A','S',1868,'1868','100.00%','2006','93.12%',0),('Back Up Veh Improp On Lim Access Hwy','75','3702','B','S',138,'138','100.00%','2006','6.88%',0),('Drive On Sidewalk','75','3703','A','S',1039,'1039','100.00%','1039','100.00%',0),('Drive W View Obstructed','75','3704','','S',74,'74','100.00%','74','100.00%',0),('Opening Door Unsafely','75','3705','','S',58,'58','100.00%','58','100.00%',0),('Person In Trailer','75','3706','A','S',3,'3','100.00%','3','100.00%',0),('Violate 500 Ft Limitation','75','3707','','S',3,'3','100.00%','3','100.00%',0),('Drive Over Fire Hose','75','3708','','S',43,'43','100.00%','43','100.00%',0),('Depositing Waste On Hwy','75','3709','A','S',2029,'2029','100.00%','2070','98.02%',0),('Removal Of Deposited Material','75','3709','B1','S',38,'38','100.00%','2070','1.84%',0),('Fail Remove Mat Following Accident','75','3709','C','S',3,'3','100.00%','2070','0.14%',0),('Improper Entering To Intersection','75','3710','','S',140,'140','100.00%','140','100.00%',0),('Hang On Vehicle','75','3711','A','S',72,'72','100.00%','72','100.00%',0),('Abandoning Veh On Highway','75','3712','A','M3',14,'474','2.95%','789','1.77%',0),('Abandoning Veh On Highway','75','3712','A','S',460,'474','97.05%','789','58.30%',0),('Abandoning Veh on Pub/Private Prop','75','3712','B','M3',7,'314','2.23%','789','0.89%',0),('Abandoning Veh on Pub/Private Prop','75','3712','B','S',307,'314','97.77%','789','38.91%',0),('Stripping Abandoned Vehicle','75','3712','C','S',1,'1','100.00%','789','0.13%',0),('Stripping Abandoned Vehicle','75','3712.2','A1','F3',3,'16','18.75%','16','18.75%',0),('Stripping Abandoned Vehicle','75','3712.2','A1','M3',13,'16','81.25%','16','81.25%',0),('Rr Train Blocking Rwy','75','3713','','S',2,'2','100.00%','2','100.00%',0),('Careless Driving','75','3714','','S',1154,'1154','100.00%','171576','0.67%',0),('Careless Driving','75','3714','A','S',169281,'169281','100.00%','171576','98.66%',0),('Careless Driving - Unintentional Death','75','3714','B','S',378,'378','100.00%','171576','0.22%',0),('Careless Driving - Serious Bodily Injury','75','3714','C','S',763,'763','100.00%','171576','0.44%',0),('Res Consump Of Alc Cont Substance','75','3715','','S',13,'13','100.00%','149','8.72%',0),('Restriction On Alcoholic Beverages','75','3715','A','S',136,'136','100.00%','149','91.28%',0),('Accidents Involving Overturned Veh. - Speeding, Careless Driving, etc','75','3716','A','S',33,'33','100.00%','38','86.84%',0),('Accidents/Overturned Vehicles-Equipment','75','3716','B','S',1,'1','100.00%','38','2.63%',0),('Accidents/Overturned Vehicles-Misc','75','3716','C','S',4,'4','100.00%','38','10.53%',0),('Trespass By Mot Veh','75','3717','A','S',1234,'1234','100.00%','3397','36.33%',0),('Trespass By Motor Vehicle-Pr Rd/Driveway','75','3717','B','S',328,'328','100.00%','3397','9.66%',0),('Dam Real Prop By Oper Mot Veh','75','3717','C','S',1655,'1655','100.00%','3397','48.72%',0),('Travel On Cultivated Land','75','3717','D','S',180,'180','100.00%','3397','5.30%',0),('Minor Prohibited/Operating W/Alcohol','75','3718','A','S',5686,'5686','100.00%','5686','100.00%',0),('Passenger In Open Truck General Rule','75','3719','A','S',59,'59','100.00%','105','56.19%',0),('Passenger In Open Truck Children','75','3719','B1','S',46,'46','100.00%','105','43.81%',0),('Snow and Ice Dislodged or Falls From Moving Vehicle','75','3720','','S',1,'1','100.00%','1','100.00%',0),('Drvg Und Inf Alco/Ctrl Sub','75','3731','A*','M2',231,'231','100.00%','5091','4.54%',0),('Drvg Und Inf Alco/Ctrl Sub 2nd Off','75','3731','A**','M2',1,'231','0.43%','5091','0.02%',0),('Drvg Und Inf Alco/Ctrl Sub 3rd Off','75','3731','A***','M1',2,'231','0.87%','5091','0.04%',0),('Drvg Und Inf Alco/Ctrl Sub 4th Off','75','3731','A****','M1',2,'231','0.87%','5091','0.04%',0),('Driving Under The Influence Of Alcohol','75','3731','A1*','M2',2780,'2790','99.64%','5091','54.61%',0),('Driving Under The Influence Of Alcohol','75','3731','A1*','M3',10,'2790','0.36%','5091','0.20%',0),('Dr Un The Inf Of Alco 2nd Off','75','3731','A1**','M2',31,'2790','1.11%','5091','0.61%',0),('Drvg Und Inf Alco/Ctrl Sub 3rd Off','75','3731','A1***','M1',15,'2790','0.54%','5091','0.29%',0),('Drvg Und Inf Alco 4th Off','75','3731','A1****','M1',4,'2790','0.14%','5091','0.08%',0),('Dr Un The Inf Of Alco 4th Off','75','3731','A1****','M2',1,'2790','0.04%','5091','0.02%',0),('Drvg Und Inf Alco 5th Off','75','3731','A1*****','M1',1,'2790','0.04%','5091','0.02%',0),('Drvg Und Inf Alco 7th Off','75','3731','A1*******','M1',1,'2790','0.04%','5091','0.02%',0),('Dr Un The Inf Of Contro Substan','75','3731','A2*','M2',101,'101','100.00%','5091','1.98%',0),('Dr Un The Inf Of Contro Sub 2nd Off','75','3731','A2**','M2',1,'101','0.99%','5091','0.02%',0),('Dr Und The Inf Of Alco & Cont Subs','75','3731','A3*','M2',104,'104','100.00%','5091','2.04%',0),('Drvg Und Inf Alco & Control Subs 3rd Off','75','3731','A3***','M1',1,'104','0.96%','5091','0.02%',0),('Dr Und Inf Of Alc & Cont Subs 3rd Off','75','3731','A3***','M2',1,'104','0.96%','5091','0.02%',0),('Dr W/Bl Alc Lev .10% Or Greater','75','3731','A4*','M2',1090,'1090','100.00%','5091','21.41%',0),('Dr W/Bl Alc Lev .10% Or Greater 2nd Off','75','3731','A4**','M2',10,'1090','0.92%','5091','0.20%',0),('Dr W/Bl Alc Lev .10% Or Greater 3rd Off','75','3731','A4***','M1',6,'1090','0.55%','5091','0.12%',0),('Dr W/Bl Alc Lev .10% Or Greater 4th Off','75','3731','A4****','M1',3,'1090','0.28%','5091','0.06%',0),('Dr W/Bl Alc Lev .10% Or Greater 4th Off','75','3731','A4****','M2',1,'1090','0.09%','5091','0.02%',0),('Adult Dr W/Bl Alc Lev .10%/Greater 1st Off','75','3731','A4I*','M2',450,'450','100.00%','5091','8.84%',0),('Adult Dr W/Bl Alc Lev .10%/Greater 2nd Off','75','3731','A4I**','M2',11,'450','2.44%','5091','0.22%',0),('Adult Dr W/Bl Alc Lev .10%/Greater 3rd Off','75','3731','A4I***','M1',4,'450','0.89%','5091','0.08%',0),('Adult Dr W/Bl Alc Lev .10%/Greater 4th Off','75','3731','A4I****','M1',4,'450','0.89%','5091','0.08%',0),('Minor Dr W/Bl Alc Lev .02%/Greater 1st Off','75','3731','A4II*','M2',50,'50','100.00%','5091','0.98%',0),('Dr W/Bl Alc Lev .10% Or > W/In 3 Hrs','75','3731','A5I*','M2',171,'171','100.00%','5091','3.36%',0),('Commerc Driver/ Und Inf Alco/Ctrl Subs','75','3731','I*','M2',2,'2','100.00%','5091','0.04%',0),('Commerc Driver/ Und Inf Alco','75','3731','I1*','M2',1,'1','100.00%','5091','0.02%',0),('Commerc Driver/ Blood Alco','75','3731','I4*','M2',1,'1','100.00%','5091','0.02%',0),('Homicide By Veh','75','3732','','M1',1,'1','100.00%','1243','0.08%',0),('Homicide By Vehicle','75','3732','A','F3',1241,'1242','99.92%','1243','99.84%',0),('Homicide By Vehicle','75','3732','A','M1',1,'1242','0.08%','1243','0.08%',0),('Aggravated assault by vehicle','75','3732.1','A','F3',1276,'1276','100.00%','1276','100.00%',0),('Fleeing Or Attempting To Elude Officer','75','3733','A','F3',11705,'22467','52.10%','22479','52.07%',0),('Fleeing Or Attempting To Elude Officer','75','3733','A','M2',10741,'22467','47.81%','22479','47.78%',0),('Fleeing Or Attempting To Elude Officer','75','3733','A','S',21,'22467','0.09%','22479','0.09%',0),('Fleeing-Attempting To Elude/Signals','75','3733','B','M2',12,'12','100.00%','22479','0.05%',0),('Dr W/O Light To Avoid Ident Arrest','75','3734','','S',1467,'1467','100.00%','1467','100.00%',0),('Homi By Veh While Dr Under The Infl','75','3735','A','F2',882,'884','99.77%','885','99.66%',0),('Homi By Veh While Dr Under The Infl','75','3735','A','F3',2,'884','0.23%','885','0.23%',0),('Permitting Violation - Homic by Veh While Dr Under the Influence','75','3735','A*P','S',1,'1','100.00%','885','0.11%',0),('Aggravated Assault By Vehicle While Dui','75','3735.1','A','F2',3689,'3689','100.00%','3690','99.97%',0),('Permitting Violation - Aggravated Assault By Vehicle While DUI','75','3735.1','A*P','S',1,'1','100.00%','3690','0.03%',0),('Reckless Driving','75','3736','A','S',42760,'42760','100.00%','42760','100.00%',0),('Accidents Involving Death Or Personal Injury','75','3742','A','F2',106,'6163','1.72%','6374','1.66%',0),('Accidents Involving Death Or Personal Injury','75','3742','A','F3',1487,'6163','24.13%','6374','23.33%',0),('Accidents Involving Death Or Personal Injury','75','3742','A','M1',4560,'6163','73.99%','6374','71.54%',0),('Accidents Involv.Death/Personal Injury','75','3742','A','M3',10,'6163','0.16%','6374','0.16%',0),('Accidents Involving Death/Personal Injury','75','3742','B1','M1',123,'123','100.00%','6374','1.93%',0),('Accident/Serious Bodily Injury','75','3742','B2','F3',78,'78','100.00%','6374','1.22%',0),('Accident/Victim Dies','75','3742','B3','F2',1,'10','10.00%','6374','0.02%',0),('Accident/Victim Dies','75','3742','B3','F3',9,'10','90.00%','6374','0.14%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','A','F3',1519,'5231','29.04%','5333','28.48%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','A','M2',3711,'5231','70.94%','5333','69.59%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','A','S',1,'5231','0.02%','5333','0.02%',0),('Permitting Violation - Acc Involving Death/Injury - Not Properly Licensed','75','3742.1','AP','S',3,'3','100.00%','5333','0.06%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','B1','F3',5,'60','8.33%','5333','0.09%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','B1','M2',55,'60','91.67%','5333','1.03%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','B2','F3',35,'39','89.74%','5333','0.66%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','B2','M2',4,'39','10.26%','5333','0.08%',0),('Accident Involv Damage Attended Vehicle/Prop','75','3743','A','M3',22520,'22547','99.88%','22571','99.77%',0),('Fail Involved In Acci Stop At Scene','75','3743','A','S',27,'22547','0.12%','22571','0.12%',0),('Permitting Violation - Accident Involving Damage Attended Vehicle/Property','75','3743','A-P','S',24,'24','100.00%','22571','0.11%',0),('Fail Stop And Give Infor Render Aid','75','3744','A','S',12771,'12771','100.00%','13266','96.27%',0),('Fail To Report Accident To Police','75','3744','B','S',364,'364','100.00%','13266','2.74%',0),('Duty Of Pass To Render Aid Report','75','3744','C','S',131,'131','100.00%','13266','0.99%',0),('Acci Dam To Unattended Veh Or Propert','75','3745','A','S',19449,'19449','100.00%','19449','100.00%',0),('Accident Scene Clearance - Vehicle Not Require Towing','75','3745.1','A1','S',44,'44','100.00%','59','74.58%',0),('Accident Scene Clearance - Safely Remove Vehicle','75','3745.1','A2','S',15,'15','100.00%','59','25.42%',0),('Fail To Not Police Depart Of Acci','75','3746','A','S',1128,'1128','100.00%','10232','11.02%',0),('Fail To Not Police Of Accident\\\\ Injury Or Death','75','3746','A1','S',3058,'3058','100.00%','10232','29.89%',0),('Fail To Not Police Of Acc\\\\ Damage To Vehicle','75','3746','A2','S',6031,'6031','100.00%','10232','58.94%',0),('Fail Of Occ To Not Police Dept Acc','75','3746','B','S',8,'8','100.00%','10232','0.08%',0),('Investigation By Police Officer','75','3746','C','S',7,'7','100.00%','10232','0.07%',0),('Fail To Rep Acci To Police Within 5 Days','75','3747','A','S',7,'7','100.00%','7','100.00%',0),('Give False Information','75','3748','','S',1786,'1786','100.00%','1786','100.00%',0),('Reports By Emergency Room Personnel','75','3755','A','S',1,'1','100.00%','1','100.00%',0),('Accidents Inv. Certain Vehicles - Testing Req.','75','3756','A','S',7,'7','100.00%','7','100.00%',0),('DUI: Gen Imp/Inc of Driving Safely - 1st Off','75','3802','A1*','M',276278,'282579','97.77%','793276','34.83%',0),('DUI: Gen Imp/Inc of Driving Safely - 1st Off','75','3802','A1*','M1',6301,'282579','2.23%','793276','0.79%',0),('DUI: Gen Imp/Inc of Driving Safely - 2nd Off','75','3802','A1**','M',30364,'282579','10.75%','793276','3.83%',0),('DUI: Gen Imp/Inc of Driving Safely - 2nd Off','75','3802','A1**','M1',6922,'282579','2.45%','793276','0.87%',0),('DUI: Gen Imp/Inc of Driving Safely - 3rd Off','75','3802','A1***','M1',4232,'282579','1.50%','793276','0.53%',0),('DUI: Gen Imp/Inc of Driving Safely - 3rd Off','75','3802','A1***','M2',5434,'282579','1.92%','793276','0.69%',0),('DUI: Gen Imp/Inc of Driving Safely - 4th Off & Sub Off','75','3802','A1****','M1',964,'282579','0.34%','793276','0.12%',0),('DUI: Gen Imp/Inc of Driving Safely - 4th Off & Sub Off','75','3802','A1****','M2',915,'282579','0.32%','793276','0.12%',0),('Permitting Violation - DUI: Gen Imp/Inc of Driving Safely - 1st Off','75','3802','A1*P','S',19,'19','100.00%','793276','0.00%',0),('DUI: Gen Imp (BAC .08 - .10) 1st Off','75','3802','A2*','M',26191,'26426','99.11%','793276','3.30%',0),('DUI: Gen Imp (BAC .08 - .10) 1st Off','75','3802','A2*','M1',235,'26426','0.89%','793276','0.03%',0),('DUI: Gen Imp (BAC .08 - .10) 2nd Off','75','3802','A2**','M',2455,'26426','9.29%','793276','0.31%',0),('DUI: Gen Imp (BAC .08 - .10) 2nd Off','75','3802','A2**','M1',35,'26426','0.13%','793276','0.00%',0),('DUI: Gen Imp (BAC .08 - .10) 3rd Off','75','3802','A2***','M1',75,'26426','0.28%','793276','0.01%',0),('DUI: Gen Imp (BAC .08 - .10) 3rd Off','75','3802','A2***','M2',480,'26426','1.82%','793276','0.06%',0),('DUI: Gen Imp (BAC .08 - .10) 4th Off & Subsequent','75','3802','A2****','M1',20,'26426','0.08%','793276','0.00%',0),('DUI: Gen Imp (BAC .08 - .10) 4th Off & Subsequent','75','3802','A2****','M2',68,'26426','0.26%','793276','0.01%',0),('DUI: High Rte of Alc (Bac.10 - .16) 1st Off','75','3802','B*','M',82397,'83264','98.96%','793276','10.39%',0),('DUI: High Rte of Alc (Bac.10 - .16) 1st Off','75','3802','B*','M1',867,'83264','1.04%','793276','0.11%',0),('DUI: High Rte of Alc (BAC .10 - .16) 2nd Off','75','3802','B**','M',11747,'83264','14.11%','793276','1.48%',0),('DUI: High Rte of Alc (BAC .10 - .16) 2nd Off','75','3802','B**','M1',206,'83264','0.25%','793276','0.03%',0),('DUI: High Rte of Alc (BAC .10 - .16) 3rd Off','75','3802','B***','M1',2633,'83264','3.16%','793276','0.33%',0),('DUI: High Rte of Alc (BAC .10 - .16) 4th Off or Subsequent','75','3802','B****','M1',415,'83264','0.50%','793276','0.05%',0),('DUI: High Rte of Alc (BAC .10 - .16) 5th Off','75','3802','B*****','M1',1,'83264','0.00%','793276','0.00%',0),('Permitting Violation - DUI: High Rte of Alcohol (BAC .10 - .16) Ast Offense','75','3802','B*P','S',2,'2','100.00%','793276','0.00%',0),('DUI: Highest Rte of Alc (BAC .16+) 1st Off','75','3802','C*','M',131319,'134333','97.76%','793276','16.55%',0),('DUI: Highest Rte of Alc (BAC .16+) 1st Off','75','3802','C*','M1',3013,'134333','2.24%','793276','0.38%',0),('DUI: Highest Rte of Alc (BAC .16+) 1st Off','75','3802','C*','S',1,'134333','0.00%','793276','0.00%',0),('DUI: Highest Rte of Alc (BAC .16+) 2nd Off','75','3802','C**','M1',26423,'134333','19.67%','793276','3.33%',0),('DUI: Highest Rte of Alc (BAC .16+) 3rd Off','75','3802','C***','M1',5417,'134333','4.03%','793276','0.68%',0),('DUI: Highest Rte of Alc (BAC .16+) 4th Off & Sub','75','3802','C****','M1',752,'134333','0.56%','793276','0.09%',0),('Permitting Violation - DUI: Highest Rate of Alcohol (BAC .16+)','75','3802','C*P','S',7,'7','100.00%','793276','0.00%',0),('DUI: Controlled Substance or Metabolite 1st Offense','75','3802','D1*','M',16934,'17340','97.66%','793276','2.13%',0),('DUI: Controlled Substance or Metabolite 1st Offense','75','3802','D1*','M1',406,'17340','2.34%','793276','0.05%',0),('DUI: Controlled Substance or Metabolite 2nd Offense','75','3802','D1**','M1',2020,'17340','11.65%','793276','0.25%',0),('DUI: Controlled Substance or Metabolite 3rd Offense','75','3802','D1***','M1',304,'17340','1.75%','793276','0.04%',0),('DUI: Controlled Substance or Metabolite 4th and Subsequent Offense','75','3802','D1****','M1',35,'17340','0.20%','793276','0.00%',0),('DUI: Controlled Substance - Schedule 1 - 1st Offense','75','3802','D1i*','M',25474,'25923','98.27%','793276','3.21%',0),('DUI: Controlled Substance - Schedule 1 - 1st Offense','75','3802','D1i*','M1',449,'25923','1.73%','793276','0.06%',0),('DUI: Controlled Substance - Schedule I - 2nd Offense','75','3802','D1i**','M1',2349,'25923','9.06%','793276','0.30%',0),('DUI: Controlled Substance - Schedule I - 3rd Offense','75','3802','D1i***','M1',406,'25923','1.57%','793276','0.05%',0),('DUI: Controlled Substance - Schedule I - 4th and Subsequent Offense','75','3802','D1i****','M1',70,'25923','0.27%','793276','0.01%',0),('DUI: Controlled Substance - Schedule 2 or 3 - 1st Offense','75','3802','D1ii*','M',12972,'13282','97.67%','793276','1.64%',0),('DUI: Controlled Substance - Schedule 2 or 3 - 1st Offense','75','3802','D1ii*','M1',310,'13282','2.33%','793276','0.04%',0),('DUI: Controlled Substance - Schedule 2 or 3 - 2nd Offense','75','3802','D1ii**','M1',1584,'13282','11.93%','793276','0.20%',0),('DUI: Controlled Substance - Schedule 2 or 3 - 3rd Offense','75','3802','D1ii***','M1',380,'13282','2.86%','793276','0.05%',0),('DUI: Controlled Substance - Schedule 2 or 3 - 4th Offense','75','3802','D1ii****','M1',38,'13282','0.29%','793276','0.00%',0),('DUI: Controlled Substance - Metabolite - 1st Offense','75','3802','D1iii*','M',13315,'13661','97.47%','793276','1.68%',0),('DUI: Controlled Substance - Metabolite - 1st Offense','75','3802','D1iii*','M1',346,'13661','2.53%','793276','0.04%',0),('DUI: Controlled Substance - Metabolite - 2nd Offense','75','3802','D1iii**','M1',1601,'13661','11.72%','793276','0.20%',0),('DUI: Controlled Substance - Metabolite - 3rd Offense','75','3802','D1iii***','M1',354,'13661','2.59%','793276','0.04%',0),('DUI: Controlled Substance - Metabolite - 4th Offense','75','3802','D1iii****','M1',38,'13661','0.28%','793276','0.00%',0),('DUI: Controlled Substance - Impaired Ability - 1st Offense','75','3802','D2*','M',42894,'43926','97.65%','793276','5.41%',0),('DUI: Controlled Substance - Impaired Ability - 1st Offense','75','3802','D2*','M1',1032,'43926','2.35%','793276','0.13%',0),('DUI: Controlled Substance - Impaired Ability - 2nd Offense','75','3802','D2**','M1',4554,'43926','10.37%','793276','0.57%',0),('DUI: Controlled Substance - Impaired Ability - 3rd Offense','75','3802','D2***','M1',839,'43926','1.91%','793276','0.11%',0),('DUI: Controlled Substance - Impaired Ability - 4th & Subsequent Offense','75','3802','D2****','M1',104,'43926','0.24%','793276','0.01%',0),('DUI: Controlled Substance - Combination Alcohol/Drugs - 1st Offense','75','3802','D3*','M',20284,'20757','97.72%','793276','2.56%',0),('DUI: Controlled Substance - Combination Alcohol/Drugs - 1st Offense','75','3802','D3*','M1',473,'20757','2.28%','793276','0.06%',0),('DUI: Controlled Substance - Combination Alcohol/Drug - 2nd Offense','75','3802','D3**','M1',2801,'20757','13.49%','793276','0.35%',0),('DUI: Controlled Substance - Combination Alcohol/Drug - 3rd Offense','75','3802','D3***','M1',607,'20757','2.92%','793276','0.08%',0),('DUI: Controlled Substance - Combination Alcholol/Drug - 4th & Subsequent Offense','75','3802','D3****','M1',94,'20757','0.45%','793276','0.01%',0),('DUI: Solvent or Nox Substance - 1st Offense','75','3802','D4*','M',550,'574','95.82%','793276','0.07%',0),('DUI: Solvent or Nox Substance - 1st Offense','75','3802','D4*','M1',24,'574','4.18%','793276','0.00%',0),('DUI: Solvent or Nox Substance - 2nd Offense','75','3802','D4**','M1',59,'574','10.28%','793276','0.01%',0),('DUI: Solvent or Nox Substance - 3rd Offense','75','3802','D4***','M1',25,'574','4.36%','793276','0.00%',0),('DUI: Minor - 1st Offense','75','3802','E*','M',12039,'12166','98.96%','793276','1.52%',0),('DUI: Minor - 1st Offense','75','3802','E*','M1',127,'12166','1.04%','793276','0.02%',0),('DUI: Minor - 2nd Offense','75','3802','E**','M',442,'12166','3.63%','793276','0.06%',0),('DUI: Minor - 2nd Offense','75','3802','E**','M1',20,'12166','0.16%','793276','0.00%',0),('DUI: Minor - 3rd Offense','75','3802','E***','M1',53,'12166','0.44%','793276','0.01%',0),('DUI: Minor - 4th & Subsequent Offense','75','3802','E****','M1',3,'12166','0.02%','793276','0.00%',0),('Permitting Violation -- DUI:Minor--1st Offense','75','3802','E*P','S',5,'5','100.00%','793276','0.00%',0),('DUI: Commercial Veh (BAC .04+) 1st Off','75','3802','F1i*','M',231,'233','99.14%','793276','0.03%',0),('DUI: Commercial Vehicle (BAC .04+) 1st Offense','75','3802','F1i*','M1',2,'233','0.86%','793276','0.00%',0),('DUI: Commercial Vehicle (BAC .04+) 2nd Offense','75','3802','F1i**','M',17,'233','7.30%','793276','0.00%',0),('DUI: Commercial Vehicle (BAC .04+) 2nd Offense','75','3802','F1i**','M1',1,'233','0.43%','793276','0.00%',0),('DUI: Commercial Vehicle (BAC . 04+) 3rd Offense','75','3802','F1i***','M1',4,'233','1.72%','793276','0.00%',0),('DUI: School Vehicle (BAC .02+) 1st Offense','75','3802','F1ii*','M',17,'17','100.00%','793276','0.00%',0),('DUI: School Vehicle (BAC .02+) 2nd Offense','75','3802','F1ii**','M1',1,'17','5.88%','793276','0.00%',0),('DUI: School Vehicle (BAC .02+) 3rd Offense','75','3802','F1ii***','M1',1,'17','5.88%','793276','0.00%',0),('DUI: Incapable of Safely Operating Vehicle - 1st Offense','75','3802','F2*','M',174,'175','99.43%','793276','0.02%',0),('DUI: Incapable of Safely Operating Vehicle - 1st Offense','75','3802','F2*','M1',1,'175','0.57%','793276','0.00%',0),('DUI: Incapable of Safely Operating Vehicle - 2nd Offense','75','3802','F2**','M',8,'175','4.57%','793276','0.00%',0),('DUI: Incapable of Safely Operating Vehicle - 2nd Offense','75','3802','F2**','M1',2,'175','1.14%','793276','0.00%',0),('DUI: Incapable of Safely Operating Vehicle - 3rd Offense','75','3802','F2***','M1',2,'175','1.14%','793276','0.00%',0),('DUI: Individual Under Influence of Drug - 1st Offense','75','3802','F3*','M',131,'131','100.00%','793276','0.02%',0),('DUI: Individual Under Influence of Drug - 2nd Offense','75','3802','F3**','M',2,'131','1.53%','793276','0.00%',0),('DUI: Individual Under Influence of Drug - 2nd Offense','75','3802','F3**','M1',1,'131','0.76%','793276','0.00%',0),('DUI: Individual Under Influence of Drug - 3rd Offense','75','3802','F3***','M1',1,'131','0.76%','793276','0.00%',0),('DUI: Individual Under Alcohol and Drugs - 1st Offense','75','3802','F4*','M',73,'73','100.00%','793276','0.01%',0),('DUI: Individual Under Alcohol and Drugs - 2nd Offense','75','3802','F4**','M',3,'73','4.11%','793276','0.00%',0),('DUI: Individual Under Alcohol and Drugs - 3rd Offense','75','3802','F4***','M1',2,'73','2.74%','793276','0.00%',0),('DUI','75','3803','5','M1',1,'1','100.00%','1','100.00%',0),('Ill Operate Vehicle W/Out Ignition Interlock','75','3808','A1','M',1938,'1939','99.95%','2984','64.95%',0),('Ill Operate Vehicle W/Out Ignition Interlock','75','3808','A1','S',1,'1939','0.05%','2984','0.03%',0),('Ill Operate Vehicle W/O Ignitiion Interlock - Permitting Violation','75','3808','A1P','S',3,'3','100.00%','2984','0.10%',0),('Ill Operate w/o Ig Int (BAC .025+) 1st Off','75','3808','A2*','M',1,'638','0.16%','2984','0.03%',0),('Ill Operate w/o Ig Int (BAC .025+) 1st Off','75','3808','A2*','M3',637,'638','99.84%','2984','21.35%',0),('Ill Oper Veh w/o Ig Int (BAC .025+) 2nd Off','75','3808','A2**','M3',18,'638','2.82%','2984','0.60%',0),('Ill Oper Veh w/o Ig Int (BAC .025+) 3rd Off','75','3808','A2***','M3',23,'638','3.61%','2984','0.77%',0),('Ill Oper Veh w/o Ig Int (BAC .025+) 4th or Sub Off','75','3808','A2****','M3',8,'638','1.25%','2984','0.27%',0),('Tamper W/Ignition Interlock','75','3808','B','M',314,'314','100.00%','2984','10.52%',0),('Tamper W/Ignition Inter - Use Another Ind','75','3808','B1','M',26,'26','100.00%','2984','0.87%',0),('Tamper W/Ignition Inter - Provide Breath Sample','75','3808','B2','M',15,'15','100.00%','2984','0.50%',0),('Restrictions on Alcoholic Beverages','75','3809','A','S',19498,'19498','100.00%','19498','100.00%',0),('Promulgation Vehicle Equipment Stds','75','4103','A','S',4,'4','100.00%','4','100.00%',0),('Violate Vehicle Equipment Standards','75','4107','A1','S',420,'420','100.00%','4528','9.28%',0),('Violation Of Vehicle Equipment Stds-Penalty','75','4107','A2','S',22,'22','100.00%','4528','0.49%',0),('Out Of Service Criteria','75','4107','B.1','S',40,'40','100.00%','4528','0.88%',0),('Remove/Render Inop Reg\'d Eqmt','75','4107','B1','S',126,'126','100.00%','4528','2.78%',0),('Oper/Perm Op W/Unsafe Eqmt/','75','4107','B2','S',3811,'3811','100.00%','4528','84.17%',0),('Unlaw. Act. - Operate W/ Hazardous Brake System','75','4107','B2.1','S',76,'76','100.00%','4528','1.68%',0),('Oth Violation Improp Eqmt','75','4107','B3','S',26,'26','100.00%','4528','0.57%',0),('Prohibit Use Of Required Equipment Or Parts','75','4107','C1','S',6,'6','100.00%','4528','0.13%',0),('Penalty','75','4107','D2','S',1,'1','100.00%','4528','0.02%',0),('Lighting Equipment Regs.','75','4301','','S',19,'19','100.00%','19','100.00%',0),('Operating W/O Lights','75','4302','','S',22,'22','100.00%','7558','0.29%',0),('Period For Requiring Lighted Lamps','75','4302','A1','S',6706,'6706','100.00%','7558','88.73%',0),('Periods For Requiring Lighted Lamps','75','4302','A2','S',231,'231','100.00%','7558','3.06%',0),('Periods For Requiring Lighted Lamps - Any Time Windshield Wipers Are On','75','4302','A3','S',152,'152','100.00%','7558','2.01%',0),('Signal Lights','75','4302','B','S',447,'447','100.00%','7558','5.91%',0),('No Headlights','75','4303','A','S',8053,'8053','100.00%','23767','33.88%',0),('No Rear Lights','75','4303','B','M',1,'15157','0.01%','23767','0.00%',0),('No Rear Lights','75','4303','B','S',15156,'15157','99.99%','23767','63.77%',0),('No Turn Signal','75','4303','C','S',406,'406','100.00%','23767','1.71%',0),('No Reflectors','75','4303','D','S',107,'107','100.00%','23767','0.45%',0),('Off-Road Lighting','75','4303','F','S',43,'43','100.00%','23767','0.18%',0),('Fog Lamps','75','4303','G3','S',1,'1','100.00%','23767','0.00%',0),('Operating Without Lights','75','4304','','S',46,'46','100.00%','46','100.00%',0),('Violate Hazard Regulation','75','4305','A','S',806,'806','100.00%','837','96.30%',0),('Not Use Flashing Signal','75','4305','B1','S',6,'6','100.00%','837','0.72%',0),('Use Below Minimum Speed Limit','75','4305','C','S',25,'25','100.00%','837','2.99%',0),('Not Use Low Beam','75','4306','A','S',2642,'2642','100.00%','2997','88.15%',0),('Not Use Low Beam','75','4306','B','S',355,'355','100.00%','2997','11.85%',0),('Display Illegal Sign','75','4307','A','S',13,'13','100.00%','13','100.00%',0),('Lighted Head Lamps Req. in Work Zones','75','4309','A','S',8,'8','100.00%','8','100.00%',0),('Violate Brake Regulation','75','4502','A','S',5,'5','100.00%','26','19.23%',0),('Viol Brake Regulation','75','4502','B','S',12,'12','100.00%','26','46.15%',0),('Break Away System Violation','75','4502','C','S',9,'9','100.00%','26','34.62%',0),('Viol Sound Level','75','4523','A','S',265,'265','100.00%','1186','22.34%',0),('Compliance W/Exhaust Rqrmts','75','4523','B','S',115,'115','100.00%','1186','9.70%',0),('Have Improper Muffler','75','4523','C','S',616,'616','100.00%','1186','51.94%',0),('Unauthorized Modification Of Equipment','75','4523','D','S',190,'190','100.00%','1186','16.02%',0),('Obstructed Window','75','4524','A','S',850,'850','100.00%','4404','19.30%',0),('Obstructed Window','75','4524','B','S',415,'415','100.00%','4404','9.42%',0),('Obstructed Window','75','4524','C','S',422,'422','100.00%','4404','9.58%',0),('Improp Wiper','75','4524','D','S',29,'29','100.00%','4404','0.66%',0),('Improp Sunscreening','75','4524','E1','S',2663,'2663','100.00%','4404','60.47%',0),('Tinted Windows - Compliance W/ Fed. Regulations','75','4524','E2II','S',25,'25','100.00%','4404','0.57%',0),('Improp Tires','75','4525','A','S',1262,'1262','100.00%','1324','95.32%',0),('Improp Tires','75','4525','B','S',13,'13','100.00%','1324','0.98%',0),('Improp Tires Studded','75','4525','C','S',49,'49','100.00%','1324','3.70%',0),('Violate Safety Glass','75','4526','A','S',145,'145','100.00%','177','81.92%',0),('Improp Replacement Of Glass','75','4526','B','S',32,'32','100.00%','177','18.08%',0),('Improp Television Equipment','75','4527','','S',1,'1','100.00%','20','5.00%',0),('Television Equip. Improp. Placed','75','4527','A','S',19,'19','100.00%','20','95.00%',0),('No Slow Moving Emblem','75','4529','A','S',11,'11','100.00%','11','100.00%',0),('Less Than Three Portable Warn Devices','75','4530','A','S',4,'4','100.00%','4','100.00%',0),('Violate Clean Air Act','75','4531','A','S',9,'9','100.00%','19','47.37%',0),('Change Emissions Control','75','4531','B','S',10,'10','100.00%','19','52.63%',0),('Viol Smoke Standard','75','4532','B','S',2,'2','100.00%','2','100.00%',0),('Viol Splashguard Reg','75','4533','','S',9,'9','100.00%','9','100.00%',0),('No Rearview Mirror','75','4534','','S',58,'58','100.00%','58','100.00%',0),('No Audible Device','75','4535','A','S',6,'6','100.00%','20','30.00%',0),('Have Improper Horn','75','4535','B','S',14,'14','100.00%','20','70.00%',0),('Regulation Bumper Req','75','4536','','S',156,'156','100.00%','156','100.00%',0),('Equip with red lights & audible warning system','75','4571','A','S',1,'1','100.00%','47','2.13%',0),('Display Improp Lights','75','4571','D','S',35,'35','100.00%','47','74.47%',0),('Improp Use Of Emergency Lights','75','4571','E','S',11,'11','100.00%','47','23.40%',0),('Improp Flashing Blue Lights','75','4572','A','S',2,'2','100.00%','38','5.26%',0),('No Blue Light Unless En Route To Or At Emer.Scene','75','4572','A4','S',7,'7','100.00%','38','18.42%',0),('Improp Lights','75','4572','C','S',29,'29','100.00%','38','76.32%',0),('Identifying Markings','75','4573','','S',5,'5','100.00%','5','100.00%',0),('Improp Child Restraint System','75','4581','A1','S',2098,'2098','100.00%','31468','6.67%',0),('Restraint Systems - Child Booster Seat','75','4581','A1.1','S',962,'962','100.00%','31468','3.06%',0),('Fail To Use Safety Belt System','75','4581','A2','S',12515,'12515','100.00%','31468','39.77%',0),('Fail to use safety belt - driver and vehicle occupant','75','4581','A2I','S',5867,'5867','100.00%','31468','18.64%',0),('Fail to use safety belt - driver and front seat occupant','75','4581','A2II','S',10010,'10010','100.00%','31468','31.81%',0),('Driver Under 18 More Passengers Than Seat Belts','75','4581','A3','S',16,'16','100.00%','31468','0.05%',0),('Refuse Inspection','75','4701','','S',39,'39','100.00%','39','100.00%',0),('Fail To Obtain Inspect','75','4702','A','S',45,'45','100.00%','134','33.58%',0),('Fail Insp Cer Veh Semiannually','75','4702','B','S',3,'3','100.00%','134','2.24%',0),('Emission Inspection Required','75','4702','F','S',86,'86','100.00%','134','64.18%',0),('Operat Veh W/O Valid Inspect','75','4703','A','S',20356,'20356','100.00%','20555','99.03%',0),('Fail Inspect Of Veh Reentering Comwlth','75','4703','C','S',32,'32','100.00%','20555','0.16%',0),('Fail Insp Of Newly Purchased Veh','75','4703','D','S',17,'17','100.00%','20555','0.08%',0),('Display Unauth Cert Of Inspect','75','4703','E','S',137,'137','100.00%','20555','0.67%',0),('Authority Of Police','75','4703','F','S',4,'4','100.00%','20555','0.02%',0),('Op. Vehicle W/O Cert. of Inspection','75','4703','H1','S',7,'7','100.00%','20555','0.03%',0),('Op. Motor Carrier Veh./Bus/School W/o Insp.','75','4703','H2','S',2,'2','100.00%','20555','0.01%',0),('Notice Of Violation/Required Corrections','75','4704','B1','S',15,'15','100.00%','26','57.69%',0),('Notice Of Violation/Inspection','75','4704','B2','S',11,'11','100.00%','26','42.31%',0),('Prohib. On Expenditures for Emission Inspection','75','4706','A','S',80,'80','100.00%','2587','3.09%',0),('Fail To Obtain Emission Cert','75','4706','C','S',88,'88','100.00%','2587','3.40%',0),('Evidence Of Emission Inspection','75','4706','C5','S',2396,'2396','100.00%','2587','92.62%',0),('Emission inspection deadline','75','4706','C6','S',23,'23','100.00%','2587','0.89%',0),('Inspection Of Motorcycle','75','4708','','S',5,'5','100.00%','5','100.00%',0),('Operation W/O Certi Of Appoint','75','4725','A','S',78,'78','100.00%','568','13.73%',0),('Illegal Station','75','4725','B','S',490,'490','100.00%','568','86.27%',0),('Prohibition against inspection without certification','75','4726','A','S',518,'518','100.00%','518','100.00%',0),('Issuance Certificate Of Inspec/Requirements','75','4727','A','S',8,'8','100.00%','97','8.25%',0),('Fail To Meet Req For Issu Cert','75','4727','B','S',82,'82','100.00%','97','84.54%',0),('Proof Of Insurance','75','4727','D','S',1,'1','100.00%','97','1.03%',0),('Proof Of Insurance','75','4727','D1','S',6,'6','100.00%','97','6.19%',0),('Fail To Display Cert Inspect','75','4728','','S',134,'134','100.00%','134','100.00%',0),('Removal of certificate of inspection','75','4729','','S',10,'10','100.00%','41','24.39%',0),('Unauth Remov Cert Insp','75','4729','1','S',22,'22','100.00%','41','53.66%',0),('Private Veh/Mass Trans Windshield Viol','75','4729','2','S',9,'9','100.00%','41','21.95%',0),('Violation Of Use Of Certif Of Inspection','75','4730','A1','S',808,'808','100.00%','2741','29.48%',0),('Display Known Fict/Stolen/Issued For Insp','75','4730','A2','S',1428,'1428','100.00%','2741','52.10%',0),('Unauth Use By Official Inspection Station','75','4730','B','S',505,'505','100.00%','2741','18.42%',0),('Records/ Inspections & Certificates Issued','75','4731','','S',26,'26','100.00%','26','100.00%',0),('Ille Oper/Move/Trans Veh Exc Its Limit','75','4901','A','S',12,'12','100.00%','12','100.00%',0),('Viol Size/Weight Limits','75','4902','A','S',5,'5','100.00%','16','31.25%',0),('Violate Restrictions Based on Traffic Conditions','75','4902','B','S',11,'11','100.00%','16','68.75%',0),('Dr W/Unsecured Load','75','4903','A','S',156,'156','100.00%','202','77.23%',0),('Improp Fastening Load','75','4903','B','S',41,'41','100.00%','202','20.30%',0),('Load Of Loose Garbage','75','4903','C.1','S',4,'4','100.00%','202','1.98%',0),('Vertical Stakes On Open-Body Vehicle','75','4903','C1','S',1,'1','100.00%','202','0.50%',0),('Illegal Tow Of More Than One Veh','75','4904','A','S',5,'5','100.00%','5','100.00%',0),('Improp Connect Devices And Dis','75','4905','A','S',6,'6','100.00%','40','15.00%',0),('Fail To Display Red Flags And Lights','75','4905','B','S',3,'3','100.00%','40','7.50%',0),('Deflection Of Trailer Wheels','75','4905','C','S',2,'2','100.00%','40','5.00%',0),('Improper Safety Chains','75','4905','D','S',24,'24','100.00%','40','60.00%',0),('Obstr Lighting Equip','75','4905','E','S',5,'5','100.00%','40','12.50%',0),('Exceed 8 Ft Width','75','4921','A','S',6,'6','100.00%','6','100.00%',0),('Exceed Height Allowance','75','4922','A','S',3,'3','100.00%','3','100.00%',0),('Exceed Maxi Length Of Projecting Loads','75','4924','A','S',8,'8','100.00%','27','29.63%',0),('Fail Disp Red Flag Cloth On Pro Load','75','4924','B','S',19,'19','100.00%','27','70.37%',0),('Exceed Max Width Of Proj Load/Pass Veh','75','4925','A','S',15,'15','100.00%','15','100.00%',0),('Exceed Maximum Weight','75','4941','A','S',3,'3','100.00%','14','21.43%',0),('Exceed Max Weight/Combin Vehicles','75','4941','B','S',2,'2','100.00%','14','14.29%',0),('Max Gross Weight Vehicles','75','4941','C','S',9,'9','100.00%','14','64.29%',0),('Exceed Gross Reg Weight/Single Vehicle','75','4942','A','S',25,'25','100.00%','35','71.43%',0),('Exceed Gross Reg Weight/Truck','75','4942','B','S',1,'1','100.00%','35','2.86%',0),('Exceed Gross Reg Weight/Comb Veh','75','4942','C','S',9,'9','100.00%','35','25.71%',0),('Exceed Mftr. Rated Axle','75','4943','A','S',2,'2','100.00%','7','28.57%',0),('Max Axle Weight In Excess Rated Cap','75','4943','B1','S',2,'2','100.00%','7','28.57%',0),('Improp Lift Axle Position','75','4943','E1','S',3,'3','100.00%','7','42.86%',0),('Viol Rules Pa Turnpike Comm','75','6110','A','S',1270,'1270','100.00%','1277','99.45%',0),('Fare Evasion','75','6110','B2','S',7,'7','100.00%','1277','0.55%',0),('Fare Evasion','75','6110.1','A','S',167,'167','100.00%','260','64.23%',0),('Fare Evasion - Affirmative Action','75','6110.1','B','M3',93,'93','100.00%','260','35.77%',0),('Interfere W/Devices Signs Or Signals','75','6126','A','S',84,'84','100.00%','84','100.00%',0),('Dealing In Official Traffic Control Devices, Etc','75','6128','A','S',6,'6','100.00%','6','100.00%',0),('Driving With Suspended License','75','624','6','M',1,'1','100.00%','1','100.00%',0),('Investigation By Officer/Duty Of Operator','75','6308','A','S',1673,'1673','100.00%','2663','62.82%',0),('Refuse Police','75','6308','B','S',38,'38','100.00%','2663','1.43%',0),('Refuse Inspect Garages Dealer Premises','75','6308','C','S',1,'1','100.00%','2663','0.04%',0),('Investigation/Records','75','6308','D','M3',951,'951','100.00%','2663','35.71%',0),('Enforcement Author (Fail To Comply)','75','6311','','S',15,'15','100.00%','15','100.00%',0),('Fail to comply with subchapter','75','6324','A','S',2,'2','100.00%','2','100.00%',0),('Violations Of Title','75','6502','A','S',78,'78','100.00%','3494','2.23%',0),('Violate Rules/Regs Motor Vehicle Code','75','6502','B','S',3416,'3416','100.00%','3494','97.77%',0),('Subs. Violation Of Certain Offenses','75','6503','','S',1,'1','100.00%','25','4.00%',0),('Subsequent Conviction General Offenses','75','6503','A','M1',4,'24','16.67%','25','16.00%',0),('Subsequent Conviction General Offenses','75','6503','A','M2',5,'24','20.83%','25','20.00%',0),('Subsequent Conviction General Offenses','75','6503','A','M3',1,'24','4.17%','25','4.00%',0),('Subsequent Conviction General Offenses','75','6503','A','S',14,'24','58.33%','25','56.00%',0),('Habitual Offenders','75','6503.1','','M2',3190,'3190','100.00%','3190','100.00%',0),('Fail To Have Perm Veh Id No','75','7101','','S',11,'11','100.00%','11','100.00%',0),('Remov Or Falsif Veh Engine Trans Id #','75','7102','A','S',5,'5','100.00%','5','100.00%',0),('Deal W/Remo/False Identi Numb','75','7103','A','M3',1,'5','20.00%','5','20.00%',0),('Deal W/Remo/False Identi Numb','75','7103','A','S',4,'5','80.00%','5','80.00%',0),('State Replacement Id Plate','75','7104','A','S',1,'1','100.00%','1','100.00%',0),('Deal In Titles & Plates Stolen Veh','75','7111','','M1',45,'45','100.00%','45','100.00%',0),('False Rep Theft/Conversion Of Veh Police','75','7112','','M3',121,'121','100.00%','121','100.00%',0),('Fraudulent Removal Of Veh Garage','75','7116','','S',4,'4','100.00%','4','100.00%',0),('Make False Appli For Title Reg','75','7121','','M1',594,'594','100.00%','594','100.00%',0),('Fraud Alter/Forg/Counter Title Reg Ins','75','7122','1','M1',3955,'3955','100.00%','8085','48.92%',0),('Fraudulent Assign Cert Title Sec Int Cert','75','7122','2','M1',228,'228','100.00%','8085','2.82%',0),('Poss/Sale/Use Display Documents','75','7122','3','M1',3828,'3828','100.00%','8085','47.35%',0),('Permitting Violation - Poss/Safe/Use Display Documents','75','7122','3P','S',3,'3','100.00%','8085','0.04%',0),('Obtain Cert Of Inspec W/O Valid Proof Of Insurance','75','7122','4','M1',38,'38','100.00%','8085','0.47%',0),('Provide Cert Of Inspec W/O Valid Proof Of Insuranc','75','7122','5','M1',33,'33','100.00%','8085','0.41%',0),('Unlaw Sale Or Purchase Cert Or Doc','75','7123','','S',53,'53','100.00%','53','100.00%',0),('Fraudulent Use/Removal Of Reg Plate','75','7124','','S',1558,'1558','100.00%','1558','100.00%',0),('Devices Causing Improp Odometer Read','75','7132','A','F3',2,'2','100.00%','64','3.13%',0),('Change Of Odometer Reading','75','7132','B','F3',55,'56','98.21%','64','85.94%',0),('Change Of Odometer Reading','75','7132','B','M3',1,'56','1.79%','64','1.56%',0),('Operate Veh W/Disconn Disf Odom Fraud','75','7132','C','F3',2,'2','100.00%','64','3.13%',0),('Alteration Of True Mileage Statement','75','7132','D','F3',4,'4','100.00%','64','6.25%',0),('Fail To Adjust Odometer/Affix Prop Notice','75','7133','B1','F3',8,'8','100.00%','9','88.89%',0),('Removal Of Notice W/Intent To Defraud','75','7133','B2','F3',1,'1','100.00%','9','11.11%',0),('Odometer Mileage Statement','75','7134','A','F3',63,'69','91.30%','130','48.46%',0),('Odometer Mileage Statement','75','7134','A','M3',6,'69','8.70%','130','4.62%',0),('Give False Statement To Transferee','75','7134','B1','F3',8,'10','80.00%','130','6.15%',0),('Give False Statement To Transferee','75','7134','B1','M3',2,'10','20.00%','130','1.54%',0),('Transferee Accepts Inc Disclosure','75','7134','B2','F3',51,'51','100.00%','130','39.23%',0),('Odometer Mileage St Retention','75','7135','A','F3',46,'50','92.00%','225','20.44%',0),('Odometer Mileage St Retention','75','7135','A','M3',4,'50','8.00%','225','1.78%',0),('Odometer Mileage St Inspection','75','7135','B','F3',175,'175','100.00%','225','77.78%',0),('Conspiracy Viol Odometer Req','75','7136','','F3',3,'3','100.00%','3','100.00%',0),('Unauth Salvor','75','7301','B','S',2,'2','100.00%','2','100.00%',0),('Unauth Messenger Service','75','7501','B','S',59,'59','100.00%','59','100.00%',0),('Agents Duties and Responsibities: General Rule','75','7504.1','A','S',2,'2','100.00%','2','100.00%',0),('Operate Mess Service W/O Adher To Regs','75','7505','','S',2,'2','100.00%','2','100.00%',0),('Viol. Rules/Regs Mess Serv','75','7506','','S',7,'7','100.00%','7','100.00%',0),('Alteration or Destruction of Vehicle Identification Number','75','7703','','F3',1,'1','100.00%','1','100.00%',0),('Disposition of Vehicle or Vehicle Part With Altered Vehicle Identification Number','75','7704','','F3',2,'2','100.00%','2','100.00%',0),('Registration Of Dealers','75','7711','A','S',41,'41','100.00%','41','100.00%',0),('Unlawful Operation','75','7711.1','A','S',93,'93','100.00%','395','23.54%',0),('Unlawful Operation - Reg. Certificate','75','7711.1','A1','S',149,'149','100.00%','395','37.72%',0),('Unlawful Operation - Reg. Decal Or Plate','75','7711.1','A2','S',125,'125','100.00%','395','31.65%',0),('Unlawful Operation - Display Of Decal/Plate','75','7711.1','A3','S',21,'21','100.00%','395','5.32%',0),('Unlawful Operation - Expiration Sticker','75','7711.1','A4','S',4,'4','100.00%','395','1.01%',0),('Unlawful Operation - Display Exp. Sticker','75','7711.1','A5','S',1,'1','100.00%','395','0.25%',0),('Expired registration','75','7711.1','D3','S',2,'2','100.00%','395','0.51%',0),('Limited Reg. Certificate','75','7711.2','A1','S',5,'5','100.00%','17','29.41%',0),('Registration Plate/Decal','75','7711.2','A2','S',8,'8','100.00%','17','47.06%',0),('Display Reg. Plate/Decal','75','7711.2','A3','S',4,'4','100.00%','17','23.53%',0),('Application For Certificate Of Title Req.','75','7712.1','A','S',12,'12','100.00%','21','57.14%',0),('Application For Cert. Of Title','75','7712.1','D','S',2,'2','100.00%','21','9.52%',0),('Execution Of Assignment And Warranty Of Title Req.','75','7712.1','J1','S',7,'7','100.00%','21','33.33%',0),('Assignment Of Warranty Of Title','75','7712.2','C1','S',87,'87','100.00%','261','33.33%',0),('App. In Name Of Transferee','75','7712.2','C2','S',87,'87','100.00%','261','33.33%',0),('Forward Cert. Of Title To Dept.','75','7712.2','C3','S',87,'87','100.00%','261','33.33%',0),('Transfer By Operation Of Law','75','7712.3','A','S',4,'4','100.00%','4','100.00%',0),('Operation On Streets And Highways','75','7721','A','S',1162,'1162','100.00%','1168','99.49%',0),('Crossing Street Or Hwy - Complete Stop Req.','75','7721','C2','S',2,'2','100.00%','1168','0.17%',0),('Crossing Street Or Hwy Permitted - Yield Rt Of Way','75','7721','C3','S',4,'4','100.00%','1168','0.34%',0),('Designation Of Snowmobile/Atv Roads','75','7722','A','S',2,'2','100.00%','2','100.00%',0),('Private Real Property','75','7724','A','S',5,'5','100.00%','117','4.27%',0),('Operation On Private Property W/O Consent','75','7724','A1','S',78,'78','100.00%','117','66.67%',0),('Oper. On Private Property - Trespass By Mtr Veh.','75','7724','A2','S',4,'4','100.00%','117','3.42%',0),('Operation On State Property','75','7724','B','S',1,'1','100.00%','117','0.85%',0),('Oper. Of Snowmobile/Atv On State Prop.','75','7724','B1','S',29,'29','100.00%','117','24.79%',0),('Unlawful Operation By Person 10-15 Years Of Age','75','7725','C','S',1,'1','100.00%','2','50.00%',0),('Permitting Unauthorized Operation','75','7725','E','S',1,'1','100.00%','2','50.00%',0),('Unlawful Operate Snow/Atv At Unsafe Speed','75','7726','A1','S',250,'250','100.00%','1021','24.49%',0),('Unlawful Operate Snow/Atv In Careless Way','75','7726','A2','S',359,'359','100.00%','1021','35.16%',0),('Unlawful Operate Snow/Atv Under Influence','75','7726','A3','S',301,'301','100.00%','1021','29.48%',0),('Permitting Unsafe Operation','75','7726','B','S',2,'2','100.00%','1021','0.20%',0),('Unlawful Oper. Snow/Atv On Left Side Of Hwy/Street','75','7726','C1','S',8,'8','100.00%','1021','0.78%',0),('Unlawful Oper. Snow/Atv - Turn W/Out Signaling','75','7726','C3','S',11,'11','100.00%','1021','1.08%',0),('Unlawful Oper. Snow/Atv - Disobey Traffic Signal','75','7726','C4','S',6,'6','100.00%','1021','0.59%',0),('Unlawful Oper. Snow/Atv Without Helmet','75','7726','C5','S',84,'84','100.00%','1021','8.23%',0),('Unlawful Oper. With Bow & Arrow/Loaded Firearm','75','7727','1','S',4,'4','100.00%','4','100.00%',0),('Accidents/Reports - Duty To Stop And Provide Info','75','7728','A','S',13,'13','100.00%','16','81.25%',0),('Accidents/Reports - Duty To Report Acc. To Dept','75','7728','B','S',3,'3','100.00%','16','18.75%',0),('Snowmobile/Atv Liability Ins. Req.','75','7730','A','S',253,'253','100.00%','311','81.35%',0),('Proof Of Insurance Req. Produced And Displayed','75','7730','B','S',26,'26','100.00%','311','8.36%',0),('Owner\'s Responsibility','75','7730','C','S',32,'32','100.00%','311','10.29%',0),('Operate Head Lamps During Hours Of Darkness','75','7741','A','S',43,'43','100.00%','59','72.88%',0),('Head Lamp Requirements','75','7741','B','S',4,'4','100.00%','59','6.78%',0),('Head Lamp Req. - Multiple Beam','75','7741','B1','S',1,'1','100.00%','59','1.69%',0),('Tail Lamp Req. - Visible From 500 Ft','75','7741','C','S',11,'11','100.00%','59','18.64%',0),('Atvs - Unlawful Oper. W/Out Brakes','75','7742','B','S',4,'4','100.00%','4','100.00%',0),('Unlawful Operate Snow/Atv W/Out Muffler','75','7743','A','S',1,'1','100.00%','1','100.00%',0),('Viol Hazar Mat Transpor Regs','75','8306','A','S',9,'9','100.00%','18','50.00%',0),('Viol Hazar Mat Transpor Reg Wil','75','8306','B','M3',9,'9','100.00%','18','50.00%',0),('Wkr Comp Fraud - Files Misleading Info','77','1039.2','1','F3',2,'2','100.00%','140','1.43%',0),('Wrk Comp Fraud - Fail To Make Report','77','1039.2','10','F3',6,'6','100.00%','140','4.29%',0),('Wrk Comp Fraud - Receives Benefits','77','1039.2','11','F3',60,'60','100.00%','140','42.86%',0),('Worker\'s Comp-Intent To Defraud -Partial Disabil','77','1039.2','12','F3',1,'1','100.00%','140','0.71%',0),('Workmans Compensation Insurance Fraud','77','1039.2','2','F3',62,'62','100.00%','140','44.29%',0),('Wkr Comp Fraud - Conspire To Present False Claim','77','1039.2','3','F3',6,'6','100.00%','140','4.29%',0),('Wrk Comp Fraud Proceeds Derived From Violation','77','1039.2','5','F3',1,'1','100.00%','140','0.71%',0),('Makes False Statements For Purpose of Avoiding or Diminishing Amount of Premiums or Self Insurance','77','1039.2','9','F3',2,'2','100.00%','140','1.43%',0),('Workerscomp Insurance Payment','77','501','A1','F3',14742,'29071','50.71%','56276','26.20%',0),('Workerscomp Insurance Payment','77','501','A1','M3',14303,'29071','49.20%','56276','25.42%',0),('Workerscomp Insurance Payment','77','501','A1','S',26,'29071','0.09%','56276','0.05%',0),('Workerscomp Insurance Payment','77','501','A2','F3',106,'106','100.00%','56276','0.19%',0),('Penalty/Fail Procure Wkr Comp','77','501','B','F3',12282,'27099','45.32%','56276','21.82%',0),('Penalty/Fail Procure Wkr Comp','77','501','B','M3',14817,'27099','54.68%','56276','26.33%',0),('ENUMERATION OF UNREASONABLE NOISE','858','113-3','B','S',1,'1','100.00%','2','50.00%',0),('ENUMBERATION OF UNREASONABLE NOISE-VEHICLES','858','113-3','D','S',1,'1','100.00%','2','50.00%',0),('HOURS','95','5','A','S',3,'3','100.00%','3','100.00%',0),('POSSESSION OF OPEN CONTAINER','BO','60','60-3','S',1,'1','100.00%','1','100.00%',0),('Viol-City Code','CO','1','','S',2,'2','100.00%','2','100.00%',0),('VIOL-ORDINANCES GENL','CO','10102','','S',9,'9','100.00%','9','100.00%',0),('VIOL-ORDINANCES GENL','CO','10103','','S',2,'2','100.00%','2','100.00%',0),('MASSAGE BUSINESS','CO','90601','','S',16,'16','100.00%','16','100.00%',0),('Animals-Nuisances','CO','10105','','S',1,'1','100.00%','1','100.00%',0),('Dog Licenses','CO','10106','','S',1,'1','100.00%','1','100.00%',0),('Blocking Access','CO','101503','','S',2,'2','100.00%','2','100.00%',0),('Disorderly Conduct','CO','101603A','','S',45,'45','100.00%','45','100.00%',0),('Failure to Disperse','CO','101603B','','S',36,'36','100.00%','36','100.00%',0),('Public Drunkenness','CO','101603C','','S',54,'54','100.00%','54','100.00%',0),('Noises/Vibrations','CO','10404','','S',1,'1','100.00%','1','100.00%',0),('Defacing Property','CO','10501','','S',3,'3','100.00%','3','100.00%',0),('Spitting','CO','10601','','S',3,'3','100.00%','3','100.00%',0),('Smoking','CO','10602','','S',15,'15','100.00%','15','100.00%',0),('Loitering','CO','10603','','S',135,'135','100.00%','135','100.00%',0),('Alcoholic Beverages','CO','10604','','S',303,'303','100.00%','303','100.00%',0),('Drinking Restricted','CO','106042B','','S',54,'54','100.00%','54','100.00%',0),('Public Urination','CO','10609','','S',137,'137','100.00%','137','100.00%',0),('Sidewalk Behavior','CO','10611','','S',13,'13','100.00%','13','100.00%',0),('Gambling','CO','10612','','S',37,'37','100.00%','37','100.00%',0),('Litter-Public Places','CO','10702','','S',4,'4','100.00%','4','100.00%',0),('Litter on Sidewalks','CO','10704','','S',8,'8','100.00%','8','100.00%',0),('Litter from Vehicles','CO','10706','','S',1,'1','100.00%','1','100.00%',0),('False Alarms','CO','10804','','S',1,'1','100.00%','1','100.00%',0),('Weapons, Devices','CO','10810','','S',35,'35','100.00%','35','100.00%',0),('Shopping Carts','CO','10812','','S',1,'1','100.00%','1','100.00%',0),('Incendiary Devices','CO','10816','','S',2,'2','100.00%','2','100.00%',0),('Firearms in Public','CO','10818','','S',1,'1','100.00%','1','100.00%',0),('Cutting Weapons','CO','10820','','S',33,'33','100.00%','33','100.00%',0),('Contraband Weapons','CO','10821','','S',1,'1','100.00%','1','100.00%',0),('Weapons in Buildings','CO','10822','','S',1,'1','100.00%','1','100.00%',0),('STUN GUNS','CO','10825','','S',4,'4','100.00%','4','100.00%',0),('BICYCLE REGULATIONS','CO','120811','','S',10,'10','100.00%','10','100.00%',0),('PERMITS REQUIRED','CO','121109','','S',1,'1','100.00%','1','100.00%',0),('SOUND REPRODUCTION / PROHIBITED NOISE','CO','121126','','S',1,'1','100.00%','1','100.00%',0),('Prohibited Conduct Owner; Minor in Estab. Past Curfew','CO','3-333','3','S',5,'5','100.00%','5','100.00%',0),('Noise Level','CO','3343','A2','S',4,'4','100.00%','4','100.00%',0),('VENDING PROHIBITED','CO','9205','','S',8,'8','100.00%','8','100.00%',0),('BICYCLE REGULATIONS','CO','99528','','S',2,'2','100.00%','2','100.00%',0),('Deposit Of Litter Prohibited','CP','258','0.18','S',1,'1','100.00%','2','50.00%',0),('Throwing Litter From Vehicles','CP','258','0.22','S',1,'1','100.00%','2','50.00%',0),('Unattended Fire On Property','LO','00-05','IIB','S',1,'1','100.00%','2','50.00%',0),('Outdoor Fires Unattended on Property - During Prohibited Hours','LO','00-05','IIB(2)','S',1,'1','100.00%','2','50.00%',0),('BARKING DOGS, DOG RUNNING AT LARGE','LO','1','58','S',3,'3','100.00%','26','11.54%',0),('Viol-Ordinances Genl','LO','10102','','S',1,'1','100.00%','1','100.00%',0),('Curfew','LO','4','17','S',1,'1','100.00%','2','50.00%',0),('Public Urination Or Defecation','LO','8-Apr','1','S',3,'3','100.00%','3','100.00%',0),('Disordered Gatherings','LO','4/24/2008','403','S',4,'4','100.00%','4','100.00%',0),('DISORDERLY CONDUCT','LO','4-Jun','(II)(G)','S',1,'1','100.00%','1','100.00%',0),('After Hours In Park','LO','1','','S',3,'3','100.00%','26','11.54%',0),('Dog At Large','LO','1','102','S',1,'1','100.00%','26','3.85%',0),('Disorderly Conduct','LO','1','1964','S',6,'6','100.00%','26','23.08%',0),('Discharging a Firearm in Public','LO','1','2','S',1,'1','100.00%','26','3.85%',0),('Violation Of Park Regulation','LO','1','2a','S',1,'1','100.00%','26','3.85%',0),('Prohibited Activities - Weapons in Park','LO','1','8-A','S',2,'2','100.00%','26','7.69%',0),('Placing of Snow/Ice on Borough Streets','LO','1','98','S',2,'2','100.00%','26','7.69%',0),('Park After Hours','LO','1','A','S',7,'7','100.00%','26','26.92%',0),('Failure to Keep Unit Clean/Safe, Fail to Use Proper Trash Disposal Methods','LO','Jan-08','4-1A','S',1,'1','100.00%','2','50.00%',0),('Failure to Keep Unit Clean/Safe, Fail to Use Proper Trash Disposal Methods','LO','Jan-08','4-1H','S',1,'1','100.00%','2','50.00%',0),('NOISE SPECIFIED PROHIBITED ACTS','LO','10','204','S',2,'2','100.00%','6','33.33%',0),('Noise Violation','LO','10','204A(1)','S',2,'2','100.00%','6','33.33%',0),('Noise Ordinance','LO','10','208','S',1,'1','100.00%','6','16.67%',0),('Noise Limitations - Radios, Etc. In Vehicles','LO','10','3-306','S',1,'1','100.00%','6','16.67%',0),('Noise Control','LO','10-204','1','S',2,'2','100.00%','20','10.00%',0),('Loud Music','LO','10-204','A','S',2,'2','100.00%','20','10.00%',0),('Noise Ord. Violation','LO','10-204','A1','S',4,'4','100.00%','20','20.00%',0),('NOISE ORDINANCE','LO','10-204','A2','S',9,'9','100.00%','20','45.00%',0),('LOUD OR RAUCOUS YELLING AND SHOUTING','LO','10-204','B2','S',3,'3','100.00%','20','15.00%',0),('Open Container - Carrying & Disposal','LO','10/3/2001','A','S',1,'1','100.00%','1','100.00%',0),('No One To Possess Alcohol/Dangerous Drug In Park','LO','10-301','17a','S',4,'4','100.00%','27','14.81%',0),('Park Operating Policy','LO','10-301','19A','S',23,'23','100.00%','27','85.19%',0),('NO BEER,DRUGS,ALCOHOLIC BEV. IN CITY PARKS','LO','10-301.17','A','S',3,'3','100.00%','3','100.00%',0),('Enumeration of Nuisances - Neglect/Refusal regard/obey orders of any police officer','LO','10-305','M','S',2,'2','100.00%','2','100.00%',0),('Riding-Parking To Block Pedestrians','LO','100','.10B','S',1,'1','100.00%','2','50.00%',0),('General provisions','LO','100','2','S',1,'1','100.00%','2','50.00%',0),('PASSENGERS PROHIBITED','LO','100-10','','S',1,'1','100.00%','1','100.00%',0),('LIGHTS & REFLECTORS REQUIRED FOR BICYCLE','LO','100-12','','S',7,'7','100.00%','7','100.00%',0),('Bicycle Equipped w/ Brakes in proper working order','LO','100-13','','S',2,'2','100.00%','2','100.00%',0),('Peddling and Soliciting without permit','LO','100-2','','S',2,'2','100.00%','2','100.00%',0),('REGISTRATION/LICENSING OF BICYCLE REQUIRED','LO','100.2','','S',2,'2','100.00%','2','100.00%',0),('Public Urination & Defecation Prohibited','LO','1003','1C','S',2,'2','100.00%','2','100.00%',0),('Loitering','LO','100603','','S',2,'2','100.00%','2','100.00%',0),('Alcoholic Beverages','LO','100604','','S',1,'1','100.00%','1','100.00%',0),('Public Urination','LO','100609','','S',2,'2','100.00%','2','100.00%',0),('Cutting Weapons','LO','100820','','S',1,'1','100.00%','1','100.00%',0),('In Twp Park After Sunset W/O Permit','LO','101','21','S',1,'1','100.00%','1','100.00%',0),('Dog Running At Large / Barking Dog','LO','1019','36-2','S',1,'1','100.00%','2','50.00%',0),('Creation Of Nuisance Prohibited (Barking Dog)','LO','1019','36-20','S',1,'1','100.00%','2','50.00%',0),('Dog Running At Large Ordinance','LO','102','','S',3,'3','100.00%','12','25.00%',0),('Disorderly Conduct','LO','102','2A','S',4,'4','100.00%','12','33.33%',0),('Disorderly Conduct/Township Ordinance','LO','102','2B','S',2,'2','100.00%','12','16.67%',0),('Disorderly Conduct','LO','102','2C','S',1,'1','100.00%','12','8.33%',0),('Registration Required','LO','102','A','S',1,'1','100.00%','12','8.33%',0),('Registration','LO','102','A1','S',1,'1','100.00%','12','8.33%',0),('Disorderly Conduct','LO','102-2','D','S',1,'1','100.00%','1','100.00%',0),('Nuisance Behaviors','LO','102-3','','S',1,'1','100.00%','1','100.00%',0),('Tampering With Borough Property','LO','1024','1','S',1,'1','100.00%','1','100.00%',0),('Unlawful To Allow Dogs To Run At Large','LO','103','','S',1,'1','100.00%','6','16.67%',0),('DOG RUNNING AT LARGE','LO','103','0.2','S',1,'1','100.00%','6','16.67%',0),('Dogs Running At Large','LO','103','2a','S',2,'2','100.00%','6','33.33%',0),('Open Bulk Container','LO','103','9','S',1,'1','100.00%','6','16.67%',0),('Open Container','LO','103','I','S',1,'1','100.00%','6','16.67%',0),('Tampering with boot prohibited','LO','104','107','S',1,'1','100.00%','3','33.33%',0),('Disorderly Conduct','LO','104','2','S',2,'2','100.00%','3','66.67%',0),('Code of Malvern Boro - Firearms Discharge Restricted','LO','104-2','','S',1,'1','100.00%','1','100.00%',0),('DISORDERLY CONDUCT','LO','104.1','','S',2,'2','100.00%','2','100.00%',0),('Termination Of Service/Unauth.Connections','LO','1046-33','A6','S',1,'1','100.00%','1','100.00%',0),('Discharging Firearms','LO','1047','401','S',1,'1','100.00%','1','100.00%',0),('Operation of Bicycles','LO','105','B','S',1,'1','100.00%','2','50.00%',0),('Boro Ordinance: Operation Of Bicycles','LO','105','K(2)','S',1,'1','100.00%','2','50.00%',0),('NOISE DISTRUBANCE','LO','105-3','B1','S',2,'2','100.00%','2','100.00%',0),('Gambling','LO','10612','','S',1,'1','100.00%','1','100.00%',0),('No One Permitted Between Dusk & Dawn In Parks','LO','1062','1','S',1,'1','100.00%','1','100.00%',0),('NO ONE PERMITTED BETWEEN DUSK & DAWN IN PARKS','LO','1062.01','','S',1,'1','100.00%','1','100.00%',0),('PEDDLING & SOLICITING','LO','107','1','S',1,'1','100.00%','1','100.00%',0),('Township Parks Violation, After Hours','LO','107-2','A','S',1,'1','100.00%','1','100.00%',0),('Maintain /Frequent Disorderly House','LO','1073','106','S',1,'1','100.00%','1','100.00%',0),('Discharge of Firearms','LO','1083','','S',1,'1','100.00%','3','33.33%',0),('ALCOHOLIC BEVERAGES PROHIBITED IN ANY PARK','LO','1083','6','S',2,'2','100.00%','3','66.67%',0),('POSSESSION OF B B GUN','LO','109','1','S',4,'4','100.00%','14','28.57%',0),('Possession Of Alcohol In Park','LO','109','14','S',2,'2','100.00%','14','14.29%',0),('Discharge Firearm within Dallastown Boro','LO','109','2','S',1,'1','100.00%','14','7.14%',0),('Occupying Park After Closing Hours','LO','109','7(10)','S',1,'1','100.00%','14','7.14%',0),('Remain In Twp. Park After 9 Pm','LO','109','9','S',6,'6','100.00%','14','42.86%',0),('Nuisances; remain on property after being told to leave','LO','109-3','PP','S',1,'1','100.00%','1','100.00%',0),('No Person Shall Possess, Sell Any Drug Paraphernal','LO','2-Nov','6-903A','S',24,'24','100.00%','24','100.00%',0),('Fleeing to Evade Police','LO','3-Nov','6-901','S',4,'4','100.00%','5','80.00%',0),('Disorderly Conduct','LO','3-Nov','E','S',1,'1','100.00%','5','20.00%',0),('Activities Prohibited - Disorderly Conduct','LO','21-Nov','4.7','S',1,'1','100.00%','1','100.00%',0),('Borough Ordinance - Disorderly Conduct','LO','110','','S',9,'9','100.00%','62','14.52%',0),('Unlawful Activities','LO','110','1','S',53,'53','100.00%','62','85.48%',0),('LICENSE REQUIRED','LO','1104','2','S',1,'1','100.00%','1','100.00%',0),('Junkers Ordianance','LO','1107','','S',5,'5','100.00%','5','100.00%',0),('Transient Business Without License','LO','111','6','S',1,'1','100.00%','1','100.00%',0),('OPERATING ATV ON ROADWAYS DESIGNATED FOR VEHICLES','LO','112','','S',10,'10','100.00%','12','83.33%',0),('DISCHARGE OF AIR RIFLE','LO','112','1','S',1,'1','100.00%','12','8.33%',0),('Burning Domestic Refuse/Causing Exessive Smoke','LO','112','2u&v','S',1,'1','100.00%','12','8.33%',0),('Unlawful Possession of Open Containers','LO','1125','2','S',3,'3','100.00%','3','100.00%',0),('BICYCLES PROHIBITED ON SIDEWALKS','LO','113','-2','S',1,'1','100.00%','5','20.00%',0),('License required to operate or establish an adult business','LO','113','1A','S',1,'1','100.00%','5','20.00%',0),('Soliciting And Pedeling Prohibited','LO','113','2','S',3,'3','100.00%','5','60.00%',0),('Disorderly Conduct','LO','114','1','S',21,'21','100.00%','53','39.62%',0),('Millersville Open Alcoholic Bev Container Ordinanc','LO','114','2','S',22,'22','100.00%','53','41.51%',0),('Hours of operation - Parks and Recreation areas','LO','114','4','S',5,'5','100.00%','53','9.43%',0),('Nuisance - Annoyance/Discomfort Of Others','LO','114','4a','S',5,'5','100.00%','53','9.43%',0),('Annoyance or Discomfort to Persons beyond the Boundaries of Property','LO','114-4','A1','S',3,'3','100.00%','3','100.00%',0),('Nuisance Property-Interference W/Health & Safety','LO','114.4','1','S',1,'1','100.00%','1','100.00%',0),('Dog Running At Large','LO','1159','15','S',1,'1','100.00%','2','50.00%',0),('Animal Nuisances','LO','1159','6b','S',1,'1','100.00%','2','50.00%',0),('ALL DOG TO DEFICATE & NOT CLEAN UP','LO','1159.06','B','S',1,'1','100.00%','1','100.00%',0),('Running at Large Prohibited','LO','1159.15','A','S',1,'1','100.00%','1','100.00%',0),('Discharge Prohibited;violations And Penalties','LO','116-2','','S',2,'2','100.00%','2','100.00%',0),('Loitering','LO','1170','2','S',2,'2','100.00%','2','100.00%',0),('Loitering','LO','1179','','S',4,'4','100.00%','4','100.00%',0),('Peddle Merchandise W/O Permit','LO','118','1','S',1,'1','100.00%','2','50.00%',0),('License Requirement','LO','118','3','S',1,'1','100.00%','2','50.00%',0),('PEACE NUISANCE EXPECTORATION PROHIBITED','LO','1185.02','','S',1,'1','100.00%','1','100.00%',0),('Firearms','LO','119','2','S',15,'15','100.00%','15','100.00%',0),('FIREARMS','LO','119-2','','S',1,'1','100.00%','1','100.00%',0),('ALCOHOLIC BEVERAGES','LO','12-1.1','B/C','S',6,'6','100.00%','6','100.00%',0),('Failure To Remove Rubbish Fron Property','LO','120','307.1','S',1,'1','100.00%','1','100.00%',0),('PARKS CLOSED','LO','1207','','S',1,'1','100.00%','1','100.00%',0),('Offense Against Public Peace- Open Container','LO','121-3','F','S',1,'1','100.00%','1','100.00%',0),('CURFEW','LO','121-4','','S',2,'2','100.00%','2','100.00%',0),('Unnecessary Noises','LO','122-2','A','S',1,'1','100.00%','2','50.00%',0),('Peace and Good Order/Loaf, Loitering, Congregating','LO','122-2','C','S',1,'1','100.00%','2','50.00%',0),('Discharge of firearms prohibited','LO','122-3','A','S',2,'2','100.00%','2','100.00%',0),('Hours Of Closing For Recreational Places','LO','124','1a','S',2,'2','100.00%','175','1.14%',0),('Firearms Discharged Restricted','LO','124','2','S',172,'172','100.00%','175','98.29%',0),('Improper Use Prohibited','LO','124','5','S',1,'1','100.00%','175','0.57%',0),('Obstruction of Travel in Public Areas Prohibited','LO','125-34','A','S',2,'2','100.00%','2','100.00%',0),('Use Regulations','LO','1258','0.02','S',2,'2','100.00%','2','100.00%',0),('PERSONS IN TWP. PARK AFTER HOURS.','LO','126','2','S',3,'3','100.00%','5','60.00%',0),('Cause/Continue Noise Disturbance','LO','126','4','S',1,'1','100.00%','5','20.00%',0),('Loudspeakers/Public Address Systems','LO','126','4b8','S',1,'1','100.00%','5','20.00%',0),('Committing Public Indecency','LO','1268','221A','S',4,'4','100.00%','4','100.00%',0),('Prohibit consumption of alcoholic beverages without consent of owner','LO','127','202','S',9,'9','100.00%','12','75.00%',0),('Disorderly Conduct','LO','127','2B','S',3,'3','100.00%','12','25.00%',0),('Noise, Loud, Disturbing, Unnecessary Noise Proh','LO','128','1','S',4,'4','100.00%','6','66.67%',0),('In Park After Hours','LO','128','3a','S',1,'1','100.00%','6','16.67%',0),('Out Past Curfew','LO','128','Iia1','S',1,'1','100.00%','6','16.67%',0),('Noise Violation','LO','1283','','S',1,'1','100.00%','1','100.00%',0),('Vagrancy','LO','1285','A2','S',1,'1','100.00%','1','100.00%',0),('Discharge Firearms','LO','129','0.13','S',6,'6','100.00%','6','100.00%',0),('DISCHARGE OF FIREARMS','LO','129-13','A','S',44,'44','100.00%','44','100.00%',0),('DISCHARGE OF FIREARMS','LO','129-3','','S',12,'12','100.00%','12','100.00%',0),('Transient Retail Business License','LO','13','102','S',5,'5','100.00%','7','71.43%',0),('Peddling; License Required','LO','13','1-Mar','S',2,'2','100.00%','7','28.57%',0),('Unlawful Solicitation And Exceptions','LO','13-4','402','S',3,'3','100.00%','3','100.00%',0),('Soliciting Door To Door W/O Permit','LO','130','2','S',1,'1','100.00%','1','100.00%',0),('Drug Paraphernalia','LO','130-3','A','S',5,'5','100.00%','5','100.00%',0),('Noise Disturbance - Barking Dogs','LO','130-5','A','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','131','1','S',3,'3','100.00%','3','100.00%',0),('Parking In Two Spaces','LO','13125','','S',1,'1','100.00%','1','100.00%',0),('OPEN CONTAINER VIOLATION','LO','1316','','S',4,'4','100.00%','4','100.00%',0),('Loitering','LO','132','','S',5,'5','100.00%','5','100.00%',0),('Parks & Playgrounds','LO','132.1','A1','S',2,'2','100.00%','2','100.00%',0),('OPEN CONTAINER (PRIVATE PROPERTY)','LO','1326','2','S',2,'2','100.00%','2','100.00%',0),('Consumption/Possession of Open Containers','LO','1331','2','S',1,'1','100.00%','1','100.00%',0),('Discharge of firearms prohibited','LO','134','1','S',1,'1','100.00%','6','16.67%',0),('Discharge Of Firearms Against Public Policy','LO','134','5','S',5,'5','100.00%','6','83.33%',0),('Park Regulation','LO','135','1f','S',1,'1','100.00%','1','100.00%',0),('Public Place With Open Container','LO','1350','','S',2,'2','100.00%','2','100.00%',0),('Transient Local Merchants/Peddling Without Permit','LO','137','15','S',2,'2','100.00%','4','50.00%',0),('Peddling And Soliciting','LO','137','2','S',2,'2','100.00%','4','50.00%',0),('Peddling and Soliciting','LO','137-2','','S',2,'2','100.00%','2','100.00%',0),('Transient Retail Merchants','LO','137.15','B','S',2,'2','100.00%','2','100.00%',0),('Loitering On Private Property','LO','1370','I','S',1,'1','100.00%','1','100.00%',0),('TWP. ORDINANCE- BB GUN','LO','1375','','S',1,'1','100.00%','1','100.00%',0),('OPEN CONTAINER','LO','1376','','S',1,'1','100.00%','2','50.00%',0),('Disturbing The Peace - Open Container Alcohol','LO','1376','2','S',1,'1','100.00%','2','50.00%',0),('Location Bonfire','LO','139','4C','S',2,'2','100.00%','2','100.00%',0),('Alcohol Use In Public (Possession)','LO','1397','403','S',2,'2','100.00%','2','100.00%',0),('Loitering And Curfew','LO','1403','1','S',1,'1','100.00%','1','100.00%',0),('Peddling/Soliciting Permit & License Required','LO','141','1','S',4,'4','100.00%','4','100.00%',0),('Disorderly House','LO','1414','','S',3,'3','100.00%','3','100.00%',0),('Carrying or discharging air rifle','LO','143','3','S',1,'1','100.00%','1','100.00%',0),('Interference With Equipment Prohibited','LO','144','13','S',1,'1','100.00%','3','33.33%',0),('Disturbing The Peace','LO','144','2','S',2,'2','100.00%','3','66.67%',0),('Parking On Grass Prohibited','LO','145','25','S',1,'1','100.00%','1','100.00%',0),('Retail Business Ordinance','LO','146-5','A1','S',1,'1','100.00%','1','100.00%',0),('License Required for Soliciting or Peddling','LO','147','3','S',2,'2','100.00%','2','100.00%',0),('Use of air gun','LO','148','8','S',2,'2','100.00%','2','100.00%',0),('Use & Possession of BB, Spring Air, & Pneumatic Guns','LO','148-7','','S',2,'2','100.00%','2','100.00%',0),('Skateboarding On Public Sidewalk','LO','15','1212 1','S',1,'1','100.00%','6','16.67%',0),('Skateboarding on Public Sidewalk','LO','15','1212-1','S',1,'1','100.00%','6','16.67%',0),('Left Side To Curb Parking Requirements','LO','15','411','S',2,'2','100.00%','6','33.33%',0),('Payment Of Towing And Storage Charges','LO','15','705','S',1,'1','100.00%','6','16.67%',0),('Riding of pedacycle on sidewalk','LO','15','901','S',1,'1','100.00%','6','16.67%',0),('Stopping, Standing Or Parking In A Lane Of Traffic','LO','15-403','A1','S',2,'2','100.00%','3','66.67%',0),('Parked At Yellow Curb','LO','15-403','B9','S',1,'1','100.00%','3','33.33%',0),('Tampering With Boot Prohibited','LO','15-817','','S',1,'1','100.00%','1','100.00%',0),('Discharge Restricted','LO','151','1','S',4,'4','100.00%','5','80.00%',0),('Disorderly Conduct','LO','151','2','S',1,'1','100.00%','5','20.00%',0),('Discharge Of Firearms Prohibited (Pellet Gun)','LO','152','2','S',1,'1','100.00%','1','100.00%',0),('DISCHARGE OF FIREARMS PROHIBITED (PELLET GUN)','LO','152-2','','S',1,'1','100.00%','1','100.00%',0),('Open Fires And Burning','LO','153','3B','S',1,'1','100.00%','1','100.00%',0),('Use of Firearms Restricted','LO','154-6','','S',3,'3','100.00%','3','100.00%',0),('Double Parked On Roadway','LO','15403','A1','S',1,'1','100.00%','1','100.00%',0),('Discharge of Firearms','LO','155','1','S',8,'8','100.00%','14','57.14%',0),('Peddling And Soliciting','LO','155','2','S',5,'5','100.00%','14','35.71%',0),('Dogs running at large','LO','155','6','S',1,'1','100.00%','14','7.14%',0),('Hours Of Operation','LO','156-3','','S',1,'1','100.00%','1','100.00%',0),('Code Of E Goshen Twp Noise Dis Proh Loading Unload','LO','156-5','A5','S',1,'1','100.00%','1','100.00%',0),('Public Soliciation','LO','157','2a','S',2,'2','100.00%','2','100.00%',0),('Firearms In City','LO','1579','','S',1,'1','100.00%','1','100.00%',0),('Open Container','LO','158','2','S',2,'2','100.00%','2','100.00%',0),('Peace And Good Order','LO','158-1','A','S',1,'1','100.00%','7','14.29%',0),('Peace And Good Order','LO','158-1','P','S',6,'6','100.00%','7','85.71%',0),('Parks and Recreation','LO','16','102','S',1,'1','100.00%','9','11.11%',0),('Recreation Places Closed To The Public','LO','16','103','S',1,'1','100.00%','9','11.11%',0),('In Park After Dark','LO','16','103.8','S',1,'1','100.00%','9','11.11%',0),('Parks & Rec Rules Of Conduct - Time Of Use','LO','16','104J','S',4,'4','100.00%','9','44.44%',0),('Park After Hours','LO','16','208','S',2,'2','100.00%','9','22.22%',0),('Vehicles/Non Vehicles On Levee Area Prohibited','LO','16-102','1','S',1,'1','100.00%','1','100.00%',0),('Riding Bikes On The Sidewalk','LO','16-206','2','S',2,'2','100.00%','2','100.00%',0),('Rules and Regulations Applicable in Parks and Recreation Areas','LO','16.1','101','S',4,'4','100.00%','4','100.00%',0),('Peddling, Soliciting, and Transient Business','LO','1603','302','S',1,'1','100.00%','1','100.00%',0),('Local Noise Ordinance','LO','161','4B','S',1,'1','100.00%','1','100.00%',0),('Local Noise Ordinance','LO','161-4','B1B','S',1,'1','100.00%','1','100.00%',0),('Disorderly House','LO','1616','','S',2,'2','100.00%','2','100.00%',0),('Panhandling','LO','1617','','S',1,'1','100.00%','1','100.00%',0),('Discharge of firearm prohibited','LO','1622.6','101','S',1,'1','100.00%','1','100.00%',0),('Care And Removal Of Rubbish','LO','1632','Iii','S',1,'1','100.00%','1','100.00%',0),('Cold Canvas Prohibited','LO','164-3','','S',2,'2','100.00%','2','100.00%',0),('No Permitted In Park After Dark','LO','165','2f','S',1,'1','100.00%','1','100.00%',0),('Non-Payment Of Business License','LO','166','30','S',1,'1','100.00%','1','100.00%',0),('Peace & Good Order - Alcohol Concealed','LO','167-3','F1','S',1,'1','100.00%','1','100.00%',0),('In Boro Park After Closing','LO','168','2','S',1,'1','100.00%','4','25.00%',0),('Park hours - not permitted between dawn and dusk','LO','168','2A','S',3,'3','100.00%','4','75.00%',0),('Parks and Recreation Area - General Rules/Regs','LO','168-2','A','S',2,'2','100.00%','2','100.00%',0),('Noise-Prohibited Generally','LO','17','1','S',3,'3','100.00%','15','20.00%',0),('Disorderly Conduct','LO','17','11','S',7,'7','100.00%','15','46.67%',0),('Noise-Radios, Phonographs, Etc.','LO','17','3','S',3,'3','100.00%','15','20.00%',0),('Scavenging','LO','17','A','S',2,'2','100.00%','15','13.33%',0),('LICENSE REQUIRED FOR SOLICITING','LO','170','1','S',21,'21','100.00%','24','87.50%',0),('Disturbing the Peace','LO','170','7','S',2,'2','100.00%','24','8.33%',0),('Loitering With Intent To Deal Controlled Substance','LO','170','A20','S',1,'1','100.00%','24','4.17%',0),('To Refuse/Fail To Comply With Any Lawful Order','LO','170-1','A13','S',1,'1','100.00%','8','12.50%',0),('PEACE AND GOOD ORDER - INTERFERE WITH LAW','LO','170-1','A14','S',1,'1','100.00%','8','12.50%',0),('Disorderly Practices - Endanger The Lawful Pursuit','LO','170-1','A3','S',1,'1','100.00%','8','12.50%',0),('Disorderly Practices - Attempt Crime Of Larceny','LO','170-1','A32','S',2,'2','100.00%','8','25.00%',0),('Possess Alcoholic Beverage In Motor Vehicle','LO','170-1','A38','S',2,'2','100.00%','8','25.00%',0),('To Use Or Possess Illegal Drug Paraphernalia','LO','170-1','A44','S',1,'1','100.00%','8','12.50%',0),('Carrying Opened Container Of Alcoholic Beverage','LO','1711','','S',2,'2','100.00%','2','100.00%',0),('Peddling & Soliciting','LO','172','3','S',1,'1','100.00%','1','100.00%',0),('USE OF FIREARMS RESTRICTED','LO','172.2','','S',2,'2','100.00%','2','100.00%',0),('Unlawful Solicitation','LO','1726','13.101','S',2,'2','100.00%','2','100.00%',0),('Firearms and Weapons - Discharge of Firearms Prohibited','LO','173-1','A','S',2,'2','100.00%','2','100.00%',0),('Noise Ordinace','LO','174-3','A','S',1,'1','100.00%','1','100.00%',0),('Discharge Of Firearms,weapons Or Projectiles','LO','175','2','S',2,'2','100.00%','2','100.00%',0),('LOITERING & PROWLING IN THE CITY PROHIBITED','LO','1750','','S',1,'1','100.00%','1','100.00%',0),('Lingering In Or About Specified Facilities','LO','179','2','S',1,'1','100.00%','1','100.00%',0),('Operation and Parking of Motor Drive Vehicles','LO','18','B10','S',1,'1','100.00%','1','100.00%',0),('Sewage System Maintenance','LO','18-16 (3)','','S',1,'1','100.00%','1','100.00%',0),('Soliciting without a permit','LO','1824','1','S',1,'1','100.00%','1','100.00%',0),('Restrictions On Solicitors','LO','1829-95','251.2','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct Prohibited','LO','184-1','','S',2,'2','100.00%','2','100.00%',0),('Disturbance of Peace Prohibited - Open Container','LO','184-2','B','S',11,'11','100.00%','11','100.00%',0),('Soliciting By Charitable Organization W/Out Permit','LO','1846-95','251.2','S',6,'6','100.00%','6','100.00%',0),('Disorderly Conduct','LO','185','1','S',7,'7','100.00%','11','63.64%',0),('Vehicle Operation Restrictions','LO','185','2','S',3,'3','100.00%','11','27.27%',0),('Vehicle Operations Restrictions/Vehicle Noise','LO','185','2a','S',1,'1','100.00%','11','9.09%',0),('VEHICLE OPERATIONS RESTRICTIONS/VEHICLE NOISE','LO','185-2','','S',1,'1','100.00%','1','100.00%',0),('Noise Control Ordinance','LO','185-3','','S',1,'1','100.00%','5','20.00%',0),('Noise Ordinance Violation','LO','185-3','A','S',1,'1','100.00%','5','20.00%',0),('NOISE ORDINANCE VIOLATION','LO','185-3','B1A','S',3,'3','100.00%','5','60.00%',0),('Discharging A Weapon','LO','188','3','S',1,'1','100.00%','1','100.00%',0),('Peddling and soliciting','LO','188-1','','S',2,'2','100.00%','2','100.00%',0),('Daytime Curfew','LO','188-204','A','S',1,'1','100.00%','1','100.00%',0),('Loitering','LO','19-102','4','S',1,'1','100.00%','1','100.00%',0),('Parked Vehicle In A Posted Fire Lane','LO','190','102.7','S',1,'1','100.00%','1','100.00%',0),('Drug-related loitering','LO','192','34','S',2,'2','100.00%','2','100.00%',0),('Park Hours','LO','192-3','','S',3,'3','100.00%','3','100.00%',0),('Transient Retail Businesses','LO','194','','S',1,'1','100.00%','2','50.00%',0),('TRANSIENT SOLICITATION WITHOUT PERMIT','LO','194','4','S',1,'1','100.00%','2','50.00%',0),('Parks & Recreation Activities Prohibited','LO','194-5','','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','1947-40','1','S',2,'2','100.00%','2','100.00%',0),('Open Burning','LO','195','11','S',1,'1','100.00%','4','25.00%',0),('Phonographs, Radios, And Other Sound Devices','LO','195','2','S',1,'1','100.00%','4','25.00%',0),('Parks & Recreation Prohibited Activities','LO','195','4','S',1,'1','100.00%','4','25.00%',0),('Appropriate Container','LO','195','5','S',1,'1','100.00%','4','25.00%',0),('Parks & Recreation Personal Conduct Disturb','LO','195-4','F1','S',1,'1','100.00%','1','100.00%',0),('Discharge of Firearms within Derry Township Limits','LO','1954-1','9','S',2,'2','100.00%','2','100.00%',0),('Fire Lane','LO','196','23','S',1,'1','100.00%','6','16.67%',0),('False Police Reports','LO','196','3','S',2,'2','100.00%','6','33.33%',0),('Noises And Disturbances','LO','196','81','S',3,'3','100.00%','6','50.00%',0),('Transient Retail Business','LO','196-5','A1','S',1,'1','100.00%','1','100.00%',0),('Unreasonable Noise','LO','1964-5','1a','S',1,'1','100.00%','1','100.00%',0),('Discharge Of Firearms Prohibited','LO','1977-16','21','S',2,'2','100.00%','2','100.00%',0),('Dogs Running At Large','LO','1979-12','1A','S',1,'1','100.00%','1','100.00%',0),('Noise Ordinance Violation','LO','198','.4A','S',4,'4','100.00%','5','80.00%',0),('NOISE ORDINANCE','LO','198','4','S',1,'1','100.00%','5','20.00%',0),('Noise Ordinance','LO','198-4','','S',24,'24','100.00%','76','31.58%',0),('Noise Ordinance','LO','198-4','A','S',9,'9','100.00%','76','11.84%',0),('Noise Ordinance','LO','198-4','A1','S',2,'2','100.00%','76','2.63%',0),('Noise Control','LO','198-4','A1A','S',6,'6','100.00%','76','7.89%',0),('Noise Ordinance','LO','198-4','AB1B','S',20,'20','100.00%','76','26.32%',0),('Noise Ordinance','LO','198-4','AB2B','S',2,'2','100.00%','76','2.63%',0),('Noise Ordinance','LO','198-4','B.1.A','S',1,'1','100.00%','76','1.32%',0),('NOISE ORDINANCE','LO','198-4','B1','S',11,'11','100.00%','76','14.47%',0),('Noise Ordinance - Create Disturb At Any Time/Place','LO','198-4','B2B','S',1,'1','100.00%','76','1.32%',0),('PROHIBITED ACTS; NOISE DISTURBANCE','LO','198.4','','S',6,'6','100.00%','6','100.00%',0),('Animals Running at Large','LO','1982','3','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','1983-1','41.7.1','S',2,'2','100.00%','2','100.00%',0),('ACCUMULATION OF RUBBISH,TRASH ETC.','LO','1986-3','2(6)','S',1,'1','100.00%','1','100.00%',0),('Porhibited Activities','LO','1988-13','1c','S',1,'1','100.00%','1','100.00%',0),('Open Fires and Burning','LO','1996-1','2','S',1,'1','100.00%','1','100.00%',0),('Ordinance Restricting Traffic','LO','1997-2','II','S',1,'1','100.00%','1','100.00%',0),('Disturbing The Peace - Unnecessary Noise','LO','1997-4','1a','S',1,'1','100.00%','1','100.00%',0),('Loitering upon any Access Property','LO','1998-007','2B','S',1,'1','100.00%','1','100.00%',0),('Disorderly House','LO','1998-5','A','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','2','','S',40,'40','100.00%','56','71.43%',0),('Disorderly House','LO','2','1','S',1,'1','100.00%','56','1.79%',0),('Alcholic Beverage In Recreational Area','LO','2','1970','S',1,'1','100.00%','56','1.79%',0),('Peddlers And Solicitors','LO','2','13-Jul','S',4,'4','100.00%','56','7.14%',0),('Open Container - Consumption/Possession Restricted','LO','2','99.6','S',1,'1','100.00%','56','1.79%',0),('Prohibiting Loitering','LO','2','A','S',6,'6','100.00%','56','10.71%',0),('LOITERING','LO','2','B','S',3,'3','100.00%','56','5.36%',0),('Dog At Large','LO','2,3','','S',1,'1','100.00%','1','100.00%',0),('Nuisances','LO','2-103','','S',4,'4','100.00%','4','100.00%',0),('Animal Sanitation','LO','2-106','1','S',2,'2','100.00%','4','50.00%',0),('Unhealthy Accumulation of Animal Waste','LO','2-106','3','S',2,'2','100.00%','4','50.00%',0),('Alcholic Beverage In Recreational Area','LO','Feb-70','','S',7,'7','100.00%','10','70.00%',0),('Possession or Consumption of Alcoholic Beverages in Recreation Area','LO','Feb-70','B','S',3,'3','100.00%','10','30.00%',0),('License Req','LO','2.3','305','S',2,'2','100.00%','2','100.00%',0),('Concealing Or Discharging Firearms','LO','20','','S',1,'1','100.00%','7','14.29%',0),('Open Container','LO','20','1','S',1,'1','100.00%','7','14.29%',0),('Garbage/Refuse','LO','20','211','S',4,'4','100.00%','7','57.14%',0),('Chapter 20 Section 407 Collection by unregisterd persons','LO','20','407','S',1,'1','100.00%','7','14.29%',0),('POSTED PARK RULE:NO ADMITTANCE AFTER DARK','LO','20-1','','S',1,'1','100.00%','1','100.00%',0),('Regulations for Disposal of Combustible Refuse by Burning','LO','20-109','','S',1,'1','100.00%','2','50.00%',0),('Reg For Disposal Of Cumbustible Refuse By Burning','LO','20-109','2','S',1,'1','100.00%','2','50.00%',0),('Open Container','LO','20-4','B','S',3,'3','100.00%','3','100.00%',0),('Noise - Unnecessary Noise Prohibited','LO','200','1','S',1,'1','100.00%','2','50.00%',0),('Soliciting without required registration','LO','200','2','S',1,'1','100.00%','2','50.00%',0),('Noise Ordinance','LO','200-1','G','S',1,'1','100.00%','1','100.00%',0),('Daytime Curfew for Students','LO','200-202','A','S',1,'1','100.00%','1','100.00%',0),('Avoiding Traffic Signals','LO','2000-14','1.01','S',1,'1','100.00%','1','100.00%',0),('PENBROOK NOISE ORDINANCE','LO','2000-4','','S',1,'1','100.00%','1','100.00%',0),('Nuisance Violation','LO','2001-5','3','S',2,'2','100.00%','2','100.00%',0),('Borough Park Ordinance','LO','2002-03','II-1','S',1,'1','100.00%','2','50.00%',0),('Borough Park Ordinance','LO','2002-03','II-4','S',1,'1','100.00%','2','50.00%',0),('Noise','LO','2003','200-2','S',1,'1','100.00%','1','100.00%',0),('Prohibiting Public Urination','LO','2003-01','1','S',1,'1','100.00%','1','100.00%',0),('Open Burning Ordinance','LO','2006-2','17b','S',1,'1','100.00%','1','100.00%',0),('Use or firing of Firearms','LO','2008','3','S',1,'1','100.00%','1','100.00%',0),('Disorderly Gathering On Private Property','LO','2008-07','3','S',1,'1','100.00%','1','100.00%',0),('Prohibition Of Use Of Wireless Devices','LO','2009','17','S',1,'1','100.00%','2','50.00%',0),('Disorderly House','LO','2009','2','S',1,'1','100.00%','2','50.00%',0),('Disorderly House','LO','2009-02','','S',1,'1','100.00%','1','100.00%',0),('Peddling And Soliciting','LO','201','','S',1,'1','100.00%','10','10.00%',0),('Disorderly Conduct','LO','201','634','S',8,'8','100.00%','10','80.00%',0),('Disorderly Conduct','LO','201','C','S',1,'1','100.00%','10','10.00%',0),('Parking And Trespassing','LO','201-2','','S',1,'1','100.00%','1','100.00%',0),('Synthetic Cannabis or Other Synthetic Drugs Ord','LO','2011','1','S',10,'10','100.00%','12','83.33%',0),('Synthetic Cannabis or Other Synthetic Drug Ord.','LO','2011','2','S',2,'2','100.00%','12','16.67%',0),('Chronic Nuisance Property','LO','2011-05','4A','S',4,'4','100.00%','4','100.00%',0),('Disorderly Conduct','LO','2013-6','1.01.1','S',1,'1','100.00%','1','100.00%',0),('No Firearm Or Other Weapon To Be Fired In Boro','LO','202','','S',3,'3','100.00%','11','27.27%',0),('Open Container/Consumption Alcoh.Public Prohibited','LO','202','1','S',8,'8','100.00%','11','72.73%',0),('Curfew Hours and Exceptions','LO','203','1','S',1,'1','100.00%','2','50.00%',0),('Violation Of Noise Ordinance','LO','203','4a','S',1,'1','100.00%','2','50.00%',0),('Open Container','LO','204','','S',2,'2','100.00%','75','2.67%',0),('LOITERING FOR UNLAWFUL PURPOSES','LO','204','-7C','S',22,'22','100.00%','75','29.33%',0),('Disorderly Conduct/Boro Ord.','LO','204','2g','S',2,'2','100.00%','75','2.67%',0),('Loitering','LO','204','7','S',25,'25','100.00%','75','33.33%',0),('UNLAWFUL ACTIVITIES','LO','204','7(C)','S',4,'4','100.00%','75','5.33%',0),('Loitering For Unlawful Purposes','LO','204','7C','S',20,'20','100.00%','75','26.67%',0),('UNLAWFUL ACTIVITIES','LO','204-7','','S',12,'12','100.00%','73','16.44%',0),('LOITERING FOR UNLAWFUL PURPOSES','LO','204-7','C','S',61,'61','100.00%','73','83.56%',0),('DISORDERLY CONDUCT/BORO ORD.','LO','204.2','G','S',1,'1','100.00%','1','100.00%',0),('Park After Hours','LO','205','2','S',3,'3','100.00%','4','75.00%',0),('One Way Streets','LO','205','205-13','S',1,'1','100.00%','4','25.00%',0),('NOISE AND DISORDERLY CONDUCT','LO','205-11','G','S',4,'4','100.00%','4','100.00%',0),('Transient Retail Business - License Fees','LO','206','206-3','S',2,'2','100.00%','2','100.00%',0),('License Required-Transient Retail Business','LO','206-1','','S',2,'2','100.00%','2','100.00%',0),('Skates, Scooters, Skateboards & Toy Vehicles upon a state highway within the Boro of Mbg','LO','21','801A','S',1,'1','100.00%','1','100.00%',0),('DISCHARGE OF FIREARMS IN CITY LIMITS','LO','21-22','','S',1,'1','100.00%','1','100.00%',0),('Reckless Driving Upon Private Property','LO','210','30a','S',2,'2','100.00%','4','50.00%',0),('Park Closing Hours','LO','210','5','S',2,'2','100.00%','4','50.00%',0),('Parks Regulations','LO','210-2','I','S',1,'1','100.00%','1','100.00%',0),('Reckless Driving upon Private Property','LO','210-30','A','S',4,'4','100.00%','4','100.00%',0),('PARK CLOSING TIME','LO','210-5','','S',4,'4','100.00%','4','100.00%',0),('Loitering','LO','212','A','S',1,'1','100.00%','1','100.00%',0),('Trespassing on Park Property during Non-Operating Hours','LO','213-3','B1','S',2,'2','100.00%','3','66.67%',0),('Motorized Vehicles Prohibited other than in Designated Areas','LO','213-3','B16','S',1,'1','100.00%','3','33.33%',0),('Loitering','LO','215','12','S',1,'1','100.00%','1','100.00%',0),('Soliciting W/O Permit','LO','219','2','S',2,'2','100.00%','2','100.00%',0),('Parks On Open Space Regulations','LO','22','6','S',2,'2','100.00%','2','100.00%',0),('No Parking Or Stopping Permitted','LO','22-19','F','S',1,'1','100.00%','1','100.00%',0),('Parks after dusk','LO','22-3','A','S',1,'1','100.00%','1','100.00%',0),('Parks and Open Space Shaws Bridge','LO','22.3','a','S',2,'2','100.00%','2','100.00%',0),('Licenses Required (Soliciting)','LO','220','2','S',2,'2','100.00%','2','100.00%',0),('Township Nuisance Ordinance','LO','222-89','9.1','S',1,'1','100.00%','1','100.00%',0),('Prohibited Activities','LO','225-1','G','S',2,'2','100.00%','2','100.00%',0),('LOITERING','LO','229','-1','S',1,'1','100.00%','36','2.78%',0),('Blowing A Car Horn Excessivley','LO','229','1','S',5,'5','100.00%','36','13.89%',0),('Loitering For Unlawful Activities','LO','229','2','S',5,'5','100.00%','36','13.89%',0),('CARRYING A KNIFE','LO','229','5','S',19,'19','100.00%','36','52.78%',0),('Knives','LO','229','5B','S',6,'6','100.00%','36','16.67%',0),('DISORDERLY CONDUCT (LOAFING)','LO','229-1','','S',29,'29','100.00%','29','100.00%',0),('KNIFE-LARGER THAN 2.5\\\",LO\"','229-5','','S','3',0,'0','#DIV/0!','#N/A','#N/A',0),('KNIVES','LO','229-5','B','S',3,'3','100.00%','6','50.00%',0),('Bicycles To Be Licensed And Tagged','LO','2297','74-1','S',2,'2','100.00%','4','50.00%',0),('Bicycles Prohibited On Sidewalks','LO','2297','74-3','S',2,'2','100.00%','4','50.00%',0),('Park After Park','LO','2302','','S',23,'23','100.00%','23','100.00%',0),('Park Regulations - Posted Hours','LO','231','A','S',5,'5','100.00%','5','100.00%',0),('Discharge Of Firearms In City Limits','LO','232','1','S',3,'3','100.00%','3','100.00%',0),('Failed To Obtain A Solicitation Permit','LO','233','1-A','S',1,'1','100.00%','2','50.00%',0),('Operating Transient Retail W/O Req. Licensing','LO','233','18A','S',1,'1','100.00%','2','50.00%',0),('DISCHARGE OF FIRE ARMS OR AIR RIFLES','LO','238','','S',1,'1','100.00%','1','100.00%',0),('Public Park Ord.','LO','2382','','S',2,'2','100.00%','2','100.00%',0),('Activities Requiring Licenses; Fees','LO','240-1','E2','S',2,'2','100.00%','2','100.00%',0),('FOC 25 of 2011 - Synthetic Cannabinoids Within the City','LO','25','','S',2,'2','100.00%','12','16.67%',0),('Trespassing in a Park after the Sunset Curfew','LO','25','2','S',2,'2','100.00%','12','16.67%',0),('Engaging in any obscene or indecent Act in Public','LO','25','3B','S',2,'2','100.00%','12','16.67%',0),('Public Intoxication','LO','25','3M','S',2,'2','100.00%','12','16.67%',0),('Ord 95 Resisting Park Ranger','LO','25','A','S',4,'4','100.00%','12','33.33%',0),('OPEN CONTAINER','LO','2502','','S',53,'53','100.00%','53','100.00%',0),('Noise Ordinance','LO','2503','','S',4,'4','100.00%','4','100.00%',0),('FEES, REGISTRATION. LICENSING','LO','251-6','A','S',1,'1','100.00%','1','100.00%',0),('Fire Code','LO','2531','1.5','S',1,'1','100.00%','1','100.00%',0),('Vehicle Parked With Expired Inspection','LO','254-21','D','S',1,'1','100.00%','1','100.00%',0),('Littering','LO','258-18','','S',5,'5','100.00%','5','100.00%',0),('LITTERING','LO','258-22','','S',2,'2','100.00%','2','100.00%',0),('DEPOSITING OF LITTER IN PUBLIC PLACE','LO','258.18','','S',1,'1','100.00%','1','100.00%',0),('Open Container Prohibited In Public','LO','26','','S',9,'9','100.00%','14','64.29%',0),('Noise Ordinance','LO','26','1','S',2,'2','100.00%','14','14.29%',0),('Violation Of Open Container Ordinance','LO','26','3','S',2,'2','100.00%','14','14.29%',0),('Yelling And Shouting','LO','26','4','S',1,'1','100.00%','14','7.14%',0),('Scattering Of Rubbish','LO','2625','2','S',2,'2','100.00%','2','100.00%',0),('Carrying a Weapon in Public','LO','263.1','','S',1,'1','100.00%','1','100.00%',0),('Discharging Firearm','LO','263.2','','S',1,'1','100.00%','1','100.00%',0),('Under The Influ Of Alcohol While In Cty Park','LO','27','A','S',3,'3','100.00%','3','100.00%',0),('Parks & Recreation Areas - Prohibited Conduct','LO','270-3','R','S',1,'1','100.00%','1','100.00%',0),('Loud,disturbing, & Unnecessary Noises Prohibited','LO','275-2','','S',4,'4','100.00%','4','100.00%',0),('Enumeration Of Loud Noises-Radios, Phonographics','LO','275-3','E','S',2,'2','100.00%','4','50.00%',0),('Enumeration Of Loud Noises-Yelling, Shouting, Etc','LO','275-3','G','S',2,'2','100.00%','4','50.00%',0),('Firearms, Discharging Prohibited','LO','276','1','S',1,'1','100.00%','1','100.00%',0),('Ud Twp Ordinance Discharge Of Certain Weapons','LO','2765','','S',28,'28','100.00%','28','100.00%',0),('Loitering','LO','278-2','','S',2,'2','100.00%','2','100.00%',0),('Prevent Neighborhood Nuisances','LO','28','4','S',4,'4','100.00%','9','44.44%',0),('Personal Conduct County Park','LO','28','A','S',2,'2','100.00%','9','22.22%',0),('Personal Conduct','LO','28','B','S',3,'3','100.00%','9','33.33%',0),('Keys In Ignition','LO','285','0.105','S',1,'1','100.00%','1','100.00%',0),('Key In Ignition','LO','285-105','','S',2,'2','100.00%','2','100.00%',0),('LEAVING KEY IN LOCK/IGNITION','LO','285.105','','S',1,'1','100.00%','1','100.00%',0),('Discharge of Deadly Weapons Prohibited','LO','286-1','','S',1,'1','100.00%','1','100.00%',0),('U.D.twp Viol Fail To Remove Graffiti From Dwelling','LO','2867','','S',1,'1','100.00%','2','50.00%',0),('Upper Darby Township Grafitti Ordinance','LO','2867','2','S',1,'1','100.00%','2','50.00%',0),('Noise Standards','LO','287-83','A','S',1,'1','100.00%','1','100.00%',0),('Park Hours','LO','29','1','S',1,'1','100.00%','5','20.00%',0),('Required Permit','LO','29','29-2 B','S',2,'2','100.00%','5','40.00%',0),('Use of Radio','LO','29','B','S',2,'2','100.00%','5','40.00%',0),('Bicycle - Operation and Parking','LO','29-3','A','S',2,'2','100.00%','2','100.00%',0),('Occupant of Disorderly House','LO','291-2','B','S',1,'1','100.00%','1','100.00%',0),('PEDDLING','LO','2926','A3','S',2,'2','100.00%','2','100.00%',0),('USE OF FIREARMS RESTRICTED','LO','2941','6','S',4,'4','100.00%','4','100.00%',0),('Possess Or Operate Any Air Gun, Air Pistol, Etc.','LO','3','1','S',3,'3','100.00%','9','33.33%',0),('Nuisance Ordinance','LO','3','2003','S',1,'1','100.00%','9','11.11%',0),('Soliciting Without A Permit','LO','3','307.1','S',1,'1','100.00%','9','11.11%',0),('Disorderly House 2011-1','LO','3','4','S',1,'1','100.00%','9','11.11%',0),('Container W/O Marijuana','LO','3','702.1','S',1,'1','100.00%','9','11.11%',0),('Drug Related Loitering','LO','3','A','S',2,'2','100.00%','9','22.22%',0),('Prohibit Use Of Wireless Device While Driving','LO','3 OF 2010','2a','S',1,'1','100.00%','1','100.00%',0),('County of Berks Parks Ordinance','LO','8-Mar','4-Oct','S',2,'2','100.00%','4','50.00%',0),('County of Berks Parks Ordinance','LO','8-Mar','2-Mar','S',2,'2','100.00%','4','50.00%',0),('Driving/Parking On Sidewalks Prohibited','LO','3-121','3','S',2,'2','100.00%','11','18.18%',0),('Driving/Parking On River Walk Prohibited','LO','3-121','4','S',4,'4','100.00%','11','36.36%',0),('Unlawfl To Leave Keys In Unattended Vehicle','LO','3-121','9A','S',5,'5','100.00%','11','45.45%',0),('No Jaywalking; Excpt At Intersection On Highway','LO','3-123','3B','S',1,'1','100.00%','1','100.00%',0),('Other Parking Violations Fire Lane, etc','LO','3-131','14','S',1,'1','100.00%','2','50.00%',0),('No Person To Park Tractor-Trailr In Resident Areas','LO','3-131','8A','S',1,'1','100.00%','2','50.00%',0),('Burning Ordinance - Fire Rings','LO','Mar-07','2b','S',1,'1','100.00%','2','50.00%',0),('Open Burning (Burning Ordinance)','LO','Mar-07','A','S',1,'1','100.00%','2','50.00%',0),('Prohibit Use of Interactive Wireless Device While Operating Motor Vehicle','LO','Mar-10','2A','S',1,'1','100.00%','1','100.00%',0),('Disorderly Practices','LO','3-302','aiii','S',2,'2','100.00%','2','100.00%',0),('Prohibtd Conduct Ownr; Minor In Estab Past Curfew','LO','3-333','3','S',16,'16','100.00%','16','100.00%',0),('Loiter/Prowl In Public W Intent; Controlled Subst','LO','3-337','1A','S',23,'23','100.00%','23','100.00%',0),('UNLAWFUL TO LOITER/PROWL MALICIOUSLY IN PUB PLACE','LO','3-339','2','S',21,'21','100.00%','21','100.00%',0),('Prohbtd Condct; Unreasonable Noise/Lewd Language','LO','3-341','2B','S',5,'5','100.00%','6','83.33%',0),('Prohbtd Condct; Disobey Reasnable Official Request','LO','3-341','2F','S',1,'1','100.00%','6','16.67%',0),('City Noise Ordinance','LO','3-343','0.1','S',1,'1','100.00%','81','1.23%',0),('NOISE LEVEL','LO','3-343','.2A','S',5,'5','100.00%','81','6.17%',0),('Loud,disturbing,unnecessary Noise','LO','3-343','1','S',1,'1','100.00%','81','1.23%',0),('MOTOR VEH NOISE; NO STATIONARY RUN W/I RES AREA','LO','3-343','15B','S',1,'1','100.00%','81','1.23%',0),('City Noise Ordinance','LO','3-343','1A','S',2,'2','100.00%','81','2.47%',0),('Loud,Dist,Unnecessary Noise','LO','3-343','2A','S',71,'71','100.00%','81','87.65%',0),('Unlawful to Fire any Weapon within City Limits','LO','3-345','2','S',102,'102','100.00%','102','100.00%',0),('Discharging weapons/firearms','LO','3-345.2','','S',2,'2','100.00%','2','100.00%',0),('OPEN CONTAINERS PROHIBITED','LO','3-347','0.2','S',2,'2','100.00%','204','0.98%',0),('OPEN CONTAINERS PROHIBITED','LO','3-347','.2A','S',4,'4','100.00%','204','1.96%',0),('Illegal For Minor To Consume Unregulated Alcohol','LO','3-347','1C','S',2,'2','100.00%','204','0.98%',0),('Unlawfl To Trans/Possess Open Container Alcohol','LO','3-347','2','S',55,'55','100.00%','204','26.96%',0),('UNLAWFL TO TRANS/POSSESS OPEN CONTAINER ALCOHOL','LO','3-347','2A','S',123,'123','100.00%','204','60.29%',0),('Unlawfl Consume/Poss Open Cont Alcohl On Priv Prop','LO','3-347','2B','S',1,'1','100.00%','204','0.49%',0),('Unlicensed Sale: Operate Or Be Employed','LO','3-347','3b','S',2,'2','100.00%','204','0.98%',0),('Patronizing An Unlicensed Establishment','LO','3-347','3C','S',15,'15','100.00%','204','7.35%',0),('OPEN CONTAINERS PROHIBITED','LO','3-347.2','A','S',3,'3','100.00%','3','100.00%',0),('Prohibtd State Of Emergency; Possess Firearm','LO','3-355','2b','S',1,'1','100.00%','1','100.00%',0),('Unlawful Drop Rubbish/Debris on Street From Vehicle','LO','3-357','2','S',4,'4','100.00%','4','100.00%',0),('Panhandling And Solicitation','LO','3-367','1','S',7,'7','100.00%','7','100.00%',0),('Unlawful Own Dog/Cat Over 3 Mo W/o Rabies Cert','LO','3-505','1A','S',1,'1','100.00%','6','16.67%',0),('Unlawful To Own Animal Which Bites People','LO','3-505','4A','S',1,'1','100.00%','6','16.67%',0),('Shelters To Be Provided For Dog Or Cat','LO','3-505','5A','S',2,'2','100.00%','6','33.33%',0),('Unlawful To Permit Dog Or Cat To Run At Large','LO','3-505','7a','S',2,'2','100.00%','6','33.33%',0),('Unlawful For Owner To Abandon Animal','LO','3-509','3C','S',2,'2','100.00%','2','100.00%',0),('Pets Running At Large','LO','Mar-96','2-102','S',1,'1','100.00%','2','50.00%',0),('Discharge Of Firearms Prohibited','LO','Mar-96','201','S',1,'1','100.00%','2','50.00%',0),('BCDH Failure to have Food Manager','LO','3.1','','S',1,'1','100.00%','1','100.00%',0),('Failure to Repair Lateral Sanitary Sewer (Grade 4)','LO','3.18','','S',1,'1','100.00%','1','100.00%',0),('Loud, Disturbing Unnecessary Noise','LO','3.343','2a','S',2,'2','100.00%','2','100.00%',0),('Solicting W/O A Permit','LO','301','','S',3,'3','100.00%','4','75.00%',0),('NOISY OPERATION OF A MOTER VEHICLE','LO','301','J','S',1,'1','100.00%','4','25.00%',0),('OPEN CONTAINER OF ALCOHOLIC BEVERAGES','LO','3014','65.3','S',2,'2','100.00%','2','100.00%',0),('Lic Req Engage Transient Retail','LO','302','','S',1,'1','100.00%','18','5.56%',0),('Violation Of Boro-Ordinances','LO','302','4','S',2,'2','100.00%','18','11.11%',0),('Possession of Open Containers of Alcoholic Beverages','LO','302','B','S',6,'6','100.00%','18','33.33%',0),('Particular Conduct Prohibited','LO','302','D','S',9,'9','100.00%','18','50.00%',0),('SOUND AMPLIFICATION','LO','303','1','S',12,'12','100.00%','12','100.00%',0),('Noise Disturbances Prohibited','LO','304','','S',4,'4','100.00%','4','100.00%',0),('Confinement Of Dogs','LO','305','1','S',4,'4','100.00%','6','66.67%',0),('Confinement Of Dogs','LO','305','3','S',2,'2','100.00%','6','33.33%',0),('Interior Structure','LO','305.1','','S',20,'20','100.00%','21','95.24%',0),('No Persons allowed in Park from Dusk to Dawn','LO','305.1','A2','S',1,'1','100.00%','21','4.76%',0),('License Required for Solicitors and Canvassers','LO','307','0.01','S',2,'2','100.00%','3','66.67%',0),('PROHIBITED OPEN BURNING','LO','307','307.2.2','S',1,'1','100.00%','3','33.33%',0),('Disorderly Practices','LO','308','1','S',2,'2','100.00%','2','100.00%',0),('Noise Disturbance','LO','3083','70-9','S',2,'2','100.00%','2','100.00%',0),('POSESSION OF WEAPON IN COUNTY PARK','LO','31','B','S',1,'1','100.00%','1','100.00%',0),('Peddling On Private Property Without A License','LO','311','1','S',1,'1','100.00%','1','100.00%',0),('Peddling on Private Property without a License','LO','311.01','','S',1,'1','100.00%','1','100.00%',0),('Curfew Violation','LO','313','2','S',1,'1','100.00%','1','100.00%',0),('Disorderly Gatherings On Private Property','LO','314-3','','S',4,'4','100.00%','4','100.00%',0),('Use Of Firearms Restricted','LO','317','1','S',1,'1','100.00%','1','100.00%',0),('Carrying Of Knives','LO','318','9','S',4,'4','100.00%','4','100.00%',0),('Crossing Police Lines','LO','325','101','S',1,'1','100.00%','1','100.00%',0),('Soliciting Without A Permit/License','LO','329','1','S',4,'4','100.00%','4','100.00%',0),('Loitering Prohibited','LO','33','1','S',1,'1','100.00%','1','100.00%',0),('Possession/Consumption Of Alcohol','LO','33.1','','S',2,'2','100.00%','2','100.00%',0),('Drink Intoxicants On Streets/Sidewalks','LO','331','1','S',1,'1','100.00%','1','100.00%',0),('Peddlers & Solicitors Registration Required','LO','333','2a','S',2,'2','100.00%','2','100.00%',0),('Registration Required-Solicit/Peddle','LO','333.02','A','S',4,'4','100.00%','4','100.00%',0),('Peddlers & Solicitors Registration Required','LO','333.2','A','S',1,'1','100.00%','1','100.00%',0),('Alcoholic Beverages in County Park','LO','337-103','D','S',3,'3','100.00%','3','100.00%',0),('Park Hours Violation','LO','337-104','E','S',5,'5','100.00%','5','100.00%',0),('Deposit of Litter','LO','346','102','S',2,'2','100.00%','2','100.00%',0),('Open Containers on or Near Public Property','LO','35','3','S',2,'2','100.00%','2','100.00%',0),('Defiant Trespassing','LO','35.03','B','S',1,'1','100.00%','1','100.00%',0),('Open Container','LO','36','3','S',7,'7','100.00%','16','43.75%',0),('CONSUMPTION OR POSSESSION IN MOTOR VEHICLE','LO','36','4','S',9,'9','100.00%','16','56.25%',0),('Open Container','LO','36-3','','S',3,'3','100.00%','3','100.00%',0),('Snow & Ice Removal','LO','360','4','S',1,'1','100.00%','1','100.00%',0),('Enumeration Of Unreasonable Noise','LO','363','37-3','S',1,'1','100.00%','1','100.00%',0),('Discharging a firearm within Borough limits','LO','366','1','S',2,'2','100.00%','2','100.00%',0),('Making Load and Unreasonable Sounds','LO','37-2','','S',3,'3','100.00%','3','100.00%',0),('Squealing Tires','LO','37-3','D','S',1,'1','100.00%','1','100.00%',0),('DISORDERLY PREMISES','LO','374','2','S',1,'1','100.00%','1','100.00%',0),('Noise Disturbance','LO','376','3c1','S',1,'1','100.00%','15','6.67%',0),('Noise Control/Peace Nuisance','LO','376','3c1d','S',14,'14','100.00%','15','93.33%',0),('NOISE','LO','376.3','C','S',3,'3','100.00%','3','100.00%',0),('Second Hand Goods/Dealers License Required','LO','379','1a','S',1,'1','100.00%','1','100.00%',0),('Alcoholic Beverages','LO','38','2','S',2,'2','100.00%','4','50.00%',0),('Disorderly Conduct','LO','38','3','S',2,'2','100.00%','4','50.00%',0),('Conduct Prohibited','LO','384','5A','S',1,'1','100.00%','2','50.00%',0),('Drug Paraphernalia','LO','384','Xii-2','S',1,'1','100.00%','2','50.00%',0),('Noise','LO','387-104','A-1','S',11,'11','100.00%','21','52.38%',0),('Prohibited Acts - Loud Music','LO','387-104','A-2','S',10,'10','100.00%','21','47.62%',0),('Operating Bicycle In Prohibited Area','LO','39','3','S',2,'2','100.00%','3','66.67%',0),('Skateboard Use Prohibited','LO','39','4','S',1,'1','100.00%','3','33.33%',0),('Borough # 390 Health Nuisance','LO','390','22','S',1,'1','100.00%','2','50.00%',0),('Violation of Pharmacy Act','LO','390','8(13)','S',1,'1','100.00%','2','50.00%',0),('Prohibit Discharge Of Firearms,bb Guns,projectiles','LO','395','1','S',1,'1','100.00%','2','50.00%',0),('Prohibit Use Of Firearms, Sling Shots, Bows Etc','LO','395','6-201','S',1,'1','100.00%','2','50.00%',0),('Parks and Recreation','LO','396','304J','S',3,'3','100.00%','3','100.00%',0),('Restrictions On Use Of Mobile Telephones','LO','3A','2010','S',1,'1','100.00%','1','100.00%',0),('Community Park','LO','4','1','S',1,'1','100.00%','2','50.00%',0),('DISORDERLY CONDUCT/MAKES UNREASONABLE NOISE','LO','2-Apr','A2','S',2,'2','100.00%','2','100.00%',0),('Transient Retail Business- License Required','LO','Apr-92','102','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct/Engages In Fighting Etc','LO','4.02','A1','S',31,'31','100.00%','50','62.00%',0),('Disorderly Conduct/Makes Unreasonable Noise','LO','4.02','A2','S',8,'8','100.00%','50','16.00%',0),('Disorderly Conduct/Uses Obscene Language Etc','LO','4.02','A3','S',1,'1','100.00%','50','2.00%',0),('Disorderly Conduct/Creates Hazardous Condition Etc','LO','4.02','A4','S',10,'10','100.00%','50','20.00%',0),('Synthetic Drug Prohibition Ordinance','LO','4.04','','S',1,'1','100.00%','1','100.00%',0),('Firearms','LO','401','','S',1,'1','100.00%','1','100.00%',0),('Disorderly Gatherings Ordinance','LO','403','','S',31,'31','100.00%','32','96.88%',0),('Alcoholic Beverages Prohibited','LO','403','1','S',1,'1','100.00%','32','3.13%',0),('Permit requirements and exemptions','LO','403.62','A','S',1,'1','100.00%','1','100.00%',0),('Disorderly Gatherings','LO','404','','S',1,'1','100.00%','3','33.33%',0),('Borough Noise Nuisance Ord','LO','404','2A2','S',1,'1','100.00%','3','33.33%',0),('Noise Disturbance Prohibited','LO','404','A','S',1,'1','100.00%','3','33.33%',0),('Disorderly Gatherings','LO','405','','S',5,'5','100.00%','7','71.43%',0),('Ord Require The Removal, Repair, Alter. Of Build.','LO','405','I-A-C','S',1,'1','100.00%','7','14.29%',0),('Dangerous Buildings Which May Spread Disease','LO','405','IA','S',1,'1','100.00%','7','14.29%',0),('Brown Bag/Open Container','LO','406','A','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','409','','S',2,'2','100.00%','2','100.00%',0),('License required, peddling or soliciting','LO','410','101','S',1,'1','100.00%','12','8.33%',0),('Canvassing & Solicitation','LO','410','203 b1','S',4,'4','100.00%','12','33.33%',0),('Peace Nuisances Discharge Of Firearms Or Explosivs','LO','410','2b','S',1,'1','100.00%','12','8.33%',0),('Loitering','LO','410','2.00E+02','S',1,'1','100.00%','12','8.33%',0),('Indecent Exposure','LO','410','2g','S',1,'1','100.00%','12','8.33%',0),('Begging','LO','410','2h','S',3,'3','100.00%','12','25.00%',0),('Refusing To Obey Police Officers','LO','410','2k','S',1,'1','100.00%','12','8.33%',0),('Peace Nuisance-General Disturbances','LO','410-2','A','S',1,'1','100.00%','5','20.00%',0),('LOITERING','LO','410-2','E2','S',3,'3','100.00%','5','60.00%',0),('Drinking In Public Places - Open Containers','LO','410-2','L1','S',1,'1','100.00%','5','20.00%',0),('PEACE NUISANCES DISCHARGE OF FIREARMS OR EXPLOSIVS','LO','410.2','B','S',1,'1','100.00%','5','20.00%',0),('DRINKING IN PUBLIC PLACES','LO','410.2','L','S',4,'4','100.00%','5','80.00%',0),('Enumeration of unnecessary or excessive noise','LO','42-2','j','S',1,'1','100.00%','2','50.00%',0),('Proving Grounds','LO','42-2','K','S',1,'1','100.00%','2','50.00%',0),('Public Park Regulations','LO','420','195-3C','S',2,'2','100.00%','2','100.00%',0),('Disorderly Conduct','LO','43','1','S',2,'2','100.00%','11','18.18%',0),('Disorderly Conduct','LO','43','F','S',9,'9','100.00%','11','81.82%',0),('Urination in Public - Unlawful Acts','LO','434-1','','S',13,'13','100.00%','13','100.00%',0),('Trash Picking','LO','435','','S',1,'1','100.00%','1','100.00%',0),('REGISTRATION OF CONTRACTORS','LO','438','30-4','S',1,'1','100.00%','2','50.00%',0),('Borough Parking Ord','LO','438','A','S',1,'1','100.00%','2','50.00%',0),('Animal Running At Large','LO','44','4','S',1,'1','100.00%','1','100.00%',0),('Tampering With Boot Prohibited','LO','440-38','','S',3,'3','100.00%','3','100.00%',0),('Offensive Acts','LO','446','6-203','S',2,'2','100.00%','2','100.00%',0),('Boro ordinance 450 alcoholic beverages','LO','450','3','S',1,'1','100.00%','2','50.00%',0),('Borough Ordinance On Alcoholic Beverages','LO','450','60.3','S',1,'1','100.00%','2','50.00%',0),('Viol. Of Pa Rabies Vaccination Act','LO','455','8','S',2,'2','100.00%','3','66.67%',0),('No Rabies Vaccination','LO','455','8a','S',1,'1','100.00%','3','33.33%',0),('Loitering','LO','456-6','402-1','S',1,'1','100.00%','1','100.00%',0),('Unlicensed Dogs','LO','459','201','S',1,'1','100.00%','3','33.33%',0),('Confinement Of Dogs','LO','459','305','S',1,'1','100.00%','3','33.33%',0),('Dangerous Dogs','LO','459','502a','S',1,'1','100.00%','3','33.33%',0),('Dangerous Dogs','LO','459-502','A','S',1,'1','100.00%','1','100.00%',0),('Dog License','LO','459.201','A','S',1,'1','100.00%','1','100.00%',0),('Loud Noises Prohibited','LO','46','1','S',4,'4','100.00%','4','100.00%',0),('Dogs Running At Large','LO','460','','S',1,'1','100.00%','1','100.00%',0),('Remaining in park after dusk','LO','461','1a','S',1,'1','100.00%','1','100.00%',0),('PUBLIC PARKS; RULES AND REGULATIONS','LO','461 XVI','1A','S',1,'1','100.00%','1','100.00%',0),('Public Parks, Rules & Regulations','LO','461.1','a','S',1,'1','100.00%','1','100.00%',0),('Public Parks; Rules And Regulations','LO','461XVI','1a','S',2,'2','100.00%','2','100.00%',0),('Disorderly Conduct/Unnecessary Noise/Fights Etc.','LO','4640','','S',2,'2','100.00%','2','100.00%',0),('Hinder A Policeman In The Performance Of His Duty','LO','479','1','S',1,'1','100.00%','1','100.00%',0),('Discharge Of Firearm Or Weapon Prohibited','LO','48','4','S',1,'1','100.00%','1','100.00%',0),('False Statements','LO','481A','','S',3,'3','100.00%','3','100.00%',0),('Parking In Fire Zone','LO','483-14','B','S',1,'1','100.00%','1','100.00%',0),('OPEN CONTAINER VIOLATION','LO','489','1C','S',2,'2','100.00%','2','100.00%',0),('Firearm Discharge Prohibited','LO','49','1','S',11,'11','100.00%','32','34.38%',0),('Conduct Prohibited','LO','49','72','S',21,'21','100.00%','32','65.63%',0),('POSSESSION, CONSUMPTION IN PUBLIC PLACES','LO','49-1','','S',2,'2','100.00%','2','100.00%',0),('CONSUME ANY ALCOHOLIC BEVERAGE IN PUBLIC PLACE','LO','49-3','B','S',2,'2','100.00%','2','100.00%',0),('Permission Required To Discharge Firearms/Airguns','LO','496','51','S',12,'12','100.00%','12','100.00%',0),('Interference With Duty Officer','LO','497','23','S',7,'7','100.00%','7','100.00%',0),('Soliciting without a Permit','LO','5','1','S',1,'1','100.00%','13','7.69%',0),('Nuisance','LO','5','3','S',2,'2','100.00%','13','15.38%',0),('Permitted/assisted in use of trash truck for waste collection while veh was not registered or author','LO','5','3C','S',2,'2','100.00%','13','15.38%',0),('Discharge Prohibited','LO','5','51-1','S',1,'1','100.00%','13','7.69%',0),('No Person Permitted In Park/Sunset To Sunrise','LO','5','A','S',7,'7','100.00%','13','53.85%',0),('License Required For All City Businesses','LO','5-303','4','S',2,'2','100.00%','2','100.00%',0),('Failure To Obtain Lic Tax For Vendors/Street','LO','5-305','3A','S',1,'1','100.00%','1','100.00%',0),('Violation of the Open Container Ordinance ~','LO','5-89(2)','','S',1,'1','100.00%','1','100.00%',0),('Burning W/In 50 Ft Of Residence','LO','50','2A','S',1,'1','100.00%','1','100.00%',0),('Fires and burns regulated','LO','50-4','','S',1,'1','100.00%','1','100.00%',0),('Consumption Of Alcoholic Beverage On Public Street','LO','5006','2','S',2,'2','100.00%','22','9.09%',0),('OPEN CONTAINER ORD','LO','5006','3','S',20,'20','100.00%','22','90.91%',0),('DISCHARGING A WEAPON','LO','5007','','S',1,'1','100.00%','23','4.35%',0),('Discharge Of Firearms/Fireworks','LO','5007','2','S',22,'22','100.00%','23','95.65%',0),('Discharging Firearm Within City Limits','LO','5007.1','A2','S',9,'9','100.00%','9','100.00%',0),('Disorderly House','LO','5028','','S',59,'59','100.00%','59','100.00%',0),('Obstruction Of Fire Apparatus Access Roads','LO','503','4','S',6,'6','100.00%','7','85.71%',0),('Opened Container of any Alcoholic Beverage within the Borough','LO','503','B','S',1,'1','100.00%','7','14.29%',0),('OBSTRUCTION OF FIRE APPARATUS ACCESS ROADS','LO','503.4','','S',2,'2','100.00%','2','100.00%',0),('Unnecessary Noise By or From a Motor Vehicle','LO','509.03','A','S',1,'1','100.00%','21','4.76%',0),('Unnecessary noise by motor vehicle','LO','509.03','A1','S',20,'20','100.00%','21','95.24%',0),('Unnecessary Noise From Motor Vehicle','LO','509.3','A1','S',1,'1','100.00%','1','100.00%',0),('Public Consumption Of Alcohol Prohibited','LO','51','2','S',1,'1','100.00%','4','25.00%',0),('Alcoholic Beverages -Open Containers','LO','51','3','S',3,'3','100.00%','4','75.00%',0),('ACCESS TO FLOOD CONTROL SYSTEM REGULATED','LO','511','0.07','S',1,'1','100.00%','3','33.33%',0),('Access To Flood Control System Regulated','LO','511','7','S',1,'1','100.00%','3','33.33%',0),('Using Public Ways For Storage Or Repairs','LO','511','8','S',1,'1','100.00%','3','33.33%',0),('Open Container of Alcohol','LO','512','','S',1,'1','100.00%','2','50.00%',0),('Open Containers Of Alcohol','LO','512','203','S',1,'1','100.00%','2','50.00%',0),('Skateboarding on School Property','LO','5120','','S',1,'1','100.00%','1','100.00%',0),('Too Close To Intersection','LO','513','14D','S',2,'2','100.00%','2','100.00%',0),('Disorderly House','LO','518','2.4','S',24,'24','100.00%','27','88.89%',0),('Disorderly House Ordinance','LO','518','3E','S',3,'3','100.00%','27','11.11%',0),('No Parking Zone','LO','521','3.B','S',2,'2','100.00%','4','50.00%',0),('Double Parking','LO','521','3.C','S',1,'1','100.00%','4','25.00%',0),('Unlawful Collection of Refuse of any Nature in the Borough','LO','521','3A','S',1,'1','100.00%','4','25.00%',0),('OPEN CONTAINER OF ALCOHOL','LO','523','','S',2,'2','100.00%','4','50.00%',0),('License Required For Bicycle','LO','523','2','S',2,'2','100.00%','4','50.00%',0),('UNLICENSED BICYCLE','LO','523.02','','S',2,'2','100.00%','2','100.00%',0),('Parks & Recreational Fac Violation','LO','5235','','S',9,'9','100.00%','11','81.82%',0),('PARKS ORDINANCE','LO','5235','3P','S',2,'2','100.00%','11','18.18%',0),('Pedestrians Crossing At Intersections','LO','525','0.03','S',2,'2','100.00%','2','100.00%',0),('No Mobile Phone Or Wireless Devices While Driving','LO','528','.03a','S',3,'3','100.00%','3','100.00%',0),('Prohibited Conduct While Operating a Motor Vehicle','LO','528.03','A','S',3,'3','100.00%','3','100.00%',0),('CRUISING','LO','529','0.03','S',1,'1','100.00%','1','100.00%',0),('Alcohol Prohibited on Public Property','LO','53','1','S',3,'3','100.00%','25','12.00%',0),('ALCOHOLIC BEVERAGES PROHIBITED IN MOTOR VEHICLES','LO','53','2','S',20,'20','100.00%','25','80.00%',0),('OPEN CONTAINER','LO','53','3','S',2,'2','100.00%','25','8.00%',0),('Parking in Prohibited Areas','LO','531.01','','S',1,'1','100.00%','1','100.00%',0),('Prohibited Sidewalk Riding Of Bicycles','LO','533','9','S',1,'1','100.00%','1','100.00%',0),('Prohibited Park Or Sidewalk Riding','LO','533.09','','S',1,'1','100.00%','1','100.00%',0),('Handicap Parking Violation','LO','535','58-12','S',2,'2','100.00%','2','100.00%',0),('Open Container','LO','54','1','S',2,'2','100.00%','3','66.67%',0),('Open Containers In Public Restricted','LO','54','2','S',1,'1','100.00%','3','33.33%',0),('OPEN CONTAINER','LO','54-1','','S',1,'1','100.00%','1','100.00%',0),('No Parking W/I 3ft Of Driveway','LO','541.01','B1','S',1,'1','100.00%','1','100.00%',0),('Loud, Unnecessary or Unusual Noise Prohibited','LO','542','101','S',4,'4','100.00%','4','100.00%',0),('CITY DOG ORDINANCE','LO','5434','','S',1,'1','100.00%','1','100.00%',0),('Pellet Gun Ordinance','LO','55','3','S',1,'1','100.00%','2','50.00%',0),('Open Container','LO','55','43','S',1,'1','100.00%','2','50.00%',0),('Illegal To Operate Sexually Oriented Bus W/O Lic','LO','55-2-A(1)','A','S',4,'4','100.00%','4','100.00%',0),('Transient Retail Business','LO','553','196-5','S',6,'6','100.00%','14','42.86%',0),('Reckless Driving Upon Private Property','LO','553','210-30','S',3,'3','100.00%','14','21.43%',0),('Reckless Driving Upon Private Property','LO','553','210-30a','S',2,'2','100.00%','14','14.29%',0),('Park Rules And Regulations','LO','553','7-Apr','S',1,'1','100.00%','14','7.14%',0),('Animal Noise Disturbance','LO','553','61-6B','S',2,'2','100.00%','14','14.29%',0),('Parks and Recreation/Rules and Regulations','LO','553 132-3','S6','S',1,'1','100.00%','1','100.00%',0),('KEEPING OF CERTAIN ANIMALS PROHIBITED','LO','554-2','1','S',320,'320','100.00%','320','100.00%',0),('WILD OR EXOTIC ANIMALS PROHIBITED','LO','554-3','A','S',320,'320','100.00%','320','100.00%',0),('Curfew - Duties of Parents or Guardian','LO','56','3','S',2,'2','100.00%','5','40.00%',0),('Running At Large Prohibited','LO','56','8','S',1,'1','100.00%','5','20.00%',0),('Peddling W/O Permit','LO','56','A','S',2,'2','100.00%','5','40.00%',0),('Operation of Vehicle on Private property','LO','565','6','S',11,'11','100.00%','11','100.00%',0),('Open Container(Adult)','LO','565-5','','S',1,'1','100.00%','2','50.00%',0),('Alcoholic Beverages (Open Container) Reg. Minors','LO','565-5','2','S',1,'1','100.00%','2','50.00%',0),('SKATEBOARDS RESTRICTED ON STREETS AND SIDEWALKS','LO','566','85','S',1,'1','100.00%','1','100.00%',0),('Burning Of Certain Materials Prohibited','LO','57','1','S',1,'1','100.00%','1','100.00%',0),('No Parking, Standing or Stopping in Traffic Lane','LO','576-403','A1','S',1,'1','100.00%','1','100.00%',0),('Protective Material Required','LO','58','141.2','S',1,'1','100.00%','4','25.00%',0),('Animal Nuisance','LO','58','20','S',2,'2','100.00%','4','50.00%',0),('No person shall engage in peddling or conducting a transient retail business without a license','LO','58','3','S',1,'1','100.00%','4','25.00%',0),('Prohibited Conduct','LO','59','1','S',14,'14','100.00%','14','100.00%',0),('Park Regulations','LO','6','1.02a','S',1,'1','100.00%','186','0.54%',0),('Disorderly Conduct','LO','6','101','S',18,'18','100.00%','186','9.68%',0),('Disorderly Conduct-Engage In Fighting','LO','6','101-1','S',2,'2','100.00%','186','1.08%',0),('Disorderly Conduct Prohibited - Unreasonable Noise','LO','6','101-2','S',2,'2','100.00%','186','1.08%',0),('Disorderly Conduct','LO','6','101-3','S',2,'2','100.00%','186','1.08%',0),('Disorderly Conduct','LO','6','101.1','S',4,'4','100.00%','186','2.15%',0),('CURFEW - UNDER 18 YEARS OF AGE','LO','6','103','S',8,'8','100.00%','186','4.30%',0),('Prohibiting Consumption Of Alcoholic Beverages','LO','6','122','S',6,'6','100.00%','186','3.23%',0),('Littering Prohibited','LO','6','201','S',5,'5','100.00%','186','2.69%',0),('OPEN CONTAINER','LO','6','202','S',17,'17','100.00%','186','9.14%',0),('Discharge Of Firearms Prohibited','LO','6','301','S',1,'1','100.00%','186','0.54%',0),('Discharge Of Firearms','LO','6','301.3','S',2,'2','100.00%','186','1.08%',0),('Disorderly conduct - public place squeal tires','LO','6','301.5','S',2,'2','100.00%','186','1.08%',0),('Disorderly Conduct (Loud Music In Residence)','LO','6','302','S',1,'1','100.00%','186','0.54%',0),('OPEN CONTAINER','LO','6','303','S',11,'11','100.00%','186','5.91%',0),('Firearms Discharge Prohibited','LO','6','308.1','S',1,'1','100.00%','186','0.54%',0),('Discharge Firearm Within City Limits','LO','6','401','S',12,'12','100.00%','186','6.45%',0),('Alcoholic Beverages','LO','6','402','S',5,'5','100.00%','186','2.69%',0),('DISCHARGE OF FIREARMS IN THE CITY','LO','6','403','S',52,'52','100.00%','186','27.96%',0),('Loitering','LO','6','501','S',3,'3','100.00%','186','1.61%',0),('Discharge of firearms prohibited in Wesleyville Borough','LO','6','502','S',2,'2','100.00%','186','1.08%',0),('Sound Reproduction Devices','LO','6','602.2','S',5,'5','100.00%','186','2.69%',0),('Loitering Prohibited','LO','6','604','S',20,'20','100.00%','186','10.75%',0),('Loud Or Unnecessary Noises','LO','6','605','S',1,'1','100.00%','186','0.54%',0),('Human Excretions In Public','LO','6','801','S',3,'3','100.00%','186','1.61%',0),('Restrictions On Public Drinking','LO','1-Jun','102','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','6-101','','S',13,'13','100.00%','14','92.86%',0),('Disorderly Conduct','LO','6-101','C','S',1,'1','100.00%','14','7.14%',0),('Open Alcohol Container On A Public Street','LO','6-122','','S',11,'11','100.00%','11','100.00%',0),('Discharge of Firearms Prohibited','LO','6-201','','S',1,'1','100.00%','2','50.00%',0),('Unlawful Acts - Open Container','LO','6-201','A','S',1,'1','100.00%','2','50.00%',0),('Solicitors/Peddlers To Obtain License','LO','Jun-11','','S',1,'1','100.00%','1','100.00%',0),('Discharge of Firearms','LO','6-302','','S',1,'1','100.00%','2','50.00%',0),('Discharge Of Air Gun','LO','6-302','D','S',1,'1','100.00%','2','50.00%',0),('Disturbing the Peace','LO','6-304','1','S',2,'2','100.00%','2','100.00%',0),('Littering','LO','6-307','1','S',2,'2','100.00%','13','15.38%',0),('Deposit Of Litter Prohibited','LO','6-307','2','S',5,'5','100.00%','13','38.46%',0),('Deposit In Authorized Receptacles','LO','6-307','6','S',1,'1','100.00%','13','7.69%',0),('Dumping Of Litter, Debris And Bulk Items','LO','6-307','9','S',5,'5','100.00%','13','38.46%',0),('LITTERING','LO','6-307.1','','S',4,'4','100.00%','4','100.00%',0),('VOIDING HUMAN EXCRETION','LO','6-313','0.2','S',12,'12','100.00%','63','19.05%',0),('Spitting In Public Place','LO','6-313','1','S',7,'7','100.00%','63','11.11%',0),('Voiding Human Excretion','LO','6-313','2','S',44,'44','100.00%','63','69.84%',0),('VOIDING HUMAN EXCRETION','LO','6-313.2','','S',5,'5','100.00%','5','100.00%',0),('DISCHARGE OF FIREARMS PROHIBITED','LO','6-401','','S',20,'20','100.00%','20','100.00%',0),('Conduct Prohibited - False Reports','LO','6-402','','S',1,'1','100.00%','1','100.00%',0),('DISCHARGE OF FIREARMS','LO','6-403','','S',8,'8','100.00%','27','29.63%',0),('Discharge Of Firearm','LO','6-403','A','S',19,'19','100.00%','27','70.37%',0),('Alcohol in system under 21 years of age','LO','6-411','','S',2,'2','100.00%','2','100.00%',0),('Tampering With City Property','LO','6-412','2','S',2,'2','100.00%','2','100.00%',0),('Loitering, Obstructing Public Places','LO','6-422','1','S',2,'2','100.00%','2','100.00%',0),('Consumption of Alcohol/Open Container Violation','LO','5-Jun','6-502','S',5,'5','100.00%','5','100.00%',0),('False Reports','LO','6-601','','S',3,'3','100.00%','3','100.00%',0),('Canvassing and Solicitation - Permit Requirements','LO','6-803','1','S',2,'2','100.00%','2','100.00%',0),('Curfew Violation','LO','9-Jun','6-901','S',2,'2','100.00%','2','100.00%',0),('Create Hazardous/Physical Offense For No Purpose','LO','6-902','B','S',2,'2','100.00%','11','18.18%',0),('Flees In An Attempt To Evade A Police Officer','LO','6-902','E','S',9,'9','100.00%','11','81.82%',0),('Park Regulations','LO','6.1','1.02','S',2,'2','100.00%','2','100.00%',0),('Firearms Use Restricted','LO','6.2','201','S',4,'4','100.00%','5','80.00%',0),('Possession of Certain Weapons and Devices Prohibited','LO','6.2','202','S',1,'1','100.00%','5','20.00%',0),('Consuming Alc Bev In Public','LO','6.3','302','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct Toward a Police Officer','LO','60','IC','S',2,'2','100.00%','2','100.00%',0),('Liquor Consumption On Streets & Sidewalks','LO','601','8','S',4,'4','100.00%','4','100.00%',0),('UNNECESSARY NOISE','LO','601.04','','S',31,'31','100.00%','31','100.00%',0),('OPEN CONTAINER','LO','601.08','','S',48,'48','100.00%','48','100.00%',0),('Dumping and Debris','LO','601.1','','S',2,'2','100.00%','2','100.00%',0),('Littering And Dumping','LO','601.11','A','S',1,'1','100.00%','1','100.00%',0),('Public Urination/Defecation','LO','601.16','B1a','S',12,'12','100.00%','12','100.00%',0),('Sound Reproduction Devices','LO','602','2','S',2,'2','100.00%','5','40.00%',0),('Conemaugh Township Ordinance','LO','602','6','S',3,'3','100.00%','5','60.00%',0),('Solicitation of Money or Things of Value','LO','602.03','','S',4,'4','100.00%','4','100.00%',0),('Consumption/Possession In Motor Vehicle','LO','604','','S',1,'1','100.00%','1','100.00%',0),('Discharging Firearm/Airgun','LO','607','3','S',3,'3','100.00%','3','100.00%',0),('DISCHARGING FIREARM/AIRGUN','LO','607.03','','S',34,'34','100.00%','34','100.00%',0),('Violation of Sayre Borough Ordinance','LO','61-5','','S',1,'1','100.00%','1','100.00%',0),('Consumption On Public Property','LO','610','1','S',1,'1','100.00%','1','100.00%',0),('Prohibited Acts in Park System','LO','613','11','S',2,'2','100.00%','2','100.00%',0),('Waste not to be thrown in Public Place','LO','62','15','S',2,'2','100.00%','6','33.33%',0),('CONSUMPTION UPON STREETS','LO','62','2','S',2,'2','100.00%','6','33.33%',0),('Disorderly Conduct','LO','62','A','S',2,'2','100.00%','6','33.33%',0),('Solicitation without Permit','LO','62-2','6','S',2,'2','100.00%','2','100.00%',0),('Consumption Or Possession Restricted','LO','62-3','','S',2,'2','100.00%','2','100.00%',0),('Open Container/Consumption/Possession in Motor Vehicle','LO','62-4','','S',2,'2','100.00%','2','100.00%',0),('Ordinance D/C','LO','624','1','S',1,'1','100.00%','1','100.00%',0),('Alcoholic Beverages','LO','63','2','S',2,'2','100.00%','2','100.00%',0),('Discharge Of Firearm, Air Gun Or Bow And Arrow','LO','635','1','S',1,'1','100.00%','1','100.00%',0),('Loitering','LO','636','4c','S',2,'2','100.00%','2','100.00%',0),('Disorderly Conduct','LO','636.01','a','S',9,'9','100.00%','9','100.00%',0),('LOITERING','LO','636.04','C','S',1,'1','100.00%','1','100.00%',0),('Lous & Raucous Noise','LO','636.07','E1A','S',1,'1','100.00%','3','33.33%',0),('Loud And Raucous Noise','LO','636.07','F8','S',2,'2','100.00%','3','66.67%',0),('CONSUMPTION IN PUBLIC PLACES PROHIBITED','LO','64','2','S',1,'1','100.00%','1','100.00%',0),('Prohibited Acts - Disorderly Conduct','LO','65','1','S',54,'54','100.00%','56','96.43%',0),('Noise Disturbance - Specific Prohibitions','LO','65','5A2','S',1,'1','100.00%','56','1.79%',0),('Running At Large','LO','65','6','S',1,'1','100.00%','56','1.79%',0),('Prohibited Acts - Harrassment','LO','65-1','B','S',9,'9','100.00%','9','100.00%',0),('SCATTERING RUBBISH','LO','6501','A1','S',2,'2','100.00%','2','100.00%',0),('POSSESSION OF OPEN CONTAINER','LO','652','303','S',1,'1','100.00%','1','100.00%',0),('Prohibited Noises','LO','652.03','A','S',1,'1','100.00%','2','50.00%',0),('Prohibited Noises','LO','652.03','B5','S',1,'1','100.00%','2','50.00%',0),('Regulations for public park & recreation facilities','LO','653','VIA','S',1,'1','100.00%','1','100.00%',0),('CONSUMPTION IN PUBLIC PLACES','LO','66','1','S',3,'3','100.00%','7','42.86%',0),('Loitering & Prowling','LO','66','13','S',2,'2','100.00%','7','28.57%',0),('Possession Of Open Container','LO','66','2','S',2,'2','100.00%','7','28.57%',0),('LOITERING & PROWLING','LO','66-13','','S',2,'2','100.00%','2','100.00%',0),('Open Containers','LO','66-3','','S',1,'1','100.00%','1','100.00%',0),('Drinking In Vehicle Prohibited','LO','67','3','S',1,'1','100.00%','1','100.00%',0),('OPERATING BICYCLE ON PUBLIC SIDEWALK/GROUNDS','LO','69-2','A','S',1,'1','100.00%','1','100.00%',0),('Pointing and Discharging Firearms and Other Weapons','LO','690','2','S',7,'7','100.00%','17','41.18%',0),('Discharge Firearm W/In City Limits','LO','690','2a','S',9,'9','100.00%','17','52.94%',0),('Discharge Of Fireworks In Township Prohibited','LO','690','3a','S',1,'1','100.00%','17','5.88%',0),('POINTING/DISCHARGE FIREARMS/OTHER WEAPONS','LO','690.02','A','S',5,'5','100.00%','5','100.00%',0),('No Dumping or Littering','LO','7','1','S',1,'1','100.00%','9','11.11%',0),('Unlawful To Park In Fire Lanes','LO','7','101','S',2,'2','100.00%','9','22.22%',0),('Aggressive Panhandling','LO','7','6.4.01','S',1,'1','100.00%','9','11.11%',0),('Possession Of Drug Paraphernalia','LO','7','702.1','S',3,'3','100.00%','9','33.33%',0),('Unlawful Activity','LO','7','RR5','S',2,'2','100.00%','9','22.22%',0),('Duty to Evacuate','LO','2-Jul','7-205','S',1,'1','100.00%','1','100.00%',0),('Transient Retail Business','LO','Jul-06','1a','S',8,'8','100.00%','8','100.00%',0),('Possession Of Bb, Spring, Air Or Pneumatic Gun','LO','7.3','2.01','S',1,'1','100.00%','1','100.00%',0),('Open Container','LO','7.5','2.02','S',2,'2','100.00%','2','100.00%',0),('Littering','LO','7.6','1.01','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct Towards Law Enforcement Officer','LO','70','3B1','S',4,'4','100.00%','4','100.00%',0),('Failed To Provide Evidence Of Current Dog License','LO','700','0.02','S',1,'1','100.00%','5','20.00%',0),('Failed To Provide Current Rabies Vaccination','LO','700','0.03','S',1,'1','100.00%','5','20.00%',0),('Cruelty To Animals','LO','700','18','S',1,'1','100.00%','5','20.00%',0),('Dog License Failure to provide Evidence of a current Dog License for a dog over the age of 3 months','LO','700','2','S',1,'1','100.00%','5','20.00%',0),('Defendant Failed to provide Evidence of Current Rabies Vaccination.','LO','700','3','S',1,'1','100.00%','5','20.00%',0),('Failed to provide any pet or animal with proper food, drink or protection from the weather and veter','LO','700.18','2','S',1,'1','100.00%','1','100.00%',0),('Maintaining Disorderly House','LO','701','','S',2,'2','100.00%','231','0.87%',0),('Compliance with Police Order','LO','701','0.01','S',18,'18','100.00%','231','7.79%',0),('COMPLIANCE WITH POLICE ORDER','LO','701','1','S',9,'211','4.27%','231','3.90%',0),('Compliance With Police Order','LO','701','1','S',202,'211','95.73%','231','87.45%',0),('COMPLIANCE WITH POLICE ORDER','LO','701.01','','S',2,'2','100.00%','2','100.00%',0),('LOITERING','LO','701.02','E','S',1,'1','100.00%','1','100.00%',0),('Open Container','LO','702','','S',3,'3','100.00%','3','100.00%',0),('LOUD MUSIC','LO','702.05','','S',1,'1','100.00%','1','100.00%',0),('Possession Of Alcohol Upon Streets','LO','703','','S',2,'2','100.00%','14','14.29%',0),('Loitering','LO','703','0.04','S',2,'2','100.00%','14','14.29%',0),('UNNECESSARY NOISES DECLARED A NUISANCE','LO','703','0.06','S',1,'1','100.00%','14','7.14%',0),('CITY NOISE ORDINANCE','LO','703','6','S',1,'2','50.00%','14','7.14%',0),('Disorderly Conduct','LO','703','1','S',1,'1','100.00%','14','7.14%',0),('Open Container Prima-Facie Evidence Of Consumption','LO','703','3','S',2,'2','100.00%','14','14.29%',0),('Loitering/Obstructing Public Places','LO','703','4','S',3,'3','100.00%','14','21.43%',0),('City Noise Ordinance','LO','703','6','S',1,'2','50.00%','14','7.14%',0),('Panhandling','LO','703','9.4c','S',1,'1','100.00%','14','7.14%',0),('LOITERING','LO','703.04','','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','705','1','S',8,'8','100.00%','59','13.56%',0),('Disorderly Conduct - Loud Unreason Noise','LO','705','1a','S',4,'4','100.00%','59','6.78%',0),('Disorderly Conduct -Fight,loitering,vagrant','LO','705','1f','S',1,'1','100.00%','59','1.69%',0),('Disorderly Conduct - Loud Music','LO','705','1k','S',1,'1','100.00%','59','1.69%',0),('Disorderly Conduct','LO','705','2','S',6,'6','100.00%','59','10.17%',0),('Disorderly Conduct Towards Police','LO','705','25','S',10,'10','100.00%','59','16.95%',0),('Disorderly Conduct Towards Police','LO','705','25a','S',1,'1','100.00%','59','1.69%',0),('Disorderly Conduct-Striking Officer','LO','705','25b','S',3,'3','100.00%','59','5.08%',0),('Disorderly Conduct-Resist Police','LO','705','25c','S',9,'9','100.00%','59','15.25%',0),('Disorderly Conduct-Public Inconvience & Annoyance.','LO','705','2b','S',3,'3','100.00%','59','5.08%',0),('Disorderly Conduct/Congregates With Others','LO','705','2c','S',1,'1','100.00%','59','1.69%',0),('Disorderly Conduct/Loitering','LO','705','2m','S',1,'1','100.00%','59','1.69%',0),('Loud Music','LO','705','2n','S',1,'1','100.00%','59','1.69%',0),('Disorderly House','LO','705','4','S',4,'4','100.00%','59','6.78%',0),('Loud Radio; Hours Restricted Etc.','LO','705','5','S',1,'1','100.00%','59','1.69%',0),('No person shall drive or cause to be driven any ground transportation vehicle upon the premises of t','LO','705','69A','S',1,'1','100.00%','59','1.69%',0),('ACTS CONSTITUTING DISORDERLY CONDUCT','LO','705','705.02','S',4,'4','100.00%','59','6.78%',0),('DISORDERLY CONDUCT DEFINED','LO','705.01','','S',15,'15','100.00%','31','48.39%',0),('Disorderly Conduct-Disturbing the Peace','LO','705.01','A','S',4,'4','100.00%','31','12.90%',0),('Disorderly Conduct - Intoxicated within City Limits','LO','705.01','E','S',1,'1','100.00%','31','3.23%',0),('Disorderly Conduct - Engage in fighting','LO','705.01','F','S',1,'1','100.00%','31','3.23%',0),('DISORDERLY CONDUCT','LO','705.01','G','S',6,'6','100.00%','31','19.35%',0),('Disorderly Conduct- Loud Music','LO','705.01','K','S',4,'4','100.00%','31','12.90%',0),('Disorderly House (Maintenance)','LO','705.02','','S',6,'6','100.00%','34','17.65%',0),('Loiters/Strolls In Public & Refuses To Move On','LO','705.02','D','S',2,'2','100.00%','34','5.88%',0),('DISORDERLY CONDUCT','LO','705.02','N','S',2,'2','100.00%','34','5.88%',0),('Disorderly Conduct/Loud Music','LO','705.02','N1-4','S',7,'7','100.00%','34','20.59%',0),('Disorderly Conduct - Loud Noise','LO','705.02','N4','S',17,'17','100.00%','34','50.00%',0),('Disorderly conduct towards a police officer','LO','705.025','','S',7,'7','100.00%','16','43.75%',0),('DISORDERLY CONDUCT TOWARDS POLICE','LO','705.025','A','S',5,'5','100.00%','16','31.25%',0),('DISORDERLY CONDUCT-STRIKING OFFICER','LO','705.025','B','S',3,'3','100.00%','16','18.75%',0),('DISORDERLY CONDUCT-RESIST POLICE','LO','705.025','C','S',1,'1','100.00%','16','6.25%',0),('DISORDERLY HOUSE','LO','705.04','','S',2,'2','100.00%','2','100.00%',0),('LOUD RADIO; HOURS RESTRICTED ETC.','LO','705.05','','S',3,'3','100.00%','6','50.00%',0),('LOITERING','LO','705.05','A','S',2,'2','100.00%','6','33.33%',0),('LOITERING','LO','705.05','B','S',1,'1','100.00%','6','16.67%',0),('Disorderly Conduct Towards Police Officer','LO','705.25','C','S',45,'45','100.00%','45','100.00%',0),('DISORDERLY HOUSE','LO','706','0.01','S',6,'6','100.00%','27','22.22%',0),('Presence/Partic In Disorderly House Prohib','LO','706','1','S',17,'17','100.00%','27','62.96%',0),('PRESENCE OR PARTICIPATION IN DISORDERLY HOUSE','LO','706','706.01','S',4,'4','100.00%','27','14.81%',0),('Loitering','LO','709','0.01','S',1,'1','100.00%','6','16.67%',0),('SQUEALING OF TIRES PROHIBITED','LO','709','2','S',1,'3','33.33%','6','16.67%',0),('Defined And Prohibited','LO','709','1','S',2,'2','100.00%','6','33.33%',0),('Squealing Of Tires Prohibited','LO','709','2','S',2,'3','66.67%','6','33.33%',0),('License Required','LO','710','3','S',1,'1','100.00%','9','11.11%',0),('Loud Music','LO','710','3c1b','S',6,'6','100.00%','9','66.67%',0),('Unnecessary Noise From Automobile','LO','710','3c1d','S',2,'2','100.00%','9','22.22%',0),('Prohibited Noise Control','LO','710.03','A','S',1,'1','100.00%','13','7.69%',0),('Sound Amplified Device in Vehicle','LO','710.03','C12E','S',5,'5','100.00%','13','38.46%',0),('Loud Music','LO','710.03','C1B','S',7,'7','100.00%','13','53.85%',0),('SPITTING ON SIDEWALK','LO','711','0.06','S',1,'1','100.00%','34','2.94%',0),('CONSUMPTION ALCOHOL IN PUBLIC','LO','711','0.08','S',1,'1','100.00%','34','2.94%',0),('POSTING HIGH DRUG ACTIVITY AREA','LO','711','1','S',1,'5','20.00%','34','2.94%',0),('VIOLATION OF POSTING HIGH DRUG ACTIVITY AREA','LO','711','2','S',1,'9','11.11%','34','2.94%',0),('LITTERING, THROWING OR DISGARDING RUBBISH','LO','711','4','S',3,'8','37.50%','34','8.82%',0),('Open Container In Public','LO','711','8','S',8,'8','100.00%','34','23.53%',0),('Posting High Drug Activity Area','LO','711','1','S',4,'5','80.00%','34','11.76%',0),('Violation Of Posting On High Drug Activity','LO','711','2','S',8,'9','88.89%','34','23.53%',0),('Sound Amplification Device In Vehicle','LO','711','3','S',1,'1','100.00%','34','2.94%',0),('Littering, Throwing Or Disgarding Rubbish','LO','711','4','S',5,'8','62.50%','34','14.71%',0),('Spitting On Sidewalk','LO','711','6','S',1,'1','100.00%','34','2.94%',0),('NO CARRYING/DISCHARGEING OF FIREARMS/WEAPONS','LO','713','0.01','S',1,'1','100.00%','26','3.85%',0),('No Carrying/Discharging Firearms Of Weapons','LO','713','1','S',7,'7','100.00%','26','26.92%',0),('Liquor Consumption In Public','LO','713','3','S',9,'9','100.00%','26','34.62%',0),('Disorderly House','LO','713','4','S',2,'2','100.00%','26','7.69%',0),('Voiding Of Human Excretion','LO','713','9','S',7,'7','100.00%','26','26.92%',0),('CARRYING OR DISCHARGING FIREARMS','LO','713.01','','S',1,'1','100.00%','111','0.90%',0),('Disorderly Conduct','LO','713.01','A','S',26,'26','100.00%','111','23.42%',0),('Disorderly Conduct','LO','713.01','A1','S',5,'5','100.00%','111','4.50%',0),('Disorderly Conduct','LO','713.01','A2','S',3,'3','100.00%','111','2.70%',0),('Disorderly Conduct','LO','713.01','A4','S',9,'9','100.00%','111','8.11%',0),('DISORDERLY CONDUCT','LO','713.01','A5','S',65,'65','100.00%','111','58.56%',0),('Disorderly Conduct','LO','713.01','B1','S',2,'2','100.00%','111','1.80%',0),('Liquor Consumption in Public Places','LO','713.03','','S',150,'150','100.00%','150','100.00%',0),('Disorderly House','LO','713.04','','S',2,'2','100.00%','2','100.00%',0),('Gambling','LO','713.08','A','S',1,'1','100.00%','1','100.00%',0),('Voiding human excretion','LO','713.09','','S',16,'16','100.00%','16','100.00%',0),('Noises Prohibited','LO','714.02','A','S',1,'1','100.00%','9','11.11%',0),('Appears in a State of Nudity','LO','714.02','A3','S',1,'1','100.00%','9','11.11%',0),('NOISES PROHIBITED','LO','714.02','B','S',2,'2','100.00%','9','22.22%',0),('Noise Prohibited - Radio/Stereo','LO','714.02','B1','S',5,'5','100.00%','9','55.56%',0),('NOISE DISTURBANCE PROHIBITED','LO','714.04','A','S',7,'7','100.00%','22','31.82%',0),('Noise Prohibited','LO','714.04','A,B','S',1,'1','100.00%','22','4.55%',0),('Prohibited Acts Loud Music','LO','714.04','AB1','S',1,'1','100.00%','22','4.55%',0),('Noise Prohibited','LO','714.04','B1','S',7,'7','100.00%','22','31.82%',0),('Noise Disturb Across Prop Line/50 Ft From Device','LO','714.04','B1B','S',4,'4','100.00%','22','18.18%',0),('Noises Prohibited - Dogs Barking','LO','714.04','B6','S',2,'2','100.00%','22','9.09%',0),('DISORDERLY HOUSE','LO','715','0.02','S',1,'1','100.00%','57','1.75%',0),('Disorderly House','LO','715','1','S',22,'22','100.00%','57','38.60%',0),('Disorderly House','LO','715','2','S',29,'29','100.00%','57','50.88%',0),('Disorderly House','LO','715','3','S',5,'5','100.00%','57','8.77%',0),('Disorderly House','LO','715-01','A1','S',2,'2','100.00%','2','100.00%',0),('Unlawful Sale of Alcoholic Beverages','LO','715.02','','S',11,'11','100.00%','11','100.00%',0),('MINORS/CURFEW HOURS','LO','717','1','S',1,'2','50.00%','6','16.67%',0),('LITTERING OR DUMPING ON VACANT LOTS.','LO','717','3','S',1,'2','50.00%','6','16.67%',0),('Unnecessary Noises A Nuisance','LO','717','1','S',1,'2','50.00%','6','16.67%',0),('Dogs At Large','LO','717','3','S',1,'2','50.00%','6','16.67%',0),('Unnecessary Noise','LO','717','A1','S',2,'2','100.00%','6','33.33%',0),('Minor/Curfew Hours','LO','717.01','a','S',1,'1','100.00%','11','9.09%',0),('Unnecessary Noise - A Nuisance','LO','717.01','A1','S',8,'8','100.00%','11','72.73%',0),('Sound reproductive devices','LO','717.01','B2','S',2,'2','100.00%','11','18.18%',0),('Permitting Indecency, Drunk or Peace Disturbance','LO','717.02','','S',4,'4','100.00%','4','100.00%',0),('Removing Dog Excrements','LO','717.1','','S',2,'2','100.00%','2','100.00%',0),('CITY NOISE ORDINANCE','LO','719','.03C1','S',1,'1','100.00%','2','50.00%',0),('Noise Control/Automobile Stereo','LO','719','3c1b','S',1,'1','100.00%','2','50.00%',0),('Vending without a license','LO','719.01','','S',3,'3','100.00%','3','100.00%',0),('NOISE DISTURBANCE','LO','719.03','','S',1,'1','100.00%','3','33.33%',0),('LOUD MUSIC FROM VEHICLE','LO','719.03','C1A','S',1,'1','100.00%','3','33.33%',0),('LOUD CAR RADIO','LO','719.03','C1B','S',1,'1','100.00%','3','33.33%',0),('Fire restrictions','LO','72-3','b','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct Prohibited','LO','72-8','1','S',5,'5','100.00%','5','100.00%',0),('Prohibited Behavior','LO','723','2a','S',14,'14','100.00%','14','100.00%',0),('ALCOHOLIC BEVERAGES IN PUBLIC PLACES','LO','723.02','A','S',19,'19','100.00%','19','100.00%',0),('Discharging Firearms Prohibited','LO','725','0.01','S',2,'2','100.00%','112','1.79%',0),('LITTERING','LO','725','0.03','S',6,'6','100.00%','112','5.36%',0),('FIREARMS DISCHARGE PROHIBITED','LO','725','02A','S',1,'1','100.00%','112','0.89%',0),('Firearm Discharge Bb Gun','LO','725','5','S',2,'12','16.67%','112','1.79%',0),('Discharge Firearms Prohibited','LO','725','1','S',10,'10','100.00%','112','8.93%',0),('Firearms Discharge Prohibited','LO','725','2A','S',71,'71','100.00%','112','63.39%',0),('Littering','LO','725','3','S',2,'2','100.00%','112','1.79%',0),('Depositing Litter Onto Private Property','LO','725','4','S',2,'2','100.00%','112','1.79%',0),('Firearms Discharge Prohibited','LO','725','5','S',10,'12','83.33%','112','8.93%',0),('Firearms Discharge Prohibited City Ordinance','LO','725','5b','S',6,'6','100.00%','112','5.36%',0),('Firearm discharge prohibited','LO','725.02','a','S',5,'5','100.00%','5','100.00%',0),('FIREARMS DISCHARGE PROHIBITED','LO','725.05','','S',8,'8','100.00%','75','10.67%',0),('Discharge of Firearms within City Limits','LO','725.05','A1','S',2,'2','100.00%','75','2.67%',0),('FIREARMS DISCHARGE PROHIBITED CITY ORDINANCE','LO','725.05','B','S',65,'65','100.00%','75','86.67%',0),('PROHIBITED NOISES','LO','727','2','S',2,'3','66.67%','3','66.67%',0),('Prohibited Noises','LO','727','2','S',1,'3','33.33%','3','33.33%',0),('Failure To Control','LO','729','0.02','S',1,'1','100.00%','5','20.00%',0),('FAILURE TO CONTROL','LO','729','2','S',2,'4','50.00%','5','40.00%',0),('Owner To Keep Animal Under Restraint','LO','729','2','S',2,'4','50.00%','5','40.00%',0),('Littering on Public or Private Property','LO','729.02','','S',1,'1','100.00%','1','100.00%',0),('Moving Permits Required','LO','73','1','S',1,'1','100.00%','33','3.03%',0),('Loitering - Breach of the peace','LO','73','2A','S',3,'3','100.00%','33','9.09%',0),('Create/Cause Any Annoyance To An Person/persons','LO','73','2b','S',9,'9','100.00%','33','27.27%',0),('NOISE DISTURBANCE','LO','73','3','S',20,'20','100.00%','33','60.61%',0),('NOISE DISTURBANCE','LO','73-3','A1','S',6,'6','100.00%','6','100.00%',0),('Sound Amplifiers','LO','730','0.07','S',1,'1','100.00%','39','2.56%',0),('Loitering','LO','730','4','S',17,'27','62.96%','39','43.59%',0),('Unnecessary Noises Declared A Nuisance','LO','730','6','S',1,'1','100.00%','39','2.56%',0),('Loitering','LO','730','4','S',10,'27','37.04%','39','25.64%',0),('Panhandling','LO','730','9','S',10,'10','100.00%','39','25.64%',0),('LOITERING','LO','730.04','','S',15,'15','100.00%','15','100.00%',0),('Unnecessary Noises Declared a Nuisance','LO','730.06','','S',2,'2','100.00%','2','100.00%',0),('PANHANDLING','LO','730.09','3D','S',4,'4','100.00%','4','100.00%',0),('Unlawful Conduct Of Minor (Curfew)','LO','731','0.03','S',1,'1','100.00%','1','100.00%',0),('Crossing Of Police Lines','LO','732','3','S',1,'1','100.00%','1','100.00%',0),('False Reports to Bureau of Police','LO','732.01','','S',1,'1','100.00%','1','100.00%',0),('Open Containers','LO','733','0.01','S',1,'1','100.00%','26','3.85%',0),('Discharging Firearms In City Limits','LO','733','1','S',1,'25','4.00%','26','3.85%',0),('Discharging A Firearm W/I The City','LO','733','1','S',24,'25','96.00%','26','92.31%',0),('Possession, sale at retail or use prohibited','LO','733.01','','S',25,'25','100.00%','25','100.00%',0),('Open Containers','LO','733.03','','S',2,'2','100.00%','6','33.33%',0),('OPEN CONTAINERS-TRANSPORT','LO','733.03','A','S',4,'4','100.00%','6','66.67%',0),('Carrying or Discharging Firearms','LO','734','0.01','S',1,'1','100.00%','8','12.50%',0),('Noise Ordinance','LO','734','0.04','S',1,'1','100.00%','8','12.50%',0),('Carrying/Discharging Firearms','LO','734','1','S',6,'6','100.00%','8','75.00%',0),('CARRYING/DISCHARGING FIREARMS','LO','734.01','','S',1,'1','100.00%','2','50.00%',0),('No Carrying or Discharging of Firearms','LO','734.01','B','S',1,'1','100.00%','2','50.00%',0),('Drug Paraphernalia','LO','735','1','S',1,'1','100.00%','1','100.00%',0),('Loitering In Aid Drug Offense','LO','737','','S',11,'11','100.00%','65','16.92%',0),('Obstruction Prohibited','LO','737','1','S',6,'21','28.57%','65','9.23%',0),('Obstruction Prohibited','LO','737','1','S',15,'21','71.43%','65','23.08%',0),('Loitering In Aid Of Drug Offense','LO','737','2b','S',17,'17','100.00%','65','26.15%',0),('Loitering In Aid Of Drug Offenses','LO','737','B','S',16,'16','100.00%','65','24.62%',0),('loitering in aid of drug abuse offense','LO','737.02','','S',2,'2','100.00%','20','10.00%',0),('LOITERING IN AID OF DRUG OFFENSE','LO','737.02','B','S',18,'18','100.00%','20','90.00%',0),('Creating A Disturbance At Any Time','LO','737.04','','S',1,'1','100.00%','1','100.00%',0),('Curfew Violation-Unlawful Conduct Of Minor','LO','738','3','S',2,'2','100.00%','2','100.00%',0),('Cell Phone Use Prohibited','LO','739','2','S',3,'3','100.00%','3','100.00%',0),('Spitting On Sidewalk','LO','741','0.06','S',1,'1','100.00%','35','2.86%',0),('CONSUMPTION OF ALCOHOL ON STREETS AND SIDEWALKS','LO','741','0.08','S',2,'2','100.00%','35','5.71%',0),('AIR GUNS AND SPRING GUNS','LO','741','1','S',4,'6','66.67%','35','11.43%',0),('DISCHARGING FIREARMS','LO','741','2','S',2,'9','22.22%','35','5.71%',0),('Firearms Discharge Prohibited','LO','741','1','S',2,'6','33.33%','35','5.71%',0),('Trans, Possession Or Consumption In Public Place','LO','741','1a','S',3,'3','100.00%','35','8.57%',0),('Transportation, Possession Or Consumption - Public','LO','741','1b','S',1,'1','100.00%','35','2.86%',0),('Discharge Of Firearms Within City Limits','LO','741','2','S',7,'9','77.78%','35','20.00%',0),('Park Conduct','LO','741','2t','S',1,'1','100.00%','35','2.86%',0),('Consumption Of Alcohol On Streets And Sidewalks','LO','741','8','S',10,'10','100.00%','35','28.57%',0),('Consumption Of Alcohol On Streets/Sidewalks','LO','741','8a','S',2,'2','100.00%','35','5.71%',0),('FIREARMS DISCHARGE PROHIBITED','LO','741.01','','S',1,'1','100.00%','15','6.67%',0),('TRANSPORTATION, POSSESSION OR CONSUMPTION - PUBLIC','LO','741.01','A','S',14,'14','100.00%','15','93.33%',0),('Prohibited Conduct','LO','741.02','','S',2,'2','100.00%','5','40.00%',0),('Be On Park Premiese Before 6 Am Or After 10 Pm','LO','741.02','P','S',2,'2','100.00%','5','40.00%',0),('PARK CONDUCT','LO','741.02','T','S',1,'1','100.00%','5','20.00%',0),('Drug Related Loitering','LO','743.02','','S',1,'1','100.00%','1','100.00%',0),('Use of Firearms Restricted','LO','744','5-101','S',2,'2','100.00%','2','100.00%',0),('Possession, Manufacture And Sale Of Drug Para Proh','LO','745','2','S',2,'2','100.00%','2','100.00%',0),('Possession of Drug Paraphanalia','LO','745.02','','S',9,'9','100.00%','14','64.29%',0),('Possession, Manufacture and Sale of Drug Paraphernalia Prohibited','LO','745.02','A','S',5,'5','100.00%','14','35.71%',0),('Open Container Possession Or Consumption','LO','747','1','S',3,'3','100.00%','3','100.00%',0),('OPEN CONTAINER POSSESSION OR CONSUMPTION','LO','747.01','A','S',1,'1','100.00%','1','100.00%',0),('DISCHARGING FIRMEARMS PROHIBITED','LO','749.02','','S',9,'9','100.00%','9','100.00%',0),('DISCHARGING FIREARMS','LO','749.04','','S',2,'2','100.00%','2','100.00%',0),('Use Restricted Firearms','LO','75','1','S',5,'5','100.00%','10','50.00%',0),('Prohibited Acts (Horns)','LO','75','4','S',2,'2','100.00%','10','20.00%',0),('Prohibited Acts-Yelling & Shouting','LO','75','4.2','S',1,'1','100.00%','10','10.00%',0),('Noise Disturbance Prohibited','LO','75','4a','S',1,'1','100.00%','10','10.00%',0),('Prohibited Acts - Stereos, TV\'s, Etc.','LO','75','4b1','S',1,'1','100.00%','10','10.00%',0),('NOISE DISTURBANCE PROHIBITED','LO','75-4','','S',2,'2','100.00%','2','100.00%',0),('Discharging Firearms within City Limits','LO','750','','S',1,'1','100.00%','3','33.33%',0),('Discharge Any Firearm Within The City Limits','LO','750','1','S',2,'2','100.00%','3','66.67%',0),('Curfew Ordinance','LO','753.04','','S',1,'1','100.00%','1','100.00%',0),('Violation of East Pennsboro Township Ordinance','LO','757','2009','S',2,'2','100.00%','2','100.00%',0),('Control and Prohbition of Synthetic Cannabis and other Synthetic Drugs','LO','757-01','H1','S',1,'1','100.00%','1','100.00%',0),('Loitering To Violate Drug Laws','LO','759.02','A','S',6,'6','100.00%','6','100.00%',0),('Ordinance Pertaining To Animals','LO','76','','S',2,'2','100.00%','2','100.00%',0),('CURFEW CONDITIONS - AGE LIMITS','LO','76-1','A','S',2,'2','100.00%','2','100.00%',0),('Firearms & Weapons: Air Guns/Other Weapons','LO','76-5','','S',1,'1','100.00%','1','100.00%',0),('Park Ordinance','LO','76-6','2','S',1,'1','100.00%','1','100.00%',0),('Parking Violation','LO','763','','S',14,'14','100.00%','14','100.00%',0),('Possession in Public Prohibited','LO','77','3','S',9,'9','100.00%','9','100.00%',0),('Possession Of Illegal Drugs/Alc In/near Park','LO','77-3','9','S',2,'2','100.00%','2','100.00%',0),('Loitering For The Purpose To Buy Or Sell Drugs','LO','775','1','S',3,'3','100.00%','3','100.00%',0),('PARKS AND PLAYGROUNDS','LO','78','1A','S',1,'1','100.00%','3','33.33%',0),('Possession of Uncapped Containers','LO','78','3','S',1,'1','100.00%','3','33.33%',0),('Parking In Designated Fire Lanes Prohibited','LO','78','4','S',1,'1','100.00%','3','33.33%',0),('Parks & Playgrounds','LO','78-1','G','S',1,'1','100.00%','1','100.00%',0),('Permission To Discharge Firearm','LO','78-32','147-1','S',1,'1','100.00%','1','100.00%',0),('Soliciting/Peddling W/o Permit','LO','8','302','S',1,'1','100.00%','3','33.33%',0),('Fires - Drop, Dump, etc. Lighted Matches, Ashes, etc.','LO','8','A3','S',2,'2','100.00%','3','66.67%',0),('Unreasonable Noise','LO','8-1001','','S',1,'1','100.00%','1','100.00%',0),('CURFEW FOR MINORS','LO','8-1011','','S',1,'1','100.00%','1','100.00%',0),('Restrict On Transport & Use Of Alcoh Bev','LO','8-1061','A','S',1,'1','100.00%','1','100.00%',0),('Loitering Prohibited','LO','801','','S',5,'5','100.00%','8','62.50%',0),('PUBLIC URINATION OR DEFICATION','LO','801','A','S',3,'3','100.00%','8','37.50%',0),('Having 5 or more Dogs without 6 Foot Fence around Property','LO','802','B','S',3,'3','100.00%','3','100.00%',0),('Request to Leave','LO','803','','S',1,'1','100.00%','823','0.12%',0),('Licensing and Vaccination Required','LO','803','A','S',822,'822','100.00%','823','99.88%',0),('Possession Af Alcoholic Beverages On Boro Property','LO','804','','S',1,'1','100.00%','1','100.00%',0),('Failure to Inform Animal Control Office/Police Dept of Animal Bite Incident','LO','807','A1','S',2,'2','100.00%','4','50.00%',0),('Quarantine of Animal','LO','807','A2','S',2,'2','100.00%','4','50.00%',0),('Squealing Of Tires Unlawful','LO','81','25','S',4,'4','100.00%','4','100.00%',0),('DISCHARGE OF FIREARMS RESTRICTED','LO','82','1','S',2,'2','100.00%','4','50.00%',0),('Target Requirements','LO','82','6','S',2,'2','100.00%','4','50.00%',0),('Discharge of Firearms Restricted','LO','82-1','G','S',1,'1','100.00%','2','50.00%',0),('Unlawful to discharge firearm in manner allowing projectile to leave property','LO','82-1','I','S',1,'1','100.00%','2','50.00%',0),('ACTIVITIES DESCRIBED; LICENSE REQUIRED','LO','828','1','S',1,'1','100.00%','1','100.00%',0),('Twp Ordinance Bb Gun','LO','838','','S',4,'4','100.00%','4','100.00%',0),('Public Consumption Of Alcohol','LO','84','2','S',4,'4','100.00%','4','100.00%',0),('Regulations of the Use of Parks - Park Hours','LO','85-2','','S',1,'1','100.00%','3','33.33%',0),('Loitering','LO','85-2','2','S',1,'1','100.00%','3','33.33%',0),('Burning Ordinance','LO','85-2','5','S',1,'1','100.00%','3','33.33%',0),('Regulations of the Use of Parks - Prohibited Conduct','LO','85-3','9','S',1,'1','100.00%','1','100.00%',0),('Enumeration Of Unreasonable Noise','LO','858','113-3b','S',1,'1','100.00%','1','100.00%',0),('Enumeration Of Unreasonable Noise','LO','865','113-3d','S',1,'1','100.00%','1','100.00%',0),('Park Rec Area Hours Of Operation','LO','87','1','S',2,'2','100.00%','3','66.67%',0),('Open Container Violation (Alcohol)','LO','87','A2','S',1,'1','100.00%','3','33.33%',0),('DISORDERLY PRACTICES-CREATE HAZ/OFFENS COND','LO','87-2','C','S',28,'28','100.00%','29','96.55%',0),('Disorderly Practices-Alcohol Comsumption','LO','87-2','D','S',1,'1','100.00%','29','3.45%',0),('Solicitation Ord','LO','87-3','1','S',5,'5','100.00%','5','100.00%',0),('Discharge of firearms','LO','879','A','S',1,'1','100.00%','1','100.00%',0),('Open Container','LO','88','0.2','S',7,'7','100.00%','31','22.58%',0),('Disorderly Conduct Unlawful Activities','LO','88','1C','S',3,'3','100.00%','31','9.68%',0),('OPEN CONTAINER','LO','88','2','S',19,'19','100.00%','31','61.29%',0),('Burning Violation','LO','88','2.1','S',1,'1','100.00%','31','3.23%',0),('In Boro Park After Hours','LO','88','A3','S',1,'1','100.00%','31','3.23%',0),('OPEN CONTAINER','LO','88-2','','S',67,'67','100.00%','67','100.00%',0),('POSSESSION IN NONPUBLIC PLACES','LO','88-3','','S',2,'2','100.00%','2','100.00%',0),('POSSESSION OF OPEN CONTAINER IN PUBLIC','LO','88.2','','S',12,'12','100.00%','12','100.00%',0),('PARKS AND PLAYGROUNDS','LO','89','2','S',11,'11','100.00%','11','100.00%',0),('Violation of Noise Ordinance','LO','89-2','J','S',1,'1','100.00%','1','100.00%',0),('Peace and Good Order','LO','89-3','','S',3,'3','100.00%','3','100.00%',0),('Rules/Regulations-At Park After Hours','LO','9-1001','','S',1,'1','100.00%','1','100.00%',0),('Park Rules - Opening and Closing Times','LO','Sep-03','C','S',4,'4','100.00%','4','100.00%',0),('Littering','LO','90','1','S',1,'1','100.00%','4','25.00%',0),('PUBLIC INDECENCY','LO','90','2','S',3,'3','100.00%','4','75.00%',0),('Open Container','LO','90-2','A','S',1,'1','100.00%','12','8.33%',0),('Public Indecency - State of Nudity','LO','90-2','A3','S',2,'2','100.00%','12','16.67%',0),('Public Urination/Defecation','LO','90-2','A5','S',9,'9','100.00%','12','75.00%',0),('Scavenging','LO','90-418','17A','S',2,'2','100.00%','2','100.00%',0),('Disorderly Conduct','LO','90-7','1A','S',77,'77','100.00%','79','97.47%',0),('Loitering - Swissvale Ord.','LO','90-7','1C','S',2,'2','100.00%','79','2.53%',0),('Removal Of Or Tampering With Equipment','LO','901','8','S',1,'1','100.00%','1','100.00%',0),('REMOVAL OF OR TAMPERING WITH EQUIPMENT','LO','901.8','','S',1,'1','100.00%','1','100.00%',0),('Implements Which Impel Pellets','LO','910','602','S',1,'1','100.00%','1','100.00%',0),('Animal Noise - Disturbing The Peace','LO','912','7','S',1,'1','100.00%','1','100.00%',0),('Discharge of Firearms','LO','915','101','S',1,'1','100.00%','1','100.00%',0),('Careless Driving On Private Property','LO','92','36','S',9,'9','100.00%','9','100.00%',0),('Transient Retail Business','LO','92-02','4','S',1,'1','100.00%','1','100.00%',0),('Present In Twp Park After Dark','LO','92-13','104E','S',1,'1','100.00%','1','100.00%',0),('Careless Driving on Private Property','LO','92-36','','S',11,'11','100.00%','39','28.21%',0),('Careless Driving On Private Property','LO','92-36','1','S',28,'28','100.00%','39','71.79%',0),('Discharge Of Firearm','LO','92-5','','S',1,'1','100.00%','1','100.00%',0),('Parks, Playgrounds And Recreation Centers','LO','921','1','S',1,'1','100.00%','1','100.00%',0),('Disorderly Conduct','LO','928','501','S',30,'30','100.00%','30','100.00%',0),('Loud Sound Amplicication Systems','LO','93-8','III','S',16,'16','100.00%','16','100.00%',0),('Unlawful Activities Recycling','LO','933.08','A','S',2,'2','100.00%','2','100.00%',0),('Prohibited Acts - No Person shall maliciously Loiter, Wander, or Prowl in a Public Place','LO','94','2','S',1,'1','100.00%','1','100.00%',0),('In Park After Posted Closing Hours','LO','941','8a','S',2,'2','100.00%','2','100.00%',0),('Behavior In Parks - Alcoholic Beverages','LO','941.06','A','S',2,'2','100.00%','3','66.67%',0),('Parks - Loitering and Boisterousness','LO','941.06','H','S',1,'1','100.00%','3','33.33%',0),('IN PARK AFTER POSTED CLOSING HOURS','LO','941.08','A','S',7,'7','100.00%','7','100.00%',0),('Park Rules and Regulations','LO','943','1A','S',2,'2','100.00%','2','100.00%',0),('OPEN CONTAINERS IN PUBLIC','LO','95','-2','S',3,'3','100.00%','79','3.80%',0),('Camping Violations','LO','95','17b','S',1,'1','100.00%','79','1.27%',0),('Camping - Pets','LO','95','17d','S',2,'2','100.00%','79','2.53%',0),('Operation & Parking Of Motor Driven Veh','LO','95','18b10','S',1,'1','100.00%','79','1.27%',0),('OPEN CONTAINER','LO','95','2','S',57,'57','100.00%','79','72.15%',0),('Resisting A Park Ranger','LO','95','25a','S',1,'1','100.00%','79','1.27%',0),('Alcoholic beverages','LO','95','27a','S',4,'4','100.00%','79','5.06%',0),('Fees and Charges and Permits','LO','95','37A','S',1,'1','100.00%','79','1.27%',0),('Curfew','LO','95','5','S',3,'3','100.00%','79','3.80%',0),('County Park Hours Of Operation Violation','LO','95','5a','S',6,'6','100.00%','79','7.59%',0),('OPEN CONTAINER','LO','95-2','','S',3,'3','100.00%','3','100.00%',0),('CLOSING HOURS','LO','951','0.16','S',3,'3','100.00%','11','27.27%',0),('Driving Vehicle at High Speed through Park','LO','951','5','S',2,'2','100.00%','11','18.18%',0),('Park Regulations/Closing Hours','LO','951','14','S',5,'5','100.00%','11','45.45%',0),('Closing Hours','LO','951','16','S',1,'1','100.00%','11','9.09%',0),('CITY PARK/CLOSING HOURS','LO','951.14','','S',3,'3','100.00%','3','100.00%',0),('Park Regulations/Closing Hours','LO','951.16','','S',1,'1','100.00%','1','100.00%',0),('Possess Or Use Of Guns And Weapons','LO','96','1','S',1,'1','100.00%','1','100.00%',0),('Dogs At Large: Duty To Control','LO','96-6','B','S',1,'1','100.00%','1','100.00%',0),('Solicitation','LO','961','18','S',1,'1','100.00%','1','100.00%',0),('Alcoholic Beverages Prohibited on Hamilton Mall','LO','961.05','','S',1,'1','100.00%','1','100.00%',0),('OPEN CONTAINER','LO','97','52','S',2,'2','100.00%','2','100.00%',0),('Prohibited in park & rec areas-possession of alcohol or controlled substance','LO','97-6','A1','S',1,'1','100.00%','1','100.00%',0),('Consump/Possess Of Open Container/alcoh','LO','97.52','','S',6,'6','100.00%','6','100.00%',0),('Dogs Run At Large','LO','976','2-104','S',1,'1','100.00%','1','100.00%',0),('Possession Or Transport Restricted','LO','98','4','S',3,'3','100.00%','4','75.00%',0),('Scattering Rubbish','LO','98','6','S',1,'1','100.00%','4','25.00%',0),('POSSESSION OF OPEN ALCOHOLIC CONTAINER','LO','98-23','603','S',4,'4','100.00%','4','100.00%',0),('Obj Used For Storing Or Concealing A Cntrld Sub','LO','98-24','10','S',1,'1','100.00%','1','100.00%',0),('Leashing','LO','98-3','3','S',1,'1','100.00%','1','100.00%',0),('Solicitation Without A Permit','LO','99','4','S',1,'1','100.00%','1','100.00%',0),('peace and order (knives)','LO','99-3','b','S',2,'2','100.00%','2','100.00%',0),('Hunting and Firearms - Discharge of Weapons Prohibited','LO','CH 101','101-4','S',2,'2','100.00%','2','100.00%',0),('USE OF FIREARMS RESTRICTED','LO','CH IV','4','S',9,'9','100.00%','9','100.00%',0),('PARK REGULATIONS/PARK HOURS','LO','CH-16 102','','S',1,'1','100.00%','1','100.00%',0),('Tampering with Boot Prohibited','LO','CHAP 10','1102.8','S',2,'2','100.00%','2','100.00%',0),('LOITERING','LO','CHAP.6','604','S',1,'1','100.00%','1','100.00%',0),('TRANSIENT RETAIL BUSINESS','LO','CHP 230','230-2','S',1,'1','100.00%','1','100.00%',0),('Park Ordinance - After Hours','LO','CO','1','S',1,'1','100.00%','1','100.00%',0),('LOITERING PROHIBITED','LO','CO0604','','S',1,'1','100.00%','1','100.00%',0),('HIGH DRUG AREA','LO','CO7110','','S',2,'2','100.00%','2','100.00%',0),('OPEN CONTAINERS','LO','FOC26','','S',2,'2','100.00%','2','100.00%',0),('AIR RIFLES; PELLET GUNS PROHIBITTED','LO','FOC3','','S',1,'1','100.00%','1','100.00%',0),('In Park After Hours','LO','I','','S',2,'2','100.00%','13','15.38%',0),('Shrubs, Flowers Trees And Grass','LO','I','2A','S',1,'1','100.00%','13','7.69%',0),('Disorderly Conduct','LO','I','A','S',9,'9','100.00%','13','69.23%',0),('Littering','LO','I','C','S',1,'1','100.00%','13','7.69%',0),('RST L TRNS & THRU TR ENT TIOGA ST FRM WRN ST E DIR','LO','II','','S',2,'2','100.00%','4','50.00%',0),('Disorderly House','LO','II','119-6','S',1,'1','100.00%','4','25.00%',0),('Disorderly Gatherings','LO','II','4','S',1,'1','100.00%','4','25.00%',0),('Operating Procedures Park Hours','LO','IX','A','S',9,'9','100.00%','9','100.00%',0),('Curfew In Recreation Area','LO','LO201','','S',1,'1','100.00%','1','100.00%',0),('Johnstown City Ordinance Air Rifles','LO','LO690.03','B2','S',1,'1','100.00%','1','100.00%',0),('LOCAL ORDINANCE','LO','LO741','','S',1,'1','100.00%','1','100.00%',0),('Mount Carmel Ordinance Prohibitions','LO','MC3-96','','S',1,'1','100.00%','1','100.00%',0),('Procure For Self/Other Drug By Forgery','LO','PA3908','13II','S',1,'1','100.00%','1','100.00%',0),('Obstructions','LO','T4','419.01','S',2,'2','100.00%','20','10.00%',0),('Driving Off Paved Road Restrictions','LO','T4','473.03B','S',1,'1','100.00%','20','5.00%',0),('No Person Shall Be In Park After Designated Hours','LO','T4','473.07A','S',17,'17','100.00%','20','85.00%',0),('Obstructing Sidewalk/Passageway','LO','T5','541.04A','S',1,'1','100.00%','1','100.00%',0),('FIFTEEN-FOOT BUFFER ZONE','LO','T6','','S',7,'7','100.00%','419','1.67%',0),('DISTRIBUTING HANDBILLS AND SAMPLES RESTRICTIONS','LO','T6','601.02','S',2,'2','100.00%','419','0.48%',0),('Excessive Noise','LO','T6','601.04','S',24,'24','100.00%','419','5.73%',0),('Amplified Noise From Vehicle Or Handheld Device','LO','T6','601.04E.1','S',2,'2','100.00%','419','0.48%',0),('Amplified Noise From Vehicle','LO','T6','6.01E+03','S',1,'1','100.00%','419','0.24%',0),('Charitable Solicitations - Registration Required','LO','T6','601.05A','S',1,'1','100.00%','419','0.24%',0),('Open Container','LO','T6','601.08','S',68,'68','100.00%','419','16.23%',0),('Open Container In Public','LO','T6','601.08A','S',63,'63','100.00%','419','15.04%',0),('Spitting In Public Place Or Conveyance','LO','T6','601.10A','S',7,'7','100.00%','419','1.67%',0),('Littering','LO','T6','601.11A','S',12,'12','100.00%','419','2.86%',0),('Littering And Dumping','LO','T6','601.11A*','S',8,'12','66.67%','419','1.91%',0),('Littering And Dumping','LO','T6','601.11A***','S',1,'12','8.33%','419','0.24%',0),('LITTERING/DUMPING BY VEHICLE','LO','T6','601.11B','S',2,'2','100.00%','419','0.48%',0),('Interference With Official Duties','LO','T6','601.12','S',16,'16','100.00%','419','3.82%',0),('Public Urination And Defication Public Place','LO','T6','601.16b1a','S',36,'36','100.00%','419','8.59%',0),('Public Urination And Defication Private/Public','LO','T6','601.16b1b','S',3,'3','100.00%','419','0.72%',0),('Public Urination And Defication Private Property','LO','T6','601.16b1c','S',2,'2','100.00%','419','0.48%',0),('Public Urination And Defication Cleaning/Removal','LO','T6','601.16b2','S',9,'9','100.00%','419','2.15%',0),('Aggressive Panhandling','LO','T6','602.02B2B','S',11,'11','100.00%','419','2.63%',0),('Aggressive Panhandling In Public Area','LO','T6','602.03A','S',10,'10','100.00%','419','2.39%',0),('Panhandling In 10 Feet Of Atm Or Building Entrance','LO','T6','602.03C','S',1,'1','100.00%','419','0.24%',0),('Panhandling W/I 25ft Of Outside Cafe/dining Est.','LO','T6','602.04A1A','S',2,'2','100.00%','419','0.48%',0),('Panhandling W/I 25ft Of A Line Of People','LO','T6','602.04A1B','S',1,'1','100.00%','419','0.24%',0),('Panhandling W/I 10ft Of Food/street Vendor','LO','T6','602.04A1C','S',1,'1','100.00%','419','0.24%',0),('Panhandling W/I 10ft Of A Bus Stop','LO','T6','602.04A1D','S',2,'2','100.00%','419','0.48%',0),('Panhandling W/I 25ft Of Atm, Entrance, Exit, Etc.','LO','T6','602.04A2','S',6,'6','100.00%','419','1.43%',0),('Panhandling- Interfere With Vehicle/Ped Traffic','LO','T6','602.04B1A','S',22,'22','100.00%','419','5.25%',0),('Panhandling- Cause Evasive Action To Avoid','LO','T6','602.04B1B','S',5,'5','100.00%','419','1.19%',0),('Aggressive Panhandling-Approaching/Speaking To','LO','T6','602.04B2A','S',8,'8','100.00%','419','1.91%',0),('Aggressive Panhandling-Contact W/O Consent','LO','T6','602.04B2B','S',4,'4','100.00%','419','0.95%',0),('Aggressive Panhandling-Violent/Threatening Gesture','LO','T6','602.04B2C','S',4,'4','100.00%','419','0.95%',0),('No Person Shall Discharge Any Firearm Or Air Gun','LO','T6','607.03','S',56,'56','100.00%','419','13.37%',0),('Carrying Of Operable Firearms Prohibited','LO','T6','607.06','S',1,'1','100.00%','419','0.24%',0),('Carrying Facsimiles Of Firearms Prohibited','LO','T6','607.07','S',6,'6','100.00%','419','1.43%',0),('Smoking In Restricted Area','LO','T6','617.04A7','S',1,'1','100.00%','419','0.24%',0),('Defacement','LO','T6','620.03A','S',2,'2','100.00%','419','0.48%',0),('Dog License Required','LO','T6','633.02A','S',2,'2','100.00%','419','0.48%',0),('No Proof Of Rabies Vaccination','LO','T6','633.05','S',2,'2','100.00%','419','0.48%',0),('Dog Running At Large','LO','T6','633.08','S',2,'2','100.00%','419','0.48%',0),('Harboring A Nuisance','LO','T6','633.09B','S',1,'1','100.00%','419','0.24%',0),('Defecating On/Damaging Property Of Others','LO','T6','633.09C','S',2,'2','100.00%','419','0.48%',0),('Number Of Pets In City Limits-First Offense','LO','T6','633.12','S',1,'1','100.00%','419','0.24%',0),('Dangerous Dog Law','LO','T6','633.2','S',2,'2','100.00%','419','0.48%',0),('Failure To Obtain A Vending License','LO','T7','719.01','S',7,'7','100.00%','8','87.50%',0),('Failure To Secure Comm Pk License','LO','T7','763.01','S',1,'1','100.00%','8','12.50%',0),('OPEN CONTAINER','LO','VC','306','S',1,'1','100.00%','1','100.00%',0),('Congregate/Loitering on Park Premises','LO','VII','9-Jan','S',2,'2','100.00%','11','18.18%',0),('PERSONAL CONDUCT - DRUGS/ALCOHOL','LO','VII','B','S',2,'2','100.00%','11','18.18%',0),('PERSONAL CONDUCT, ALCOHOLIC BEVERAGES, AND DRUGS','LO','VII','F','S',1,'1','100.00%','11','9.09%',0),('Bureau of Parks and Recreation - Operating Hours','LO','VII','I-9','S',4,'4','100.00%','11','36.36%',0),('Personal Conduct:no Bottles/Glass Containers Premi','LO','VII','K','S',1,'1','100.00%','11','9.09%',0),('Walk, sit, fish, or trespass on the dams that impound Blue Spruce Park Lake','LO','VII','L','S',1,'1','100.00%','11','9.09%',0),('Migrated Statute','Migration','Migration','','S',195,'#N/A','#N/A','#N/A','#N/A',0);
/*!40000 ALTER TABLE `crimes_w_subsection` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `crimes_wo_subsection`
--
DROP TABLE IF EXISTS `crimes_wo_subsection`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crimes_wo_subsection` (
`Name` varchar(100) DEFAULT NULL,
`Title` varchar(9) DEFAULT NULL,
`Section` varchar(9) DEFAULT NULL,
`Grade` varchar(2) DEFAULT NULL,
`Number` int(6) DEFAULT NULL,
`Total` int(7) DEFAULT NULL,
`Percent` varchar(7) DEFAULT NULL,
`sealing_exclusion` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 if not an exclusion; 1 if definitely an exclusion, 2 if could be an exclusion depending on the subsection',
KEY `Title` (`Title`,`Section`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `crimes_wo_subsection`
--
LOCK TABLES `crimes_wo_subsection` WRITE;
/*!40000 ALTER TABLE `crimes_wo_subsection` DISABLE KEYS */;
INSERT INTO `crimes_wo_subsection` VALUES ('Records to be Kept','10','162.12','M1',1,1,'100.00%',0),('Solicitation Limitation','10','162.13','M1',5,5,'100.00%',0),('Prohibited Acts - Violation Of Act','10','162.15','M1',94,150,'62.67%',0),('Charities/Prohibited Acts','10','162.15','M3',56,150,'37.33%',0),('Penalty Misdemeanor','10','307','M1',2,2,'100.00%',0),('No Compensation To Conduct Game Of Chance','10','320','M1',1,2,'50.00%',0),('License - Org Conducting Games Of Chance','10','320','S',1,2,'50.00%',0),('Rigging Small Games of Chance - Confer Benefit','10','327','M1',3,3,'100.00%',0),('PARK HOURS','1048','16','S',1,1,'100.00%',0),('NOISE WHICH DISTURBS','118','118-1','S',2,2,'100.00%',0),('Disturbing the Peace - Open Cont','1376','2','S',1,1,'100.00%',0),('False statement/falsify retirement system record','16','11678','M',2,2,'100.00%',0),('Violate Act/Rule & Regs Of Dept-2nd Off','16','12027','M',3,4,'75.00%',0),('Violate Act/Rule & Regs Of Dept- 1st Off','16','12027','S',1,4,'25.00%',0),('Disorderly Conduct In/About Ct.House/Jail','16','2329','S',33,33,'100.00%',0),('Disorderly Conduct in and about Courthouse and Jails Prohibited','16','5529','S',4,4,'100.00%',0),('OPEN CONTAINER IN PUBLIC PLACE OR VEHICLE','1652','90-2','S',1,1,'100.00%',0),('Owning Operating Conducting A Chop Shop','18','1.3','F2',1262,1262,'100.00%',0),('Alteration/Destruction Of Vin','18','1.4','F3',731,731,'100.00%',0),('Attempt, Solicitation, Conspir Commit Murder','18','1102','F1',112,118,'94.92%',0),('Attempt, Solicitation, Conspir Commit Murder','18','1102','H1',6,118,'5.08%',0),('Public/Private Mutilating Etc Flag','18','2102','M3',31,31,'100.00%',0),('Maliciously Take Down Etc Flag','18','2103','M2',15,15,'100.00%',0),('Criminal Homicide','18','2501','F1',5111,6849,'74.62%',0),('Criminal Homicide','18','2501','F2',60,6849,'0.88%',0),('Criminal Homicide','18','2501','H1',1458,6849,'21.29%',0),('Criminal Homicide','18','2501','H2',50,6849,'0.73%',0),('Criminal Homicide','18','2501','M1',170,6849,'2.48%',0),('Murder','18','2502','F1',5498,10263,'53.57%',0),('Murder','18','2502','F2',1,10263,'0.01%',0),('Murder','18','2502','H',3,10263,'0.03%',0),('Murder','18','2502','H1',4117,10263,'40.11%',0),('Murder','18','2502','H2',644,10263,'6.27%',0),('Voluntary Mans - Provocation From Ind Killed','18','2503','F1',254,259,'98.07%',0),('Voluntary Mans - Provocation From Ind Killed','18','2503','F2',5,259,'1.93%',0),('Involuntary Manslaughter','18','2504','F2',193,1300,'14.85%',0),('Involuntary Manslaughter','18','2504','M1',1107,1300,'85.15%',0),('Causing Suicide','18','2505','F1',2,15,'13.33%',0),('Aiding Suicide','18','2505','F2',8,15,'53.33%',0),('Causing Suicide','18','2505','M1',1,15,'6.67%',0),('Aiding Suicide','18','2505','M2',4,15,'26.67%',0),('Drug Delivery Resulting In Death','18','2506','F1',171,171,'100.00%',0),('Manslaughter of a Law Enforcement Officer in the Second Degree','18','2507','F2',4,46,'8.70%',0),('Murder of A Law Enforcement Officer of the First Degree','18','2507','H1',42,46,'91.30%',0),('Criminal Homicide Of Unborn Child','18','2603','F1',14,21,'66.67%',0),('Criminal Homicide Of Unborn Child','18','2603','H1',6,21,'28.57%',0),('Criminal Homicide Of Unborn Child','18','2603','H2',1,21,'4.76%',0),('Third Degree Murder Of Unborn Child','18','2604','F1',4,16,'25.00%',0),('First Degree Murder Of Unborn Child','18','2604','H1',11,16,'68.75%',0),('Second Degree Murder Of Unborn Child','18','2604','H2',1,16,'6.25%',0),('Vol.Manslaughter Unborn Child/Mother Provoked','18','2605','F1',3,3,'100.00%',0),('Agg. Assault Of Unborn Child','18','2606','F1',551,551,'100.00%',0),('Simple Assault','18','2701','F1',2,334984,'0.00%',1),('Simple Assault','18','2701','M1',19275,334984,'5.75%',1),('Simple Assault','18','2701','M2',300560,334984,'89.72%',1),('Simple Assault','18','2701','M3',15147,334984,'4.52%',0),('Aggravated Assault','18','2702','F1',80774,139013,'58.11%',0),('Aggravated Assault','18','2702','F2',58229,139013,'41.89%',0),('Aggravated Assault','18','2702','M1',3,139013,'0.00%',0),('Aggravated Assault','18','2702','M2',7,139013,'0.01%',0),('Assault of Law Enforcement Officer','18','2702.1','F1',912,912,'100.00%',0),('Assault By Prisoner','18','2703','F2',1708,1708,'100.00%',0),('Aggravated Harassment By Prisoner','18','2703.1','F3',2901,2901,'100.00%',0),('Assault By Prisoner','18','2704','F',27,32,'84.38%',0),('Assault By Prisoner','18','2704','F1',1,32,'3.13%',0),('Assault By Prisoner','18','2704','H2',4,32,'12.50%',0),('Recklessly Endangering Another Person','18','2705','M2',201632,201633,'100.00%',0),('Recklessly Endangering Another Person','18','2705','S',1,201633,'0.00%',0),('Terroristic Threats W/ Int To Terrorize Another','18','2706','F3',3067,104749,'2.93%',0),('Terroristic Threats W/ Int To Terrorize Another','18','2706','M1',101682,104749,'97.07%',0),('Propel Missile Into Occ Vehicles','18','2707','M1',1184,1772,'66.82%',0),('Propulsion Of Missiles Onto Roadways','18','2707','M2',588,1772,'33.18%',0),('Discharge Of A Firearm Into Occupied Structure','18','2707.1','F3',2218,2218,'100.00%',0),('Paintball Guns - Unlawful Carrying In Vehicle','18','2707.2','S',131,131,'100.00%',0),('Tear Gas Agst Person Inv Lab','18','2708','M1',6,6,'100.00%',0),('Stalking/Intent To Cause Emotional Distress','18','2709','F3',1,232650,'0.00%',0),('Harassment - Comm. Lewd, Threatening, Etc. Language','18','2709','M1',13,232650,'0.01%',0),('Harassment - Follow In Public Place','18','2709','M2',2,232650,'0.00%',0),('Harassment - Subject Other to Physical Contact','18','2709','M3',48798,232650,'20.97%',0),('Harassment/Strike, Shove, Kick, Etc.','18','2709','S',183836,232650,'79.02%',0),('Stalking - Repeatedly Commit Acts To Cause Fear','18','2709.1','F3',1870,17972,'10.41%',0),('Stalking - Repeatedly Commit Acts To Cause Fear','18','2709.1','M1',16099,17972,'89.58%',0),('Stalking - Repeatedly Commit Acts To Cause Fear','18','2709.1','M3',3,17972,'0.02%',0),('Ethnic Intimidation','18','2710','F1',188,1040,'18.08%',0),('Ethnic Intimidation','18','2710','F2',42,1040,'4.04%',0),('Ethnic Intimidation','18','2710','F3',243,1040,'23.37%',0),('Ethnic Intimidation','18','2710','M1',148,1040,'14.23%',0),('Ethnic Intimidation','18','2710','M2',157,1040,'15.10%',0),('Ethnic Intimidation','18','2710','M3',262,1040,'25.19%',0),('Probable Cause/Domestic Violence','18','2711','S',1,1,'100.00%',0),('Assault On Sports Official','18','2712','M1',30,30,'100.00%',0),('Neglect Of Care-Dependent Person','18','2713','F1',176,358,'49.16%',0),('Neglect Of Care-Dependent Person','18','2713','M1',182,358,'50.84%',0),('Unauthorized Admin Of Intoxicant','18','2714','F3',28,28,'100.00%',0),('Bomb Threats - Threatens Plcmnt Of Bomb','18','2715','F2',6,338,'1.78%',0),('Bomb Threats - Threatens Plcmnt Of Bomb','18','2715','F3',174,338,'51.48%',0),('Bomb Threats - Threatens Plcmnt Of Bomb','18','2715','M1',158,338,'46.75%',0),('Weapons of Mass Dest. - Unlawful Poss or Manu','18','2716','F1',72,346,'20.81%',0),('Weapons of Mass Dest. - Unlawful Poss or Manu','18','2716','F2',274,346,'79.19%',0),('Terrorism - Intimidate or Coerce a Civilian Population','18','2717','F1',4,5,'80.00%',0),('Terrorism - Intimidate or Coerce a Civilian Population','18','2717','M1',1,5,'20.00%',0),('Kidnapping For Ransom','18','2901','F1',4366,4366,'100.00%',2),('Unlawful Restraint/ Serious Bodily Injury','18','2902','F2',3925,15719,'24.97%',2),('Unlawful Restraint/ Serious Bodily Injury','18','2902','M1',11794,15719,'75.03%',2),('False Imprisonment','18','2903','F2',2993,10789,'27.74%',2),('False Imprisonment','18','2903','M2',7796,10789,'72.26%',2),('Interference W/Custody Of Children','18','2904','F2',457,1522,'30.03%',1),('Interference W/Custody Of Children','18','2904','F3',862,1522,'56.64%',1),('Interference W/Custody Of Children','18','2904','M2',203,1522,'13.34%',1),('Interfer Custody Committed Person','18','2905','M2',70,70,'100.00%',0),('Coerce/Threat To Commit Crime','18','2906','M1',169,227,'74.45%',0),('Coerce/Threat To Commit Crime','18','2906','M2',58,227,'25.55%',0),('Disposition Of Ransom','18','2907','F3',15,15,'100.00%',0),('Concealment Of Whereabouts Of Child','18','2909','F3',509,509,'100.00%',0),('Lure Child Into Motor Vehicle','18','2910','F2',26,740,'3.51%',1),('Lure Child Into Motor Vehicle','18','2910','M1',714,740,'96.49%',1),('Trafficking of Persons','18','3002','F1',51,65,'78.46%',0),('Trafficking of Persons','18','3002','F2',14,65,'21.54%',0),('Requirement of Voluntary Act','18','301','F3',1,2,'50.00%',0),('Requirement of Voluntary Act','18','301','M1',1,2,'50.00%',0),('Trafficking in Minors','18','3011','F1',3,7,'42.86%',2),('Trafficking in Individuals - Recruit/entice/solicit/etc.','18','3011','F2',4,7,'57.14%',2),('Liable For Conduct Of Other','18','306','F2',7,7,'100.00%',0),('Corp Agent Liable For Omission To Perform Act','18','307','F3',54,2472,'2.18%',0),('Corp Agent Liable For Omission To Perform Act','18','307','M3',2418,2472,'97.82%',0),('Rape Forcible Compulsion','18','3121','F1',26839,26840,'100.00%',1),('Rape Forcible Compulsion','18','3121','F2',1,26840,'0.00%',1),('Statutory Rape','18','3122','F2',350,350,'100.00%',0),('Statutory Sexual Assault: 11 Years Older','18','3122.1','F1',1754,17654,'9.94%',2),('Statutory Sexual Assault','18','3122.1','F2',15900,17654,'90.06%',2),('IDSI Person Unconscious','18','3123','F1',36497,36497,'100.00%',1),('Voluntary Deviate Sexual Intercourse','18','3124','M2',7,7,'100.00%',0),('Sexual Assault','18','3124.1','F2',14561,14584,'99.84%',1),('Sexual Assault','18','3124.1','M1',23,14584,'0.16%',1),('Institutional Sexual Assault','18','3124.2','F3',572,572,'100.00%',2),('Agg. Ind. Assault of Child','18','3125','F1',6654,40939,'16.25%',1),('Agg. Ind. Assault of Child','18','3125','F2',34185,40939,'83.50%',1),('Agg. Ind. Assault W/O Consent','18','3125','M1',100,40939,'0.24%',1),('Indecent Assault Person Less than 13 Years of Age','18','3126','F3',10353,75572,'13.70%',2),('Indecent Assault Person Less than 13 Years of Age','18','3126','M1',24745,75572,'32.74%',2),('Indec Asslt-W/O Cons Of Other','18','3126','M2',40474,75572,'53.56%',2),('Indecent Exposure','18','3127','M1',8072,12634,'63.89%',0),('Indecent Exposure','18','3127','M2',4562,12634,'36.11%',0),('Spousal Sex Assault Forc Comp','18','3128','F2',6,6,'100.00%',0),('Sexual Intercourse With Animal','18','3129','M2',62,62,'100.00%',1),('Conduct Relating to Sex Offenders - Harbors or Attempts to Harbor or Assists','18','3130','F3',48,48,'100.00%',0),('Unlawful Dissemination of Intimate Image','18','3131','M1',4,19,'21.05%',0),('Unlawful Dissemination of Intimate Image','18','3131','M2',15,19,'78.95%',0),('Medical Consultation and Judgment','18','3204','F3',3,3,'100.00%',0),('Informed Consent Abortion','18','3205','M3',228,228,'100.00%',0),('Abortion on Unborn Child of 24 weeks or more','18','3211','F3',41,41,'100.00%',0),('Infanticide','18','3212','F3',3,3,'100.00%',0),('Make False Written Statement','18','3218','M2',1,1,'100.00%',0),('Arson-Inhabited Building Or Struct','18','3301','F1',5265,11229,'46.89%',0),('Arson-Intent Destroy Unoccupied Bldg','18','3301','F2',2796,11229,'24.90%',0),('Reckless Burning or Exploding - places property having value that exceeds $5000 or automobile, place','18','3301','F3',2386,11229,'21.25%',0),('Arson-Cause Death','18','3301','H1',3,11229,'0.03%',0),('Arson-Cause Death','18','3301','H2',3,11229,'0.03%',0),('Failure To Control/Duty','18','3301','M1',293,11229,'2.61%',0),('Reckless Burning or Exploding - places uninhabited or unoccupied structure in danger of damage or de','18','3301','S',483,11229,'4.30%',0),('Causing Catastrophe','18','3302','F1',1205,5300,'22.74%',0),('Causing Catastrophe','18','3302','F2',389,5300,'7.34%',0),('Risking Catastrophe','18','3302','F3',3706,5300,'69.92%',0),('Fail To Prev Catast-Duty','18','3303','M2',306,306,'100.00%',0),('Crim\'l Misch-Tamper W/Property','18','3304','F3',15375,136597,'11.26%',0),('Crim\'l Misch-Tamper W/Property','18','3304','M2',27994,136597,'20.49%',0),('Crim\'l Misch-Tamper W/Property','18','3304','M3',35856,136597,'26.25%',0),('Crim\'l Misch-Tamper W/Property','18','3304','S',57372,136597,'42.00%',0),('Injure/Tamper Fire Apparatus, Property','18','3305','M3',302,302,'100.00%',0),('Unauthor Use Or Open Fire Hydrant','18','3306','S',4,4,'100.00%',0),('Institut\'l Vand\'ism Educ Facil','18','3307','F3',723,4464,'16.20%',0),('Institut\'l Vand\'ism Educ Facil','18','3307','M2',3741,4464,'83.80%',0),('Add\'l Fine For Arson Murder/Arson W/Consld','18','3308','S',1,1,'100.00%',0),('Agricultural Vandalism','18','3309','F3',110,406,'27.09%',0),('Agricultural Vandalism','18','3309','M1',80,406,'19.70%',0),('Agricultural Vandalism','18','3309','M2',80,406,'19.70%',0),('Agricultural Vandalism','18','3309','M3',136,406,'33.50%',0),('Agricultural Crop Destruction','18','3310','F2',49,49,'100.00%',0),('Ecoterrorism - Prevent or Obstruct Individual from Lawfully Using Animal, plant, Natural Resource','18','3311','F1',1,2,'50.00%',0),('Ecoterrorism - Intimidate or Coerce Individual Lawfully Participating in an Activity','18','3311','M1',1,2,'50.00%',0),('Damage Survey Monument to Call Boundary Into Question','18','3312','M2',15,23,'65.22%',0),('Intentionally Damage Survey Monument','18','3312','S',8,23,'34.78%',0),('Illegal dumping of methamphetamine waste','18','3313','F3',115,115,'100.00%',0),('Burglary','18','3502','F1',107109,148574,'72.09%',0),('Burglary','18','3502','F2',41465,148574,'27.91%',0),('Crim Tres-Break Into Structure','18','3503','F2',56655,148389,'38.18%',0),('Crim Tres-Enter Structure','18','3503','F3',41541,148389,'27.99%',0),('Def Tres Actual Communication to Leave School','18','3503','M1',938,148389,'0.63%',0),('Def Tres Posted','18','3503','M2',91,148389,'0.06%',0),('Def Tres Fenced/Enclosed','18','3503','M3',27213,148389,'18.34%',0),('Criminal Trespass/Simple Trespasser','18','3503','S',21951,148389,'14.79%',0),('Damage RR Property, infrastructure, or equipment','18','3504','M3',534,534,'100.00%',0),('Robbery-Take Property Fr Other/Force','18','3701','F1',65552,105052,'62.40%',0),('Robbery-Take Property Fr Other/Force','18','3701','F2',21456,105052,'20.42%',0),('Robbery-Take Property Fr Other/Force','18','3701','F3',18044,105052,'17.18%',0),('Robbery Of Motor Vehicle','18','3702','F1',2708,2708,'100.00%',0),('Consolidation Of Theft Offenses','18','3902','F3',1,1,'100.00%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','F1',404,388041,'0.10%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','F2',25234,388041,'6.50%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','F3',120355,388041,'31.02%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','M1',150362,388041,'38.75%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','M2',50745,388041,'13.08%',0),('Theft By Unlaw Taking-Movable Prop','18','3921','M3',40941,388041,'10.55%',0),('Theft By Decep-False Impression','18','3922','F1',41,146860,'0.03%',0),('Theft By Decep-False Impression','18','3922','F2',3625,146860,'2.47%',0),('Theft By Decep-False Impression','18','3922','F3',55966,146860,'38.11%',0),('Theft By Decep-False Impression','18','3922','M1',51713,146860,'35.21%',0),('Theft By Decep-False Impression','18','3922','M2',22436,146860,'15.28%',0),('Theft By Decep-False Impression','18','3922','M3',13079,146860,'8.91%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','F2',30,911,'3.29%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','F3',419,911,'45.99%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','M1',362,911,'39.74%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','M2',54,911,'5.93%',0),('Theft Extort-Threat To Commit Anothr Crm','18','3923','M3',46,911,'5.05%',0),('Theft Property Lost Etc By Mistake','18','3924','F1',2,6620,'0.03%',0),('Theft Property Lost Etc By Mistake','18','3924','F2',102,6620,'1.54%',0),('Theft Property Lost Etc By Mistake','18','3924','F3',767,6620,'11.59%',0),('Theft Property Lost Etc By Mistake','18','3924','M1',2949,6620,'44.55%',0),('Theft Property Lost Etc By Mistake','18','3924','M2',1440,6620,'21.75%',0),('Theft Property Lost Etc By Mistake','18','3924','M3',1360,6620,'20.54%',0),('Receiving Stolen Property','18','3925','F1',4752,384586,'1.24%',0),('Receiving Stolen Property','18','3925','F2',24951,384586,'6.49%',0),('Receiving Stolen Property','18','3925','F3',119844,384586,'31.16%',0),('Receiving Stolen Property','18','3925','M',2982,384586,'0.78%',0),('Receiving Stolen Property','18','3925','M1',149600,384586,'38.90%',0),('Receiving Stolen Property','18','3925','M2',48131,384586,'12.52%',0),('Receiving Stolen Property','18','3925','M3',34326,384586,'8.93%',0),('Theft Of Services-Acquis Of Service','18','3926','F1',4,8956,'0.04%',0),('Theft Of Services-Acquis Of Service','18','3926','F2',53,8956,'0.59%',0),('Theft Of Services-Acquis Of Service','18','3926','F3',3616,8956,'40.38%',0),('Theft Of Services-Acquis Of Service','18','3926','M1',2434,8956,'27.18%',0),('Theft Of Services-Acquis Of Service','18','3926','M2',1660,8956,'18.54%',0),('Theft Of Services-Acquis Of Service','18','3926','M3',395,8956,'4.41%',0),('Theft Of Services-Acquis Of Service','18','3926','S',794,8956,'8.87%',0),('Theft By Fail To Make Req Disp Funds','18','3927','F2',575,17843,'3.22%',0),('Theft By Fail To Make Req Disp Funds','18','3927','F3',10138,17843,'56.82%',0),('Theft By Fail To Make Req Disp Funds','18','3927','M1',4475,17843,'25.08%',0),('Theft By Fail To Make Req Disp Funds','18','3927','M2',1691,17843,'9.48%',0),('Theft By Fail To Make Req Disp Funds','18','3927','M3',964,17843,'5.40%',0),('Unauth Use Motor/Other Vehicles','18','3928','F2',265,25720,'1.03%',0),('Unauth Use Motor/Other Vehicles','18','3928','M2',25455,25720,'98.97%',0),('Retail Theft-Take Mdse','18','3929','F3',63137,196506,'32.13%',0),('Retail Theft-Take Mdse','18','3929','M1',76465,196506,'38.91%',0),('Retail Theft-Take Mdse','18','3929','M2',31233,196506,'15.89%',0),('Retail Theft-Take Mdse','18','3929','M3',245,196506,'0.12%',0),('Retail Theft-Take Mdse','18','3929','S',25426,196506,'12.94%',0),('Library Theft','18','3929.1','F3',3,85,'3.53%',0),('Library Theft','18','3929.1','M1',62,85,'72.94%',0),('Library Theft','18','3929.1','M2',12,85,'14.12%',0),('Library Theft','18','3929.1','S',8,85,'9.41%',0),('Unlawful Poss. Retail/Library Theft Instruments','18','3929.2','M1',718,718,'100.00%',0),('Organized retail theft','18','3929.3','F2',51,348,'14.66%',0),('Organized retail theft','18','3929.3','F3',247,348,'70.98%',0),('Organized retail theft','18','3929.3','M1',50,348,'14.37%',0),('Entry W/Int Obt/Poss Trade Sect','18','3930','F2',6,10,'60.00%',0),('Convert Trade Secrets','18','3930','F3',4,10,'40.00%',0),('Theft Unpub Drama/Music Comp','18','3931','M2',2,2,'100.00%',0),('Theft Of Leased Property','18','3932','F2',57,4259,'1.34%',0),('Theft Of Leased Property','18','3932','F3',1178,4259,'27.66%',0),('Theft Of Leased Property','18','3932','M1',2352,4259,'55.22%',0),('Theft Of Leased Property','18','3932','M2',383,4259,'8.99%',0),('Theft Of Leased Property','18','3932','M3',289,4259,'6.79%',0),('Unlawful Use Of Computer-Destroy Data','18','3933','F3',100,176,'56.82%',0),('Unlaw Use/Publish Password Comp','18','3933','M1',76,176,'43.18%',0),('Theft From A Motor Vehicle','18','3934','F3',3190,43640,'7.31%',0),('Theft From A Motor Vehicle','18','3934','M1',21939,43640,'50.27%',0),('Theft From A Motor Vehicle','18','3934','M2',8217,43640,'18.83%',0),('Theft From A Motor Vehicle','18','3934','M3',10294,43640,'23.59%',0),('Theft of Secondary Metal','18','3935','F3',4,12,'33.33%',0),('Theft of Secondary Metal','18','3935','M1',2,12,'16.67%',0),('Theft of Secondary Metal','18','3935','M2',6,12,'50.00%',0),('Forgery - Unauthorized Act In Writing','18','4101','F2',72140,151981,'47.47%',0),('Forgery - Unauthorized Act In Writing','18','4101','F3',53329,151981,'35.09%',0),('Forgery - Unauthorized Act In Writing','18','4101','M1',26512,151981,'17.44%',0),('Simulating Objects Of Antiquity/Rarity','18','4102','M1',64,64,'100.00%',0),('Fraudulent Destruction Rec Insur','18','4103','F3',53,53,'100.00%',0),('Tamper Records Or Id-Writing','18','4104','M1',13855,13864,'99.94%',0),('Tamper Records Or Id-Persnal Prop','18','4104','S',9,13864,'0.06%',0),('Bad Checks','18','4105','F3',880,55663,'1.58%',0),('Bad Checks','18','4105','M1',19729,55663,'35.44%',0),('Bad Checks','18','4105','M2',11555,55663,'20.76%',0),('Bad Checks','18','4105','M3',14142,55663,'25.41%',0),('Bad Checks','18','4105','S',9357,55663,'16.81%',0),('Access Device Is Counterfeit, Altered, Incomplete','18','4106','F3',88680,154783,'57.29%',0),('Access Device Is Counterfeit, Altered, Incomplete','18','4106','M1',35269,154783,'22.79%',0),('Access Device Is Counterfeit, Altered, Incomplete','18','4106','M2',13392,154783,'8.65%',0),('Posses Access Device Knowing Counterfeit, Altered','18','4106','M3',17435,154783,'11.26%',0),('Credit Card Used To Obt Or Att Obt Prop/Services','18','4106','S',7,154783,'0.00%',0),('Unlawful Device Making Equipment Produces/Traffics','18','4106.1','F3',1128,2345,'48.10%',0),('Unlawful Device Making Equipment Possession','18','4106.1','M1',1217,2345,'51.90%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','F2',328,5811,'5.64%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','F3',3781,5811,'65.07%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','M1',1515,5811,'26.07%',0),('Dec Bus Pract-Sale/Less Than Quant','18','4107','M2',184,5811,'3.17%',0),('Knowingly Make False Statement in Privacy Policy','18','4107','S',3,5811,'0.05%',0),('Corrupt Disinterested Person','18','4108','M2',118,118,'100.00%',0),('Rig Pub Ex - Temper Amim Thing','18','4109','M1',16,16,'100.00%',0),('Defraud Secured Creditors','18','4110','M2',735,735,'100.00%',0),('Fraud Insolv-Obstruct Claim Of Creditor','18','4111','M2',147,147,'100.00%',0),('Rec Deposits Failing Finan Instit','18','4112','M2',2,2,'100.00%',0),('Misapply Entrusted/Govt/Fin Inst Prop','18','4113','M2',2144,2551,'84.05%',0),('Misapply Entrusted/Govt/Fin Inst Prop','18','4113','M3',407,2551,'15.95%',0),('Secure Execution Docs By Deception','18','4114','M2',8199,8199,'100.00%',0),('False Impreson Privately Employed Person','18','4115','M2',305,305,'100.00%',0),('Unauth Trans Sounds Record Device','18','4116','F2',507,5026,'10.09%',0),('Unauth Trans Sounds Record Device','18','4116','F3',824,5026,'16.39%',0),('Unauth Trans Sounds Record Device','18','4116','M1',3691,5026,'73.44%',0),('Unauth Trans Sounds Record Device','18','4116','M2',4,5026,'0.08%',0),('Unlawful Use Recording Device In Theater','18','4116.1','F3',13,21,'61.90%',0),('Unlawful Use Recording Device In Theater','18','4116.1','M1',8,21,'38.10%',0),('Fraud Document - Insurance Rate Determ','18','4117','F3',12036,12840,'93.74%',0),('Insurance/Intent To Defraud','18','4117','M1',804,12840,'6.26%',0),('Washing Vehicle Titles','18','4118','F3',356,356,'100.00%',0),('Trademark Counterfeiting','18','4119','F2',533,4554,'11.70%',0),('Trademark Counterfeiting','18','4119','F3',3372,4554,'74.04%',0),('Trademark Counterfeiting','18','4119','M1',649,4554,'14.25%',0),('Identity Theft','18','4120','F1',907,69183,'1.31%',0),('Identity Theft','18','4120','F2',11686,69183,'16.89%',0),('Identity Theft','18','4120','F3',34891,69183,'50.43%',0),('Identity Theft','18','4120','M1',21699,69183,'31.36%',0),('Bigamy','18','4301','M2',29,29,'100.00%',0),('Incest','18','4302','F2',5446,5457,'99.80%',2),('Incest','18','4302','M1',11,5457,'0.20%',2),('Conceal Death of Child','18','4303','M1',60,60,'100.00%',0),('Endangering Welfare of Children - Parent/Guardian/Other Commits Offense','18','4304','F3',14822,43475,'34.09%',0),('Endangering Welfare of Children - Parent/Guardian/Other Commits Offense','18','4304','M1',28650,43475,'65.90%',0),('Endangering Welfare Of Children','18','4304','M2',3,43475,'0.01%',0),('Dealing In Infant Children','18','4305','M1',20,20,'100.00%',0),('Murder of the First and Second Degree','18','4701','F',1,402,'0.25%',0),('Bribery - Benefit','18','4701','F3',401,402,'99.75%',0),('Threaten Unlawful Harm To Influence','18','4702','F3',54,84,'64.29%',0),('Threaten Unlawful Harm To Influence','18','4702','M2',30,84,'35.71%',0),('Voluntary and involuntary manslaughter','18','4703','F',7,77,'9.09%',0),('Voluntary and involuntary manslaughter','18','4703','M',1,77,'1.30%',0),('Retaliation For Past Official Action','18','4703','M2',69,77,'89.61%',0),('Robbery With Accomplice or While Armed or by Violence','18','4705','F',1,1,'100.00%',0),('Perjury','18','4902','F3',782,782,'100.00%',0),('False Swearing - Offic Proceed','18','4903','M2',1379,1738,'79.34%',0),('False Swearing','18','4903','M3',359,1738,'20.66%',0),('Unsworn Falsification to Authorities','18','4904','M2',11679,14777,'79.03%',0),('Statement Under Penalty','18','4904','M3',3098,14777,'20.97%',0),('False Alarm To Agency Of Public Safety','18','4905','F3',9,1841,'0.49%',0),('False Alarms to Agency of Public Safety','18','4905','M1',1831,1841,'99.46%',0),('False Alarms to Agency of Public Safety','18','4905','S',1,1841,'0.05%',0),('False Report - Falsely Incriminate Another','18','4906','M1',335,14921,'2.25%',0),('False Report - Falsely Incriminate Another','18','4906','M2',8316,14921,'55.73%',0),('False Report - Falsely Incriminate Another','18','4906','M3',6268,14921,'42.01%',0),('False Report - Falsely Incriminate Another','18','4906','S',2,14921,'0.01%',0),('False Reports of Child Abuse','18','4906.1','M2',14,14,'100.00%',0),('Witness or Informant Taking Bribe','18','4909','F3',39,39,'100.00%',0),('Tamper With/Fabricate Physical Evidence','18','4910','M2',16303,16303,'100.00%',0),('Tamper With Public Record/information','18','4911','F3',12330,15152,'81.38%',0),('Tamper With Public Record/information','18','4911','M2',2822,15152,'18.62%',0),('Impersonating A Public Servant','18','4912','M2',1247,1247,'100.00%',1),('Performs Action in Furtherance of False Pretense','18','4913','M1',227,304,'74.67%',0),('Performs Action in Furtherance of False Pretense','18','4913','M2',77,304,'25.33%',0),('False Identification To Law Enforcement Officer','18','4914','M3',33696,33696,'100.00%',0),('Failure to Comply With Registration of Sexual Offender Requirements','18','4915','F1',1089,6205,'17.55%',0),('Failure to Comply With Registration of Sexual Offender Requirements','18','4915','F2',3056,6205,'49.25%',0),('Failure to Comply With Registration of Sexual Offender Requirements','18','4915','F3',2018,6205,'32.52%',0),('Verify Address or Photographed as Required','18','4915','M1',4,6205,'0.06%',0),('Verify Address or Photographed as Required','18','4915','M2',20,6205,'0.32%',0),('Verify Address or Photographed as Required','18','4915','M3',18,6205,'0.29%',0),('Fail to Provide Accurate Registration Info','18','4915.1','F1',357,1745,'20.46%',0),('Fail to Provide Accurate Registration Info','18','4915.1','F2',1069,1745,'61.26%',0),('Fail to Register with PSP','18','4915.1','F3',294,1745,'16.85%',0),('Fail to Comply with Counseling','18','4915.1','M1',25,1745,'1.43%',0),('Intimidate Witness/Victim - Withhold Testimony','18','4952','F',5,7905,'0.06%',1),('Intim Wit/Vit - Refrain From Report','18','4952','F1',2681,7905,'33.92%',1),('Intim Wit/Vit - Refrain From Report','18','4952','F2',841,7905,'10.64%',1),('Intim Wit/Vit - Refrain From Report','18','4952','F3',2859,7905,'36.17%',1),('Intim Wit/Vit - Refrain From Report','18','4952','M2',1519,7905,'19.22%',1),('Retaliation Against Witness or Victim','18','4953','F3',2239,2707,'82.71%',1),('Retaliation Against Witness or Victim','18','4953','M2',468,2707,'17.29%',1),('Retaliation Against Prosecutor or Judicial Official','18','4953.1','F2',136,149,'91.28%',0),('Retaliation Against Prosecutor or Judicial Official','18','4953.1','M1',13,149,'8.72%',0),('Violation of Protective Order','18','4955','M2',264,264,'100.00%',0),('Knowledge or intends to obstruct child abuse report or investigation','18','4958','F2',9,18,'50.00%',1),('Knowledge or intends to obstruct child abuse report or investigation','18','4958','M2',9,18,'50.00%',1),('Obstruct Admin Law/Other Govt Func','18','5101','M2',7754,7754,'100.00%',0),('Obstruct/Impede Justice-Picketing','18','5102','M2',73,73,'100.00%',0),('Unlaw Listen Deliberations Jury','18','5103','M3',3,3,'100.00%',0),('Resist Arrest/Other Law Enforce','18','5104','M2',58629,58629,'100.00%',0),('Disarming Law Enforcement Officer - Without Lawful Authorization','18','5104.1','F3',895,895,'100.00%',0),('Hinder App/Prosec-Conceal/Destroy Evid','18','5105','F3',2605,6605,'39.44%',0),('Hinder App/Prosec-Conceal/Destroy Evid','18','5105','M2',3994,6605,'60.47%',0),('Hinder Apprehen/Prosec','18','5105','S',6,6605,'0.09%',0),('Fail to Report Injuries By Firearm','18','5106','S',3,3,'100.00%',0),('Aiding Consummation Of Crime','18','5107','F3',157,295,'53.22%',0),('Aiding Consummation Of Crime','18','5107','M2',138,295,'46.78%',0),('Compounding','18','5108','M2',13,13,'100.00%',0),('Barratry-Vex W/Unjust Vexatious Suit','18','5109','M3',6,6,'100.00%',0),('Contempt Of General Assembly','18','5110','M3',2,2,'100.00%',0),('Deal In Proc Unl Act/Intent To Promote','18','5111','F1',14003,14003,'100.00%',0),('Obstructing Emergency Services','18','5112','M3',199,199,'100.00%',0),('Escape','18','5121','F3',6597,13018,'50.68%',0),('Escape','18','5121','M2',6421,13018,'49.32%',0),('Inmate Procure Etc Self W Weapon','18','5122','M1',618,618,'100.00%',0),('Contraband/Controlled Substance','18','5123','F2',7026,7685,'91.42%',0),('Contraband/Non-Controlled Substan','18','5123','M1',655,7685,'8.52%',0),('Provide Money To Inmate Illegally','18','5123','M3',4,7685,'0.05%',0),('Default In Required Appearance','18','5124','F3',186,617,'30.15%',0),('Default In Required Appearance','18','5124','M2',431,617,'69.85%',0),('Witness Absconds','18','5125','M3',62,62,'100.00%',0),('Flight To Avoid Appreh/Trial/Punish','18','5126','F3',3756,7371,'50.96%',0),('Flight To Avoid Appreh/Trial/Punish','18','5126','M2',3613,7371,'49.02%',0),('Flight To Avoid Appreh/Trial/Punish','18','5126','M3',2,7371,'0.03%',0),('Off\'l Oppression-Arrest Search Etc','18','5301','M2',453,453,'100.00%',0),('Riot-Intent To Commit Felony','18','5501','F3',1637,1637,'100.00%',0),('Fail To Disperse Upon Off\'l Order','18','5502','M2',1522,1522,'100.00%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','F1',2,243266,'0.00%',0),('Disorderly Conduct','18','5503','M',3,243266,'0.00%',0),('Disorder Conduct Hazardous/Physi Off','18','5503','M2',13,243266,'0.01%',0),('Disorderly Conduct','18','5503','M3',87082,243266,'35.80%',0),('Disorderly Conduct','18','5503','S',156166,243266,'64.20%',0),('Stalking By Comm/Add Fear Bodily Injury','18','5504','M1',1,240,'0.42%',0),('Harassment','18','5504','M3',236,240,'98.33%',0),('STALKING BY COMMUNICATION OR ADDRESS','18','5504','S',3,240,'1.25%',0),('Public Drunkenness And Similar Misconduct','18','5505','M2',1,57701,'0.00%',0),('Public Drunkenness And Similar Misconduct','18','5505','S',57700,57701,'100.00%',0),('Loitering And Prowling At Night Time','18','5506','M3',20878,20879,'100.00%',0),('Loitering And Prowling At Night Time','18','5506','S',1,20879,'0.00%',0),('Obstruction Highways','18','5507','M3',1040,2218,'46.89%',0),('Obstruction Highways','18','5507','S',1178,2218,'53.11%',0),('Disrupt Meeting','18','5508','M3',27,27,'100.00%',0),('Historic Lots and Burial Places','18','5509','M1',201,800,'25.13%',0),('Intentional Desecration Of Public Monument','18','5509','M2',599,800,'74.88%',0),('Abuse Of Corpse','18','5510','M2',321,321,'100.00%',0),('Cruelty To Animals','18','5511','F3',824,5742,'14.35%',0),('Cruelty To Animals','18','5511','M1',1209,5742,'21.06%',0),('Cruelty To Animals','18','5511','M2',377,5742,'6.57%',0),('Cruelty to Animals','18','5511','M3',952,5742,'16.58%',0),('Cruelty To Animals: Abuse Animals','18','5511','S',2380,5742,'41.45%',0),('Illegal To Torture Police Animal','18','5511.2','F2',1,172,'0.58%',0),('Illegal To Taunt Police Animal','18','5511.2','F3',171,172,'99.42%',0),('Set Up Lottery Or Numbers Game','18','5512','M1',200,200,'100.00%',0),('Gambling Devices','18','5513','M1',1818,1818,'100.00%',0),('Receive Bets Or Wagers','18','5514','M1',771,771,'100.00%',0),('Fac. Weapon of Mass Dest. - Terr/Threat/Har. Ind.','18','5516','F3',37,37,'100.00%',0),('Unauthorized School Bus Entry','18','5517','M3',114,114,'100.00%',0),('Disclose Intercepted Communications','18','5703','F3',1423,1423,'100.00%',0),('Manufacts Device To Intercept Communications','18','5705','F3',102,102,'100.00%',0),('Use/Disclose Existence of Wiretap Order','18','5719','M2',1,1,'100.00%',0),('Unlawfully Access Stored Communications','18','5741','M2',2,2,'100.00%',0),('Install or Use Pen Reg or Trap/Trace Dev','18','5771','M3',2,2,'100.00%',0),('Open Lewdness','18','5901','M3',5355,5355,'100.00%',2),('Prom Pros-Inmate In House Of Prost/Business','18','5902','F3',2250,21666,'10.38%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','M1',6085,21666,'28.09%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','M2',1818,21666,'8.39%',0),('Prom Pros-Inmate In House Of Prost/Business','18','5902','M3',11513,21666,'53.14%',0),('Diss Explicit Sex Mat\'l Minor','18','5903','F2',270,5015,'5.38%',2),('Diss Explicit Sex Mat\'l Minor','18','5903','F3',1837,5015,'36.63%',2),('Sell Obscene/Sexual Materials','18','5903','M1',2908,5015,'57.99%',2),('Title Of Subchapter-Pa.Uniform Firearms Act','18','6101','F3',35,35,'100.00%',0),('Crime Committed W/Firearm','18','6103','M1',289,289,'100.00%',0),('Possession Of Firearm Prohibited','18','6105','F2',36636,42208,'86.80%',0),('Possession Of Firearm Prohibited','18','6105','M1',5561,42208,'13.18%',0),('Former Convict Not To Own Etc Firearm','18','6105','M3',9,42208,'0.02%',0),('Person Not To Possess, Use, Etc. Firearms','18','6105','S',2,42208,'0.00%',0),('Firearms Not To Be Carried W/O License','18','6106','F3',50790,54757,'92.76%',0),('Firearm Not To Be Carried W/O License-No Crim Viol','18','6106','M1',3967,54757,'7.24%',0),('Carrying Loaded Weapon','18','6106.1','S',1449,1449,'100.00%',0),('Carrying Firearm During Emergency','18','6107','M1',14,14,'100.00%',0),('Carry Firearms Public In Phila','18','6108','M1',28916,28916,'100.00%',0),('Licenses/Purpose Of Licenses','18','6109','F3',21,55,'38.18%',0),('Revocation Of Lic To Carry Firearm','18','6109','S',34,55,'61.82%',0),('VUFA DEL TO MINOR-DRUG ADDICT ETC','18','6110','M1',4,5,'80.00%',0),('Del Firearm Person Under 18','18','6110','S',1,5,'20.00%',0),('Possession Of Firearm By Minor','18','6110.1','F3',442,2020,'21.88%',0),('Possession Of Firearm By Minor','18','6110.1','M1',1578,2020,'78.12%',0),('Posses Firearm W/Manufacturer Number Altered, Etc','18','6110.2','F2',4208,4358,'96.56%',0),('Posses Firearm W/ Manufacturer Number Altered, Etc','18','6110.2','M1',150,4358,'3.44%',0),('Deliver Firearm After 48 Hours Elapsed','18','6111','F2',476,8578,'5.55%',0),('Deliver Firearm After 48 Hours Elapsed','18','6111','F3',7105,8578,'82.83%',0),('Firearm Ownership - Duty Of Other Persons','18','6111','M1',3,8578,'0.03%',0),('Deliver Firearm After 48 Hours Elapsed','18','6111','M2',994,8578,'11.59%',0),('Retail Dealer Req\'d To Be Licensed','18','6112','M1',5,5,'100.00%',0),('Sell Firearm W/O Pers Know','18','6113','M1',2,2,'100.00%',0),('Loans On, Or Lending, Giving Firearms Prohibited','18','6115','M1',256,256,'100.00%',0),('Give False Id To Purchase Firearm','18','6116','M1',10,10,'100.00%',0),('Alter/Obliterate Mark Of Identification','18','6117','F2',1470,1470,'100.00%',0),('Use/Posses Prohibited Bullets','18','6121','F3',24,24,'100.00%',0),('Proof Of License','18','6122','M1',8,8,'100.00%',0),('Carrying Explosives On Conveyances','18','6161','M2',10,10,'100.00%',0),('Corruption Of Minors','18','6301','F3',10891,52116,'20.90%',2),('Corruption Of Minors','18','6301','M1',40730,52116,'78.15%',2),('Corruption Of Minors','18','6301','M3',419,52116,'0.80%',2),('Corruption Of Minors','18','6301','S',76,52116,'0.15%',2),('Sell/Lease Weapons/Explosives To Minors','18','6302','M1',4,4,'100.00%',0),('Sell Starter Pistol To Minor','18','6303','M1',2,2,'100.00%',0),('Sell/Transfer Air Rifles-Dealer','18','6304','M3',2,120,'1.67%',0),('Carry/Disch Air Rif Hwy/Pub Land/Pub Plac','18','6304','S',118,120,'98.33%',0),('Sale Of Tobacco','18','6305','S',149,149,'100.00%',0),('Use Of Tobacco In Schools Prohibited','18','6306.1','S',38,38,'100.00%',0),('Misrep Age To Secure Liquor/Malt Bevs','18','6307','M3',5,76,'6.58%',0),('Misrep Age To Secure Liquor/Malt Bevs','18','6307','S',71,76,'93.42%',0),('Purch Etc Alcoh Bev By A Minor','18','6308','S',20796,20796,'100.00%',0),('Represent That Minor Is Of Age','18','6309','M3',45,45,'100.00%',0),('Induce Minor Buy Liquor/Malt Bev','18','6310','M3',248,248,'100.00%',0),('Sell/Furnish Liquor Etc Minor','18','6310.1','M3',11451,11451,'100.00%',0),('Manufacture/Sell False Id','18','6310.2','M2',222,222,'100.00%',0),('Carry False Identification Card (Minor)','18','6310.3','M3',52,577,'9.01%',0),('Carry False Identification Card (Minor)','18','6310.3','S',525,577,'90.99%',0),('Sell/Furn.Non-Alchol Bev.To Person Under 21 Yrs.','18','6310.7','S',18,18,'100.00%',0),('Tattooing Minor','18','6311','M2',13,194,'6.70%',0),('Tattooing Minor','18','6311','M3',181,194,'93.30%',0),('Photograph/Film/Depict on Computer Sex Act - Knowingly Depicts on Computer, Photo, etc','18','6312','F1',11,117441,'0.01%',2),('Child Pornography','18','6312','F2',12747,117441,'10.85%',2),('Child Pornography','18','6312','F3',104677,117441,'89.13%',2),('Sexual Abuse Child / Definition','18','6312','S',6,117441,'0.01%',2),('Sell/Furnish Stimulants To Minors','18','6316','S',2,2,'100.00%',0),('Drug Free School Zone','18','6317','S',8,8,'100.00%',0),('Unlawful Contact With Minor - Sexual Offenses','18','6318','F1',11106,19440,'57.13%',1),('Unlawful Contact With Minor - Sexual Offenses','18','6318','F2',2575,19440,'13.25%',1),('Unlawful Contact With Minor - Sexual Offenses','18','6318','F3',5572,19440,'28.66%',1),('Contact/Comm.W/Minor-Sexual Offenses','18','6318','M1',186,19440,'0.96%',1),('Unlawful Contact/Communication With Minor','18','6318','S',1,19440,'0.01%',1),('Solicitation Of Minors To Traffic Drugs','18','6319','F1',61,166,'36.75%',0),('Solicitation Of Minors To Traffic Drugs','18','6319','F2',105,166,'63.25%',0),('Sexual Exploitation Of Children Offense Defined','18','6320','F2',235,235,'100.00%',1),('Deposit Trash On Street','18','6501','M1',4,3539,'0.11%',0),('Deposit Trash On Street','18','6501','M2',86,3539,'2.43%',0),('Scatter Rubbish Upon Land/Stream Etc','18','6501','M3',84,3539,'2.37%',0),('Scatter Rubbish Upon Land/Stream Etc','18','6501','S',3365,3539,'95.08%',0),('Post Advert On Prop Of Cmwlth/Another','18','6503','S',7,7,'100.00%',0),('Public Nuisance','18','6504','M2',226,226,'100.00%',0),('Improperly Discard Television Set/Tube','18','6505','S',7,7,'100.00%',0),('Wear Insig And Uni Not Entitled To Wear','18','6701','S',5,5,'100.00%',0),('Sell Veterans Flowers W/O Authority','18','6702','S',1,1,'100.00%',0),('Deal Mil Dec W/O Auth','18','6703','M3',2,2,'100.00%',0),('Wear/Use Insignia Of Grand Lodge W/O Auth','18','6704','S',16,16,'100.00%',0),('Unlawfully Use Union Label','18','6709','M3',3,3,'100.00%',0),('Unauthorized Use Of Registered Insignia','18','6710','S',16,16,'100.00%',0),('Retain Mil Prop After Notice Return','18','6711','S',3,3,'100.00%',0),('Illegal Use Of Shopping/Laundry Carts','18','6712','S',71,71,'100.00%',0),('Extend Water Line','18','6901','M3',5,5,'100.00%',0),('Obstruc Of Telep Line In Emerg','18','6902','S',23,23,'100.00%',0),('Interfere With Railroad Employees','18','6904','S',2,2,'100.00%',0),('Nail/Other Hard Subst Utility Pole','18','6905','S',3,3,'100.00%',0),('Obstructing Public Crossings','18','6907','S',2,2,'100.00%',0),('Unauthorized Sale/Transfer Of Tickets','18','6910','M3',9,11,'81.82%',0),('Unauthorized Sale/Transfer Of Tickets','18','6910','S',2,11,'18.18%',0),('Fortune Telling','18','7104','M3',18,18,'100.00%',0),('Smell/Inhale Toxic Releasing Substances','18','7303','M3',1810,1810,'100.00%',0),('Own/Sell/Manuf/Trans Incend Dev','18','7306','M1',66,66,'100.00%',0),('Engage In Debt Pooling','18','7312','M3',2,2,'100.00%',0),('Buying/Exchanging Federal Food Stamps','18','7313','F3',146,405,'36.05%',0),('Buying/Exchanging Federal Food Stamps','18','7313','M1',259,405,'63.95%',0),('Fraudulent Traffic In Food Orders','18','7314','F3',137,329,'41.64%',0),('Fraudulent Traffic In Food Orders','18','7314','M1',192,329,'58.36%',0),('Unauth. Disposition Donated Food','18','7315','S',1,1,'100.00%',0),('Storage Of Alc Bev On Unlic Business Premises','18','7327','S',2,2,'100.00%',0),('Oper. Of Certain Estab.Prohibited W/O Local Option','18','7328','M3',11,11,'100.00%',0),('Unlicensed Mortgage Loan Business','18','7331','F3',1,1,'100.00%',0),('Violate Govt Traffic Rules','18','7505','S',33,33,'100.00%',0),('Violation Of Rules On Comwlth Property','18','7506','S',378,378,'100.00%',0),('Breach Prv Dev Meas Truth','18','7507','M2',20,20,'100.00%',0),('Invasion of Privacy - photograph, view, etc., intimate parts of other person','18','7507.1','M2',3524,3881,'90.80%',1),('Invasion of Privacy - photograph, view, etc., intimate parts of other person','18','7507.1','M3',357,3881,'9.20%',1),('Operation of methamphetamine lab','18','7508.2','F1',19,53,'35.85%',0),('Operation of methamphetamine lab','18','7508.2','F2',34,53,'64.15%',0),('Furnishing Drug Free Urine-Use Or Attempt','18','7509','M3',974,974,'100.00%',0),('Municipal Housing Code Avoidance','18','7510','M1',26,34,'76.47%',0),('Municipal Housing Code Avoidance','18','7510','M2',8,34,'23.53%',0),('Control Of Alarm Devices','18','7511','S',9,9,'100.00%',0),('Criminal Use Of Communication Facility','18','7512','F3',78354,78354,'100.00%',0),('Restriction On Alcoholic Beverages','18','7513','S',48,48,'100.00%',0),('Operating Vehicle Not Equipped W/Ignition Interloc','18','7514','S',13,13,'100.00%',0),('Contingent Compensation - Comp. For Legislation','18','7515','M3',1,1,'100.00%',0),('Unlaw. Use of Computer - Access to Disrupt Funct.','18','7611','F3',10416,10416,'100.00%',0),('Disruption of Service','18','7612','F3',58,58,'100.00%',0),('Computer Theft','18','7613','F3',1601,1601,'100.00%',0),('Unlawful Duplication','18','7614','F2',79,221,'35.75%',0),('Unlawful Duplication','18','7614','F3',142,221,'64.25%',0),('Computer Trespass - Transfer Funds','18','7615','F3',2766,2766,'100.00%',0),('Distrib. Computer Virus - Destroy Performance','18','7616','F3',1,1,'100.00%',0),('Unlaw. Trans. Of Email - Use Comp. Forge/Falsify','18','7661','M1',1,44,'2.27%',0),('Unlaw. Trans. Of Email - Use Comp. Forge/Falsify','18','7661','M3',43,44,'97.73%',0),('Owning, Operating or Conducting a Chop Shop','18','7702','F2',242,242,'100.00%',0),('Alteration or Destruction of Vehicle Identification Number','18','7703','F3',78,78,'100.00%',0),('Disposition of Vehicle or Vehicle Part With Altered Vehicle Identification Number','18','7704','F3',90,90,'100.00%',0),('Criminal Attempt','18','901','F',18,150,'12.00%',0),('Criminal Attempt','18','901','F1',31,150,'20.67%',0),('Criminal Attempt','18','901','F2',15,150,'10.00%',0),('Criminal Attempt','18','901','F3',35,150,'23.33%',0),('Criminal Attempt','18','901','M',17,150,'11.33%',0),('Criminal Attempt','18','901','M1',21,150,'14.00%',0),('Criminal Attempt','18','901','M2',10,150,'6.67%',0),('Criminal Attempt','18','901','M3',3,150,'2.00%',0),('Criminal Solicitation','18','902','F',4,24,'16.67%',0),('Criminal Solicitation','18','902','F1',7,24,'29.17%',0),('Criminal Solicitation','18','902','F2',2,24,'8.33%',0),('Criminal Solicitation','18','902','F3',2,24,'8.33%',0),('Criminal Solicitation','18','902','M',3,24,'12.50%',0),('Criminal Solicitation','18','902','M2',1,24,'4.17%',0),('Criminal Solicitation','18','902','M3',3,24,'12.50%',0),('Criminal Solicitation','18','902','S',2,24,'8.33%',0),('Conspiracy','18','903','F',10720,31730,'33.79%',0),('Conspiracy','18','903','F1',7949,31730,'25.05%',0),('Conspiracy','18','903','F2',3130,31730,'9.86%',0),('Conspiracy','18','903','F3',4305,31730,'13.57%',0),('Conspiracy','18','903','H1',166,31730,'0.52%',0),('Conspiracy','18','903','H2',15,31730,'0.05%',0),('Conspiracy','18','903','M',1595,31730,'5.03%',0),('Conspiracy','18','903','M1',2126,31730,'6.70%',0),('Conspiracy','18','903','M2',1206,31730,'3.80%',0),('Conspiracy','18','903','M3',412,31730,'1.30%',0),('Conspiracy','18','903','S',106,31730,'0.33%',0),('Unlawful Body Armor','18','907','F3',327,101217,'0.32%',0),('Poss Instrument Of Crime W/Int','18','907','M1',100890,101217,'99.68%',0),('Make Repairs/Sell/Etc Offens Weap','18','908','M1',12569,12569,'100.00%',0),('Prohibited Possession','18','908.1','F2',230,828,'27.78%',0),('Prohibited Possession','18','908.1','M1',598,828,'72.22%',0),('Manufacture Etc Motor Veh Mast Key','18','909','M1',144,144,'100.00%',0),('Make Telecom Device For Theft Of Service','18','910','F2',1,5,'20.00%',0),('Make Telecom Device For Theft Of Service','18','910','F3',2,5,'40.00%',0),('Make Telecom Device For Theft Of Service','18','910','M1',2,5,'40.00%',0),('Corrupt Organizations','18','911','F1',6322,6322,'100.00%',0),('Possess Weapon On School Property','18','912','M1',850,850,'100.00%',0),('Poss. Firearm In Ct. Facility For Use In Crime','18','913','M1',3,156,'1.92%',0),('Poss.Of Firearm/Other Dangerous Weapon In Ct.Facil','18','913','M3',144,156,'92.31%',0),('Poss.Of Firearm/Other Dangerous Weapon In Ct.Facil','18','913','S',9,156,'5.77%',0),('LOITERING PROHIBITED','194','6','S',1,1,'100.00%',0),('Licenses/Furnishing Guards','22','13','M3',1,1,'100.00%',0),('Penalty Unlicensed Acts','22','26.1','M3',2,2,'100.00%',0),('Contempt for Failure of Obligor to Appear','23','4344','IC',3,3,'100.00%',0),('Willful Failure to Pay Support Order','23','4354','M3',5,15,'33.33%',0),('Willful Failure to Pay Support Order','23','4354','S',10,15,'66.67%',0),('Arrest For Violation of Order (PFA)','23','6113','IC',114,434,'26.27%',0),('Arrest For Violation of Order (PFA)','23','6113','M3',320,434,'73.73%',0),('Contempt For Violation of Order or Agreement','23','6114','IC',1481,2724,'54.37%',0),('Contempt For Violation of Order or Agreement','23','6114','M3',1243,2724,'45.63%',0),('Person To Report Suspected Child Abuse','23','6311','M3',19,19,'100.00%',0),('Penalties / Failure To Report','23','6319','M3',7,7,'100.00%',0),('School Employee - Administrator Abuser','23','6352','M3',4,4,'100.00%',0),('Provide False Info to Enroll Child in School','24','13-1302','S',2,2,'100.00%',0),('Sworn Statement','24','13-1304-A','M3',2,2,'100.00%',0),('Violation Of Compulsory Attendance Req Parent, Etc','24','13-1333','S',3,3,'100.00%',0),('Hazing','24','5353','M3',5,5,'100.00%',0),('Intentionally Impersonate Another','25','1703','M1',29,29,'100.00%',0),('Interference','25','1710','M2',5,5,'100.00%',0),('Solicitation of Registration','25','1713','M3',4,4,'100.00%',0),('Petition: Affidavit of Circulator','25','2869','M',1,1,'100.00%',0),('Affidavits of Candidates','25','2870','M',1,1,'100.00%',0),('Reporting By Candidates','25','3246','M',6,6,'100.00%',0),('Advertising','25','3258','M',5,5,'100.00%',0),('Perjury/Election Code','25','3502','M1',17,17,'100.00%',0),('Insertion/Alteration Entries In Documents','25','3505','M',1,1,'100.00%',0),('False Signatures/Statements','25','3513','M',156,156,'100.00%',0),('Nomination Petitons','25','3514','M',3,3,'100.00%',0),('Forging And Destroying Ballots','25','3517','M2',2,2,'100.00%',0),('Tampering With Voting Machine','25','3518','M2',3,3,'100.00%',0),('Fraud By Election Officers','25','3525','F3',1,1,'100.00%',0),('Unlawful Voting','25','3533','M1',1,1,'100.00%',0),('Repeat Voting At Elections','25','3535','F3',3,3,'100.00%',0),('Failure To File Expense Account','25','3545','M',2,2,'100.00%',0),('Violations / Absentee Elector','25','3553','F3',14,16,'87.50%',0),('Violations / Absentee Elector','25','3553','M',2,16,'12.50%',0),('Violation of Provisions Relating to Absentee Voting','25','3554','M',1,1,'100.00%',0),('Misrepresent accuracy of test or environmental sample','27','4110','M3',55,55,'100.00%',0),('Operate Waste Trans. Vehicle W/O Permit','27','6204','M3',1,1,'100.00%',0),('PROHIBITING LOITERING','2OF2004','2','S',2,2,'100.00%',0),('DRUG RELATED LOITERING','2OF2004','3','S',2,2,'100.00%',0),('Health Requirements','3','2323','M2',1,1,'100.00%',0),('Dispose Dom. Animal Carcass W/in 48 Hrs','3','2352','M2',25,27,'92.59%',0),('Dispose Dom. Animal Carcass W/in 48 Hrs','3','2352','S',2,27,'7.41%',0),('Sale/Propagation/Transport Noxious','3','255.4','S',4,4,'100.00%',0),('PAN HANDLING','3','3-367','S',2,2,'100.00%',0),('Hindering or Obstruction Officer; Penalties','3','4140','M3',1,1,'100.00%',0),('Fail Have Dog or Cat Vacc AG Rabies','3','455.8','S',1271,1271,'100.00%',0),('Application Dog License/Fees, Penalties','3','459-201','S',609,609,'100.00%',0),('Fail to Keep License Dog','3','459-202','M3',22,24,'91.67%',0),('Fail to Keep License Dog','3','459-202','S',2,24,'8.33%',0),('Fail Lic A Dog Over 3 Months of Age','3','459-205','M3',2,144,'1.39%',0),('Fail Lic A Dog Over 3 Months of Age','3','459-205','S',142,144,'98.61%',0),('Kennels: Applications, Kennels License Classifications and Fees','3','459-206','S',1,1,'100.00%',0),('Unlawful to Operate Kennel W/O License','3','459-207','M3',37,128,'28.91%',0),('Unlawful to Operate Kennel W/O License','3','459-207','S',91,128,'71.09%',0),('Out of State Dealer Transaction Dogs Commonwealth','3','459-209','M3',3,3,'100.00%',0),('Permit State Dog Warden to Inspect the Kennel','3','459-211','M3',146,146,'100.00%',0),('Fail to Keep Dog Quarantined','3','459-301','S',2,2,'100.00%',0),('Unlicensed Dogs','3','459-302','M3',22,22,'100.00%',0),('Confinement of Dogs/Premises','3','459-305','M3',803,1047,'76.70%',0),('Confinement of Dogs/Premises','3','459-305','S',244,1047,'23.30%',0),('Failure to Produce License','3','459-401','S',3,3,'100.00%',0),('Killing Dogs - Licensed Dogs Not Included','3','459-501','S',1,1,'100.00%',0),('Dog Bites/Confine and Isolation','3','459-502','M3',4,30,'13.33%',0),('Dog Bites/Confine and Isolation','3','459-502','S',26,30,'86.67%',0),('Harbor/Determ Dangerous Dog','3','459-502-A','S',120,120,'100.00%',0),('Liability Ins For Dangerous Dog','3','459-503-A','M3',1,1,'100.00%',0),('Control of Dangerous Dogs','3','459-504-A','M2',1,4,'25.00%',0),('Fail To Control Dangerous Dog','3','459-504-A','M3',3,4,'75.00%',0),('Dog Attack Causing Serious Injury or Death','3','459-505-A','M1',43,678,'6.34%',0),('Dogs Not Validly Registered Under Act','3','459-505-A','M2',104,678,'15.34%',0),('Dogs Not Validly Registered Under Act','3','459-505-A','M3',531,678,'78.32%',0),('Abandon Any Dog Within Commonwealth','3','459-601','M3',7,44,'15.91%',0),('Abandon Any Dog Within Commonwealth','3','459-601','S',37,44,'84.09%',0),('Illegal to Taunt Law Enforcement Dogs','3','459-602','F3',2,2,'100.00%',0),('Illegal For Certain Persons to Transfer Dogs','3','459-603','M3',4,51,'7.84%',0),('Illegal Trans Ownership of Pup - Under Eight Weeks Old','3','459-603','S',47,51,'92.16%',0),('False Statement or Conceal Facts','3','459-801','S',2,2,'100.00%',0),('Burdens of Proof - Licensing','3','459-802','S',1,1,'100.00%',0),('Spraying or Neutering as Condition for Release of Certain Animal','3','459-902-A','S',1,1,'100.00%',0),('Violation','3','459-903','M3',1,1,'100.00%',0),('Rules/Regs Traps Seines Nets Etc','30','2102','S1',1,108,'0.93%',0),('Rules/Regs Transp & Sale Of Fish','30','2102','S2',31,108,'28.70%',0),('Rules/Regs Seasons Sizes & Poss Limits','30','2102','S3',76,108,'70.37%',0),('Fish In Hatchery/Nursery Waters','30','2106','S1',2,2,'100.00%',0),('Serious unlawful take - three or more times daily limit','30','2109','M2',28,28,'100.00%',0),('Taking or possession by illegal methods','30','2110','M2',6,9,'66.67%',0),('Taking or possession by illegal methods','30','2110','S1',3,9,'33.33%',0),('Viol Rule Reg Or Permit','30','2305','M3',12,12,'100.00%',0),('Unlaw Dr M V Lands W/O Perm','30','2501','S2',27,40,'67.50%',0),('Starting Etc Open Fire W/O Permission','30','2501','S3',13,40,'32.50%',0),('Disturbing Waterways Or Watersheds','30','2502','M3',22,22,'100.00%',0),('Littering Near Waters','30','2503','S1',16,49,'32.65%',0),('Littering Near Waters','30','2503','S3',33,49,'67.35%',0),('Allow Subst Del Dist Poison Fish To Fl','30','2504','M3',43,43,'100.00%',0),('Sale of Certain Fish, Reptiles, and Amphibians Prohibited','30','2507','M3',5,21,'23.81%',0),('Sale of Certain Fish, Reptiles, and Amphibians Prohibited','30','2507','S1',16,21,'76.19%',0),('Restrictions on Transport, Sale, Importation, or Release of Non-Native Injurious Fish','30','2508','M3',3,3,'100.00%',0),('Fishing Without License','30','2703','S3',25,29,'86.21%',0),('Fishing Without License','30','2703','S4',4,29,'13.79%',0),('Use Improp Lic Or Make False App','30','2705','S2',3,3,'100.00%',0),('Issue Lic W/O Prop Compens/Fee','30','2711','S1',20,21,'95.24%',0),('Issue Lic W/O Appoint & Bond','30','2711','S3',1,21,'4.76%',0),('Use Pound Nets','30','2903','M3',140,140,'100.00%',0),('Permits for Protection of Fish - General Rule','30','2904','S2',48,142,'33.80%',0),('Permits for Protection of Fish - General Rule','30','2904','S3',94,142,'66.20%',0),('Permit Required','30','2907.2','S3',32,32,'100.00%',0),('Violation Of Other Persons','30','3109','S1',1,1,'100.00%',0),('Individual Entering An Exclusion Marked Zone','30','3510','S',1,2,'50.00%',0),('Individual Entering An Exclusion Marked Zone','30','3510','S3',1,2,'50.00%',0),('Mandatory program of Boater Education','30','5103','S2',32,32,'100.00%',0),('Violate Rules/Regs-Disp Capacity Plate','30','5122','S3',6,20,'30.00%',0),('Violate Rules/Regs-Disp Capacity Plate','30','5122','S4',14,20,'70.00%',0),('General Boating Regulations','30','5123','S2',73,503,'14.51%',0),('General Boating Regulations','30','5123','S3',430,503,'85.49%',0),('Viol Rules Regs Artif/Nat Waters','30','5124','S3',43,43,'100.00%',0),('Oper Motorboat W/O Regist','30','5301','S3',20,20,'100.00%',0),('Issuing Agents - Disposition of Moneys','30','5304','S1',41,41,'100.00%',0),('Application For Registration / Penalty','30','5305','S2',1,1,'100.00%',0),('Fail Have Cert Regis Avail Inspec','30','5306','S',15,15,'100.00%',0),('Display of Registration Number','30','5310','S4',10,10,'100.00%',0),('Tamper With Identification Number','30','5311','S1',2,2,'100.00%',0),('Possessing, Buy, Etc. Boat W/O Hull Id Number','30','5326','M3',26,27,'96.30%',0),('Operating A Boat W/O A Certificate Of Title','30','5326','S2',1,27,'3.70%',0),('Reckless Operation Of A Watercraft','30','5501','M3',109,344,'31.69%',0),('Negligent Operation Of A Watercraft','30','5501','S1',235,344,'68.31%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test- 1st Offense','30','5502','M',858,881,'97.39%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test - 2nd Offense','30','5502','M1',19,881,'2.16%',0),('Incapable of Safely Operating Watercraft After Imbibing Alcohol or Refusal of Test - 3rd or Subseque','30','5502','M2',4,881,'0.45%',0),('Homicide Veh Wh Op Watercraft Influ','30','5502.1','F3',1,1,'100.00%',0),('Homicide By Watercraft','30','5502.2','M1',6,6,'100.00%',0),('Aggravated Assault By Watercraft While Operating Under Influence','30','5502.3','F2',1,1,'100.00%',0),('Fail To File Accident Report','30','5503','S2',3,4,'75.00%',0),('Fail To File Accident Report','30','5503','S3',1,4,'25.00%',0),('Unauthorized operation of boats - consent required','30','5505','S1',2,2,'100.00%',0),('Permitting violation','30','5506','S1',1,1,'100.00%',0),('Duty to give information','30','5507','M1',7,7,'100.00%',0),('Viol Comm Rules/Regs Control Property','30','741','S3',59,59,'100.00%',0),('Assaulting an Officer','30','904','F1',2,54,'3.70%',0),('Cause/Att Injury Ofer Perf Duties','30','904','F2',2,54,'3.70%',0),('Resisting Inspection or Apprehension','30','904','M1',18,54,'33.33%',0),('Interfer W/Ofer Perf Duties','30','904','S1',28,54,'51.85%',0),('Producing Identification','30','904','S2',4,54,'7.41%',0),('Fleeing Or Attempt To Elude Officer','30','906','S1',30,30,'100.00%',0),('False Id or Stmts on Reports','30','908','S1',6,6,'100.00%',0),('Revocation, Suspension, Or Denial Of License','30','928','M3',7,11,'63.64%',0),('Revocation, Suspension, Or Denial Of License','30','928','S1',4,11,'36.36%',0),('Prohibited Acts','31','20.3','M3',4,4,'100.00%',0),('Sell Adult Frozen Dessert Product','31','417-2','M3',3,3,'100.00%',0),('Maliciously Set/Cause Fire To Forest','32','344','F',24,24,'100.00%',0),('Cave Protection-Violations','32','5605','S',8,8,'100.00%',0),('Violate Rules, Regs Game Commission','34','2102','S',6,65,'9.23%',0),('Seasons Poss Bag Limits Devices','34','2102','S1',2,65,'3.08%',0),('Traps Firearms Ammun And Other Devices','34','2102','S2',1,65,'1.54%',0),('Traps Firearms Ammun And Other Devices','34','2102','S3',2,65,'3.08%',0),('Violate Rules, Regs Game Commission','34','2102','S5',54,65,'83.08%',0),('Violates Federal Laws','34','2103','S5',10,10,'100.00%',0),('Unlawful Killing As Means Of Protection','34','2141','S1',1,1,'100.00%',0),('Unlaw Import Of Game Or Wildlife','34','2163','S5',6,6,'100.00%',0),('Unlaw Killing Etc Protected Birds','34','2164','M',1,42,'2.38%',0),('Unlaw Killing Etc Protected Birds','34','2164','M3',36,42,'85.71%',0),('Unlaw Killing Etc Protected Birds','34','2164','S5',5,42,'11.90%',0),('Poss Transp Etc Threat Species','34','2167','F3',2,5,'40.00%',0),('Purchase Sale Etc Threatened Species','34','2167','M1',1,5,'20.00%',0),('Poss Transp Etc Threat Species','34','2167','M2',2,5,'40.00%',0),('Inter W/Lawful Hunting/Trapping','34','2302','S2',12,12,'100.00%',0),('Unlaw Person Hunt For Fur/Game On Sun','34','2303','S5',3,3,'100.00%',0),('Retrieval Retain Dipose Of Game/Wild','34','2305','S4',25,25,'100.00%',0),('Taking/Poss Of Game Or Wildlife','34','2307','M2',11,494,'2.23%',0),('Taking/Poss Of Game Or Wildlife','34','2307','S',11,494,'2.23%',0),('Taking/Poss Of Game Or Wildlife','34','2307','S1',18,494,'3.64%',0),('Taking/Poss Of Game Or Wildlife','34','2307','S2',242,494,'48.99%',0),('Taking/Poss Of Game Or Wildlife','34','2307','S3',3,494,'0.61%',0),('Taking/Poss Of Game Or Wildlife','34','2307','S4',15,494,'3.04%',0),('Taking/Poss Of Game Or Wildlife','34','2307','S5',194,494,'39.27%',0),('Use Veh Conv Propelled By Other Than Mp','34','2308','S3',366,402,'91.04%',0),('Use Of Artificial/Natural Bait','34','2308','S4',26,402,'6.47%',0),('Use Semiautomatic Rifle or Pistol','34','2308','S5',10,402,'2.49%',0),('Unlaw Use Of Artificial Light','34','2310','F3',3,382,'0.79%',0),('Unlaw Use Of Artificial Light','34','2310','M',99,382,'25.92%',0),('Unlaw Use Of Artificial Light','34','2310','M1',37,382,'9.69%',0),('Unlaw Use Of Artificial Light','34','2310','S1',43,382,'11.26%',0),('Unlaw Use Of Artificial Light','34','2310','S5',200,382,'52.36%',0),('Recreational Spot Search For Wild/Game','34','2311','S5',91,91,'100.00%',0),('Buying And Selling Game/WildLife','34','2312','F3',52,135,'38.52%',0),('Buying And Selling Game/WildLife','34','2312','M',45,135,'33.33%',0),('Buying And Selling Game/WildLife','34','2312','M1',15,135,'11.11%',0),('Buying And Selling Game/WildLife','34','2312','M2',3,135,'2.22%',0),('Buying And Selling Game/WildLife','34','2312','S1',20,135,'14.81%',0),('Violate Rules and Regulations While Trespassing','34','2314','S',3,47,'6.38%',0),('Violate Rules and Regulations While Trespassing','34','2314','S5',44,47,'93.62%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','F3',325,1382,'23.52%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','M',555,1382,'40.16%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','M1',261,1382,'18.89%',0),('Unlawful Kill/Take Big Game-Closed Season','34','2321','S1',240,1382,'17.37%',0),('Poss Trans Big Game Unlaw Killed','34','2321','S2',1,1382,'0.07%',0),('Hunt Etc Big Game W Unlaw Dev','34','2322','S5',5,5,'100.00%',0),('Fail To Attach Tag To Big Game','34','2323','S5',71,80,'88.75%',0),('Report Killing of Big Game Within 10 Days','34','2323','S8',9,80,'11.25%',0),('Roster of Parties Hunting Big Game/Inspection','34','2324','S7',2,2,'100.00%',0),('Excess Kill Of Big Game','34','2326','S2',2,4,'50.00%',0),('Excess Kill Of Big Game','34','2326','S4',2,4,'50.00%',0),('Transport/Ship Big Game W/O Proper Tag','34','2328','S5',3,3,'100.00%',0),('Take Kill Furbear Out of Season','34','2361','S4',1,167,'0.60%',0),('Unlaw Poss Of Green Pelt','34','2361','S5',166,167,'99.40%',0),('Allow Dog To Chase Etc Wildlife Game','34','2381','S5',2,2,'100.00%',0),('Use Dog In Purs Injur Kill Big Game','34','2383','S3',2,2,'100.00%',0),('Hunt/Fur Take Under Influ Alcohol','34','2501','M',15,53,'28.30%',0),('Hunt/Fur Take Under Influ Alcohol','34','2501','M3',38,53,'71.70%',0),('Unlaw Pres Loaded Firearm Veh','34','2503','S4',230,355,'64.79%',0),('Unlaw Pres Loaded Firearm Veh','34','2503','S5',125,355,'35.21%',0),('Unlaw Shooting On Or Across Hwy','34','2504','S4',104,104,'100.00%',0),('Unlawful Hunting in Safety Zone','34','2505','S',81,81,'100.00%',0),('Unlaw Hunting Etc In Burial Gr','34','2506','S4',1,1,'100.00%',0),('Shooting At Mark/Target During Season','34','2507','S4',16,16,'100.00%',0),('Discharge Of Firearm Etc At Park/Resort','34','2508','S4',5,5,'100.00%',0),('Damage Real/Personal Property','34','2509','S5',9,9,'100.00%',0),('Littering While Hunting/Furtaking','34','2510','S3',20,25,'80.00%',0),('Littering While Hunting/Furtaking','34','2510','S7',5,25,'20.00%',0),('Stand Or Platform Caus Damage To Tree','34','2511','S5',1,1,'100.00%',0),('Cutting Down Trees Etc','34','2512','S5',40,40,'100.00%',0),('Fail To Report Hunting Accident','34','2521','S4',1,1,'100.00%',0),('Shoot At Kill Inj Human Hunting','34','2522','M1',10,54,'18.52%',0),('Shoot At Kill Inj Human Hunting','34','2522','M2',25,54,'46.30%',0),('Shoot At Kill Inj Human Hunting','34','2522','S1',19,54,'35.19%',0),('Fail Render Assis After Hunt Accid','34','2523','M2',8,9,'88.89%',0),('Fail Render Assis After Hunt Accid','34','2523','S1',1,9,'11.11%',0),('Fail To Wear Protective Materials','34','2524','S5',6,6,'100.00%',0),('Hunt During Per Time Privil Rev','34','2711','S1',48,214,'22.43%',0),('Hunt Without Securing License','34','2711','S3',77,214,'35.98%',0),('Possess Rpt Card Lic Tag Another','34','2711','S5',81,214,'37.85%',0),('Use Firearm Underage W/O Proper Accomp','34','2711','S7',3,214,'1.40%',0),('Hunt Without Securing License','34','2711','S8',5,214,'2.34%',0),('Exer Priv Permit W/O Obt Permit','34','2908','S5',62,62,'100.00%',0),('Control Of Property Regulations','34','721','S5',97,97,'100.00%',0),('Violate Propagation Regulations','34','728','S5',1,1,'100.00%',0),('Resisting/Interfering with officer - General off','34','904','S1',43,51,'84.31%',0),('Resisting/Interfering w/ Officer - False ID','34','904','S2',3,51,'5.88%',0),('Resisting/Interfering w/ Officer - Fail Produce ID','34','904','S5',5,51,'9.80%',0),('False Or Fraud Stmt On Reports','34','906','S4',28,28,'100.00%',0),('Vehicle Operation To Avoid I.D./Inspection','34','907','S4',16,16,'100.00%',0),('Mandatory Oral Reporting To The Agency','35','10225.701','S',3,3,'100.00%',0),('Sale of Fireworks Prohibited','35','1272','S',1,1,'100.00%',0),('Licensee Bond','35','1273','S',1,1,'100.00%',0),('Sale, Possession and Use of Fireworks','35','1275','F3',3,49,'6.12%',0),('Sale, Possession and Use of Fireworks','35','1275','M2',21,49,'42.86%',0),('Sale, Possession and Use of Fireworks','35','1275','S',25,49,'51.02%',0),('Local Per For Agricultural Purposes','35','1275.1','S',1,1,'100.00%',0),('Facility Shall Comply With PA Construction Code Act','35','1275.3','M2',3,3,'100.00%',0),('Selling Display Fireworks','35','1277','F3',9,42,'21.43%',0),('Selling Consumer Fireworks','35','1277','M2',11,42,'26.19%',0),('Using Consumer Fireworks','35','1277','S',22,42,'52.38%',0),('Violation Of Provisions','35','1331.19','S',8,8,'100.00%',0),('Violate Rul/Reg/Order Of Dept.','35','4008','M2',3,3,'100.00%',0),('Penalties: Misdemeanors','35','450.902','M',2,2,'100.00%',0),('Penalty','35','5310','M3',163,163,'100.00%',0),('Illegal Use or Disclosure of E-911 Service Database','35','5311.8','M3',3,3,'100.00%',0),('Unauthorized Processing Residual Waste','35','6018.301','M3',1,1,'100.00%',0),('Unsafe Or Nuisance Facility/Area','35','6018.302','S',1,1,'100.00%',0),('Unauthorized Process Hazardous Waste','35','6018.401','F2',33,33,'100.00%',0),('Unlawful Conduct','35','6018.61','M2',6,352,'1.70%',0),('Unlawful Conduct','35','6018.61','M3',346,352,'98.30%',0),('Violate This/Related Acts','35','6021.131','M3',4,4,'100.00%',0),('General Rule - Not Smoking in Public Place','35','637.3','S',5,5,'100.00%',0),('Smoke in a Public Place Where Smoking is Prohibited','35','637.6','S',8,8,'100.00%',0),('Prohibition Against Discharge Sewage','35','691.201','F3',5,5,'100.00%',0),('Unlawful Discharge of Sewage','35','691.202','F3',6,7,'85.71%',0),('Unlawful Discharge of Sewage','35','691.202','M2',1,7,'14.29%',0),('Prohibition Against Other Pollution','35','691.401','F3',7,10,'70.00%',0),('Prohibition Against Other Pollution','35','691.401','M2',3,10,'30.00%',0),('Violates Any Provision, Rule, Regulation, or Order of the Dept; or Any Condition of Any Permit','35','691.602','F3',1,1,'100.00%',0),('Viol Rules/Reg Protect Water Supply','35','691.611','F3',48,67,'71.64%',0),('Viol Rules/Reg Protect Water Supply','35','691.611','M2',19,67,'28.36%',0),('Penalty/Public Safety Emerg Telephone Act','35','7020','M3',56,56,'100.00%',0),('Tamper W/Public Water System','35','721.13','F',2,3,'66.67%',0),('Viol Prov Act Rule Reg Order Cond','35','721.13','S',1,3,'33.33%',0),('Violation of Construction Code Act','35','7210.903','S',20,20,'100.00%',0),('Nuisances','35','750.14','S',2,2,'100.00%',0),('Misbranding / Package Form','35','780-108','M',3,3,'100.00%',0),('Dispense Schedule II Substance Without Prescription','35','780-111','M',14,14,'100.00%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','F',360609,1258458,'28.65%',0),('Manufacture of Methamphetamine - Child Injuried','35','780-113','F2',4,1258458,'0.00%',0),('Manufacture of Methamphetamine - Child Present','35','780-113','F3',333,1258458,'0.03%',0),('Poss Of Marijuana','35','780-113','M',896605,1258458,'71.25%',0),('Use/Poss Of Drug Paraph','35','780-113','M1',2,1258458,'0.00%',0),('Deliver/Intent To Del Drug Para','35','780-113','M2',307,1258458,'0.02%',0),('Int Poss Contr Subst By Per Not Reg','35','780-113','M3',409,1258458,'0.03%',0),('Poss Of Marijuana','35','780-113','S',189,1258458,'0.02%',0),('Poss Red Phos, etc w/ Intent to Manu Cont Subs','35','780-113.1','F',2768,2810,'98.51%',0),('Poss Liquefied Ammonia in unapproved container','35','780-113.1','M',42,2810,'1.49%',0),('Operating a methamphetamine lab','35','780-113.4','F1',389,1554,'25.03%',0),('Operating a methamphetamine lab','35','780-113.4','F2',795,1554,'51.16%',0),('Deposits, stores, disposes chemical waste','35','780-113.4','F3',370,1554,'23.81%',0),('Dist Controlled Subs To Person Under 18','35','780-114','F',44,44,'100.00%',0),('Making False Ambulance Requests','35','8154','S',2,2,'100.00%',0),('Illegal Possession','35','825','M',2,2,'100.00%',0),('Compliance With Act Required','35','974','S',1,1,'100.00%',0),('Removal Of Barricade','36','2205','S',2,2,'100.00%',0),('Viol Rules/Regs Roadside Rest Area','36','478.18','S',2,2,'100.00%',0),('Unlawful to take/claim w/ intent to defraud','4','1518','F2',300,1695,'17.70%',0),('Unlawful to take/claim w/ intent to defraud','4','1518','M1',1386,1695,'81.77%',0),('Unlawful to permit persons under 21','4','1518','S',9,1695,'0.53%',0),('Unlaw Resale Tick Higher Than Estab','4','202','M2',1,11,'9.09%',0),('Unlaw Resale Tick Higher Than Estab','4','202','S',10,11,'90.91%',0),('Unlawful to Purchase for Resale over Maximum Premium','4','212','S',7,7,'100.00%',0),('Unlicensed Activity','40','310.41','F3',1,1,'100.00%',0),('Soliciting For Nonexistent Entity','40','310.44','M3',1,1,'100.00%',0),('Parking','404','117','S',1,1,'100.00%',0),('Unauthorized Practice of Law','42','2524','M1',3,32,'9.38%',0),('Unauthorized Practice of Law','42','2524','M3',29,32,'90.63%',0),('Unauthorized Solicitation Prohibited','42','2525','M3',1,1,'100.00%',0),('Contempt - Misbehavior of Any Person in Presence of Court','42','4132','S',4,4,'100.00%',0),('Indirect Criminal Contempt/General Rule','42','4136','S',11,11,'100.00%',0),('Contempt/Failure To Comply With Restitution Order','42','4137','S',5,5,'100.00%',0),('Interfere with juror selection - commission members/employees','42','4581','M2',8,8,'100.00%',0),('Tampering With Jurors','42','4583','M2',13,13,'100.00%',0),('Agg. Jury Tampering - Offer Pecuniary Benefit','42','4583.1','F1',20,20,'100.00%',0),('Criminal Contempt','42','5947','M',1,1,'100.00%',0),('Penalty for Noncompliance','42','9132','M3',1,1,'100.00%',0),('Arrest Prior To Requisition','42','9134','F',238,3526,'6.75%',0),('Arrest Prior To Requisition','42','9134','F2',3160,3526,'89.62%',0),('Arrest Prior To Requisition','42','9134','F3',34,3526,'0.96%',0),('Arrest Prior To Requisition','42','9134','M1',54,3526,'1.53%',0),('Arrest Prior To Requisition','42','9134','M2',17,3526,'0.48%',0),('Arrest Prior To Requisition','42','9134','M3',23,3526,'0.65%',0),('Arrest W/O A Warrant','42','9135','F3',16,16,'100.00%',0),('Commit To Await Extradition Req','42','9136','M2',7,7,'100.00%',0),('Arrest Prior To Requisition','42','9161','F3',12,12,'100.00%',0),('Comm To Await Requisition - Flee Justice','42','9163','F3',1,1,'100.00%',0),('Registration Of Certain Offenders','42','9793','S',2,2,'100.00%',0),('Registration w/in Ten Days - Change of Residence','42','9795.2','F1',4,10,'40.00%',0),('Penalty / 10 Year Registration','42','9795.2','F3',6,10,'60.00%',0),('Annual Verification Of Residence','42','9796','F1',2,6,'33.33%',0),('Fail Provide Verification Of Residence W/I 10 Days','42','9796','F3',4,6,'66.67%',0),('Wage Payment Collection Law/Criminal Penalties','43','260.11A','S',41,41,'100.00%',0),('Employee-False Stmts To Obtain U.C. Benefits','43','871','S',14,14,'100.00%',0),('Willfully Fails or Refuses to Make Any Such Contribution or Other Payment Required','43','872','S',14,14,'100.00%',0),('Authority To Issue Liquor Licenses To Hotel, Etc','47','4-401','M',2,2,'100.00%',0),('Restr Sales By Liq Lic','47','4-406','M',5,5,'100.00%',0),('Unlawful Sales Of Liquor','47','4-491','M',576,580,'99.31%',0),('Possession or transportation of liquor or alcohol','47','4-491','S',4,580,'0.69%',0),('Manuf Malt/Brewed Bev W/O License','47','4-492','M',597,597,'100.00%',0),('Furnish Liq/Malt/Brewed Bev Certain Per','47','4-493','M',908,908,'100.00%',0),('Serve Liquor After Req\'d Closing','47','4-499','M3',2,2,'100.00%',0),('Fail Distill/Wineries To Get Lic','47','5-501','M',20,20,'100.00%',0),('Promotion Of Tough Guy Contest','5','1701','M1',16,16,'100.00%',0),('Promoter License Required','5','2101','M3',5,5,'100.00%',0),('Physician to be in Attendance','5','2104','S',3,3,'100.00%',0),('Prohibited Acts - Conduct Contest or Exhibition without Bond','5','2107','M3',3,3,'100.00%',0),('UNNECESSARY NOISE BY OR FROM MOTOR VEHICLE','5','509.03','S',1,1,'100.00%',0),('Delivery Of Intoxicating Substance','50','4605','M',2,2,'100.00%',0),('Absence W/O Leave-Fail To Appear At Duty','51','6010','S',6,6,'100.00%',0),('Caus Cave-In Or Subs Of Cert Struct Place','52','1407','M',2,2,'100.00%',0),('Unlawful conduct','52','690-504','F2',4,4,'100.00%',0),('Use of Special Funds; Penalty','53','65706','M3',1,1,'100.00%',0),('Evasion Of Advertising Requirement','53','68104','M3',1,1,'100.00%',0),('Taxation/Violation Of Ordinance','53','6913','S',1,1,'100.00%',0),('Assist in Preparing/Filing Fraudulent Claim','53','6926.131','M3',2,2,'100.00%',0),('TRANSIENT RETAIL BUSINESS','553','196','S',2,2,'100.00%',0),('RECKLESS DRIVING UPON PRIVATE PROPERTY','553','210-30','S',2,2,'100.00%',0),('Unlawful Conduct - Activities Contrary to Rules or Regulations','58','601.509','M',7,7,'100.00%',0),('PARK REGULATIONS','6','6','S',2,2,'100.00%',0),('Maintain/Oper W/O License','62','1002','S',1,1,'100.00%',0),('Operate Facility W/O License','62','1031','S',1,1,'100.00%',0),('False/Fraud Med Assist Claim','62','1407','F2',6,1886,'0.32%',0),('False/Fraud Med Assist Claim','62','1407','F3',1880,1886,'99.68%',0),('Conceal Info Affecting Benefits','62','1408','F3',51,113,'45.13%',0),('Conceal Info Affecting Benefits','62','1408','M1',37,113,'32.74%',0),('Conceal Info Affecting Benefits','62','1408','M2',8,113,'7.08%',0),('Conceal Info Affecting Benefits','62','1408','M3',17,113,'15.04%',0),('Bid-rigging unlawful / contract','62','4503','F3',35,35,'100.00%',0),('Fraud Obt Foodstamps/Assistance','62','481','F3',2185,7644,'28.58%',0),('Fraud Obt Foodstamps/Assistance','62','481','M1',2838,7644,'37.13%',0),('Fraud Obt Foodstamps/Assistance','62','481','M2',1374,7644,'17.97%',0),('Fraud Obt Foodstamps/Assistance','62','481','M3',1247,7644,'16.31%',0),('Psychology - License required','63','1211','M',1,1,'100.00%',0),('Unauthorized Practice Of Dentistry','63','129','M3',56,56,'100.00%',0),('Radon/Certification Required','63','2006','M3',1,1,'100.00%',0),('Procure For Self/Other Drug By Forgery','63','390-8','M',7276,7276,'100.00%',0),('Unauth. Practice Medicine/Surgery','63','422.1','M3',14,14,'100.00%',0),('Penalty','63','422.39','M3',2,2,'100.00%',0),('Practice Veterinary Medicine Without A License','63','485.9','M3',2,2,'100.00%',0),('Engage In Unprofessional Conduct/Incompetancy','63','818.19','S',3038,3038,'100.00%',0),('Lic To Engage In Business - Lic Required','63','818.5','S',531,531,'100.00%',0),('Restricted Activities - Conflict of Interest','65','1103','F',332,332,'100.00%',0),('Statement Of Financial Interest Public Off/Employe','65','1104','M',6,6,'100.00%',0),('Statement of Financial Interests - Form','65','1105','M',69,69,'100.00%',0),('Open Meetings','65','704','S',2,2,'100.00%',0),('Criminal Penalties For Viols','66','3302','M1',8,8,'100.00%',0),('Unauthorized Operation/Carriers & Brokers','66','3310','M3',7,13,'53.85%',0),('Unauthorized Operation/Carriers & Brokers','66','3310','S',6,13,'46.15%',0),('Licenses Required - Installment Seller of Motor Vehicles','69','604','M',32,32,'100.00%',0),('Installment Sale Contract - Requirements','69','614','M',16,16,'100.00%',0),('Repossesssion - 24 Hour Notice','69','623','M',1,1,'100.00%',0),('Penalties: Engaging Without A License','69','637','M',1,1,'100.00%',0),('Regristation Requirements','70','1-201','F3',34,34,'100.00%',0),('Pa Sec Act/Reg Reqs','70','1-301','F3',18,18,'100.00%',0),('Pa Sec Act/Sales And Purchases','70','1-401','F1',15,43,'34.88%',0),('Pa Sec Act/Sales And Purchases','70','1-401','F2',28,43,'65.12%',0),('Prohib Action/Investment Advisors','70','1-404','F3',1,1,'100.00%',0),('Willful Violation of Section 401, 408, and/or 409','70','1-511','F1',1,5,'20.00%',0),('Willful Violation of Section 401, 408, and/or 409','70','1-511','F2',1,5,'20.00%',0),('Willful Violation of Act','70','1-511','F3',2,5,'40.00%',0),('Willful Violation of Act','70','1-511','M1',1,5,'20.00%',0),('NO CARRYING OR DISCHARGING OF FIREARMS OR WEAPONS','713','713.01','S',1,1,'100.00%',0),('Cigarettes / Sales W/Out License','72','228-A','S',2,2,'100.00%',0),('Tax Collectors-Embezzlement','72','5511.39','M',3,3,'100.00%',0),('Obtain License Prior To Beginning Of Business','72','7208','S',28,28,'100.00%',0),('Fail To Remit Sales Tax/File Return','72','7268','M',2027,2027,'100.00%',0),('Fail To Collect/Pay Pers Inc Tax','72','7353','M',754,754,'100.00%',0),('Perjury','72','7410','F3',10,53,'18.87%',0),('Fail, Neglect, Refuse To Rpt Or Pay Tax','72','7410','M',43,53,'81.13%',0),('False/Fraud/Etc Sales Of Unstamp Cig','72','8272','F',8,9,'88.89%',0),('Sales Of Unstamped Cig','72','8272','S',1,9,'11.11%',0),('Poss Of Unstamped Cig','72','8273','F',105,910,'11.54%',0),('Poss Of Unstamped Cig','72','8273','M',798,910,'87.69%',0),('Poss Of Unstamped Cig','72','8273','S',7,910,'0.77%',0),('Counterfeiting Tax Stamps','72','8274','F',3,3,'100.00%',0),('Fail To Furn Info/Ret False Infor','72','8276','M',4,4,'100.00%',0),('DISCHARGING FIREARMS PROHIBITED','725','725.01','S',4,4,'100.00%',0),('License Required-Dealer','73','1932','M3',222,222,'100.00%',0),('Records Of Transactions/Dealers','73','1933','M3',411,411,'100.00%',0),('Dealers Retention Of Pm/Inspection','73','1934','M3',6,6,'100.00%',0),('Pruchases From Minors','73','1935','M3',6,6,'100.00%',0),('Posting Of Prices','73','1936','M3',9,9,'100.00%',0),('Scales And Weighing Devices','73','1937','M3',138,138,'100.00%',0),('Violation By Unlicensed Dealer','73','1940','M3',165,165,'100.00%',0),('General Rule - Seller\'s Driver\'s License','73','1943.3','S',61,61,'100.00%',0),('Restricted materials - new materials','73','1943.5(1)','M3',2,47,'4.26%',0),('Restricted materials - new materials','73','1943.5(1)','S',45,47,'95.74%',0),('Receives Advance Payment For Services and Fails to Peform','73','517.8','F2',628,2129,'29.50%',0),('Receives Advance Payment For Services and Fails to Peform','73','517.8','F3',1120,2129,'52.61%',0),('Receives Advance Payment For Services and Fails to Peform','73','517.8','M1',381,2129,'17.90%',0),('OPERATE BICYCLE ON SIDEWALK','744','106','S',1,1,'100.00%',0),('Driving Under the Influence of Liquor or Drugs','75','1037','M',9,9,'100.00%',0),('No Title Cert','75','1101','S',101,101,'100.00%',0),('Fail To Sign Application','75','1103','S',29,29,'100.00%',0),('Application For Certificate Of Title','75','1103.1','S',1646,1646,'100.00%',0),('Assign Improp Title','75','1106','S',3,3,'100.00%',0),('Transfer Ownership / Duty Of Transferee','75','1111','S',518,518,'100.00%',0),('Not Transf W/I 10 Days','75','1113','S',1110,1110,'100.00%',0),('Transfer Of Vehicle','75','1114','S',1,1,'100.00%',0),('Not Report Title Error','75','1115','S',1,1,'100.00%',0),('Assigning Blank Cert','75','1119','S',973,973,'100.00%',0),('Transfer From Manu - Cert Of Title','75','1135','S',100,100,'100.00%',0),('Apply to Department of Certificate of Salvage','75','1161','S',531,531,'100.00%',0),('Transfer to Vehicle Salvage Dealer - General Rule','75','1162','S',622,622,'100.00%',0),('Transfer to Scrap Metal Processor - Vehicle','75','1163','S',2978,2978,'100.00%',0),('Reconstructed Vehicles - General Rule','75','1165','S',1,1,'100.00%',0),('Dr Unregist Veh','75','1301','S',25416,25416,'100.00%',0),('Non Resid Fail Comply W Re Rqrmts','75','1303','S',32,32,'100.00%',0),('Improp Reg By Weight-Gvwr Or Gcwr','75','1305','S',8,8,'100.00%',0),('Expired Registration','75','1307','S',5,5,'100.00%',0),('Renewal Of Registration','75','1309','S',6,6,'100.00%',0),('Temp Registration Card Viol','75','1310','S',10,10,'100.00%',0),('Location Of Registration Permit','75','1310.1','S',120,120,'100.00%',0),('Fail To Carry Regist','75','1311','S',3800,3800,'100.00%',0),('Notice Of Change Of Name Or Address','75','1312','S',1067,1067,'100.00%',0),('Transfer Of Registration','75','1314','S',10,10,'100.00%',0),('Duties Of Agents','75','1318','S',2,2,'100.00%',0),('Issuance Of Registration Plates','75','1331','S',19,19,'100.00%',0),('Obscured Plates - Illegible at Reasonable Distance','75','1332','S',2862,2862,'100.00%',0),('Fail To Replace Lost Plates','75','1333','S',7,7,'100.00%',0),('Fail To Return Regist Plates','75','1334','S',34,34,'100.00%',0),('Improp Use Dealer Reg Plate','75','1336','S',42,42,'100.00%',0),('Improp Use Of Handicapped Plates','75','1338','S',2,2,'100.00%',0),('Improp Use Of Antique Plates','75','1340','S',4,4,'100.00%',0),('Use Farm Plates Improp','75','1344','S',3,3,'100.00%',0),('Veh Reg Suspended','75','1371','S',6267,6267,'100.00%',0),('Allow Illegal Use Of Plate/Card','75','1372','S',5437,5437,'100.00%',0),('Suspension After Opp. For Hearing','75','1373','S',22,22,'100.00%',0),('Surrender Regis Plates/Cards On Susp.','75','1376','S',283,283,'100.00%',0),('Driving W/O A License','75','1501','S',39536,39536,'100.00%',0),('Person Ineligible For Lic','75','1503','S',12,12,'100.00%',0),('Use Improp Class Of Lic','75','1504','S',1808,1808,'100.00%',0),('Learner accompanied - at least 18/21 yrs old','75','1505','S',567,567,'100.00%',0),('Falsify Appl For Dr Lic Or Learn Perm','75','1506','S',1,1,'100.00%',0),('Operators Lic Not Signed','75','1510','S',11,11,'100.00%',0),('Fail To Carry Lic','75','1511','S',3709,3709,'100.00%',0),('Fail To Comply License Restrict','75','1512','S',253,253,'100.00%',0),('Fail To Supply License','75','1513','S',19,19,'100.00%',0),('License Expired','75','1514','S',77,77,'100.00%',0),('Fail to Notify Change in Address','75','1515','S',4316,4316,'100.00%',0),('Suspension Of Operating Priv','75','1532','S',7,7,'100.00%',0),('Surrender Of License','75','1540','S',2,2,'100.00%',0),('Period Of Revoc/Suspension Of Operating Privilege','75','1541','S',2,2,'100.00%',0),('Driv While Oper Priv Susp Or Revoked','75','1543','M1',1581,114264,'1.38%',0),('Driv While Oper Priv Susp Or Revoked','75','1543','M3',3296,114264,'2.88%',0),('Driv While Oper Priv Susp Or Revoked','75','1543','S',109387,114264,'95.73%',0),('Chemical Testing To Determine Alcohol/Cont Subs','75','1547','S',7,7,'100.00%',0),('Occupational Limited License','75','1553','S',133,133,'100.00%',0),('Restrictions On Use Of Probationary License','75','1554','S',40,40,'100.00%',0),('Unlawful To Issue False ID - Emp. And Agents','75','1571','F3',4,1344,'0.30%',0),('Violations Concerning Licenses - Exh. False Id.','75','1571','M1',587,1344,'43.68%',0),('Rec\'d Sus\'d Fict Alt\'d Etc Drivers Lic','75','1571','S',753,1344,'56.03%',0),('Display Foreign Lic During Suspen/Revocation','75','1573','S',237,237,'100.00%',0),('Permit Unlicensed Dr','75','1574','S',444,444,'100.00%',0),('Permit Violat Of Title','75','1575','S',5,5,'100.00%',0),('Prohibition: Out of Service Order','75','1605','S',4,4,'100.00%',0),('Rqrmt For Comm\'l Drivers Lic','75','1606','S',68,68,'100.00%',0),('Commerc. Drivers - Alcohol Prohibited','75','1612','S',61,61,'100.00%',0),('Texting While Driving - Prohibition','75','1621','S',3,3,'100.00%',0),('Not. Of Sanction For Not Having Evid. Of Insurance','75','1781','S',1,1,'100.00%',0),('Proof Of Financial Resp Following Violation','75','1784','S',39,39,'100.00%',0),('Proof Of Financial Resp Following Accident','75','1785','S',31,31,'100.00%',0),('Required Financial Responsibility','75','1786','S',26426,26426,'100.00%',0),('Markers, Licenses, or Road Tax Registration Cards','75','2102','S',10,10,'100.00%',0),('Obedience to Authorized Persons Directing Traffic','75','3102','S',577,577,'100.00%',0),('Proceed Past Red Light Or Stop Sign','75','3105','S',3,3,'100.00%',0),('Disregard Traffic Control Device','75','3111','S',11307,11307,'100.00%',0),('Obedience to traffic control devices - hazardous condition','75','3111.1','S',51,51,'100.00%',0),('Traffic Control Signals','75','3112','S',18774,18774,'100.00%',0),('Disregard Flashing Walk Signal','75','3113','S',38,38,'100.00%',0),('Disregard Flashing Red Signal','75','3114','S',690,690,'100.00%',0),('Disregard Lane Direction','75','3115','S',35,35,'100.00%',0),('Fail To Keep Right','75','3301','S',23498,23498,'100.00%',0),('Fail to Yield Right','75','3302','S',897,897,'100.00%',0),('Pass Improp','75','3303','S',795,795,'100.00%',0),('Improper Pass on Right','75','3304','S',1089,1089,'100.00%',0),('Pass Left Unsafe','75','3305','S',1543,1543,'100.00%',0),('Limitations on Driving on Left Side of Road','75','3306','S',1950,1950,'100.00%',0),('Pass When Prohibited','75','3307','S',1919,1919,'100.00%',0),('One Way Roadways/Rotary Traffic Island','75','3308','S',6675,6675,'100.00%',0),('Disregard Traffic Lane (Single)','75','3309','S',96609,96609,'100.00%',0),('Follow Too Closely','75','3310','S',9484,9484,'100.00%',0),('Drive Over Divider','75','3311','S',1503,1503,'100.00%',0),('Improper Exit/Enter Limited Access Highway','75','3312','S',211,211,'100.00%',0),('Disobey Traf Cont Dev Lim Acce','75','3313','S',543,543,'100.00%',0),('Use Headphones','75','3314','S',102,102,'100.00%',0),('Passing and Overtaking Streetcars - General Rule','75','3315','S',10,10,'100.00%',0),('Prohibiting text-based communications','75','3316','S',746,746,'100.00%',0),('Vehicle Entering Intersection/ Highways','75','3321','S',188,188,'100.00%',0),('Vehicle Turning Left','75','3322','S',2401,2401,'100.00%',0),('Intersections Controlled By Signs','75','3323','S',38086,38086,'100.00%',0),('Not Yield At Rdwy','75','3324','S',1581,1581,'100.00%',0),('Failure to Yield to Emergency Vehicle','75','3325','S',2518,2518,'100.00%',0),('Fail To Yield In Constr','75','3326','S',125,125,'100.00%',0),('Duty of Driver in Emergency Response Areas - If Pass in Nonadjacent Lane is Impossible','75','3327','S',812,812,'100.00%',0),('Improp Left Turn-Lane Design','75','3331','S',3127,3127,'100.00%',0),('U Turn Unsafely','75','3332','S',907,907,'100.00%',0),('Move Vehicle Unsafely','75','3333','S',300,300,'100.00%',0),('Not Discontinue Signal','75','3334','S',34539,34539,'100.00%',0),('Fail To Signal','75','3335','S',617,617,'100.00%',0),('Signal Improp','75','3336','S',34,34,'100.00%',0),('Disregard Railroad Barricade','75','3341','S',39,39,'100.00%',0),('Req Veh Fail Stop Rr Crossing','75','3342','S',9,9,'100.00%',0),('Impr Emergence Alley Driveway Or Bldg','75','3344','S',437,437,'100.00%',0),('Duty Of Driver / Amber Lights Flashing','75','3345','S',96,96,'100.00%',0),('Emergency Veh. Entering/Leaving Official Garage','75','3346','S',2,2,'100.00%',0),('Improper Stop','75','3351','S',2012,2012,'100.00%',0),('Police Remove Vehicle','75','3352','S',10,10,'100.00%',0),('Illegal Park Street Excavation','75','3353','S',1550,1550,'100.00%',0),('park in handicapped zone','75','3354','S',514,514,'100.00%',0),('Driving At Safe Speed','75','3361','S',39789,39789,'100.00%',0),('Exceed 25 MPH in Residence District by 68 MPH','75','3362','M',1,27695,'0.00%',0),('Exceed 25 MPH Residence Dist. By 21 MPH','75','3362','S',27694,27695,'100.00%',0),('Alteration Of Maximum Limits','75','3363','S',3,3,'100.00%',0),('Too Slow For Conditions','75','3364','S',1372,1372,'100.00%',0),('Special Speed Limitations - Active Work Zone','75','3365','S',164,164,'100.00%',0),('Illegal Racing: Definitions','75','3367','S',426,426,'100.00%',0),('Disobey Traffic Law On Pedalcycle','75','3501','S',6,6,'100.00%',0),('Exceed Bike Limit','75','3504','S',9,9,'100.00%',0),('One-Way Roadways','75','3505','S',92,92,'100.00%',0),('Carry Package On Bicycle','75','3506','S',1,1,'100.00%',0),('Violate Light Regulations','75','3507','S',413,413,'100.00%',0),('Pedalcycle In Business Area','75','3508','S',37,37,'100.00%',0),('Parking Prohibited','75','3509','S',10,10,'100.00%',0),('Pedalcycles/Prohibit On Freeway','75','3511','S',11,11,'100.00%',0),('Ride Motorcycle Improp(Seat)','75','3522','S',23,23,'100.00%',0),('Pass Improp (Motorcycle)','75','3523','S',283,283,'100.00%',0),('No Foot Rest On Motorcycle','75','3524','S',7,7,'100.00%',0),('Not Wear Proper Headgear On Motorcycle','75','3525','S',1353,1353,'100.00%',0),('Fail to Operate Motorcycle Lamps','75','3526','S',72,72,'100.00%',0),('Pedestrian Fail To Obey Traffic Controls','75','3541','S',12,12,'100.00%',0),('Fail To Yield Right Of Way To Ped','75','3542','S',190,190,'100.00%',0),('Pedestrian Fail To Yield','75','3543','S',96,96,'100.00%',0),('Pedestrian Walk Too Close To Rwy','75','3544','S',161,161,'100.00%',0),('Solicit Ride','75','3545','S',67,67,'100.00%',0),('Disregard Safety Zone','75','3546','S',7,7,'100.00%',0),('Fail To Yield Pedestrians On Sidewalks','75','3547','S',4,4,'100.00%',0),('Pedest Fail To Yield To Auth Emerg Veh','75','3548','S',4,4,'100.00%',0),('Intoxi Pedest Causing Hazard','75','3550','S',225,225,'100.00%',0),('Pedest Fail To Comply W Bridge Signal','75','3551','S',8,8,'100.00%',0),('Stand Unattended','75','3701','S',318,318,'100.00%',0),('Leaving Child Unattended In Vehicle','75','3701.1','S',327,327,'100.00%',0),('Back Up Vehicle Improperly','75','3702','S',2006,2006,'100.00%',0),('Drive On Sidewalk','75','3703','S',1039,1039,'100.00%',0),('Drive W View Obstructed','75','3704','S',74,74,'100.00%',0),('Opening Door Unsafely','75','3705','S',58,58,'100.00%',0),('Person In Trailer','75','3706','S',3,3,'100.00%',0),('Violate 500 Ft Limitation','75','3707','S',3,3,'100.00%',0),('Drive Over Fire Hose','75','3708','S',43,43,'100.00%',0),('Depositing Waste On Hwy','75','3709','S',2070,2070,'100.00%',0),('Improper Entering To Intersection','75','3710','S',140,140,'100.00%',0),('Hang On Vehicle','75','3711','S',72,72,'100.00%',0),('Abandoning Veh on Pub/Private Prop','75','3712','M3',21,789,'2.66%',0),('Abandoning Veh on Pub/Private Prop','75','3712','S',768,789,'97.34%',0),('Stripping Abandoned Vehicle','75','3712.2','F3',3,16,'18.75%',0),('Stripping Abandoned Vehicle','75','3712.2','M3',13,16,'81.25%',0),('Rr Train Blocking Rwy','75','3713','S',2,2,'100.00%',0),('Careless Driving','75','3714','S',171576,171576,'100.00%',0),('Restriction On Alcoholic Beverages','75','3715','S',149,149,'100.00%',0),('Accidents Involving Overturned Veh. - Speeding, Careless Driving, etc','75','3716','S',38,38,'100.00%',0),('Dam Real Prop By Oper Mot Veh','75','3717','S',3397,3397,'100.00%',0),('Minor Prohibited/Operating W/Alcohol','75','3718','S',5686,5686,'100.00%',0),('Passenger In Open Truck Children','75','3719','S',105,105,'100.00%',0),('Snow and Ice Dislodged or Falls From Moving Vehicle','75','3720','S',1,1,'100.00%',0),('Adult Dr W/Bl Alc Lev .10%/Greater 3rd Off','75','3731','M1',43,5091,'0.84%',0),('Driving Under The Influence Of Alcohol','75','3731','M2',5038,5091,'98.96%',0),('Driving Under The Influence Of Alcohol','75','3731','M3',10,5091,'0.20%',0),('Homicide By Vehicle','75','3732','F3',1241,1243,'99.84%',0),('Homicide By Vehicle','75','3732','M1',2,1243,'0.16%',0),('Aggravated assault by vehicle','75','3732.1','F3',1276,1276,'100.00%',0),('Fleeing Or Attempting To Elude Officer','75','3733','F3',11705,22479,'52.07%',0),('Fleeing Or Attempting To Elude Officer','75','3733','M2',10753,22479,'47.84%',0),('Fleeing Or Attempting To Elude Officer','75','3733','S',21,22479,'0.09%',0),('Dr W/O Light To Avoid Ident Arrest','75','3734','S',1467,1467,'100.00%',0),('Homi By Veh While Dr Under The Infl','75','3735','F2',882,885,'99.66%',0),('Homi By Veh While Dr Under The Infl','75','3735','F3',2,885,'0.23%',0),('Permitting Violation - Homic by Veh While Dr Under the Influence','75','3735','S',1,885,'0.11%',0),('Aggravated Assault By Vehicle While Dui','75','3735.1','F2',3689,3690,'99.97%',0),('Permitting Violation - Aggravated Assault By Vehicle While DUI','75','3735.1','S',1,3690,'0.03%',0),('Reckless Driving','75','3736','S',42760,42760,'100.00%',0),('Accidents Involving Death Or Personal Injury','75','3742','F2',107,6374,'1.68%',0),('Accidents Involving Death Or Personal Injury','75','3742','F3',1574,6374,'24.69%',0),('Accidents Involving Death Or Personal Injury','75','3742','M1',4683,6374,'73.47%',0),('Accidents Involv.Death/Personal Injury','75','3742','M3',10,6374,'0.16%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','F3',1559,5333,'29.23%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','M2',3770,5333,'70.69%',0),('Acc Involving Death/Injury-Not Properly Licensed','75','3742.1','S',4,5333,'0.08%',0),('Accident Involv Damage Attended Vehicle/Prop','75','3743','M3',22520,22571,'99.77%',0),('Fail Involved In Acci Stop At Scene','75','3743','S',51,22571,'0.23%',0),('Fail To Report Accident To Police','75','3744','S',13266,13266,'100.00%',0),('Acci Dam To Unattended Veh Or Propert','75','3745','S',19449,19449,'100.00%',0),('Accident Scene Clearance - Vehicle Not Require Towing','75','3745.1','S',59,59,'100.00%',0),('Fail To Not Police Depart Of Acci','75','3746','S',10232,10232,'100.00%',0),('Fail To Rep Acci To Police Within 5 Days','75','3747','S',7,7,'100.00%',0),('Give False Information','75','3748','S',1786,1786,'100.00%',0),('Reports By Emergency Room Personnel','75','3755','S',1,1,'100.00%',0),('Accidents Inv. Certain Vehicles - Testing Req.','75','3756','S',7,7,'100.00%',0),('DUI: Gen Imp/Inc of Driving Safely - 1st Off','75','3802','M',706311,793276,'89.04%',0),('DUI: Gen Imp/Inc of Driving Safely - 1st Off','75','3802','M1',80034,793276,'10.09%',0),('DUI: Gen Imp/Inc of Driving Safely - 4th Off & Sub Off','75','3802','M2',6897,793276,'0.87%',0),('DUI: Highest Rte of Alc (BAC .16+) 1st Off','75','3802','S',34,793276,'0.00%',0),('DUI','75','3803','M1',1,1,'100.00%',0),('Ill Operate w/o Ig Int (BAC .025+) 1st Off','75','3808','M',2294,2984,'76.88%',0),('Ill Operate w/o Ig Int (BAC .025+) 1st Off','75','3808','M3',686,2984,'22.99%',0),('Ill Operate Vehicle W/Out Ignition Interlock','75','3808','S',4,2984,'0.13%',0),('Restrictions on Alcoholic Beverages','75','3809','S',19498,19498,'100.00%',0),('Promulgation Vehicle Equipment Stds','75','4103','S',4,4,'100.00%',0),('Oper/Perm Op W/Unsafe Eqmt/','75','4107','S',4528,4528,'100.00%',0),('Lighting Equipment Regs.','75','4301','S',19,19,'100.00%',0),('Period For Requiring Lighted Lamps','75','4302','S',7558,7558,'100.00%',0),('No Rear Lights','75','4303','M',1,23767,'0.00%',0),('No Headlights','75','4303','S',23766,23767,'100.00%',0),('Operating Without Lights','75','4304','S',46,46,'100.00%',0),('Violate Hazard Regulation','75','4305','S',837,837,'100.00%',0),('Not Use Low Beam','75','4306','S',2997,2997,'100.00%',0),('Display Illegal Sign','75','4307','S',13,13,'100.00%',0),('Lighted Head Lamps Req. in Work Zones','75','4309','S',8,8,'100.00%',0),('Viol Brake Regulation','75','4502','S',26,26,'100.00%',0),('Viol Sound Level','75','4523','S',1186,1186,'100.00%',0),('Improp Sunscreening','75','4524','S',4404,4404,'100.00%',0),('Improp Tires','75','4525','S',1324,1324,'100.00%',0),('Improp Replacement Of Glass','75','4526','S',177,177,'100.00%',0),('Television Equip. Improp. Placed','75','4527','S',20,20,'100.00%',0),('No Slow Moving Emblem','75','4529','S',11,11,'100.00%',0),('Less Than Three Portable Warn Devices','75','4530','S',4,4,'100.00%',0),('Violate Clean Air Act','75','4531','S',19,19,'100.00%',0),('Viol Smoke Standard','75','4532','S',2,2,'100.00%',0),('Viol Splashguard Reg','75','4533','S',9,9,'100.00%',0),('No Rearview Mirror','75','4534','S',58,58,'100.00%',0),('Have Improper Horn','75','4535','S',20,20,'100.00%',0),('Regulation Bumper Req','75','4536','S',156,156,'100.00%',0),('Display Improp Lights','75','4571','S',47,47,'100.00%',0),('Improp Lights','75','4572','S',38,38,'100.00%',0),('Identifying Markings','75','4573','S',5,5,'100.00%',0),('Fail To Use Safety Belt System','75','4581','S',31468,31468,'100.00%',0),('Refuse Inspection','75','4701','S',39,39,'100.00%',0),('Emission Inspection Required','75','4702','S',134,134,'100.00%',0),('Operat Veh W/O Valid Inspect','75','4703','S',20555,20555,'100.00%',0),('Notice Of Violation/Required Corrections','75','4704','S',26,26,'100.00%',0),('Evidence Of Emission Inspection','75','4706','S',2587,2587,'100.00%',0),('Inspection Of Motorcycle','75','4708','S',5,5,'100.00%',0),('Operation W/O Certi Of Appoint','75','4725','S',568,568,'100.00%',0),('Prohibition against inspection without certification','75','4726','S',518,518,'100.00%',0),('Proof Of Insurance','75','4727','S',97,97,'100.00%',0),('Fail To Display Cert Inspect','75','4728','S',134,134,'100.00%',0),('Unauth Remov Cert Insp','75','4729','S',41,41,'100.00%',0),('Violation Of Use Of Certif Of Inspection','75','4730','S',2741,2741,'100.00%',0),('Records/ Inspections & Certificates Issued','75','4731','S',26,26,'100.00%',0),('Ille Oper/Move/Trans Veh Exc Its Limit','75','4901','S',12,12,'100.00%',0),('Violate Restrictions Based on Traffic Conditions','75','4902','S',16,16,'100.00%',0),('Dr W/Unsecured Load','75','4903','S',202,202,'100.00%',0),('Illegal Tow Of More Than One Veh','75','4904','S',5,5,'100.00%',0),('Improper Safety Chains','75','4905','S',40,40,'100.00%',0),('Exceed 8 Ft Width','75','4921','S',6,6,'100.00%',0),('Exceed Height Allowance','75','4922','S',3,3,'100.00%',0),('Fail Disp Red Flag Cloth On Pro Load','75','4924','S',27,27,'100.00%',0),('Exceed Max Width Of Proj Load/Pass Veh','75','4925','S',15,15,'100.00%',0),('Max Gross Weight Vehicles','75','4941','S',14,14,'100.00%',0),('Exceed Gross Reg Weight/Single Vehicle','75','4942','S',35,35,'100.00%',0),('Improp Lift Axle Position','75','4943','S',7,7,'100.00%',0),('Viol Rules Pa Turnpike Comm','75','6110','S',1277,1277,'100.00%',0),('Fare Evasion - Affirmative Action','75','6110.1','M3',93,260,'35.77%',0),('Fare Evasion','75','6110.1','S',167,260,'64.23%',0),('Interfere W/Devices Signs Or Signals','75','6126','S',84,84,'100.00%',0),('Dealing In Official Traffic Control Devices, Etc','75','6128','S',6,6,'100.00%',0),('Driving With Suspended License','75','624','M',1,1,'100.00%',0),('Investigation/Records','75','6308','M3',951,2663,'35.71%',0),('Investigation By Officer/Duty Of Operator','75','6308','S',1712,2663,'64.29%',0),('Enforcement Author (Fail To Comply)','75','6311','S',15,15,'100.00%',0),('Fail to comply with subchapter','75','6324','S',2,2,'100.00%',0),('Violate Rules/Regs Motor Vehicle Code','75','6502','S',3494,3494,'100.00%',0),('Subsequent Conviction General Offenses','75','6503','M1',4,25,'16.00%',0),('Subsequent Conviction General Offenses','75','6503','M2',5,25,'20.00%',0),('Subsequent Conviction General Offenses','75','6503','M3',1,25,'4.00%',0),('Subsequent Conviction General Offenses','75','6503','S',15,25,'60.00%',0),('Habitual Offenders','75','6503.1','M2',3190,3190,'100.00%',0),('Fail To Have Perm Veh Id No','75','7101','S',11,11,'100.00%',0),('Remov Or Falsif Veh Engine Trans Id #','75','7102','S',5,5,'100.00%',0),('Deal W/Remo/False Identi Numb','75','7103','M3',1,5,'20.00%',0),('Deal W/Remo/False Identi Numb','75','7103','S',4,5,'80.00%',0),('State Replacement Id Plate','75','7104','S',1,1,'100.00%',0),('Deal In Titles & Plates Stolen Veh','75','7111','M1',45,45,'100.00%',0),('False Rep Theft/Conversion Of Veh Police','75','7112','M3',121,121,'100.00%',0),('Fraudulent Removal Of Veh Garage','75','7116','S',4,4,'100.00%',0),('Make False Appli For Title Reg','75','7121','M1',594,594,'100.00%',0),('Poss/Sale/Use Display Documents','75','7122','M1',8082,8085,'99.96%',0),('Permitting Violation - Poss/Safe/Use Display Documents','75','7122','S',3,8085,'0.04%',0),('Unlaw Sale Or Purchase Cert Or Doc','75','7123','S',53,53,'100.00%',0),('Fraudulent Use/Removal Of Reg Plate','75','7124','S',1558,1558,'100.00%',0),('Change Of Odometer Reading','75','7132','F3',63,64,'98.44%',0),('Change Of Odometer Reading','75','7132','M3',1,64,'1.56%',0),('Fail To Adjust Odometer/Affix Prop Notice','75','7133','F3',9,9,'100.00%',0),('Give False Statement To Transferee','75','7134','F3',122,130,'93.85%',0),('Give False Statement To Transferee','75','7134','M3',8,130,'6.15%',0),('Odometer Mileage St Inspection','75','7135','F3',221,225,'98.22%',0),('Odometer Mileage St Retention','75','7135','M3',4,225,'1.78%',0),('Conspiracy Viol Odometer Req','75','7136','F3',3,3,'100.00%',0),('Unauth Salvor','75','7301','S',2,2,'100.00%',0),('Unauth Messenger Service','75','7501','S',59,59,'100.00%',0),('Agents Duties and Responsibities: General Rule','75','7504.1','S',2,2,'100.00%',0),('Operate Mess Service W/O Adher To Regs','75','7505','S',2,2,'100.00%',0),('Viol. Rules/Regs Mess Serv','75','7506','S',7,7,'100.00%',0),('Alteration or Destruction of Vehicle Identification Number','75','7703','F3',1,1,'100.00%',0),('Disposition of Vehicle or Vehicle Part With Altered Vehicle Identification Number','75','7704','F3',2,2,'100.00%',0),('Registration Of Dealers','75','7711','S',41,41,'100.00%',0),('Unlawful Operation - Reg. Certificate','75','7711.1','S',395,395,'100.00%',0),('Display Reg. Plate/Decal','75','7711.2','S',17,17,'100.00%',0),('Execution Of Assignment And Warranty Of Title Req.','75','7712.1','S',21,21,'100.00%',0),('Assignment Of Warranty Of Title','75','7712.2','S',261,261,'100.00%',0),('Transfer By Operation Of Law','75','7712.3','S',4,4,'100.00%',0),('Operation On Streets And Highways','75','7721','S',1168,1168,'100.00%',0),('Designation Of Snowmobile/Atv Roads','75','7722','S',2,2,'100.00%',0),('Operation On Private Property W/O Consent','75','7724','S',117,117,'100.00%',0),('Permitting Unauthorized Operation','75','7725','S',2,2,'100.00%',0),('Unlawful Operate Snow/Atv Under Influence','75','7726','S',1021,1021,'100.00%',0),('Unlawful Oper. With Bow & Arrow/Loaded Firearm','75','7727','S',4,4,'100.00%',0),('Accidents/Reports - Duty To Stop And Provide Info','75','7728','S',16,16,'100.00%',0),('Snowmobile/Atv Liability Ins. Req.','75','7730','S',311,311,'100.00%',0),('Operate Head Lamps During Hours Of Darkness','75','7741','S',59,59,'100.00%',0),('Atvs - Unlawful Oper. W/Out Brakes','75','7742','S',4,4,'100.00%',0),('Unlawful Operate Snow/Atv W/Out Muffler','75','7743','S',1,1,'100.00%',0),('Viol Hazar Mat Transpor Reg Wil','75','8306','M3',9,18,'50.00%',0),('Viol Hazar Mat Transpor Regs','75','8306','S',9,18,'50.00%',0),('Workmans Compensation Insurance Fraud','77','1039.2','F3',140,140,'100.00%',0),('Workerscomp Insurance Payment','77','501','F3',27130,56276,'48.21%',0),('Workerscomp Insurance Payment','77','501','M3',29120,56276,'51.74%',0),('Workerscomp Insurance Payment','77','501','S',26,56276,'0.05%',0),('ENUMERATION OF UNREASONABLE NOISE','858','113-3','S',2,2,'100.00%',0),('HOURS','95','5','S',3,3,'100.00%',0),('POSSESSION OF OPEN CONTAINER','BO','60','S',1,1,'100.00%',0),('Viol-City Code','CO','1','S',2,2,'100.00%',0),('VIOL-ORDINANCES GENL','CO','10102','S',9,9,'100.00%',0),('VIOL-ORDINANCES GENL','CO','10103','S',2,2,'100.00%',0),('MASSAGE BUSINESS','CO','90601','S',16,16,'100.00%',0),('Animals-Nuisances','CO','10105','S',1,1,'100.00%',0),('Dog Licenses','CO','10106','S',1,1,'100.00%',0),('Blocking Access','CO','101503','S',2,2,'100.00%',0),('Disorderly Conduct','CO','101603A','S',45,45,'100.00%',0),('Failure to Disperse','CO','101603B','S',36,36,'100.00%',0),('Public Drunkenness','CO','101603C','S',54,54,'100.00%',0),('Noises/Vibrations','CO','10404','S',1,1,'100.00%',0),('Defacing Property','CO','10501','S',3,3,'100.00%',0),('Spitting','CO','10601','S',3,3,'100.00%',0),('Smoking','CO','10602','S',15,15,'100.00%',0),('Loitering','CO','10603','S',135,135,'100.00%',0),('Alcoholic Beverages','CO','10604','S',303,303,'100.00%',0),('Drinking Restricted','CO','106042B','S',54,54,'100.00%',0),('Public Urination','CO','10609','S',137,137,'100.00%',0),('Sidewalk Behavior','CO','10611','S',13,13,'100.00%',0),('Gambling','CO','10612','S',37,37,'100.00%',0),('Litter-Public Places','CO','10702','S',4,4,'100.00%',0),('Litter on Sidewalks','CO','10704','S',8,8,'100.00%',0),('Litter from Vehicles','CO','10706','S',1,1,'100.00%',0),('False Alarms','CO','10804','S',1,1,'100.00%',0),('Weapons, Devices','CO','10810','S',35,35,'100.00%',0),('Shopping Carts','CO','10812','S',1,1,'100.00%',0),('Incendiary Devices','CO','10816','S',2,2,'100.00%',0),('Firearms in Public','CO','10818','S',1,1,'100.00%',0),('Cutting Weapons','CO','10820','S',33,33,'100.00%',0),('Contraband Weapons','CO','10821','S',1,1,'100.00%',0),('Weapons in Buildings','CO','10822','S',1,1,'100.00%',0),('STUN GUNS','CO','10825','S',4,4,'100.00%',0),('BICYCLE REGULATIONS','CO','120811','S',10,10,'100.00%',0),('PERMITS REQUIRED','CO','121109','S',1,1,'100.00%',0),('SOUND REPRODUCTION / PROHIBITED NOISE','CO','121126','S',1,1,'100.00%',0),('Prohibited Conduct Owner; Minor in Estab. Past Curfew','CO','3-333','S',5,5,'100.00%',0),('Noise Level','CO','3343','S',4,4,'100.00%',0),('VENDING PROHIBITED','CO','9205','S',8,8,'100.00%',0),('BICYCLE REGULATIONS','CO','99528','S',2,2,'100.00%',0),('Throwing Litter From Vehicles','CP','258','S',2,2,'100.00%',0),('Unattended Fire On Property','LO','00-05','S',2,2,'100.00%',0),('BARKING DOGS, DOG RUNNING AT LARGE','LO','1','S',3,26,'11.54%',0),('Viol-Ordinances Genl','LO','10102','S',1,1,'100.00%',0),('Curfew','LO','4','S',1,2,'50.00%',0),('Public Urination Or Defecation','LO','8-Apr','S',3,3,'100.00%',0),('Disordered Gatherings','LO','4/24/2008','S',4,4,'100.00%',0),('DISORDERLY CONDUCT','LO','4-Jun','S',1,1,'100.00%',0),('Park After Hours','LO','1','S',23,26,'88.46%',0),('Failure to Keep Unit Clean/Safe, Fail to Use Proper Trash Disposal Methods','LO','Jan-08','S',2,2,'100.00%',0),('Noise Violation','LO','10','S',6,6,'100.00%',0),('Noise Control','LO','10-204','S',20,20,'100.00%',0),('Open Container - Carrying & Disposal','LO','10/3/2001','S',1,1,'100.00%',0),('Park Operating Policy','LO','10-301','S',27,27,'100.00%',0),('NO BEER,DRUGS,ALCOHOLIC BEV. IN CITY PARKS','LO','10-301.17','S',3,3,'100.00%',0),('Enumeration of Nuisances - Neglect/Refusal regard/obey orders of any police officer','LO','10-305','S',2,2,'100.00%',0),('Riding-Parking To Block Pedestrians','LO','100','S',2,2,'100.00%',0),('PASSENGERS PROHIBITED','LO','100-10','S',1,1,'100.00%',0),('LIGHTS & REFLECTORS REQUIRED FOR BICYCLE','LO','100-12','S',7,7,'100.00%',0),('Bicycle Equipped w/ Brakes in proper working order','LO','100-13','S',2,2,'100.00%',0),('Peddling and Soliciting without permit','LO','100-2','S',2,2,'100.00%',0),('REGISTRATION/LICENSING OF BICYCLE REQUIRED','LO','100.2','S',2,2,'100.00%',0),('Public Urination & Defecation Prohibited','LO','1003','S',2,2,'100.00%',0),('Loitering','LO','100603','S',2,2,'100.00%',0),('Alcoholic Beverages','LO','100604','S',1,1,'100.00%',0),('Public Urination','LO','100609','S',2,2,'100.00%',0),('Cutting Weapons','LO','100820','S',1,1,'100.00%',0),('In Twp Park After Sunset W/O Permit','LO','101','S',1,1,'100.00%',0),('Dog Running At Large / Barking Dog','LO','1019','S',2,2,'100.00%',0),('Registration Required','LO','102','S',12,12,'100.00%',0),('Disorderly Conduct','LO','102-2','S',1,1,'100.00%',0),('Nuisance Behaviors','LO','102-3','S',1,1,'100.00%',0),('Tampering With Borough Property','LO','1024','S',1,1,'100.00%',0),('Dogs Running At Large','LO','103','S',6,6,'100.00%',0),('Disorderly Conduct','LO','104','S',3,3,'100.00%',0),('Code of Malvern Boro - Firearms Discharge Restricted','LO','104-2','S',1,1,'100.00%',0),('DISORDERLY CONDUCT','LO','104.1','S',2,2,'100.00%',0),('Termination Of Service/Unauth.Connections','LO','1046-33','S',1,1,'100.00%',0),('Discharging Firearms','LO','1047','S',1,1,'100.00%',0),('Boro Ordinance: Operation Of Bicycles','LO','105','S',2,2,'100.00%',0),('NOISE DISTRUBANCE','LO','105-3','S',2,2,'100.00%',0),('Gambling','LO','10612','S',1,1,'100.00%',0),('No One Permitted Between Dusk & Dawn In Parks','LO','1062','S',1,1,'100.00%',0),('NO ONE PERMITTED BETWEEN DUSK & DAWN IN PARKS','LO','1062.01','S',1,1,'100.00%',0),('PEDDLING & SOLICITING','LO','107','S',1,1,'100.00%',0),('Township Parks Violation, After Hours','LO','107-2','S',1,1,'100.00%',0),('Maintain /Frequent Disorderly House','LO','1073','S',1,1,'100.00%',0),('ALCOHOLIC BEVERAGES PROHIBITED IN ANY PARK','LO','1083','S',3,3,'100.00%',0),('POSSESSION OF B B GUN','LO','109','S',14,14,'100.00%',0),('Nuisances; remain on property after being told to leave','LO','109-3','S',1,1,'100.00%',0),('No Person Shall Possess, Sell Any Drug Paraphernal','LO','2-Nov','S',24,24,'100.00%',0),('Fleeing to Evade Police','LO','3-Nov','S',5,5,'100.00%',0),('Activities Prohibited - Disorderly Conduct','LO','21-Nov','S',1,1,'100.00%',0),('Unlawful Activities','LO','110','S',62,62,'100.00%',0),('LICENSE REQUIRED','LO','1104','S',1,1,'100.00%',0),('Junkers Ordianance','LO','1107','S',5,5,'100.00%',0),('Transient Business Without License','LO','111','S',1,1,'100.00%',0),('Burning Domestic Refuse/Causing Exessive Smoke','LO','112','S',12,12,'100.00%',0),('Unlawful Possession of Open Containers','LO','1125','S',3,3,'100.00%',0),('Soliciting And Pedeling Prohibited','LO','113','S',5,5,'100.00%',0),('Millersville Open Alcoholic Bev Container Ordinanc','LO','114','S',53,53,'100.00%',0),('Annoyance or Discomfort to Persons beyond the Boundaries of Property','LO','114-4','S',3,3,'100.00%',0),('Nuisance Property-Interference W/Health & Safety','LO','114.4','S',1,1,'100.00%',0),('Animal Nuisances','LO','1159','S',2,2,'100.00%',0),('ALL DOG TO DEFICATE & NOT CLEAN UP','LO','1159.06','S',1,1,'100.00%',0),('Running at Large Prohibited','LO','1159.15','S',1,1,'100.00%',0),('Discharge Prohibited;violations And Penalties','LO','116-2','S',2,2,'100.00%',0),('Loitering','LO','1170','S',2,2,'100.00%',0),('Loitering','LO','1179','S',4,4,'100.00%',0),('Peddle Merchandise W/O Permit','LO','118','S',2,2,'100.00%',0),('PEACE NUISANCE EXPECTORATION PROHIBITED','LO','1185.02','S',1,1,'100.00%',0),('Firearms','LO','119','S',15,15,'100.00%',0),('FIREARMS','LO','119-2','S',1,1,'100.00%',0),('ALCOHOLIC BEVERAGES','LO','12-1.1','S',6,6,'100.00%',0),('Failure To Remove Rubbish Fron Property','LO','120','S',1,1,'100.00%',0),('PARKS CLOSED','LO','1207','S',1,1,'100.00%',0),('Offense Against Public Peace- Open Container','LO','121-3','S',1,1,'100.00%',0),('CURFEW','LO','121-4','S',2,2,'100.00%',0),('Unnecessary Noises','LO','122-2','S',2,2,'100.00%',0),('Discharge of firearms prohibited','LO','122-3','S',2,2,'100.00%',0),('Firearms Discharged Restricted','LO','124','S',175,175,'100.00%',0),('Obstruction of Travel in Public Areas Prohibited','LO','125-34','S',2,2,'100.00%',0),('Use Regulations','LO','1258','S',2,2,'100.00%',0),('PERSONS IN TWP. PARK AFTER HOURS.','LO','126','S',5,5,'100.00%',0),('Committing Public Indecency','LO','1268','S',4,4,'100.00%',0),('Disorderly Conduct','LO','127','S',12,12,'100.00%',0),('Noise, Loud, Disturbing, Unnecessary Noise Proh','LO','128','S',6,6,'100.00%',0),('Noise Violation','LO','1283','S',1,1,'100.00%',0),('Vagrancy','LO','1285','S',1,1,'100.00%',0),('Discharge Firearms','LO','129','S',6,6,'100.00%',0),('DISCHARGE OF FIREARMS','LO','129-13','S',44,44,'100.00%',0),('DISCHARGE OF FIREARMS','LO','129-3','S',12,12,'100.00%',0),('Peddling; License Required','LO','13','S',7,7,'100.00%',0),('Unlawful Solicitation And Exceptions','LO','13-4','S',3,3,'100.00%',0),('Soliciting Door To Door W/O Permit','LO','130','S',1,1,'100.00%',0),('Drug Paraphernalia','LO','130-3','S',5,5,'100.00%',0),('Noise Disturbance - Barking Dogs','LO','130-5','S',1,1,'100.00%',0),('Disorderly Conduct','LO','131','S',3,3,'100.00%',0),('Parking In Two Spaces','LO','13125','S',1,1,'100.00%',0),('OPEN CONTAINER VIOLATION','LO','1316','S',4,4,'100.00%',0),('Loitering','LO','132','S',5,5,'100.00%',0),('Parks & Playgrounds','LO','132.1','S',2,2,'100.00%',0),('OPEN CONTAINER (PRIVATE PROPERTY)','LO','1326','S',2,2,'100.00%',0),('Consumption/Possession of Open Containers','LO','1331','S',1,1,'100.00%',0),('Discharge Of Firearms Against Public Policy','LO','134','S',6,6,'100.00%',0),('Park Regulation','LO','135','S',1,1,'100.00%',0),('Public Place With Open Container','LO','1350','S',2,2,'100.00%',0),('Peddling And Soliciting','LO','137','S',4,4,'100.00%',0),('Peddling and Soliciting','LO','137-2','S',2,2,'100.00%',0),('Transient Retail Merchants','LO','137.15','S',2,2,'100.00%',0),('Loitering On Private Property','LO','1370','S',1,1,'100.00%',0),('TWP. ORDINANCE- BB GUN','LO','1375','S',1,1,'100.00%',0),('OPEN CONTAINER','LO','1376','S',2,2,'100.00%',0),('Location Bonfire','LO','139','S',2,2,'100.00%',0),('Alcohol Use In Public (Possession)','LO','1397','S',2,2,'100.00%',0),('Loitering And Curfew','LO','1403','S',1,1,'100.00%',0),('Peddling/Soliciting Permit & License Required','LO','141','S',4,4,'100.00%',0),('Disorderly House','LO','1414','S',3,3,'100.00%',0),('Carrying or discharging air rifle','LO','143','S',1,1,'100.00%',0),('Disturbing The Peace','LO','144','S',3,3,'100.00%',0),('Parking On Grass Prohibited','LO','145','S',1,1,'100.00%',0),('Retail Business Ordinance','LO','146-5','S',1,1,'100.00%',0),('License Required for Soliciting or Peddling','LO','147','S',2,2,'100.00%',0),('Use of air gun','LO','148','S',2,2,'100.00%',0),('Use & Possession of BB, Spring Air, & Pneumatic Guns','LO','148-7','S',2,2,'100.00%',0),('Skateboarding On Public Sidewalk','LO','15','S',6,6,'100.00%',0),('Stopping, Standing Or Parking In A Lane Of Traffic','LO','15-403','S',3,3,'100.00%',0),('Tampering With Boot Prohibited','LO','15-817','S',1,1,'100.00%',0),('Discharge Restricted','LO','151','S',5,5,'100.00%',0),('Discharge Of Firearms Prohibited (Pellet Gun)','LO','152','S',1,1,'100.00%',0),('DISCHARGE OF FIREARMS PROHIBITED (PELLET GUN)','LO','152-2','S',1,1,'100.00%',0),('Open Fires And Burning','LO','153','S',1,1,'100.00%',0),('Use of Firearms Restricted','LO','154-6','S',3,3,'100.00%',0),('Double Parked On Roadway','LO','15403','S',1,1,'100.00%',0),('Discharge of Firearms','LO','155','S',14,14,'100.00%',0),('Hours Of Operation','LO','156-3','S',1,1,'100.00%',0),('Code Of E Goshen Twp Noise Dis Proh Loading Unload','LO','156-5','S',1,1,'100.00%',0),('Public Soliciation','LO','157','S',2,2,'100.00%',0),('Firearms In City','LO','1579','S',1,1,'100.00%',0),('Open Container','LO','158','S',2,2,'100.00%',0),('Peace And Good Order','LO','158-1','S',7,7,'100.00%',0),('Park After Hours','LO','16','S',9,9,'100.00%',0),('Vehicles/Non Vehicles On Levee Area Prohibited','LO','16-102','S',1,1,'100.00%',0),('Riding Bikes On The Sidewalk','LO','16-206','S',2,2,'100.00%',0),('Rules and Regulations Applicable in Parks and Recreation Areas','LO','16.1','S',4,4,'100.00%',0),('Peddling, Soliciting, and Transient Business','LO','1603','S',1,1,'100.00%',0),('Local Noise Ordinance','LO','161','S',1,1,'100.00%',0),('Local Noise Ordinance','LO','161-4','S',1,1,'100.00%',0),('Disorderly House','LO','1616','S',2,2,'100.00%',0),('Panhandling','LO','1617','S',1,1,'100.00%',0),('Discharge of firearm prohibited','LO','1622.6','S',1,1,'100.00%',0),('Care And Removal Of Rubbish','LO','1632','S',1,1,'100.00%',0),('Cold Canvas Prohibited','LO','164-3','S',2,2,'100.00%',0),('No Permitted In Park After Dark','LO','165','S',1,1,'100.00%',0),('Non-Payment Of Business License','LO','166','S',1,1,'100.00%',0),('Peace & Good Order - Alcohol Concealed','LO','167-3','S',1,1,'100.00%',0),('Park hours - not permitted between dawn and dusk','LO','168','S',4,4,'100.00%',0),('Parks and Recreation Area - General Rules/Regs','LO','168-2','S',2,2,'100.00%',0),('Scavenging','LO','17','S',15,15,'100.00%',0),('LICENSE REQUIRED FOR SOLICITING','LO','170','S',24,24,'100.00%',0),('To Use Or Possess Illegal Drug Paraphernalia','LO','170-1','S',8,8,'100.00%',0),('Carrying Opened Container Of Alcoholic Beverage','LO','1711','S',2,2,'100.00%',0),('Peddling & Soliciting','LO','172','S',1,1,'100.00%',0),('USE OF FIREARMS RESTRICTED','LO','172.2','S',2,2,'100.00%',0),('Unlawful Solicitation','LO','1726','S',2,2,'100.00%',0),('Firearms and Weapons - Discharge of Firearms Prohibited','LO','173-1','S',2,2,'100.00%',0),('Noise Ordinace','LO','174-3','S',1,1,'100.00%',0),('Discharge Of Firearms,weapons Or Projectiles','LO','175','S',2,2,'100.00%',0),('LOITERING & PROWLING IN THE CITY PROHIBITED','LO','1750','S',1,1,'100.00%',0),('Lingering In Or About Specified Facilities','LO','179','S',1,1,'100.00%',0),('Operation and Parking of Motor Drive Vehicles','LO','18','S',1,1,'100.00%',0),('Sewage System Maintenance','LO','18-16 (3)','S',1,1,'100.00%',0),('Soliciting without a permit','LO','1824','S',1,1,'100.00%',0),('Restrictions On Solicitors','LO','1829-95','S',1,1,'100.00%',0),('Disorderly Conduct Prohibited','LO','184-1','S',2,2,'100.00%',0),('Disturbance of Peace Prohibited - Open Container','LO','184-2','S',11,11,'100.00%',0),('Soliciting By Charitable Organization W/Out Permit','LO','1846-95','S',6,6,'100.00%',0),('Disorderly Conduct','LO','185','S',11,11,'100.00%',0),('VEHICLE OPERATIONS RESTRICTIONS/VEHICLE NOISE','LO','185-2','S',1,1,'100.00%',0),('NOISE ORDINANCE VIOLATION','LO','185-3','S',5,5,'100.00%',0),('Discharging A Weapon','LO','188','S',1,1,'100.00%',0),('Peddling and soliciting','LO','188-1','S',2,2,'100.00%',0),('Daytime Curfew','LO','188-204','S',1,1,'100.00%',0),('Loitering','LO','19-102','S',1,1,'100.00%',0),('Parked Vehicle In A Posted Fire Lane','LO','190','S',1,1,'100.00%',0),('Drug-related loitering','LO','192','S',2,2,'100.00%',0),('Park Hours','LO','192-3','S',3,3,'100.00%',0),('Transient Retail Businesses','LO','194','S',2,2,'100.00%',0),('Parks & Recreation Activities Prohibited','LO','194-5','S',1,1,'100.00%',0),('Disorderly Conduct','LO','1947-40','S',2,2,'100.00%',0),('Parks & Recreation Prohibited Activities','LO','195','S',4,4,'100.00%',0),('Parks & Recreation Personal Conduct Disturb','LO','195-4','S',1,1,'100.00%',0),('Discharge of Firearms within Derry Township Limits','LO','1954-1','S',2,2,'100.00%',0),('Noises And Disturbances','LO','196','S',6,6,'100.00%',0),('Transient Retail Business','LO','196-5','S',1,1,'100.00%',0),('Unreasonable Noise','LO','1964-5','S',1,1,'100.00%',0),('Discharge Of Firearms Prohibited','LO','1977-16','S',2,2,'100.00%',0),('Dogs Running At Large','LO','1979-12','S',1,1,'100.00%',0),('Noise Ordinance Violation','LO','198','S',5,5,'100.00%',0),('Noise Ordinance','LO','198-4','S',76,76,'100.00%',0),('PROHIBITED ACTS; NOISE DISTURBANCE','LO','198.4','S',6,6,'100.00%',0),('Animals Running at Large','LO','1982','S',1,1,'100.00%',0),('Disorderly Conduct','LO','1983-1','S',2,2,'100.00%',0),('ACCUMULATION OF RUBBISH,TRASH ETC.','LO','1986-3','S',1,1,'100.00%',0),('Porhibited Activities','LO','1988-13','S',1,1,'100.00%',0),('Open Fires and Burning','LO','1996-1','S',1,1,'100.00%',0),('Ordinance Restricting Traffic','LO','1997-2','S',1,1,'100.00%',0),('Disturbing The Peace - Unnecessary Noise','LO','1997-4','S',1,1,'100.00%',0),('Loitering upon any Access Property','LO','1998-007','S',1,1,'100.00%',0),('Disorderly House','LO','1998-5','S',1,1,'100.00%',0),('Disorderly Conduct','LO','2','S',56,56,'100.00%',0),('Dog At Large','LO','2,3','S',1,1,'100.00%',0),('Nuisances','LO','2-103','S',4,4,'100.00%',0),('Unhealthy Accumulation of Animal Waste','LO','2-106','S',4,4,'100.00%',0),('Possession or Consumption of Alcoholic Beverages in Recreation Area','LO','Feb-70','S',10,10,'100.00%',0),('License Req','LO','2.3','S',2,2,'100.00%',0),('Open Container','LO','20','S',7,7,'100.00%',0),('POSTED PARK RULE:NO ADMITTANCE AFTER DARK','LO','20-1','S',1,1,'100.00%',0),('Reg For Disposal Of Cumbustible Refuse By Burning','LO','20-109','S',2,2,'100.00%',0),('Open Container','LO','20-4','S',3,3,'100.00%',0),('Soliciting without required registration','LO','200','S',2,2,'100.00%',0),('Noise Ordinance','LO','200-1','S',1,1,'100.00%',0),('Daytime Curfew for Students','LO','200-202','S',1,1,'100.00%',0),('Avoiding Traffic Signals','LO','2000-14','S',1,1,'100.00%',0),('PENBROOK NOISE ORDINANCE','LO','2000-4','S',1,1,'100.00%',0),('Nuisance Violation','LO','2001-5','S',2,2,'100.00%',0),('Borough Park Ordinance','LO','2002-03','S',2,2,'100.00%',0),('Noise','LO','2003','S',1,1,'100.00%',0),('Prohibiting Public Urination','LO','2003-01','S',1,1,'100.00%',0),('Open Burning Ordinance','LO','2006-2','S',1,1,'100.00%',0),('Use or firing of Firearms','LO','2008','S',1,1,'100.00%',0),('Disorderly Gathering On Private Property','LO','2008-07','S',1,1,'100.00%',0),('Disorderly House','LO','2009','S',2,2,'100.00%',0),('Disorderly House','LO','2009-02','S',1,1,'100.00%',0),('Peddling And Soliciting','LO','201','S',10,10,'100.00%',0),('Parking And Trespassing','LO','201-2','S',1,1,'100.00%',0),('Synthetic Cannabis or Other Synthetic Drugs Ord','LO','2011','S',12,12,'100.00%',0),('Chronic Nuisance Property','LO','2011-05','S',4,4,'100.00%',0),('Disorderly Conduct','LO','2013-6','S',1,1,'100.00%',0),('Open Container/Consumption Alcoh.Public Prohibited','LO','202','S',11,11,'100.00%',0),('Violation Of Noise Ordinance','LO','203','S',2,2,'100.00%',0),('Loitering','LO','204','S',75,75,'100.00%',0),('LOITERING FOR UNLAWFUL PURPOSES','LO','204-7','S',73,73,'100.00%',0),('DISORDERLY CONDUCT/BORO ORD.','LO','204.2','S',1,1,'100.00%',0),('Park After Hours','LO','205','S',4,4,'100.00%',0),('NOISE AND DISORDERLY CONDUCT','LO','205-11','S',4,4,'100.00%',0),('Transient Retail Business - License Fees','LO','206','S',2,2,'100.00%',0),('License Required-Transient Retail Business','LO','206-1','S',2,2,'100.00%',0),('Skates, Scooters, Skateboards & Toy Vehicles upon a state highway within the Boro of Mbg','LO','21','S',1,1,'100.00%',0),('DISCHARGE OF FIREARMS IN CITY LIMITS','LO','21-22','S',1,1,'100.00%',0),('Park Closing Hours','LO','210','S',4,4,'100.00%',0),('Parks Regulations','LO','210-2','S',1,1,'100.00%',0),('Reckless Driving upon Private Property','LO','210-30','S',4,4,'100.00%',0),('PARK CLOSING TIME','LO','210-5','S',4,4,'100.00%',0),('Loitering','LO','212','S',1,1,'100.00%',0),('Trespassing on Park Property during Non-Operating Hours','LO','213-3','S',3,3,'100.00%',0),('Loitering','LO','215','S',1,1,'100.00%',0),('Soliciting W/O Permit','LO','219','S',2,2,'100.00%',0),('Parks On Open Space Regulations','LO','22','S',2,2,'100.00%',0),('No Parking Or Stopping Permitted','LO','22-19','S',1,1,'100.00%',0),('Parks after dusk','LO','22-3','S',1,1,'100.00%',0),('Parks and Open Space Shaws Bridge','LO','22.3','S',2,2,'100.00%',0),('Licenses Required (Soliciting)','LO','220','S',2,2,'100.00%',0),('Township Nuisance Ordinance','LO','222-89','S',1,1,'100.00%',0),('Prohibited Activities','LO','225-1','S',2,2,'100.00%',0),('Loitering For Unlawful Activities','LO','229','S',36,36,'100.00%',0),('DISORDERLY CONDUCT (LOAFING)','LO','229-1','S',29,29,'100.00%',0),('KNIVES','LO','229-5','S',6,6,'100.00%',0),('Bicycles To Be Licensed And Tagged','LO','2297','S',4,4,'100.00%',0),('Park After Park','LO','2302','S',23,23,'100.00%',0),('Park Regulations - Posted Hours','LO','231','S',5,5,'100.00%',0),('Discharge Of Firearms In City Limits','LO','232','S',3,3,'100.00%',0),('Operating Transient Retail W/O Req. Licensing','LO','233','S',2,2,'100.00%',0),('DISCHARGE OF FIRE ARMS OR AIR RIFLES','LO','238','S',1,1,'100.00%',0),('Public Park Ord.','LO','2382','S',2,2,'100.00%',0),('Activities Requiring Licenses; Fees','LO','240-1','S',2,2,'100.00%',0),('FOC 25 of 2011 - Synthetic Cannabinoids Within the City','LO','25','S',12,12,'100.00%',0),('OPEN CONTAINER','LO','2502','S',53,53,'100.00%',0),('Noise Ordinance','LO','2503','S',4,4,'100.00%',0),('FEES, REGISTRATION. LICENSING','LO','251-6','S',1,1,'100.00%',0),('Fire Code','LO','2531','S',1,1,'100.00%',0),('Vehicle Parked With Expired Inspection','LO','254-21','S',1,1,'100.00%',0),('Littering','LO','258-18','S',5,5,'100.00%',0),('LITTERING','LO','258-22','S',2,2,'100.00%',0),('DEPOSITING OF LITTER IN PUBLIC PLACE','LO','258.18','S',1,1,'100.00%',0),('Open Container Prohibited In Public','LO','26','S',14,14,'100.00%',0),('Scattering Of Rubbish','LO','2625','S',2,2,'100.00%',0),('Carrying a Weapon in Public','LO','263.1','S',1,1,'100.00%',0),('Discharging Firearm','LO','263.2','S',1,1,'100.00%',0),('Under The Influ Of Alcohol While In Cty Park','LO','27','S',3,3,'100.00%',0),('Parks & Recreation Areas - Prohibited Conduct','LO','270-3','S',1,1,'100.00%',0),('Loud,disturbing, & Unnecessary Noises Prohibited','LO','275-2','S',4,4,'100.00%',0),('Enumeration Of Loud Noises-Yelling, Shouting, Etc','LO','275-3','S',4,4,'100.00%',0),('Firearms, Discharging Prohibited','LO','276','S',1,1,'100.00%',0),('Ud Twp Ordinance Discharge Of Certain Weapons','LO','2765','S',28,28,'100.00%',0),('Loitering','LO','278-2','S',2,2,'100.00%',0),('Personal Conduct County Park','LO','28','S',9,9,'100.00%',0),('Keys In Ignition','LO','285','S',1,1,'100.00%',0),('Key In Ignition','LO','285-105','S',2,2,'100.00%',0),('LEAVING KEY IN LOCK/IGNITION','LO','285.105','S',1,1,'100.00%',0),('Discharge of Deadly Weapons Prohibited','LO','286-1','S',1,1,'100.00%',0),('U.D.twp Viol Fail To Remove Graffiti From Dwelling','LO','2867','S',2,2,'100.00%',0),('Noise Standards','LO','287-83','S',1,1,'100.00%',0),('Required Permit','LO','29','S',5,5,'100.00%',0),('Bicycle - Operation and Parking','LO','29-3','S',2,2,'100.00%',0),('Occupant of Disorderly House','LO','291-2','S',1,1,'100.00%',0),('PEDDLING','LO','2926','S',2,2,'100.00%',0),('USE OF FIREARMS RESTRICTED','LO','2941','S',4,4,'100.00%',0),('Drug Related Loitering','LO','3','S',9,9,'100.00%',0),('Prohibit Use Of Wireless Device While Driving','LO','3 OF 2010','S',1,1,'100.00%',0),('County of Berks Parks Ordinance','LO','8-Mar','S',4,4,'100.00%',0),('Driving/Parking On Sidewalks Prohibited','LO','3-121','S',11,11,'100.00%',0),('No Jaywalking; Excpt At Intersection On Highway','LO','3-123','S',1,1,'100.00%',0),('No Person To Park Tractor-Trailr In Resident Areas','LO','3-131','S',2,2,'100.00%',0),('Open Burning (Burning Ordinance)','LO','Mar-07','S',2,2,'100.00%',0),('Prohibit Use of Interactive Wireless Device While Operating Motor Vehicle','LO','Mar-10','S',1,1,'100.00%',0),('Disorderly Practices','LO','3-302','S',2,2,'100.00%',0),('Prohibtd Conduct Ownr; Minor In Estab Past Curfew','LO','3-333','S',16,16,'100.00%',0),('Loiter/Prowl In Public W Intent; Controlled Subst','LO','3-337','S',23,23,'100.00%',0),('UNLAWFUL TO LOITER/PROWL MALICIOUSLY IN PUB PLACE','LO','3-339','S',21,21,'100.00%',0),('Prohbtd Condct; Unreasonable Noise/Lewd Language','LO','3-341','S',6,6,'100.00%',0),('Loud,Dist,Unnecessary Noise','LO','3-343','S',81,81,'100.00%',0),('Unlawful to Fire any Weapon within City Limits','LO','3-345','S',102,102,'100.00%',0),('Discharging weapons/firearms','LO','3-345.2','S',2,2,'100.00%',0),('OPEN CONTAINERS PROHIBITED','LO','3-347','S',204,204,'100.00%',0),('OPEN CONTAINERS PROHIBITED','LO','3-347.2','S',3,3,'100.00%',0),('Prohibtd State Of Emergency; Possess Firearm','LO','3-355','S',1,1,'100.00%',0),('Unlawful Drop Rubbish/Debris on Street From Vehicle','LO','3-357','S',4,4,'100.00%',0),('Panhandling And Solicitation','LO','3-367','S',7,7,'100.00%',0),('Shelters To Be Provided For Dog Or Cat','LO','3-505','S',6,6,'100.00%',0),('Unlawful For Owner To Abandon Animal','LO','3-509','S',2,2,'100.00%',0),('Discharge Of Firearms Prohibited','LO','Mar-96','S',2,2,'100.00%',0),('BCDH Failure to have Food Manager','LO','3.1','S',1,1,'100.00%',0),('Failure to Repair Lateral Sanitary Sewer (Grade 4)','LO','3.18','S',1,1,'100.00%',0),('Loud, Disturbing Unnecessary Noise','LO','3.343','S',2,2,'100.00%',0),('Solicting W/O A Permit','LO','301','S',4,4,'100.00%',0),('OPEN CONTAINER OF ALCOHOLIC BEVERAGES','LO','3014','S',2,2,'100.00%',0),('Violation Of Boro-Ordinances','LO','302','S',18,18,'100.00%',0),('SOUND AMPLIFICATION','LO','303','S',12,12,'100.00%',0),('Noise Disturbances Prohibited','LO','304','S',4,4,'100.00%',0),('Confinement Of Dogs','LO','305','S',6,6,'100.00%',0),('Interior Structure','LO','305.1','S',21,21,'100.00%',0),('License Required for Solicitors and Canvassers','LO','307','S',3,3,'100.00%',0),('Disorderly Practices','LO','308','S',2,2,'100.00%',0),('Noise Disturbance','LO','3083','S',2,2,'100.00%',0),('POSESSION OF WEAPON IN COUNTY PARK','LO','31','S',1,1,'100.00%',0),('Peddling On Private Property Without A License','LO','311','S',1,1,'100.00%',0),('Peddling on Private Property without a License','LO','311.01','S',1,1,'100.00%',0),('Curfew Violation','LO','313','S',1,1,'100.00%',0),('Disorderly Gatherings On Private Property','LO','314-3','S',4,4,'100.00%',0),('Use Of Firearms Restricted','LO','317','S',1,1,'100.00%',0),('Carrying Of Knives','LO','318','S',4,4,'100.00%',0),('Crossing Police Lines','LO','325','S',1,1,'100.00%',0),('Soliciting Without A Permit/License','LO','329','S',4,4,'100.00%',0),('Loitering Prohibited','LO','33','S',1,1,'100.00%',0),('Possession/Consumption Of Alcohol','LO','33.1','S',2,2,'100.00%',0),('Drink Intoxicants On Streets/Sidewalks','LO','331','S',1,1,'100.00%',0),('Peddlers & Solicitors Registration Required','LO','333','S',2,2,'100.00%',0),('Registration Required-Solicit/Peddle','LO','333.02','S',4,4,'100.00%',0),('Peddlers & Solicitors Registration Required','LO','333.2','S',1,1,'100.00%',0),('Alcoholic Beverages in County Park','LO','337-103','S',3,3,'100.00%',0),('Park Hours Violation','LO','337-104','S',5,5,'100.00%',0),('Deposit of Litter','LO','346','S',2,2,'100.00%',0),('Open Containers on or Near Public Property','LO','35','S',2,2,'100.00%',0),('Defiant Trespassing','LO','35.03','S',1,1,'100.00%',0),('Open Container','LO','36','S',16,16,'100.00%',0),('Open Container','LO','36-3','S',3,3,'100.00%',0),('Snow & Ice Removal','LO','360','S',1,1,'100.00%',0),('Enumeration Of Unreasonable Noise','LO','363','S',1,1,'100.00%',0),('Discharging a firearm within Borough limits','LO','366','S',2,2,'100.00%',0),('Making Load and Unreasonable Sounds','LO','37-2','S',3,3,'100.00%',0),('Squealing Tires','LO','37-3','S',1,1,'100.00%',0),('DISORDERLY PREMISES','LO','374','S',1,1,'100.00%',0),('Noise Control/Peace Nuisance','LO','376','S',15,15,'100.00%',0),('NOISE','LO','376.3','S',3,3,'100.00%',0),('Second Hand Goods/Dealers License Required','LO','379','S',1,1,'100.00%',0),('Disorderly Conduct','LO','38','S',4,4,'100.00%',0),('Conduct Prohibited','LO','384','S',2,2,'100.00%',0),('Prohibited Acts - Loud Music','LO','387-104','S',21,21,'100.00%',0),('Skateboard Use Prohibited','LO','39','S',3,3,'100.00%',0),('Borough # 390 Health Nuisance','LO','390','S',1,2,'50.00%',0),('Violation of Pharmacy Act','LO','390','S',1,2,'50.00%',0),('Prohibit Use Of Firearms, Sling Shots, Bows Etc','LO','395','S',2,2,'100.00%',0),('Parks and Recreation','LO','396','S',3,3,'100.00%',0),('Restrictions On Use Of Mobile Telephones','LO','3A','S',1,1,'100.00%',0),('Community Park','LO','4','S',1,2,'50.00%',0),('DISORDERLY CONDUCT/MAKES UNREASONABLE NOISE','LO','2-Apr','S',2,2,'100.00%',0),('Transient Retail Business- License Required','LO','Apr-92','S',1,1,'100.00%',0),('Disorderly Conduct/Engages In Fighting Etc','LO','4.02','S',50,50,'100.00%',0),('Synthetic Drug Prohibition Ordinance','LO','4.04','S',1,1,'100.00%',0),('Firearms','LO','401','S',1,1,'100.00%',0),('Disorderly Gatherings Ordinance','LO','403','S',32,32,'100.00%',0),('Permit requirements and exemptions','LO','403.62','S',1,1,'100.00%',0),('Borough Noise Nuisance Ord','LO','404','S',3,3,'100.00%',0),('Ord Require The Removal, Repair, Alter. Of Build.','LO','405','S',7,7,'100.00%',0),('Brown Bag/Open Container','LO','406','S',1,1,'100.00%',0),('Disorderly Conduct','LO','409','S',2,2,'100.00%',0),('Peace Nuisances Discharge Of Firearms Or Explosivs','LO','410','S',12,12,'100.00%',0),('LOITERING','LO','410-2','S',5,5,'100.00%',0),('PEACE NUISANCES DISCHARGE OF FIREARMS OR EXPLOSIVS','LO','410.2','S',5,5,'100.00%',0),('Enumeration of unnecessary or excessive noise','LO','42-2','S',2,2,'100.00%',0),('Public Park Regulations','LO','420','S',2,2,'100.00%',0),('Disorderly Conduct','LO','43','S',11,11,'100.00%',0),('Urination in Public - Unlawful Acts','LO','434-1','S',13,13,'100.00%',0),('Trash Picking','LO','435','S',1,1,'100.00%',0),('REGISTRATION OF CONTRACTORS','LO','438','S',2,2,'100.00%',0),('Animal Running At Large','LO','44','S',1,1,'100.00%',0),('Tampering With Boot Prohibited','LO','440-38','S',3,3,'100.00%',0),('Offensive Acts','LO','446','S',2,2,'100.00%',0),('Boro ordinance 450 alcoholic beverages','LO','450','S',2,2,'100.00%',0),('No Rabies Vaccination','LO','455','S',3,3,'100.00%',0),('Loitering','LO','456-6','S',1,1,'100.00%',0),('Unlicensed Dogs','LO','459','S',3,3,'100.00%',0),('Dangerous Dogs','LO','459-502','S',1,1,'100.00%',0),('Dog License','LO','459.201','S',1,1,'100.00%',0),('Loud Noises Prohibited','LO','46','S',4,4,'100.00%',0),('Dogs Running At Large','LO','460','S',1,1,'100.00%',0),('Remaining in park after dusk','LO','461','S',1,1,'100.00%',0),('PUBLIC PARKS; RULES AND REGULATIONS','LO','461 XVI','S',1,1,'100.00%',0),('Public Parks, Rules & Regulations','LO','461.1','S',1,1,'100.00%',0),('Public Parks; Rules And Regulations','LO','461XVI','S',2,2,'100.00%',0),('Disorderly Conduct/Unnecessary Noise/Fights Etc.','LO','4640','S',2,2,'100.00%',0),('Hinder A Policeman In The Performance Of His Duty','LO','479','S',1,1,'100.00%',0),('Discharge Of Firearm Or Weapon Prohibited','LO','48','S',1,1,'100.00%',0),('False Statements','LO','481A','S',3,3,'100.00%',0),('Parking In Fire Zone','LO','483-14','S',1,1,'100.00%',0),('OPEN CONTAINER VIOLATION','LO','489','S',2,2,'100.00%',0),('Firearm Discharge Prohibited','LO','49','S',32,32,'100.00%',0),('POSSESSION, CONSUMPTION IN PUBLIC PLACES','LO','49-1','S',2,2,'100.00%',0),('CONSUME ANY ALCOHOLIC BEVERAGE IN PUBLIC PLACE','LO','49-3','S',2,2,'100.00%',0),('Permission Required To Discharge Firearms/Airguns','LO','496','S',12,12,'100.00%',0),('Interference With Duty Officer','LO','497','S',7,7,'100.00%',0),('No Person Permitted In Park/Sunset To Sunrise','LO','5','S',13,13,'100.00%',0),('License Required For All City Businesses','LO','5-303','S',2,2,'100.00%',0),('Failure To Obtain Lic Tax For Vendors/Street','LO','5-305','S',1,1,'100.00%',0),('Violation of the Open Container Ordinance ~','LO','5-89(2)','S',1,1,'100.00%',0),('Burning W/In 50 Ft Of Residence','LO','50','S',1,1,'100.00%',0),('Fires and burns regulated','LO','50-4','S',1,1,'100.00%',0),('OPEN CONTAINER ORD','LO','5006','S',22,22,'100.00%',0),('Discharge Of Firearms/Fireworks','LO','5007','S',23,23,'100.00%',0),('Discharging Firearm Within City Limits','LO','5007.1','S',9,9,'100.00%',0),('Disorderly House','LO','5028','S',59,59,'100.00%',0),('Obstruction Of Fire Apparatus Access Roads','LO','503','S',7,7,'100.00%',0),('OBSTRUCTION OF FIRE APPARATUS ACCESS ROADS','LO','503.4','S',2,2,'100.00%',0),('Unnecessary noise by motor vehicle','LO','509.03','S',21,21,'100.00%',0),('Unnecessary Noise From Motor Vehicle','LO','509.3','S',1,1,'100.00%',0),('Alcoholic Beverages -Open Containers','LO','51','S',4,4,'100.00%',0),('Access To Flood Control System Regulated','LO','511','S',3,3,'100.00%',0),('Open Container of Alcohol','LO','512','S',2,2,'100.00%',0),('Skateboarding on School Property','LO','5120','S',1,1,'100.00%',0),('Too Close To Intersection','LO','513','S',2,2,'100.00%',0),('Disorderly House','LO','518','S',27,27,'100.00%',0),('No Parking Zone','LO','521','S',4,4,'100.00%',0),('OPEN CONTAINER OF ALCOHOL','LO','523','S',4,4,'100.00%',0),('UNLICENSED BICYCLE','LO','523.02','S',2,2,'100.00%',0),('Parks & Recreational Fac Violation','LO','5235','S',11,11,'100.00%',0),('Pedestrians Crossing At Intersections','LO','525','S',2,2,'100.00%',0),('No Mobile Phone Or Wireless Devices While Driving','LO','528','S',3,3,'100.00%',0),('Prohibited Conduct While Operating a Motor Vehicle','LO','528.03','S',3,3,'100.00%',0),('CRUISING','LO','529','S',1,1,'100.00%',0),('ALCOHOLIC BEVERAGES PROHIBITED IN MOTOR VEHICLES','LO','53','S',25,25,'100.00%',0),('Parking in Prohibited Areas','LO','531.01','S',1,1,'100.00%',0),('Prohibited Sidewalk Riding Of Bicycles','LO','533','S',1,1,'100.00%',0),('Prohibited Park Or Sidewalk Riding','LO','533.09','S',1,1,'100.00%',0),('Handicap Parking Violation','LO','535','S',2,2,'100.00%',0),('Open Container','LO','54','S',3,3,'100.00%',0),('OPEN CONTAINER','LO','54-1','S',1,1,'100.00%',0),('No Parking W/I 3ft Of Driveway','LO','541.01','S',1,1,'100.00%',0),('Loud, Unnecessary or Unusual Noise Prohibited','LO','542','S',4,4,'100.00%',0),('CITY DOG ORDINANCE','LO','5434','S',1,1,'100.00%',0),('Pellet Gun Ordinance','LO','55','S',2,2,'100.00%',0),('Illegal To Operate Sexually Oriented Bus W/O Lic','LO','55-2-A(1)','S',4,4,'100.00%',0),('Park Rules And Regulations','LO','553','S',14,14,'100.00%',0),('Parks and Recreation/Rules and Regulations','LO','553 132-3','S',1,1,'100.00%',0),('KEEPING OF CERTAIN ANIMALS PROHIBITED','LO','554-2','S',320,320,'100.00%',0),('WILD OR EXOTIC ANIMALS PROHIBITED','LO','554-3','S',320,320,'100.00%',0),('Curfew - Duties of Parents or Guardian','LO','56','S',5,5,'100.00%',0),('Operation of Vehicle on Private property','LO','565','S',11,11,'100.00%',0),('Open Container(Adult)','LO','565-5','S',2,2,'100.00%',0),('SKATEBOARDS RESTRICTED ON STREETS AND SIDEWALKS','LO','566','S',1,1,'100.00%',0),('Burning Of Certain Materials Prohibited','LO','57','S',1,1,'100.00%',0),('No Parking, Standing or Stopping in Traffic Lane','LO','576-403','S',1,1,'100.00%',0),('No person shall engage in peddling or conducting a transient retail business without a license','LO','58','S',4,4,'100.00%',0),('Prohibited Conduct','LO','59','S',14,14,'100.00%',0),('OPEN CONTAINER','LO','6','S',186,186,'100.00%',0),('Restrictions On Public Drinking','LO','1-Jun','S',1,1,'100.00%',0),('Disorderly Conduct','LO','6-101','S',14,14,'100.00%',0),('Open Alcohol Container On A Public Street','LO','6-122','S',11,11,'100.00%',0),('Unlawful Acts - Open Container','LO','6-201','S',2,2,'100.00%',0),('Solicitors/Peddlers To Obtain License','LO','Jun-11','S',1,1,'100.00%',0),('Discharge Of Air Gun','LO','6-302','S',2,2,'100.00%',0),('Disturbing the Peace','LO','6-304','S',2,2,'100.00%',0),('Littering','LO','6-307','S',13,13,'100.00%',0),('LITTERING','LO','6-307.1','S',4,4,'100.00%',0),('Voiding Human Excretion','LO','6-313','S',63,63,'100.00%',0),('VOIDING HUMAN EXCRETION','LO','6-313.2','S',5,5,'100.00%',0),('DISCHARGE OF FIREARMS PROHIBITED','LO','6-401','S',20,20,'100.00%',0),('Conduct Prohibited - False Reports','LO','6-402','S',1,1,'100.00%',0),('DISCHARGE OF FIREARMS','LO','6-403','S',27,27,'100.00%',0),('Alcohol in system under 21 years of age','LO','6-411','S',2,2,'100.00%',0),('Tampering With City Property','LO','6-412','S',2,2,'100.00%',0),('Loitering, Obstructing Public Places','LO','6-422','S',2,2,'100.00%',0),('Consumption of Alcohol/Open Container Violation','LO','5-Jun','S',5,5,'100.00%',0),('False Reports','LO','6-601','S',3,3,'100.00%',0),('Canvassing and Solicitation - Permit Requirements','LO','6-803','S',2,2,'100.00%',0),('Curfew Violation','LO','9-Jun','S',2,2,'100.00%',0),('Flees In An Attempt To Evade A Police Officer','LO','6-902','S',11,11,'100.00%',0),('Park Regulations','LO','6.1','S',2,2,'100.00%',0),('Firearms Use Restricted','LO','6.2','S',5,5,'100.00%',0),('Consuming Alc Bev In Public','LO','6.3','S',1,1,'100.00%',0),('Disorderly Conduct Toward a Police Officer','LO','60','S',2,2,'100.00%',0),('Liquor Consumption On Streets & Sidewalks','LO','601','S',4,4,'100.00%',0),('UNNECESSARY NOISE','LO','601.04','S',31,31,'100.00%',0),('OPEN CONTAINER','LO','601.08','S',48,48,'100.00%',0),('Dumping and Debris','LO','601.1','S',2,2,'100.00%',0),('Littering And Dumping','LO','601.11','S',1,1,'100.00%',0),('Public Urination/Defecation','LO','601.16','S',12,12,'100.00%',0),('Sound Reproduction Devices','LO','602','S',5,5,'100.00%',0),('Solicitation of Money or Things of Value','LO','602.03','S',4,4,'100.00%',0),('Consumption/Possession In Motor Vehicle','LO','604','S',1,1,'100.00%',0),('Discharging Firearm/Airgun','LO','607','S',3,3,'100.00%',0),('DISCHARGING FIREARM/AIRGUN','LO','607.03','S',34,34,'100.00%',0),('Violation of Sayre Borough Ordinance','LO','61-5','S',1,1,'100.00%',0),('Consumption On Public Property','LO','610','S',1,1,'100.00%',0),('Prohibited Acts in Park System','LO','613','S',2,2,'100.00%',0),('CONSUMPTION UPON STREETS','LO','62','S',6,6,'100.00%',0),('Solicitation without Permit','LO','62-2','S',2,2,'100.00%',0),('Consumption Or Possession Restricted','LO','62-3','S',2,2,'100.00%',0),('Open Container/Consumption/Possession in Motor Vehicle','LO','62-4','S',2,2,'100.00%',0),('Ordinance D/C','LO','624','S',1,1,'100.00%',0),('Alcoholic Beverages','LO','63','S',2,2,'100.00%',0),('Discharge Of Firearm, Air Gun Or Bow And Arrow','LO','635','S',1,1,'100.00%',0),('Loitering','LO','636','S',2,2,'100.00%',0),('Disorderly Conduct','LO','636.01','S',9,9,'100.00%',0),('LOITERING','LO','636.04','S',1,1,'100.00%',0),('Loud And Raucous Noise','LO','636.07','S',3,3,'100.00%',0),('CONSUMPTION IN PUBLIC PLACES PROHIBITED','LO','64','S',1,1,'100.00%',0),('Running At Large','LO','65','S',56,56,'100.00%',0),('Prohibited Acts - Harrassment','LO','65-1','S',9,9,'100.00%',0),('SCATTERING RUBBISH','LO','6501','S',2,2,'100.00%',0),('POSSESSION OF OPEN CONTAINER','LO','652','S',1,1,'100.00%',0),('Prohibited Noises','LO','652.03','S',2,2,'100.00%',0),('Regulations for public park & recreation facilities','LO','653','S',1,1,'100.00%',0),('Loitering & Prowling','LO','66','S',7,7,'100.00%',0),('LOITERING & PROWLING','LO','66-13','S',2,2,'100.00%',0),('Open Containers','LO','66-3','S',1,1,'100.00%',0),('Drinking In Vehicle Prohibited','LO','67','S',1,1,'100.00%',0),('OPERATING BICYCLE ON PUBLIC SIDEWALK/GROUNDS','LO','69-2','S',1,1,'100.00%',0),('Pointing and Discharging Firearms and Other Weapons','LO','690','S',17,17,'100.00%',0),('POINTING/DISCHARGE FIREARMS/OTHER WEAPONS','LO','690.02','S',5,5,'100.00%',0),('Possession Of Drug Paraphernalia','LO','7','S',9,9,'100.00%',0),('Duty to Evacuate','LO','2-Jul','S',1,1,'100.00%',0),('Transient Retail Business','LO','Jul-06','S',8,8,'100.00%',0),('Possession Of Bb, Spring, Air Or Pneumatic Gun','LO','7.3','S',1,1,'100.00%',0),('Open Container','LO','7.5','S',2,2,'100.00%',0),('Littering','LO','7.6','S',1,1,'100.00%',0),('Disorderly Conduct Towards Law Enforcement Officer','LO','70','S',4,4,'100.00%',0),('Defendant Failed to provide Evidence of Current Rabies Vaccination.','LO','700','S',5,5,'100.00%',0),('Failed to provide any pet or animal with proper food, drink or protection from the weather and veter','LO','700.18','S',1,1,'100.00%',0),('Compliance With Police Order','LO','701','S',231,231,'100.00%',0),('COMPLIANCE WITH POLICE ORDER','LO','701.01','S',2,2,'100.00%',0),('LOITERING','LO','701.02','S',1,1,'100.00%',0),('Open Container','LO','702','S',3,3,'100.00%',0),('LOUD MUSIC','LO','702.05','S',1,1,'100.00%',0),('Possession Of Alcohol Upon Streets','LO','703','S',14,14,'100.00%',0),('LOITERING','LO','703.04','S',1,1,'100.00%',0),('Disorderly House','LO','705','S',59,59,'100.00%',0),('Disorderly Conduct-Disturbing the Peace','LO','705.01','S',31,31,'100.00%',0),('Disorderly Conduct/Loud Music','LO','705.02','S',34,34,'100.00%',0),('DISORDERLY CONDUCT TOWARDS POLICE','LO','705.025','S',16,16,'100.00%',0),('DISORDERLY HOUSE','LO','705.04','S',2,2,'100.00%',0),('LOITERING','LO','705.05','S',6,6,'100.00%',0),('Disorderly Conduct Towards Police Officer','LO','705.25','S',45,45,'100.00%',0),('Presence/Partic In Disorderly House Prohib','LO','706','S',27,27,'100.00%',0),('Loitering','LO','709','S',6,6,'100.00%',0),('Loud Music','LO','710','S',9,9,'100.00%',0),('Loud Music','LO','710.03','S',13,13,'100.00%',0),('POSTING HIGH DRUG ACTIVITY AREA','LO','711','S',34,34,'100.00%',0),('Voiding Of Human Excretion','LO','713','S',26,26,'100.00%',0),('DISORDERLY CONDUCT','LO','713.01','S',111,111,'100.00%',0),('Liquor Consumption in Public Places','LO','713.03','S',150,150,'100.00%',0),('Disorderly House','LO','713.04','S',2,2,'100.00%',0),('Gambling','LO','713.08','S',1,1,'100.00%',0),('Voiding human excretion','LO','713.09','S',16,16,'100.00%',0),('Noise Prohibited - Radio/Stereo','LO','714.02','S',9,9,'100.00%',0),('Noise Prohibited','LO','714.04','S',22,22,'100.00%',0),('Disorderly House','LO','715','S',57,57,'100.00%',0),('Disorderly House','LO','715-01','S',2,2,'100.00%',0),('Unlawful Sale of Alcoholic Beverages','LO','715.02','S',11,11,'100.00%',0),('LITTERING OR DUMPING ON VACANT LOTS.','LO','717','S',6,6,'100.00%',0),('Unnecessary Noise - A Nuisance','LO','717.01','S',11,11,'100.00%',0),('Permitting Indecency, Drunk or Peace Disturbance','LO','717.02','S',4,4,'100.00%',0),('Removing Dog Excrements','LO','717.1','S',2,2,'100.00%',0),('Noise Control/Automobile Stereo','LO','719','S',2,2,'100.00%',0),('Vending without a license','LO','719.01','S',3,3,'100.00%',0),('NOISE DISTURBANCE','LO','719.03','S',3,3,'100.00%',0),('Fire restrictions','LO','72-3','S',1,1,'100.00%',0),('Disorderly Conduct Prohibited','LO','72-8','S',5,5,'100.00%',0),('Prohibited Behavior','LO','723','S',14,14,'100.00%',0),('ALCOHOLIC BEVERAGES IN PUBLIC PLACES','LO','723.02','S',19,19,'100.00%',0),('Discharge Firearms Prohibited','LO','725','S',112,112,'100.00%',0),('Firearm discharge prohibited','LO','725.02','S',5,5,'100.00%',0),('FIREARMS DISCHARGE PROHIBITED CITY ORDINANCE','LO','725.05','S',75,75,'100.00%',0),('PROHIBITED NOISES','LO','727','S',3,3,'100.00%',0),('FAILURE TO CONTROL','LO','729','S',5,5,'100.00%',0),('Littering on Public or Private Property','LO','729.02','S',1,1,'100.00%',0),('NOISE DISTURBANCE','LO','73','S',33,33,'100.00%',0),('NOISE DISTURBANCE','LO','73-3','S',6,6,'100.00%',0),('Loitering','LO','730','S',39,39,'100.00%',0),('LOITERING','LO','730.04','S',15,15,'100.00%',0),('Unnecessary Noises Declared a Nuisance','LO','730.06','S',2,2,'100.00%',0),('PANHANDLING','LO','730.09','S',4,4,'100.00%',0),('Unlawful Conduct Of Minor (Curfew)','LO','731','S',1,1,'100.00%',0),('Crossing Of Police Lines','LO','732','S',1,1,'100.00%',0),('False Reports to Bureau of Police','LO','732.01','S',1,1,'100.00%',0),('Discharging A Firearm W/I The City','LO','733','S',26,26,'100.00%',0),('Possession, sale at retail or use prohibited','LO','733.01','S',25,25,'100.00%',0),('Open Containers','LO','733.03','S',6,6,'100.00%',0),('Carrying/Discharging Firearms','LO','734','S',8,8,'100.00%',0),('CARRYING/DISCHARGING FIREARMS','LO','734.01','S',2,2,'100.00%',0),('Drug Paraphernalia','LO','735','S',1,1,'100.00%',0),('Loitering In Aid Of Drug Offense','LO','737','S',65,65,'100.00%',0),('LOITERING IN AID OF DRUG OFFENSE','LO','737.02','S',20,20,'100.00%',0),('Creating A Disturbance At Any Time','LO','737.04','S',1,1,'100.00%',0),('Curfew Violation-Unlawful Conduct Of Minor','LO','738','S',2,2,'100.00%',0),('Cell Phone Use Prohibited','LO','739','S',3,3,'100.00%',0),('AIR GUNS AND SPRING GUNS','LO','741','S',35,35,'100.00%',0),('FIREARMS DISCHARGE PROHIBITED','LO','741.01','S',15,15,'100.00%',0),('Prohibited Conduct','LO','741.02','S',5,5,'100.00%',0),('Drug Related Loitering','LO','743.02','S',1,1,'100.00%',0),('Use of Firearms Restricted','LO','744','S',2,2,'100.00%',0),('Possession, Manufacture And Sale Of Drug Para Proh','LO','745','S',2,2,'100.00%',0),('Possession of Drug Paraphanalia','LO','745.02','S',14,14,'100.00%',0),('Open Container Possession Or Consumption','LO','747','S',3,3,'100.00%',0),('OPEN CONTAINER POSSESSION OR CONSUMPTION','LO','747.01','S',1,1,'100.00%',0),('DISCHARGING FIRMEARMS PROHIBITED','LO','749.02','S',9,9,'100.00%',0),('DISCHARGING FIREARMS','LO','749.04','S',2,2,'100.00%',0),('Use Restricted Firearms','LO','75','S',10,10,'100.00%',0),('NOISE DISTURBANCE PROHIBITED','LO','75-4','S',2,2,'100.00%',0),('Discharging Firearms within City Limits','LO','750','S',3,3,'100.00%',0),('Curfew Ordinance','LO','753.04','S',1,1,'100.00%',0),('Violation of East Pennsboro Township Ordinance','LO','757','S',2,2,'100.00%',0),('Control and Prohbition of Synthetic Cannabis and other Synthetic Drugs','LO','757-01','S',1,1,'100.00%',0),('Loitering To Violate Drug Laws','LO','759.02','S',6,6,'100.00%',0),('Ordinance Pertaining To Animals','LO','76','S',2,2,'100.00%',0),('CURFEW CONDITIONS - AGE LIMITS','LO','76-1','S',2,2,'100.00%',0),('Firearms & Weapons: Air Guns/Other Weapons','LO','76-5','S',1,1,'100.00%',0),('Park Ordinance','LO','76-6','S',1,1,'100.00%',0),('Parking Violation','LO','763','S',14,14,'100.00%',0),('Possession in Public Prohibited','LO','77','S',9,9,'100.00%',0),('Possession Of Illegal Drugs/Alc In/near Park','LO','77-3','S',2,2,'100.00%',0),('Loitering For The Purpose To Buy Or Sell Drugs','LO','775','S',3,3,'100.00%',0),('Possession of Uncapped Containers','LO','78','S',3,3,'100.00%',0),('Parks & Playgrounds','LO','78-1','S',1,1,'100.00%',0),('Permission To Discharge Firearm','LO','78-32','S',1,1,'100.00%',0),('Fires - Drop, Dump, etc. Lighted Matches, Ashes, etc.','LO','8','S',3,3,'100.00%',0),('Unreasonable Noise','LO','8-1001','S',1,1,'100.00%',0),('CURFEW FOR MINORS','LO','8-1011','S',1,1,'100.00%',0),('Restrict On Transport & Use Of Alcoh Bev','LO','8-1061','S',1,1,'100.00%',0),('Loitering Prohibited','LO','801','S',8,8,'100.00%',0),('Having 5 or more Dogs without 6 Foot Fence around Property','LO','802','S',3,3,'100.00%',0),('Licensing and Vaccination Required','LO','803','S',823,823,'100.00%',0),('Possession Af Alcoholic Beverages On Boro Property','LO','804','S',1,1,'100.00%',0),('Failure to Inform Animal Control Office/Police Dept of Animal Bite Incident','LO','807','S',4,4,'100.00%',0),('Squealing Of Tires Unlawful','LO','81','S',4,4,'100.00%',0),('Target Requirements','LO','82','S',4,4,'100.00%',0),('Discharge of Firearms Restricted','LO','82-1','S',2,2,'100.00%',0),('ACTIVITIES DESCRIBED; LICENSE REQUIRED','LO','828','S',1,1,'100.00%',0),('Twp Ordinance Bb Gun','LO','838','S',4,4,'100.00%',0),('Public Consumption Of Alcohol','LO','84','S',4,4,'100.00%',0),('Regulations of the Use of Parks - Park Hours','LO','85-2','S',3,3,'100.00%',0),('Regulations of the Use of Parks - Prohibited Conduct','LO','85-3','S',1,1,'100.00%',0),('Enumeration Of Unreasonable Noise','LO','858','S',1,1,'100.00%',0),('Enumeration Of Unreasonable Noise','LO','865','S',1,1,'100.00%',0),('Park Rec Area Hours Of Operation','LO','87','S',3,3,'100.00%',0),('DISORDERLY PRACTICES-CREATE HAZ/OFFENS COND','LO','87-2','S',29,29,'100.00%',0),('Solicitation Ord','LO','87-3','S',5,5,'100.00%',0),('Discharge of firearms','LO','879','S',1,1,'100.00%',0),('Open Container','LO','88','S',31,31,'100.00%',0),('OPEN CONTAINER','LO','88-2','S',67,67,'100.00%',0),('POSSESSION IN NONPUBLIC PLACES','LO','88-3','S',2,2,'100.00%',0),('POSSESSION OF OPEN CONTAINER IN PUBLIC','LO','88.2','S',12,12,'100.00%',0),('PARKS AND PLAYGROUNDS','LO','89','S',11,11,'100.00%',0),('Violation of Noise Ordinance','LO','89-2','S',1,1,'100.00%',0),('Peace and Good Order','LO','89-3','S',3,3,'100.00%',0),('Rules/Regulations-At Park After Hours','LO','9-1001','S',1,1,'100.00%',0),('Park Rules - Opening and Closing Times','LO','Sep-03','S',4,4,'100.00%',0),('PUBLIC INDECENCY','LO','90','S',4,4,'100.00%',0),('Public Urination/Defecation','LO','90-2','S',12,12,'100.00%',0),('Scavenging','LO','90-418','S',2,2,'100.00%',0),('Disorderly Conduct','LO','90-7','S',79,79,'100.00%',0),('Removal Of Or Tampering With Equipment','LO','901','S',1,1,'100.00%',0),('REMOVAL OF OR TAMPERING WITH EQUIPMENT','LO','901.8','S',1,1,'100.00%',0),('Implements Which Impel Pellets','LO','910','S',1,1,'100.00%',0),('Animal Noise - Disturbing The Peace','LO','912','S',1,1,'100.00%',0),('Discharge of Firearms','LO','915','S',1,1,'100.00%',0),('Careless Driving On Private Property','LO','92','S',9,9,'100.00%',0),('Transient Retail Business','LO','92-02','S',1,1,'100.00%',0),('Present In Twp Park After Dark','LO','92-13','S',1,1,'100.00%',0),('Careless Driving on Private Property','LO','92-36','S',39,39,'100.00%',0),('Discharge Of Firearm','LO','92-5','S',1,1,'100.00%',0),('Parks, Playgrounds And Recreation Centers','LO','921','S',1,1,'100.00%',0),('Disorderly Conduct','LO','928','S',30,30,'100.00%',0),('Loud Sound Amplicication Systems','LO','93-8','S',16,16,'100.00%',0),('Unlawful Activities Recycling','LO','933.08','S',2,2,'100.00%',0),('Prohibited Acts - No Person shall maliciously Loiter, Wander, or Prowl in a Public Place','LO','94','S',1,1,'100.00%',0),('In Park After Posted Closing Hours','LO','941','S',2,2,'100.00%',0),('Behavior In Parks - Alcoholic Beverages','LO','941.06','S',3,3,'100.00%',0),('IN PARK AFTER POSTED CLOSING HOURS','LO','941.08','S',7,7,'100.00%',0),('Park Rules and Regulations','LO','943','S',2,2,'100.00%',0),('Alcoholic beverages','LO','95','S',79,79,'100.00%',0),('OPEN CONTAINER','LO','95-2','S',3,3,'100.00%',0),('CLOSING HOURS','LO','951','S',11,11,'100.00%',0),('CITY PARK/CLOSING HOURS','LO','951.14','S',3,3,'100.00%',0),('Park Regulations/Closing Hours','LO','951.16','S',1,1,'100.00%',0),('Possess Or Use Of Guns And Weapons','LO','96','S',1,1,'100.00%',0),('Dogs At Large: Duty To Control','LO','96-6','S',1,1,'100.00%',0),('Solicitation','LO','961','S',1,1,'100.00%',0),('Alcoholic Beverages Prohibited on Hamilton Mall','LO','961.05','S',1,1,'100.00%',0),('OPEN CONTAINER','LO','97','S',2,2,'100.00%',0),('Prohibited in park & rec areas-possession of alcohol or controlled substance','LO','97-6','S',1,1,'100.00%',0),('Consump/Possess Of Open Container/alcoh','LO','97.52','S',6,6,'100.00%',0),('Dogs Run At Large','LO','976','S',1,1,'100.00%',0),('Possession Or Transport Restricted','LO','98','S',4,4,'100.00%',0),('POSSESSION OF OPEN ALCOHOLIC CONTAINER','LO','98-23','S',4,4,'100.00%',0),('Obj Used For Storing Or Concealing A Cntrld Sub','LO','98-24','S',1,1,'100.00%',0),('Leashing','LO','98-3','S',1,1,'100.00%',0),('Solicitation Without A Permit','LO','99','S',1,1,'100.00%',0),('peace and order (knives)','LO','99-3','S',2,2,'100.00%',0),('Hunting and Firearms - Discharge of Weapons Prohibited','LO','CH 101','S',2,2,'100.00%',0),('USE OF FIREARMS RESTRICTED','LO','CH IV','S',9,9,'100.00%',0),('PARK REGULATIONS/PARK HOURS','LO','CH-16 102','S',1,1,'100.00%',0),('Tampering with Boot Prohibited','LO','CHAP 10','S',2,2,'100.00%',0),('LOITERING','LO','CHAP.6','S',1,1,'100.00%',0),('TRANSIENT RETAIL BUSINESS','LO','CHP 230','S',1,1,'100.00%',0),('Park Ordinance - After Hours','LO','CO','S',1,1,'100.00%',0),('LOITERING PROHIBITED','LO','CO0604','S',1,1,'100.00%',0),('HIGH DRUG AREA','LO','CO7110','S',2,2,'100.00%',0),('OPEN CONTAINERS','LO','FOC26','S',2,2,'100.00%',0),('AIR RIFLES; PELLET GUNS PROHIBITTED','LO','FOC3','S',1,1,'100.00%',0),('Disorderly Conduct','LO','I','S',13,13,'100.00%',0),('Disorderly Gatherings','LO','II','S',4,4,'100.00%',0),('Operating Procedures Park Hours','LO','IX','S',9,9,'100.00%',0),('Curfew In Recreation Area','LO','LO201','S',1,1,'100.00%',0),('Johnstown City Ordinance Air Rifles','LO','LO690.03','S',1,1,'100.00%',0),('LOCAL ORDINANCE','LO','LO741','S',1,1,'100.00%',0),('Mount Carmel Ordinance Prohibitions','LO','MC3-96','S',1,1,'100.00%',0),('Procure For Self/Other Drug By Forgery','LO','PA3908','S',1,1,'100.00%',0),('No Person Shall Be In Park After Designated Hours','LO','T4','S',20,20,'100.00%',0),('Obstructing Sidewalk/Passageway','LO','T5','S',1,1,'100.00%',0),('Open Container','LO','T6','S',419,419,'100.00%',0),('Failure To Obtain A Vending License','LO','T7','S',8,8,'100.00%',0),('OPEN CONTAINER','LO','VC','S',1,1,'100.00%',0),('Bureau of Parks and Recreation - Operating Hours','LO','VII','S',11,11,'100.00%',0),('Migrated Statute','Migration','Migration','S',195,195,'100.00%',0);
/*!40000 ALTER TABLE `crimes_wo_subsection` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `excluded_offenses`
--
DROP TABLE IF EXISTS `excluded_offenses`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `excluded_offenses` (
`Title` int(11) NOT NULL,
`Section` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `excluded_offenses`
--
LOCK TABLES `excluded_offenses` WRITE;
/*!40000 ALTER TABLE `excluded_offenses` DISABLE KEYS */;
INSERT INTO `excluded_offenses` VALUES (18,2701),(18,3129),(18,4912),(18,4952),(18,4953),(18,4958);
/*!40000 ALTER TABLE `excluded_offenses` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2016-02-12 16:58:32