2015 Subdivision of Sarawak (Voting Districts)
Last updated: 14 Jul 2026
Boundaries of voting districts in Sarawak following the 2015 delimitation and accompanying subdivision exercise.
-- views-- downloads
| Column | Type | Description |
|---|---|---|
| state | String | State in which the parliamentary constituency is located, e.g. 'Perlis' |
| parlimen | String | Code (P.xxx) and name of the parliamentary constituency, e.g. 'P.001 Padang Besar' |
| code_parlimen | String | Official code of the parliamentary constituency, e.g. 'P.001' |
| dun | String | Code (N.xx) and name of the DUN constituency, e.g. 'N.01 Titi Tinggi' |
| code_dm | String | Official code of the DUN constituency, e.g. 'N.01' |
| dm | String | Code (xxx/yy/zz) and name of the Voting District, e.g. '001/01/01 Jalan Padang Besar' |
| code_dm | String | Official code of the Voting District, e.g. '001/01/01' |
Download (887 features x 7 attributes)
Programmatic Access
import geopandas as gpd
URL = "https://lake.electiondata.my/maps/subdivisions/sarawak_2015_dm.parquet"
gdf = gpd.read_parquet(URL)
print(gdf.shape) # (887, 7)
print(gdf.crs)
gdfCite
Users wishing to reference this dataset in an academic context should (for now) cite Thevananthan (2026). The citation will be updated in mid-July when a new preprint is published.
APA
Thevananthan, T. (). Map of the Subdivision of Voting Districts. ElectionData.MY.
Harvard
Thevananthan, T. , Map of the Subdivision of Voting Districts. ElectionData.MY.
MLA
Thevananthan, Thevesh. "Map of the Subdivision of Voting Districts." ElectionData.MY ().
Chicago
Thevananthan, Thevesh. "Map of the Subdivision of Voting Districts." ElectionData.MY ().
BibTeX
@misc{electiondatamy2026,
author = {Thevananthan, Thevesh},
title = {Map of the Subdivision of Voting Districts},
journal = {ElectionData.MY},
year = {undefined}
}