Michelin "star" Restaurants
Explore the world of Michelin 1-, 2-, and 3-star restaurants
@kaggle.prasertk_michelinstar_restaurants
Explore the world of Michelin 1-, 2-, and 3-star restaurants
@kaggle.prasertk_michelinstar_restaurants
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
);
Anyone who has the link will be able to view this.