The Time Series Analysis component focuses on understanding homeownership trends across various states in the United States. The primary goals were to train a sophisticated time series prediction model and detect outlier states displaying significant deviations from the national homeownership rate.
The project initiated with extensive data collection efforts. We acquired datasets from various sources, mainly in tabular format, spanning the years 1985 to 2021. Using tools such as Excel and the Pandas library, the data underwent thorough preprocessing, including data cleaning, format standardization, and removal of missing values. The datasets were transformed to align with the requirements of the Prophet time series prediction model.
The time series prediction model, Prophet, was employed due to its ability to account for seasonality, making it suitable for predicting changes in homeownership rates influenced by various factors, including economic policies and presidential cycles.
The project primarily focused on plotting homeownership rates of different states against the national rate and detecting states with notable deviations from the overall trend. The analysis uncovered intriguing trends in various regions, such as the West Coast, Midwest, Southern States, and the East Coast. Additionally, confidence intervals were generated, aiding in plotting future projections.
This repository includes:
- Jupyter Notebooks and Python scripts used for data preprocessing, cleaning, and modeling.
- Charts and visualizations showcasing homeownership rates across different states and their comparisons.
- Detailed documentation providing insights and findings from the analysis.
The analysis revealed significant variations in homeownership rates across states, showcasing diverse trends. Notable observations include:
- West Coast states demonstrating close proximity to the national rate with exceptions such as Idaho and California.
- Trends indicating higher homeownership in the Midwest compared to other regions.
- Clear divides in homeownership trends among Southern states.
The Time Series Analysis segment contributes significantly to the broader Home Ownership Constraints Project by providing comprehensive insights into the trends and patterns of homeownership rates. The findings set the stage for anomaly detection and further analysis, while the structured pipeline allows for efficient chart generation at various levels.
The Time Series Analysis effort has provided valuable insights into the complexities of homeownership trends across the United States. Through a robust predictive modeling approach and detailed visualization, the project has laid a strong foundation for policymakers, real estate investors, and researchers to make informed decisions related to the housing market.
This repository serves as a valuable resource for understanding time series analysis within the context of the broader Home Ownership Constraints Project.





