View on GitHub

Data-Wrangling-using-SQL

Project Overview

In this project, we are going to clean Nashville Housing dataset. We have performed to do as the following tasks:

  • Standardize date format using Date Function.
  • Populate missing property address data using joins.
  • Parsing long-formatted address into individual columns (Address, City, State) using substring function.
  • Standardize “Sold as Vacant” field (from Y/N to Yes and No) using case statements.
  • Remove Duplicates using window functions.

Project Files

Project Outcome