home / risk_management_plans

Accident Chemicals View

Data table with 2,301 records and 12 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

4 rows where city = "Beaumont" and facility_address = "14385 West Port Arthur Road, NA"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: quantity_released_lbs

facility_name 1

  • BASF, Beaumont Plant 4

facility_address 1

  • 14385 West Port Arthur Road, NA · 4 ✖

city 1

  • Beaumont · 4 ✖
accident_chemical_id ▼ accident_id facility_id facility_name facility_address city state county date_of_accident chemical_name quantity_released_lbs percent_weight
1754 Accident 1 100000089316 BASF, Beaumont Plant 14385 West Port Arthur Road, NA Beaumont TX Jefferson April 2024 Chlorine 1.0 99.0
1755 Accident 2 100000089316 BASF, Beaumont Plant 14385 West Port Arthur Road, NA Beaumont TX Jefferson March 2023 Chlorine 56.0 99.0
1756 Accident 3 100000089316 BASF, Beaumont Plant 14385 West Port Arthur Road, NA Beaumont TX Jefferson January 2023 Chlorine 1.0 99.0
1757 Accident 4 100000089316 BASF, Beaumont Plant 14385 West Port Arthur Road, NA Beaumont TX Jefferson March 2019 Chlorine 2.0 99.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 412.541ms · Data license: ODbL · Data source: EDGI Cloud Portal