You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/analyze-twitch-data-with-sqlite/analyze-twitch-data-with-sqlite.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,6 @@ Here are some of mine:
296
296
-_Who were the hottest rising streamers in 2021?_
297
297
-_What are the most popular games in the stream table?_
298
298
-_These are some big numbers from the game League of Legends (also known as LoL). Where are these LoL stream viewers located?_
299
-
-_The player column contains the source the user is using to view the stream (site, iPhone, Android, etc). Create a list of players and their number of streamers._
300
299
301
300
Let’s go through each of these one by one.
302
301
@@ -464,9 +463,10 @@ Lastly, filter the result with only the users in your country using a `WHERE` cl
464
463
465
464
So now that we have done, let’s write down everything that we found thus far:
466
465
467
-
> The top games on Twitch are [fill in].
468
-
> The top country for League is [fill in].
469
-
> The best hour to stream is [fill in].
466
+
- The average viewers per stream for the top 1,000 streamers in 2021 is 4,776 viewers.
467
+
- The rising stars in 2021 are auronplay, Rubius, TheGrefg, Bugha, and pokimane.
468
+
- The top country for League is [fill in].
469
+
- The best hour to stream is [fill in].
470
470
471
471
This is a solid report. If you want to visualize it, you can use [Python](https://codedex.io/python), [NumPy](https://www.codedex.io/numpy), [Pandas](https://www.codedex.io/pandas), Matplotlib or Google Sheets / Microsoft Excel.
472
472
@@ -484,12 +484,12 @@ Some other ideas include:
484
484
- Can you _compare_ the two datasets? How are streamers in 2024 different from 2021 ones? Hint: Use a `JOIN` or a `UNION`.
485
485
- Any other questions that you might have?
486
486
487
-
Share your projects with the team [@codedex_io](https://www.twitter.com/codedex_io) and me, [@sonnynomnom](https://www.twitter.com/sonnynomnom) on Twitter/X if you find out something interesting! ✨
487
+
Share your projects on GitHub or a video format in Project Showcase if you find out something even more interesting! ✨
0 commit comments