Oyo Rental Price Prediction In China
Oyo Rental Price Prediction in Shenzhen,China
@kaggle.ramjasmaurya_oyo_rental_price_prediction_in_china
Oyo Rental Price Prediction in Shenzhen,China
@kaggle.ramjasmaurya_oyo_rental_price_prediction_in_china
CREATE TABLE rating_features (
"accommodates" BIGINT,
"amenities" VARCHAR,
"availability_30" BIGINT,
"bathrooms" DOUBLE,
"bed_type" VARCHAR,
"bedrooms" DOUBLE,
"beds" DOUBLE,
"calculated_host_listings_count" BIGINT,
"cancellation_policy" VARCHAR,
"guests_included" BIGINT,
"has_availability" VARCHAR,
"host_is_superhost" VARCHAR,
"host_listings_count" DOUBLE,
"instant_bookable" VARCHAR,
"latitude_north" DOUBLE,
"longitude_east" DOUBLE,
"maximum_nights" BIGINT,
"number_of_reviews" BIGINT,
"property_type" VARCHAR,
"review_scores_checkin" DOUBLE,
"review_scores_communication" DOUBLE,
"review_scores_location" DOUBLE,
"review_scores_rating" DOUBLE,
"review_scores_value" DOUBLE,
"room_type" VARCHAR
);
CREATE TABLE rental_price (
"p" VARCHAR,
"ice" VARCHAR
);
Anyone who has the link will be able to view this.