tamnd commited on
Commit
0231719
·
verified ·
1 Parent(s): f2a50de

Add 2017-06 (217,492 items)

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. data/2017/2017-06.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-05**, with **14456866 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 | 14456866 | 47,332,789 |
84
- | Months | 127 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2017-05 | |
87
- | Total size | 3519.2 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
91
- | Last updated | 2026-03-14 11:06 UTC | |
92
 
93
  ## How to download and use this dataset
94
 
@@ -253,7 +253,7 @@ The chart below shows items committed to this dataset by year. As the historical
253
  2014 ██████████████████████░░░░░░░░ 1.8M
254
  2015 ████████████████████████░░░░░░ 2.0M
255
  2016 ██████████████████████████████ 2.5M
256
- 2017 ██████████████░░░░░░░░░░░░░░░░ 1.2M
257
  ```
258
 
259
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
@@ -514,4 +514,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:06 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 **2017-06**, with **14674358 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 | 14674358 | 47,332,789 |
84
+ | Months | 128 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2017-06 | |
87
+ | Total size | 3574.6 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
91
+ | Last updated | 2026-03-14 11:07 UTC | |
92
 
93
  ## How to download and use this dataset
94
 
 
253
  2014 ██████████████████████░░░░░░░░ 1.8M
254
  2015 ████████████████████████░░░░░░ 2.0M
255
  2016 ██████████████████████████████ 2.5M
256
+ 2017 ████████████████░░░░░░░░░░░░░░ 1.4M
257
  ```
258
 
259
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
 
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:07 UTC*
data/2017/2017-06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:220ddfb433d67642938fe9539f8a4a56006addab57c3f1cee5cff3384dc9b191
3
+ size 58062646
stats.csv CHANGED
@@ -125,4 +125,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
125
  2017,2,13536714,13759542,222829,18,76,60669201,2026-03-14T11:02:25Z
126
  2017,3,13759543,14009487,249945,5,64,68338641,2026-03-14T11:03:47Z
127
  2017,4,14009488,14234628,225141,10,68,60792125,2026-03-14T11:05:03Z
128
- 2017,5,14234629,14456870,222242,5,0,59791442,2026-03-14T11:06:16Z
 
 
125
  2017,2,13536714,13759542,222829,18,76,60669201,2026-03-14T11:02:25Z
126
  2017,3,13759543,14009487,249945,5,64,68338641,2026-03-14T11:03:47Z
127
  2017,4,14009488,14234628,225141,10,68,60792125,2026-03-14T11:05:03Z
128
+ 2017,5,14234629,14456870,222242,5,65,59791442,2026-03-14T11:06:16Z
129
+ 2017,6,14456871,14674362,217492,14,0,58062646,2026-03-14T11:07:37Z