-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_types.txt
114 lines (106 loc) · 3.16 KB
/
data_types.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
epic_players.csv datatypes:
--------------------------------------------------
id : string
name : string
username : string
age : integer
dob : date
email : string
phone : string
library : list
favorites : string
payment_method : string
country : string
total_hrs_played : float
avg_rating_given : float
content_creators.csv datatypes:
--------------------------------------------------
ID : string
Name : string
Country : string
Type_of_Content : string
Average_Views : integer
Revenue : float
Primary_Game : string
steam_games.csv datatypes:
--------------------------------------------------
id : string
Name : string
Release date : date
Estimated owners : integer
Peak CCU : integer
Required age : string
Price : float
DLC count : integer
About the game : list
Supported languages : list
Full audio languages : list
Reviews : list
Header image : string
Website : string
Support url : string
Support email : string
Windows : boolean
Mac : boolean
Linux : boolean
Achievements : integer
Average hours played : float
Developers : string
Publishers : string
Categories : list
Genres : list
Tags : list
Screenshots : list
Movies : list
epic_games.csv datatypes:
--------------------------------------------------
game_id : integer
name : string
game_slug : string
price : float
release_date : date
platform : string
description : list
developer : string
publisher : string
genres : list
Average hours played : float
steam_players.csv datatypes:
--------------------------------------------------
id : string
name : string
username : string
age : integer
dob : date
email : string
phone : string
library : list
favorites : list
payment_method : string
country : string
total_hrs_played : float
avg_rating_given : float
developers.csv datatypes:
--------------------------------------------------
Developer : string
Active : integer
City : string
Country : string
Est. : date
Notable games, series or franchises : list
Notes : string
modders.csv datatypes:
--------------------------------------------------
ID : string
Name : string
Type_of_Mod : string
Country : string
Primary_Game : string
publishers.csv datatypes:
--------------------------------------------------
Publisher : string
Headquarters : list
Est. : integer
Notable games published : list
Notes : string
Active : integer