Trials By Jury - Civil
State of Iowa
@usgov.state_of_iowa_trials_by_jury_civil
State of Iowa
@usgov.state_of_iowa_trials_by_jury_civil
This dataset contains data on civil court cases disposed by jury (BTJR) for each month starting with January 2018. It identifies the case ID, case title, county, district, and disposition date for each case.
If you believe a case disposed of by jury is not listed, contact the clerk of court.
Organization: State of Iowa
Last updated: 2023-01-20T00:01:39.805584
Tags: court, juries
CREATE TABLE table_1 (
"district" BIGINT,
"county_name" VARCHAR,
"case_id" VARCHAR,
"case_title" VARCHAR,
"disposition_date" TIMESTAMP
);Anyone who has the link will be able to view this.