home / risk_management_plans

Accident Chemicals View

Data table with 2,301 records and 12 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

3 rows where city = "La Porte", facility_address = "12342 Strang Road" and facility_name = "Kuraray La Porte"

✎ View and edit SQL

This data as json, CSV (advanced)

facility_name 1

  • Kuraray La Porte · 3 ✖

facility_address 1

  • 12342 Strang Road · 3 ✖

city 1

  • La Porte · 3 ✖
accident_chemical_id ▼ accident_id facility_id facility_name facility_address city state county date_of_accident chemical_name quantity_released_lbs percent_weight
2032 Accident 1 100000225909 Kuraray La Porte 12342 Strang Road La Porte TX Harris January 2018 Ethylene [Ethene] 150.0  
2033 Accident 2 100000225909 Kuraray La Porte 12342 Strang Road La Porte TX Harris April 2017 Ethylene [Ethene] 226.0  
2034 Accident 3 100000225909 Kuraray La Porte 12342 Strang Road La Porte TX Harris September 2016 Ethylene [Ethene] 625.0  

Advanced export

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

CSV options:

CREATE TABLE accident_chemicals_view (
    accident_chemical_id INTEGER PRIMARY KEY,
    accident_id TEXT,
    facility_id TEXT,
    facility_name TEXT,
    facility_address TEXT,
    city TEXT,
    state TEXT,
    county TEXT,
    date_of_accident TEXT,
    chemical_name TEXT,
    quantity_released_lbs TEXT,
    percent_weight TEXT
);
CREATE INDEX idx_chemical_id ON accident_chemicals_view(accident_chemical_id);
Powered by Datasette · Queries took 2312.949ms · Data license: ODbL · Data source: EDGI Cloud Portal