home / risk_management_plans

Accident Chemicals View

Data table with 2,301 records and 12 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

5 rows where city = "Westlake", facility_address = "1600 VCM Plant Road" and facility_name = "Westlake, Lake Charles North"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: accident_id, date_of_accident, chemical_name

facility_name 1

  • Westlake, Lake Charles North · 5 ✖

facility_address 1

  • 1600 VCM Plant Road · 5 ✖

city 1

  • Westlake · 5 ✖
accident_chemical_id ▼ accident_id facility_id facility_name facility_address city state county date_of_accident chemical_name quantity_released_lbs percent_weight
795 Accident 1 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu December 2021 Hydrochloric acid (conc 37% or greater) 6809.0 100.0
796 Accident 1 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu December 2021 Vinyl chloride [Ethene, chloro-] 14869.0  
797 Accident 2 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu September 2020 Vinyl chloride [Ethene, chloro-] 691.0  
798 Accident 2 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu September 2020 Hydrochloric acid (conc 37% or greater) 743.0 100.0
799 Accident 3 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu March 2019 Hydrochloric acid (conc 37% or greater) 994.0 100.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 319.032ms · Data license: ODbL · Data source: EDGI Cloud Portal