<?xml version='1.0' encoding='UTF-8'?><metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns="http://dublincore.org/documents/dcmi-terms/"><dcterms:title>Twitch.tv Chat Log Data</dcterms:title><dcterms:identifier>https://doi.org/10.7910/DVN/VE0IVQ</dcterms:identifier><dcterms:creator>Kim, Jeongmin</dcterms:creator><dcterms:publisher>Harvard Dataverse</dcterms:publisher><dcterms:issued>2019-01-16</dcterms:issued><dcterms:modified>2019-08-01T10:43:28Z</dcterms:modified><dcterms:description>Collection of chat log of 2,162 Twitch streaming videos by 52 streamers. Time period of target streaming video is from 2018-04-24 to 2018-06-24.&lt;br>&#xd;
&lt;br>&#xd;
Description of columns follows below:&lt;br>&#xd;
body: Actual text for user chat&lt;br>&#xd;
channel_id: Channel identifier (integer)&lt;br>&#xd;
commenter_id: User identifier (integer)&lt;br>&#xd;
commenter_type: User type (character)&lt;br>&#xd;
created_at: Time of when chat was entered (ISO 8601 date and time)&lt;br>&#xd;
fragments: Chat text including parsing information of Twitch emote (JSON list)&lt;br>&#xd;
offset: Time offset between start time of video stream and the time of when chat was entered (float)&lt;br>&#xd;
updated_at: Time of when chat was edited (ISO 8601 date and time)&lt;br>&#xd;
video_id: Video identifier (integer)&lt;br>&#xd;
&lt;br>&#xd;
File name indicates name of Twitch stream channel.&lt;br>&#xd;
This dataset is saved as python3 pandas.DataFrame with python pickle format.&lt;br>&#xd;
&lt;code>&#xd;
import pandas as pd&lt;br>&#xd;
pd.read_pickle('ninja.pkl')&lt;br>&#xd;
&lt;/code></dcterms:description><dcterms:subject>Social Sciences</dcterms:subject><dcterms:date>2019-01-16</dcterms:date><dcterms:contributor>Kim, Jeongmin</dcterms:contributor><dcterms:dateSubmitted>2019-01-16</dcterms:dateSubmitted><dcterms:license>CC0 1.0</dcterms:license></metadata>