Skip to content

Commit 9dd562b

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ Here are some of mine:
296296
- _Who were the hottest rising streamers in 2021?_
297297
- _What are the most popular games in the stream table?_
298298
- _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._
300299

301300
Let’s go through each of these one by one.
302301

@@ -464,9 +463,10 @@ Lastly, filter the result with only the users in your country using a `WHERE` cl
464463

465464
So now that we have done, let’s write down everything that we found thus far:
466465

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].
470470

471471
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.
472472

@@ -484,12 +484,12 @@ Some other ideas include:
484484
- Can you _compare_ the two datasets? How are streamers in 2024 different from 2021 ones? Hint: Use a `JOIN` or a `UNION`.
485485
- Any other questions that you might have?
486486

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! ✨
488488

489489
## More Resources
490490

491-
- Solution code
492-
- Kaggle
491+
- Solution code (coming soon)
492+
- [Kaggle](https://www.kaggle.com)
493493

494494

495495

0 commit comments

Comments
 (0)