air_quality_watch_point
Fetch air quality data for each monitoring station in a specified city within a date range. Access station-level observations to analyze pollution patterns over time.
Instructions
真气网-监测点空气质量-细化到具体城市的每个监测点 指定之间段之间的空气质量数据 https://www.zq12369.com/ :param city: 调用 ak.air_city_table() 接口获取 :type city: str :param start_date: e.g., "20190327" :type start_date: str :param end_date: e.g., ""20200327"" :type end_date: str :return: 指定城市指定日期区间的观测点空气质量 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | 杭州 | |
| end_date | No | 20220409 | |
| start_date | No | 20220408 |