techie-ag / Data-Cleaning-using-SQL

Using sql, data cleaning was carried out on the Nashville dataset. The dataset is a housing dataset containing various informations like the land use type, the property addresses, sales dates and prices, as well as other useful informations.

Repository from Github https://github.comtechie-ag/Data-Cleaning-using-SQLRepository from Github https://github.comtechie-ag/Data-Cleaning-using-SQL

Data-Cleaning-using-SQL.

In this project, the focus was to carry out a complete data cleaning of the Housing Dataset obtained in Kaggle. The raw housing data was transformed using structured query language (SQL), making it easier for analysis to be carried out with it.

The various cleaning carried out on this dataset includes; standardizing the date format, populating the property adress data, breaking out addresses into individual columns etc.

About

Using sql, data cleaning was carried out on the Nashville dataset. The dataset is a housing dataset containing various informations like the land use type, the property addresses, sales dates and prices, as well as other useful informations.