toolathon123 commited on
Commit
bd6a01d
·
verified ·
1 Parent(s): 00794af

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -43
README.md CHANGED
@@ -1,45 +1,69 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: data_referencia
5
- dtype: string
6
- - name: reference_year
7
- dtype: int64
8
- - name: municipio
9
- dtype: string
10
- - name: region_code
11
- dtype: string
12
- - name: region_name
13
- dtype: string
14
- - name: country
15
- dtype: string
16
- - name: country_name
17
- dtype: string
18
- - name: categoria_servico
19
- dtype: string
20
- - name: service_domain
21
- dtype: string
22
- - name: service_unit
23
- dtype: string
24
- - name: quantidade
25
- dtype: int64
26
- - name: valor_total
27
- dtype: float64
28
- - name: currency
29
- dtype: string
30
- - name: source_dataset
31
- dtype: string
32
- - name: source_row
33
- dtype: int64
34
- splits:
35
- - name: train
36
- num_bytes: 24762424
37
- num_examples: 123561
38
- download_size: 2275642
39
- dataset_size: 24762424
40
- configs:
41
- - config_name: default
42
- data_files:
43
- - split: train
44
- path: data/train-*
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - pt
5
+ - es
6
+ - en
7
+ size_categories:
8
+ - 100K<n<1M
9
+ tags:
10
+ - brazil
11
+ - argentina
12
+ - government
13
+ - public-services
14
+ - open-data
15
+ - transit
16
+ - health
17
+ - social-assistance
18
+ - libraries
19
+ task_categories:
20
+ - tabular
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
+
23
+ # BR/AR Government Public-Services — Merged Dataset
24
+
25
+ Annual merged dataset integrating Brazilian and Argentine government public-service
26
+ open-data releases (public transit, public-hospital appointments, social-assistance
27
+ payments and public-library loans) hosted on the Hugging Face Hub.
28
+
29
+ **Reference year: 2023 — 123,561 rows** (concatenated 125,265, exact duplicates removed 1,704).
30
+
31
+ ## Sources (8)
32
+
33
+ | Country | Domain | Source dataset |
34
+ |---|---|---|
35
+ | BR | transit | `toolathon123/br-transporte-bilhetagem-cartao` |
36
+ | BR | health | `toolathon123/br-saude-ambulatorio-consultas` |
37
+ | BR | social_assistance | `toolathon123/br-assistencia-social-bolsa-familia` |
38
+ | BR | library | `toolathon123/br-bibliotecas-emprestimos` |
39
+ | AR | transit | `toolathon123/ar-transporte-sube-tarjetas` |
40
+ | AR | health | `toolathon123/ar-salud-publica-turnos` |
41
+ | AR | social_assistance | `toolathon123/ar-anses-asignaciones-sociales` |
42
+ | AR | library | `toolathon123/ar-bibliotecas-prestamos` |
43
+
44
+ ## Schema
45
+
46
+ | column | dtype | description |
47
+ |---|---|---|
48
+ | data_referencia | string | unified reference date (ISO) |
49
+ | reference_year | int64 | annual time key |
50
+ | municipio | string | municipality name |
51
+ | region_code | string | IBGE 7-digit (BR) / INDEC code (AR) |
52
+ | region_name | string | state (BR) / province (AR) |
53
+ | country | string | BR / AR |
54
+ | country_name | string | Brazil / Argentina |
55
+ | categoria_servico | string | normalized service category (English labels) |
56
+ | service_domain | string | transit / health / social_assistance / library |
57
+ | service_unit | string | transit line / hospital / library / benefit program |
58
+ | quantidade | int64 | quantity |
59
+ | valor_total | float64 | total value (original currency) |
60
+ | currency | string | BRL / ARS |
61
+ | source_dataset | string | provenance: source dataset id |
62
+ | source_row | int64 | provenance: original row number |
63
+
64
+ An English-named variant of the same data is stored as
65
+ `merged_br_ar_gov_2023_en.parquet` in this repository.
66
+
67
+ All personal identifiers (names, CPF/CUIT/CUIL/DNI, card & SUS numbers, NIS,
68
+ e-mail) were removed from the source releases during the merge. See
69
+ `quality_report_2023.json` for the full annual data-quality report.