<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"><identifier identifierType="DOI">10.7910/DVN/VE0IVQ</identifier><creators><creator><creatorName nameType="Personal">Kim, Jeongmin</creatorName><givenName>Jeongmin</givenName><familyName>Kim</familyName><affiliation>Korea Advance Institute of Science and Technology</affiliation></creator></creators><titles><title>Twitch.tv Chat Log Data</title></titles><publisher>Harvard Dataverse</publisher><publicationYear>2019</publicationYear><subjects><subject>Social Sciences</subject></subjects><contributors><contributor contributorType="ContactPerson"><contributorName nameType="Organizational">Kim, Jeongmin</contributorName><affiliation>Korea Advance Institute of Science and Technology</affiliation></contributor></contributors><dates><date dateType="Submitted">2019-01-16</date><date dateType="Updated">2019-08-01</date></dates><resourceType resourceTypeGeneral="Dataset"/><sizes><size>2274216126</size></sizes><formats><format>application/x-7z-compressed</format></formats><version>2.0</version><rightsList><rights rightsURI="info:eu-repo/semantics/openAccess"/><rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0">CC0 1.0</rights></rightsList><descriptions><description descriptionType="Abstract">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></description></descriptions><geoLocations/></resource>