Skip to content

Data visualization from São Paulo Loft Properties (Housing Market)

Notifications You must be signed in to change notification settings

Breno-Valle/Data-Viz-with-Loft-Apartments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Viz-with-Loft-Apartments

Data visualization from São Paulo Loft Properties (Housing Market)


If you are getting trouble to acess this notebook on github, try here: https://nbviewer.jupyter.org/

All you need to do is copy/paste the notebook URL on it.


1-IDEA OF THE PROJECT

Loft is a digital plataform that uses tecnology to simplify the purchase and the sale of properties fast and easy. Above it, i created these project to analyze and brings the Loft data to our eyes. In that way i imagine two problems that could apper into their business.

Those questions are:

    1-What are the features that compose the Loft properies?
    2-How those Loft properties are distributed in São Paulo city
      and how the apartment's price are related to that ?

So let's take a look on how we could answer those issues with data visualization (using python)


2-ABOUT THE DATASETS


3-ABOUT THE PROJECT

For purpose of turn this project into a simple way to understand the Loft properties in São Paulo city i divided my notebook in four main blocks:

  (those pictures are only a small part of the hole process. Go to the notebook for more graphs, insights and workflow process)

A- "Overview by all the Loft properties"

Here we can go through an overview of all the Loft properties. Their distribution across the spaces of the city,
  the number of properties in each district and some important features to discribe those apartments.

NUMBER OF ROOMS:

A good example to visualize the distributions of rooms on the Loft apartments. Here we can see a pick of apartments with two or three rooms. That kind of property could be great for families or couples, but maybe not the best choice for a single person like an academic student.

image

NUMBER OF PROPERTIES PER DISTRICT:

Here i plotted the distribution of apartments in one district,with a pick is between 100 and 150. So if an district have great prices but is under the mean we could think that district it has being UNDERUSED and in the future it could be a good place to invest.

overview_distribution

PROPERTIES LOCATION:

Here we have a interactive HeatMap, where the red regions are the most concentraded ones, followed by orange, yellow, green and finally blue. The red regions are located in the center of the city, where there is a very competitive market, in neighbourhoods like Santa Cecília and República. In the other hand, there is few Loft properties in the periferical zone of the city, we're going to dive deeper in those districts after, that could be a potential market.

overview heatmap

B- "Rentable Loft's Locations"

  As you can imagine, apartments for sale and the ones for rent have a really different characteristics,
  with the main one being the price. Here we dive into the main features of the apartments for rent. 
  Their spacial location, relationship between Geographic location and price and top 10 districts 
  with most apartments and their mean price, top 10 more expensive districts and top 10 cheaper districts
  by price/m2. 	

RENT- ROOMS AND PRICE:

As you can see this plot represents the number of apartments per number of rooms in the peoperties have a strong relations with Price. As the number of rooms increases the apartments price tends to increase to. But when we look at the apartments with one and two rooms something interesting shos up. Apartments with two rooms are, in general, cheaper than that ones with just one room. If you want to recommend an apartment to a potencial client in Loft's website maybe could be a good idea display properties with two rooms in place of one when you want low when your client is looking for a low cost purchase.

image

TOP 10 MORE EXPENSIVE DISTRICTS:

High prices per square meter apartments for rent are around 50 and 80 Reais per square meter, and are mainly located in rich and central districts like Iguatemi, Itaim Bibi and Vila Olimpia.

rent_top10

PERCENTAGE OF APARTMENTS WITH ELEVATOR:

image

HEATMAP FOR RENT:

On this HeatMap we can we that Loft apartments for rent have a homogeneous distribution acroos the São Paulo city space. This tell us that Loft has a better and secure utilization of the urban space with properties for sale.

rent_heatmap

SIX MOST POPULATED DISTRICS AND THE THEIR RESPECTIVE MEAN PRICES

From that graph we can see the districts that have a lot of Loft apartments, the exactly number of properties on them, and their mean prices. From this plot we can figure out which districts generate higher incomes.

image

FEATURE IMPORTANCE:

On that point i used a Machine Learning model to predict the price of the apartments based on the properties features. I used a simple Decision Tree algorithm to do that and then extract wich features had more ipact in the prediction of the price. To do that we needed to cut some outliers from the data, as you can see on those boxplots:

Before cut:

image

After cut:

image

Then i trained the a very simple model, and our predictions tended to get values around 1300 Reais more or less than the real price. However with this we could find that the most relevant features that impact on price are the size of the apartments, the condominium price and the features on geographical localization, like Longitude and Latitude.

rent_feature_import

C- "Saleable Loft's Location"

  The idea here is the same from the above topic, but the main point here is to figure it out the main differences
  between the apartments for sale and apartments for rent. Sales apartments have their own feature characteristics
  and space location.

NUMBER OF PROPERTIES PER PARKING SPACES ON THEM AND RESPECTIVE PRICES:

The interessant point here is the exponential increases of the prices while the number of parking spaces incresases too.

image

HEATMAP FOR SALE:

In oposition to the Rent HeatMap, i can clearly see the geographical concentration of properties in the center of the city, on consolidated neighbourhood for the Housing Market. That mean the peripheral areas are has a great and untapped potential to be explored.

image

SIX MOST POPULATED DISTRICS AND THE THEIR RESPECTIVE MEAN PRICES:

image

ALL THE PROPERTIES IN SÃO PAULO:

On this graph i plotted all the Loft properties in the urban zone of the city acording with their Latitudes and Longitudes. Than, each property were mapped based on the price per area of those apartments. As you can see there is a high number of apartments with high prices in the center of the city, attracting a specific type of client.

image

D- "FINAL"

  On this short and final topic we just get the overview about the potencial gain in Reais (local money) that each type of 
  property could be owned by Loft in the next five years.

image


4- Final Thoughts:

This project can provide a benefit the to business with a better understanding of the Loft situation in São Paulo and providing insights to the future steps of the company. Of course there is a lot of good explorations that could be done and an infinity of ideas that could come from it. If you get interested by this dataset, project or ideas contact me, i will be glad to help you, and feel free to use all the notebook if you want.


About

Data visualization from São Paulo Loft Properties (Housing Market)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published