Michelin Guide Restaurants
A curated list of awesome restaurants from the Michelin Guide
@kaggle.ngshiheng_michelin_guide_restaurants_2021
A curated list of awesome restaurants from the Michelin Guide
@kaggle.ngshiheng_michelin_guide_restaurants_2021
Last Updated: Jan 01, 2025
At the beginning of the automobile era, Michelin, a tire company, created a travel guide, including a restaurant guide.
Through the years, Michelin stars have become very prestigious due to their high standards and very strict anonymous testers. Michelin Stars are incredibly coveted. Gaining just one can change a chef's life; losing one, however, can change it as well.
The dataset is curated using Go Colly.
The dataset contains a list of restaurants along with additional details (e.g. address, price range, cuisine type, longitude, latitude, etc.) curated from the MICHELIN Restaurants guide. The culinary distinctions (i.e. the 'Award' column) of the restaurants included are:
CREATE TABLE michelin_my_maps (
"name" VARCHAR,
"address" VARCHAR,
"location" VARCHAR,
"price" VARCHAR,
"cuisine" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"phonenumber" DOUBLE,
"url" VARCHAR,
"websiteurl" VARCHAR,
"award" VARCHAR,
"greenstar" BIGINT,
"facilitiesandservices" VARCHAR,
"description" VARCHAR
);Anyone who has the link will be able to view this.