Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohanoor/sql_data_cleaning_project
https://github.com/sohanoor/sql_data_cleaning_project
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sohanoor/sql_data_cleaning_project
- Owner: sohanoor
- Created: 2024-06-12T20:27:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:33:23.000Z (7 months ago)
- Last Synced: 2024-11-09T19:12:04.472Z (2 months ago)
- Size: 5.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-----------------------------------------------------