home / risk_management_plans

Rmp Facility Accidents

Data table with 1,554 records and 7 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

7 rows where release_duration = "024 Hours 00 Minutes"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id

date_of_accident 7

  • April 2021 1
  • August 2020 1
  • December 2020 1
  • January 2011 1
  • November 2011 1
  • October 1996 1
  • October 2018 1

time_accident_began 6

  • 06:30 2
  • 08:00 1
  • 10:35 1
  • 13:55 1
  • 17:00 1
  • 22:30 1

release_duration 1

  • 024 Hours 00 Minutes · 7 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000047889_1 Accident 1 100000047889 October 2018 06:30 024 Hours 00 Minutes 42469
100000059535_6 Accident 6 100000059535 October 1996 17:00 024 Hours 00 Minutes 22132
100000065396_1 Accident 1 100000065396 August 2020 13:55 024 Hours 00 Minutes 311513
100000139735_1 Accident 1 100000139735 December 2020 22:30 024 Hours 00 Minutes 31212
100000177961_1 Accident 1 100000177961 April 2021 08:00 024 Hours 00 Minutes 42441
100000178942_1 Accident 1 100000178942 November 2011 06:30 024 Hours 00 Minutes 221112
100000195317_1 Accident 1 100000195317 January 2011 10:35 024 Hours 00 Minutes 311611

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 1357.617ms · Data license: ODbL · Data source: EDGI Cloud Portal