add comments/2006-01 2006/01 (1 shards, 3.7K rows)
Browse files- README.md +3 -2
- data/comments/2006/01/000.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -25,7 +25,7 @@ size_categories:
|
|
| 25 |
|
| 26 |
Full Reddit dataset (comments + submissions) sourced from the
|
| 27 |
[Arctic Shift](https://github.com/ArthurHeitmann/arctic_shift) project,
|
| 28 |
-
covering all subreddits from 2005-06 through **
|
| 29 |
|
| 30 |
Data is organized as monthly parquet shards by type, making it easy to load
|
| 31 |
specific time ranges or work with comments and submissions independently.
|
|
@@ -49,7 +49,7 @@ subs = load_dataset("open-index/arctic", "submissions",
|
|
| 49 |
|
| 50 |
| Type | Months | Rows | Parquet Size |
|
| 51 |
|-------------|--------|------|--------------|
|
| 52 |
-
| comments |
|
| 53 |
| submissions | 1 | 5.4K | 311619 B |
|
| 54 |
|
| 55 |
*Updated: 2026-03-15*
|
|
@@ -58,6 +58,7 @@ subs = load_dataset("open-index/arctic", "submissions",
|
|
| 58 |
|
| 59 |
```
|
| 60 |
2005 ████████████████████████████████████████ 6.4K
|
|
|
|
| 61 |
```
|
| 62 |
|
| 63 |
## Schema
|
|
|
|
| 25 |
|
| 26 |
Full Reddit dataset (comments + submissions) sourced from the
|
| 27 |
[Arctic Shift](https://github.com/ArthurHeitmann/arctic_shift) project,
|
| 28 |
+
covering all subreddits from 2005-06 through **2006-01**.
|
| 29 |
|
| 30 |
Data is organized as monthly parquet shards by type, making it easy to load
|
| 31 |
specific time ranges or work with comments and submissions independently.
|
|
|
|
| 49 |
|
| 50 |
| Type | Months | Rows | Parquet Size |
|
| 51 |
|-------------|--------|------|--------------|
|
| 52 |
+
| comments | 2 | 4.7K | 539651 B |
|
| 53 |
| submissions | 1 | 5.4K | 311619 B |
|
| 54 |
|
| 55 |
*Updated: 2026-03-15*
|
|
|
|
| 58 |
|
| 59 |
```
|
| 60 |
2005 ████████████████████████████████████████ 6.4K
|
| 61 |
+
2006 ██████████████████████ 3.7K
|
| 62 |
```
|
| 63 |
|
| 64 |
## Schema
|
data/comments/2006/01/000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3185d499fcdc57b0dcf25af4cadfd5d13d21ce50afaa7ad9b540d5d13b43efa8
|
| 3 |
+
size 397934
|
stats.csv
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_s,committed_at
|
| 2 |
2005,12,comments,1,1075,141717,36.67,1.04,17.02,2026-03-14T19:45:54Z
|
| 3 |
-
2005,12,submissions,1,5356,311619,64.31,1.42,
|
|
|
|
|
|
| 1 |
year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_s,committed_at
|
| 2 |
2005,12,comments,1,1075,141717,36.67,1.04,17.02,2026-03-14T19:45:54Z
|
| 3 |
+
2005,12,submissions,1,5356,311619,64.31,1.42,8.72,2026-03-15T00:52:11Z
|
| 4 |
+
2006,1,comments,1,3666,397934,30.34,0.58,0.00,2026-03-15T00:52:52Z
|