Full Beginner Data Analyst Project in Tableau

  • Listings: includes all the possible details about each listing that you can think of, such as geographic location, name, property type & rooms, fees, availability, and reviews.
  • Reviews: a list of comprehensive reviews of some listings, including its id, review date, reviewer, and comments
  • Calendar: a full record of each listing’s availabilities in terms of its listing id, date, and price
  • NOTE HERE: Alex ended up joining 2 tables instead of all three because of the size limitation, let’s follow that as well
  • First, drag the Listings table to the panel and click the down-arrow button, choose Open
  • drag the Calendar table to the panel as well, inner join them by Listing ID (this step is important!)
Inner join the Listings and Calendar table by Listings.Id = Calendar.Listing Id
final dataset :)
exclude the Null value
calculated by Average instead of SUM
first visualization :)

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store