Baselight

U.S. Airbnb Open Data

Airbnb listings and metrics of regions in the U.S.

@kaggle.kritikseth_us_airbnb_open_data

Ab Us 2020
@kaggle.kritikseth_us_airbnb_open_data.ab_us_2020

  • 13.4 MB
  • 226030 rows
  • 17 columns
id

Id

name

Name

host_id

Host Id

host_name

Host Name

neighbourhood_group

Neighbourhood Group

neighbourhood

Neighbourhood

latitude

Latitude

longitude

Longitude

room_type

Room Type

price

Price

minimum_nights

Minimum Nights

number_of_reviews

Number Of Reviews

last_review

Last Review

reviews_per_month

Reviews Per Month

calculated_host_listings_count

Calculated Host Listings Count

availability_365

Availability 365

city

City

38585Charming Victorian home - twin beds + breakfast165529Evelynenan2880435.65146-82.62792Private room60113816/02/201.141Asheville
80905French Chic Loft427027Celestenan2880135.59779-82.5554Entire home/apt470111407/09/201.0311288Asheville
108061Walk to stores/parks/downtown. Fenced yard/Pets OK320564Lisanan2880135.6067-82.55563Entire home/apt75308930/11/190.812298Asheville
155305Cottage! BonPaul + Sharky's Hostel746673BonPaulnan2880635.57864-82.59578Entire home/apt90126722/09/202.395Asheville
160594Historic Grove Park769252Elizabethnan2880135.61442-82.54127Private room125305819/10/150.521Asheville
209068Terrace Cottage1029919Kevinnan2880435.61856-82.55276Entire home/apt13475414/01/200.491294Asheville
213006Blue Gate West1098412Susannenan2880635.58345-82.59713Private room48113730/11/191.351Asheville
246315Asheville Dreamer's Cabin1292070Annienan2880535.59635-82.50655Private room6535730/10/190.532106Asheville
259576Private, peaceful, and free goat therapy1362726Julianan2880535.61929-82.48114Entire home/apt712853705/04/205.011207Asheville
295496The Fern Street Apt near Biltmore1501882Debbienan2880335.55537-82.53539Entire home/apt50903114/06/190.291339Asheville

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
);

Share link

Anyone who has the link will be able to view this.