Baselight

Italian Airbnb

This dataset provide a snapshot of Airbnb listings across major Italian cities.

@kaggle.willianoliveiragibin_italian_airbnb

Airbnb Italian City Grouped New V2
@kaggle.willianoliveiragibin_italian_airbnb.airbnb_italian_city_grouped_new_v2

  • 17.1 KB
  • 17 rows
  • 21 columns
place

Place

period

Period

neighbourhood_mode

Neighbourhood Mode

room_type_mode

Room Type Mode

host_is_superhost

Host Is Superhost

neighbourhood

Neighbourhood

property_type

Property Type

number_of_reviews_ltm_median

Number Of Reviews Ltm Median

number_of_reviews_ltm_median_abs_deviation

Number Of Reviews Ltm Median Abs Deviation

host_total_listings_count_median

Host Total Listings Count Median

host_total_listings_count_median_abs_deviation

Host Total Listings Count Median Abs Deviation

neighbourhood_shannon_entropy

Neighbourhood Shannon Entropy

room_type_shannon_entropy

Room Type Shannon Entropy

accommodates_median

Accommodates Median

accommodates_median_abs_deviation

Accommodates Median Abs Deviation

price_median

Price Median

host_number_of_listings

Host Number Of Listings

beds_number

Beds Number

bedrooms_number

Bedrooms Number

maximum_allowed_guests

Maximum Allowed Guests

price

Price

FirenzeEarly SpringCentro StoricoEntire home/aptHostCentro StoricoPrivate room141243128747411304411289
FirenzeEarly SummerCentro StoricoEntire home/aptSuperhostRifrediEntire home131143134467411453324300
FirenzeEarly WinterCentro StoricoEntire home/aptHostGavinana GalluzzoEntire home11114313021842115111295
MilanoEarly SpringBUENOS AIRES - VENEZIAEntire home/aptHostCentro StoricoEntire home663255081631100211460
MilanoEarly SummerBUENOS AIRES - VENEZIAEntire home/aptSuperhostCentro StoricoEntire home5532553336311051424105
MilanoEarly WinterBUENOS AIRES - VENEZIAEntire home/aptSuperhostCampo di MarteEntire home443255302731100321486
NapoliEarly SpringSan LorenzoEntire home/aptHostCentro StoricoHotel room663239418104185611263
NapoliEarly SummerSan LorenzoEntire home/aptSuperhostCentro StoricoPrivate room553239622104187211235
NapoliEarly WinterSan LorenzoEntire home/aptHostCentro StoricoPrivate room6632393431041851221283
RomaEarly AutumnI Centro StoricoEntire home/aptSuperhostCampo di MartePrivate room993226916942140121261

CREATE TABLE airbnb_italian_city_grouped_new_v2 (
  "place" VARCHAR,
  "period" VARCHAR,
  "neighbourhood_mode" VARCHAR,
  "room_type_mode" VARCHAR,
  "host_is_superhost" VARCHAR,
  "neighbourhood" VARCHAR,
  "property_type" VARCHAR,
  "number_of_reviews_ltm_median" BIGINT,
  "number_of_reviews_ltm_median_abs_deviation" BIGINT,
  "host_total_listings_count_median" BIGINT,
  "host_total_listings_count_median_abs_deviation" BIGINT,
  "neighbourhood_shannon_entropy" BIGINT,
  "room_type_shannon_entropy" BIGINT,
  "accommodates_median" BIGINT,
  "accommodates_median_abs_deviation" BIGINT,
  "price_median" BIGINT,
  "host_number_of_listings" BIGINT,
  "beds_number" BIGINT,
  "bedrooms_number" BIGINT,
  "maximum_allowed_guests" BIGINT,
  "price" BIGINT
);

Share link

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