Real Estate Property Transactions Dataset
Property transaction details: dates,locations,prices,characteristics,tax rate
@kaggle.subhiarjaria09_real_estate_property_transactions_dataset
Property transaction details: dates,locations,prices,characteristics,tax rate
@kaggle.subhiarjaria09_real_estate_property_transactions_dataset
CREATE TABLE v3 (
"date" TIMESTAMP,
"year" BIGINT,
"locality" VARCHAR,
"estimated_value" DOUBLE,
"sale_price" DOUBLE,
"property" VARCHAR,
"residential" VARCHAR,
"num_rooms" BIGINT,
"num_bathrooms" BIGINT,
"carpet_area" DOUBLE,
"property_tax_rate" DOUBLE,
"face" VARCHAR
);
Anyone who has the link will be able to view this.