This data analysis project focuses on cleaning and standardizing data in SQL queries. It includes various SQL queries to clean and transform data in the NashvilleHousing table.
The data analysis process involved executing a series of SQL queries to clean and transform the data in the "NashvilleHousing" table. The tasks performed included standardizing date formats, populating property addresses, breaking out address components (address, city, state), splitting owner addresses into separate columns, and identifying and removing duplicates.