Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sohanoor/sql_data_cleaning_project


https://github.com/sohanoor/sql_data_cleaning_project

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# sql_data_cleaning_project

In this project I will be cleaning data in SQL.

-----------------------------------------------------

-- Standardize Date Formate

-----------------------------------------------------

-- Populate Property address data

-----------------------------------------------------

-- Breaking out PropertyAddress into Individual Columns (Address, City, State)

-- same task different approch

-----------------------------------------------------

-- Change Y and N to Yes and No in "Sold as Vacant" Field

-----------------------------------------------------

-- Remove Duplicates

-----------------------------------------------------

-- Remove Unused Columns

-----------------------------------------------------