Python EDA Project
Python EDA Project
- Kruthika P
Project Overview
This project performs Exploratory Data Analysis (EDA) on New York Airbnb data to
uncover trends and patterns in rental listings. Using libraries like Pandas, Numpy,
Matplotlib, Seaborn for cleaning, visualization and analysis.
Objective
Loading dataset
Data exploration
Data cleaning
EDA – Univariate Analysis
Checking Outliers for price column
EDA – Univariate Analysis
• Entire homes/apartments are the most common, but private rooms offer budget-friendly options.
3. Outliers in Price:
• Few listings priced at $10,000+ were detected, indicating the need to filter such extreme values.
4. Availability Patterns:
• Listings with high availability tend to have lower prices and more reviews, likely due to better guest
experience.
5. Host Behavior:
• Some hosts manage multiple listings, indicating a trend toward professional hosting.
Recommendations
•For Guests:
• Look for listings with high availability and good reviews for a better
experience.
• Private rooms in Brooklyn offer affordable stays compared to Manhattan.
•For Hosts:
• Improve availability and review response rates to attract more bookings.
• Manage pricing effectively to compete within the borough's market.
Conclusion
This project offers valuable insights into the New York Airbnb market, helping
both guests and hosts make informed decisions. By using EDA techniques, I
have identified key trends and developed actionable recommendations. Future
improvements can involve advanced analytics and predictive modeling to
further enhance the findings.
Thank you