Statistical analysis of the range and accessibility of basic services such as supermarkets and banks varies along with average income between neighbouring postcodes in Victoria, Australia.
This is an econometrics project, with the analysis pipeline divided into three stages:
- Data sourcing: Location data is extracted from the Google Maps API with GoogleMapsAPI_DataExtraction.py
- Data engineering: The extracted location data is combined with population data to provide an appropriate dataset for analysis with Analysis.py
- Regression Analysis: A Poisson regression is used to analyse the relationship between income and accessibility of services in RegressionAnalysis.R
Python 3
R
Numpy
Pandas
Requests
A Google Cloud Platform account is also required to use the Maps API.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Tom Pagel
- Google Maps Documentation