NYC Property Sales
A year's worth of properties sold on the NYC real estate market
@kaggle.new_york_city_nyc_property_sales
A year's worth of properties sold on the NYC real estate market
@kaggle.new_york_city_nyc_property_sales
CREATE TABLE nyc_rolling_sales (
"unnamed_0" BIGINT,
"borough" BIGINT,
"neighborhood" VARCHAR,
"building_class_category" VARCHAR,
"tax_class_at_present" VARCHAR,
"block" BIGINT,
"lot" BIGINT,
"ease_ment" VARCHAR,
"building_class_at_present" VARCHAR,
"address" VARCHAR,
"apartment_number" VARCHAR,
"zip_code" BIGINT,
"residential_units" BIGINT,
"commercial_units" BIGINT,
"total_units" BIGINT,
"land_square_feet" VARCHAR,
"gross_square_feet" VARCHAR,
"year_built" BIGINT,
"tax_class_at_time_of_sale" BIGINT,
"building_class_at_time_of_sale" VARCHAR,
"sale_price" VARCHAR,
"sale_date" TIMESTAMP
);
Anyone who has the link will be able to view this.