Comprehensive Time Series Analysis: Data Cleaning/Imputation, Exploratory Analysis, and Forecasting

Discovering core player insights in an online game I developed for.
Charlie Liou

In this project I perform a thorough end-to-end time series analysis: gathering player data for two months, dealing with 16.1% missing data, and forecasting future player counts. I utilize deep exploratory analysis and insightful visualizations to uncover player behavioral insights and motivate decisions for statistical modeling through hypothesis testing.

This project used Python and SQLite to automate data collection, pandas, statsmodels and pykalman for modeling, matplotlib for visuals, and an Jupyter notebook embedded on this page. The data is available here.

Let's dive in!

Comprehensive Time Series Analysis