Initiation
Cook County of Illinois
@usgov.cook_county_of_illinois_initiation
Cook County of Illinois
@usgov.cook_county_of_illinois_initiation
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,
"charge_offense_title" VARCHAR,
"charge_count" BIGINT,
"chapter" VARCHAR,
"act" VARCHAR,
"section" VARCHAR,
"class" VARCHAR,
"aoic" VARCHAR,
"event" VARCHAR,
"event_date" VARCHAR,
"finding_no_probable_cause" DOUBLE,
"arraignment_date" VARCHAR,
"bond_date_initial" VARCHAR,
"bond_date_current" VARCHAR,
"bond_type_initial" VARCHAR,
"bond_type_current" VARCHAR,
"bond_amount_initial" DOUBLE,
"bond_amount_current" DOUBLE,
"bond_electronic_monitor_flag_initial" VARCHAR,
"bond_electroinic_monitor_flag_current" VARCHAR,
"age_at_incident" DOUBLE,
"race" VARCHAR,
"gender" VARCHAR,
"incident_city" VARCHAR,
"incident_begin_date" VARCHAR,
"incident_end_date" VARCHAR,
"law_enforcement_agency" VARCHAR,
"law_enforcement_unit" VARCHAR,
"arrest_date" VARCHAR,
"felony_review_date" VARCHAR,
"felony_review_result" VARCHAR,
"updated_offense_category" VARCHAR
);
Anyone who has the link will be able to view this.