Giter Site home page Giter Site logo

nashville_housing_data's Introduction

Nashville Housing Dataset

Photo compiled together

This project includes a collection of SQL queries created and executed in SQL Server Management Studio 2018. The purpose of this project is to practice different SQL queries to clean the data set for better performance.

The Data

I obtained this data set from AlexTheAnalyst on GitHub.com as part of Alesx's, Data Analyst Portfolio Project. It has been downloaded on an external thumbdrive and structured in folders. The data set contains the following columns:

  • UniqueID
  • ParcelID
  • LandUse
  • PropertyAddress
  • SaleDate
  • SalePrice
  • LegalReference
  • SoldVacant
  • OwnerName
  • OwnerAddress
  • Acreage
  • TaxDistrict
  • LandValue
  • BuildingValue
  • TotalValue
  • YearBuilt
  • Bedrooms
  • FullBath
  • HalfBath

In Microsoft Excel

The data set opened in Excel with columns of 18 "General" and 1 "Date (April 9, 2013)" data type. All general columns are in caps and the month name in the date column is in title case. There are 19 columns total and 56,477 rows not including the header. For the SoldAsVacant column there are No, N, Yes, and Y responses. Null values are heavy in the following columns:

  • OwnerName
  • OwnerAddress
  • Acreage
  • TaxDistrict
  • LandValue
  • BuildingValue
  • TotalValue
  • YearBuilt
  • Bedrooms
  • FullBath
  • HalfBath

In SQL Server

Unfortunately, I didn't notate the initial data type for the columns, the total of nulls or count of distinct values. I have split my queries into multiple files for categorzing as specific tasks.

Post cleaned, there are a total of 21 columns and 56,477 rows not including the header. Also, a total of 26 query statements.

To see more of my work, please visit my portfolio at: Data-Folio.

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.