home / risk_management_plans

Rmp Facility Accidents

Data table with 1,554 records and 7 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

6 rows where release_duration = "000 Hours 09 Minutes"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id

time_accident_began 6

  • 05:13 1
  • 07:25 1
  • 10:01 1
  • 11:00 1
  • 15:30 1
  • 23:00 1

date_of_accident 6

  • January 2019 1
  • March 1997 1
  • November 2021 1
  • October 2010 1
  • October 2019 1
  • September 2007 1

release_duration 1

  • 000 Hours 09 Minutes · 6 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000059535_3 Accident 3 100000059535 March 1997 07:25 000 Hours 09 Minutes 22132
100000061425_1 Accident 1 100000061425 September 2007 15:30 000 Hours 09 Minutes 42491
100000182973_1 Accident 1 100000182973 October 2010 05:13 000 Hours 09 Minutes 22131
100000189529_3 Accident 3 100000189529 January 2019 11:00 000 Hours 09 Minutes 31161
100000214243_1 Accident 1 100000214243 October 2019 10:01 000 Hours 09 Minutes 311991
100000233936_1 Accident 1 100000233936 November 2021 23:00 000 Hours 09 Minutes 326291

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE rmp_facility_accidents (
        facility_accident_id TEXT PRIMARY KEY,
        accident_id TEXT,
        facility_id TEXT,
        date_of_accident TEXT,
        time_accident_began TEXT,
        release_duration TEXT,
        naics_code TEXT,
        FOREIGN KEY (facility_id) REFERENCES rmp_facility(epa_facility_id),
        FOREIGN KEY (naics_code) REFERENCES rmp_naics(naics_code)
    );
Powered by Datasette · Queries took 1923.038ms · Data license: ODbL · Data source: EDGI Cloud Portal