Baselight

Indian Hotels On Booking.com

6,000 Indian hotels on Booking.com

@kaggle.promptcloudhq_indian_hotels_on_bookingcom

Loading...
Loading...

About this Dataset

Indian Hotels On Booking.com

Context

This is a pre-crawled dataset, taken as subset of a bigger dataset (more than 94,000 hotels) that was created by extracting data from Booking.com, a leading travel portal.

Content

This dataset has following fields:

  • address
  • city
  • country
  • crawl_date
  • hotel_brand
  • hotel_description
  • hotel_facilities
  • hotel_star_rating
  • image_count
  • latitude
  • locality
  • longitude
  • pageurl
  • property_id
  • property_name
  • property_type
  • province
  • qts
  • room_count
  • room_type
  • similar_hotel
  • site_review_count
  • site_review_rating
  • site_stay_review_rating
  • sitename
  • special_tag
  • state
  • uniq_id
  • zone

Acknowledgements

This dataset was created by PromptCloud's in-house web-crawling service.

Inspiration

Analyses of the property ratings and property type can be performed.

Tables

Booking Com Travel Sample

@kaggle.promptcloudhq_indian_hotels_on_bookingcom.booking_com_travel_sample
  • 1.68 MB
  • 6000 rows
  • 29 columns
Loading...

CREATE TABLE booking_com_travel_sample (
  "address" VARCHAR,
  "city" VARCHAR,
  "country" VARCHAR,
  "crawl_date" TIMESTAMP,
  "hotel_brand" VARCHAR,
  "hotel_description" VARCHAR,
  "hotel_facilities" VARCHAR,
  "hotel_star_rating" VARCHAR,
  "image_count" DOUBLE,
  "latitude" DOUBLE,
  "locality" VARCHAR,
  "longitude" DOUBLE,
  "pageurl" VARCHAR,
  "property_id" DOUBLE,
  "property_name" VARCHAR,
  "property_type" VARCHAR,
  "province" VARCHAR,
  "qts" VARCHAR,
  "room_count" DOUBLE,
  "room_type" VARCHAR,
  "similar_hotel" VARCHAR,
  "site_review_count" DOUBLE,
  "site_review_rating" DOUBLE,
  "site_stay_review_rating" VARCHAR,
  "sitename" VARCHAR,
  "special_tag" VARCHAR,
  "state" VARCHAR,
  "uniq_id" VARCHAR,
  "zone" VARCHAR
);

Share link

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