Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 588 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 588 Bytes

DataCleaningSQL

Data Cleaning in SQL This project includes all cleaning process step by step from raw data to cleaned data.

-- You can find this open source dataset and licence in this link.
-- Nashville Housing dataset includes 19 columns with 56477 observations.
-- This project only shows how to use SQL queries in data cleaning process.
-- Every changes have been done just for making a useable format and converting data to readable format.
-- This project not related to another project.