Baselight

Michelin Guide Restaurants

A curated list of awesome restaurants from the Michelin Guide

@kaggle.ngshiheng_michelin_guide_restaurants_2021

Loading...
Loading...

About this Dataset

Michelin Guide Restaurants

Last Updated: Jan 01, 2025

Context

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.

Read more...

Content

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:

  • 3 Stars
  • 2 Stars
  • 1 Star
  • Bib Gourmand
  • Selected Restaurants

Source Code

https://github.com/ngshiheng/michelin-my-maps

Tables

Michelin My Maps

@kaggle.ngshiheng_michelin_guide_restaurants_2021.michelin_my_maps
  • 7.5 MB
  • 17440 rows
  • 14 columns
Loading...

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
);

Share link

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