Hotels In Munnar, Kerala (MakeMyTrip)
Hotel price data scraped from MakeMyTrip of those in Munnar, Kerala(India).
@kaggle.andrewgeorgeissac_hotels_in_munnar_kerala
Hotel price data scraped from MakeMyTrip of those in Munnar, Kerala(India).
@kaggle.andrewgeorgeissac_hotels_in_munnar_kerala
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:
Please Note:
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
);Anyone who has the link will be able to view this.