home / risk_management_plans

Rmp Facility Accidents

Data table with 1,554 records and 7 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

5 rows where date_of_accident = "July 2017"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id, naics_code

time_accident_began 5

  • 05:30 1
  • 06:30 1
  • 09:01 1
  • 17:01 1
  • 17:07 1

release_duration 4

  • 000 Hours 01 Minutes 2
  • 000 Hours 20 Minutes 1
  • 003 Hours 07 Minutes 1
  • 005 Hours 30 Minutes 1

date_of_accident 1

  • July 2017 · 5 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000077999_1 Accident 1 100000077999 July 2017 06:30 000 Hours 01 Minutes 32518
100000082457_3 Accident 3 100000082457 July 2017 09:01 003 Hours 07 Minutes 32518
100000104585_1 Accident 1 100000104585 July 2017 17:01 000 Hours 20 Minutes 311615
100000221146_1 Accident 1 100000221146 July 2017 17:07 005 Hours 30 Minutes 311512
100000238557_1 Accident 1 100000238557 July 2017 05:30 000 Hours 01 Minutes 31181

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