Datasets:
Commit ·
3b87eb4
0
Parent(s):
Duplicate from ismail31415/uniGame
Browse filesCo-authored-by: Md. Ismail Hossain <ismail31415@users.noreply.huggingface.co>
- .gitattributes +55 -0
- README.md +131 -0
- igd_data.csv +0 -0
- igd_responses_raw.csv +0 -0
- test.csv +199 -0
- train.csv +792 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- name: UniGame Dataset
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-classification
|
| 6 |
+
license: mit
|
| 7 |
+
tags:
|
| 8 |
+
- machine learning
|
| 9 |
+
- data science
|
| 10 |
+
- mental health
|
| 11 |
+
pretty_name: UniGame
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
# UniGame Dataset
|
| 19 |
+
|
| 20 |
+
This dataset explores the relationship between gaming habits and academic performance among students. It includes various attributes such as age, educational level, CGPA, gaming habits, and other related factors.
|
| 21 |
+
|
| 22 |
+
## Dataset Details
|
| 23 |
+
|
| 24 |
+
### Dataset Description
|
| 25 |
+
|
| 26 |
+
This dataset aims to investigate how gaming affects the academic performance of students. It includes information on the respondents' demographics, gaming habits, and academic results.
|
| 27 |
+
|
| 28 |
+
- **Curated by:** Hossain et. al
|
| 29 |
+
- **Language(s):** English
|
| 30 |
+
- **License:** MIT
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
## Uses
|
| 34 |
+
|
| 35 |
+
### Direct Use
|
| 36 |
+
|
| 37 |
+
This dataset can be used for various purposes, including but not limited to:
|
| 38 |
+
|
| 39 |
+
- Analyzing the impact of gaming on academic performance.
|
| 40 |
+
- Studying the correlation between gaming habits and lifestyle factors.
|
| 41 |
+
- Developing machine learning models to predict academic performance based on gaming habits and other related factors.
|
| 42 |
+
|
| 43 |
+
### Out-of-Scope Use
|
| 44 |
+
|
| 45 |
+
This dataset should not be used for malicious purposes or any application that the dataset is not suitable for.
|
| 46 |
+
|
| 47 |
+
## Dataset Structure
|
| 48 |
+
|
| 49 |
+
### Files
|
| 50 |
+
|
| 51 |
+
The dataset consists of two files:
|
| 52 |
+
|
| 53 |
+
- `train.csv`: The training set.
|
| 54 |
+
- `test.csv`: The testing set.
|
| 55 |
+
- `igd_data.csv`: Preprocessed set.
|
| 56 |
+
- `igd_responses_raw.csv`: The raw dataset.
|
| 57 |
+
### Columns
|
| 58 |
+
|
| 59 |
+
The dataset contains the following columns and these also are questionnaires:
|
| 60 |
+
|
| 61 |
+
1. **What is your age?**: The age of the respondent.
|
| 62 |
+
2. **Current educational position?**: The educational level of the respondent.
|
| 63 |
+
3. **Gender?**: The gender of the respondent.
|
| 64 |
+
4. **Your current CGPA?**: The current CGPA of the respondent.
|
| 65 |
+
5. **Your Higher Secondary School(H. SC) or A level or equivalent result?**: The higher secondary school result of the respondent.
|
| 66 |
+
6. **At what age you had started playing games?**: The age at which the respondent started playing games.
|
| 67 |
+
7. **Do you play games on mobile or pc?**: The platform on which the respondent plays games.
|
| 68 |
+
8. **When you go to sleep?**: The time the respondent goes to sleep.
|
| 69 |
+
9. **Do you attend your morning class regularly?**: Whether the respondent attends morning classes regularly.
|
| 70 |
+
10. **The average time you spend playing games?**: The average time the respondent spends playing games.
|
| 71 |
+
11. **Do you play paid or non-paid games?**: Whether the respondent plays paid or non-paid games.
|
| 72 |
+
12. **How many time you spend with family and friend?**: The time the respondent spends with family and friends.
|
| 73 |
+
13. **How you fill when you can not play game in whole day?**: The respondent's feeling when they cannot play games for a whole day.
|
| 74 |
+
14. **How you fill to complete game level?**: The respondent's feeling when they complete a game level.
|
| 75 |
+
15. **If you didn't finish games last level what is your feeling?**: The respondent's feeling if they didn't finish the last level of a game.
|
| 76 |
+
16. **Do you fill Fatigue?**: Whether the respondent feels fatigue.
|
| 77 |
+
17. **Do you play games for stress relief?**: Whether the respondent plays games for stress relief.
|
| 78 |
+
18. **Are you wearing glasses?**: Whether the respondent wears glasses.
|
| 79 |
+
|
| 80 |
+
## Dataset Creation
|
| 81 |
+
|
| 82 |
+
### Curation Rationale
|
| 83 |
+
|
| 84 |
+
The dataset was created to understand the impact of gaming on students' academic performance and lifestyle. It aims to provide insights that can help educators and policymakers make informed decisions.
|
| 85 |
+
|
| 86 |
+
### Source Data
|
| 87 |
+
|
| 88 |
+
#### Data Collection and Processing
|
| 89 |
+
|
| 90 |
+
The data was collected through a structured questionnaire filled out by students. The responses were then processed to ensure consistency and accuracy.
|
| 91 |
+
|
| 92 |
+
#### Who are the source data producers?
|
| 93 |
+
|
| 94 |
+
The source data was produced by students who participated in the survey. Their responses were anonymized to protect their privacy.
|
| 95 |
+
|
| 96 |
+
### Annotations
|
| 97 |
+
|
| 98 |
+
#### Annotation process
|
| 99 |
+
|
| 100 |
+
No additional annotations were made to the dataset beyond the initial data collection.
|
| 101 |
+
|
| 102 |
+
#### Who are the annotators?
|
| 103 |
+
|
| 104 |
+
The respondents themselves provided the data.
|
| 105 |
+
|
| 106 |
+
#### Personal and Sensitive Information
|
| 107 |
+
|
| 108 |
+
The dataset contains information that might be considered personal, such as age, gender, and academic results. All data was anonymized to ensure the privacy of the respondents.
|
| 109 |
+
|
| 110 |
+
## Bias, Risks, and Limitations
|
| 111 |
+
|
| 112 |
+
Users should be aware of potential biases in the dataset, as it may not represent all student populations equally. The dataset should be used with caution, considering its limitations.
|
| 113 |
+
|
| 114 |
+
### Recommendations
|
| 115 |
+
|
| 116 |
+
Users should consider the biases, risks, and limitations of the dataset. It is recommended to use the dataset in conjunction with other data sources to ensure robust analysis.
|
| 117 |
+
## Usage
|
| 118 |
+
To load and use this dataset, you can use the following code snippets in Python:
|
| 119 |
+
|
| 120 |
+
### Loading the dataset with Hugging Face Datasets library
|
| 121 |
+
|
| 122 |
+
```python
|
| 123 |
+
from datasets import load_dataset
|
| 124 |
+
|
| 125 |
+
# Load the dataset
|
| 126 |
+
dataset = load_dataset("ismail31415/uniGame")
|
| 127 |
+
|
| 128 |
+
# Access the training and testing sets
|
| 129 |
+
train_df = dataset['train']
|
| 130 |
+
test_df = dataset['test']
|
| 131 |
+
|
igd_data.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
igd_responses_raw.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test.csv
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
What is your age?,Current educational position?,Gender?,Your current CGPA?,Your Higher Secondary School(H. SC) or A level or equivalent result?,At what age you had started playing games?,Do you play games on mobile or pc?,When you go to sleep?,Do you attend your morning class regularly?,The average time you spend playing games?,Which type of game you addict more?,Do you read newspaper?,Which type of game you played most?,How many time you spend with family and friend?,How you fill when you can not play game in whole day?,How you fill to complete game level?,If you didn't finish games last level what is your feeling?,Do you fill Fatigue?,Do you play games for stress relief?,Are you wearing glasses?
|
| 2 |
+
21,Bachelor Level,Female,3.52,4.82,23,PC,2,No,6,FREE FIRE,Not regular,Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 3 |
+
24,Bachelor Level,Male,2.54,3,20,Mobile,1,Yes,6,FIFA,Regular,Non Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 4 |
+
24,Bachelor Level,Female,3.41,5,19,PC,0,No,3,COC,Not regular,Non Paid,4,positive,Bored,No feeling,Yes,Yes,Yes
|
| 5 |
+
22,Bachelor Level,Male,3.2,4,19,PC,22,No,6,CALL OF DUTY,Not regular,Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 6 |
+
29,Master's Level,Male,2.86,3.83,22,PC,1,Yes,5,COC,Regular,Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 7 |
+
28,Master's Level,Female,4,5,21,PC,23,Yes,6,PUBG,Regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,No
|
| 8 |
+
19,Bachelor Level,Male,2,4.15,18,Mobile,2,No,6,PES,Not regular,Non Paid,2,negative,Bored,Stressed,No,No,Yes
|
| 9 |
+
30,Master's Level,Male,3.85,3.34,17,PC,0,No,3,CALL OF DUTY,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 10 |
+
23,Bachelor Level,Male,3.2,4.6,19,"Mobile, PC",0,Yes,4,FIFA,Regular,Non Paid,3,positive,Excited,Stressed,Yes,No,No
|
| 11 |
+
26,Master's Level,Female,2.43,4,22,PC,2,Yes,4,COC,Not regular,Non Paid,3,negative,Bored,Excited to complete level,No,No,Yes
|
| 12 |
+
23,Bachelor Level,Female,3.05,3.9,18,PC,22,No,3,IGA,Regular,Paid,3,negative,Bored,Excited to complete level,No,No,Yes
|
| 13 |
+
27,Master's Level,Female,4,5,22,Mobile,23,No,5,CALL OF DUTY,Regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
| 14 |
+
25,Bachelor Level,Male,3.48,3.2,16,"Mobile, PC",1,Yes,2,PUBG,Not regular,Non Paid,3,positive,Bored,No feeling,No,Yes,Yes
|
| 15 |
+
29,Master's Level,Female,3.04,4.55,20,PC,23,Yes,4,IGA,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 16 |
+
20,Bachelor Level,Male,3,3,18,PC,2,No,4,IGA,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,No,No
|
| 17 |
+
20,Bachelor Level,Female,2,3.42,21,PC,1,No,6,COC,Regular,Non Paid,2,negative,Excited,Excited to complete level,No,No,Yes
|
| 18 |
+
19,Bachelor Level,Male,3,4.66,21,Mobile,22,No,3,IGA,Regular,Non Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 19 |
+
19,Bachelor Level,Female,3.52,4.66,16,PC,1,No,4,PUBG,Not regular,Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 20 |
+
20,Bachelor Level,Female,2.45,3.4,19,PC,23,No,3,PES,Not regular,Paid,3,negative,Excited,Stressed,Yes,Yes,Yes
|
| 21 |
+
28,Master's Level,Female,3.55,5,22,Mobile,2,Yes,3,FREE FIRE,Regular,Non Paid,3,negative,Bored,Stressed,Yes,Yes,No
|
| 22 |
+
25,Bachelor Level,Female,4,4.5,22,PC,23,Yes,5,IGA,Not regular,Paid,1,positive,Bored,No feeling,Yes,No,No
|
| 23 |
+
23,Bachelor Level,Male,2.64,4.44,21,PC,1,Yes,2,CALL OF DUTY,Regular,Non Paid,2,positive,Bored,Stressed,Yes,No,No
|
| 24 |
+
21,Bachelor Level,Male,3,5,19,PC,22,No,4,IGA,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 25 |
+
24,Bachelor Level,Female,2,4,20,PC,22,Yes,5,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 26 |
+
18,Bachelor Level,Female,2.32,3.61,19,PC,22,Yes,2,CALL OF DUTY,Regular,Non Paid,2,negative,Bored,No feeling,Yes,Yes,No
|
| 27 |
+
22,Bachelor Level,Female,3,4,21,PC,23,Yes,6,FIFA,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 28 |
+
26,Master's Level,Male,2.85,3.48,22,Mobile,2,Yes,3,PES,Regular,Non Paid,4,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 29 |
+
22,Bachelor Level,Male,2.8,4,19,PC,22,No,6,CALL OF DUTY,Not regular,Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 30 |
+
26,Master's Level,Female,3.96,4.16,22,PC,1,No,2,IGA,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 31 |
+
28,Master's Level,Male,2.98,4.54,22,PC,0,Yes,5,CALL OF DUTY,Regular,Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 32 |
+
19,Bachelor Level,Female,3,4,18,Mobile,22,No,3,FREE FIRE,Not regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 33 |
+
19,Bachelor Level,Male,2,3,20,PC,23,Yes,5,PES,Regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 34 |
+
26,Master's Level,Female,3,4,23,Mobile,1,No,5,CALL OF DUTY,Regular,Paid,2,positive,Bored,Stressed,Yes,Yes,Yes
|
| 35 |
+
24,Bachelor Level,Female,3,4,18,Mobile,23,Yes,4,PUBG,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 36 |
+
27,Master's Level,Female,3,4.82,23,PC,2,No,2,FREE FIRE,Not regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 37 |
+
23,Bachelor Level,Male,2.64,4.44,21,PC,1,Yes,2,CALL OF DUTY,Regular,Non Paid,2,positive,Bored,Stressed,Yes,No,No
|
| 38 |
+
24,Bachelor Level,Male,3,5,19,Mobile,2,No,5,FIFA,Not regular,Paid,3,negative,Bored,No feeling,Yes,Yes,Yes
|
| 39 |
+
21,Bachelor Level,Female,2.73,3.08,19,PC,2,Yes,1,PES,Regular,Non Paid,1,negative,Bored,No feeling,No,Yes,No
|
| 40 |
+
19,Bachelor Level,Male,3,4,19,Mobile,22,Yes,5,PES,Regular,Non Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 41 |
+
27,Master's Level,Female,2.09,4.15,20,PC,22,Yes,6,PUBG,Regular,Non Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 42 |
+
25,Master's Level,Female,3.71,3.8,20,Mobile,1,No,5,PES,Not regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 43 |
+
22,Bachelor Level,Male,3.69,4.92,18,Mobile,8,Yes,1,FREE FIRE,Not regular,Paid,6,positive,Excited,Excited to complete level,No,Yes,No
|
| 44 |
+
19,Bachelor Level,Male,3,5,13,Mobile,7,Yes,5,FIFA,Not regular,Non Paid,7,negative,Excited,Stressed,Yes,Yes,No
|
| 45 |
+
22,Bachelor Level,Male,3,4,19,PC,22,No,6,CALL OF DUTY,Not regular,Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 46 |
+
22,Bachelor Level,Male,3.2,4.92,16,Mobile,2,Yes,2,PUBG,Not regular,Non Paid,3,positive,Excited,No feeling,Yes,No,No
|
| 47 |
+
30,Master's Level,Male,3.24,4,17,PC,0,No,2,PUBG,Regular,Paid,2,negative,Excited,No feeling,Yes,No,Yes
|
| 48 |
+
24,Bachelor Level,Male,2.97,3.98,18,PC,2,No,4,COC,Regular,Paid,4,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 49 |
+
19,Bachelor Level,Male,4,3.38,19,Mobile,23,No,3,FIFA,Not regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 50 |
+
28,Master's Level,Female,2.18,5,21,PC,1,No,2,FREE FIRE,Not regular,Non Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 51 |
+
27,Master's Level,Male,3.35,5,24,PC,22,No,5,PUBG,Not regular,Non Paid,3,negative,Bored,No feeling,Yes,Yes,Yes
|
| 52 |
+
21,Bachelor Level,Female,3.52,4.82,23,PC,2,No,6,FREE FIRE,Not regular,Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 53 |
+
20,Bachelor Level,Female,3,5,18,Mobile,2,Yes,2,FIFA,Not regular,Non Paid,4,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 54 |
+
23,Bachelor Level,Female,3.74,4.57,19,PC,0,No,1,CALL OF DUTY,Regular,Paid,2,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 55 |
+
18,Bachelor Level,Male,2,4,19,Mobile,0,Yes,6,COC,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 56 |
+
19,Bachelor Level,Male,4,5,18,PC,23,Yes,4,PUBG,Regular,Paid,4,negative,Bored,Excited to complete level,No,Yes,No
|
| 57 |
+
19,Bachelor Level,Female,3.92,3.98,18,Mobile,0,No,4,IGA,Not regular,Non Paid,2,positive,Bored,No feeling,Yes,No,No
|
| 58 |
+
23,Bachelor Level,Female,3.2,4.9,18,PC,22,No,3,IGA,Regular,Paid,3,negative,Bored,Excited to complete level,No,No,Yes
|
| 59 |
+
20,Bachelor Level,Female,2,4.02,18,PC,23,No,2,COC,Regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 60 |
+
26,Master's Level,Female,2.62,3.29,22,PC,1,No,5,CALL OF DUTY,Not regular,Paid,2,negative,Excited,No feeling,Yes,No,No
|
| 61 |
+
18,Bachelor Level,Female,2.53,3.03,18,PC,2,No,4,PES,Regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 62 |
+
19,Bachelor Level,Male,3.87,4.1,19,Mobile,22,Yes,6,PES,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 63 |
+
24,Bachelor Level,Female,3,4.5,20,Mobile,22,Yes,3,IGA,Regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,No,No
|
| 64 |
+
22,Bachelor Level,Female,3.27,4.33,17,PC,22,No,1,PES,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 65 |
+
23,Bachelor Level,Male,2.77,4.71,18,Mobile,0,Yes,3,COC,Regular,Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 66 |
+
20,Bachelor Level,Male,3,4.79,20,Mobile,2,No,2,PES,Regular,Non Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 67 |
+
19,Bachelor Level,Male,2.89,4.81,14,Mobile,2,Yes,1,COC,Not regular,Non Paid,6,positive,Excited,Excited to complete level,Yes,No,No
|
| 68 |
+
19,Bachelor Level,Male,3.87,5,19,Mobile,22,Yes,6,PES,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 69 |
+
27,Master's Level,Female,3.13,5,20,PC,23,Yes,2,PES,Regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 70 |
+
20,Bachelor Level,Female,3.04,4,20,Mobile,1,No,3,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 71 |
+
21,Bachelor Level,Female,3.3,3,18,"Mobile, PC",0,Yes,4,PUBG,Regular,Paid,7,negative,Bored,No feeling,Yes,Yes,No
|
| 72 |
+
20,Bachelor Level,Male,2.5,5,19,PC,1,Yes,3,PUBG,Not regular,Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 73 |
+
22,Bachelor Level,Male,3.45,4.6,19,Mobile,0,Yes,1,FIFA,Not regular,Non Paid,2,positive,Excited,No feeling,Yes,No,No
|
| 74 |
+
25,Master's Level,Female,3.3,3.37,21,PC,2,No,3,FIFA,Not regular,Paid,3,positive,Bored,Stressed,Yes,No,Yes
|
| 75 |
+
18,Bachelor Level,Male,3.52,5,18,PC,0,Yes,2,PES,Regular,Non Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 76 |
+
28,Master's Level,Male,4,4.46,24,Mobile,22,Yes,4,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
| 77 |
+
20,Bachelor Level,Female,3,4,18,Mobile,22,Yes,2,FIFA,Not regular,Paid,4,negative,Excited,No feeling,Yes,Yes,Yes
|
| 78 |
+
23,Bachelor Level,Female,2.19,3.35,21,Mobile,22,No,5,IGA,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 79 |
+
27,Master's Level,Female,2,4.82,23,PC,2,No,2,FREE FIRE,Not regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 80 |
+
18,Bachelor Level,Male,2.75,4.33,19,PC,1,Yes,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 81 |
+
19,Bachelor Level,Female,3,3.98,19,PC,1,Yes,3,COC,Regular,Non Paid,2,positive,Excited,No feeling,No,Yes,No
|
| 82 |
+
26,Master's Level,Male,3.69,4.28,21,Mobile,23,No,6,COC,Regular,Non Paid,2,negative,Excited,Stressed,Yes,No,No
|
| 83 |
+
19,Bachelor Level,Female,3.66,4,19,PC,23,Yes,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 84 |
+
26,Master's Level,Male,2.67,3,17,Mobile,23,No,1,FREE FIRE,Regular,Non Paid,1,negative,Excited,No feeling,Yes,Yes,No
|
| 85 |
+
21,Bachelor Level,Female,3,4,20,Mobile,0,No,5,IGA,Regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 86 |
+
24,Bachelor Level,Male,2.94,4,20,Mobile,22,No,5,FREE FIRE,Regular,Paid,1,negative,Excited,Stressed,Yes,Yes,No
|
| 87 |
+
18,Bachelor Level,Male,2.67,3.78,20,Mobile,1,Yes,3,PUBG,Not regular,Paid,3,negative,Excited,Stressed,No,No,Yes
|
| 88 |
+
24,Bachelor Level,Female,4,5,18,Mobile,22,Yes,5,PUBG,Regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 89 |
+
24,Bachelor Level,Female,3,3.11,18,PC,2,No,2,PUBG,Regular,Non Paid,4,positive,Bored,No feeling,No,Yes,No
|
| 90 |
+
22,Bachelor Level,Female,3,4,21,PC,23,Yes,6,FIFA,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 91 |
+
19,Bachelor Level,Male,3,3.75,21,Mobile,0,Yes,6,IGA,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,Yes,No
|
| 92 |
+
27,Master's Level,Male,2.76,4.75,20,Mobile,22,No,6,IGA,Regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 93 |
+
19,Bachelor Level,Female,2.76,3.83,20,Mobile,2,Yes,5,IGA,Regular,Paid,1,negative,Bored,Excited to complete level,No,No,No
|
| 94 |
+
21,Bachelor Level,Female,2.88,5,21,PC,23,No,6,FIFA,Regular,Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 95 |
+
28,Master's Level,Male,3.63,5,20,Mobile,23,No,2,COC,Regular,Non Paid,4,negative,Bored,Stressed,No,No,No
|
| 96 |
+
24,Master's Level,Female,3.85,4.95,18,Mobile,2,No,5,FIFA,Not regular,Paid,2,positive,Bored,No feeling,Yes,No,Yes
|
| 97 |
+
22,Bachelor Level,Male,3,3.54,20,Mobile,2,No,4,PUBG,Not regular,Paid,4,negative,Excited,No feeling,Yes,Yes,Yes
|
| 98 |
+
20,Bachelor Level,Female,3.8,4.01,17,Mobile,1,Yes,6,PES,Not regular,Paid,3,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 99 |
+
23,Bachelor Level,Male,4,5,19,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,No feeling,Yes,No,Yes
|
| 100 |
+
21,Bachelor Level,Female,2.42,4.98,24,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,2,positive,Excited,Stressed,No,Yes,Yes
|
| 101 |
+
19,Bachelor Level,Male,3.01,4,18,PC,23,Yes,2,FREE FIRE,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 102 |
+
24,Bachelor Level,Male,3,4,18,PC,2,No,4,COC,Regular,Paid,4,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 103 |
+
23,Bachelor Level,Female,3.25,5,20,PC,2,No,4,PUBG,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 104 |
+
23,Bachelor Level,Male,2.56,3,18,Mobile,1,No,2,PES,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 105 |
+
27,Master's Level,Female,3.77,5,22,Mobile,0,Yes,2,FREE FIRE,Regular,Paid,4,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 106 |
+
24,Bachelor Level,Male,2.54,3,20,Mobile,1,Yes,6,FIFA,Regular,Non Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 107 |
+
24,Bachelor Level,Female,3.25,4.43,19,Mobile,23,Yes,4,CALL OF DUTY,Regular,Non Paid,4,negative,Bored,No feeling,Yes,No,No
|
| 108 |
+
22,Bachelor Level,Male,3.76,4.37,19,Mobile,1,Yes,4,COC,Regular,Non Paid,1,negative,Excited,No feeling,No,No,No
|
| 109 |
+
24,Bachelor Level,Male,3,3.5,21,Mobile,22,Yes,3,PES,Regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 110 |
+
23,Bachelor Level,Male,3.5,4.75,21,PC,1,Yes,2,PES,Regular,Non Paid,3,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 111 |
+
21,Bachelor Level,Female,3.02,3.95,21,Mobile,0,Yes,4,PES,Not regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 112 |
+
21,Bachelor Level,Female,3.77,4.21,20,Mobile,0,No,5,IGA,Regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 113 |
+
30,Master's Level,Female,2.74,3.81,24,PC,2,Yes,5,CALL OF DUTY,Not regular,Paid,1,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 114 |
+
21,Bachelor Level,Female,3.5,5,21,PC,2,Yes,4,CALL OF DUTY,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 115 |
+
20,Bachelor Level,Female,3.84,5,18,Mobile,2,Yes,2,FIFA,Not regular,Non Paid,4,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 116 |
+
20,Bachelor Level,Female,3.2,3.24,21,PC,1,No,5,PUBG,Not regular,Non Paid,1,negative,Bored,Stressed,No,Yes,No
|
| 117 |
+
21,Bachelor Level,Female,2.68,4.08,18,PC,2,Yes,2,PUBG,Regular,Non Paid,3,negative,Excited,No feeling,Yes,No,No
|
| 118 |
+
23,Master's Level,Female,3.63,4.5,20,Mobile,0,Yes,1,COC,Not regular,Non Paid,2,negative,Bored,Stressed,Yes,Yes,No
|
| 119 |
+
23,Bachelor Level,Female,2.64,3.84,21,Mobile,1,No,4,FIFA,Not regular,Non Paid,3,negative,Bored,No feeling,No,No,No
|
| 120 |
+
23,Bachelor Level,Male,3.59,4.34,18,PC,0,No,2,FIFA,Regular,Paid,4,negative,Excited,Stressed,Yes,No,Yes
|
| 121 |
+
27,Master's Level,Male,3.56,5,22,Mobile,2,No,4,FREE FIRE,Regular,Non Paid,3,negative,Excited,Excited to complete level,Yes,No,No
|
| 122 |
+
21,Bachelor Level,Male,3.78,4.1,24,Mobile,0,Yes,6,PUBG,Regular,Paid,2,positive,Excited,Excited to complete level,No,No,No
|
| 123 |
+
22,Bachelor Level,Male,4,5,15,Mobile,23,Yes,1,COC,Not regular,Non Paid,2,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 124 |
+
23,Bachelor Level,Male,3,3,20,Mobile,23,Yes,6,FIFA,Regular,Non Paid,6,negative,Excited,Stressed,Yes,Yes,No
|
| 125 |
+
24,Bachelor Level,Male,3,4,21,Mobile,22,Yes,3,PES,Regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 126 |
+
22,Bachelor Level,Male,3,5,5,"Mobile, PC",2,No,2,COC,Not regular,Non Paid,2,positive,Excited,Excited to complete level,No,Yes,No
|
| 127 |
+
19,Bachelor Level,Male,2,4.15,18,Mobile,2,No,6,PES,Not regular,Non Paid,2,negative,Bored,Stressed,No,No,Yes
|
| 128 |
+
24,Bachelor Level,Female,3.98,5,20,Mobile,23,No,6,CALL OF DUTY,Not regular,Paid,4,negative,Bored,Stressed,No,Yes,Yes
|
| 129 |
+
27,Master's Level,Male,2.76,4.75,20,Mobile,22,No,6,IGA,Regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 130 |
+
24,Bachelor Level,Male,2.24,4.91,21,Mobile,1,Yes,3,FIFA,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 131 |
+
21,Bachelor Level,Female,3.55,4.7,20,Mobile,22,Yes,1,PES,Not regular,Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 132 |
+
23,Bachelor Level,Female,3,5,20,PC,0,Yes,5,FREE FIRE,Regular,Non Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 133 |
+
20,Bachelor Level,Female,3,3.59,20,Mobile,23,No,2,IGA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 134 |
+
27,Master's Level,Female,3.5,5,22,Mobile,0,Yes,2,FREE FIRE,Regular,Paid,4,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 135 |
+
27,Master's Level,Male,3.2,5,21,PC,0,No,3,PUBG,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 136 |
+
28,Master's Level,Female,3.55,5,22,Mobile,2,Yes,3,FREE FIRE,Regular,Non Paid,3,negative,Bored,Stressed,Yes,Yes,No
|
| 137 |
+
21,Bachelor Level,Male,3.62,4.78,18,PC,0,No,2,PUBG,Not regular,Non Paid,2,negative,Bored,No feeling,Yes,No,No
|
| 138 |
+
21,Bachelor Level,Male,3,5,19,PC,22,No,4,IGA,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 139 |
+
26,Master's Level,Female,2.68,4.28,19,Mobile,23,Yes,3,IGA,Not regular,Non Paid,3,negative,Excited,No feeling,Yes,No,Yes
|
| 140 |
+
22,Bachelor Level,Female,3.35,4.16,17,PC,2,No,6,FIFA,Not regular,Paid,2,positive,Excited,Stressed,Yes,No,No
|
| 141 |
+
22,Bachelor Level,Female,3.68,3.13,17,Mobile,22,Yes,2,PUBG,Regular,Non Paid,3,negative,Excited,Stressed,Yes,Yes,No
|
| 142 |
+
23,Bachelor Level,Male,4,4.75,19,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,No feeling,Yes,No,Yes
|
| 143 |
+
24,Bachelor Level,Female,2,4,20,PC,22,Yes,5,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 144 |
+
24,Bachelor Level,Male,3.1,4.5,14,"Mobile, PC",4,No,2,PUBG,Not regular,Non Paid,4,positive,Excited,No feeling,No,Yes,No
|
| 145 |
+
20,Bachelor Level,Male,2.62,3.69,16,PC,1,No,2,PES,Not regular,Paid,1,negative,Bored,No feeling,Yes,No,Yes
|
| 146 |
+
24,Bachelor Level,Female,2.36,3.65,21,Mobile,1,No,2,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 147 |
+
19,Bachelor Level,Female,2.76,3.83,20,Mobile,2,Yes,5,IGA,Regular,Paid,1,negative,Bored,Excited to complete level,No,No,No
|
| 148 |
+
19,Bachelor Level,Male,3.44,2.8,18,Mobile,22,No,6,FIFA,Not regular,Paid,4,positive,Excited,No feeling,No,Yes,Yes
|
| 149 |
+
27,Master's Level,Female,4,5,22,Mobile,23,No,5,CALL OF DUTY,Regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
| 150 |
+
29,Master's Level,Female,3.3,4.51,22,PC,22,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,No feeling,No,Yes,Yes
|
| 151 |
+
24,Bachelor Level,Female,3.5,5,19,PC,0,No,3,COC,Not regular,Non Paid,4,positive,Bored,No feeling,Yes,Yes,Yes
|
| 152 |
+
22,Bachelor Level,Female,3.77,4.15,19,PC,0,Yes,2,PES,Not regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 153 |
+
21,Bachelor Level,Male,2.95,3.14,16,PC,23,Yes,2,PES,Regular,Paid,3,positive,Bored,Stressed,Yes,No,Yes
|
| 154 |
+
30,Master's Level,Female,2.74,3.81,24,PC,2,Yes,5,CALL OF DUTY,Not regular,Paid,1,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 155 |
+
23,Bachelor Level,Female,3,3.93,18,PC,2,No,5,COC,Regular,Non Paid,2,positive,Excited,Excited to complete level,Yes,Yes,Yes
|
| 156 |
+
26,Master's Level,Female,2.68,4.49,23,PC,22,No,3,FREE FIRE,Regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 157 |
+
24,Bachelor Level,Male,2.94,4.9,20,Mobile,22,No,5,FREE FIRE,Regular,Paid,1,negative,Excited,Stressed,Yes,Yes,No
|
| 158 |
+
20,Bachelor Level,Male,3.12,4.11,18,Mobile,23,Yes,1,PUBG,Regular,Paid,4,negative,Excited,No feeling,Yes,Yes,No
|
| 159 |
+
22,Bachelor Level,Female,2.79,4.42,19,PC,22,Yes,3,FIFA,Not regular,Paid,4,negative,Bored,Excited to complete level,No,No,Yes
|
| 160 |
+
19,Bachelor Level,Male,3,3.75,21,Mobile,0,Yes,6,IGA,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,Yes,No
|
| 161 |
+
24,Bachelor Level,Male,3,4.63,20,Mobile,0,Yes,2,PUBG,Regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 162 |
+
23,Bachelor Level,Female,3,4.16,21,PC,2,Yes,3,CALL OF DUTY,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 163 |
+
19,Bachelor Level,Female,2,5,21,Mobile,22,Yes,5,IGA,Regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 164 |
+
21,Bachelor Level,Female,3.55,5,20,Mobile,22,Yes,1,PES,Not regular,Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 165 |
+
18,Bachelor Level,Male,3.52,5,18,PC,0,Yes,2,PES,Regular,Non Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 166 |
+
20,Bachelor Level,Female,3,4.7,18,PC,23,Yes,2,FREE FIRE,Not regular,Non Paid,4,negative,Excited,No feeling,No,Yes,Yes
|
| 167 |
+
27,Master's Level,Female,2,3.59,22,PC,22,No,4,COC,Regular,Non Paid,2,negative,Bored,No feeling,Yes,No,No
|
| 168 |
+
24,Bachelor Level,Female,3,4,18,Mobile,23,Yes,4,PUBG,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 169 |
+
29,Master's Level,Female,3.28,4.79,20,Mobile,22,Yes,3,COC,Regular,Paid,2,positive,Excited,Excited to complete level,Yes,No,Yes
|
| 170 |
+
21,Bachelor Level,Male,2,3.82,21,PC,0,Yes,4,PES,Not regular,Non Paid,4,positive,Excited,No feeling,No,No,Yes
|
| 171 |
+
27,Master's Level,Female,3.5,4,21,PC,2,No,3,IGA,Regular,Non Paid,2,negative,Bored,Stressed,Yes,No,Yes
|
| 172 |
+
20,Bachelor Level,Female,2.38,4,19,PC,1,No,5,FIFA,Regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 173 |
+
23,Bachelor Level,Male,3.85,5,19,PC,0,No,2,COC,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,No,No
|
| 174 |
+
20,Bachelor Level,Female,3.96,5,19,Mobile,1,No,3,IGA,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 175 |
+
24,Bachelor Level,Female,2.56,4.13,20,PC,22,No,6,IGA,Regular,Paid,3,positive,Bored,No feeling,No,No,No
|
| 176 |
+
23,Bachelor Level,Female,2.6,3.03,20,Mobile,0,No,6,FREE FIRE,Not regular,Non Paid,3,positive,Bored,No feeling,No,No,No
|
| 177 |
+
23,Bachelor Level,Male,3,4,18,PC,23,Yes,5,PES,Not regular,Non Paid,2,negative,Excited,Stressed,No,Yes,No
|
| 178 |
+
23,Bachelor Level,Male,2.56,3,18,Mobile,1,No,2,PES,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 179 |
+
21,Bachelor Level,Female,3.8,5,16,Mobile,1,Yes,1,FREE FIRE,Not regular,Paid,4,positive,Bored,No feeling,Yes,No,No
|
| 180 |
+
24,Bachelor Level,Female,2.41,5,20,PC,23,No,5,IGA,Not regular,Paid,2,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 181 |
+
20,Bachelor Level,Male,2.49,3.04,16,Mobile,2,No,6,COC,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 182 |
+
21,Bachelor Level,Male,3.1,4.89,7,"Mobile, PC",4,No,7,PUBG,Not regular,Non Paid,1,negative,Excited,Excited to complete level,No,Yes,No
|
| 183 |
+
19,Bachelor Level,Female,3.23,3.73,20,PC,2,Yes,3,FIFA,Regular,Non Paid,1,negative,Bored,No feeling,No,No,No
|
| 184 |
+
24,Master's Level,Female,3.67,4.02,22,Mobile,2,Yes,1,FIFA,Not regular,Paid,3,positive,Bored,Stressed,No,No,Yes
|
| 185 |
+
22,Bachelor Level,Female,2,3.86,21,PC,0,No,2,PUBG,Not regular,Non Paid,3,positive,Bored,Stressed,Yes,Yes,Yes
|
| 186 |
+
22,Bachelor Level,Female,3.94,5,18,Mobile,23,Yes,5,FREE FIRE,Regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 187 |
+
22,Bachelor Level,Female,3.1,3.98,22,PC,22,Yes,2,PUBG,Regular,Paid,2,negative,Bored,Stressed,No,No,Yes
|
| 188 |
+
23,Bachelor Level,Female,4,4,21,PC,23,Yes,5,COC,Not regular,Paid,4,positive,Excited,Stressed,Yes,Yes,No
|
| 189 |
+
19,Bachelor Level,Male,3,5,18,PC,2,No,6,FIFA,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 190 |
+
22,Bachelor Level,Female,3.19,4.29,18,PC,1,No,4,IGA,Not regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 191 |
+
19,Bachelor Level,Female,3.25,4,15,Mobile,23,Yes,4,FIFA,Regular,Non Paid,4,negative,Bored,No feeling,Yes,Yes,Yes
|
| 192 |
+
20,Bachelor Level,Female,3.73,4.85,18,Mobile,23,Yes,3,FIFA,Not regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 193 |
+
21,Bachelor Level,Female,2.3,3,19,PC,0,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,Stressed,Yes,Yes,No
|
| 194 |
+
23,Bachelor Level,Female,3,4.95,18,PC,2,No,5,COC,Regular,Non Paid,2,positive,Excited,Excited to complete level,Yes,Yes,Yes
|
| 195 |
+
27,Master's Level,Male,4,5,24,Mobile,23,No,4,PES,Not regular,Non Paid,4,negative,Excited,No feeling,No,No,Yes
|
| 196 |
+
28,Master's Level,Female,2,3,24,PC,0,Yes,4,IGA,Not regular,Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 197 |
+
20,Bachelor Level,Male,3.71,5,18,Mobile,1,Yes,3,CALL OF DUTY,Regular,Non Paid,2,negative,Excited,Stressed,No,No,No
|
| 198 |
+
18,Bachelor Level,Female,3.67,4.5,18,Mobile,23,Yes,6,FIFA,Not regular,Non Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 199 |
+
27,Master's Level,Female,4,5,22,Mobile,23,No,5,CALL OF DUTY,Regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
train.csv
ADDED
|
@@ -0,0 +1,792 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
What is your age?,Current educational position?,Gender?,Your current CGPA?,Your Higher Secondary School(H. SC) or A level or equivalent result?,At what age you had started playing games?,Do you play games on mobile or pc?,When you go to sleep?,Do you attend your morning class regularly?,The average time you spend playing games?,Which type of game you addict more?,Do you read newspaper?,Which type of game you played most?,How many time you spend with family and friend?,How you fill when you can not play game in whole day?,How you fill to complete game level?,If you didn't finish games last level what is your feeling?,Do you fill Fatigue?,Do you play games for stress relief?,Are you wearing glasses?
|
| 2 |
+
19,Bachelor Level,Male,3,3.75,21,Mobile,0,Yes,6,IGA,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,Yes,No
|
| 3 |
+
20,Bachelor Level,Female,3.73,4.85,18,Mobile,23,Yes,3,FIFA,Not regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 4 |
+
26,Master's Level,Male,2.61,4.03,24,Mobile,1,Yes,6,COC,Regular,Non Paid,3,positive,Bored,Excited to complete level,Yes,No,No
|
| 5 |
+
23,Bachelor Level,Male,3.22,4.34,10,Mobile,4,No,3,FIFA,Not regular,Paid,7,negative,Excited,No feeling,Yes,No,Yes
|
| 6 |
+
23,Bachelor Level,Male,3.75,5,18,PC,23,Yes,5,PES,Not regular,Non Paid,2,negative,Excited,Stressed,No,Yes,No
|
| 7 |
+
25,Master's Level,Female,3.3,3.37,21,PC,2,No,3,FIFA,Not regular,Paid,3,positive,Bored,Stressed,Yes,No,Yes
|
| 8 |
+
23,Bachelor Level,Male,2.9,3.76,18,PC,1,Yes,6,CALL OF DUTY,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,No
|
| 9 |
+
19,Bachelor Level,Female,3.01,3.87,22,PC,2,Yes,1,PUBG,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 10 |
+
21,Bachelor Level,Female,2.63,4.1,16,PC,2,No,6,CALL OF DUTY,Regular,Paid,1,positive,Excited,Excited to complete level,No,Yes,No
|
| 11 |
+
26,Master's Level,Male,2.2,4.29,24,Mobile,22,No,2,FIFA,Not regular,Non Paid,4,negative,Bored,Stressed,No,Yes,No
|
| 12 |
+
20,Bachelor Level,Female,3.96,5,19,Mobile,1,No,3,IGA,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 13 |
+
23,Bachelor Level,Female,3.74,4.57,19,PC,0,No,1,CALL OF DUTY,Regular,Paid,2,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 14 |
+
28,Master's Level,Male,2.75,4,23,PC,22,Yes,6,FIFA,Regular,Paid,2,positive,Bored,Stressed,Yes,No,Yes
|
| 15 |
+
27,Master's Level,Female,3.21,4,21,PC,2,No,3,IGA,Regular,Non Paid,2,negative,Bored,Stressed,Yes,No,Yes
|
| 16 |
+
20,Bachelor Level,Male,2.33,5,14,"Mobile, PC",4,Yes,8,PUBG,Not regular,Non Paid,3,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 17 |
+
21,Bachelor Level,Male,3.48,5,12,Mobile,1,No,2,COC,Not regular,Non Paid,5,positive,Excited,Excited to complete level,No,No,Yes
|
| 18 |
+
26,Master's Level,Female,3,4.03,21,PC,23,No,5,CALL OF DUTY,Regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 19 |
+
25,Bachelor Level,Male,3.33,4.5,23,Mobile,1,Yes,3,PUBG,Not regular,Paid,1,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 20 |
+
26,Master's Level,Male,2.2,4.29,24,Mobile,22,No,2,FIFA,Not regular,Non Paid,4,negative,Bored,Stressed,No,Yes,No
|
| 21 |
+
24,Bachelor Level,Female,4,3,21,PC,22,Yes,6,IGA,Not regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 22 |
+
26,Master's Level,Female,2.75,3.11,17,Mobile,22,No,2,PUBG,Regular,Paid,2,positive,Bored,Stressed,No,Yes,No
|
| 23 |
+
24,Bachelor Level,Female,3,3.11,18,PC,2,No,2,PUBG,Regular,Non Paid,4,positive,Bored,No feeling,No,Yes,No
|
| 24 |
+
19,Bachelor Level,Male,2.5,3.9,18,PC,23,Yes,4,PUBG,Regular,Paid,4,negative,Bored,Excited to complete level,No,Yes,No
|
| 25 |
+
26,Master's Level,Male,3.36,4.02,24,Mobile,23,Yes,5,CALL OF DUTY,Regular,Non Paid,2,positive,Excited,No feeling,No,Yes,Yes
|
| 26 |
+
21,Bachelor Level,Male,3.54,4.51,16,Mobile,23,No,6,FIFA,Not regular,Paid,3,negative,Excited,Excited to complete level,No,Yes,No
|
| 27 |
+
19,Bachelor Level,Male,3.44,4.5,18,Mobile,22,No,6,FIFA,Not regular,Paid,4,positive,Excited,No feeling,No,Yes,Yes
|
| 28 |
+
23,Bachelor Level,Male,3.39,4.46,23,Mobile,23,No,6,PUBG,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 29 |
+
21,Bachelor Level,Female,2.42,4,24,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,2,positive,Excited,Stressed,No,Yes,Yes
|
| 30 |
+
25,Master's Level,Male,3,3,23,Mobile,1,No,6,IGA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 31 |
+
22,Bachelor Level,Male,3.14,4.82,18,Mobile,22,Yes,6,IGA,Regular,Paid,1,negative,Excited,Excited to complete level,No,Yes,No
|
| 32 |
+
18,Bachelor Level,Female,3.22,4,19,Mobile,23,No,6,FREE FIRE,Regular,Non Paid,4,negative,Excited,Stressed,No,Yes,No
|
| 33 |
+
19,Bachelor Level,Male,3,3.38,19,Mobile,23,No,3,FIFA,Not regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 34 |
+
20,Bachelor Level,Female,4,4.7,18,PC,23,Yes,2,FREE FIRE,Not regular,Non Paid,4,negative,Excited,No feeling,No,Yes,Yes
|
| 35 |
+
19,Bachelor Level,Female,3.01,3.87,22,PC,2,Yes,1,PUBG,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 36 |
+
19,Bachelor Level,Male,2.5,3,20,PC,23,Yes,5,PES,Regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 37 |
+
18,Bachelor Level,Male,4,4.22,21,Mobile,0,No,3,FREE FIRE,Regular,Non Paid,4,negative,Bored,Stressed,No,No,No
|
| 38 |
+
18,Bachelor Level,Female,3.67,3.17,18,Mobile,23,Yes,6,FIFA,Not regular,Non Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 39 |
+
21,Bachelor Level,Male,3.75,5,12,"Mobile, PC",1,Yes,3,FIFA,Not regular,Non Paid,5,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 40 |
+
28,Master's Level,Male,3.28,4.81,17,PC,0,Yes,6,IGA,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 41 |
+
18,Bachelor Level,Female,3.72,3.58,21,PC,23,Yes,4,PUBG,Regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 42 |
+
18,Bachelor Level,Male,3,3.9,21,PC,2,Yes,3,PUBG,Not regular,Non Paid,4,negative,Excited,No feeling,No,Yes,Yes
|
| 43 |
+
26,Master's Level,Female,3.96,4.82,17,Mobile,22,Yes,1,FREE FIRE,Regular,Non Paid,4,negative,Excited,No feeling,Yes,No,No
|
| 44 |
+
21,Bachelor Level,Male,2.83,5,19,PC,22,No,3,PES,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 45 |
+
18,Bachelor Level,Male,2,4,19,Mobile,0,Yes,6,COC,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 46 |
+
22,Bachelor Level,Male,3.5,3.33,16,"Mobile, PC",2,No,0,PUBG,Not regular,Paid,3,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 47 |
+
25,Bachelor Level,Male,3.17,5,18,Mobile,1,Yes,1,FIFA,Not regular,Non Paid,6,positive,Excited,Stressed,No,No,No
|
| 48 |
+
19,Bachelor Level,Female,2,3.75,21,Mobile,22,Yes,5,IGA,Regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 49 |
+
22,Bachelor Level,Female,2.79,4.5,19,PC,22,Yes,3,FIFA,Not regular,Paid,4,negative,Bored,Excited to complete level,No,No,Yes
|
| 50 |
+
20,Bachelor Level,Female,2.38,4,19,PC,1,No,5,FIFA,Regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 51 |
+
26,Master's Level,Male,2,3.23,22,Mobile,22,No,5,CALL OF DUTY,Not regular,Paid,3,positive,Bored,No feeling,No,No,No
|
| 52 |
+
18,Bachelor Level,Male,2.12,4.33,19,PC,1,Yes,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 53 |
+
28,Master's Level,Female,3.11,4.36,18,PC,1,Yes,5,PUBG,Not regular,Paid,2,negative,Bored,Excited to complete level,No,No,Yes
|
| 54 |
+
20,Bachelor Level,Female,3.2,3.24,21,PC,1,No,5,PUBG,Not regular,Non Paid,1,negative,Bored,Stressed,No,Yes,No
|
| 55 |
+
21,Bachelor Level,Male,3.34,4.5,22,PC,1,No,3,CALL OF DUTY,Not regular,Paid,3,negative,Bored,Stressed,Yes,No,Yes
|
| 56 |
+
28,Master's Level,Female,2.84,4,21,Mobile,2,No,3,PES,Regular,Paid,3,negative,Excited,No feeling,No,No,Yes
|
| 57 |
+
24,Bachelor Level,Female,3,3,21,PC,22,Yes,6,IGA,Not regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 58 |
+
26,Master's Level,Female,3.96,4.82,17,Mobile,22,Yes,1,FREE FIRE,Regular,Non Paid,4,negative,Excited,No feeling,Yes,No,No
|
| 59 |
+
23,Bachelor Level,Female,3,3.93,18,PC,2,No,5,COC,Regular,Non Paid,2,positive,Excited,Excited to complete level,Yes,Yes,Yes
|
| 60 |
+
24,Bachelor Level,Female,3.5,4,21,Mobile,23,No,6,FREE FIRE,Not regular,Non Paid,4,negative,Bored,No feeling,No,No,Yes
|
| 61 |
+
24,Bachelor Level,Female,2.36,3.65,21,Mobile,1,No,2,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 62 |
+
27,Master's Level,Female,3.13,5,20,PC,23,Yes,2,PES,Regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 63 |
+
21,Bachelor Level,Male,2,3.82,21,PC,0,Yes,4,PES,Not regular,Non Paid,4,positive,Excited,No feeling,No,No,Yes
|
| 64 |
+
24,Bachelor Level,Female,2.87,4,21,Mobile,0,Yes,2,PUBG,Regular,Paid,4,negative,Excited,No feeling,Yes,Yes,No
|
| 65 |
+
28,Master's Level,Female,3.4,4.55,24,Mobile,22,Yes,2,IGA,Regular,Paid,2,positive,Excited,Stressed,No,No,Yes
|
| 66 |
+
23,Bachelor Level,Male,3.02,4.5,18,PC,2,No,2,COC,Regular,Non Paid,4,negative,Excited,No feeling,Yes,No,Yes
|
| 67 |
+
25,Bachelor Level,Male,3.33,4.5,23,Mobile,1,Yes,3,PUBG,Not regular,Paid,1,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 68 |
+
19,Bachelor Level,Male,3.41,4,19,Mobile,22,No,5,FIFA,Regular,Non Paid,3,negative,Bored,Stressed,No,No,No
|
| 69 |
+
26,Master's Level,Female,2.5,3,21,Mobile,22,No,3,CALL OF DUTY,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 70 |
+
26,Master's Level,Male,2,3.23,22,Mobile,22,No,5,CALL OF DUTY,Not regular,Paid,3,positive,Bored,No feeling,No,No,No
|
| 71 |
+
22,Bachelor Level,Male,3.61,4.67,18,Mobile,7,Yes,2,FIFA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 72 |
+
29,Master's Level,Female,3.17,3.69,20,Mobile,0,No,3,FREE FIRE,Regular,Paid,1,negative,Excited,Excited to complete level,No,No,No
|
| 73 |
+
18,Bachelor Level,Female,3.67,3.17,18,Mobile,23,Yes,6,FIFA,Not regular,Non Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 74 |
+
22,Bachelor Level,Female,3.53,4,19,PC,2,No,6,PES,Not regular,Paid,3,negative,Excited,Excited to complete level,No,Yes,No
|
| 75 |
+
20,Bachelor Level,Female,3.37,4,19,Mobile,2,Yes,6,IGA,Regular,Non Paid,4,negative,Bored,No feeling,No,No,Yes
|
| 76 |
+
20,Bachelor Level,Male,3,4,18,PC,2,No,4,IGA,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,No,No
|
| 77 |
+
23,Bachelor Level,Male,3.29,5,19,Mobile,1,No,4,IGA,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 78 |
+
18,Bachelor Level,Female,2.53,3.03,18,PC,2,No,4,PES,Regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 79 |
+
26,Master's Level,Female,2.68,4.28,19,Mobile,23,Yes,3,IGA,Not regular,Non Paid,3,negative,Excited,No feeling,Yes,No,Yes
|
| 80 |
+
29,Master's Level,Female,3.28,4.79,20,Mobile,22,Yes,3,COC,Regular,Paid,2,positive,Excited,Excited to complete level,Yes,No,Yes
|
| 81 |
+
23,Bachelor Level,Male,2.5,2.23,21,PC,1,Yes,2,PES,Regular,Non Paid,3,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 82 |
+
22,Bachelor Level,Female,4,5,21,PC,0,No,2,PUBG,Not regular,Non Paid,3,positive,Bored,Stressed,Yes,Yes,Yes
|
| 83 |
+
18,Bachelor Level,Female,3.21,4,18,Mobile,1,No,5,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,Excited to complete level,No,No,No
|
| 84 |
+
27,Master's Level,Male,3.5,5,20,Mobile,2,Yes,4,IGA,Regular,Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 85 |
+
27,Master's Level,Female,2.52,4,21,PC,2,No,3,IGA,Regular,Non Paid,2,negative,Bored,Stressed,Yes,No,Yes
|
| 86 |
+
21,Bachelor Level,Female,4,5,20,PC,1,Yes,4,IGA,Not regular,Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 87 |
+
20,Bachelor Level,Female,2,4.02,18,PC,23,No,2,COC,Regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 88 |
+
19,Bachelor Level,Male,3.4,4.36,21,Mobile,22,Yes,1,FREE FIRE,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 89 |
+
18,Bachelor Level,Male,4,4.22,21,Mobile,0,No,3,FREE FIRE,Regular,Non Paid,4,negative,Bored,Stressed,No,No,No
|
| 90 |
+
22,Bachelor Level,Female,2,3.75,19,PC,1,No,2,COC,Not regular,Paid,3,negative,Excited,No feeling,Yes,Yes,No
|
| 91 |
+
24,Bachelor Level,Female,3.25,4.43,19,Mobile,23,Yes,4,CALL OF DUTY,Regular,Non Paid,4,negative,Bored,No feeling,Yes,No,No
|
| 92 |
+
21,Bachelor Level,Female,3.84,4,18,PC,0,No,6,FREE FIRE,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 93 |
+
23,Bachelor Level,Female,2,4,19,Mobile,2,No,4,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 94 |
+
23,Bachelor Level,Male,3.93,5,14,Mobile,3,Yes,5,PUBG,Not regular,Non Paid,7,neutral,Excited,Excited to complete level,No,Yes,Yes
|
| 95 |
+
22,Bachelor Level,Female,3.53,4.73,19,PC,2,No,6,PES,Not regular,Paid,3,negative,Excited,Excited to complete level,No,Yes,No
|
| 96 |
+
25,Master's Level,Male,4,2.96,24,Mobile,2,Yes,6,COC,Regular,Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 97 |
+
21,Bachelor Level,Male,3.05,4,20,PC,1,No,2,IGA,Regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 98 |
+
28,Master's Level,Female,3.03,4,24,Mobile,1,No,4,CALL OF DUTY,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,No,Yes
|
| 99 |
+
19,Bachelor Level,Male,3,3.61,19,PC,0,No,3,FREE FIRE,Regular,Paid,4,positive,Bored,Stressed,Yes,No,Yes
|
| 100 |
+
27,Master's Level,Male,4,5,20,PC,0,No,2,FREE FIRE,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,No,No
|
| 101 |
+
20,Bachelor Level,Female,3,3.59,20,Mobile,23,No,2,IGA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 102 |
+
18,Bachelor Level,Female,3.85,4.02,18,PC,1,No,1,FREE FIRE,Regular,Paid,1,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 103 |
+
22,Bachelor Level,Female,3,4,21,PC,23,Yes,6,FIFA,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 104 |
+
24,Master's Level,Female,2.63,4,22,Mobile,0,Yes,1,FREE FIRE,Regular,Paid,3,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 105 |
+
22,Bachelor Level,Male,3,4.54,18,Mobile,22,No,6,IGA,Not regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,Yes,No
|
| 106 |
+
23,Bachelor Level,Male,3.85,5,19,PC,0,No,2,COC,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,No,No
|
| 107 |
+
28,Master's Level,Female,2,4,23,PC,2,No,4,COC,Regular,Paid,4,negative,Excited,No feeling,Yes,No,Yes
|
| 108 |
+
27,Master's Level,Female,2.39,4,22,Mobile,23,No,4,COC,Regular,Paid,4,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 109 |
+
19,Bachelor Level,Male,3,4.66,21,Mobile,22,No,3,IGA,Regular,Non Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 110 |
+
19,Bachelor Level,Female,2.77,4.14,22,Mobile,22,No,6,FREE FIRE,Regular,Non Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 111 |
+
22,Bachelor Level,Male,3,4,20,PC,0,Yes,3,COC,Regular,Paid,2,negative,Bored,No feeling,Yes,Yes,Yes
|
| 112 |
+
26,Master's Level,Male,2,3,23,PC,1,Yes,3,FREE FIRE,Regular,Non Paid,3,positive,Excited,No feeling,Yes,Yes,Yes
|
| 113 |
+
21,Bachelor Level,Female,3.02,4,19,PC,1,Yes,5,CALL OF DUTY,Regular,Non Paid,2,positive,Bored,Stressed,Yes,Yes,No
|
| 114 |
+
27,Master's Level,Female,2.73,4.33,16,PC,23,No,5,PES,Not regular,Paid,3,positive,Excited,Stressed,Yes,Yes,No
|
| 115 |
+
22,Bachelor Level,Male,3.56,3.03,19,Mobile,2,No,2,PES,Regular,Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 116 |
+
20,Bachelor Level,Female,2.47,3.71,20,PC,22,No,6,IGA,Regular,Paid,1,negative,Bored,Stressed,Yes,No,Yes
|
| 117 |
+
19,Bachelor Level,Male,2.86,4.45,18,PC,1,No,3,IGA,Regular,Non Paid,4,negative,Bored,Stressed,Yes,No,Yes
|
| 118 |
+
26,Master's Level,Male,3,4.02,24,Mobile,23,Yes,5,CALL OF DUTY,Regular,Non Paid,2,positive,Excited,No feeling,No,Yes,Yes
|
| 119 |
+
21,Bachelor Level,Female,4,5,20,PC,23,No,2,CALL OF DUTY,Regular,Paid,4,positive,Bored,No feeling,No,Yes,Yes
|
| 120 |
+
23,Bachelor Level,Male,3.19,3,21,PC,23,Yes,5,PUBG,Regular,Paid,4,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 121 |
+
18,Bachelor Level,Female,3.7,3,20,PC,23,No,5,PES,Not regular,Non Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 122 |
+
18,Bachelor Level,Female,2.32,2.61,19,PC,22,Yes,2,CALL OF DUTY,Regular,Non Paid,2,negative,Bored,No feeling,Yes,Yes,No
|
| 123 |
+
22,Bachelor Level,Female,3.5,3.52,22,PC,1,No,5,FREE FIRE,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 124 |
+
22,Bachelor Level,Female,3.77,4.15,19,PC,0,Yes,2,PES,Not regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 125 |
+
24,Bachelor Level,Female,3.98,5,20,Mobile,23,No,6,CALL OF DUTY,Not regular,Paid,4,negative,Bored,Stressed,No,Yes,Yes
|
| 126 |
+
18,Bachelor Level,Male,2.12,4.33,19,PC,1,Yes,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 127 |
+
23,Bachelor Level,Female,3,5,20,PC,0,Yes,5,FREE FIRE,Regular,Non Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 128 |
+
21,Bachelor Level,Male,4,5,10,"Mobile, PC",2,Yes,4,FIFA,Not regular,Non Paid,3,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 129 |
+
21,Bachelor Level,Female,3.68,5,18,PC,2,Yes,2,PUBG,Regular,Non Paid,3,negative,Excited,No feeling,Yes,No,No
|
| 130 |
+
24,Master's Level,Female,2.63,3.07,22,Mobile,0,Yes,1,FREE FIRE,Regular,Paid,3,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 131 |
+
20,Bachelor Level,Female,3.96,4.03,19,Mobile,1,No,3,IGA,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 132 |
+
23,Bachelor Level,Male,3,3,18,PC,2,Yes,4,IGA,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 133 |
+
24,Bachelor Level,Male,3,2,21,Mobile,22,Yes,3,PES,Regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 134 |
+
18,Bachelor Level,Female,4,4.22,20,PC,1,No,2,CALL OF DUTY,Regular,Paid,2,positive,Bored,Excited to complete level,No,Yes,No
|
| 135 |
+
20,Bachelor Level,Female,4,4.7,18,PC,23,Yes,2,FREE FIRE,Not regular,Non Paid,4,negative,Excited,No feeling,No,Yes,Yes
|
| 136 |
+
25,Bachelor Level,Male,2.69,3.68,16,PC,0,Yes,3,FREE FIRE,Not regular,Paid,1,negative,Bored,Stressed,Yes,No,No
|
| 137 |
+
26,Master's Level,Female,2.68,4.49,23,PC,22,No,3,FREE FIRE,Regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 138 |
+
22,Bachelor Level,Male,3,4.54,18,Mobile,22,No,6,IGA,Not regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,Yes,No
|
| 139 |
+
21,Bachelor Level,Female,2,5,20,PC,23,Yes,6,PUBG,Regular,Paid,4,positive,Bored,Stressed,Yes,No,Yes
|
| 140 |
+
26,Master's Level,Male,3.43,3.24,16,Mobile,1,No,3,FREE FIRE,Regular,Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 141 |
+
27,Master's Level,Female,3.19,4.53,18,PC,23,Yes,6,PES,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 142 |
+
22,Bachelor Level,Male,3.83,3.36,19,PC,23,Yes,6,PES,Regular,Paid,4,negative,Excited,Stressed,No,No,No
|
| 143 |
+
30,Master's Level,Male,3.85,3.34,17,PC,0,No,3,CALL OF DUTY,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 144 |
+
24,Bachelor Level,Female,3,4,19,PC,22,No,5,PES,Regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 145 |
+
24,Master's Level,Male,3.05,4.93,22,PC,0,Yes,2,CALL OF DUTY,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 146 |
+
22,Bachelor Level,Male,3.5,4.5,15,Mobile,2,Yes,2,FREE FIRE,Not regular,Non Paid,7,positive,Excited,No feeling,No,No,No
|
| 147 |
+
21,Bachelor Level,Male,3.75,3.8,18,Mobile,2,No,6,COC,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 148 |
+
23,Bachelor Level,Male,2.9,3.33,20,PC,1,No,4,COC,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 149 |
+
21,Bachelor Level,Male,3.42,4,21,Mobile,2,Yes,3,CALL OF DUTY,Not regular,Non Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 150 |
+
18,Bachelor Level,Female,2.53,3.03,18,PC,2,No,4,PES,Regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 151 |
+
28,Master's Level,Female,4,5,21,PC,23,Yes,6,PUBG,Regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,No
|
| 152 |
+
21,Bachelor Level,Male,2.95,3.14,16,PC,23,Yes,2,PES,Regular,Paid,3,positive,Bored,Stressed,Yes,No,Yes
|
| 153 |
+
28,Master's Level,Male,2.89,4.48,20,Mobile,2,Yes,5,PES,Not regular,Non Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 154 |
+
28,Master's Level,Female,2,4,23,PC,2,No,4,COC,Regular,Paid,4,negative,Excited,No feeling,Yes,No,Yes
|
| 155 |
+
26,Master's Level,Female,2.62,3.29,22,PC,1,No,5,CALL OF DUTY,Not regular,Paid,2,negative,Excited,No feeling,Yes,No,No
|
| 156 |
+
21,Bachelor Level,Male,4,4.14,19,Mobile,0,Yes,6,FIFA,Not regular,Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 157 |
+
27,Master's Level,Female,3.19,4.53,18,PC,23,Yes,6,PES,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 158 |
+
24,Master's Level,Male,3.6,3.17,17,Mobile,23,Yes,1,CALL OF DUTY,Regular,Non Paid,4,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 159 |
+
23,Bachelor Level,Female,3,5,20,PC,2,No,4,PUBG,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 160 |
+
22,Bachelor Level,Female,2.99,4.81,17,PC,23,Yes,6,FREE FIRE,Regular,Paid,1,negative,Bored,Stressed,No,No,Yes
|
| 161 |
+
22,Bachelor Level,Female,3,3,19,Mobile,0,Yes,2,IGA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 162 |
+
26,Master's Level,Female,3.52,4.72,20,Mobile,2,No,2,COC,Regular,Non Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 163 |
+
21,Bachelor Level,Male,3.71,3.33,21,PC,22,No,6,PES,Regular,Paid,3,negative,Excited,Stressed,Yes,No,Yes
|
| 164 |
+
18,Bachelor Level,Female,4,5,19,Mobile,2,No,6,FIFA,Regular,Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 165 |
+
28,Master's Level,Male,3.79,3.87,16,Mobile,23,No,4,CALL OF DUTY,Not regular,Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 166 |
+
20,Bachelor Level,Female,3.94,4.25,18,PC,23,Yes,3,PUBG,Not regular,Paid,2,positive,Bored,Excited to complete level,No,Yes,No
|
| 167 |
+
22,Bachelor Level,Male,3.5,4.8,16,Mobile,3,No,3,PES,Regular,Non Paid,2,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 168 |
+
20,Bachelor Level,Female,3.5,4,18,Mobile,22,Yes,2,FIFA,Not regular,Paid,4,negative,Excited,No feeling,Yes,Yes,Yes
|
| 169 |
+
19,Bachelor Level,Female,3.19,4.5,19,Mobile,23,Yes,5,FIFA,Regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 170 |
+
22,Bachelor Level,Female,2.65,4.5,19,Mobile,23,No,5,PUBG,Regular,Paid,1,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 171 |
+
22,Bachelor Level,Male,3,4,21,Mobile,0,No,2,PES,Not regular,Paid,2,negative,Excited,No feeling,No,No,No
|
| 172 |
+
18,Bachelor Level,Female,3.76,4.17,21,Mobile,1,Yes,2,FREE FIRE,Not regular,Non Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 173 |
+
18,Bachelor Level,Male,4,4.73,19,PC,22,No,3,FIFA,Not regular,Paid,2,negative,Excited,Excited to complete level,No,No,Yes
|
| 174 |
+
27,Master's Level,Female,3.68,4.99,18,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,1,negative,Excited,Stressed,No,No,Yes
|
| 175 |
+
23,Bachelor Level,Female,2.8,3.98,18,PC,22,No,3,IGA,Regular,Paid,3,negative,Bored,Excited to complete level,No,No,Yes
|
| 176 |
+
26,Master's Level,Female,4,3,22,Mobile,1,Yes,2,COC,Not regular,Non Paid,1,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 177 |
+
30,Master's Level,Female,3.99,3.5,20,Mobile,1,Yes,3,COC,Not regular,Paid,1,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 178 |
+
27,Master's Level,Male,3.12,4,21,Mobile,1,No,5,COC,Regular,Paid,2,positive,Bored,No feeling,No,Yes,No
|
| 179 |
+
21,Bachelor Level,Male,2.6,3.19,20,Mobile,2,Yes,4,IGA,Regular,Paid,3,positive,Bored,Excited to complete level,Yes,No,No
|
| 180 |
+
20,Bachelor Level,Male,2.32,4.2,20,Mobile,1,Yes,3,FIFA,Not regular,Paid,1,negative,Excited,Stressed,Yes,Yes,No
|
| 181 |
+
20,Bachelor Level,Female,3.71,4.72,16,Mobile,2,Yes,4,PUBG,Regular,Paid,2,positive,Excited,Excited to complete level,No,Yes,No
|
| 182 |
+
18,Bachelor Level,Female,3.22,4,19,Mobile,23,No,6,FREE FIRE,Regular,Non Paid,4,negative,Excited,Stressed,No,Yes,No
|
| 183 |
+
26,Master's Level,Female,2.34,4.51,23,PC,23,No,4,COC,Regular,Paid,3,positive,Excited,No feeling,No,Yes,Yes
|
| 184 |
+
22,Bachelor Level,Male,3.73,4.69,9,"Mobile, PC",1,Yes,2,FREE FIRE,Regular,Non Paid,4,positive,Excited,Excited to complete level,Yes,No,Yes
|
| 185 |
+
19,Bachelor Level,Female,3,4.2,19,PC,1,Yes,3,COC,Regular,Non Paid,2,positive,Excited,No feeling,No,Yes,No
|
| 186 |
+
27,Master's Level,Male,3.58,4.81,24,PC,1,No,4,PES,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 187 |
+
23,Bachelor Level,Male,2.65,3.76,18,PC,1,Yes,6,CALL OF DUTY,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,No
|
| 188 |
+
24,Bachelor Level,Male,3.56,2.61,18,Mobile,0,Yes,2,FIFA,Not regular,Non Paid,4,positive,Excited,No feeling,Yes,Yes,No
|
| 189 |
+
19,Bachelor Level,Female,4,5,18,Mobile,22,No,3,FREE FIRE,Not regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 190 |
+
28,Master's Level,Female,2.85,4,24,PC,0,Yes,4,IGA,Not regular,Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 191 |
+
22,Bachelor Level,Female,4,2.74,19,PC,1,No,2,COC,Not regular,Paid,3,negative,Excited,No feeling,Yes,Yes,No
|
| 192 |
+
19,Bachelor Level,Female,3.66,4.83,19,PC,23,Yes,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 193 |
+
24,Bachelor Level,Male,3.4,4.67,5,Mobile,1,No,0,FIFA,Not regular,Non Paid,0,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 194 |
+
25,Master's Level,Male,3,4.8,23,PC,22,Yes,3,COC,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,Yes,Yes
|
| 195 |
+
27,Master's Level,Male,3.35,2.16,24,PC,22,No,5,PUBG,Not regular,Non Paid,3,negative,Bored,No feeling,Yes,Yes,Yes
|
| 196 |
+
21,Bachelor Level,Female,2.88,5,21,PC,23,No,6,FIFA,Regular,Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 197 |
+
28,Master's Level,Female,4,5,21,PC,0,Yes,2,COC,Not regular,Non Paid,4,negative,Bored,No feeling,No,No,No
|
| 198 |
+
24,Master's Level,Female,3.85,5,18,Mobile,2,No,5,FIFA,Not regular,Paid,2,positive,Bored,No feeling,Yes,No,Yes
|
| 199 |
+
18,Bachelor Level,Male,2,4.2,18,Mobile,23,No,6,CALL OF DUTY,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 200 |
+
21,Bachelor Level,Female,3,5,20,Mobile,22,Yes,1,FIFA,Not regular,Non Paid,7,positive,Excited,No feeling,No,No,No
|
| 201 |
+
25,Master's Level,Male,3,5,21,PC,23,Yes,5,COC,Regular,Non Paid,2,negative,Bored,Stressed,Yes,No,No
|
| 202 |
+
23,Bachelor Level,Male,3,3,18,PC,2,Yes,4,IGA,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 203 |
+
24,Master's Level,Female,3.27,4.29,17,PC,1,Yes,3,CALL OF DUTY,Regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 204 |
+
22,Bachelor Level,Female,3,3.5,18,Mobile,2,No,4,CALL OF DUTY,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 205 |
+
23,Bachelor Level,Female,3.1,5,20,Mobile,1,Yes,6,COC,Not regular,Paid,3,negative,Excited,No feeling,No,No,Yes
|
| 206 |
+
28,Master's Level,Male,3,3,22,PC,0,No,2,FIFA,Regular,Non Paid,2,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 207 |
+
28,Master's Level,Female,2.84,4,21,Mobile,2,No,3,PES,Regular,Paid,3,negative,Excited,No feeling,No,No,Yes
|
| 208 |
+
25,Master's Level,Female,3.99,4.01,20,PC,22,No,4,PES,Not regular,Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 209 |
+
18,Bachelor Level,Male,4,4.73,19,PC,22,No,3,FIFA,Not regular,Paid,2,negative,Excited,Excited to complete level,No,No,Yes
|
| 210 |
+
21,Bachelor Level,Female,3.02,5,19,PC,1,Yes,5,CALL OF DUTY,Regular,Non Paid,2,positive,Bored,Stressed,Yes,Yes,No
|
| 211 |
+
22,Bachelor Level,Male,3.83,3.36,19,PC,23,Yes,6,PES,Regular,Paid,4,negative,Excited,Stressed,No,No,No
|
| 212 |
+
21,Bachelor Level,Male,3.25,4.92,19,Mobile,0,Yes,3,PUBG,Not regular,Paid,2,negative,Excited,Excited to complete level,No,Yes,No
|
| 213 |
+
19,Bachelor Level,Male,3.4,4.36,21,Mobile,22,Yes,1,FREE FIRE,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 214 |
+
22,Bachelor Level,Male,2.09,3,18,Mobile,0,No,6,CALL OF DUTY,Regular,Non Paid,4,positive,Bored,Stressed,No,No,No
|
| 215 |
+
19,Bachelor Level,Male,3,4,19,PC,0,No,3,FREE FIRE,Regular,Paid,4,positive,Bored,Stressed,Yes,No,Yes
|
| 216 |
+
23,Bachelor Level,Female,4,5,20,Mobile,0,No,6,FREE FIRE,Not regular,Non Paid,3,positive,Bored,No feeling,No,No,No
|
| 217 |
+
28,Master's Level,Female,2,4,23,PC,2,No,4,COC,Regular,Paid,4,negative,Excited,No feeling,Yes,No,Yes
|
| 218 |
+
26,Master's Level,Male,3.76,4.81,19,PC,0,Yes,5,PUBG,Not regular,Paid,1,negative,Excited,Excited to complete level,Yes,No,No
|
| 219 |
+
23,Bachelor Level,Male,3.17,3.67,15,Mobile,1,Yes,3,FREE FIRE,Not regular,Non Paid,5,positive,Excited,Excited to complete level,Yes,No,No
|
| 220 |
+
28,Master's Level,Female,3.03,4,24,Mobile,1,No,4,CALL OF DUTY,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,No,Yes
|
| 221 |
+
19,Bachelor Level,Male,3,4,18,PC,2,No,6,FIFA,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 222 |
+
28,Master's Level,Male,3.63,4,20,Mobile,23,No,2,COC,Regular,Non Paid,4,negative,Bored,Stressed,No,No,No
|
| 223 |
+
21,Bachelor Level,Female,2.5,3,21,Mobile,2,Yes,6,COC,Not regular,Non Paid,3,negative,Bored,No feeling,No,Yes,No
|
| 224 |
+
18,Bachelor Level,Male,2,4.75,20,PC,1,No,3,CALL OF DUTY,Not regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 225 |
+
18,Bachelor Level,Female,3.2,3,20,PC,23,No,5,PES,Not regular,Non Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 226 |
+
27,Master's Level,Male,3.98,3,22,PC,23,Yes,4,IGA,Not regular,Paid,2,negative,Excited,No feeling,No,No,No
|
| 227 |
+
22,Bachelor Level,Male,3.79,5,12,Mobile,2,Yes,2,FIFA,Not regular,Non Paid,1,positive,Excited,No feeling,Yes,Yes,No
|
| 228 |
+
27,Master's Level,Male,3.58,4.5,24,PC,1,No,4,PES,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 229 |
+
20,Bachelor Level,Female,3.05,4.5,19,Mobile,1,Yes,2,COC,Regular,Paid,2,negative,Bored,No feeling,Yes,Yes,Yes
|
| 230 |
+
20,Bachelor Level,Male,3.4,4.52,21,Mobile,2,No,6,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 231 |
+
22,Bachelor Level,Male,2.9,5,19,PC,22,No,5,FREE FIRE,Not regular,Paid,4,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 232 |
+
21,Bachelor Level,Male,3.9,5,16,Mobile,0,Yes,3,FIFA,Not regular,Non Paid,6,neutral,Excited,No feeling,Yes,No,No
|
| 233 |
+
21,Bachelor Level,Female,3.45,5,21,Mobile,2,Yes,6,COC,Not regular,Non Paid,3,negative,Bored,No feeling,No,Yes,No
|
| 234 |
+
19,Bachelor Level,Female,3.66,4,19,PC,23,Yes,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 235 |
+
19,Bachelor Level,Male,2,4.15,18,Mobile,2,No,6,PES,Not regular,Non Paid,2,negative,Bored,Stressed,No,No,Yes
|
| 236 |
+
28,Master's Level,Female,2.84,4,21,Mobile,2,No,3,PES,Regular,Paid,3,negative,Excited,No feeling,No,No,Yes
|
| 237 |
+
23,Bachelor Level,Female,3.1,4.16,21,PC,2,Yes,3,CALL OF DUTY,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 238 |
+
19,Bachelor Level,Female,3,4.83,20,PC,22,No,6,PES,Regular,Paid,4,negative,Bored,No feeling,Yes,Yes,Yes
|
| 239 |
+
20,Bachelor Level,Male,3.91,4.2,20,Mobile,0,Yes,4,PES,Not regular,Paid,2,positive,Bored,No feeling,Yes,Yes,Yes
|
| 240 |
+
28,Master's Level,Male,3.35,4.36,21,PC,0,No,2,FIFA,Not regular,Paid,2,negative,Excited,Stressed,Yes,No,No
|
| 241 |
+
21,Bachelor Level,Male,3.77,5,18,PC,22,No,2,IGA,Not regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 242 |
+
19,Bachelor Level,Male,3,3,21,PC,1,Yes,3,PES,Regular,Paid,3,positive,Excited,No feeling,Yes,No,No
|
| 243 |
+
19,Bachelor Level,Male,4,3,20,PC,23,Yes,5,PES,Regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 244 |
+
21,Bachelor Level,Female,3,5,20,PC,1,Yes,4,IGA,Not regular,Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 245 |
+
28,Master's Level,Female,3.61,4.41,16,Mobile,1,No,3,PES,Not regular,Paid,1,positive,Excited,No feeling,Yes,Yes,Yes
|
| 246 |
+
26,Master's Level,Female,3.96,5,22,PC,1,No,2,IGA,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 247 |
+
18,Bachelor Level,Male,3,4.31,21,PC,2,Yes,3,PUBG,Not regular,Non Paid,4,negative,Excited,No feeling,No,Yes,Yes
|
| 248 |
+
20,Bachelor Level,Male,2,4,22,PC,0,No,3,IGA,Not regular,Non Paid,1,positive,Bored,Stressed,Yes,No,Yes
|
| 249 |
+
28,Master's Level,Male,2.89,4.48,20,Mobile,2,Yes,5,PES,Not regular,Non Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 250 |
+
27,Master's Level,Female,3.77,5,22,Mobile,0,Yes,2,FREE FIRE,Regular,Paid,4,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 251 |
+
22,Bachelor Level,Female,3,4,18,Mobile,2,No,4,CALL OF DUTY,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 252 |
+
20,Bachelor Level,Female,2.47,3.71,20,PC,22,No,6,IGA,Regular,Paid,1,negative,Bored,Stressed,Yes,No,Yes
|
| 253 |
+
30,Master's Level,Male,3.87,4.2,20,PC,2,Yes,4,COC,Not regular,Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 254 |
+
27,Master's Level,Male,3,5,24,Mobile,23,No,4,PES,Not regular,Non Paid,4,negative,Excited,No feeling,No,No,Yes
|
| 255 |
+
18,Bachelor Level,Female,3.85,4.02,18,PC,1,No,1,FREE FIRE,Regular,Paid,1,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 256 |
+
21,Bachelor Level,Female,3.77,4.2,20,Mobile,0,No,5,IGA,Regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 257 |
+
24,Bachelor Level,Female,4,3,22,Mobile,0,Yes,3,PUBG,Regular,Paid,3,negative,Excited,Stressed,Yes,No,Yes
|
| 258 |
+
23,Bachelor Level,Female,3.08,3.51,23,Mobile,22,No,5,PES,Regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 259 |
+
22,Bachelor Level,Male,3,4,21,Mobile,0,No,2,PES,Not regular,Paid,2,negative,Excited,No feeling,No,No,No
|
| 260 |
+
21,Bachelor Level,Female,2.88,4,21,PC,23,No,6,FIFA,Regular,Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 261 |
+
18,Bachelor Level,Female,3.76,4.17,21,Mobile,1,Yes,2,FREE FIRE,Not regular,Non Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 262 |
+
29,Master's Level,Female,3.86,4,24,Mobile,1,No,2,IGA,Not regular,Paid,1,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 263 |
+
23,Bachelor Level,Male,3.59,4.34,18,PC,0,No,2,FIFA,Regular,Paid,4,negative,Excited,Stressed,Yes,No,Yes
|
| 264 |
+
28,Master's Level,Female,3.61,4.41,16,Mobile,1,No,3,PES,Not regular,Paid,1,positive,Excited,No feeling,Yes,Yes,Yes
|
| 265 |
+
22,Bachelor Level,Male,3,3.54,20,Mobile,2,No,4,PUBG,Not regular,Paid,4,negative,Excited,No feeling,Yes,Yes,Yes
|
| 266 |
+
24,Master's Level,Female,3.67,4.02,22,Mobile,2,Yes,1,FIFA,Not regular,Paid,3,positive,Bored,Stressed,No,No,Yes
|
| 267 |
+
20,Bachelor Level,Male,3.46,4.95,22,PC,0,Yes,4,PUBG,Regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 268 |
+
25,Master's Level,Male,3.69,5,17,Mobile,1,Yes,3,PUBG,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,No,Yes
|
| 269 |
+
24,Bachelor Level,Male,3,4.25,19,Mobile,2,No,5,FIFA,Not regular,Paid,3,negative,Bored,No feeling,Yes,Yes,Yes
|
| 270 |
+
22,Bachelor Level,Female,3,3,19,Mobile,0,Yes,2,IGA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 271 |
+
27,Master's Level,Male,2.98,4,22,PC,0,Yes,2,FIFA,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 272 |
+
29,Master's Level,Female,3.3,4.51,22,PC,22,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,No feeling,No,Yes,Yes
|
| 273 |
+
23,Bachelor Level,Male,2.93,4.71,14,Mobile,1,Yes,2,PUBG,Not regular,Non Paid,2,neutral,Excited,Excited to complete level,No,Yes,No
|
| 274 |
+
24,Bachelor Level,Female,4,5,21,PC,22,Yes,6,IGA,Not regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 275 |
+
20,Bachelor Level,Male,4,5,21,PC,0,Yes,2,FREE FIRE,Regular,Non Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 276 |
+
21,Bachelor Level,Male,3.45,4.67,7,"Mobile, PC",3,Yes,2,FIFA,Not regular,Non Paid,5,positive,Excited,Excited to complete level,Yes,Yes,Yes
|
| 277 |
+
24,Master's Level,Male,3.3,5,16,"Mobile, PC",5,No,2,COC,Not regular,Non Paid,0,neutral,Bored,Stressed,No,No,Yes
|
| 278 |
+
22,Bachelor Level,Male,2,3.39,19,Mobile,1,No,3,IGA,Not regular,Non Paid,4,negative,Bored,No feeling,Yes,No,Yes
|
| 279 |
+
21,Bachelor Level,Male,2.36,4.62,23,Mobile,1,Yes,3,IGA,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 280 |
+
20,Bachelor Level,Male,3,4,20,Mobile,2,No,2,PES,Regular,Non Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 281 |
+
27,Master's Level,Male,3.01,3.5,22,Mobile,2,No,4,FREE FIRE,Regular,Non Paid,3,negative,Excited,Excited to complete level,Yes,No,No
|
| 282 |
+
26,Master's Level,Male,3,4.15,22,Mobile,22,Yes,6,PES,Regular,Non Paid,4,negative,Bored,Stressed,Yes,No,No
|
| 283 |
+
22,Bachelor Level,Female,3,3,19,Mobile,0,Yes,2,IGA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 284 |
+
30,Master's Level,Male,3.24,4.6,17,PC,0,No,2,PUBG,Regular,Paid,2,negative,Excited,No feeling,Yes,No,Yes
|
| 285 |
+
23,Bachelor Level,Male,2.56,3,18,Mobile,1,No,2,PES,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 286 |
+
24,Bachelor Level,Female,4,3,22,Mobile,0,Yes,3,PUBG,Regular,Paid,3,negative,Excited,Stressed,Yes,No,Yes
|
| 287 |
+
24,Bachelor Level,Female,3.8,4,19,PC,0,Yes,6,PUBG,Regular,Non Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 288 |
+
21,Bachelor Level,Female,3.5,5,21,PC,2,Yes,4,CALL OF DUTY,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 289 |
+
26,Master's Level,Female,3.2,4.7,24,PC,2,No,5,PUBG,Not regular,Non Paid,3,negative,Bored,Stressed,Yes,No,No
|
| 290 |
+
19,Bachelor Level,Female,3.52,4.66,16,PC,1,No,4,PUBG,Not regular,Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 291 |
+
20,Bachelor Level,Male,3,5,19,PC,1,Yes,3,PUBG,Not regular,Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 292 |
+
21,Bachelor Level,Female,2.68,3.76,23,Mobile,23,No,3,FREE FIRE,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 293 |
+
21,Bachelor Level,Female,4,5,19,PC,0,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,Stressed,Yes,Yes,No
|
| 294 |
+
18,Bachelor Level,Male,2.31,3,20,PC,2,Yes,2,PUBG,Not regular,Non Paid,4,negative,Bored,Stressed,No,Yes,No
|
| 295 |
+
21,Bachelor Level,Female,2.7,4,21,Mobile,2,Yes,6,COC,Not regular,Non Paid,3,negative,Bored,No feeling,No,Yes,No
|
| 296 |
+
23,Bachelor Level,Female,2.64,3.84,21,Mobile,1,No,4,FIFA,Not regular,Non Paid,3,negative,Bored,No feeling,No,No,No
|
| 297 |
+
21,Bachelor Level,Female,3.64,5,20,PC,23,No,2,CALL OF DUTY,Regular,Paid,4,positive,Bored,No feeling,No,Yes,Yes
|
| 298 |
+
26,Master's Level,Female,3,4,23,Mobile,1,No,5,CALL OF DUTY,Regular,Paid,2,positive,Bored,Stressed,Yes,Yes,Yes
|
| 299 |
+
22,Bachelor Level,Female,2.99,4.68,21,Mobile,0,No,3,FIFA,Regular,Non Paid,1,negative,Excited,No feeling,No,No,Yes
|
| 300 |
+
23,Bachelor Level,Male,3.19,3,21,PC,23,Yes,5,PUBG,Regular,Paid,4,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 301 |
+
20,Bachelor Level,Female,3.04,4,20,Mobile,1,No,3,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 302 |
+
20,Bachelor Level,Female,2,3.42,21,PC,1,No,6,COC,Regular,Non Paid,2,negative,Excited,Excited to complete level,No,No,Yes
|
| 303 |
+
23,Bachelor Level,Female,3,4.1,20,Mobile,0,No,6,FREE FIRE,Not regular,Non Paid,3,positive,Bored,No feeling,No,No,No
|
| 304 |
+
19,Bachelor Level,Male,2.86,4.5,18,PC,1,No,3,IGA,Regular,Non Paid,4,negative,Bored,Stressed,Yes,No,Yes
|
| 305 |
+
21,Bachelor Level,Female,3,4.67,15,Mobile,0,Yes,1,PUBG,Not regular,Non Paid,3,positive,Excited,No feeling,No,Yes,No
|
| 306 |
+
20,Bachelor Level,Male,3.5,5,18,Mobile,0,Yes,2,FIFA,Not regular,Non Paid,7,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 307 |
+
20,Bachelor Level,Male,2.58,4.05,19,PC,23,No,1,CALL OF DUTY,Regular,Non Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 308 |
+
28,Master's Level,Male,3,3,22,PC,0,No,2,FIFA,Regular,Non Paid,2,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 309 |
+
18,Bachelor Level,Male,3,4,21,Mobile,23,Yes,6,PES,Not regular,Paid,4,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 310 |
+
19,Bachelor Level,Female,3.19,2,19,Mobile,23,Yes,5,FIFA,Regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 311 |
+
23,Bachelor Level,Male,3.19,3,21,PC,23,Yes,5,PUBG,Regular,Paid,4,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 312 |
+
28,Master's Level,Female,3,4,21,PC,23,Yes,6,PUBG,Regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,No
|
| 313 |
+
20,Bachelor Level,Male,3.49,4.13,17,Mobile,2,Yes,3,FREE FIRE,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,No
|
| 314 |
+
21,Bachelor Level,Male,3,4.55,19,Mobile,23,No,3,FREE FIRE,Regular,Paid,2,positive,Bored,No feeling,No,No,Yes
|
| 315 |
+
24,Bachelor Level,Male,3,4,18,Mobile,22,No,4,PUBG,Not regular,Non Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 316 |
+
21,Bachelor Level,Male,3,4,15,Mobile,2,No,2,PES,Not regular,Non Paid,5,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 317 |
+
24,Bachelor Level,Female,3.02,3.11,18,PC,0,Yes,4,IGA,Not regular,Paid,1,negative,Excited,Stressed,Yes,Yes,Yes
|
| 318 |
+
22,Bachelor Level,Female,3.27,4.33,17,PC,22,No,1,PES,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 319 |
+
23,Bachelor Level,Male,3,4.08,12,Mobile,0,Yes,2,PUBG,Not regular,Non Paid,3,positive,Excited,Excited to complete level,Yes,No,No
|
| 320 |
+
28,Master's Level,Male,3.23,4.54,22,PC,0,Yes,5,CALL OF DUTY,Regular,Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 321 |
+
24,Master's Level,Female,3.27,4.29,17,PC,1,Yes,3,CALL OF DUTY,Regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 322 |
+
28,Master's Level,Female,3.03,4,24,Mobile,1,No,4,CALL OF DUTY,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,No,Yes
|
| 323 |
+
23,Bachelor Level,Female,2.19,3.35,21,Mobile,22,No,5,IGA,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 324 |
+
20,Bachelor Level,Male,3.15,3,18,PC,2,No,4,IGA,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,No,No
|
| 325 |
+
18,Bachelor Level,Male,2.5,4,18,Mobile,23,No,6,CALL OF DUTY,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 326 |
+
18,Bachelor Level,Female,3.5,5,18,Mobile,1,No,5,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,Excited to complete level,No,No,No
|
| 327 |
+
23,Bachelor Level,Male,3.46,3.62,21,PC,2,Yes,6,FREE FIRE,Regular,Paid,1,negative,Bored,No feeling,No,No,Yes
|
| 328 |
+
19,Bachelor Level,Female,3.19,5,19,Mobile,23,Yes,5,FIFA,Regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 329 |
+
21,Bachelor Level,Male,2.36,4,23,Mobile,1,Yes,3,IGA,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 330 |
+
24,Bachelor Level,Female,3.5,4,21,Mobile,23,No,6,FREE FIRE,Not regular,Non Paid,4,negative,Bored,No feeling,No,No,Yes
|
| 331 |
+
25,Bachelor Level,Male,3,4.88,20,Mobile,3,Yes,6,PUBG,Not regular,Non Paid,6,negative,Bored,No feeling,Yes,Yes,No
|
| 332 |
+
26,Master's Level,Male,3,3.18,22,Mobile,1,Yes,3,IGA,Not regular,Paid,3,positive,Bored,Stressed,Yes,Yes,No
|
| 333 |
+
18,Bachelor Level,Female,3.11,3.5,19,Mobile,2,No,6,FIFA,Regular,Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 334 |
+
24,Bachelor Level,Male,3,4,18,Mobile,22,No,4,PUBG,Not regular,Non Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 335 |
+
21,Bachelor Level,Male,4,4.5,18,PC,1,No,4,PES,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 336 |
+
22,Bachelor Level,Male,3.56,3.03,19,Mobile,2,No,2,PES,Regular,Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 337 |
+
30,Master's Level,Female,3,3.87,18,PC,0,Yes,6,FREE FIRE,Regular,Paid,3,negative,Excited,Stressed,Yes,No,Yes
|
| 338 |
+
23,Bachelor Level,Female,3.97,4.88,19,PC,1,Yes,1,PUBG,Regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 339 |
+
18,Bachelor Level,Male,4,4.73,19,PC,22,No,3,FIFA,Not regular,Paid,2,negative,Excited,Excited to complete level,No,No,Yes
|
| 340 |
+
23,Bachelor Level,Female,3.08,3.51,23,Mobile,22,No,5,PES,Regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 341 |
+
20,Bachelor Level,Male,3.21,5,19,PC,1,Yes,3,PUBG,Not regular,Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 342 |
+
24,Bachelor Level,Female,3.25,4,19,PC,0,Yes,6,PUBG,Regular,Non Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 343 |
+
19,Bachelor Level,Male,3.44,4,18,Mobile,22,No,6,FIFA,Not regular,Paid,4,positive,Excited,No feeling,No,Yes,Yes
|
| 344 |
+
20,Bachelor Level,Female,3.06,4.5,24,Mobile,23,Yes,2,FREE FIRE,Not regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 345 |
+
24,Bachelor Level,Male,3,5,19,Mobile,2,No,5,FIFA,Not regular,Paid,3,negative,Bored,No feeling,Yes,Yes,Yes
|
| 346 |
+
19,Bachelor Level,Male,3.59,3,18,Mobile,23,No,3,CALL OF DUTY,Not regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 347 |
+
23,Bachelor Level,Female,2.19,3.35,21,Mobile,22,No,5,IGA,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 348 |
+
24,Bachelor Level,Female,2.41,5,20,PC,23,No,5,IGA,Not regular,Paid,2,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 349 |
+
24,Bachelor Level,Female,2.84,4.45,18,Mobile,1,No,4,CALL OF DUTY,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 350 |
+
27,Master's Level,Male,3.09,4,19,Mobile,2,No,6,PES,Not regular,Paid,1,negative,Bored,No feeling,Yes,No,No
|
| 351 |
+
27,Master's Level,Male,2.33,4,20,Mobile,1,Yes,5,PES,Regular,Non Paid,4,positive,Excited,No feeling,No,No,Yes
|
| 352 |
+
20,Bachelor Level,Female,3.5,5,18,Mobile,2,Yes,2,FIFA,Not regular,Non Paid,4,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 353 |
+
27,Master's Level,Male,3,4.92,18,PC,1,Yes,0,FIFA,Not regular,Non Paid,4,positive,Bored,No feeling,No,No,No
|
| 354 |
+
27,Master's Level,Male,3.98,5,22,PC,23,Yes,4,IGA,Not regular,Paid,2,negative,Excited,No feeling,No,No,No
|
| 355 |
+
18,Bachelor Level,Male,3.86,3.98,16,Mobile,22,No,4,FREE FIRE,Not regular,Non Paid,1,negative,Excited,No feeling,No,Yes,No
|
| 356 |
+
23,Bachelor Level,Female,3.5,4.85,21,PC,2,Yes,3,CALL OF DUTY,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 357 |
+
21,Bachelor Level,Female,4,2.94,21,Mobile,0,Yes,4,PES,Not regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 358 |
+
22,Bachelor Level,Male,3.5,5,17,"Mobile, PC",2,No,5,PUBG,Not regular,Non Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 359 |
+
23,Bachelor Level,Female,4,4,21,PC,23,Yes,5,COC,Not regular,Paid,4,positive,Excited,Stressed,Yes,Yes,No
|
| 360 |
+
21,Bachelor Level,Female,2.72,5,16,PC,1,Yes,2,FIFA,Regular,Paid,2,negative,Excited,No feeling,Yes,Yes,No
|
| 361 |
+
24,Master's Level,Male,3.97,5,21,PC,22,No,3,PUBG,Not regular,Paid,3,negative,Excited,Excited to complete level,No,No,No
|
| 362 |
+
18,Bachelor Level,Female,3.22,4,19,Mobile,23,No,6,FREE FIRE,Regular,Non Paid,4,negative,Excited,Stressed,No,Yes,No
|
| 363 |
+
25,Master's Level,Female,2.94,3.98,21,PC,0,Yes,3,IGA,Regular,Paid,3,positive,Excited,Excited to complete level,No,No,Yes
|
| 364 |
+
27,Master's Level,Male,3.33,2,20,Mobile,1,Yes,5,PES,Regular,Non Paid,4,positive,Excited,No feeling,No,No,Yes
|
| 365 |
+
25,Master's Level,Female,3.3,3.37,21,PC,2,No,3,FIFA,Not regular,Paid,3,positive,Bored,Stressed,Yes,No,Yes
|
| 366 |
+
24,Bachelor Level,Female,3.05,4.5,20,PC,1,Yes,6,PES,Regular,Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 367 |
+
23,Bachelor Level,Male,3.76,4.5,18,PC,23,Yes,5,PES,Not regular,Non Paid,2,negative,Excited,Stressed,No,Yes,No
|
| 368 |
+
22,Bachelor Level,Female,3,3.51,20,Mobile,23,Yes,2,CALL OF DUTY,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,No,No
|
| 369 |
+
23,Bachelor Level,Male,3.24,4.14,21,PC,1,No,2,IGA,Regular,Non Paid,1,negative,Bored,No feeling,Yes,No,Yes
|
| 370 |
+
30,Master's Level,Female,3,3.87,18,PC,0,Yes,6,FREE FIRE,Regular,Paid,3,negative,Excited,Stressed,Yes,No,Yes
|
| 371 |
+
25,Bachelor Level,Female,4,4.41,22,PC,23,Yes,5,IGA,Not regular,Paid,1,positive,Bored,No feeling,Yes,No,No
|
| 372 |
+
26,Master's Level,Female,3.52,5,21,PC,22,No,5,COC,Not regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 373 |
+
24,Bachelor Level,Male,3.91,4.58,12,Mobile,1,Yes,4,PUBG,Not regular,Non Paid,5,neutral,Excited,Stressed,Yes,Yes,Yes
|
| 374 |
+
26,Master's Level,Female,3.52,5,21,PC,22,No,5,COC,Not regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 375 |
+
20,Bachelor Level,Male,2.62,3.69,16,PC,1,No,2,PES,Not regular,Paid,1,negative,Bored,No feeling,Yes,No,Yes
|
| 376 |
+
29,Master's Level,Female,3.48,3.03,21,Mobile,2,Yes,3,CALL OF DUTY,Not regular,Paid,2,negative,Excited,No feeling,Yes,Yes,No
|
| 377 |
+
20,Bachelor Level,Female,3,3.59,20,Mobile,23,No,2,IGA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 378 |
+
21,Bachelor Level,Male,3.62,4.78,18,PC,0,No,2,PUBG,Not regular,Non Paid,2,negative,Bored,No feeling,Yes,No,No
|
| 379 |
+
24,Bachelor Level,Male,2.24,4.91,21,Mobile,1,Yes,3,FIFA,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 380 |
+
20,Bachelor Level,Male,4,5,21,PC,0,Yes,2,FREE FIRE,Regular,Non Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 381 |
+
22,Bachelor Level,Male,3.67,5,19,Mobile,2,No,1,FIFA,Not regular,Non Paid,0,positive,Excited,Excited to complete level,Yes,No,No
|
| 382 |
+
25,Master's Level,Male,3,3.94,24,Mobile,2,Yes,6,COC,Regular,Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 383 |
+
24,Master's Level,Male,3.05,4.93,22,PC,0,Yes,2,CALL OF DUTY,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 384 |
+
19,Bachelor Level,Male,3,3,21,PC,1,Yes,3,PES,Regular,Paid,3,positive,Excited,No feeling,Yes,No,No
|
| 385 |
+
27,Master's Level,Female,2.09,4,20,PC,22,Yes,6,PUBG,Regular,Non Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 386 |
+
22,Bachelor Level,Male,2,3.39,19,Mobile,1,No,3,IGA,Not regular,Non Paid,4,negative,Bored,No feeling,Yes,No,Yes
|
| 387 |
+
20,Bachelor Level,Female,3.37,2,20,Mobile,1,Yes,5,PUBG,Not regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 388 |
+
18,Bachelor Level,Male,2.5,5,12,"Mobile, PC",1,Yes,3,PUBG,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,No
|
| 389 |
+
28,Master's Level,Male,3.28,5,17,PC,0,Yes,6,IGA,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 390 |
+
19,Bachelor Level,Female,3,4.83,20,PC,22,No,6,PES,Regular,Paid,4,negative,Bored,No feeling,Yes,Yes,Yes
|
| 391 |
+
26,Master's Level,Male,2.85,3.48,22,Mobile,2,Yes,3,PES,Regular,Non Paid,4,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 392 |
+
25,Master's Level,Female,3.99,5,23,Mobile,22,Yes,4,FIFA,Not regular,Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 393 |
+
25,Master's Level,Male,3,4.8,23,PC,22,Yes,3,COC,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,Yes,Yes
|
| 394 |
+
25,Master's Level,Male,3,4,23,Mobile,1,No,6,IGA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 395 |
+
28,Master's Level,Male,2.45,4.91,20,PC,23,No,6,PES,Regular,Paid,3,negative,Excited,Excited to complete level,No,Yes,No
|
| 396 |
+
28,Master's Level,Female,4,5,21,PC,0,Yes,2,COC,Not regular,Non Paid,4,negative,Bored,No feeling,No,No,No
|
| 397 |
+
20,Bachelor Level,Male,3,4.23,20,Mobile,2,No,2,PES,Regular,Non Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 398 |
+
26,Master's Level,Male,3,5,23,PC,1,Yes,3,FREE FIRE,Regular,Non Paid,3,positive,Excited,No feeling,Yes,Yes,Yes
|
| 399 |
+
21,Bachelor Level,Male,3,4,21,Mobile,1,No,6,COC,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 400 |
+
23,Bachelor Level,Male,3.73,4.08,18,Mobile,2,Yes,3,FREE FIRE,Not regular,Non Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 401 |
+
30,Master's Level,Female,3.21,3.77,16,Mobile,0,Yes,4,COC,Regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 402 |
+
25,Master's Level,Male,3,4.8,23,PC,22,Yes,3,COC,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,Yes,Yes
|
| 403 |
+
18,Bachelor Level,Female,4,4.22,20,PC,1,No,2,CALL OF DUTY,Regular,Paid,2,positive,Bored,Excited to complete level,No,Yes,No
|
| 404 |
+
21,Bachelor Level,Male,3,4.14,19,Mobile,0,Yes,6,FIFA,Not regular,Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 405 |
+
24,Master's Level,Female,2.65,3.69,16,Mobile,1,No,5,COC,Regular,Non Paid,4,positive,Excited,Excited to complete level,No,No,No
|
| 406 |
+
27,Master's Level,Male,3.09,4.6,19,Mobile,2,No,6,PES,Not regular,Paid,1,negative,Bored,No feeling,Yes,No,No
|
| 407 |
+
30,Master's Level,Female,3.84,4.83,18,Mobile,22,No,4,COC,Not regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 408 |
+
22,Bachelor Level,Male,2.9,4.5,19,PC,22,No,5,FREE FIRE,Not regular,Paid,4,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 409 |
+
23,Bachelor Level,Female,3.85,3.95,18,PC,1,No,4,FREE FIRE,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 410 |
+
28,Master's Level,Male,3,4,23,Mobile,1,Yes,6,FREE FIRE,Regular,Non Paid,2,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 411 |
+
18,Bachelor Level,Female,2.32,4.61,19,PC,22,Yes,2,CALL OF DUTY,Regular,Non Paid,2,negative,Bored,No feeling,Yes,Yes,No
|
| 412 |
+
20,Bachelor Level,Female,2.5,3.01,20,PC,22,No,3,FIFA,Not regular,Paid,2,negative,Excited,Stressed,No,Yes,No
|
| 413 |
+
19,Bachelor Level,Male,3.59,3,18,Mobile,23,No,3,CALL OF DUTY,Not regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 414 |
+
19,Bachelor Level,Male,4,3.63,20,PC,23,No,5,FREE FIRE,Regular,Non Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 415 |
+
21,Bachelor Level,Female,2,5,20,PC,23,Yes,6,PUBG,Regular,Paid,4,positive,Bored,Stressed,Yes,No,Yes
|
| 416 |
+
24,Bachelor Level,Male,3,3.55,20,PC,23,No,4,FREE FIRE,Regular,Non Paid,2,positive,Excited,No feeling,No,No,No
|
| 417 |
+
20,Bachelor Level,Male,3.12,4.11,18,Mobile,23,Yes,1,PUBG,Regular,Paid,4,negative,Excited,No feeling,Yes,Yes,No
|
| 418 |
+
21,Bachelor Level,Male,3,4.5,12,Mobile,0,Yes,2,PUBG,Not regular,Non Paid,7,positive,Excited,Excited to complete level,No,No,No
|
| 419 |
+
24,Master's Level,Male,2.57,4.64,17,PC,0,Yes,4,PUBG,Not regular,Paid,2,negative,Excited,Excited to complete level,No,Yes,No
|
| 420 |
+
26,Master's Level,Male,3.76,4.28,19,PC,0,Yes,5,PUBG,Not regular,Paid,1,negative,Excited,Excited to complete level,Yes,No,No
|
| 421 |
+
22,Bachelor Level,Female,2.79,4.23,19,PC,22,Yes,3,FIFA,Not regular,Paid,4,negative,Bored,Excited to complete level,No,No,Yes
|
| 422 |
+
28,Master's Level,Female,3.11,4.36,18,PC,1,Yes,5,PUBG,Not regular,Paid,2,negative,Bored,Excited to complete level,No,No,Yes
|
| 423 |
+
24,Bachelor Level,Male,2.8,4.2,14,"Mobile, PC",0,Yes,1,PES,Not regular,Paid,3,positive,Excited,Excited to complete level,No,No,No
|
| 424 |
+
19,Bachelor Level,Male,2.86,3.5,18,PC,1,No,3,IGA,Regular,Non Paid,4,negative,Bored,Stressed,Yes,No,Yes
|
| 425 |
+
28,Master's Level,Male,3.7,5,6,"Mobile, PC",0,Yes,2,COC,Not regular,Non Paid,1,neutral,Excited,No feeling,No,Yes,No
|
| 426 |
+
18,Bachelor Level,Male,3.86,3.98,16,Mobile,22,No,4,FREE FIRE,Not regular,Non Paid,1,negative,Excited,No feeling,No,Yes,No
|
| 427 |
+
22,Bachelor Level,Male,3,4.54,18,Mobile,22,No,6,IGA,Not regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,Yes,No
|
| 428 |
+
21,Bachelor Level,Female,3.84,4,18,PC,0,No,6,FREE FIRE,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 429 |
+
25,Master's Level,Male,3,2,21,PC,23,Yes,5,COC,Regular,Non Paid,2,negative,Bored,Stressed,Yes,No,No
|
| 430 |
+
27,Master's Level,Male,3,4.45,21,PC,22,No,3,IGA,Regular,Non Paid,4,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 431 |
+
21,Bachelor Level,Female,4,4.5,20,PC,23,No,2,CALL OF DUTY,Regular,Paid,4,positive,Bored,No feeling,No,Yes,Yes
|
| 432 |
+
21,Bachelor Level,Male,3,4,21,Mobile,2,Yes,3,CALL OF DUTY,Not regular,Non Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 433 |
+
20,Bachelor Level,Male,2,4,21,Mobile,2,No,6,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 434 |
+
26,Master's Level,Female,3,3.6,22,Mobile,1,No,2,FREE FIRE,Not regular,Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 435 |
+
18,Bachelor Level,Male,3.54,5,15,"Mobile, PC",1,Yes,4,PUBG,Not regular,Non Paid,1,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 436 |
+
23,Bachelor Level,Female,3,4,21,PC,23,Yes,5,COC,Not regular,Paid,4,positive,Excited,Stressed,Yes,Yes,No
|
| 437 |
+
28,Master's Level,Female,2.18,5,21,PC,1,No,2,FREE FIRE,Not regular,Non Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 438 |
+
23,Bachelor Level,Female,3.97,4.88,19,PC,1,Yes,1,PUBG,Regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 439 |
+
22,Bachelor Level,Male,2.09,3,18,Mobile,0,No,6,CALL OF DUTY,Regular,Non Paid,4,positive,Bored,Stressed,No,No,No
|
| 440 |
+
26,Master's Level,Female,3.3,4.58,22,PC,1,Yes,3,PUBG,Not regular,Non Paid,2,positive,Excited,Stressed,Yes,Yes,Yes
|
| 441 |
+
22,Bachelor Level,Male,3.74,5,14,Mobile,1,Yes,1,FREE FIRE,Not regular,Non Paid,4,neutral,Excited,No feeling,No,Yes,No
|
| 442 |
+
25,Master's Level,Female,2.94,3.98,21,PC,0,Yes,3,IGA,Regular,Paid,3,positive,Excited,Excited to complete level,No,No,Yes
|
| 443 |
+
23,Bachelor Level,Male,3,3.76,18,PC,1,Yes,6,CALL OF DUTY,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,No
|
| 444 |
+
28,Master's Level,Male,2.75,4,23,PC,22,Yes,6,FIFA,Regular,Paid,2,positive,Bored,Stressed,Yes,No,Yes
|
| 445 |
+
24,Master's Level,Male,3.04,4.32,20,Mobile,22,Yes,2,PUBG,Regular,Non Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 446 |
+
24,Master's Level,Male,3.97,3.04,21,PC,22,No,3,PUBG,Not regular,Paid,3,negative,Excited,Excited to complete level,No,No,No
|
| 447 |
+
21,Bachelor Level,Female,2,4.07,18,PC,2,Yes,2,PUBG,Regular,Non Paid,3,negative,Excited,No feeling,Yes,No,No
|
| 448 |
+
20,Bachelor Level,Male,3.02,4.28,22,PC,0,No,3,IGA,Not regular,Non Paid,1,positive,Bored,Stressed,Yes,No,Yes
|
| 449 |
+
21,Bachelor Level,Male,3.78,4.9,24,Mobile,0,Yes,6,PUBG,Regular,Paid,2,positive,Excited,Excited to complete level,No,No,No
|
| 450 |
+
24,Bachelor Level,Female,4,5,18,PC,0,No,3,PUBG,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,Yes
|
| 451 |
+
21,Bachelor Level,Male,3.5,4,20,PC,1,No,2,IGA,Regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 452 |
+
26,Master's Level,Male,3.69,4.28,21,Mobile,23,No,6,COC,Regular,Non Paid,2,negative,Excited,Stressed,Yes,No,No
|
| 453 |
+
21,Bachelor Level,Female,3.8,4.6,16,Mobile,1,Yes,1,FREE FIRE,Not regular,Paid,4,positive,Bored,No feeling,Yes,No,No
|
| 454 |
+
27,Master's Level,Female,2,3.59,22,PC,22,No,4,COC,Regular,Non Paid,2,negative,Bored,No feeling,Yes,No,No
|
| 455 |
+
28,Master's Level,Female,2.5,3.9,24,Mobile,22,Yes,2,IGA,Regular,Paid,2,positive,Excited,Stressed,No,No,Yes
|
| 456 |
+
24,Master's Level,Male,2.57,4.64,17,PC,0,Yes,4,PUBG,Not regular,Paid,2,negative,Excited,Excited to complete level,No,Yes,No
|
| 457 |
+
29,Master's Level,Male,2.86,3.43,22,PC,1,Yes,5,COC,Regular,Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 458 |
+
21,Bachelor Level,Male,3.45,3.8,18,Mobile,2,No,6,COC,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 459 |
+
20,Bachelor Level,Male,2.49,3.04,16,Mobile,2,No,6,COC,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 460 |
+
24,Bachelor Level,Female,2,4,21,PC,2,Yes,3,PES,Not regular,Paid,3,negative,Bored,Stressed,Yes,No,Yes
|
| 461 |
+
24,Bachelor Level,Female,3.41,5,19,PC,0,No,3,COC,Not regular,Non Paid,4,positive,Bored,No feeling,Yes,Yes,Yes
|
| 462 |
+
21,Bachelor Level,Female,2.63,4.1,16,PC,2,No,6,CALL OF DUTY,Regular,Paid,1,positive,Excited,Excited to complete level,No,Yes,No
|
| 463 |
+
26,Master's Level,Female,2.34,4.51,23,PC,23,No,4,COC,Regular,Paid,3,positive,Excited,No feeling,No,Yes,Yes
|
| 464 |
+
22,Bachelor Level,Female,3,4,3,PC,23,Yes,3,PES,Not regular,Non Paid,3,negative,Excited,No feeling,Yes,Yes,No
|
| 465 |
+
18,Bachelor Level,Female,3,4,19,Mobile,2,No,6,FIFA,Regular,Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 466 |
+
21,Bachelor Level,Female,2.68,3.76,23,Mobile,23,No,3,FREE FIRE,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 467 |
+
25,Master's Level,Male,2.04,3,22,Mobile,0,Yes,5,CALL OF DUTY,Not regular,Paid,4,negative,Excited,Excited to complete level,Yes,No,No
|
| 468 |
+
23,Bachelor Level,Male,3,4.08,19,Mobile,23,No,2,COC,Regular,Paid,4,negative,Excited,No feeling,No,Yes,No
|
| 469 |
+
22,Bachelor Level,Male,2,4,21,Mobile,23,Yes,3,FREE FIRE,Not regular,Paid,2,positive,Excited,Stressed,No,No,No
|
| 470 |
+
24,Bachelor Level,Female,3.01,4,19,PC,0,Yes,6,PUBG,Regular,Non Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 471 |
+
18,Bachelor Level,Male,3.5,5,18,PC,0,Yes,2,PES,Regular,Non Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 472 |
+
22,Bachelor Level,Female,2.99,4.81,17,PC,23,Yes,6,FREE FIRE,Regular,Paid,1,negative,Bored,Stressed,No,No,Yes
|
| 473 |
+
21,Bachelor Level,Male,3,4.67,16,"Mobile, PC",1,No,0,PUBG,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 474 |
+
23,Bachelor Level,Male,3.39,4.46,23,Mobile,23,No,6,PUBG,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 475 |
+
26,Master's Level,Male,3,5,24,PC,23,Yes,4,FREE FIRE,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 476 |
+
24,Master's Level,Female,3.81,3.34,16,Mobile,0,No,4,IGA,Regular,Paid,4,positive,Excited,Stressed,Yes,No,No
|
| 477 |
+
22,Bachelor Level,Female,3.5,3.52,22,PC,1,No,5,FREE FIRE,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 478 |
+
19,Bachelor Level,Male,3,3.47,18,PC,2,No,6,FIFA,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 479 |
+
27,Master's Level,Female,2.09,4.2,20,PC,22,Yes,6,PUBG,Regular,Non Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 480 |
+
21,Bachelor Level,Male,3.1,4.19,20,Mobile,2,Yes,4,IGA,Regular,Paid,3,positive,Bored,Excited to complete level,Yes,No,No
|
| 481 |
+
22,Bachelor Level,Male,3.8,4,17,"Mobile, PC",2,Yes,2,CALL OF DUTY,Not regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,No
|
| 482 |
+
26,Master's Level,Male,3,3.23,22,Mobile,22,No,5,CALL OF DUTY,Not regular,Paid,3,positive,Bored,No feeling,No,No,No
|
| 483 |
+
18,Bachelor Level,Male,2.5,5,12,Mobile,0,Yes,4,PUBG,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 484 |
+
24,Bachelor Level,Female,4,4.04,20,Mobile,22,No,5,CALL OF DUTY,Not regular,Paid,3,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 485 |
+
27,Master's Level,Male,4,4.45,21,PC,22,No,3,IGA,Regular,Non Paid,4,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 486 |
+
27,Master's Level,Male,3.5,4.5,21,Mobile,1,No,5,COC,Regular,Paid,2,positive,Bored,No feeling,No,Yes,No
|
| 487 |
+
19,Bachelor Level,Male,3.59,3,18,Mobile,23,No,3,CALL OF DUTY,Not regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 488 |
+
26,Master's Level,Male,3.5,5,24,PC,23,Yes,4,FREE FIRE,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 489 |
+
20,Bachelor Level,Female,2,4.02,18,PC,23,No,2,COC,Regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 490 |
+
18,Bachelor Level,Female,4,4.22,20,PC,1,No,2,CALL OF DUTY,Regular,Paid,2,positive,Bored,Excited to complete level,No,Yes,No
|
| 491 |
+
26,Master's Level,Female,2.43,4,22,PC,2,Yes,4,COC,Not regular,Non Paid,3,negative,Bored,Excited to complete level,No,No,Yes
|
| 492 |
+
21,Bachelor Level,Male,4,5,18,PC,1,No,4,PES,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 493 |
+
19,Bachelor Level,Male,2.34,3,21,PC,23,Yes,3,FREE FIRE,Not regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,Yes
|
| 494 |
+
26,Master's Level,Female,3.96,5,22,PC,1,No,2,IGA,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 495 |
+
20,Bachelor Level,Female,3.33,3.01,20,PC,22,No,3,FIFA,Not regular,Paid,2,negative,Excited,Stressed,No,Yes,No
|
| 496 |
+
18,Bachelor Level,Male,2.31,3,20,PC,2,Yes,2,PUBG,Not regular,Non Paid,4,negative,Bored,Stressed,No,Yes,No
|
| 497 |
+
20,Bachelor Level,Female,2.45,3.4,19,PC,23,No,3,PES,Not regular,Paid,3,negative,Excited,Stressed,Yes,Yes,Yes
|
| 498 |
+
19,Bachelor Level,Male,3.01,4,19,Mobile,22,No,5,FIFA,Regular,Non Paid,3,negative,Bored,Stressed,No,No,No
|
| 499 |
+
26,Master's Level,Female,3.51,4.7,24,PC,2,No,5,PUBG,Not regular,Non Paid,3,negative,Bored,Stressed,Yes,No,No
|
| 500 |
+
21,Bachelor Level,Female,2.73,3.08,19,PC,2,Yes,1,PES,Regular,Non Paid,1,negative,Bored,No feeling,No,Yes,No
|
| 501 |
+
22,Bachelor Level,Female,3,3.65,20,Mobile,23,Yes,2,CALL OF DUTY,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,No,No
|
| 502 |
+
27,Master's Level,Male,2.79,3.36,20,Mobile,0,Yes,2,PUBG,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 503 |
+
27,Master's Level,Male,3.98,5,22,PC,23,Yes,4,IGA,Not regular,Paid,2,negative,Excited,No feeling,No,No,No
|
| 504 |
+
27,Master's Level,Male,3.2,4.2,21,PC,0,No,3,PUBG,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 505 |
+
30,Master's Level,Female,3.99,5,20,Mobile,1,Yes,3,COC,Not regular,Paid,1,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 506 |
+
28,Master's Level,Male,3.8,4,23,Mobile,1,Yes,6,FREE FIRE,Regular,Non Paid,2,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 507 |
+
20,Bachelor Level,Female,3.71,4.72,16,Mobile,2,Yes,4,PUBG,Regular,Paid,2,positive,Excited,Excited to complete level,No,Yes,No
|
| 508 |
+
19,Bachelor Level,Male,3.87,4.1,19,Mobile,22,Yes,6,PES,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 509 |
+
18,Bachelor Level,Female,3.76,4.17,21,Mobile,1,Yes,2,FREE FIRE,Not regular,Non Paid,2,negative,Bored,Stressed,No,Yes,Yes
|
| 510 |
+
26,Master's Level,Female,3.02,4.72,20,Mobile,2,No,2,COC,Regular,Non Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 511 |
+
27,Master's Level,Male,2.76,4.75,20,Mobile,22,No,6,IGA,Regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 512 |
+
20,Bachelor Level,Female,2,3.42,21,PC,1,No,6,COC,Regular,Non Paid,2,negative,Excited,Excited to complete level,No,No,Yes
|
| 513 |
+
28,Master's Level,Female,2.7,5,22,PC,22,No,4,PUBG,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 514 |
+
27,Master's Level,Male,3.57,4.52,17,Mobile,22,Yes,2,CALL OF DUTY,Regular,Paid,1,negative,Bored,Excited to complete level,No,No,No
|
| 515 |
+
22,Bachelor Level,Male,3,4,21,Mobile,0,No,2,PES,Not regular,Paid,2,negative,Excited,No feeling,No,No,No
|
| 516 |
+
22,Bachelor Level,Male,2,4,21,Mobile,23,Yes,3,FREE FIRE,Not regular,Paid,2,positive,Excited,Stressed,No,No,No
|
| 517 |
+
30,Master's Level,Male,3.53,3.04,18,PC,22,No,2,PUBG,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 518 |
+
19,Bachelor Level,Female,3.23,3.73,20,PC,2,Yes,3,FIFA,Regular,Non Paid,1,negative,Bored,No feeling,No,No,No
|
| 519 |
+
27,Master's Level,Male,3.57,4.52,17,Mobile,22,Yes,2,CALL OF DUTY,Regular,Paid,1,negative,Bored,Excited to complete level,No,No,No
|
| 520 |
+
18,Bachelor Level,Female,3.75,5,20,Mobile,22,No,2,CALL OF DUTY,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,No
|
| 521 |
+
28,Master's Level,Female,3.82,4.65,20,Mobile,2,Yes,4,CALL OF DUTY,Not regular,Non Paid,4,positive,Bored,No feeling,No,No,Yes
|
| 522 |
+
28,Master's Level,Male,2.27,3,21,PC,22,Yes,2,CALL OF DUTY,Not regular,Paid,2,positive,Bored,Excited to complete level,No,No,Yes
|
| 523 |
+
26,Master's Level,Female,3.46,4.7,24,PC,2,No,5,PUBG,Not regular,Non Paid,3,negative,Bored,Stressed,Yes,No,No
|
| 524 |
+
29,Master's Level,Female,3.17,3.69,20,Mobile,0,No,3,FREE FIRE,Regular,Paid,1,negative,Excited,Excited to complete level,No,No,No
|
| 525 |
+
21,Bachelor Level,Male,3.54,4.51,16,Mobile,23,No,6,FIFA,Not regular,Paid,3,negative,Excited,Excited to complete level,No,Yes,No
|
| 526 |
+
25,Bachelor Level,Male,2.94,4.53,17,PC,23,Yes,6,IGA,Regular,Paid,1,negative,Bored,Excited to complete level,No,No,Yes
|
| 527 |
+
27,Master's Level,Female,3.13,5,20,PC,23,Yes,2,PES,Regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 528 |
+
27,Master's Level,Male,2.98,4,22,PC,0,Yes,2,FIFA,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 529 |
+
27,Master's Level,Female,2,4.82,23,PC,2,No,2,FREE FIRE,Not regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 530 |
+
21,Bachelor Level,Male,3.62,4.78,18,PC,0,No,2,PUBG,Not regular,Non Paid,2,negative,Bored,No feeling,Yes,No,No
|
| 531 |
+
23,Bachelor Level,Male,3,3,18,PC,2,Yes,4,IGA,Not regular,Paid,4,negative,Excited,Stressed,Yes,No,No
|
| 532 |
+
22,Bachelor Level,Male,4,5,20,Mobile,2,No,4,PUBG,Not regular,Paid,4,negative,Excited,No feeling,Yes,Yes,Yes
|
| 533 |
+
19,Bachelor Level,Female,3.92,3.98,18,Mobile,0,No,4,IGA,Not regular,Non Paid,2,positive,Bored,No feeling,Yes,No,No
|
| 534 |
+
23,Bachelor Level,Male,3.46,3.62,21,PC,2,Yes,6,FREE FIRE,Regular,Paid,1,negative,Bored,No feeling,No,No,Yes
|
| 535 |
+
19,Bachelor Level,Male,2.34,3,21,PC,23,Yes,3,FREE FIRE,Not regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,Yes
|
| 536 |
+
21,Bachelor Level,Female,3.14,5,19,PC,2,No,2,IGA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,Yes
|
| 537 |
+
23,Bachelor Level,Male,3.29,5,19,Mobile,1,No,4,IGA,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 538 |
+
18,Bachelor Level,Male,2,4,18,Mobile,23,No,6,CALL OF DUTY,Regular,Paid,3,negative,Bored,Excited to complete level,Yes,No,No
|
| 539 |
+
19,Bachelor Level,Male,3.78,3.63,18,PC,23,No,3,CALL OF DUTY,Not regular,Paid,1,negative,Excited,Stressed,Yes,Yes,No
|
| 540 |
+
27,Master's Level,Female,3.68,4.99,18,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,1,negative,Excited,Stressed,No,No,Yes
|
| 541 |
+
23,Bachelor Level,Female,3,5,20,Mobile,1,Yes,6,COC,Not regular,Paid,3,negative,Excited,No feeling,No,No,Yes
|
| 542 |
+
25,Master's Level,Female,3.71,3.8,20,Mobile,1,No,5,PES,Not regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 543 |
+
23,Bachelor Level,Male,3.24,4.14,21,PC,1,No,2,IGA,Regular,Non Paid,1,negative,Bored,No feeling,Yes,No,Yes
|
| 544 |
+
28,Master's Level,Female,3.4,4.55,24,Mobile,22,Yes,2,IGA,Regular,Paid,2,positive,Excited,Stressed,No,No,Yes
|
| 545 |
+
26,Master's Level,Female,2.75,3.11,17,Mobile,22,No,2,PUBG,Regular,Paid,2,positive,Bored,Stressed,No,Yes,No
|
| 546 |
+
24,Bachelor Level,Male,3,4,18,Mobile,22,No,4,PUBG,Not regular,Non Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 547 |
+
21,Bachelor Level,Female,3,5,19,PC,2,No,2,IGA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,Yes
|
| 548 |
+
22,Bachelor Level,Male,2,3.39,19,Mobile,1,No,3,IGA,Not regular,Non Paid,4,negative,Bored,No feeling,Yes,No,Yes
|
| 549 |
+
18,Bachelor Level,Female,3.75,4,20,Mobile,22,No,2,CALL OF DUTY,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,No
|
| 550 |
+
19,Bachelor Level,Male,3.78,3.63,18,PC,23,No,3,CALL OF DUTY,Not regular,Paid,1,negative,Excited,Stressed,Yes,Yes,No
|
| 551 |
+
21,Bachelor Level,Male,3.4,4,21,Mobile,2,Yes,3,CALL OF DUTY,Not regular,Non Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 552 |
+
23,Bachelor Level,Male,3.02,5,18,PC,2,No,2,COC,Regular,Non Paid,4,negative,Excited,No feeling,Yes,No,Yes
|
| 553 |
+
26,Master's Level,Female,3,4,23,Mobile,1,No,5,CALL OF DUTY,Regular,Paid,2,positive,Bored,Stressed,Yes,Yes,Yes
|
| 554 |
+
22,Bachelor Level,Female,3.8,4.5,18,Mobile,23,Yes,5,FREE FIRE,Regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 555 |
+
28,Master's Level,Male,3.63,4,20,Mobile,23,No,2,COC,Regular,Non Paid,4,negative,Bored,Stressed,No,No,No
|
| 556 |
+
28,Master's Level,Female,2.7,4,22,PC,22,No,4,PUBG,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 557 |
+
24,Bachelor Level,Female,2,4,20,PC,22,Yes,5,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 558 |
+
26,Master's Level,Female,3,4,22,Mobile,2,Yes,2,PUBG,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 559 |
+
23,Bachelor Level,Male,3,4.23,21,PC,1,Yes,2,PES,Regular,Non Paid,3,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 560 |
+
24,Bachelor Level,Female,3.25,4.43,19,Mobile,23,Yes,4,CALL OF DUTY,Regular,Non Paid,4,negative,Bored,No feeling,Yes,No,No
|
| 561 |
+
28,Master's Level,Female,3.82,4.65,20,Mobile,2,Yes,4,CALL OF DUTY,Not regular,Non Paid,4,positive,Bored,No feeling,No,No,Yes
|
| 562 |
+
25,Master's Level,Male,3,2.96,24,Mobile,2,Yes,6,COC,Regular,Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 563 |
+
18,Bachelor Level,Female,3.72,3.58,21,PC,23,Yes,4,PUBG,Regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 564 |
+
24,Bachelor Level,Female,2.23,4,18,PC,22,Yes,4,CALL OF DUTY,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 565 |
+
24,Bachelor Level,Male,3,4.59,22,Mobile,1,Yes,3,COC,Regular,Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 566 |
+
28,Master's Level,Male,3.5,4.46,24,Mobile,22,Yes,4,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
| 567 |
+
21,Bachelor Level,Female,3.5,5,21,PC,2,Yes,4,CALL OF DUTY,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 568 |
+
23,Bachelor Level,Male,3.85,5,19,PC,0,No,2,COC,Not regular,Non Paid,4,negative,Bored,Stressed,Yes,No,No
|
| 569 |
+
26,Master's Level,Male,3,5,24,PC,23,Yes,4,FREE FIRE,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 570 |
+
25,Master's Level,Female,3.99,3.86,23,Mobile,22,Yes,4,FIFA,Not regular,Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 571 |
+
25,Master's Level,Female,2.88,4.23,19,Mobile,2,No,1,FIFA,Regular,Paid,1,negative,Excited,Stressed,Yes,Yes,Yes
|
| 572 |
+
24,Bachelor Level,Female,2.36,3.65,21,Mobile,1,No,2,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Excited to complete level,No,Yes,Yes
|
| 573 |
+
27,Master's Level,Male,2.79,3.36,20,Mobile,0,Yes,2,PUBG,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 574 |
+
18,Bachelor Level,Male,3,4.5,21,PC,2,Yes,3,PUBG,Not regular,Non Paid,4,negative,Excited,No feeling,No,Yes,Yes
|
| 575 |
+
20,Bachelor Level,Male,4,5,21,PC,0,Yes,2,FREE FIRE,Regular,Non Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 576 |
+
27,Master's Level,Female,2,3.59,22,PC,22,No,4,COC,Regular,Non Paid,2,negative,Bored,No feeling,Yes,No,No
|
| 577 |
+
28,Master's Level,Male,2.75,4,23,PC,22,Yes,6,FIFA,Regular,Paid,2,positive,Bored,Stressed,Yes,No,Yes
|
| 578 |
+
24,Bachelor Level,Female,2,3.75,21,PC,2,Yes,3,PES,Not regular,Paid,3,negative,Bored,Stressed,Yes,No,Yes
|
| 579 |
+
24,Bachelor Level,Female,2.41,5,20,PC,23,No,5,IGA,Not regular,Paid,2,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 580 |
+
19,Bachelor Level,Female,4,4.94,19,PC,1,Yes,3,COC,Regular,Non Paid,2,positive,Excited,No feeling,No,Yes,No
|
| 581 |
+
22,Bachelor Level,Female,4,3.8,19,PC,23,Yes,4,FREE FIRE,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 582 |
+
20,Bachelor Level,Male,3.49,4.13,17,Mobile,2,Yes,3,FREE FIRE,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,No
|
| 583 |
+
21,Bachelor Level,Female,2,5,20,PC,23,Yes,6,PUBG,Regular,Paid,4,positive,Bored,Stressed,Yes,No,Yes
|
| 584 |
+
19,Bachelor Level,Male,2.34,3,21,PC,23,Yes,3,FREE FIRE,Not regular,Non Paid,2,positive,Bored,No feeling,Yes,Yes,Yes
|
| 585 |
+
28,Master's Level,Male,3,5,24,Mobile,22,Yes,5,COC,Regular,Non Paid,4,negative,Bored,Excited to complete level,Yes,No,No
|
| 586 |
+
26,Master's Level,Male,2.61,4.03,24,Mobile,1,Yes,6,COC,Regular,Non Paid,3,positive,Bored,Excited to complete level,Yes,No,No
|
| 587 |
+
27,Master's Level,Male,3.33,5,20,Mobile,1,Yes,5,PES,Regular,Non Paid,4,positive,Excited,No feeling,No,No,Yes
|
| 588 |
+
26,Master's Level,Female,3.87,3.69,18,PC,2,No,4,FIFA,Regular,Non Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 589 |
+
26,Master's Level,Female,2.5,3.69,18,PC,2,No,4,FIFA,Regular,Non Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 590 |
+
24,Master's Level,Female,2.65,3.69,16,Mobile,1,No,5,COC,Regular,Non Paid,4,positive,Excited,Excited to complete level,No,No,No
|
| 591 |
+
27,Master's Level,Male,3.12,4,21,Mobile,1,No,5,COC,Regular,Paid,2,positive,Bored,No feeling,No,Yes,No
|
| 592 |
+
23,Bachelor Level,Male,3,4.08,19,Mobile,23,No,2,COC,Regular,Paid,4,negative,Excited,No feeling,No,Yes,No
|
| 593 |
+
23,Bachelor Level,Male,3.02,5,18,PC,2,No,2,COC,Regular,Non Paid,4,negative,Excited,No feeling,Yes,No,Yes
|
| 594 |
+
25,Master's Level,Female,3.99,3.86,23,Mobile,22,Yes,4,FIFA,Not regular,Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 595 |
+
26,Master's Level,Female,3.51,4.72,20,Mobile,2,No,2,COC,Regular,Non Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 596 |
+
25,Master's Level,Female,2.88,4.23,19,Mobile,2,No,1,FIFA,Regular,Paid,1,negative,Excited,Stressed,Yes,Yes,Yes
|
| 597 |
+
20,Bachelor Level,Female,3.04,4.8,19,Mobile,1,Yes,2,COC,Regular,Paid,2,negative,Bored,No feeling,Yes,Yes,Yes
|
| 598 |
+
28,Master's Level,Male,3.51,4.83,21,PC,0,No,3,FIFA,Regular,Paid,1,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 599 |
+
24,Bachelor Level,Female,3,4,18,Mobile,23,Yes,4,PUBG,Not regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 600 |
+
26,Master's Level,Male,3.69,4.28,21,Mobile,23,No,6,COC,Regular,Non Paid,2,negative,Excited,Stressed,Yes,No,No
|
| 601 |
+
28,Master's Level,Male,3.51,4.83,21,PC,0,No,3,FIFA,Regular,Paid,1,positive,Bored,Excited to complete level,Yes,No,Yes
|
| 602 |
+
26,Master's Level,Female,3,4.03,21,PC,23,No,5,CALL OF DUTY,Regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 603 |
+
21,Bachelor Level,Male,2.62,3.92,12,"Mobile, PC",4,No,7,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
| 604 |
+
24,Bachelor Level,Male,2.54,3,20,Mobile,1,Yes,6,FIFA,Regular,Non Paid,3,negative,Bored,Stressed,Yes,Yes,Yes
|
| 605 |
+
29,Master's Level,Female,3.04,4.55,20,PC,23,Yes,4,IGA,Not regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 606 |
+
24,Bachelor Level,Female,2.23,4,18,PC,22,Yes,4,CALL OF DUTY,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 607 |
+
22,Bachelor Level,Male,3.76,4.37,19,Mobile,1,Yes,4,COC,Regular,Non Paid,1,negative,Excited,No feeling,No,No,No
|
| 608 |
+
25,Master's Level,Male,2.04,3,22,Mobile,0,Yes,5,CALL OF DUTY,Not regular,Paid,4,negative,Excited,Excited to complete level,Yes,No,No
|
| 609 |
+
28,Master's Level,Male,2.89,4.48,20,Mobile,2,Yes,5,PES,Not regular,Non Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 610 |
+
25,Master's Level,Female,3.99,4.01,20,PC,22,No,4,PES,Not regular,Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 611 |
+
19,Bachelor Level,Female,2,4,21,Mobile,22,Yes,5,IGA,Regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 612 |
+
21,Bachelor Level,Male,3.71,3.33,21,PC,22,No,6,PES,Regular,Paid,3,negative,Excited,Stressed,Yes,No,Yes
|
| 613 |
+
19,Bachelor Level,Male,3.15,4,19,Mobile,22,No,5,FIFA,Regular,Non Paid,3,negative,Bored,Stressed,No,No,No
|
| 614 |
+
22,Bachelor Level,Female,3.19,4.29,18,PC,1,No,4,IGA,Not regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 615 |
+
27,Master's Level,Male,3.35,4,24,PC,22,No,5,PUBG,Not regular,Non Paid,3,negative,Bored,No feeling,Yes,Yes,Yes
|
| 616 |
+
20,Bachelor Level,Female,3.37,4.5,19,Mobile,2,Yes,6,IGA,Regular,Non Paid,4,negative,Bored,No feeling,No,No,Yes
|
| 617 |
+
25,Master's Level,Male,3,3,23,Mobile,1,No,6,IGA,Not regular,Non Paid,3,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 618 |
+
19,Bachelor Level,Male,3,4,19,Mobile,22,Yes,5,PES,Regular,Non Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 619 |
+
27,Master's Level,Male,4,4.72,20,PC,0,No,2,FREE FIRE,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,No,No
|
| 620 |
+
22,Bachelor Level,Female,3,4.52,18,Mobile,23,Yes,5,FREE FIRE,Regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 621 |
+
20,Bachelor Level,Male,2.32,4.6,20,Mobile,1,Yes,3,FIFA,Not regular,Paid,1,negative,Excited,Stressed,Yes,Yes,No
|
| 622 |
+
21,Bachelor Level,Male,3.77,5,18,PC,22,No,2,IGA,Not regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 623 |
+
20,Bachelor Level,Female,3,4,19,Mobile,1,Yes,2,COC,Regular,Paid,2,negative,Bored,No feeling,Yes,Yes,Yes
|
| 624 |
+
18,Bachelor Level,Female,3.21,4,18,Mobile,1,No,5,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,Excited to complete level,No,No,No
|
| 625 |
+
22,Bachelor Level,Female,3,3.51,20,Mobile,23,Yes,2,CALL OF DUTY,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,No,No
|
| 626 |
+
28,Master's Level,Female,2.18,5,21,PC,1,No,2,FREE FIRE,Not regular,Non Paid,3,negative,Excited,Stressed,No,Yes,Yes
|
| 627 |
+
30,Master's Level,Male,3.53,3.04,18,PC,22,No,2,PUBG,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 628 |
+
25,Bachelor Level,Male,2,5,14,Mobile,2,No,2,FIFA,Not regular,Non Paid,6,positive,Excited,No feeling,Yes,No,No
|
| 629 |
+
24,Bachelor Level,Female,2.56,4.13,20,PC,22,No,6,IGA,Regular,Paid,3,positive,Bored,No feeling,No,No,No
|
| 630 |
+
24,Bachelor Level,Female,3,4,20,Mobile,22,Yes,3,IGA,Regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,No,No
|
| 631 |
+
22,Bachelor Level,Female,2.99,4.68,21,Mobile,0,No,3,FIFA,Regular,Non Paid,1,negative,Excited,No feeling,No,No,Yes
|
| 632 |
+
21,Bachelor Level,Male,3,4.55,19,Mobile,23,No,3,FREE FIRE,Regular,Paid,2,positive,Bored,No feeling,No,No,Yes
|
| 633 |
+
24,Bachelor Level,Female,3.02,3.11,18,PC,2,No,2,PUBG,Regular,Non Paid,4,positive,Bored,No feeling,No,Yes,No
|
| 634 |
+
24,Bachelor Level,Female,3,3.81,18,Mobile,22,Yes,5,PUBG,Regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 635 |
+
21,Bachelor Level,Female,3.84,4,18,PC,0,No,6,FREE FIRE,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 636 |
+
23,Bachelor Level,Male,3,4.08,19,Mobile,23,No,2,COC,Regular,Paid,4,negative,Excited,No feeling,No,Yes,No
|
| 637 |
+
25,Bachelor Level,Male,2.69,3.68,16,PC,0,Yes,3,FREE FIRE,Not regular,Paid,1,negative,Bored,Stressed,Yes,No,No
|
| 638 |
+
26,Master's Level,Male,3,4.15,22,Mobile,22,Yes,6,PES,Regular,Non Paid,4,negative,Bored,Stressed,Yes,No,No
|
| 639 |
+
19,Bachelor Level,Female,2.5,3,18,Mobile,22,No,3,FREE FIRE,Not regular,Non Paid,3,negative,Bored,No feeling,No,No,Yes
|
| 640 |
+
22,Bachelor Level,Male,2.09,3,18,Mobile,0,No,6,CALL OF DUTY,Regular,Non Paid,4,positive,Bored,Stressed,No,No,No
|
| 641 |
+
24,Bachelor Level,Female,2.23,3.9,18,PC,22,Yes,4,CALL OF DUTY,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 642 |
+
21,Bachelor Level,Male,3.48,3.8,18,Mobile,2,No,6,COC,Not regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 643 |
+
23,Bachelor Level,Male,3.54,4.5,17,PC,3,Yes,1,FIFA,Regular,Paid,2,positive,Bored,No feeling,No,Yes,No
|
| 644 |
+
21,Bachelor Level,Male,2.5,5,14,"Mobile, PC",1,Yes,1,PUBG,Regular,Non Paid,0,positive,Excited,No feeling,No,Yes,No
|
| 645 |
+
18,Bachelor Level,Male,3,4,20,PC,1,No,3,CALL OF DUTY,Not regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 646 |
+
24,Bachelor Level,Female,3.05,3.6,20,PC,1,Yes,6,PES,Regular,Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 647 |
+
24,Bachelor Level,Female,2.84,4,18,Mobile,1,No,4,CALL OF DUTY,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 648 |
+
21,Bachelor Level,Male,2.83,4.6,19,PC,22,No,3,PES,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 649 |
+
22,Bachelor Level,Male,3.7,5,15,PC,1,Yes,1,FIFA,Not regular,Non Paid,5,positive,Excited,No feeling,No,Yes,Yes
|
| 650 |
+
21,Bachelor Level,Male,3,4.2,21,Mobile,1,No,6,COC,Regular,Paid,3,negative,Bored,Stressed,No,No,No
|
| 651 |
+
25,Bachelor Level,Male,3.8,5,22,PC,0,No,2,FIFA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,Yes,Yes
|
| 652 |
+
28,Master's Level,Female,3.82,4.65,20,Mobile,2,Yes,4,CALL OF DUTY,Not regular,Non Paid,4,positive,Bored,No feeling,No,No,Yes
|
| 653 |
+
28,Master's Level,Male,3,5,24,Mobile,22,Yes,5,COC,Regular,Non Paid,4,negative,Bored,Excited to complete level,Yes,No,No
|
| 654 |
+
26,Master's Level,Male,3,4.15,22,Mobile,22,Yes,6,PES,Regular,Non Paid,4,negative,Bored,Stressed,Yes,No,No
|
| 655 |
+
23,Bachelor Level,Male,2.64,4.44,21,PC,1,Yes,2,CALL OF DUTY,Regular,Non Paid,2,positive,Bored,Stressed,Yes,No,No
|
| 656 |
+
24,Bachelor Level,Female,4,4.75,18,PC,0,No,3,PUBG,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,Yes
|
| 657 |
+
23,Bachelor Level,Male,2.77,4.71,18,Mobile,0,Yes,3,COC,Regular,Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 658 |
+
24,Bachelor Level,Male,2.24,4.91,21,Mobile,1,Yes,3,FIFA,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,No
|
| 659 |
+
22,Bachelor Level,Female,3.19,4.29,18,PC,1,No,4,IGA,Not regular,Non Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 660 |
+
28,Master's Level,Female,4,4.16,21,PC,0,Yes,2,COC,Not regular,Non Paid,4,negative,Bored,No feeling,No,No,No
|
| 661 |
+
27,Master's Level,Female,2.73,4.33,16,PC,23,No,5,PES,Not regular,Paid,3,positive,Excited,Stressed,Yes,Yes,No
|
| 662 |
+
20,Bachelor Level,Male,3.3,3,18,Mobile,23,Yes,2,FIFA,Regular,Non Paid,1,negative,Excited,Stressed,Yes,Yes,Yes
|
| 663 |
+
20,Bachelor Level,Female,2.69,4,18,Mobile,22,Yes,2,FIFA,Not regular,Paid,4,negative,Excited,No feeling,Yes,Yes,Yes
|
| 664 |
+
21,Bachelor Level,Female,3.16,5,19,PC,2,No,2,IGA,Regular,Paid,2,negative,Excited,Excited to complete level,Yes,No,Yes
|
| 665 |
+
25,Bachelor Level,Male,2.94,4.53,17,PC,23,Yes,6,IGA,Regular,Paid,1,negative,Bored,Excited to complete level,No,No,Yes
|
| 666 |
+
20,Bachelor Level,Male,2.58,4.05,19,PC,23,No,1,CALL OF DUTY,Regular,Non Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 667 |
+
24,Bachelor Level,Female,3.98,3,20,Mobile,23,No,6,CALL OF DUTY,Not regular,Paid,4,negative,Bored,Stressed,No,Yes,Yes
|
| 668 |
+
22,Bachelor Level,Female,3,3,18,Mobile,2,No,4,CALL OF DUTY,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 669 |
+
26,Master's Level,Male,3.43,3.24,16,Mobile,1,No,3,FREE FIRE,Regular,Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 670 |
+
22,Master's Level,Male,3.12,4,16,PC,22,No,2,PUBG,Regular,Non Paid,6,negative,Excited,Excited to complete level,Yes,No,Yes
|
| 671 |
+
18,Bachelor Level,Female,3.75,5,20,Mobile,22,No,2,CALL OF DUTY,Regular,Paid,3,negative,Bored,Excited to complete level,No,Yes,No
|
| 672 |
+
22,Bachelor Level,Male,3.1,4.17,12,Mobile,0,Yes,4,PUBG,Not regular,Paid,0,positive,Excited,No feeling,No,Yes,Yes
|
| 673 |
+
22,Bachelor Level,Male,3.14,4.21,18,Mobile,22,Yes,6,IGA,Regular,Paid,1,negative,Excited,Excited to complete level,No,Yes,No
|
| 674 |
+
23,Bachelor Level,Male,3.82,4.5,12,"Mobile, PC",23,Yes,1,PUBG,Not regular,Non Paid,3,positive,Bored,No feeling,No,No,No
|
| 675 |
+
24,Bachelor Level,Female,2,4.04,21,PC,2,Yes,3,PES,Not regular,Paid,3,negative,Bored,Stressed,Yes,No,Yes
|
| 676 |
+
18,Bachelor Level,Male,4,4.78,20,Mobile,1,Yes,3,PUBG,Not regular,Paid,3,negative,Excited,Stressed,No,No,Yes
|
| 677 |
+
30,Master's Level,Male,3.87,4.5,20,PC,2,Yes,4,COC,Not regular,Paid,2,negative,Bored,No feeling,No,Yes,No
|
| 678 |
+
19,Bachelor Level,Male,2,4,18,PC,23,Yes,2,FREE FIRE,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 679 |
+
29,Master's Level,Female,3.48,3.03,21,Mobile,2,Yes,3,CALL OF DUTY,Not regular,Paid,2,negative,Excited,No feeling,Yes,Yes,No
|
| 680 |
+
20,Bachelor Level,Female,3,4,19,Mobile,2,Yes,6,IGA,Regular,Non Paid,4,negative,Bored,No feeling,No,No,Yes
|
| 681 |
+
24,Bachelor Level,Male,3,4.58,22,Mobile,0,No,8,PUBG,Not regular,Non Paid,4,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 682 |
+
24,Bachelor Level,Female,2.5,3.81,18,Mobile,22,Yes,5,PUBG,Regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,Yes
|
| 683 |
+
28,Master's Level,Male,3,3,22,PC,0,No,2,FIFA,Regular,Non Paid,2,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 684 |
+
19,Bachelor Level,Male,3,4.66,21,Mobile,22,No,3,IGA,Regular,Non Paid,2,negative,Excited,Stressed,Yes,No,Yes
|
| 685 |
+
20,Bachelor Level,Male,3.71,5,18,Mobile,1,Yes,3,CALL OF DUTY,Regular,Non Paid,2,negative,Excited,Stressed,No,No,No
|
| 686 |
+
26,Master's Level,Female,2.43,4,22,PC,2,Yes,4,COC,Not regular,Non Paid,3,negative,Bored,Excited to complete level,No,No,Yes
|
| 687 |
+
26,Master's Level,Male,2.61,4.03,24,Mobile,1,Yes,6,COC,Regular,Non Paid,3,positive,Bored,Excited to complete level,Yes,No,No
|
| 688 |
+
19,Bachelor Level,Male,3,4,19,Mobile,22,Yes,5,PES,Regular,Non Paid,2,negative,Excited,No feeling,No,Yes,Yes
|
| 689 |
+
27,Master's Level,Male,3.65,3,22,Mobile,2,No,4,FREE FIRE,Regular,Non Paid,3,negative,Excited,Excited to complete level,Yes,No,No
|
| 690 |
+
26,Master's Level,Male,3,3.18,22,Mobile,1,Yes,3,IGA,Not regular,Paid,3,positive,Bored,Stressed,Yes,Yes,No
|
| 691 |
+
27,Master's Level,Male,2.98,4,22,PC,0,Yes,2,FIFA,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 692 |
+
24,Master's Level,Male,2.72,4.41,19,Mobile,1,No,4,PES,Regular,Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 693 |
+
20,Bachelor Level,Female,3.37,4.75,20,Mobile,1,Yes,5,PUBG,Not regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 694 |
+
24,Bachelor Level,Female,3.1,4,21,Mobile,0,Yes,2,PUBG,Regular,Paid,4,negative,Excited,No feeling,Yes,Yes,No
|
| 695 |
+
20,Bachelor Level,Male,3,3.5,21,Mobile,2,No,6,FREE FIRE,Not regular,Non Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 696 |
+
30,Master's Level,Female,3.21,3.77,16,Mobile,0,Yes,4,COC,Regular,Paid,2,negative,Bored,No feeling,Yes,No,Yes
|
| 697 |
+
25,Bachelor Level,Female,3.47,4.23,21,Mobile,23,No,2,PES,Regular,Paid,3,positive,Excited,Stressed,No,Yes,Yes
|
| 698 |
+
28,Master's Level,Male,3,5,24,Mobile,22,Yes,5,COC,Regular,Non Paid,4,negative,Bored,Excited to complete level,Yes,No,No
|
| 699 |
+
24,Bachelor Level,Male,2,3.55,20,PC,23,No,4,FREE FIRE,Regular,Non Paid,2,positive,Excited,No feeling,No,No,No
|
| 700 |
+
19,Bachelor Level,Male,3,4.48,19,Mobile,23,No,3,FIFA,Not regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 701 |
+
21,Bachelor Level,Male,3.51,4,20,PC,1,No,2,IGA,Regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 702 |
+
23,Bachelor Level,Male,3,3.5,19,Mobile,23,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,No feeling,Yes,No,Yes
|
| 703 |
+
21,Bachelor Level,Female,4,3,19,PC,0,Yes,6,FREE FIRE,Not regular,Paid,3,negative,Bored,Stressed,Yes,Yes,No
|
| 704 |
+
24,Bachelor Level,Female,3.5,4,21,Mobile,23,No,6,FREE FIRE,Not regular,Non Paid,4,negative,Bored,No feeling,No,No,Yes
|
| 705 |
+
24,Bachelor Level,Female,3.02,3.11,18,PC,0,Yes,4,IGA,Not regular,Paid,1,negative,Excited,Stressed,Yes,Yes,Yes
|
| 706 |
+
23,Bachelor Level,Female,2,4,19,Mobile,2,No,4,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 707 |
+
20,Bachelor Level,Female,3.37,4.5,20,Mobile,1,Yes,5,PUBG,Not regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 708 |
+
21,Bachelor Level,Male,3,5,11,Mobile,2,No,5,FREE FIRE,Not regular,Paid,1,negative,Excited,Excited to complete level,No,Yes,No
|
| 709 |
+
24,Master's Level,Male,2.72,4.41,19,Mobile,1,No,4,PES,Regular,Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 710 |
+
19,Bachelor Level,Female,2.77,4.14,22,Mobile,22,No,6,FREE FIRE,Regular,Non Paid,2,negative,Excited,No feeling,Yes,Yes,Yes
|
| 711 |
+
26,Master's Level,Female,3.52,5,21,PC,22,No,5,COC,Not regular,Paid,3,positive,Bored,Excited to complete level,No,No,Yes
|
| 712 |
+
28,Master's Level,Male,2.45,4.91,20,PC,23,No,6,PES,Regular,Paid,3,negative,Excited,Excited to complete level,No,Yes,No
|
| 713 |
+
23,Bachelor Level,Male,2.9,3.33,20,PC,1,No,4,COC,Not regular,Paid,2,negative,Bored,Stressed,Yes,Yes,Yes
|
| 714 |
+
20,Bachelor Level,Female,2.58,4.91,14,Mobile,1,No,6,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,Stressed,Yes,Yes,No
|
| 715 |
+
23,Bachelor Level,Female,3.24,5,20,PC,2,No,4,PUBG,Not regular,Paid,3,negative,Bored,Stressed,No,Yes,Yes
|
| 716 |
+
21,Bachelor Level,Male,3,5,19,PC,22,No,4,IGA,Not regular,Paid,3,negative,Bored,Excited to complete level,No,No,No
|
| 717 |
+
27,Master's Level,Female,3.39,4.35,22,Mobile,23,No,4,COC,Regular,Paid,4,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 718 |
+
19,Bachelor Level,Female,3,4.83,20,PC,22,No,6,PES,Regular,Paid,4,negative,Bored,No feeling,Yes,Yes,Yes
|
| 719 |
+
21,Bachelor Level,Female,2.5,4,20,PC,1,Yes,4,IGA,Not regular,Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 720 |
+
22,Bachelor Level,Female,3.1,3.98,22,PC,22,Yes,2,PUBG,Regular,Paid,2,negative,Bored,Stressed,No,No,Yes
|
| 721 |
+
19,Bachelor Level,Male,2,4,18,PC,23,Yes,2,FREE FIRE,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 722 |
+
24,Master's Level,Male,3.04,4.32,20,Mobile,22,Yes,2,PUBG,Regular,Non Paid,3,negative,Bored,No feeling,Yes,No,No
|
| 723 |
+
28,Master's Level,Male,3.23,4.54,22,PC,0,Yes,5,CALL OF DUTY,Regular,Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 724 |
+
27,Master's Level,Male,4,4.72,20,PC,0,No,2,FREE FIRE,Not regular,Paid,4,positive,Bored,Excited to complete level,Yes,No,No
|
| 725 |
+
22,Bachelor Level,Female,3,3.74,19,PC,1,No,2,COC,Not regular,Paid,3,negative,Excited,No feeling,Yes,Yes,No
|
| 726 |
+
27,Master's Level,Male,4,2.33,24,Mobile,23,No,4,PES,Not regular,Non Paid,4,negative,Excited,No feeling,No,No,Yes
|
| 727 |
+
23,Bachelor Level,Male,2.8,2.92,17,Mobile,0,Yes,1,PUBG,Not regular,Non Paid,3,positive,Bored,No feeling,No,Yes,No
|
| 728 |
+
26,Master's Level,Female,3,4.03,21,PC,23,No,5,CALL OF DUTY,Regular,Non Paid,4,negative,Excited,Excited to complete level,No,No,No
|
| 729 |
+
24,Bachelor Level,Female,3,4.04,20,Mobile,22,No,5,CALL OF DUTY,Not regular,Paid,3,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 730 |
+
22,Bachelor Level,Male,2.9,4.2,19,PC,22,No,5,FREE FIRE,Not regular,Paid,4,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 731 |
+
28,Master's Level,Male,3.35,5,21,PC,0,No,2,FIFA,Not regular,Paid,2,negative,Excited,Stressed,Yes,No,No
|
| 732 |
+
29,Master's Level,Female,3.86,4,24,Mobile,1,No,2,IGA,Not regular,Paid,1,negative,Bored,Excited to complete level,Yes,Yes,Yes
|
| 733 |
+
18,Bachelor Level,Male,2.31,4,20,PC,2,Yes,2,PUBG,Not regular,Non Paid,4,negative,Bored,Stressed,No,Yes,No
|
| 734 |
+
25,Master's Level,Male,3.69,5,17,Mobile,1,Yes,3,PUBG,Regular,Non Paid,4,negative,Excited,Excited to complete level,Yes,No,Yes
|
| 735 |
+
21,Bachelor Level,Female,4,4.5,21,Mobile,0,Yes,4,PES,Not regular,Non Paid,4,negative,Excited,Stressed,Yes,Yes,No
|
| 736 |
+
21,Bachelor Level,Male,3.77,5,18,PC,22,No,2,IGA,Not regular,Paid,2,negative,Excited,Stressed,Yes,Yes,Yes
|
| 737 |
+
24,Bachelor Level,Female,3,4,19,PC,22,No,5,PES,Regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 738 |
+
20,Bachelor Level,Male,3.46,4.95,22,PC,0,Yes,4,PUBG,Regular,Non Paid,4,negative,Bored,Excited to complete level,No,No,No
|
| 739 |
+
28,Master's Level,Male,2.27,3,21,PC,22,Yes,2,CALL OF DUTY,Not regular,Paid,2,positive,Bored,Excited to complete level,No,No,Yes
|
| 740 |
+
21,Bachelor Level,Male,3.1,4.14,19,Mobile,0,Yes,6,FIFA,Not regular,Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 741 |
+
24,Bachelor Level,Female,4,4.04,20,Mobile,22,No,5,CALL OF DUTY,Not regular,Paid,3,negative,Excited,Excited to complete level,Yes,Yes,No
|
| 742 |
+
27,Master's Level,Male,2.79,3.36,20,Mobile,0,Yes,2,PUBG,Not regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 743 |
+
24,Master's Level,Female,3.81,3.34,16,Mobile,0,No,4,IGA,Regular,Paid,4,positive,Excited,Stressed,Yes,No,No
|
| 744 |
+
18,Bachelor Level,Male,2,3.75,20,PC,1,No,3,CALL OF DUTY,Not regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 745 |
+
25,Master's Level,Male,2.04,3,22,Mobile,0,Yes,5,CALL OF DUTY,Not regular,Paid,4,negative,Excited,Excited to complete level,Yes,No,No
|
| 746 |
+
30,Master's Level,Female,3.84,4.83,18,Mobile,22,No,4,COC,Not regular,Paid,2,negative,Bored,Excited to complete level,No,Yes,No
|
| 747 |
+
23,Bachelor Level,Female,3,4.5,19,Mobile,2,No,4,CALL OF DUTY,Not regular,Non Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 748 |
+
27,Master's Level,Female,3.39,2.35,22,Mobile,23,No,4,COC,Regular,Paid,4,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 749 |
+
24,Bachelor Level,Female,2.5,3.6,20,Mobile,22,Yes,3,IGA,Regular,Non Paid,2,positive,Bored,Excited to complete level,Yes,No,No
|
| 750 |
+
24,Bachelor Level,Female,3,4,18,PC,0,No,3,PUBG,Not regular,Paid,4,negative,Bored,No feeling,No,Yes,Yes
|
| 751 |
+
28,Master's Level,Male,3,4,23,Mobile,1,Yes,6,FREE FIRE,Regular,Non Paid,2,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 752 |
+
25,Master's Level,Male,3.3,3,20,PC,23,Yes,1,PUBG,Regular,Non Paid,4,positive,Excited,Excited to complete level,Yes,Yes,Yes
|
| 753 |
+
23,Bachelor Level,Female,2.6,5,20,Mobile,1,Yes,6,COC,Not regular,Paid,3,negative,Excited,No feeling,No,No,Yes
|
| 754 |
+
28,Master's Level,Male,2.6,4.46,24,Mobile,22,Yes,4,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,No,No
|
| 755 |
+
28,Master's Level,Female,3.1,4,24,PC,0,Yes,4,IGA,Not regular,Paid,4,negative,Excited,Excited to complete level,No,Yes,No
|
| 756 |
+
26,Master's Level,Male,2.2,4.29,24,Mobile,22,No,2,FIFA,Not regular,Non Paid,4,negative,Bored,Stressed,No,Yes,No
|
| 757 |
+
26,Master's Level,Male,3,3.18,22,Mobile,1,Yes,3,IGA,Not regular,Paid,3,positive,Bored,Stressed,Yes,Yes,No
|
| 758 |
+
23,Bachelor Level,Male,4,5,10,PC,1,No,3,CALL OF DUTY,Not regular,Non Paid,7,positive,Excited,Stressed,Yes,Yes,Yes
|
| 759 |
+
24,Bachelor Level,Male,2.4,3.98,18,PC,2,No,4,COC,Regular,Paid,4,negative,Bored,Excited to complete level,Yes,Yes,No
|
| 760 |
+
26,Master's Level,Female,4,5,21,Mobile,22,No,3,CALL OF DUTY,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 761 |
+
20,Bachelor Level,Female,3.8,4,17,Mobile,1,Yes,6,PES,Not regular,Paid,3,positive,Excited,Excited to complete level,No,Yes,Yes
|
| 762 |
+
18,Bachelor Level,Male,4,4.22,21,Mobile,0,No,3,FREE FIRE,Regular,Non Paid,4,negative,Bored,Stressed,No,No,No
|
| 763 |
+
22,Bachelor Level,Female,3.35,4.16,17,PC,2,No,6,FIFA,Not regular,Paid,2,positive,Excited,Stressed,Yes,No,No
|
| 764 |
+
20,Bachelor Level,Female,3.06,4.8,24,Mobile,23,Yes,2,FREE FIRE,Not regular,Paid,3,negative,Excited,Stressed,Yes,No,No
|
| 765 |
+
22,Bachelor Level,Male,2,4.32,21,Mobile,23,Yes,3,FREE FIRE,Not regular,Paid,2,positive,Excited,Stressed,No,No,No
|
| 766 |
+
18,Bachelor Level,Male,4,3.78,20,Mobile,1,Yes,3,PUBG,Not regular,Paid,3,negative,Excited,Stressed,No,No,Yes
|
| 767 |
+
24,Bachelor Level,Female,3.05,4.08,20,PC,1,Yes,6,PES,Regular,Paid,4,negative,Bored,Stressed,Yes,Yes,No
|
| 768 |
+
23,Bachelor Level,Male,2.77,4.71,18,Mobile,0,Yes,3,COC,Regular,Paid,2,negative,Excited,No feeling,No,Yes,No
|
| 769 |
+
24,Bachelor Level,Female,2.56,4.13,20,PC,22,No,6,IGA,Regular,Paid,3,positive,Bored,No feeling,No,No,No
|
| 770 |
+
21,Bachelor Level,Male,2,3.82,21,PC,0,Yes,4,PES,Not regular,Non Paid,4,positive,Excited,No feeling,No,No,Yes
|
| 771 |
+
24,Bachelor Level,Male,3,3.55,20,PC,23,No,4,FREE FIRE,Regular,Non Paid,2,positive,Excited,No feeling,No,No,No
|
| 772 |
+
24,Bachelor Level,Female,3,4,19,PC,22,No,5,PES,Regular,Non Paid,2,negative,Bored,Excited to complete level,Yes,No,No
|
| 773 |
+
21,Bachelor Level,Male,3.34,4,22,PC,1,No,3,CALL OF DUTY,Not regular,Paid,3,negative,Bored,Stressed,Yes,No,Yes
|
| 774 |
+
18,Bachelor Level,Male,2,3.8,19,Mobile,0,Yes,6,COC,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 775 |
+
22,Bachelor Level,Female,3.68,5,17,Mobile,22,Yes,2,PUBG,Regular,Non Paid,3,negative,Excited,Stressed,Yes,Yes,No
|
| 776 |
+
20,Bachelor Level,Female,3.94,4.25,18,PC,23,Yes,3,PUBG,Not regular,Paid,2,positive,Bored,Excited to complete level,No,Yes,No
|
| 777 |
+
19,Bachelor Level,Male,3,3,21,PC,1,Yes,3,PES,Regular,Paid,3,positive,Excited,No feeling,Yes,No,No
|
| 778 |
+
25,Bachelor Level,Female,3.47,4,21,Mobile,23,No,2,PES,Regular,Paid,3,positive,Excited,Stressed,No,Yes,Yes
|
| 779 |
+
21,Bachelor Level,Male,3,4.55,19,Mobile,23,No,3,FREE FIRE,Regular,Paid,2,positive,Bored,No feeling,No,No,Yes
|
| 780 |
+
21,Bachelor Level,Male,2,3.5,20,Mobile,2,Yes,4,IGA,Regular,Paid,3,positive,Bored,Excited to complete level,Yes,No,No
|
| 781 |
+
28,Master's Level,Male,3.79,3.87,16,Mobile,23,No,4,CALL OF DUTY,Not regular,Paid,3,negative,Excited,No feeling,No,Yes,Yes
|
| 782 |
+
20,Bachelor Level,Female,3.04,4,20,Mobile,1,No,3,FIFA,Not regular,Non Paid,3,negative,Excited,Stressed,No,Yes,No
|
| 783 |
+
21,Bachelor Level,Female,2.72,5,16,PC,1,Yes,2,FIFA,Regular,Paid,2,negative,Excited,No feeling,Yes,Yes,No
|
| 784 |
+
26,Master's Level,Female,3.21,3,21,Mobile,22,No,3,CALL OF DUTY,Regular,Paid,2,negative,Bored,No feeling,No,No,No
|
| 785 |
+
23,Bachelor Level,Male,3.33,4.5,15,Mobile,0,Yes,2,PUBG,Regular,Non Paid,5,positive,Excited,Excited to complete level,Yes,Yes,No
|
| 786 |
+
28,Master's Level,Male,2.27,3,21,PC,22,Yes,2,CALL OF DUTY,Not regular,Paid,2,positive,Bored,Excited to complete level,No,No,Yes
|
| 787 |
+
22,Master's Level,Male,2.5,4.4,23,Mobile,4,Yes,5,PUBG,Regular,Paid,2,negative,Excited,Stressed,Yes,Yes,No
|
| 788 |
+
23,Bachelor Level,Female,3.85,3.95,18,PC,1,No,4,FREE FIRE,Regular,Paid,2,negative,Bored,Excited to complete level,Yes,No,Yes
|
| 789 |
+
27,Master's Level,Male,4,4.45,21,PC,22,No,3,IGA,Regular,Non Paid,4,positive,Bored,Excited to complete level,Yes,Yes,Yes
|
| 790 |
+
21,Bachelor Level,Male,3.4,4.09,18,PC,1,No,4,PES,Regular,Non Paid,4,positive,Excited,Stressed,No,No,No
|
| 791 |
+
20,Bachelor Level,Female,2.38,4.9,19,PC,1,No,5,FIFA,Regular,Paid,2,negative,Excited,Stressed,No,No,Yes
|
| 792 |
+
20,Bachelor Level,Male,3.91,5,20,Mobile,0,Yes,4,PES,Not regular,Paid,2,positive,Bored,No feeling,Yes,Yes,Yes
|