tamnd commited on
Commit
1785a34
·
verified ·
1 Parent(s): 8d831cc

Add 2017-08 (248,173 items)

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. data/2017/2017-08.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-07**, with **14896887 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 | 14896887 | 47,332,789 |
84
- | Months | 129 | |
85
  | First month | 2006-10 | 2006-10 |
86
- | Last committed | 2017-07 | |
87
- | Total size | 3631.5 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
@@ -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.6M
257
  ```
258
 
259
  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 **2017-08**, with **15145060 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 | 15145060 | 47,332,789 |
84
+ | Months | 130 | |
85
  | First month | 2006-10 | 2006-10 |
86
+ | Last committed | 2017-08 | |
87
+ | Total size | 3696.2 MB | |
88
  | Contributors | | 1,085,135 |
89
  | Stories | | 6,032,585 |
90
  | Comments | | 41,264,455 |
 
253
  2014 ██████████████████████░░░░░░░░ 1.8M
254
  2015 ████████████████████████░░░░░░ 2.0M
255
  2016 ██████████████████████████████ 2.5M
256
+ 2017 ██████████████████████░░░░░░░░ 1.9M
257
  ```
258
 
259
  You can also query the per-month statistics directly from the `stats.csv` file included in the dataset:
data/2017/2017-08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63641fad8f283a046caa29fe9ae206a68ac2e1e5c214280dc3417608e731ba64
3
+ size 67788645
stats.csv CHANGED
@@ -127,4 +127,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
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,196,58062646,2026-03-14T11:07:37Z
130
- 2017,7,14674363,14896891,222529,12,0,59683881,2026-03-14T11:11:05Z
 
 
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,196,58062646,2026-03-14T11:07:37Z
130
+ 2017,7,14674363,14896891,222529,12,22,59683881,2026-03-14T11:11:05Z
131
+ 2017,8,11017550,15145060,248173,13,0,67788645,2026-03-14T11:11:42Z