This table provides a complete lookup for the classification of stage of processing, as applied and used by publications in Malaysia, primarily by DOSM.
Digits | Code | Description (EN) | Description (BM) |
---|---|---|---|
1 | 1 | Crude materials for futher processing | Bahan mentah untuk diproseskan selanjutnya |
2 | 1.1 | Foodstuffs and feedstuffs | Bahan makanan dan makanan untuk binatang |
2 | 1.2 | Non-food materials | Bahan bukan makanan |
3 | 1.2.1 | Non-food materials except fuel | Bahan bukan makanan kecuali bahan api |
3 | 1.2.2 | Crude fuel | Bahan api mentah |
1 | 2 | Intermediate materials, supplies and components | Bahan perantaraan, bekalan dan komponen |
2 | 2.1 | Materials and components for manufacturing | Bahan dan komponen untuk pembuatan |
3 | 2.1.1 | Materials for food manufacturing | Bahan untuk pembuatan makanan |
3 | 2.1.2 | Materials for other manufacturing | Bahan untuk pembuatan lain |
2 | 2.2 | Materials and components for construction | Bahan dan komponen untuk pembinaan |
2 | 2.3 | Processed fuel and lubricants | Bahan api yang diproses dan pelincir |
2 | 2.4 | Containers | Bekas |
2 | 2.5 | Supplies | Bekalan |
3 | 2.5.1 | Manufacturing industries | Industri pembuatan |
3 | 2.5.2 | Non-manufacturing industries | Industri bukan pembuatan |
0 viewsΒ·0 downloads
The classification of stage of processing is consistent with the Standard International Trade Classification (SITC) Revision 4 published by the United Nations Statistics Division, which is used as a global reference in the classification of international merchandise trade.
β
β
This table provides a complete lookup for the classification of stage of processing, as applied and used by publications in Malaysia, primarily by DOSM.
Name in Dataset | Variable | Definition |
---|---|---|
digits (Integer) | Digits | Number of digits; this column can be used as a filter if you only want to keep 1 digit codes, for example |
code (String) | Code | 1-4 digit codes; please ensure that you read this column as a string. |
desc_en (String) | Description (EN) | Description for the code, in English |
desc_bm (String) | Description (BM) | Description for the code, in Malay |
09 Mar 2024, 00: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/dictionaries/sitc_sop.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=sitc_sop&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