Skip to content

Commit 2d8c603

Browse files
committed
2 parents bb7d455 + 549a419 commit 2d8c603

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

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

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ Tfue, 3671000070, 123660, 285644, 29602, 8938903, 206842478998587, False
8383

8484
The column names are:
8585

86-
- Channel
87-
- Watch time
88-
- Stream time
89-
- Peak viewers
90-
- Average viewers
91-
- Followers
92-
- Followers gained
93-
- Views gained
94-
- Partnered
95-
- Mature
96-
- Language
86+
- `Channel`
87+
- `Watch time`
88+
- `Stream time`
89+
- `Peak viewers`
90+
- `Average viewers`
91+
- `Followers`
92+
- `Followers gained`
93+
- `Views gained`
94+
- `Partnered`
95+
- `Mature`
96+
- `Language`
9797

9898
And the **streamers2024.csv** data looks like:
9999

@@ -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`
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
There are 1,001 rows in each of the datasets because there is 1 column for the headings and 1,000 streamers each!
131131

0 commit comments

Comments
 (0)