toolathon123 commited on
Commit
4e597c4
·
verified ·
1 Parent(s): 96d0010

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ pretty_name: EU Regulatory & Registered Supplier List — 2026-07
6
+ tags:
7
+ - europe
8
+ - government
9
+ - public-services
10
+ - procurement
11
+ - compliance
12
+ - monthly
13
+ task_categories:
14
+ - tabular-classification
15
+ ---
16
+ # EU Regulatory & Registered Supplier List — 2026-07
17
+
18
+ EU-level regulatory list / compliance registry for the 2026-07 cycle. Contains the registered supplier & institution identifiers (GB company numbers, FR SIRETs, DE register numbers and other EU entities) used to verify suppliers, plus EU sanction-status overlays. Fields: entity_id, entity_name, entity_type, country_code, registered, sanction_status, cpv_sectors (list), registration_date, vat_number, listing_reason.
19
+
20
+ ## Data
21
+
22
+ - Rows: >10,000
23
+ - Format: Parquet (`data/eu_regulatory_list.parquet`)
24
+
25
+ ## Usage
26
+
27
+ ```python
28
+ from datasets import load_dataset
29
+ ds = load_dataset("toolathon123/eu-regulatory-list-2026-07", split="train")
30
+ ```