Malaysia Property For Sale
Property in Malaysia for Sale/Invest
@kaggle.tanshihjen_malaysia_property_for_sale
Property in Malaysia for Sale/Invest
@kaggle.tanshihjen_malaysia_property_for_sale
Real estate dataset contains property for sale/invest in Malaysia. Dataset in csv format, which contains 7 variables: Location, list price, unit price, number of bedroom, number of bathroom, size (in square meter) and type.
CREATE TABLE malaysia_property_for_sale (
"location" VARCHAR,
"list_price" VARCHAR,
"unit_price" VARCHAR,
"number_bedroom" DOUBLE,
"number_bathroom" DOUBLE,
"area" VARCHAR,
"type" VARCHAR
);Anyone who has the link will be able to view this.