business-poi-locations-dataset
收藏资源简介:
该数据集是一个商业兴趣点(POI)与位置数据集,基于美国政府开放数据(美国城市商业许可证)和英国食品卫生评级计划(FHRS)构建。包含超过 808,000 个商业地点的地址、地理编码、类别标签等信息。数据以 Parquet 格式提供,包含 30 多个字段,如 POI 标识符、名称、统一类别、子类别、品牌、连锁标志、完整地址、经纬度、电话、网站、营业时间、菜系、评级、状态、来源等。数据已进行清洗和标准化,不含 ODbL 污染。适用场景包括选址分析、销售区域规划、本地市场规模估算、地理空间机器学习特征工程等。数据集采用 CC BY-NC 4.0 许可(学术/个人使用),商业使用需获得 DataForge 商业许可。
This dataset is a collection of commercial Points of Interest (POI) and location data, built from US Government open data (US City Business Licenses) and the UK Food Hygiene Rating Scheme (FHRS). It contains over 808,000 business locations with addresses, geocodes, category labels, and other information. The data is provided in Parquet format with over 30 fields, including POI identifier, name, unified category, subcategory, brand, chain flag, full address, latitude/longitude, phone, website, operating hours, cuisine, rating, status, source, etc. The data has been cleaned and standardized, with no ODbL contamination. Use cases include site selection analysis, sales territory planning, local market size estimation, geospatial machine learning feature engineering, etc. The dataset is licensed under CC BY-NC 4.0 (academic/personal use); commercial use requires a DataForge commercial license.
Business POI & Locations (Government Open Registries) 数据集概述
基本信息
- 数据集名称:Business POI & Locations (Government Open Registries)
- 许可证:CC BY-NC 4.0(学术/个人使用);商业使用需DataForge商业许可
- 语言:英语
- 数据类型:表格分类(tabular-classification)
- 数据规模:100K - 1M条记录
数据内容
该数据集包含808,397个商业兴趣点(POI),来源于政府开放数据注册表,具体包括:
- 美国城市商业许可证数据:361,421条记录
- 英国食品卫生评级计划(FHRS):446,976条记录
所有记录均包含地址、地理编码(经纬度)和统一的类别标签。
核心数据字段(pois表)
| 字段 | 类型 | 说明 |
|---|---|---|
poi_id |
string | 稳定的POI标识符 |
name |
string | 注册的商业名称 |
category |
string | 统一类别(16值受控分类体系) |
subcategory |
string | 源级子类别 |
brand |
string | 连锁品牌名称 |
is_chain |
bool | 是否为连锁品牌(≥10个地点) |
address_full |
string | 完整的标准化地址 |
house_number / street / city / region / postcode |
string | 解析后的地址组成部分 |
country |
string | ISO 3166-1 alpha-2国家代码 |
lat / lon |
double | WGS84坐标系经纬度 |
phone / website |
string | 注册机构提供的公开联系方式 |
opening_hours |
string | 营业时间(如注册机构提供) |
cuisine |
string | 食品企业的菜系/业务类型详情 |
rating / rating_scheme |
string | 公开评分(英国FHRS卫生评级0-5) |
status / status_date |
string | 注册状态(营业/关闭)及更新时间 |
sources |
list | 合并到该记录的来源平台列表 |
confidence |
double | 记录置信度评分(0-1) |
_source_domain / _source_url / _source_platform |
string | 来源追溯信息 |
数据包版本
| 包名称 | 层级 | 行数 | 大小 |
|---|---|---|---|
poi-tier1-S-2026-08-02.zip |
S(美国城市) | 361,421 | 36.4 MB |
poi-tier1-M-2026-08-02.zip |
M(英国FHRS) | 446,976 | 53.6 MB |
poi-tier1-L-2026-08-02.zip |
L(完整版) | 808,397 | 89.7 MB |
poi_open_gov_2026-08-01.csv.gz |
open-gov | 808,397 | 52.9 MB |
poi_open_gov_2026-08-01.jsonl.gz |
open-gov | 808,397 | 60.4 MB |
poi_open_gov_2026-08-01.parquet |
open-gov | 808,397 | 52.6 MB |
应用场景
- 选址与商圈分析
- 销售区域规划
- 本地市场TAM(总可寻址市场)规模估算
- 地理空间机器学习特征
数据来源与方法
- 数据来源:英国FHRS + 美国城市商业许可证开放数据门户
- 数据格式:原生Parquet格式,支持Hugging Face Dataset Viewer直接查看
- 配置文件:
pois(单配置,训练集拆分)
使用方式
python from datasets import load_dataset
ds = load_dataset("zalizedata/business-poi-locations-dataset", "pois", split="train") print(ds[0])
许可说明
- 学术/个人使用:CC BY-NC 4.0,需注明出处并回链至 https://data.zalize.com
- 商业使用:需获取DataForge商业许可证
- 上游许可:英国OGL v3.0(FHRS)+ 美国城市开放数据条款
引用方式
text Contains public sector information licensed under the Open Government Licence v3.0; via DataForge (data.zalize.com) — https://data.zalize.com/datasets/business-poi-locations-dataset
- DOI:10.5281/zenodo.21813343
- GitHub Release镜像:https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-business-poi




