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 = "001 Hours 45 Minutes"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id, naics_code

time_accident_began 6

  • 09:55 1
  • 14:20 1
  • 15:00 1
  • 15:15 1
  • 16:00 1
  • 19:30 1

date_of_accident 6

  • August 2022 1
  • December 2021 1
  • July 2015 1
  • March 2023 1
  • May 1999 1
  • October 2019 1

release_duration 1

  • 001 Hours 45 Minutes · 6 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000032939_1 Accident 1 100000032939 July 2015 16:00 001 Hours 45 Minutes 311411
100000092847_1 Accident 1 100000092847 August 2022 14:20 001 Hours 45 Minutes 311612
100000158054_3 Accident 3 100000158054 October 2019 19:30 001 Hours 45 Minutes 331314
100000169015_3 Accident 3 100000169015 May 1999 15:15 001 Hours 45 Minutes 311421
100000169462_1 Accident 1 100000169462 December 2021 15:00 001 Hours 45 Minutes 32511
100000194292_1 Accident 1 100000194292 March 2023 09:55 001 Hours 45 Minutes 311411

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