Baselight

Restaurants In NYC -MICHELIN STARRED

2018 MICHELIN Starred

@kaggle.popoandrew_michelin_restaurants_in_nyc

About this Dataset

Restaurants In NYC -MICHELIN STARRED

Context

There's a story behind every dataset and here's your opportunity to share yours.

Content

What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.

Acknowledgements

We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.

Inspiration

Your data will be in front of the world's largest data science community. What questions do you want to see answered?![enter image description here][1]

Tables

Michelin Starred Restaurants

@kaggle.popoandrew_michelin_restaurants_in_nyc.michelin_starred_restaurants
  • 13.71 KB
  • 72 rows
  • 9 columns
Loading...

CREATE TABLE michelin_starred_restaurants (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "description" VARCHAR,
  "star" BIGINT,
  "full_address" VARCHAR,
  "postal_code" BIGINT
);