Brownfield Redevelopment Credit
Explore Open Data from New York State
@kaggle.new_york_state_brownfield_redevelopment_credit
Explore Open Data from New York State
@kaggle.new_york_state_brownfield_redevelopment_credit
CREATE TABLE brownfield_redevelopment_credit_beginning_calendar_year_2005 (
"calendar_year" BIGINT,
"tax_year" BIGINT,
"taxpayer_name" VARCHAR,
"project_site_name" VARCHAR,
"notes" VARCHAR,
"dec_region" BIGINT,
"county" VARCHAR,
"municipality" VARCHAR,
"en_zone" VARCHAR,
"n__site_preparation_component_costs" BIGINT,
"site_preparation_component_credit" BIGINT,
"n__tangible_property_component_costs" DOUBLE,
"tangible_property_component_credit" BIGINT,
"n__onsite_groundwater_remediation_costs" DOUBLE,
"n__onsite_groundwater_remediation_component_credit" DOUBLE,
"n__total_costs" DOUBLE,
"n__total_credit" BIGINT,
"location" VARCHAR,
"counties" DOUBLE,
"new_york_zip_codes" DOUBLE
);
Anyone who has the link will be able to view this.