Dataset Viewer
Auto-converted to Parquet Duplicate
created
timestamp[ms]date
2013-01-01 00:00:00
2017-12-31 00:00:00
channel
stringclasses
2 values
text
stringlengths
17
127k
2013-01-01T00:00:00
#ubuntu-uk
[00:00] <penguin42> Happy new year! [00:00] <neuro> happy new year folks! [00:00] <daftykins> +1 [00:00] <Azelphur> happy new year :p [00:01] <daftykins> yes irssi, day changed indeed. [00:01] <Azelphur> good news everyone, we didn't die [00:03] <daftykins> bad news, yet [00:03] <neuro> and one of my potential new year...
2013-01-01T00:00:00
#ubuntu-nl
[10:41] <Guest23768> goede morgen [10:41] <NReijmersdal> morgen [10:43] <Guest23768> ik hebt vraag over ubuntu 12.10 [10:44] <NReijmersdal> en die is? [10:46] <Guest23768> het beeld gaat zwart en ik hebt alles nooit staan hoe kan ik verhelpen ubuntu 12.10 en 12.04 hebt ik geen last van [10:47] <NReijmersdal> http://as...
2013-01-02T00:00:00
#ubuntu-nl
[11:41] <capthchaman> goeiendag iedereen [11:43] <CoolePascal> hoi kapitein [11:43] <CoolePascal> ohh [11:43] <CoolePascal> nu zie ik pas [11:43] <capthchaman> ik heb dual boot gedaan en ik ondervind audio problemen [11:43] <CoolePascal> captcha man man man [11:43] <capthchaman> hey pascal [11:44] <CoolePascal> verte...
2013-01-02T00:00:00
#ubuntu-uk
[01:42] <ali1234> wtf another piece of sewing software with ridiculous copy protection [01:42] <ali1234> old ladies are clearly the worst software pirates [01:49] <dutchie> or they don't know about computers to realise there is another way [01:50] <daftykins> ali1234: how do you get so much exposure to such gear XD [07...
2013-01-03T00:00:00
#ubuntu-uk
[00:03] <neuro> i can't believe what was just said in this video [00:03] <neuro> "for the first time, you'll have all the security of UNIX in your pocket" [00:04] <neuro> oh, so iphone and android phones don't have the security of UNIX? [00:04] <ali1234> and maemo [00:04] <ali1234> and tizen [00:04] <ali1234> and bada ...
2013-01-03T00:00:00
#ubuntu-nl
[10:07] <capthchaman> hallo iedereen [20:30] <geertm> hallo vraagje.. ik maak mij zorgen over oververhitting van cpu als ik ubuntu op een laptop gooi [21:57] <ertai_NL> iemand hier ervaring met lubuntu 12.10 [21:57] <ertai_NL> ? [23:54] <Timvde> Ik heb net Ubuntu geïnstalleerd naast Windows 8, en zit nog met twee probl...
2013-01-04T00:00:00
#ubuntu-nl
[00:05] <Timvde> Eh, ja, dat heb ik ook gevonden, maar ik snapte 't niet echt :$ [00:11] <erkan^> mss --> http://ubuntuforums.org/showthread.php?t=1847476 [00:11] <erkan^> Windows 8 block dualboot Ubuntu [00:15] <Timvde> Oh, nee, na Secure Boot uit te zetten, ging het installeren goed hoor :) [00:15] <Timvde> 't Is waa...
2013-01-04T00:00:00
#ubuntu-uk
[08:05] <diplo> Morning [08:09] <TheOpenSourcerer> morning [08:44] <daubers> 3Morning [09:02] <JamesTait> Happy Friday, folks! :-D [09:03] <daubers> Happy-- [09:22] <AlanBell> morning [09:33] <popey> morning [09:43] <Laney> yo [09:44] <Laney> http://orangesquash.org.uk/~laney/tree/camera1357292581.png [09:48] <brobosti...
2013-01-05T00:00:00
#ubuntu-nl
[11:12] <boyke> hallo [11:12] <boyke> ik heb ubuntu geinstaleerd op mijn computer alleen nu werkt het heel traag [11:12] <boyke> help me [11:15] <boyke> hello [11:15] <boyke> everyone hello [11:15] <boyke> contact with my [11:18] <viezerd> help help ik verdrink [11:18] <viezerd> te laat .. [14:30] <spekje> lol [14:32] ...
2013-01-05T00:00:00
#ubuntu-uk
"[00:39] <ali1234> done: https://github.com/ali1234/jono-qml\n[00:44] <ali1234> just need some sound(...TRUNCATED)
End of preview. Expand in Data Studio

Ubuntu IRC channel-days

Five years of two Ubuntu IRC channels, one row per channel-day, used as the showcase corpus for the MADS Data Analysis and Visualisation course.

What one row is

One row is one channel on one day. The date is a column; the individual message times sit inside the text, one message per line:

column type meaning
created datetime64[ms] the day
channel string #ubuntu-uk or #ubuntu-nl
text string every message that day, [HH:MM] <nick> message per line

Turning that into (timestamp, author, message) rows is deliberately not done here — it is the first exercise of the course, and shipping it pre-parsed would remove the lesson. Expect to write a regex.

The slice

channel days messages per day peak/trough hour
#ubuntu-nl 1,545 116,342 75 141.5×
#ubuntu-uk 1,826 510,834 280 15.3×

Selected from common-pile/ubuntu_irc by scripts/build_irc_showcase.py in the course repository, taking the two channels above between 2013-01-01 and 2017-12-31.

#ubuntu-uk is the primary channel: English, busy enough for daily and weekly structure to be visible, with a release-day spike on every Ubuntu release in the window. #ubuntu-nl is deliberately thin — it is what a quiet channel looks like, and what small sample sizes cost you.

The global #ubuntu channel is the control for the daily-cycle contrast: it runs 24/7 across every timezone, so its peak-to-trough ratio is close to flat where a regional channel's is dramatic. Its raw text is ~400 MB, so only an hourly aggregate is distributed, in the course repository rather than here.

Loading it

import pandas as pd

days = pd.read_parquet(
    "hf://datasets/pttrn-io/ubuntu-irc-days/ubuntu_irc_days.parquet"
)

Provenance and licence

Derived from common-pile/ubuntu_irc, which is Public Domain; this slice is released under CC0-1.0 to match. The messages are public IRC logs from support channels, published by the Ubuntu project. They are real people's words: quote them as you would any published archive, and do not use them to profile individuals.

Downloads last month
33