Skip to content

chrismelba/ABS-Region-Data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writeup on medium found here: https://medium.com/@chriscarter_95766/cycle-commuting-in-australia-b82db3b9a3ab?postPublishedType=initial

The data cleaning was worked on collaboratively with blkemp to pull together a variety of Australian census data. All work in medium and in the "Chris Assignment" notebook is entirely my own.

ABS-Region-Data

Explore data compiled from the Australian Bureau of Statistics (ABS) compiled as part of their AUSSTATS documentation, looking at trends across a wide variety of "key measures" by geographical region within Australia.

Preliminarily I am interested in exploring ties between income and age (for potential use in later analysis on tax effects on different generations), but there are also some interesting factoids regarding solar panel installations which have piqued my curiousity.

Note all files were originally ".xls" format, and have had incredibly minor alterations as follows:

  • Removing "branding" and "page header" rows (rows 1-5 in source document)
  • Removing "Copyright" and empty "footer" columns at the end of the dataset
  • Consolidating all the details outlined in the column headers into 1 header per column (removing merged formatting and cross filling for empty cells)
  • Saving each document as .csv

All files are based on the ASGS (Australian Statistical Geography Standard) location methodology. There is potential of further exploration based on documents located here.

System Requirements:

All exploration done on this dataset is currently being undertaking using Jupyter Notebooks using Python 3.7 with the below modules (list will surely expand over time):

  • NumPy
  • Pandas
  • MatPlotLib
  • SKLearn
  • Seaborn
  • os
  • TextWrap
  • eli5
  • re
  • geocoder

Copyright

Note all data sourced from the ABS is subject to copyright under Creative Commons Attribution 4.0 International, as outlined here.

About

Explore data compiled from the Australian Bureau of Statistics (ABS) compiled as part of their AUSSTATS documentation, looking at trends across a wide variety of "key measures" by geographical region within Australia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 95.9%
  • HTML 3.3%
  • Python 0.8%