Skip to content

Commit ad12ef1

Browse files
author
Sonny Li
committed
Update
1 parent e680106 commit ad12ef1

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

yelp/README.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Codecademy + Twitch
2+
3+
https://www.codecademy.com/courses/dspath-twitch/articles/twitch-project
4+
5+
[Twitch.tv](www.twitch.tv) is the world's leading video platform and community where millions of people and thousands of interests collide in a beautiful explosion of video games, pop culture, and conversation.
6+
7+
In the Data Science Path Cumulative Project, we have partnered with the [Twitch Science Team](https://science.twitch.tv/) and we were given a scrubbed dataset (800,000 rows) that describe user engagmeent with Twitch stream and Twitch chat on January 1st, 2015:
8+
9+
- [x] [`stream.csv`](stream.csv)
10+
- [x] [`chat.csv`](chat.csv)
11+
12+
The `stream.csv` has the following fields:
13+
14+
Headers | Description |
15+
--- | --- |
16+
`time` | date and time (YYYY-MM-DD HH:MM:SS)
17+
`device_id` | device ID
18+
`login` | login ID
19+
`channel` | streamer name
20+
`country` | country name abbreviation
21+
`player` | streamed device
22+
`game` | game name
23+
`stream_format` | stream quality
24+
`subscriber` | is the viewer a subscriber? (true/false)
25+
26+
The `chat.csv` has the following fields:
27+
28+
Headers | Description |
29+
--- | --- |
30+
`time` | date and time (YYYY-MM-DD HH:MM:SS)
31+
`device_id` | device ID
32+
`login` | login ID
33+
`channel` | streamer name
34+
`country` | country name abbreviation
35+
`player` | chat device
36+
`game` | game name
37+
38+
---
39+
40+
Thank you Twitch Science Team for this partnership and especially:
41+
42+
- [June Dershewitz](https://twitter.com/jdersh), Head of Data Governance & Analytics, Twitch
43+
- [Sharmeen Browarek](https://www.linkedin.com/in/sharmeenbrowarek/), Product Manager, Twitch
44+
- [Carson Forter](https://twitter.com/carsonforter), Data Scientist, Twitch

0 commit comments

Comments
 (0)