Rental Properties Collaboration Data
Can you recommend rental properties to users
@kaggle.arashnic_property_data
Can you recommend rental properties to users
@kaggle.arashnic_property_data
CREATE TABLE property (
"item_id" VARCHAR,
"deposit" DOUBLE,
"monthly_rent" BIGINT,
"district_uuid" VARCHAR,
"room_qty" DOUBLE,
"unit_area" BIGINT,
"has_elevator" VARCHAR,
"building_floor_count" DOUBLE,
"unit_floor" DOUBLE,
"has_storage_area" VARCHAR,
"property_age" DOUBLE
);
Anyone who has the link will be able to view this.