tamnd commited on
Commit
54badc5
·
verified ·
1 Parent(s): 640a45b

Add 2013-12 (167,671 items)

Browse files
Files changed (3) hide show
  1. README.md +10 -10
  2. data/2013/2013-12.parquet +3 -0
  3. stats.csv +2 -1
README.md CHANGED
@@ -53,7 +53,7 @@ configs:
53
 
54
  This dataset contains the complete [Hacker News](https://news.ycombinator.com) archive: every story, comment, Ask HN, Show HN, job posting, and poll ever submitted to the site. Hacker News is one of the longest-running and most influential technology communities on the internet, operated by [Y Combinator](https://www.ycombinator.com) since 2007. It has become the de facto gathering place for founders, engineers, researchers, and technologists to share and discuss what matters in technology.
55
 
56
- The archive currently spans from **2006-10** to **2013-11**, with **6839981 items** committed to this dataset so far out of **47,332,789 items** in the full archive. New items are published every 5 minutes through an automated live pipeline, so the dataset stays current with the site itself.
57
 
58
  We believe this is one of the most complete and regularly updated mirrors of Hacker News data available on Hugging Face. The data is stored as monthly Parquet files sorted by item ID, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
59
 
@@ -80,11 +80,11 @@ Along with the Parquet files, we include `stats.csv` which tracks every committe
80
 
81
  | Metric | Committed | Full Archive |
82
  |--------|----------:|------------:|
83
- | Items | 6839981 | 47,332,789 |
84
- | Months | 85 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2013-11 | |
87
- | Total size | 1554.8 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
@@ -241,12 +241,12 @@ The chart below shows items committed to this dataset by year. As the historical
241
  ```
242
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
243
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93.8K
244
- 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 320.9K
245
  2009 █████████░░░░░░░░░░░░░░░░░░░░░ 608.4K
246
- 2010 ███████████████░░░░░░░░░░░░░░ 1.0M
247
- 2011 ██████████████████████░░░░░░░░ 1.4M
248
- 2012 █████████████████████████░░░░░ 1.6M
249
- 2013 ██████████████████████████████ 1.8M
250
  ```
251
 
252
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
 
53
 
54
  This dataset contains the complete [Hacker News](https://news.ycombinator.com) archive: every story, comment, Ask HN, Show HN, job posting, and poll ever submitted to the site. Hacker News is one of the longest-running and most influential technology communities on the internet, operated by [Y Combinator](https://www.ycombinator.com) since 2007. It has become the de facto gathering place for founders, engineers, researchers, and technologists to share and discuss what matters in technology.
55
 
56
+ The archive currently spans from **2006-10** to **2013-12**, with **7007652 items** committed to this dataset so far out of **47,332,789 items** in the full archive. New items are published every 5 minutes through an automated live pipeline, so the dataset stays current with the site itself.
57
 
58
  We believe this is one of the most complete and regularly updated mirrors of Hacker News data available on Hugging Face. The data is stored as monthly Parquet files sorted by item ID, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
59
 
 
80
 
81
  | Metric | Committed | Full Archive |
82
  |--------|----------:|------------:|
83
+ | Items | 7007652 | 47,332,789 |
84
+ | Months | 86 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2013-12 | |
87
+ | Total size | 1598.3 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
 
241
  ```
242
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
243
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93.8K
244
+ 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 320.9K
245
  2009 █████████░░░░░░░░░░░░░░░░░░░░░ 608.4K
246
+ 2010 ███████████████░░░░░░░░░░░░░░ 1.0M
247
+ 2011 ████████████████████░░░░░░░░░░ 1.4M
248
+ 2012 ███████████████████████░░░░░░░ 1.6M
249
+ 2013 ██████████████████████████████ 2.0M
250
  ```
251
 
252
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
data/2013/2013-12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984828e3afec1d161809636d0519737683e2d18ae88d6b6b695bac690a6c8dd9
3
+ size 45604780
stats.csv CHANGED
@@ -65,7 +65,7 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
65
  2012,2,3535904,3650342,114197,3,6,25435313,2026-03-14T10:12:49Z
66
  2012,3,3650343,3782006,131425,2,12,33789898,2026-03-14T10:12:57Z
67
  2012,4,3782007,3912227,129931,3,0,33171230,2026-03-14T10:20:32Z
68
- 2012,5,3912228,4051124,138685,4,0,35491708,2026-03-14T10:29:17Z
69
  2012,6,4051125,4183216,131726,8,8,34584761,2026-03-14T10:22:13Z
70
  2012,7,4183217,4320367,136839,5,7,36040991,2026-03-14T10:22:27Z
71
  2012,8,4320368,4462197,141621,2,7,37074390,2026-03-14T10:22:37Z
@@ -84,3 +84,4 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
84
  2013,9,6308564,6483639,164482,3,8,44311820,2026-03-14T10:26:17Z
85
  2013,10,6473139,6650942,177341,3,7,46501024,2026-03-14T10:26:29Z
86
  2013,11,6650943,6825311,174096,3,33,44964316,2026-03-14T10:26:39Z
 
 
65
  2012,2,3535904,3650342,114197,3,6,25435313,2026-03-14T10:12:49Z
66
  2012,3,3650343,3782006,131425,2,12,33789898,2026-03-14T10:12:57Z
67
  2012,4,3782007,3912227,129931,3,0,33171230,2026-03-14T10:20:32Z
68
+ 2012,5,3912228,4051124,138685,4,9,35491708,2026-03-14T10:29:17Z
69
  2012,6,4051125,4183216,131726,8,8,34584761,2026-03-14T10:22:13Z
70
  2012,7,4183217,4320367,136839,5,7,36040991,2026-03-14T10:22:27Z
71
  2012,8,4320368,4462197,141621,2,7,37074390,2026-03-14T10:22:37Z
 
84
  2013,9,6308564,6483639,164482,3,8,44311820,2026-03-14T10:26:17Z
85
  2013,10,6473139,6650942,177341,3,7,46501024,2026-03-14T10:26:29Z
86
  2013,11,6650943,6825311,174096,3,33,44964316,2026-03-14T10:26:39Z
87
+ 2013,12,6825312,6993520,167671,4,0,45604780,2026-03-14T10:29:31Z