Are you a foodie locked indoors during the pandemic? This is a list of the top rated restaurants rated by the New York Times and the (nearly) full list of restaurants rated by the The Infatuation.
Both maps were cross referenced with Google Maps API to find location coordinates and Yelp API to find whether they deliver. Analyze the data if you need something to do indoors or just use it to order food! Data is useful for making a list of restaurants to try :)
There are some duplicates / mistakes in the repo particularly in the coordinate data. These are minimal.
nytimes <- readr::read_csv('https://raw.githubusercontent.com/johnhenrypezzuto/top-ny-food/master/nytimes-restaurant-reviews.csv')
the_infatuation <- readr::read_csv('https://raw.githubusercontent.com/johnhenrypezzuto/top-ny-food/master/the-infatuation-restaurants.csv')