Skip to content

Commit dccf59c

Browse files
authored
Update analyze-twitch-data-with-sqlite.mdx
1 parent 9dd562b commit dccf59c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The column names are:
9898
And the **streamers2024.csv** data looks like:
9999

100100
```output
101-
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
101+
rank, name, language, type, most_streamed_game, 2nd_most_streamed_game, average_stream_duration, followers_gained_per_stream, avg_viewer_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
102102
1, kaicenat, English, personality, Just Chatting, I'm Only Sleeping, 7.6, 18405, 15852, 2.3, 4698, 10600000, 9150000, 194, 3.6, Friday, Saturday
103103
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
104104
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
@@ -109,23 +109,23 @@ RANK, NAME, LANGUAGE, TYPE, MOST_STREAMED_GAME, 2ND_MOST_STREAMED_GAME, AVERAGE_
109109

110110
The column names are:
111111

112-
- `RANK`
113-
- `NAME`
114-
- `LANGUAGE`
115-
- `TYPE`
116-
- `MOST_STREAMED_GAME`
117-
- `2ND_MOST_STREAMED_GAME`
118-
- `AVERAGE_STREAM_DURATION`
119-
- `FOLLOWERS_GAINED_PER_STREAM`
120-
- `AVG_VIEWERS_PER_STREAM`
121-
- `AVG_GAMES_PER_STREAM`
122-
- `TOTAL_TIME_STREAMED`
123-
- `TOTAL_FOLLOWERS`
124-
- `TOTAL_VIEWS`
125-
- `TOTAL_GAMES_STREAMED`
126-
- `ACTIVE_DAYS_PER_WEEK`
127-
- `MOST_ACTIVE_DAY`
128-
- `DAY_WITH_MOST_FOLLOWERS_GAINED`
112+
- `rank`
113+
- `name`
114+
- `language`
115+
- `type`
116+
- `most_streamed_game`
117+
- `2nd_most_streamed_game`
118+
- `average_stream_duration` (minutes)
119+
- `followers_gained_per_stream`
120+
- `avg_viewers_per_stream`
121+
- `avg_games_per_stream`
122+
- `total_time_streamed`
123+
- `total_followers`
124+
- `total_views`
125+
- `total_games_streamed`
126+
- `active_days_per_week`
127+
- `most_active_day`
128+
- `day_with_most_followers_gained`
129129

130130
Go in an update all the column names to lowercase.
131131

0 commit comments

Comments
 (0)