<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns="http://datacite.org/schema/kernel-4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.5/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="Personal">Kim, Jeongmin</contributorName>
      <givenName>Jeongmin</givenName>
      <familyName>Kim</familyName>
      <affiliation>Korea Advance Institute of Science and Technology</affiliation>
    </contributor>
  </contributors>
  <dates>
    <date dateType="Submitted">2019-01-16</date>
    <date dateType="Available">2019-01-16</date>
    <date dateType="Updated">2019-08-01</date>
  </dates>
  <resourceType resourceTypeGeneral="Dataset"/>
  <relatedIdentifiers>
    <relatedIdentifier relationType="HasPart" relatedIdentifierType="DOI">10.7910/DVN/VE0IVQ/5VNGY6</relatedIdentifier>
  </relatedIdentifiers>
  <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" rightsIdentifier="CC0-1.0" rightsIdentifierScheme="SPDX" schemeURI="https://spdx.org/licenses/" xml:lang="en">Creative Commons CC0 1.0 Universal Public Domain Dedication.</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.&amp;lt;br&amp;gt;&#13;
&amp;lt;br&amp;gt;&#13;
Description of columns follows below:&amp;lt;br&amp;gt;&#13;
body: Actual text for user chat&amp;lt;br&amp;gt;&#13;
channel_id: Channel identifier (integer)&amp;lt;br&amp;gt;&#13;
commenter_id: User identifier (integer)&amp;lt;br&amp;gt;&#13;
commenter_type: User type (character)&amp;lt;br&amp;gt;&#13;
created_at: Time of when chat was entered (ISO 8601 date and time)&amp;lt;br&amp;gt;&#13;
fragments: Chat text including parsing information of Twitch emote (JSON list)&amp;lt;br&amp;gt;&#13;
offset: Time offset between start time of video stream and the time of when chat was entered (float)&amp;lt;br&amp;gt;&#13;
updated_at: Time of when chat was edited (ISO 8601 date and time)&amp;lt;br&amp;gt;&#13;
video_id: Video identifier (integer)&amp;lt;br&amp;gt;&#13;
&amp;lt;br&amp;gt;&#13;
File name indicates name of Twitch stream channel.&amp;lt;br&amp;gt;&#13;
This dataset is saved as python3 pandas.DataFrame with python pickle format.&amp;lt;br&amp;gt;&#13;
&amp;lt;code&amp;gt;&#13;
import pandas as pd&amp;lt;br&amp;gt;&#13;
pd.read_pickle(&amp;apos;ninja.pkl&amp;apos;)&amp;lt;br&amp;gt;&#13;
&amp;lt;/code&amp;gt;</description>
  </descriptions>
</resource>
