Dispositions
Cook County of Illinois
@usgov.cook_county_of_illinois_dispositions
Cook County of Illinois
@usgov.cook_county_of_illinois_dispositions
CREATE TABLE table_1 (
"case_id" BIGINT,
"case_participant_id" BIGINT,
"received_date" VARCHAR,
"offense_category" VARCHAR,
"primary_charge_flag" BOOLEAN,
"charge_id" BIGINT,
"charge_version_id" BIGINT,
"disposition_charged_offense_title" VARCHAR,
"charge_count" BIGINT,
"disposition_date" VARCHAR,
"disposition_charged_chapter" VARCHAR,
"disposition_charged_act" VARCHAR,
"disposition_charged_section" VARCHAR,
"disposition_charged_class" VARCHAR,
"disposition_charged_aoic" VARCHAR,
"charge_disposition" VARCHAR,
"charge_disposition_reason" VARCHAR,
"judge" VARCHAR,
"disposition_court_name" VARCHAR,
"disposition_court_facility" VARCHAR,
"age_at_incident" DOUBLE,
"race" VARCHAR,
"gender" VARCHAR,
"incident_city" VARCHAR,
"incident_begin_date" TIMESTAMP,
"incident_end_date" VARCHAR,
"law_enforcement_agency" VARCHAR,
"law_enforcement_unit" VARCHAR,
"arrest_date" VARCHAR,
"felony_review_date" VARCHAR,
"felony_review_result" VARCHAR,
"arraignment_date" VARCHAR,
"updated_offense_category" VARCHAR
);
Anyone who has the link will be able to view this.