Skip to content

Latest commit

Β 

History

History
21 lines (18 loc) Β· 872 Bytes

File metadata and controls

21 lines (18 loc) Β· 872 Bytes

openDOSM πŸ“Š

OpenDOSM is a platform that collects, shows, and studies all the data from DOSM. Everything here is open-source and totally free for everyone to use for the good of the country. It includes datasets ranging from Population from each states and annual births to household income by percentile.


Alternative site 🌐

Another site to collect the data is data.gov.my. It has the same UI with helpful graphs for visualization of data.


Necessary library ⬇️

Requests is the primary library used in the Python files above. Requests is a HTTP library, written by the legendary Kenneth Reitz.

pip install requests

Data analyze πŸ“ˆ

Pandas can be used to quickly analyze the data, which can be arranged in your format of choice.

pip install pandas