Skip to content

Tynoee/nashville-housing-data-cleaning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nashville-housing-data-cleaning

This repository contains SQL scripts used to clean and prepare the Nashville Housing dataset for analysis.

Cleaning Concepts Covered

  • Standardize SaleDate format
  • Populate missing PropertyAddress values
  • Split PropertyAddress into Address and City
  • Split OwnerAddress into Address, City, and State
  • Convert SoldAsVacant values from Y/N to Yes/No
  • Remove duplicate records using ROW_NUMBER() and CTE
  • Drop unused columns

About

This repository contains SQL scripts used to clean and prepare the Nashville Housing dataset for analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages