-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlarge_data.json
More file actions
51 lines (51 loc) · 1005 Bytes
/
large_data.json
File metadata and controls
51 lines (51 loc) · 1005 Bytes
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
[
{
"name": "Ashley Cole",
"gender": "Female",
"major": "Computer Science",
"age": 21,
"GPA": 3.8
},
{
"name": "Michael Smith",
"gender": "Male",
"major": "Mathematics",
"age": 22,
"GPA": 3.6
},
{
"name": "Jessica Johnson",
"gender": "Female",
"major": "Physics",
"age": 20,
"GPA": 3.9
},
{
"name": "David Brown",
"gender": "Male",
"major": "Chemistry",
"age": 23,
"GPA": 3.7
},
{
"name": "Emily Davis",
"gender": "Female",
"major": "Biology",
"age": 21,
"GPA": 3.85
},
{
"name": "Daniel Wilson",
"gender": "Male",
"major": "Computer Science",
"age": 22,
"GPA": 3.75
},
{
"name": "Sophia Martinez",
"gender": "Female",
"major": "Mathematics",
"age": 20,
"GPA": 3.95
}
]