U.S. Airbnb Open Data
Airbnb listings and metrics of regions in the U.S.
@kaggle.kritikseth_us_airbnb_open_data
Airbnb listings and metrics of regions in the U.S.
@kaggle.kritikseth_us_airbnb_open_data
CREATE TABLE ab_us_2020 (
"id" BIGINT,
"name" VARCHAR,
"host_id" BIGINT,
"host_name" VARCHAR,
"neighbourhood_group" VARCHAR,
"neighbourhood" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"room_type" VARCHAR,
"price" BIGINT,
"minimum_nights" BIGINT,
"number_of_reviews" BIGINT,
"last_review" VARCHAR,
"reviews_per_month" DOUBLE,
"calculated_host_listings_count" BIGINT,
"availability_365" BIGINT,
"city" VARCHAR
);
Anyone who has the link will be able to view this.