Paris Airbnb Analysis: A data-driven exploration of Airbnb listings in Paris, France. This project leverages various datasets to uncover trends, analyze property distribution across neighborhoods, and visualize the spatial distribution of listings.
This project uses the following datasets:
listings.csv
: Detailed information about Airbnb listings in Paris, including descriptions, number of rooms, price per night, and other relevant features.listings_summary.csv
: A summary version of thelistings.csv
dataset with fewer columns.reviews.csv
: Detailed information about user reviews for Paris listings, including review date, text, and user names.reviews_summary.csv
: A summary version of thereviews.csv
dataset with fewer columns.neighbourhoods.geojson
: Geospatial data for Paris neighborhoods, including names and boundaries.calendar.csv
: Information about future availability and pricing for each Paris listing.
The project aims to answer the following questions:
- What are the most popular neighborhoods for Airbnb listings in Paris?
- How have the number of reviews evolved over the years?
- Can we visualize the spatial distribution of Airbnb listings in Paris using a map?
To run the code and visualize the results, the following Python libraries are required:
- pandas
- numpy
- matplotlib
- seaborn
- folium (for map visualization)
To run the project, first ensure that you have installed the required dependencies. Then, open the Jupyter Notebook or Python script containing the code and execute it.
This project is licensed under the MIT License. See the LICENSE file for more information.