Lookup table, to be left-joined against other productivity datasets if specified.
Code | Variable Definition (EN) | Variable Definition (MS) |
---|---|---|
p0 | Overall | Keseluruhan |
p1 | Agriculture | Pertanian |
p2 | Mining and quarrying | Perlombongan dan pengkuarian |
p3 | Manufacturing | Pembuatan |
p3.1 | Vegetable and animal oils & fats and food processing | Minyak dan lemak daripada sayuran & haiwan dan prosesan makanan |
p3.2 | Beverages and tobacco products | Minuman dan produk tembakau |
p3.3 | Textiles, wearing apparel and leather products | Produk tekstil, pakaian dan kulit |
p3.4 | Wood products, furniture, paper products and printing | Produk kayu, perabot, keluaran kertas dan percetakan |
p3.5 | Petroleum, chemical, rubber and plastic products | Produk petroleum, kimia, getah dan plastik |
p3.6 | Non-metallic mineral products, basic metal and fabricated metal products | Produk mineral bukan logam, logam asas dan produk logam yang direka |
p3.7 | Electrical, electronic and optical products | Produk elektrik, elektronik dan optikal |
p3.8 | Transport equipment, other manufacturing and repair | Peralatan pengangkutan, pembuatan lain dan pembaikan |
p4 | Construction | Pembinaan |
p5 | Services | Perkhidmatan |
p5.1 | Utilities | Utiliti |
0 viewsΒ·0 downloads
This lookup table is not part of any standardised data dictionary; it was custom-made to serve the productivity datasets made available via data.gov.my and OpenDOSM only. Furthermore, it should be noted that the coding employed here is the same as the coding used in DOSM's GDP publications, except for the manufacturing and services subsectors. This is because the groupings have been calibrated to ensure optimal suitability for the productivity datasets.
β
β
Lookup table, to be left-joined against other productivity datasets if specified.
Name in Dataset | Variable | Definition |
---|---|---|
code (String) | Code | Reference for the variable as contained within the dataset |
variable_en (String) | Variable Definition (EN) | Definition of the variable in English |
variable_bm (String) | Variable Definition (MS) | Definition of the variable in Malay |
20 Feb 2025, 12:00
N/A
This data is made open under the Creative Commons Attribution 4.0 International License (CC BY 4.0). A copy of the license is available Here.
Full Dataset (CSV)
Recommended for individuals seeking an Excel-friendly format.
0
Full Dataset (Parquet)
Recommended for data scientists seeking to work with data via code.
0
Connect directly to the data with Python.
# If not already installed, do: pip install pandas fastparquet
import pandas as pd
URL_DATA = 'https://storage.dosm.gov.my/labour/productivity_lookup.parquet'
df = pd.read_parquet(URL_DATA)
if 'date' in df.columns: df['date'] = pd.to_datetime(df['date'])
print(df)
The following code is an example of how to make an API query to retrieve the data catalogue mentioned above. You can use different programming languages by switching the code accordingly. For a complete guide on possible query parameters and syntax, please refer to the official Open API Documentation.
import requests
import pprint
url = "https://api.data.gov.my/data-catalogue?id=productivity_lookup&limit=3"
response_json = requests.get(url=url).json()
pprint.pprint(response_json)
Department of Statistics Malaysia
Β© 2025 Public Sector Open Data
Open Data
data.gov.my