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 1998"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id

time_accident_began 6

  • 05:00 1
  • 09:50 1
  • 11:20 1
  • 16:00 1
  • 16:30 1
  • 17:30 1

release_duration 4

  • 000 Hours 01 Minutes 2
  • 000 Hours 15 Minutes 2
  • 001 Hours 00 Minutes 1
  • 004 Hours 00 Minutes 1

date_of_accident 1

  • October 1998 · 6 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000073154_7 Accident 7 100000073154 October 1998 16:00 000 Hours 15 Minutes 32212
100000120157_1 Accident 1 100000120157 October 1998 11:20 000 Hours 01 Minutes 32511
100000141964_1 Accident 1 100000141964 October 1998 05:00 001 Hours 00 Minutes 33441
100000144417_2 Accident 2 100000144417 October 1998 17:30 004 Hours 00 Minutes 325311
100000146905_1 Accident 1 100000146905 October 1998 16:30 000 Hours 01 Minutes 211112
100000171128_1 Accident 1 100000171128 October 1998 09:50 000 Hours 15 Minutes 49313

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