File size: 2,447 Bytes
c0bbf87
bd6a01d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c0bbf87
bd6a01d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
license: cc-by-4.0
language:
  - pt
  - es
  - en
size_categories:
  - 100K<n<1M
tags:
  - brazil
  - argentina
  - government
  - public-services
  - open-data
  - transit
  - health
  - social-assistance
  - libraries
task_categories:
  - tabular
---

# BR/AR Government Public-Services — Merged Dataset

Annual merged dataset integrating Brazilian and Argentine government public-service
open-data releases (public transit, public-hospital appointments, social-assistance
payments and public-library loans) hosted on the Hugging Face Hub.

**Reference year: 2023 — 123,561 rows** (concatenated 125,265, exact duplicates removed 1,704).

## Sources (8)

| Country | Domain | Source dataset |
|---|---|---|
| BR | transit | `toolathon123/br-transporte-bilhetagem-cartao` |
| BR | health | `toolathon123/br-saude-ambulatorio-consultas` |
| BR | social_assistance | `toolathon123/br-assistencia-social-bolsa-familia` |
| BR | library | `toolathon123/br-bibliotecas-emprestimos` |
| AR | transit | `toolathon123/ar-transporte-sube-tarjetas` |
| AR | health | `toolathon123/ar-salud-publica-turnos` |
| AR | social_assistance | `toolathon123/ar-anses-asignaciones-sociales` |
| AR | library | `toolathon123/ar-bibliotecas-prestamos` |

## Schema

| column | dtype | description |
|---|---|---|
| data_referencia | string | unified reference date (ISO) |
| reference_year | int64 | annual time key |
| municipio | string | municipality name |
| region_code | string | IBGE 7-digit (BR) / INDEC code (AR) |
| region_name | string | state (BR) / province (AR) |
| country | string | BR / AR |
| country_name | string | Brazil / Argentina |
| categoria_servico | string | normalized service category (English labels) |
| service_domain | string | transit / health / social_assistance / library |
| service_unit | string | transit line / hospital / library / benefit program |
| quantidade | int64 | quantity |
| valor_total | float64 | total value (original currency) |
| currency | string | BRL / ARS |
| source_dataset | string | provenance: source dataset id |
| source_row | int64 | provenance: original row number |

An English-named variant of the same data is stored as
`merged_br_ar_gov_2023_en.parquet` in this repository.

All personal identifiers (names, CPF/CUIT/CUIL/DNI, card & SUS numbers, NIS,
e-mail) were removed from the source releases during the merge. See
`quality_report_2023.json` for the full annual data-quality report.