Search Restaurants
Query restaurants for a given city.
Installation
pip install pandas
Quick Start
from search_restaurants import Restaurants
restaurants = Restaurants()
print(restaurants.run("San Francisco"))
从捆绑的数据集中按城市检索餐馆。在推荐用餐地点或验证目的地的餐饮选项时使用此技能。
Query restaurants for a given city.
pip install pandas
from search_restaurants import Restaurants
restaurants = Restaurants()
print(restaurants.run("San Francisco"))