tamnd commited on
Commit
134f43e
·
verified ·
1 Parent(s): fd78e15

Add 2021-07 (327,462 items)

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. data/2021/2021-07.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 **2021-06**, with **27694247 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 | 27694247 | 47,332,789 |
84
- | Months | 176 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2021-06 | |
87
- | Total size | 6972.5 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
91
- | Last updated | 2026-03-14 14:04 UTC | |
92
 
93
  ## How to download and use this dataset
94
 
@@ -257,7 +257,7 @@ The chart below shows items committed to this dataset by year. As the historical
257
  2018 ██████████████████████░░░░░░░░ 2.8M
258
  2019 █████████████████████████░░░░░ 3.1M
259
  2020 ██████████████████████████████ 3.7M
260
- 2021 █████████████████░░░░░░░░░░░░░ 2.1M
261
  ```
262
 
263
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
@@ -518,4 +518,4 @@ This is an independent community mirror. It is not affiliated with or endorsed b
518
 
519
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/hacker-news/discussions).
520
 
521
- *Last updated: 2026-03-14 14:04 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 **2021-07**, with **28021709 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 | 28021709 | 47,332,789 |
84
+ | Months | 177 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2021-07 | |
87
+ | Total size | 7060.0 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
91
+ | Last updated | 2026-03-14 14:06 UTC | |
92
 
93
  ## How to download and use this dataset
94
 
 
257
  2018 ██████████████████████░░░░░░░░ 2.8M
258
  2019 █████████████████████████░░░░░ 3.1M
259
  2020 ██████████████████████████████ 3.7M
260
+ 2021 ███████████████████░░░░░░░░░░░ 2.4M
261
  ```
262
 
263
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
 
518
 
519
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/hacker-news/discussions).
520
 
521
+ *Last updated: 2026-03-14 14:06 UTC*
data/2021/2021-07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f24d3a85de69cc25d768a03583171689e665b952fc79656d750ed58e05b1e32
3
+ size 91692325
stats.csv CHANGED
@@ -174,4 +174,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
174
  2021,3,26298298,26654899,356553,20,96,98284950,2026-03-14T13:58:48Z
175
  2021,4,26654900,27001260,346170,19,99,94515042,2026-03-14T14:00:44Z
176
  2021,5,27001261,27349417,348044,22,105,95564989,2026-03-14T14:02:45Z
177
- 2021,6,27349418,27694928,345373,17,0,95647345,2026-03-14T14:04:48Z
 
 
174
  2021,3,26298298,26654899,356553,20,96,98284950,2026-03-14T13:58:48Z
175
  2021,4,26654900,27001260,346170,19,99,94515042,2026-03-14T14:00:44Z
176
  2021,5,27001261,27349417,348044,22,105,95564989,2026-03-14T14:02:45Z
177
+ 2021,6,27349418,27694928,345373,17,82,95647345,2026-03-14T14:04:48Z
178
+ 2021,7,27694929,28022503,327462,13,0,91692325,2026-03-14T14:06:24Z