Skip to content

Commit 41ba22c

Browse files
authored
Update analyze-twitch-data-with-sqlite.mdx
1 parent aff6e23 commit 41ba22c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/analyze-twitch-data-with-sqlite/analyze-twitch-data-with-sqlite.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ Tfue, 3671000070, 123660, 285644, 29602, 8938903, 206842478998587, False
7979
... and so on
8080
```
8181

82+
And the **streamers2024.csv** data looks like:
83+
84+
```output
85+
RANK, NAME, LANGUAGE, TYPE, MOST_STREAMED_GAME, 2ND_MOST_STREAMED_GAME, AVERAGE_STREAM_DURATION, FOLLOWERS_GAINED_PER_STREAM, AVG_VIEWERS_PER_STREAM, AVG_GAMES_PER_STREAM, TOTAL_TIME_STREAMED, TOTAL_FOLLOWERS, TOTAL_VIEWS, TOTAL_GAMES_STREAMED, ACTIVE_DAYS_PER_WEEK, MOST_ACTIVE_DAY, DAY_WITH_MOST_FOLLOWERS_GAINED
86+
1, kaicenat, English, personality, Just Chatting, I'm Only Sleeping, 7.6, 18405, 15852, 2.3, 4698, 10600000, 9150000, 194, 3.6, Friday, Saturday
87+
2, jynxzi, English, personality, Tom Clancy's Rainbow Six Siege, NBA 2K20, 5.4, 3386,1145,1.2,8407,5760000,1950000,54,5.6,Tuesday,Sunday
88+
3, caedrel, English, personality, League of Legends, I'm Only Sleeping, 6.3, 689, 12331,1.3,6728,797000,14200000,111,2.8,Thursday,Sunday
89+
4, caseoh_, English, personality, NBA 2K23, Just Chatting, 4.6, 7185,0,3.6,2554,4220000,53,385,6.2,Friday,Monday
90+
5, ibai, Spanish, personality, Just Chatting, League of Legends, 4.1, 8289, 190714, 1.5,6865,15600000,359000000,149,4.3,Wednesday,Saturday
91+
... and so on
92+
```
93+
8294
There are 1,001 rows in each of the datasets because there is 1 column for the headings and 1,000 streamers each!
8395

8496
Let’s move back into our terminal and start the database.

0 commit comments

Comments
 (0)