Baselight

Michelin "star" Restaurants

Explore the world of Michelin 1-, 2-, and 3-star restaurants

@kaggle.prasertk_michelinstar_restaurants

Loading...
Loading...

About this Dataset

Michelin "star" Restaurants

Context

Explore the world of Micheline "stars" restaurants by star, city, country, cuisine, and chef.

Acknowledgements

Data source: https://guide.michelin.com/th/en/restaurants

Tables

Michelin Star

@kaggle.prasertk_michelinstar_restaurants.michelin_star
  • 604.21 KB
  • 3192 rows
  • 13 columns
Loading...

CREATE TABLE michelin_star (
  "name" VARCHAR,
  "blurb" VARCHAR,
  "michelin_award" VARCHAR,
  "city" VARCHAR,
  "country" VARCHAR,
  "lat" DOUBLE,
  "lon" DOUBLE,
  "image" VARCHAR,
  "chef" VARCHAR,
  "cuisine1" VARCHAR,
  "cuisine2" VARCHAR,
  "url" VARCHAR,
  "url2" VARCHAR
);

Share link

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