https://github.com/codeofrahul/nashville_housing_sql_data_cleaning_project
This project involves cleaning and preparing the Nashville Housing dataset using SQL. The goal is to ensure the dataset is clean, consistent, and ready for analysis.
https://github.com/codeofrahul/nashville_housing_sql_data_cleaning_project
Last synced: 6 months ago
JSON representation
This project involves cleaning and preparing the Nashville Housing dataset using SQL. The goal is to ensure the dataset is clean, consistent, and ready for analysis.
- Host: GitHub
- URL: https://github.com/codeofrahul/nashville_housing_sql_data_cleaning_project
- Owner: CodeofRahul
- License: mit
- Created: 2024-12-14T06:29:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:44:39.000Z (about 1 year ago)
- Last Synced: 2025-03-25T00:45:30.218Z (10 months ago)
- Size: 8.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nashville_Housing_SQL_Data_Cleaning_Project
## Project Overview
This project involves cleaning and preparing the Nashville Housing dataset using SQL. The goal is to ensure the dataset is clean, consistent, and ready for analysis.
## Dataset Description
**The dataset contains information on housing properties in Nashville, including:**
- Parcel ID, Property Address, Sale Date, and Sale Price
- Land Use, Acreage, Tax District, and Property Value
- Number of Bedrooms, Bathrooms, and Year Built
## Data Cleaning Steps
**Key cleaning operations performed:**
- Handled missing values and null entries
- Removed duplicate records
- Standardized date formats
- Ensured consistency in text fields (e.g., casing, spelling)
- Corrected incorrect or anomalous values