bank_fjcf_table_detail
Retrieves paginated administrative penalty disclosure tables from the banking and insurance regulatory bureau, returning a DataFrame for specified pages and item level.
Instructions
获取 首页-政务信息-行政处罚-银保监分局本级-XXXX行政处罚信息公开表 数据 :param page: 需要获取前 page 页的内容, 总页数请通过 ak.bank_fjcf_total_page() 获取 :type page: int :param item: choice of {"机关", "本级", "分局本级"} :type item: str :param begin: 开始页面 :type begin: int :return: 返回所有行政处罚信息公开表的集合, 按第一页到最后一页的顺序排列 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | 分局本级 | |
| page | No | ||
| begin | No |