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 date_of_accident = "October 1996"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id, naics_code

time_accident_began 6

  • 05:00 1
  • 06:00 1
  • 11:15 1
  • 13:15 1
  • 13:30 1
  • 17:00 1

release_duration 6

  • 000 Hours 01 Minutes 1
  • 000 Hours 02 Minutes 1
  • 000 Hours 45 Minutes 1
  • 001 Hours 30 Minutes 1
  • 010 Hours 00 Minutes 1
  • 024 Hours 00 Minutes 1

date_of_accident 1

  • October 1996 · 6 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000059535_6 Accident 6 100000059535 October 1996 17:00 024 Hours 00 Minutes 22132
100000096086_2 Accident 2 100000096086 October 1996 05:00 010 Hours 00 Minutes 331528
100000108732_1 Accident 1 100000108732 October 1996 11:15 001 Hours 30 Minutes 22132
100000112362_1 Accident 1 100000112362 October 1996 13:15 000 Hours 45 Minutes 31161
100000147842_1 Accident 1 100000147842 October 1996 06:00 000 Hours 02 Minutes 32411
100000149387_3 Accident 3 100000149387 October 1996 13:30 000 Hours 01 Minutes 32411

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