Datasets:
Upload quality_report_2023.md with huggingface_hub
Browse files- quality_report_2023.md +53 -0
quality_report_2023.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Data Quality Report — BR/AR Government Services Merge (2023)
|
| 2 |
+
|
| 3 |
+
- Generated: 2026-08-13T13:11:52.899819+00:00
|
| 4 |
+
- Reference year: **2023**
|
| 5 |
+
- Sources: **8**
|
| 6 |
+
- Merged rows (after dedup): **123,561**
|
| 7 |
+
- Exact duplicates removed: **1,704**
|
| 8 |
+
- Meets 50 000 total target: **True**
|
| 9 |
+
- All sources meet 10 000 rows: **True**
|
| 10 |
+
|
| 11 |
+
## Per-source summary
|
| 12 |
+
|
| 13 |
+
| source | country | domain | loaded | target-year | PII cols removed | duplicates removed* | meets 10k |
|
| 14 |
+
|---|---|---|---|---:|---:|---:|---|
|
| 15 |
+
| `toolathon123/br-transporte-bilhetagem-cartao` | BR | transit | 26,120 | 15,667 | 3 | - | True |
|
| 16 |
+
| `toolathon123/br-saude-ambulatorio-consultas` | BR | health | 26,090 | 15,653 | 3 | - | True |
|
| 17 |
+
| `toolathon123/br-assistencia-social-bolsa-familia` | BR | social_assistance | 26,080 | 15,641 | 3 | - | True |
|
| 18 |
+
| `toolathon123/br-bibliotecas-emprestimos` | BR | library | 26,100 | 15,666 | 3 | - | True |
|
| 19 |
+
| `toolathon123/ar-transporte-sube-tarjetas` | AR | transit | 26,120 | 15,677 | 3 | - | True |
|
| 20 |
+
| `toolathon123/ar-salud-publica-turnos` | AR | health | 26,090 | 15,660 | 3 | - | True |
|
| 21 |
+
| `toolathon123/ar-anses-asignaciones-sociales` | AR | social_assistance | 26,080 | 15,650 | 3 | - | True |
|
| 22 |
+
| `toolathon123/ar-bibliotecas-prestamos` | AR | library | 26,100 | 15,651 | 3 | - | True |
|
| 23 |
+
|
| 24 |
+
*duplicates are only counted on the concatenated dataset (content-level).
|
| 25 |
+
|
| 26 |
+
## Schema conflicts across sources
|
| 27 |
+
|
| 28 |
+
- none — all sources agree on dtypes
|
| 29 |
+
|
| 30 |
+
## Final schema
|
| 31 |
+
|
| 32 |
+
| column | dtype | missing % |
|
| 33 |
+
|---|---|---:|
|
| 34 |
+
| data_referencia | object | 0.0000 |
|
| 35 |
+
| reference_year | int64 | 0.0000 |
|
| 36 |
+
| municipio | object | 0.0000 |
|
| 37 |
+
| region_code | object | 0.0000 |
|
| 38 |
+
| region_name | object | 0.0000 |
|
| 39 |
+
| country | object | 0.0000 |
|
| 40 |
+
| country_name | object | 0.0000 |
|
| 41 |
+
| categoria_servico | object | 0.0000 |
|
| 42 |
+
| service_domain | object | 0.0000 |
|
| 43 |
+
| service_unit | object | 0.0000 |
|
| 44 |
+
| quantidade | int64 | 0.0000 |
|
| 45 |
+
| valor_total | float64 | 0.0000 |
|
| 46 |
+
| currency | object | 0.0000 |
|
| 47 |
+
| source_dataset | object | 0.0000 |
|
| 48 |
+
| source_row | int64 | 0.0000 |
|
| 49 |
+
|
| 50 |
+
## Breakdowns
|
| 51 |
+
|
| 52 |
+
- By country: {'BR': 61882, 'AR': 61679}
|
| 53 |
+
- By domain: {'transit': 31200, 'health': 31200, 'social_assistance': 31200, 'library': 29961}
|