tamnd commited on
Commit
978af20
·
verified ·
1 Parent(s): 85c1abd

Add 2014-10 (149,465 items)

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. data/2014/2014-10.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 **2014-09**, with **8402624 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 | 8402624 | 47,332,789 |
84
- | Months | 95 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2014-09 | |
87
- | Total size | 1954.1 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
@@ -247,7 +247,7 @@ The chart below shows items committed to this dataset by year. As the historical
247
  2011 ████████████████████░░░░░░░░░░ 1.4M
248
  2012 ███████████████████████░░░░░░░ 1.6M
249
  2013 ██████████████████████████████ 2.0M
250
- 2014 ████████████████████░░░░░░░░░░ 1.4M
251
  ```
252
 
253
  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 **2014-10**, with **8552089 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 | 8552089 | 47,332,789 |
84
+ | Months | 96 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2014-10 | |
87
+ | Total size | 1992.8 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
 
247
  2011 ████████████████████░░░░░░░░░░ 1.4M
248
  2012 ███████████████████████░░░░░░░ 1.6M
249
  2013 ██████████████████████████████ 2.0M
250
+ 2014 ███████████████████████░░░░░░░ 1.5M
251
  ```
252
 
253
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
data/2014/2014-10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e54574f82b3ee7dfafdcc2ce6fb7a28bb434ee3b78b4646f01c919cc0a1287
3
+ size 40555200
stats.csv CHANGED
@@ -93,4 +93,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
93
  2014,6,7827686,7968448,139980,10,14,37827939,2026-03-14T10:31:55Z
94
  2014,7,7968449,8117699,148611,4,8,39765390,2026-03-14T10:32:13Z
95
  2014,8,8117700,8250932,133016,2,43,36496269,2026-03-14T10:32:24Z
96
- 2014,9,8250933,8392142,141095,4,0,37645453,2026-03-14T10:33:12Z
 
 
93
  2014,6,7827686,7968448,139980,10,14,37827939,2026-03-14T10:31:55Z
94
  2014,7,7968449,8117699,148611,4,8,39765390,2026-03-14T10:32:13Z
95
  2014,8,8117700,8250932,133016,2,43,36496269,2026-03-14T10:32:24Z
96
+ 2014,9,8250933,8392142,141095,4,8,37645453,2026-03-14T10:33:12Z
97
+ 2014,10,8392143,8541694,149465,2,0,40555200,2026-03-14T10:33:23Z