Check out my latest videos on Youtube.

Blog.

Changing ABS SA2 (Statistical Area 2) into postcode and geographical metrics.

Cover Image for Changing ABS SA2 (Statistical Area 2) into postcode and geographical metrics.
Alex Moses
Alex Moses
Posted underData AnalysisTableau
Utilising ABS study data has some challenges including using (Statistical area) SA2 and SA3 metrics which do not translate to geolocational data in most reporting softwaRE.

Data provided by ABS is now categorized by either LGA or Statistical Government Areas, as Data Analysts we can request for a new dataset from the ABS (Australian Bureau of Statistics) directly which would include postcode for a small fee. Deciding to not be limited to ABS turn-around I have decided to use a fuzzy matching of SA2 to post-code project that has already been published by ABS very recently located here: Australian Statistical Geography Standard (ASGS): Correspondences, July 2011. This is not an 100% accurate representation of postcode of suburb and upon testing had missing postcodes and suburbs. If a more accurate representation of business count by post code is needed, I had thought I needed to create my own dataset for postcode transformation.

However, when all hope was lost, I stumbled upon this page by Matthew Proctor: Australian Postcodes. Matthew was also very much frustrated with Australia Post and ABS for hiding away this database of state and postcodes and forcing analysts to pay for it. He took it upon himself to develop his own database for matching sa2 to postcode data.

His efforts allowed me to create a blended table that could be used by reporting platforms to generate geographical reports and heatmaps using the ABS data export I was using. Using a Join on ABS SA2 Code to Matthew’s SA2 Maincode 2016 we can have a good range of fuzzy-matched postcodes and a much more accurate picture of the ABS categorized data

UPDATE 07/11/22

Upon further investigation I was able to find an even more accurate method for creating a geo-heatmap using ABS data using the available Geo Package provided via ABS website.

This database has a geometry column which (like a shapefile) can be used to associate the SA2 statistical code to a Geo-Polygon for reporting. This method requires a lot more transformation within your data warehouse but can in fact yield a much more accurate result with no margin of error on the geo-boundaries.

TaggedABSData AnalysisData CleaningTableau


More Stories

Cover Image for AI Research Assistants: Revolutionizing Knowledge Discovery and Synthesis

AI Research Assistants: Revolutionizing Knowledge Discovery and Synthesis

In the era of information overload, efficient research and knowledge sharing have become critical challenges. AI research assistants, powered by advanced technologies like LangChain and web search tools, are emerging as a promising solution. These intelligent systems leverage agentic workflows and the ReAct (Reasoning and Acting) framework to streamline the process of information gathering, analysis, […]

Alex Moses
Alex Moses
Cover Image for Exploring the Power of Deep Seek V3: Features, API Use, and Privacy Concerns

Exploring the Power of Deep Seek V3: Features, API Use, and Privacy Concerns

In the ever-evolving world of artificial intelligence, new tools and models constantly emerge, promising revolutionary advancements and accessibility. One such standout is Deep Seek V3 , a cutting-edge open-source AI model with an astounding 685 billion parameters. This powerful tool has quickly become a favorite in the AI space due to its exceptional coding, reasoning […]

Alex Moses
Alex Moses