This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formatted JSON Data | |
{ | |
"notes":"data is an array of arrays (rows), column names for rows in row_headers", | |
"row_headers":[ | |
"Rank", | |
"Time Spent (seconds)", | |
"Number of People", | |
"Activity", | |
"Category", | |
"Productivity" | |
], | |
"rows":[ | |
[ | |
1, | |
1536, | |
1, | |
"en.0wikipedia.org", | |
"Uncategorized", | |
0 | |
], | |
[ | |
2, | |
1505, | |
1, | |
"youtube.com", | |
"Video", | |
-2 | |
], | |
[ | |
3, | |
1178, | |
1, | |
"OpenOffice", | |
"Writing", | |
2 | |
], | |
[ | |
4, | |
709, | |
1, | |
"moodle.bilkent.edu.tr", | |
"General Reference \u0026 Learning", | |
2 | |
], | |
[ | |
5, | |
602, | |
1, | |
"google.com.tr", | |
"Search", | |
2 | |
], | |
[ | |
6, | |
439, | |
1, | |
"reddit.com", | |
"General News \u0026 Opinion", | |
-2 | |
], | |
[ | |
7, | |
437, | |
1, | |
"tr.sharelatex.com", | |
"Writing", | |
2 | |
], | |
[ | |
8, | |
361, | |
1, | |
"yemeksepeti.com", | |
"General Shopping", | |
-2 | |
], | |
[ | |
9, | |
356, | |
1, | |
"Gmail", | |
"Email", | |
0 | |
], | |
[ | |
10, | |
328, | |
1, | |
"Google Chrome", | |
"Browsers", | |
0 | |
], | |
[ | |
11, | |
207, | |
1, | |
"stars.bilkent.edu.tr", | |
"General Reference \u0026 Learning", | |
2 | |
], | |
[ | |
12, | |
179, | |
1, | |
"whatsapp", | |
"Instant Message", | |
-1 | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment