sunrise_daily
Retrieves sunrise and sunset times for a given city and date. Returns structured data for planning outdoor activities, photography, or travel.
Instructions
每日日出日落数据 https://www.timeanddate.com/astronomy/china/shaoxing :param date: 需要查询的日期, e.g., “20200428” :type date: str :param city: 需要查询的城市; 注意输入的格式, e.g., "北京", "上海" :type city: str :return: 返回指定日期指定地区的日出日落数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | beijing | |
| date | No | 20240428 |