/sp_housing

Primary LanguageJupyter Notebook

Sao Paulo Real Housing Property Value Analysis Report

Marianne Costa Avalone, Data Analyst

Sao Paulo is the 8th most populous city on Earth and its metropolitan region, with over 30 million inhabitants, one of the largest urban agglomerations in the world. Its real estate market is a critical part of the economy and it has a huge impact on many aspects of life. In this notebook, you will find a comprehensive analysis of the residential properties for sale accross different neighborhoods. The purpose is to look for insights in the data and identify the key aspects that define housing prices in this geographic context.

Content

Links to Original

Let's take a look at the source data, which consists of four dataframes:

Contains a number of residential properties listed for sale in the city of Sao Paulo.

Contains a complete list of addresses, postcodes, latitudes and longitudes in the city of Sao Paulo.

Contains census demographic data of Sao Paulo published by the Brazilian Institute of Geography and Statistics (IBGE), in 2010.

Tree to file: Censo_Demografico_2010 > Resultados_do_Universo > Agregados_por_Setores_Censitarios > SP_Capital_20190207.zip > Base > CSV > Basico_SP1.csv

Contains geospatial polygons that identify the sectors investigated by the Brazilian Institute of Geography and Statistics (IBGE), in 2010.

Source file: SP_Setores_2020.zip

Setup

pip freeze > requirements.txt

python3 -m venv venv

pip install -r requirements.txt

pip install ipykernel