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 date_of_accident = "February 2018"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id, naics_code

time_accident_began 7

  • 09:00 1
  • 10:15 1
  • 14:00 1
  • 14:03 1
  • 15:30 1
  • 16:32 1
  • 19:00 1

release_duration 5

  • 000 Hours 15 Minutes 2
  • 001 Hours 20 Minutes 2
  • 000 Hours 01 Minutes 1
  • 000 Hours 10 Minutes 1
  • 000 Hours 59 Minutes 1

date_of_accident 1

  • February 2018 · 7 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000082457_2 Accident 2 100000082457 February 2018 14:03 000 Hours 59 Minutes 32518
100000092918_1 Accident 1 100000092918 February 2018 09:00 001 Hours 20 Minutes 32211
100000115412_3 Accident 3 100000115412 February 2018 10:15 000 Hours 15 Minutes 325211
100000136131_2 Accident 2 100000136131 February 2018 19:00 000 Hours 15 Minutes 311612
100000143285_2 Accident 2 100000143285 February 2018 15:30 000 Hours 10 Minutes 32411
100000183641_1 Accident 1 100000183641 February 2018 16:32 001 Hours 20 Minutes 325998
100000214671_1 Accident 1 100000214671 February 2018 14:00 000 Hours 01 Minutes 32518

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