Skip to content
Snippets Groups Projects
Commit 9940ee15 authored by Alexander Shervud's avatar Alexander Shervud
Browse files

Added Notebook draft

parent 43f77b90
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Anxiety in Computer-Gamers: differences, similiratires and learnings
# Overview
In this project we decided to analyze anxiety in Gamers. We picked the dataset from kaggle because it intersected our personal interests.
The data was acquired by a survey published and shared online. This way everyone could
%% Cell type:code id: tags:
``` python
# Plotting the "Reference" Column where the Data is from
```
%% Cell type:markdown id: tags:
# Explanation of technical terms
### SPIN
### GAD
s a mental and behavioral, disorder, specifally an anxiety disorder characterized by excessive, uncontrollable and often irrational worry about events or activities. There are specific questionaires you can use to evaluate the disorder.
#### Worries of concern
The worries of concern are
1. Test
2. Test
### SWL
%% Cell type:code id: tags:
``` python
from src.Dataset import Dataset
dataset = Dataset("data\GamingStudy_data.csv")
print(dataset)
```
%% Output
<src.Dataset.Dataset object at 0x00000285ED26C7C0>
%% Cell type:markdown id: tags:
# Analysis
## Normalizing the Data
%% Cell type:code id: tags:
``` python
dataset.get_combined_anxiety_score(dataset.get_dataframe())
```
%% Output
0 0.202288
1 0.517320
2 0.497993
3 0.272969
4 0.533567
...
13459 0.212092
13460 0.601914
13461 0.125210
13462 0.591783
13463 0.243231
Length: 13464, dtype: float64
%% Cell type:markdown id: tags:
## Q1 - Which gamers are more anxiety prone ?
Text .......
We compare
### Women vs Men
Explanation
%% Cell type:code id: tags:
``` python
# All of this with stacked Bars
#
```
%% Cell type:markdown id: tags:
### Competetive vs Easy Going Players
Explanation
%% Cell type:code id: tags:
``` python
```
%% Cell type:markdown id: tags:
### High Education vs Lower Education
Explanation
%% Cell type:code id: tags:
``` python
# Plot demonstrating the differenc with stacked bars
```
%% Cell type:markdown id: tags:
### Narcissist vs Non-Narcissist
%% Cell type:markdown id: tags:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment