Search Accommodations
Find the accommodations for a specific city. Notice all the
Installation
pip install pandas
Quick Start
from search_accommodations import Accommodations
acc = Accommodations()
result = acc.run("Seattle")
print(result)
根据城市从捆绑的数据集中查找住宿。当您需要推荐某个城市的住宿地点或在构建行程前筛选住宿选项时,请使用此技能。
Find the accommodations for a specific city. Notice all the
pip install pandas
from search_accommodations import Accommodations
acc = Accommodations()
result = acc.run("Seattle")
print(result)