tamnd commited on
Commit
4c6780d
·
verified ·
1 Parent(s): 0d0328b

Add 2018-01 (235,007 items)

Browse files
Files changed (3) hide show
  1. README.md +8 -7
  2. data/2018/2018-01.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 **2017-12**, with **16043676 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,15 +80,15 @@ Along with the Parquet files, we include `stats.csv` which tracks every committe
80
 
81
  | Metric | Committed | Full Archive |
82
  |--------|----------:|------------:|
83
- | Items | 16043676 | 47,332,789 |
84
- | Months | 134 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2017-12 | |
87
- | Total size | 3926.9 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
91
- | Last updated | 2026-03-14 11:18 UTC | |
92
 
93
  ## How to download and use this dataset
94
 
@@ -254,6 +254,7 @@ The chart below shows items committed to this dataset by year. As the historical
254
  2015 █████████████████████░░░░░░░░░ 2.0M
255
  2016 ██████████████████████████░░░░ 2.5M
256
  2017 ██████████████████████████████ 2.7M
 
257
  ```
258
 
259
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
@@ -514,4 +515,4 @@ This is an independent community mirror. It is not affiliated with or endorsed b
514
 
515
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/hacker-news/discussions).
516
 
517
- *Last updated: 2026-03-14 11:18 UTC*
 
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 **2018-01**, with **16278683 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 | 16278683 | 47,332,789 |
84
+ | Months | 135 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2018-01 | |
87
+ | Total size | 3987.3 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
91
+ | Last updated | 2026-03-14 11:19 UTC | |
92
 
93
  ## How to download and use this dataset
94
 
 
254
  2015 █████████████████████░░░░░░░░░ 2.0M
255
  2016 ██████████████████████████░░░░ 2.5M
256
  2017 ██████████████████████████████ 2.7M
257
+ 2018 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235.0K
258
  ```
259
 
260
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
 
515
 
516
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/hacker-news/discussions).
517
 
518
+ *Last updated: 2026-03-14 11:19 UTC*
data/2018/2018-01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d87f73c47c1c199ff4e59c544226b53b8f959c112e16d5671ca6b588fc61bf
3
+ size 63330479
stats.csv CHANGED
@@ -132,4 +132,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
132
  2017,9,15145061,15375647,230561,6,101,62056604,2026-03-14T11:15:32Z
133
  2017,10,15375648,15597821,222127,9,40,59386591,2026-03-14T11:17:22Z
134
  2017,11,15597822,15820797,222962,13,12,59868777,2026-03-14T11:18:16Z
135
- 2017,12,15820798,16043766,222966,4,0,60631466,2026-03-14T11:18:33Z
 
 
132
  2017,9,15145061,15375647,230561,6,101,62056604,2026-03-14T11:15:32Z
133
  2017,10,15375648,15597821,222127,9,40,59386591,2026-03-14T11:17:22Z
134
  2017,11,15597822,15820797,222962,13,12,59868777,2026-03-14T11:18:16Z
135
+ 2017,12,15820798,16043766,222966,4,11,60631466,2026-03-14T11:18:33Z
136
+ 2018,1,15155460,16278686,235007,18,0,63330479,2026-03-14T11:19:02Z