Data Analysis of AirBnB Rental Data available for Berlin, Germany using Python and Tableau.
Airbnb is an American company that operates an online marketplace for lodging, primarily homestays for vacation rentals, and tourism activities. Based in San Francisco, California, the platform is accessible via website and mobile app. Airbnb does not own any of the listed properties; instead, it profits by receiving commission from each booking. The objective of this project is to analyze what variables may impact the price of housing and search for any noticable patterns.
The dataset contains the following key parameters that were measured to analyze any trends in prices of accommodations:
- price
- neighborhood_group
- neighborhood
- latitude
- longitude
- room_type
- minimum_nights
- number_of_reviews
- reviers_per_month
- host_listings_count
- availability_365
- num_reviews_ltm
- price_category
Full details of the data is available here & here.
The following Python libraries were used:
- numpy - for working with arrays
- pandas - for data analytics
- scipy - to calculate mathematical problems
- matplotlib - for visualization and graphical plotting
- seaborn - for visualization
- sklearn - for data analytics
- folium - for geographical visualization
- Sourcing Open Data
- Used Open Source Airbnb Berlin data.
- Completed preparatory steps before moving on to analysis (e.g., cleaning).
- Based on a comprehension of the contents of the data, defined questions.
- The code for the analysis can be found here: Sourcing Open Data.
- Exploring Relationships
- Conducted exploratory visual analysis using relevant Python libraries.
- Used the questions, defined in the previous task to guide the data exploration.
- Defined possible hypothesis to test.
- The code for the analysis can be found here: Exploring Relationships.
- Geographical Visualizations with Python
- Sourced a shapefile containing location data.
- Wrangled, cleaned, and merged data files for preparation of analysis.
- Conducted a geospatial analysis by creating a choropleth map using relevant Python libraries.
- The code for the analysis can be found here: Geographical Visualizations with Python.
- Results from the Geographical Visualizations Analysis can be found here: Analysis.