CAPSTONE
Project 3
SQL Data Cleaning
Link to Data on GitHub
In this Case Study, housing data will be inspected, cleaned, and organized for use using SQL.
- Standardizing Date Formats
- Populate Property Address Data
- Breaking Address out in to Individual Columns (Address, City, State)
- Changing Y and N to “Yes” and “No” in the “Sold as Vacant” Field
- Removing Duplicate Entries
- Deleting Unused Columns