Current Certified Pesticide Applicators
State of New York
@usgov.state_of_new_york_current_certified_pesticide_applicators
State of New York
@usgov.state_of_new_york_current_certified_pesticide_applicators
This dataset is a list of pesticide applicators currently certified by New York State Department of Environmental Conservation (DEC) in the various categories of individual certification (6NYCRR Part 325). It includes certificate number, name, DEC region, expiration date, applicator type and category.
Organization: State of New York
Last updated: 2020-11-12T03:59:46.582632
Tags: pesticides, pests, weeds
CREATE TABLE table_1 (
"certificate_number" VARCHAR,
"first_name" VARCHAR,
"last_name" VARCHAR,
"middle_name" VARCHAR,
"suffix" VARCHAR,
"dec_region" BIGINT,
"renewal_date" TIMESTAMP,
"expiration_date" TIMESTAMP,
"applicator_type" VARCHAR,
"category" VARCHAR,
"category_description" VARCHAR
);Anyone who has the link will be able to view this.