tamnd commited on
Commit
12c3db3
·
verified ·
1 Parent(s): 7735619

Add 2016-01 (187,797 items)

Browse files
Files changed (3) hide show
  1. README.md +6 -5
  2. data/2016/2016-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 **2015-12**, with **10820972 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 | 10820972 | 47,332,789 |
84
- | Months | 110 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2015-12 | |
87
- | Total size | 2581.9 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
@@ -249,6 +249,7 @@ The chart below shows items committed to this dataset by year. As the historical
249
  2013 ██████████████████████████████ 2.0M
250
  2014 ███████████████████████████░░░ 1.8M
251
  2015 █████████████████████████████░ 2.0M
 
252
  ```
253
 
254
  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 **2016-01**, with **11008769 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 | 11008769 | 47,332,789 |
84
+ | Months | 111 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2016-01 | |
87
+ | Total size | 2631.0 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
 
249
  2013 ██████████████████████████████ 2.0M
250
  2014 ███████████████████████████░░░ 1.8M
251
  2015 █████████████████████████████░ 2.0M
252
+ 2016 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187.8K
253
  ```
254
 
255
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
data/2016/2016-01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0a93ed4ea047210986d6fa34b8d716e7e3ae304c1fb83c46b9f30131249fb8f
3
+ size 51501598
stats.csv CHANGED
@@ -108,4 +108,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
108
  2015,9,10149865,10308312,158259,3,8,42043840,2026-03-14T10:39:37Z
109
  2015,10,10308313,10484775,176167,3,27,47251144,2026-03-14T10:39:48Z
110
  2015,11,10484776,10652795,167872,4,50,45776681,2026-03-14T10:40:20Z
111
- 2015,12,10652796,10820435,167348,4,0,45325687,2026-03-14T10:41:15Z
 
 
108
  2015,9,10149865,10308312,158259,3,8,42043840,2026-03-14T10:39:37Z
109
  2015,10,10308313,10484775,176167,3,27,47251144,2026-03-14T10:39:48Z
110
  2015,11,10484776,10652795,167872,4,50,45776681,2026-03-14T10:40:20Z
111
+ 2015,12,10652796,10820435,167348,4,29,45325687,2026-03-14T10:41:15Z
112
+ 2016,1,10820436,11008769,187797,4,0,51501598,2026-03-14T10:41:49Z