返回 Skill 列表
extension
分类: 开发与工程无需 API Key

search-flights

通过捆绑的航班数据集,按出发地、目的地和出发日期搜索航班。在提议航班选项或检查某个路线/日期组合是否存在时使用此技能。

person作者: jakexiaohubgithub

Search Flights

Filter the cleaned flights CSV for specific routes and dates.

Installation

pip install pandas

Quick Start

from search_flights import Flights

flights = Flights()
print(flights.run("New York", "Los Angeles", "2022-01-15"))