This project was created by 4 team members to analyse and co-relate data from Federal Emergency Management Agency(FEMA) and Median House Prices from Zillow.
Team 5 Project Plan:
-
Data Set: a. FEMA - https://www.fema.gov/openfema-dataset-openfema-data-sets-v1 b. Zillow API: http://www.zillow.com/webservice/GetRegionChildren
-
Exploratory Analysis:
-
Analysis Results: For Analysis purpose, FEMA and Zillow data was compared between the state of Texas. As per the comparision, it was found that few counties did show direct corelation between the number of disasters and house prices. However, the pattern was not consistent which indicates there were other factors affecting the house prices.
Folders:
- Final_Data - contains the data files to be used for analysis
- Archive - contains redundant files
- Final Presentation - contains .ppt presentation of the project
- Output_Visual - contains out put of all visuals created.
Git Commands to Push Changes:
- git add -A
- git commit -m "COMMENT WHAT CHANGES INCLUDED"
- git push
Additional GIT Commands:
- git pull origin master #pulls changed files from master
- git checkout -t origin/branch-name #switch to a new branch
- git push origin branch-name #push changes to the branch