--- license: other language: - de pretty_name: German Public Service Institutions Register — 2026-07 tags: - europe - government - public-services - procurement - compliance - monthly task_categories: - tabular-classification --- # German Public Service Institutions Register — 2026-07 German public-service institution registration data for the 2026-07 reporting cycle. Fields: institution_id, name, rechtsform, register_nr, register_gericht, plz, ort, gruendungsdatum (DD.MM.YYYY), mitarbeiter, branche, status, steuernummer, cpv_code, budget_eur, supplier_id, supplier_name. German text with umlauts and ß. ## Data - Rows: >10,000 - Format: Parquet (`data/de_public_institutions.parquet`) ## Usage ```python from datasets import load_dataset ds = load_dataset("toolathon123/de-public-institutions-2026-07", split="train") ```