Baselight

Hotels In Munnar, Kerala (MakeMyTrip)

Hotel price data scraped from MakeMyTrip of those in Munnar, Kerala(India).

@kaggle.andrewgeorgeissac_hotels_in_munnar_kerala

Loading...
Loading...

About this Dataset

Hotels In Munnar, Kerala (MakeMyTrip)

Tourism and hospitality industry is evolving in Kerala in the recent years, especially in Munnar. Here I have scraped hotel data from MakeMyTrip of those situated in Munnar. Munnar is an amazing hill station, which makes a large contribution to tea exports from the country.

Data Source: MakeMyTrip

Columns in dataset:

  • Hotel Name
  • Rating
  • Rating Description
  • Reviews
  • Star rating
  • Location
  • Nearest Landmark
  • Distance to the Landmark
  • Price
  • Tax

Please Note:

  1. Price given here is for one night (base room).
  2. Tax given here is slapped on top of the price payable. Therefore, total amount = Price + Tax

Tables

Munnar

@kaggle.andrewgeorgeissac_hotels_in_munnar_kerala.munnar
  • 11.03 KB
  • 74 rows
  • 10 columns
Loading...

CREATE TABLE munnar (
  "hotel_name" VARCHAR,
  "rating" DOUBLE,
  "rating_description" VARCHAR,
  "reviews" BIGINT,
  "star_rating" DOUBLE,
  "location" VARCHAR,
  "nearest_landmark" VARCHAR,
  "distance_to_landmark" VARCHAR,
  "price" BIGINT,
  "tax" DOUBLE
);

Share link

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