Giter VIP home page Giter VIP logo

big_data_home_sales's Introduction

Big Data Analysis: Home Market Comparison

Project Overview

Using SparkSQL to determine the key drivers of the home sales data, creating temporary views for cached and parquet partitioned data, and comparing queries run time efficiency using the Time library.

Questions Explored

  1. What is the average price for a four-bedroom house sold for each year? R
  2. What is the average price of a home for each year it was built that has three bedrooms and three bathrooms?
  3. What is the average price of a home for each year that has three bedrooms, three bathrooms, two floors, and is greater than or equal to 2,000 square feet?
  4. What is the "view" rating for homes costing more than or equal to $350,000?

Libraries Used

  1. FindSpark
  2. PySpark
  3. Time

Folder structure

.
│   ├── big_data
│   |   ├── home_sales_partitioned
│   |   |   ├── date_built=2010
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2011
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2012
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2013
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2014
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2015
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2016
│   |   |   |   ├── part-00000-734483f8-ad12-4923-ab03-96afc3d01e8f.c000.snappy.parquet
│   |   |   ├── date_built=2017
│   |   ├── Home_Sales.ipynb             
|___README.md    
|.gitignore          

big_data_home_sales's People

Contributors

kokolipa avatar

Watchers

 avatar

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.