we’ve covered the basics of time series analysis, I’m prepared to discuss how I’m using it for our BPDA economic indicators project.
Finding patterns and trends in Boston’s economy throughout time is my main objective. I’m doing this by examining data points like hotel occupancy rates, employment rates, housing costs, and traffic at Logan Airport. We can see how these data points have changed over time and spot any reoccurring trends by looking at them in chronological order.
I’ve attached a little bit of Python code that shows how I applied time series analysis.