Central Processing Unit (CPU) Processing/Booking Of Arrestees
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_central_processing_unit__77b581dc
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_central_processing_unit__77b581dc
MCDC is primarily responsible for the intake and law enforcement processing of adult male and female offenders arrested in Montgomery County and has a facility capacity to accommodate approximately 200 inmates. Over 13,000 offenders annually arrive at MCDC’s Central Processing Unit (CPU). This dataset captures the monthly count of those processed per Shift at our Central Processing Unit located at Montgomery County Detention Services (MCDC). There are total of three shifts (Shift 2: 6:30am-3pm, Shift 3: 2:30pm-11pm, Shift 1: 10:30pm-7am)- half hour overlap is shift change/roll call. The dataset further identifies the data as either “Criminal” or “Traffic.”
Update Frequency : Monthly
Organization: Montgomery County of Maryland
Last updated: 2020-11-10T16:58:25.299760
Tags: bookings, centralprocessingunit, cpu, lawenforcement
CREATE TABLE table_1 (
"month" VARCHAR,
"shift_1" BIGINT,
"shift_2" BIGINT,
"shift_3" BIGINT,
"traffic" BIGINT,
"criminal" BIGINT,
"released_personal_recognizance" DOUBLE,
"released_unsecured_bond" DOUBLE,
"committed_with_bond" DOUBLE,
"district_court_bench_warrant" DOUBLE,
"district_court_arrest_warrant" DOUBLE,
"on_view_arrest_soc" DOUBLE -- On View Arrest (SOC),
"circuit_court_warrant" DOUBLE
);Anyone who has the link will be able to view this.