home / risk_management_plans

Rmp Accident Chemicals

Data table with 2,301 records and 6 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

18 rows where quantity_released_lbs = "4.0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: facility_accident_id, chemical_id

percent_weight 7

  • 100.0 2
  • 50.0 2
  • 1.0 1
  • 12.4 1
  • 5.0 1
  • 99.5 1
  • 99.9 1

quantity_released_lbs 1

  • 4.0 · 18 ✖
accident_chemical_id ▼ facility_accident_chemical_id facility_accident_id quantity_released_lbs percent_weight chemical_id
72 100000172813_1_2 100000172813_1 4.0 12.4 16 16
506 100000096111_1_1 100000096111_1 4.0 100.0 1 1
544 100000038853_2_1 100000038853_2 4.0   2 2
546 100000038853_4_1 100000038853_4 4.0   2 2
629 100000077034_1_1 100000077034_1 4.0   2 2
721 100000085061_9_1 100000085061_9 4.0 5.0 24 24
973 100000025849_2_1 100000025849_2 4.0 99.9 88 88
995 100000093533_1_2 100000093533_1 4.0   10 10
1167 100000151426_1_1 100000151426_1 4.0   3 3
1284 100000182973_1_1 100000182973_1 4.0 100.0 2 2
1423 100000088969_1_1 100000088969_1 4.0 50.0 69 69
1424 100000088969_1_2 100000088969_1 4.0 50.0 25 25
1561 100000048986_1_4 100000048986_1 4.0   5 5
1964 100000162343_2_1 100000162343_2 4.0   11 11
1981 100000176953_1_1 100000176953_1 4.0   3 3
1986 100000189529_2_1 100000189529_2 4.0 1.0 1 1
2133 100000130422_1_1 100000130422_1 4.0 99.5 2 2
2299 100000158465_1_1 100000158465_1 4.0   10 10

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE rmp_accident_chemicals (
        accident_chemical_id INTEGER PRIMARY KEY,
        facility_accident_chemical_id TEXT,
        facility_accident_id TEXT,
        quantity_released_lbs TEXT,
        percent_weight TEXT,
        chemical_id INTEGER,
        FOREIGN KEY (facility_accident_id) REFERENCES rmp_facility_accidents(facility_accident_id),
        FOREIGN KEY (chemical_id) REFERENCES rmp_chemical(chemical_id)
    );
Powered by Datasette · Queries took 4801.572ms · Data license: ODbL · Data source: EDGI Cloud Portal