Baselight

Iowa Parole Revocations

State of Iowa

@usgov.state_of_iowa_iowa_parole_revocations

About this Dataset

Iowa Parole Revocations

This dataset provides de-identified individual data for offenders who violated parole/special sentence conditions and were sent to prison (i.e. parole revocation) for the past 10 fiscal years. It provides information on sex, race & ethnicity, and age of those offenders.
Organization: State of Iowa
Last updated: 2023-01-20T00:20:21.244138
Tags: offender, parole, prison, revocation, violate, violation

Tables

Table 1

@usgov.state_of_iowa_iowa_parole_revocations.table_1
  • 246.31 KB
  • 11121 rows
  • 14 columns
Loading...

CREATE TABLE table_1 (
  "record_id" BIGINT,
  "offender_number" BIGINT,
  "record_date" TIMESTAMP,
  "fiscal_year_revoked" DOUBLE,
  "revocation_type" VARCHAR,
  "status" VARCHAR,
  "sex" VARCHAR,
  "race_ethnicity" VARCHAR,
  "age" BIGINT,
  "offense_code" VARCHAR,
  "offense_class" VARCHAR,
  "offense_description" VARCHAR,
  "offense_type" VARCHAR,
  "offense_subtype" VARCHAR
);