home / risk_management_plans

Rmp Accident Chemicals

Data table with 2,301 records and 6 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

16 rows where percent_weight = "50.0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: facility_accident_id, chemical_id

quantity_released_lbs 12

  • 1.0 2
  • 2.0 2
  • 4.0 2
  • 8.0 2
  • 1000.0 1
  • 10000.0 1
  • 150.0 1
  • 2058.0 1
  • 2900.0 1
  • 300.0 1
  • 416.0 1
  • 55.0 1

percent_weight 1

  • 50.0 · 16 ✖
accident_chemical_id ▼ facility_accident_chemical_id facility_accident_id quantity_released_lbs percent_weight chemical_id
47 100000037783_1_1 100000037783_1 55.0 50.0 15 15
98 100000048496_1_1 100000048496_1 300.0 50.0 1 1
297 100000043543_1_1 100000043543_1 1000.0 50.0 2 2
344 100000181359_1_1 100000181359_1 150.0 50.0 2 2
840 100000153601_1_1 100000153601_1 416.0 50.0 64 64
1048 100000132073_1_1 100000132073_1 10000.0 50.0 31 31
1061 100000222966_1_1 100000222966_1 2900.0 50.0 31 31
1191 100000129336_1_2 100000129336_1 2.0 50.0 28 28
1423 100000088969_1_1 100000088969_1 4.0 50.0 69 69
1424 100000088969_1_2 100000088969_1 4.0 50.0 25 25
1425 100000088969_2_1 100000088969_2 8.0 50.0 69 69
1426 100000088969_2_2 100000088969_2 8.0 50.0 25 25
1876 100000131074_1_1 100000131074_1 2058.0 50.0 31 31
1945 100000152416_1_1 100000152416_1 1.0 50.0 16 16
1949 100000157126_1_1 100000157126_1 2.0 50.0 31 31
2038 100000229068_1_1 100000229068_1 1.0 50.0 24 24

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