DMV Fatal Hearings: 5 Year Window
State of New York
@usgov.state_of_new_york_dmv_fatal_hearings_5_year_window
State of New York
@usgov.state_of_new_york_dmv_fatal_hearings_5_year_window
A list of fatal crash administrative cases that: are scheduled for a hearing with an Administrative Law Judge (ALJ); have been adjourned; and have been adjudicated. The dataset includes the respondent’s name, case number, ALJ name, hearing date and outcome if any.
Organization: State of New York
Last updated: 2022-09-08T21:10:31.593198
Tags: crash, fatal, hearings, scheduled
CREATE TABLE table_1 (
"case_number" BIGINT,
"respondent_name" VARCHAR,
"hearing_date" TIMESTAMP,
"hearing_note" VARCHAR,
"disposition_date" VARCHAR,
"disposition" VARCHAR,
"judge_last_name" VARCHAR
);Anyone who has the link will be able to view this.