macro_china_nbs_region
Get regional data from China's National Bureau of Statistics by specifying category, indicator, region, and time period.
Instructions
国家统计局地区数据通用接口 https://data.stats.gov.cn/dg/website/page.html :param kind: 数据类别 :param path: 数据路径 :param indicator: 指定指标 :param region: 指定地区 当指定region时,将symbol设为None可以同时获得所有可选指标的值 :param period: 时间区间,例如'LAST10', '2016-2023', '2016-'等 :return: 国家统计局统计数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| path | Yes | ||
| period | No | LAST10 | |
| region | No | ||
| indicator | Yes |