CoolFace
Datasetpublic

letrinhan/vn-provinces-national-accounts-master

Vietnam national accounts master panel by locality Wide geo×year master joining NSO National Accounts locality packs: GRDP development index (constant 2010) and GRDP per capita (2018-2024). National-only GDP tables without province locality are out of scope. Source packs have provinces and regions only. Province names follow ar_core.vn_geo. Figures Hero Comparison Color key Files provinces (441 rows) data/provinces.csv data/provinces.dta… See the full description on the dataset page: https://huggingface.co/datasets/letrinhan/vn-provinces-national-accounts-master.

sourceHugging Faceotherupdated 12h agoView on Hugging Face
0likes85downloads
Dataset Card

Vietnam national accounts master panel by locality

Wide geo×year master joining NSO National Accounts locality packs: GRDP development index (constant 2010) and GRDP per capita (2018-2024). National-only GDP tables without province locality are out of scope. Source packs have provinces and regions only. Province names follow arcore.vngeo.

Figures

Hero

[image]

Comparison

[image]

Color key

[image]

Files

provinces (441 rows)

  • —data/provinces.csv
  • —data/provinces.dta
  • —data/provinces.xlsx

regions (42 rows)

  • —data/regions.csv
  • —data/regions.dta
  • —data/regions.xlsx

Load

Stata:

stata
use "data/provinces.dta", clear

R:

r
df <- read.csv("data/provinces.csv")

SPSS: open the .xlsx or .csv file.

Source

National Statistics Office of Vietnam (NSO/GSO). Built by outer-joining GRDP locality packs.

Method: outer-join leaf packs on geocode×year with English geo labels via arcore.vn_geo. Cleaning and joins are automated in this repository (Python).

Citation

bibtex
@misc{nso_vn_provinces_national_accounts_master,
  title = {Vietnam national accounts master panel by locality},
  author = {{National Statistics Office of Vietnam}},
  note = {grdp_development_index_c2010; grdp_per_capita.},
  year = {2024}
}

Built 2026-09-26 UTC.