Monitoring Airbnb Dynamics? It Can Be Done with the Inside Airbnb Dataset!
Published:
In certain cases, significant movements such as startup development can create disruptions. This has happened with Airbnb, where in some areas, the development of Airbnb-oriented properties has triggered externalities such as the increase in permanent housing prices and gentrification. Due to this issue, the growth of Airbnb should be appropriately monitored. That is what ‘Inside Airbnb’ has been doing for years. Inside Airbnb publishes a large dataset about the location of Airbnb properties along with their characteristics for FREE!
For example, I have plotted the listings.csv.gz file from Inside Airbnb for London, which provided insights into the distribution of Airbnb listings along with their attributes. The dataset comprises 87,946 rows and 75 columns! Below is the spatial distribution map of Airbnb listings in London. Additionally, I created a hexagonal map using Python to enhance the map’s intuitiveness.

From the map above, it can be seen that the Airbnb properties are spread almost everywhere. However, if these numbers are plotted into a density map, we can extract more information about where the majority of listings are centralized—in the center of the city (see the map below):

Why is this the case? What are the factors that make these Airbnb properties centralized in the center? Is it because of tourist attractions or something else? All of these questions can potentially be answered by this big dataset.
*If you’d like to see how I created the map based on the Inside Airbnb data, you can check out my GitHub project here. Contact me or drop a comment if you want to collaborate on this project!

Housing has been an undeniable primary aspect of human life. Without a proper shelter, a person cannot fulfill his/her basic need in life. This need has given more pressure when we know that there is only a limited amount of land that can be utilized for it. On other side, the competition to obtain a proper housing is getting more intense overtime due to urbanization (more people are coming to urban area to settle in). That is the exact reason why the price for this resource is skyrocketed to the point of no return.
After learning about Google Earth Engine (GEE) from CASA0025: Building Spatial Applications with Big Data in 2024 from CASA, I was impressed by the vast potential of this tool. Not only does it provide access to extensive planetary data, but it also includes essential tools for in-depth analysis and prediction, which can be dynamically visualized and presented through its spatial application. It’s a truly full-stack process!