NY Rental Properties Pricing
This is a mock dataset of rental properties in NY, ideal for beginners.
@kaggle.ivanchvez_ny_rental_properties_pricing
This is a mock dataset of rental properties in NY, ideal for beginners.
@kaggle.ivanchvez_ny_rental_properties_pricing
CREATE TABLE ny_realstate_pricing (
"f1" BIGINT,
"id" BIGINT,
"neighbourhood" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"room_type" VARCHAR,
"price" BIGINT,
"days_occupied_in_2019" BIGINT,
"minimum_nights" BIGINT,
"number_of_reviews" BIGINT,
"reviews_per_month" DOUBLE,
"availability_2020" BIGINT
);
Anyone who has the link will be able to view this.