add comments/2006-02 2006/02 (1 shards, 9.1K rows)
Browse files- README.md +4 -4
- data/comments/2006/02/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 **2006-
|
| 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 | 2 | 13.4K | 780913 B |
|
| 54 |
|
| 55 |
*Updated: 2026-03-15*
|
|
@@ -57,8 +57,8 @@ subs = load_dataset("open-index/arctic", "submissions",
|
|
| 57 |
## Growth (rows per year, comments + submissions combined)
|
| 58 |
|
| 59 |
```
|
| 60 |
-
2005 ████████████
|
| 61 |
-
2006 ████████████████████████████████████████
|
| 62 |
```
|
| 63 |
|
| 64 |
## 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-02**.
|
| 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 | 3 | 13.8K | 1.5 MB |
|
| 53 |
| submissions | 2 | 13.4K | 780913 B |
|
| 54 |
|
| 55 |
*Updated: 2026-03-15*
|
|
|
|
| 57 |
## Growth (rows per year, comments + submissions combined)
|
| 58 |
|
| 59 |
```
|
| 60 |
+
2005 ████████████ 6.4K
|
| 61 |
+
2006 ████████████████████████████████████████ 20.8K
|
| 62 |
```
|
| 63 |
|
| 64 |
## Schema
|
data/comments/2006/02/000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08d8ce585972c93f5a611902148530a789aa2ffa349be86bdb271b99b4c49955
|
| 3 |
+
size 1046086
|
stats.csv
CHANGED
|
@@ -2,4 +2,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
|
|
| 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,5.96,2026-03-15T00:52:52Z
|
| 5 |
-
2006,1,submissions,1,8048,469294,22.15,1.18,
|
|
|
|
|
|
| 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,5.96,2026-03-15T00:52:52Z
|
| 5 |
+
2006,1,submissions,1,8048,469294,22.15,1.18,65.05,2026-03-15T00:53:22Z
|
| 6 |
+
2006,2,comments,1,9095,1046086,24.34,6.18,0.00,2026-03-15T00:54:59Z
|