Skip to content

Run a t-test to show that university towns have their mean housing prices less affected by recessions. Data preprocessing with pandas, statistical analysis, t-test, hypothesis testing

Notifications You must be signed in to change notification settings

sergiopperez/Mean_Housing_Prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypothesis: University towns have their mean housing prices less effected by recessions.

Methodology: Run a t-test to compare the ratio of the mean price of houses in university towns the quarter before the recession starts compared to the recession bottom.

The following data files are available for this assignment:

  • From the Zillow research data site there is housing data for the United States. In particular the datafile for all homes at a city level, City_Zhvi_AllHomes.csv, has median home sale prices at a fine grained level.
  • From the Wikipedia page on college towns is a list of university towns in the United States which has been copy and pasted into the file university_towns.txt.
  • From Bureau of Economic Analysis, US Department of Commerce, the GDP over time of the United States in current dollars (use the chained value in 2009 dollars), in quarterly intervals, in the file gdplev.xls. For this assignment, only look at GDP data from the first quarter of 2000 onward.

About

Run a t-test to show that university towns have their mean housing prices less affected by recessions. Data preprocessing with pandas, statistical analysis, t-test, hypothesis testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published