← Back to Projects

Vancouver Airbnb Market Analysis — SQL + Tableau

End-to-end data analytics workflow for Vancouver Airbnb listing data: raw CSV ingestion and SQLite storage, SQL-based aggregation and export, and an interactive Tableau dashboard for pricing, neighbourhood, and room-type insights using the Inside Airbnb Vancouver dataset.

Preview

Vancouver Airbnb Tableau dashboard
Interactive Tableau dashboard: neighbourhood-level pricing, room-type breakdowns, and filters so stakeholders can explore Vancouver Airbnb market at a glance.

Problem & Context

The goal was to load and clean Airbnb listing and review data into a SQLite database, answer business questions using SQL (neighbourhood-level metrics, room-type summaries), export results to CSV for Tableau, and build an interactive dashboard. The project simulates a real-world data analyst task where stakeholders need clear, visual answers about market performance and pricing patterns.

What It Does

Tech Stack

Python Pandas SQLite SQL Tableau Jupyter Matplotlib Seaborn

Key Takeaways

Clean separation of ETL (Python), analytics (SQL), and visualization (Tableau) makes the workflow reproducible and easy to extend. The dashboard communicates pricing and neighbourhood insights at a glance and is published on Tableau Public for sharing.

← Back to Projects