https://github.com/paulinagonzalezc/stack_exchange_user_analysis
https://github.com/paulinagonzalezc/stack_exchange_user_analysis
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulinagonzalezc/stack_exchange_user_analysis
- Owner: paulinagonzalezc
- Created: 2024-04-15T23:58:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T19:36:23.000Z (about 1 year ago)
- Last Synced: 2025-04-11T02:18:35.073Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stack Exchange User Growth Analysis
## Introduction
Stack Exchange is an internet forum website that allows users to post and answer questions about a variety of topics. The website releases data every three months that documents users, posts, tags, flags, votes, and a variety of other metrics.
This report details an analysis of the database providing novel insights into the data, it contains a triangulation of investigations centered around the change of individual users. Then we outline the conceptual schema of the data used in
the report. And after that we prove the normalization qualities of the data set. And finally we theorize the benefits and implementation of a graph based data model.## Data Analysis & Insights
Stack Exchange relies on users of the platform for content through questions and answers. We hypothesize that users improve as community members as they use the site for longer. Our investigation will test this hypothesis via a triangulation of four experiments. First, we evaluate the quality of posts over time. Second, the improvement in response time as users post more is measured. Third, exploration of whether there are any trends in the topics users post about, over time, is performed. Finally, the connection between time on the site and the awards users receive is evaluated.