Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.24 KB

US House Prices Analysis

This project's intent is to showcase the capabilities of Pandas (Panel Data- multidimensional structured data sets) for analyzing a time series dataset from house prices in throughout United States, segmented by geography down to the neighborhood granularity.

This analysis is useful to understand how the prices compare accross the country, as to analyze how these are changing through time.

The dataset is Zillow Home Value Index (ZHVI): A smoothed, seasonally adjusted measure of the typical home value and market changes across a given region and housing type. It reflects the typical value for homes in the 35th to 65th percentile range. https://www.zillow.com/research/data/

How to Run: jupyter notebook

This project is meant to be a continous work in progrees. So I will track ideas and progress through the following list:

To Do

  • requirements.txt

  • Notebook

    • Documentation
      • README
      • Comment code
      • Annotations and markup for logical presentation of analysis.
    • Load data
      • Index by Geogrpahy
      • Index by Date
  • Dashboard

    • Research frameworks
    • Add notebook analysis
    • Deploy on cloud enviroment
  • Medium Article