Baselight

Top Streamers On Twitch

This contains data of Top 1000 Streamers from past year.

@kaggle.aayushmishra1512_twitchdata

Twitchdata Update
@kaggle.aayushmishra1512_twitchdata.twitchdata_update

  • 63.87 KB
  • 1000 rows
  • 11 columns
channel

Channel

watch_time_minutes

Watch Time(Minutes)

stream_time_minutes

Stream Time(minutes)

peak_viewers

Peak Viewers

average_viewers

Average Viewers

followers

Followers

followers_gained

Followers Gained

views_gained

Views Gained

partnered

Partnered

mature

Mature

language

Language

xQcOW6196161750215250222720277163246298173481093036735trueEnglish
summit1g6091677300211845310998256105310163137018489705964trueEnglish
Gaules56445909155152803873151097617676351023779102611607truetruePortuguese
ESL_CSGO397031814051774030057577143944850703986106546942trueEnglish
Tfue3671000070123660285644296028938903206842478998587trueEnglish
Asmongold36687990758226026372042414156343855420161715781trueEnglish
NICKMERCS3360675195136275115633241814074287108982446084211trueEnglish
Fextralife33018674851478856879518985508816425468670137548trueEnglish
loltyler129283569401224908938722381353076795173051349926trueEnglish
Anomaly286542991592880125408123772607076153268936350662trueEnglish

CREATE TABLE twitchdata_update (
  "channel" VARCHAR,
  "watch_time_minutes" BIGINT,
  "stream_time_minutes" BIGINT,
  "peak_viewers" BIGINT,
  "average_viewers" BIGINT,
  "followers" BIGINT,
  "followers_gained" BIGINT,
  "views_gained" BIGINT,
  "partnered" BOOLEAN,
  "mature" BOOLEAN,
  "language" VARCHAR
);

Share link

Anyone who has the link will be able to view this.