Spill Incidents
State of New York
@usgov.state_of_new_york_spill_incidents
State of New York
@usgov.state_of_new_york_spill_incidents
CREATE TABLE table_1 (
"spill_number" BIGINT,
"program_facility_name" VARCHAR,
"street_1" VARCHAR,
"street_2" VARCHAR,
"locality" VARCHAR,
"county" VARCHAR,
"zip_code" VARCHAR,
"swis_code" BIGINT,
"dec_region" BIGINT,
"spill_date" TIMESTAMP,
"received_date" TIMESTAMP,
"contributing_factor" VARCHAR,
"waterbody" VARCHAR,
"source" VARCHAR,
"close_date" TIMESTAMP,
"material_name" VARCHAR,
"material_family" VARCHAR,
"quantity" DOUBLE,
"units" VARCHAR,
"recovered" DOUBLE
);
Anyone who has the link will be able to view this.