Iowa Prison Admissions
State of Iowa
@usgov.state_of_iowa_iowa_prison_admissions
State of Iowa
@usgov.state_of_iowa_iowa_prison_admissions
This dataset provides de-identified individual admission data for offenders admitted to Iowa Penitentiaries and Correctional Facilities during the past 10 Fiscal Years. Dataset includes information regarding age, gender, race, years served, and offense committed.
Organization: State of Iowa
Last updated: 2023-01-20T00:18:02.298584
Tags: offenders, prison-admissions, prisons
CREATE TABLE table_1 (
"record_id" BIGINT,
"offender_number" BIGINT,
"admission_date" TIMESTAMP,
"fiscal_year_admitted" DOUBLE,
"admission_type" VARCHAR,
"sex" VARCHAR,
"race_ethnicity" VARCHAR -- Race & Ethnicity,
"supervising_institution" VARCHAR,
"offense_code" VARCHAR,
"offense_classification" VARCHAR,
"offense_description" VARCHAR,
"offense_type" VARCHAR,
"offense_subtype" VARCHAR,
"age_at_admission" BIGINT,
"date_of_release" TIMESTAMP,
"months_served" DOUBLE
);Anyone who has the link will be able to view this.