macro_china_nbs_nation
Retrieve national statistics from China's National Bureau of Statistics by data type, path, and time period. Returns structured data for analysis.
Instructions
国家统计局全国数据通用接口 https://data.stats.gov.cn/dg/website/page.html :param kind: 数据类别 :param path: 数据路径 :param period: 时间区间,例如'LAST10', '2016-2023', '2016-'等 :return: 国家统计局统计数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| path | Yes | ||
| period | No | LAST10 |