World Best 50 Restaurants 2019
Data include ranking, location, chef, description and menu price.
@kaggle.giuseppefumarola_world_best_50_restaurants_2019
Data include ranking, location, chef, description and menu price.
@kaggle.giuseppefumarola_world_best_50_restaurants_2019
CREATE TABLE n_50_best_restaurants_database (
"ranking" BIGINT,
"restaurant" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"lat" DOUBLE,
"lon" DOUBLE,
"stars" DOUBLE,
"chef" VARCHAR,
"website" VARCHAR,
"menu" BIGINT,
"currency" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.