Top Streamers On Twitch
This contains data of Top 1000 Streamers from past year.
@kaggle.aayushmishra1512_twitchdata
This contains data of Top 1000 Streamers from past year.
@kaggle.aayushmishra1512_twitchdata
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
);
Anyone who has the link will be able to view this.