tamnd commited on
Commit
bb29da5
·
verified ·
1 Parent(s): 26608bb

Rollover 2026-05-31 → data/2026/2026-05.parquet (381,075 items)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +8 -31
  2. data/2026/2026-05.parquet +2 -2
  3. stats.csv +1 -1
  4. stats_today.csv +0 -287
  5. today/2026/05/31/00/00.parquet +0 -3
  6. today/2026/05/31/00/05.parquet +0 -3
  7. today/2026/05/31/00/10.parquet +0 -3
  8. today/2026/05/31/00/15.parquet +0 -3
  9. today/2026/05/31/00/20.parquet +0 -3
  10. today/2026/05/31/00/25.parquet +0 -3
  11. today/2026/05/31/00/30.parquet +0 -3
  12. today/2026/05/31/00/35.parquet +0 -3
  13. today/2026/05/31/00/40.parquet +0 -3
  14. today/2026/05/31/00/45.parquet +0 -3
  15. today/2026/05/31/00/50.parquet +0 -3
  16. today/2026/05/31/00/55.parquet +0 -3
  17. today/2026/05/31/01/00.parquet +0 -3
  18. today/2026/05/31/01/05.parquet +0 -3
  19. today/2026/05/31/01/10.parquet +0 -3
  20. today/2026/05/31/01/15.parquet +0 -3
  21. today/2026/05/31/01/20.parquet +0 -3
  22. today/2026/05/31/01/25.parquet +0 -3
  23. today/2026/05/31/01/30.parquet +0 -3
  24. today/2026/05/31/01/35.parquet +0 -3
  25. today/2026/05/31/01/40.parquet +0 -3
  26. today/2026/05/31/01/45.parquet +0 -3
  27. today/2026/05/31/01/50.parquet +0 -3
  28. today/2026/05/31/01/55.parquet +0 -3
  29. today/2026/05/31/02/00.parquet +0 -3
  30. today/2026/05/31/02/05.parquet +0 -3
  31. today/2026/05/31/02/10.parquet +0 -3
  32. today/2026/05/31/02/20.parquet +0 -3
  33. today/2026/05/31/02/30.parquet +0 -3
  34. today/2026/05/31/02/35.parquet +0 -3
  35. today/2026/05/31/02/40.parquet +0 -3
  36. today/2026/05/31/02/45.parquet +0 -3
  37. today/2026/05/31/02/50.parquet +0 -3
  38. today/2026/05/31/02/55.parquet +0 -3
  39. today/2026/05/31/03/00.parquet +0 -3
  40. today/2026/05/31/03/05.parquet +0 -3
  41. today/2026/05/31/03/10.parquet +0 -3
  42. today/2026/05/31/03/15.parquet +0 -3
  43. today/2026/05/31/03/20.parquet +0 -3
  44. today/2026/05/31/03/25.parquet +0 -3
  45. today/2026/05/31/03/30.parquet +0 -3
  46. today/2026/05/31/03/35.parquet +0 -3
  47. today/2026/05/31/03/40.parquet +0 -3
  48. today/2026/05/31/03/45.parquet +0 -3
  49. today/2026/05/31/03/50.parquet +0 -3
  50. today/2026/05/31/03/55.parquet +0 -3
README.md CHANGED
@@ -56,7 +56,7 @@ configs:
56
 
57
  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.
58
 
59
- The archive currently spans from **2006-10** to **2026-05-31 23:50 UTC**, with **48,278,390 items** committed. New items are fetched every 5 minutes and committed directly as individual Parquet files through an automated live pipeline, so the dataset stays current with the site itself.
60
 
61
  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.
62
 
@@ -71,12 +71,12 @@ data/
71
  2007/2007-01.parquet
72
  ...
73
  2026/2026-05.parquet most recent complete month
74
- 2026/2026-05.parquet current month, ongoing til 2026-05-30
75
  today/
76
- 2026/05/31/00/00.parquet 5-min live blocks (YYYY/MM/DD/HH/MM.parquet)
77
- 2026/05/31/00/05.parquet
78
  ...
79
- 2026/05/31/23/50.parquet most recent committed block
80
  stats.csv one row per committed month
81
  stats_today.csv one row per committed 5-min block
82
  ```
@@ -85,33 +85,10 @@ Along with the Parquet files, we include `stats.csv` which tracks every committe
85
 
86
  ## Breakdown by today
87
 
88
- The chart below shows items committed to this dataset by hour today (**2026-05-31**, **7,411 items** across **24 hours**, last updated **2026-05-31 23:55 UTC**).
89
 
90
  ```
91
- 00:00 ███████████████░░░░░░░░░░░░░░░ 267
92
- 01:00 █████████████░░░░░░░░░░░░░░░░░ 235
93
- 02:00 ██████████░░░░░░░░░░░░░░░░░░░░ 181
94
- 03:00 █████████████░░░░░░░░░░░░░░░░░ 228
95
- 04:00 ███████████░░░░░░░░░░░░░░░░░░░ 194
96
- 05:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 132
97
- 06:00 ████████████░░░░░░░░░░░░░░░░░░ 216
98
- 07:00 ███████████░░░░░░░░░░░░░░░░░░░ 201
99
- 08:00 ██████████░░░░░░░░░░░░░░░░░░░░ 183
100
- 09:00 ████████████░░░░░░░░░░░░░░░░░░ 220
101
- 10:00 ██████████████░░░░░░░░░░░░░░░░ 254
102
- 11:00 ██████████████░░░░░░░░░░░░░░░░ 254
103
- 12:00 ██████████████░░░░░░░░░░░░░░░░ 246
104
- 13:00 █████████████████░░░░░░░░░░░░░ 295
105
- 14:00 █████████████████████░░░░░░░░░ 363
106
- 15:00 ███████████████████████████░░░ 466
107
- 16:00 ██████████████████████████░░░░ 455
108
- 17:00 ██████████████████████████████ 515
109
- 18:00 ████████████████████████████░░ 497
110
- 19:00 ███████████████████████████░░░ 467
111
- 20:00 ███████████████████████░░░░░░░ 405
112
- 21:00 ██████████████████████░░░░░░░░ 389
113
- 22:00 █████████████████████░░░░░░░░░ 372
114
- 23:00 █████████████████████░░░░░░░░░ 376
115
  ```
116
 
117
  ## Breakdown by year
@@ -565,4 +542,4 @@ This is an independent community mirror. It is not affiliated with or endorsed b
565
 
566
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/hacker-news/discussions).
567
 
568
- *Last updated: 2026-05-31 23:55 UTC*
 
56
 
57
  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.
58
 
59
+ The archive currently spans from **2006-10** to **2026-06-01 00:01 UTC**, with **48,280,273 items** committed. New items are fetched every 5 minutes and committed directly as individual Parquet files through an automated live pipeline, so the dataset stays current with the site itself.
60
 
61
  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.
62
 
 
71
  2007/2007-01.parquet
72
  ...
73
  2026/2026-05.parquet most recent complete month
74
+ 2026/2026-06.parquet current month, ongoing til 2026-05-31
75
  today/
76
+ /00/00.parquet 5-min live blocks (YYYY/MM/DD/HH/MM.parquet)
77
+ /00/05.parquet
78
  ...
79
+ /.parquet most recent committed block
80
  stats.csv one row per committed month
81
  stats_today.csv one row per committed 5-min block
82
  ```
 
85
 
86
  ## Breakdown by today
87
 
88
+ The chart below shows items committed to this dataset by hour today (****, **0 items** across **0 hours**, last updated **2026-06-01 00:01 UTC**).
89
 
90
  ```
91
+ (no data committed today yet)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ```
93
 
94
  ## Breakdown by year
 
542
 
543
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/hacker-news/discussions).
544
 
545
+ *Last updated: 2026-06-01 00:01 UTC*
data/2026/2026-05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:468770cfb1c9c603ef219409231eed19570c8c71445dc61cf62749a0ff2e3ca3
3
- size 144867691
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc7202b019a038c9600cb9ccc4d746c1a62a912fa2db284922cb4a04be85eed
3
+ size 148476358
stats.csv CHANGED
@@ -234,4 +234,4 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
234
  2026,2,46842176,47201952,359707,0,47,92692621,2026-03-14T15:54:30Z
235
  2026,3,47201953,47595034,391664,19,0,162171298,2026-04-01T00:00:39Z
236
  2026,4,47595075,47969846,374618,8,0,147432870,2026-05-01T00:01:26Z
237
- 2026,5,47969881,48341740,371781,8,0,144867691,2026-05-31T00:00:58Z
 
234
  2026,2,46842176,47201952,359707,0,47,92692621,2026-03-14T15:54:30Z
235
  2026,3,47201953,47595034,391664,19,0,162171298,2026-04-01T00:00:39Z
236
  2026,4,47595075,47969846,374618,8,0,147432870,2026-05-01T00:01:26Z
237
+ 2026,5,47969881,48351048,381075,11,0,148476358,2026-06-01T00:01:13Z
stats_today.csv CHANGED
@@ -1,288 +1 @@
1
  date,block,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,committed_at
2
- 2026-05-31,00:00,48341770,48341775,6,0,5,4831,2026-05-31T00:01:21Z
3
- 2026-05-31,00:05,48341792,48341824,30,0,6,12589,2026-05-31T00:10:00Z
4
- 2026-05-31,00:10,48341829,48341852,22,0,7,7840,2026-05-31T00:15:01Z
5
- 2026-05-31,00:15,48341860,48341889,30,0,8,8640,2026-05-31T00:20:00Z
6
- 2026-05-31,00:20,48341890,48341929,39,0,9,18482,2026-05-31T00:25:01Z
7
- 2026-05-31,00:25,48341932,48341957,24,0,6,8713,2026-05-31T00:30:00Z
8
- 2026-05-31,00:30,48341961,48341984,21,0,18,9248,2026-05-31T00:35:07Z
9
- 2026-05-31,00:35,48341988,48342009,20,0,4,11358,2026-05-31T00:40:00Z
10
- 2026-05-31,00:40,48342016,48342037,22,0,11,8760,2026-05-31T00:45:00Z
11
- 2026-05-31,00:45,48342043,48342060,15,0,6,7998,2026-05-31T00:50:01Z
12
- 2026-05-31,00:50,48342064,48342089,25,1,10,9920,2026-05-31T00:55:02Z
13
- 2026-05-31,00:55,48342097,48342110,13,0,9,6383,2026-05-31T01:00:01Z
14
- 2026-05-31,01:00,48342112,48342138,27,0,6,12573,2026-05-31T01:05:01Z
15
- 2026-05-31,01:05,48342142,48342158,15,0,8,6591,2026-05-31T01:10:01Z
16
- 2026-05-31,01:10,48342161,48342181,19,0,7,10053,2026-05-31T01:15:01Z
17
- 2026-05-31,01:15,48342186,48342205,18,0,17,7538,2026-05-31T01:20:01Z
18
- 2026-05-31,01:20,48342211,48342237,25,0,10,11683,2026-05-31T01:25:01Z
19
- 2026-05-31,01:25,48342241,48342259,19,0,11,8737,2026-05-31T01:30:01Z
20
- 2026-05-31,01:30,48342265,48342280,16,0,8,7645,2026-05-31T01:35:00Z
21
- 2026-05-31,01:35,48342285,48342301,16,0,5,7885,2026-05-31T01:40:00Z
22
- 2026-05-31,01:40,48342305,48342326,21,0,7,8793,2026-05-31T01:45:01Z
23
- 2026-05-31,01:45,48342330,48342353,23,0,7,10820,2026-05-31T01:50:01Z
24
- 2026-05-31,01:50,48342358,48342371,10,0,8,6156,2026-05-31T01:55:01Z
25
- 2026-05-31,01:55,48342375,48342400,26,0,7,9683,2026-05-31T02:00:01Z
26
- 2026-05-31,02:00,48342409,48342426,15,0,11,7530,2026-05-31T02:05:01Z
27
- 2026-05-31,02:05,48342430,48342446,14,0,6,7372,2026-05-31T02:10:01Z
28
- 2026-05-31,02:10,48342451,48342472,21,0,9,10141,2026-05-31T02:15:02Z
29
- 2026-05-31,02:15,48342473,48342486,13,0,0,7891,2026-05-31T02:20:01Z
30
- 2026-05-31,02:20,48342492,48342505,14,0,5,7210,2026-05-31T02:25:00Z
31
- 2026-05-31,02:25,48342507,48342529,22,0,0,10942,2026-05-31T02:30:01Z
32
- 2026-05-31,02:30,48342536,48342549,13,0,7,7569,2026-05-31T02:35:01Z
33
- 2026-05-31,02:35,48342551,48342557,7,0,6,5747,2026-05-31T02:40:01Z
34
- 2026-05-31,02:40,48342560,48342577,17,0,7,9279,2026-05-31T02:45:01Z
35
- 2026-05-31,02:45,48342579,48342595,15,0,5,7587,2026-05-31T02:50:00Z
36
- 2026-05-31,02:50,48342603,48342617,15,0,8,6958,2026-05-31T02:55:01Z
37
- 2026-05-31,02:55,48342620,48342635,15,0,8,7653,2026-05-31T03:00:02Z
38
- 2026-05-31,03:00,48342638,48342649,11,0,8,5563,2026-05-31T03:05:02Z
39
- 2026-05-31,03:05,48342653,48342664,11,0,6,6032,2026-05-31T03:10:00Z
40
- 2026-05-31,03:10,48342667,48342692,25,0,8,9343,2026-05-31T03:15:01Z
41
- 2026-05-31,03:15,48342697,48342719,21,0,14,7384,2026-05-31T03:20:01Z
42
- 2026-05-31,03:20,48342722,48342739,14,0,6,7888,2026-05-31T03:25:01Z
43
- 2026-05-31,03:25,48342745,48342765,20,0,7,9436,2026-05-31T03:30:01Z
44
- 2026-05-31,03:30,48342768,48342787,17,0,6,6332,2026-05-31T03:35:01Z
45
- 2026-05-31,03:35,48342793,48342812,18,0,5,9205,2026-05-31T03:40:01Z
46
- 2026-05-31,03:40,48342815,48342844,29,0,5,10689,2026-05-31T03:45:01Z
47
- 2026-05-31,03:45,48342848,48342877,28,0,5,10510,2026-05-31T03:50:00Z
48
- 2026-05-31,03:50,48342880,48342895,15,0,6,8429,2026-05-31T03:55:01Z
49
- 2026-05-31,03:55,48342897,48342917,19,0,7,8638,2026-05-31T04:00:01Z
50
- 2026-05-31,04:00,48342919,48342938,19,0,7,7034,2026-05-31T04:05:01Z
51
- 2026-05-31,04:05,48342943,48342954,11,0,8,5811,2026-05-31T04:10:00Z
52
- 2026-05-31,04:10,48342957,48342973,14,0,6,10464,2026-05-31T04:15:01Z
53
- 2026-05-31,04:15,48342976,48342997,21,1,12,8602,2026-05-31T04:20:03Z
54
- 2026-05-31,04:20,48343002,48343022,20,0,11,8420,2026-05-31T04:25:01Z
55
- 2026-05-31,04:25,48343025,48343033,9,1,14,5810,2026-05-31T04:30:04Z
56
- 2026-05-31,04:30,48343038,48343048,11,0,7,5577,2026-05-31T04:35:01Z
57
- 2026-05-31,04:35,48343050,48343064,14,0,11,7814,2026-05-31T04:40:01Z
58
- 2026-05-31,04:40,48343068,48343091,18,0,8,9962,2026-05-31T04:45:01Z
59
- 2026-05-31,04:45,48343096,48343117,21,0,9,8865,2026-05-31T04:50:00Z
60
- 2026-05-31,04:50,48343123,48343140,16,0,9,7830,2026-05-31T04:55:00Z
61
- 2026-05-31,04:55,48343142,48343163,20,0,8,8586,2026-05-31T05:00:02Z
62
- 2026-05-31,05:00,48343168,48343183,14,0,11,5681,2026-05-31T05:05:02Z
63
- 2026-05-31,05:05,48343187,48343194,8,0,13,5586,2026-05-31T05:10:02Z
64
- 2026-05-31,05:10,48343208,48343228,18,0,18,6980,2026-05-31T05:20:01Z
65
- 2026-05-31,05:15,48343229,48343237,8,0,13,5489,2026-05-31T05:20:21Z
66
- 2026-05-31,05:20,48343255,48343263,8,1,11,7292,2026-05-31T05:25:03Z
67
- 2026-05-31,05:25,48343268,48343280,13,1,10,8631,2026-05-31T05:30:03Z
68
- 2026-05-31,05:30,48343285,48343287,3,0,14,3078,2026-05-31T05:35:01Z
69
- 2026-05-31,05:35,48343304,48343315,12,0,8,8242,2026-05-31T05:40:01Z
70
- 2026-05-31,05:40,48343318,48343334,15,0,8,6548,2026-05-31T05:45:01Z
71
- 2026-05-31,05:45,48343336,48343346,11,0,5,7538,2026-05-31T05:50:00Z
72
- 2026-05-31,05:50,48343347,48343356,9,0,12,5964,2026-05-31T05:55:01Z
73
- 2026-05-31,05:55,48343360,48343375,13,0,9,8394,2026-05-31T06:00:02Z
74
- 2026-05-31,06:00,48343377,48343393,16,0,41,8225,2026-05-31T06:05:00Z
75
- 2026-05-31,06:05,48343396,48343411,15,0,9,5956,2026-05-31T06:10:01Z
76
- 2026-05-31,06:10,48343412,48343426,13,0,8,7293,2026-05-31T06:15:01Z
77
- 2026-05-31,06:15,48343430,48343449,15,0,14,8100,2026-05-31T06:20:01Z
78
- 2026-05-31,06:20,48343451,48343468,16,0,9,6192,2026-05-31T06:25:01Z
79
- 2026-05-31,06:25,48343472,48343489,18,0,9,7563,2026-05-31T06:30:01Z
80
- 2026-05-31,06:30,48343490,48343509,18,0,10,9545,2026-05-31T06:35:02Z
81
- 2026-05-31,06:35,48343512,48343533,21,0,7,11274,2026-05-31T06:40:01Z
82
- 2026-05-31,06:40,48343535,48343567,29,0,43,12410,2026-05-31T06:45:00Z
83
- 2026-05-31,06:45,48343569,48343589,16,0,9,9564,2026-05-31T06:50:01Z
84
- 2026-05-31,06:50,48343591,48343615,25,0,8,9452,2026-05-31T06:55:01Z
85
- 2026-05-31,06:55,48343616,48343629,14,0,10,6971,2026-05-31T07:00:01Z
86
- 2026-05-31,07:00,48343630,48343655,23,0,10,8324,2026-05-31T07:05:01Z
87
- 2026-05-31,07:05,48343660,48343681,19,0,5,8421,2026-05-31T07:10:00Z
88
- 2026-05-31,07:10,48343684,48343709,22,0,6,8400,2026-05-31T07:15:01Z
89
- 2026-05-31,07:15,48343711,48343728,16,0,16,9168,2026-05-31T07:20:02Z
90
- 2026-05-31,07:20,48343730,48343752,22,0,8,9490,2026-05-31T07:25:00Z
91
- 2026-05-31,07:25,48343756,48343771,16,0,7,6568,2026-05-31T07:30:01Z
92
- 2026-05-31,07:30,48343773,48343785,12,0,8,6204,2026-05-31T07:35:01Z
93
- 2026-05-31,07:35,48343787,48343803,17,0,9,7913,2026-05-31T07:40:01Z
94
- 2026-05-31,07:40,48343805,48343820,16,0,10,8961,2026-05-31T07:45:01Z
95
- 2026-05-31,07:45,48343822,48343831,10,0,7,6228,2026-05-31T07:50:01Z
96
- 2026-05-31,07:50,48343833,48343846,12,0,11,7162,2026-05-31T07:55:00Z
97
- 2026-05-31,07:55,48343853,48343872,16,0,10,7420,2026-05-31T08:00:01Z
98
- 2026-05-31,08:00,48343874,48343893,19,0,8,6440,2026-05-31T08:05:01Z
99
- 2026-05-31,08:05,48343898,48343912,13,0,8,6405,2026-05-31T08:10:00Z
100
- 2026-05-31,08:10,48343916,48343929,14,0,5,8015,2026-05-31T08:15:00Z
101
- 2026-05-31,08:15,48343939,48343957,16,0,12,6872,2026-05-31T08:20:01Z
102
- 2026-05-31,08:20,48343958,48343985,26,0,8,8834,2026-05-31T08:25:00Z
103
- 2026-05-31,08:25,48343989,48343997,6,0,9,5183,2026-05-31T08:30:01Z
104
- 2026-05-31,08:30,48344004,48344014,10,0,11,11856,2026-05-31T08:35:01Z
105
- 2026-05-31,08:35,48344016,48344033,17,0,0,8633,2026-05-31T08:40:01Z
106
- 2026-05-31,08:40,48344038,48344054,15,0,8,8082,2026-05-31T08:45:01Z
107
- 2026-05-31,08:45,48344058,48344074,16,0,7,5853,2026-05-31T08:50:00Z
108
- 2026-05-31,08:50,48344077,48344097,19,0,8,7249,2026-05-31T08:55:01Z
109
- 2026-05-31,08:55,48344098,48344110,12,0,9,7072,2026-05-31T09:00:02Z
110
- 2026-05-31,09:00,48344114,48344134,21,0,8,9372,2026-05-31T09:05:01Z
111
- 2026-05-31,09:05,48344142,48344166,23,0,9,10487,2026-05-31T09:10:01Z
112
- 2026-05-31,09:10,48344168,48344183,13,0,7,5891,2026-05-31T09:15:00Z
113
- 2026-05-31,09:15,48344189,48344208,17,0,11,7477,2026-05-31T09:20:01Z
114
- 2026-05-31,09:20,48344214,48344232,16,0,11,5570,2026-05-31T09:25:01Z
115
- 2026-05-31,09:25,48344236,48344254,17,0,10,8552,2026-05-31T09:30:01Z
116
- 2026-05-31,09:30,48344255,48344277,22,0,8,9476,2026-05-31T09:35:00Z
117
- 2026-05-31,09:35,48344281,48344300,18,0,8,8141,2026-05-31T09:40:01Z
118
- 2026-05-31,09:40,48344303,48344325,20,0,6,8787,2026-05-31T09:45:00Z
119
- 2026-05-31,09:45,48344326,48344339,13,0,8,5940,2026-05-31T09:50:01Z
120
- 2026-05-31,09:50,48344346,48344366,19,0,6,9486,2026-05-31T09:55:00Z
121
- 2026-05-31,09:55,48344369,48344390,21,1,10,10718,2026-05-31T10:00:03Z
122
- 2026-05-31,10:00,48344393,48344408,15,0,6,7958,2026-05-31T10:05:00Z
123
- 2026-05-31,10:05,48344412,48344437,25,0,5,13852,2026-05-31T10:10:00Z
124
- 2026-05-31,10:10,48344445,48344471,23,0,6,9634,2026-05-31T10:15:00Z
125
- 2026-05-31,10:15,48344474,48344498,22,0,0,11490,2026-05-31T10:20:01Z
126
- 2026-05-31,10:20,48344503,48344526,21,0,10,14000,2026-05-31T10:25:01Z
127
- 2026-05-31,10:25,48344527,48344547,20,0,7,7864,2026-05-31T10:30:01Z
128
- 2026-05-31,10:30,48344551,48344580,26,0,6,10733,2026-05-31T10:35:00Z
129
- 2026-05-31,10:35,48344587,48344616,28,0,11,11555,2026-05-31T10:40:01Z
130
- 2026-05-31,10:40,48344620,48344643,19,0,6,10220,2026-05-31T10:45:01Z
131
- 2026-05-31,10:45,48344651,48344669,14,0,7,7398,2026-05-31T10:50:01Z
132
- 2026-05-31,10:50,48344679,48344699,21,0,5,9119,2026-05-31T10:55:00Z
133
- 2026-05-31,10:55,48344702,48344721,20,0,25,8800,2026-05-31T11:00:01Z
134
- 2026-05-31,11:00,48344723,48344752,27,0,9,8085,2026-05-31T11:05:01Z
135
- 2026-05-31,11:05,48344757,48344787,30,0,6,11916,2026-05-31T11:10:01Z
136
- 2026-05-31,11:10,48344791,48344810,19,0,7,8387,2026-05-31T11:15:01Z
137
- 2026-05-31,11:15,48344813,48344835,21,0,17,8345,2026-05-31T11:20:01Z
138
- 2026-05-31,11:20,48344838,48344861,21,0,5,10916,2026-05-31T11:25:01Z
139
- 2026-05-31,11:25,48344867,48344885,17,1,9,7142,2026-05-31T11:30:03Z
140
- 2026-05-31,11:30,48344893,48344915,20,0,8,9590,2026-05-31T11:35:01Z
141
- 2026-05-31,11:35,48344917,48344938,20,0,11,7921,2026-05-31T11:40:01Z
142
- 2026-05-31,11:40,48344941,48344958,18,0,7,9433,2026-05-31T11:45:01Z
143
- 2026-05-31,11:45,48344963,48344983,20,0,7,7850,2026-05-31T11:50:01Z
144
- 2026-05-31,11:50,48344989,48345013,20,0,15,8225,2026-05-31T11:55:02Z
145
- 2026-05-31,11:55,48345018,48345039,21,0,10,8147,2026-05-31T12:00:01Z
146
- 2026-05-31,12:00,48345042,48345060,16,0,12,7284,2026-05-31T12:05:02Z
147
- 2026-05-31,12:05,48345064,48345079,13,0,7,6175,2026-05-31T12:10:01Z
148
- 2026-05-31,12:10,48345081,48345100,19,0,4,8546,2026-05-31T12:15:00Z
149
- 2026-05-31,12:15,48345104,48345127,19,0,8,8928,2026-05-31T12:20:00Z
150
- 2026-05-31,12:20,48345131,48345154,23,0,10,9156,2026-05-31T12:25:02Z
151
- 2026-05-31,12:25,48345161,48345183,23,0,7,7445,2026-05-31T12:30:01Z
152
- 2026-05-31,12:30,48345186,48345202,16,0,7,10758,2026-05-31T12:35:01Z
153
- 2026-05-31,12:35,48345209,48345235,24,0,8,10921,2026-05-31T12:40:01Z
154
- 2026-05-31,12:40,48345239,48345261,21,0,59,8551,2026-05-31T12:45:00Z
155
- 2026-05-31,12:45,48345264,48345282,19,0,8,8923,2026-05-31T12:50:00Z
156
- 2026-05-31,12:50,48345287,48345316,28,0,0,10406,2026-05-31T12:55:01Z
157
- 2026-05-31,12:55,48345327,48345354,25,0,14,9059,2026-05-31T13:00:02Z
158
- 2026-05-31,13:00,48345357,48345370,13,0,12,6544,2026-05-31T13:05:01Z
159
- 2026-05-31,13:05,48345371,48345399,28,0,8,12409,2026-05-31T13:10:01Z
160
- 2026-05-31,13:10,48345403,48345432,28,0,8,10086,2026-05-31T13:15:01Z
161
- 2026-05-31,13:15,48345434,48345468,29,0,11,10896,2026-05-31T13:20:01Z
162
- 2026-05-31,13:20,48345472,48345506,30,0,9,14913,2026-05-31T13:25:01Z
163
- 2026-05-31,13:25,48345511,48345535,20,1,11,8496,2026-05-31T13:30:02Z
164
- 2026-05-31,13:30,48345542,48345563,22,0,10,10383,2026-05-31T13:35:01Z
165
- 2026-05-31,13:35,48345567,48345590,22,0,8,9608,2026-05-31T13:40:01Z
166
- 2026-05-31,13:40,48345595,48345619,23,0,7,7158,2026-05-31T13:45:01Z
167
- 2026-05-31,13:45,48345629,48345664,27,0,10,12860,2026-05-31T13:50:01Z
168
- 2026-05-31,13:50,48345668,48345696,26,0,6,11589,2026-05-31T13:55:01Z
169
- 2026-05-31,13:55,48345702,48345733,27,0,10,13251,2026-05-31T14:00:02Z
170
- 2026-05-31,14:00,48345738,48345771,30,0,10,12209,2026-05-31T14:05:01Z
171
- 2026-05-31,14:05,48345781,48345812,25,0,8,8010,2026-05-31T14:10:01Z
172
- 2026-05-31,14:10,48345820,48345845,23,0,6,8121,2026-05-31T14:15:01Z
173
- 2026-05-31,14:15,48345850,48345876,26,0,13,10170,2026-05-31T14:20:01Z
174
- 2026-05-31,14:20,48345881,48345902,22,0,7,7333,2026-05-31T14:25:00Z
175
- 2026-05-31,14:25,48345906,48345947,38,0,10,20097,2026-05-31T14:30:01Z
176
- 2026-05-31,14:30,48345954,48345986,32,0,10,12722,2026-05-31T14:35:01Z
177
- 2026-05-31,14:35,48345989,48346026,35,0,6,13074,2026-05-31T14:40:00Z
178
- 2026-05-31,14:40,48346031,48346064,29,0,4,10609,2026-05-31T14:45:00Z
179
- 2026-05-31,14:45,48346074,48346112,34,1,8,15034,2026-05-31T14:50:01Z
180
- 2026-05-31,14:50,48346117,48346149,31,0,7,13900,2026-05-31T14:55:01Z
181
- 2026-05-31,14:55,48346154,48346195,38,0,9,13067,2026-05-31T15:00:00Z
182
- 2026-05-31,15:00,48346204,48346247,40,0,7,12499,2026-05-31T15:05:00Z
183
- 2026-05-31,15:05,48346258,48346305,46,0,7,12336,2026-05-31T15:10:00Z
184
- 2026-05-31,15:10,48346315,48346349,35,0,7,11460,2026-05-31T15:15:01Z
185
- 2026-05-31,15:15,48346361,48346406,43,0,12,16519,2026-05-31T15:20:01Z
186
- 2026-05-31,15:20,48346409,48346444,34,0,6,13541,2026-05-31T15:25:01Z
187
- 2026-05-31,15:25,48346451,48346501,48,0,8,16044,2026-05-31T15:30:01Z
188
- 2026-05-31,15:30,48346508,48346543,33,0,10,14506,2026-05-31T15:35:01Z
189
- 2026-05-31,15:35,48346550,48346593,41,0,8,18355,2026-05-31T15:40:01Z
190
- 2026-05-31,15:40,48346600,48346639,39,0,8,16380,2026-05-31T15:45:00Z
191
- 2026-05-31,15:45,48346645,48346687,41,0,8,15008,2026-05-31T15:50:01Z
192
- 2026-05-31,15:50,48346692,48346729,33,0,38,13768,2026-05-31T15:55:01Z
193
- 2026-05-31,15:55,48346739,48346772,33,0,10,13443,2026-05-31T16:00:03Z
194
- 2026-05-31,16:00,48346775,48346814,37,0,9,21623,2026-05-31T16:05:01Z
195
- 2026-05-31,16:05,48346818,48346860,39,0,8,12899,2026-05-31T16:10:01Z
196
- 2026-05-31,16:10,48346869,48346903,31,0,9,12780,2026-05-31T16:15:01Z
197
- 2026-05-31,16:15,48346912,48346948,37,0,52,16076,2026-05-31T16:20:02Z
198
- 2026-05-31,16:20,48346950,48346995,40,0,8,16065,2026-05-31T16:25:01Z
199
- 2026-05-31,16:25,48347002,48347046,42,0,6,18367,2026-05-31T16:30:01Z
200
- 2026-05-31,16:30,48347055,48347101,44,0,13,17496,2026-05-31T16:35:01Z
201
- 2026-05-31,16:35,48347114,48347168,53,0,10,19185,2026-05-31T16:40:01Z
202
- 2026-05-31,16:40,48347175,48347211,36,0,14,16228,2026-05-31T16:45:01Z
203
- 2026-05-31,16:45,48347215,48347244,28,0,12,12767,2026-05-31T16:50:01Z
204
- 2026-05-31,16:50,48347249,48347286,33,0,19,13904,2026-05-31T16:55:02Z
205
- 2026-05-31,16:55,48347292,48347328,35,1,27,11782,2026-05-31T17:00:03Z
206
- 2026-05-31,17:00,48347339,48347375,36,0,18,15731,2026-05-31T17:05:02Z
207
- 2026-05-31,17:05,48347379,48347414,34,0,11,15799,2026-05-31T17:10:01Z
208
- 2026-05-31,17:10,48347422,48347464,39,0,10,13866,2026-05-31T17:15:01Z
209
- 2026-05-31,17:15,48347471,48347508,32,0,24,11526,2026-05-31T17:20:01Z
210
- 2026-05-31,17:20,48347515,48347554,36,0,10,17022,2026-05-31T17:25:02Z
211
- 2026-05-31,17:25,48347564,48347616,50,0,9,17908,2026-05-31T17:30:01Z
212
- 2026-05-31,17:30,48347620,48347670,49,0,11,17194,2026-05-31T17:35:01Z
213
- 2026-05-31,17:35,48347679,48347728,47,0,8,18059,2026-05-31T17:40:01Z
214
- 2026-05-31,17:40,48347738,48347785,43,0,8,15381,2026-05-31T17:45:01Z
215
- 2026-05-31,17:45,48347802,48347853,52,0,9,18921,2026-05-31T17:50:01Z
216
- 2026-05-31,17:50,48347868,48347921,49,0,8,17690,2026-05-31T17:55:01Z
217
- 2026-05-31,17:55,48347928,48347975,48,0,8,16437,2026-05-31T18:00:01Z
218
- 2026-05-31,18:00,48347981,48348026,44,0,7,14050,2026-05-31T18:05:01Z
219
- 2026-05-31,18:05,48348035,48348075,39,0,7,12089,2026-05-31T18:10:01Z
220
- 2026-05-31,18:10,48348084,48348121,33,0,0,13351,2026-05-31T18:15:01Z
221
- 2026-05-31,18:15,48348129,48348176,44,0,25,15542,2026-05-31T18:20:01Z
222
- 2026-05-31,18:20,48348187,48348244,55,0,7,15692,2026-05-31T18:25:01Z
223
- 2026-05-31,18:25,48348253,48348298,41,0,10,12990,2026-05-31T18:30:01Z
224
- 2026-05-31,18:30,48348304,48348348,41,0,5,15006,2026-05-31T18:35:00Z
225
- 2026-05-31,18:35,48348353,48348395,41,0,5,15464,2026-05-31T18:40:00Z
226
- 2026-05-31,18:40,48348404,48348441,36,0,8,13221,2026-05-31T18:45:02Z
227
- 2026-05-31,18:45,48348452,48348497,39,0,7,13505,2026-05-31T18:50:00Z
228
- 2026-05-31,18:50,48348502,48348544,39,0,9,17084,2026-05-31T18:55:01Z
229
- 2026-05-31,18:55,48348547,48348595,45,0,10,15099,2026-05-31T19:00:01Z
230
- 2026-05-31,19:00,48348600,48348640,38,0,6,16620,2026-05-31T19:05:01Z
231
- 2026-05-31,19:05,48348643,48348682,38,0,9,14164,2026-05-31T19:10:01Z
232
- 2026-05-31,19:10,48348686,48348737,50,0,10,17984,2026-05-31T19:15:02Z
233
- 2026-05-31,19:15,48348743,48348786,42,0,20,13293,2026-05-31T19:20:01Z
234
- 2026-05-31,19:20,48348796,48348830,32,0,8,14111,2026-05-31T19:25:01Z
235
- 2026-05-31,19:25,48348839,48348883,37,0,11,12994,2026-05-31T19:30:01Z
236
- 2026-05-31,19:30,48348889,48348934,40,0,8,16438,2026-05-31T19:35:01Z
237
- 2026-05-31,19:35,48348945,48348998,48,0,9,12956,2026-05-31T19:40:01Z
238
- 2026-05-31,19:40,48349008,48349055,43,0,8,12805,2026-05-31T19:45:01Z
239
- 2026-05-31,19:45,48349062,48349094,30,0,9,10315,2026-05-31T19:50:00Z
240
- 2026-05-31,19:50,48349104,48349136,32,0,8,12378,2026-05-31T19:55:01Z
241
- 2026-05-31,19:55,48349143,48349181,37,0,10,14738,2026-05-31T20:00:01Z
242
- 2026-05-31,20:00,48349187,48349224,36,0,9,13479,2026-05-31T20:05:01Z
243
- 2026-05-31,20:05,48349230,48349263,32,0,8,13846,2026-05-31T20:10:01Z
244
- 2026-05-31,20:10,48349271,48349305,32,0,28,13800,2026-05-31T20:15:01Z
245
- 2026-05-31,20:15,48349309,48349341,33,0,7,12081,2026-05-31T20:20:01Z
246
- 2026-05-31,20:20,48349349,48349388,37,0,9,15104,2026-05-31T20:25:01Z
247
- 2026-05-31,20:25,48349395,48349431,31,0,12,12706,2026-05-31T20:30:01Z
248
- 2026-05-31,20:30,48349435,48349474,38,0,10,13677,2026-05-31T20:35:01Z
249
- 2026-05-31,20:35,48349480,48349510,28,0,0,12168,2026-05-31T20:40:01Z
250
- 2026-05-31,20:40,48349515,48349551,33,0,7,13219,2026-05-31T20:45:01Z
251
- 2026-05-31,20:45,48349556,48349587,30,0,10,11599,2026-05-31T20:50:01Z
252
- 2026-05-31,20:50,48349590,48349627,36,0,11,14460,2026-05-31T20:55:01Z
253
- 2026-05-31,20:55,48349633,48349674,39,0,9,13754,2026-05-31T21:00:01Z
254
- 2026-05-31,21:00,48349682,48349729,44,0,10,15726,2026-05-31T21:05:01Z
255
- 2026-05-31,21:05,48349742,48349776,33,0,9,15704,2026-05-31T21:10:01Z
256
- 2026-05-31,21:10,48349785,48349819,32,0,9,16434,2026-05-31T21:15:02Z
257
- 2026-05-31,21:15,48349823,48349865,38,0,21,11479,2026-05-31T21:20:01Z
258
- 2026-05-31,21:20,48349870,48349901,30,0,11,11850,2026-05-31T21:25:01Z
259
- 2026-05-31,21:25,48349906,48349936,31,0,11,12333,2026-05-31T21:30:01Z
260
- 2026-05-31,21:30,48349944,48349970,21,0,10,8746,2026-05-31T21:35:01Z
261
- 2026-05-31,21:35,48349977,48350010,31,0,8,11117,2026-05-31T21:40:00Z
262
- 2026-05-31,21:40,48350017,48350055,38,0,6,12864,2026-05-31T21:45:00Z
263
- 2026-05-31,21:45,48350060,48350096,34,0,6,12079,2026-05-31T21:50:00Z
264
- 2026-05-31,21:50,48350099,48350127,28,0,8,10801,2026-05-31T21:55:00Z
265
- 2026-05-31,21:55,48350130,48350159,29,0,8,10630,2026-05-31T22:00:01Z
266
- 2026-05-31,22:00,48350163,48350189,24,0,7,11220,2026-05-31T22:05:01Z
267
- 2026-05-31,22:05,48350192,48350218,26,0,8,10999,2026-05-31T22:10:01Z
268
- 2026-05-31,22:10,48350223,48350255,29,0,9,11207,2026-05-31T22:15:01Z
269
- 2026-05-31,22:15,48350257,48350287,29,0,21,13783,2026-05-31T22:20:01Z
270
- 2026-05-31,22:20,48350290,48350325,34,0,7,11569,2026-05-31T22:25:00Z
271
- 2026-05-31,22:25,48350327,48350363,35,0,9,11550,2026-05-31T22:30:01Z
272
- 2026-05-31,22:30,48350365,48350402,36,0,9,13044,2026-05-31T22:35:00Z
273
- 2026-05-31,22:35,48350405,48350430,24,0,5,8861,2026-05-31T22:40:00Z
274
- 2026-05-31,22:40,48350433,48350466,29,0,10,13108,2026-05-31T22:45:01Z
275
- 2026-05-31,22:45,48350470,48350518,47,0,9,18044,2026-05-31T22:50:01Z
276
- 2026-05-31,22:50,48350524,48350547,20,0,9,8806,2026-05-31T22:55:01Z
277
- 2026-05-31,22:55,48350555,48350595,39,0,11,14378,2026-05-31T23:00:01Z
278
- 2026-05-31,23:00,48350600,48350639,35,0,10,11661,2026-05-31T23:05:01Z
279
- 2026-05-31,23:05,48350643,48350696,51,0,10,18522,2026-05-31T23:10:01Z
280
- 2026-05-31,23:10,48350704,48350732,26,0,8,11000,2026-05-31T23:15:01Z
281
- 2026-05-31,23:15,48350742,48350779,38,0,19,15507,2026-05-31T23:20:00Z
282
- 2026-05-31,23:20,48350784,48350826,41,0,0,15159,2026-05-31T23:25:00Z
283
- 2026-05-31,23:25,48350829,48350868,35,0,9,11042,2026-05-31T23:30:01Z
284
- 2026-05-31,23:30,48350872,48350902,29,0,7,11991,2026-05-31T23:35:01Z
285
- 2026-05-31,23:35,48350907,48350943,32,0,8,14696,2026-05-31T23:40:01Z
286
- 2026-05-31,23:40,48350945,48350977,31,0,7,12453,2026-05-31T23:45:01Z
287
- 2026-05-31,23:45,48350985,48351013,29,0,9,10801,2026-05-31T23:50:01Z
288
- 2026-05-31,23:50,48351016,48351048,29,0,0,12279,2026-05-31T23:55:01Z
 
1
  date,block,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,committed_at
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
today/2026/05/31/00/00.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9e029e2a436ef764c15806f02bee98ded00c17f1809c23a7c5ed3ec26b8e9c3
3
- size 4831
 
 
 
 
today/2026/05/31/00/05.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c7366b50331c614da359b33fb0ec5915b911a55b52ca2222c3464894ab414e0
3
- size 12589
 
 
 
 
today/2026/05/31/00/10.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd79fd37f8cf48eebfd34d86c2af35560af38baed00f2ba8be95dc7901ed0779
3
- size 7840
 
 
 
 
today/2026/05/31/00/15.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b94028b7eb65aa79d470ef5de3aceabff27f0ccf0fd63c12fa65de659f8daf43
3
- size 8640
 
 
 
 
today/2026/05/31/00/20.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b0a1ebb972685f316fdc9b1d68cf31587ae37ceac17835eb38eb5aad288bd92
3
- size 18482
 
 
 
 
today/2026/05/31/00/25.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ab4b866c9f31cad5700a03d4e7b8f817e638c0151e8c7105b28f2460252e73e
3
- size 8713
 
 
 
 
today/2026/05/31/00/30.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac58dfc10c827a9c12d2a539a41ef6ee5e6de994e3e7355f94802f18ce0a53cc
3
- size 9248
 
 
 
 
today/2026/05/31/00/35.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:63dcf9ee5031a4ee11bb573b86a596a1927a0d9e86098df1df6d741ec1978ee9
3
- size 11358
 
 
 
 
today/2026/05/31/00/40.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:18ad12244656fab390042f7421177b5a44a7d058675061513828ab44a3780943
3
- size 8760
 
 
 
 
today/2026/05/31/00/45.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:899b63448d79883fec9ac4e0020690a0a0129708fc8862c36c3183f094b3b5bc
3
- size 7998
 
 
 
 
today/2026/05/31/00/50.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8064d3b6995268f102c051ad2205e30f5d77ff4658255a4e4434d1c9f3ad24d1
3
- size 9920
 
 
 
 
today/2026/05/31/00/55.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:74f328f73d3892ed2422b678a80d79f08f3763a5c3b0ca2a21ed753a089cb857
3
- size 6383
 
 
 
 
today/2026/05/31/01/00.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9b4ab075a76501536a6299cd4d9a08bfe116a18acad9e752145b9458de1161a
3
- size 12573
 
 
 
 
today/2026/05/31/01/05.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6ce393dfc0722721300c3e8eb43f7f55de2ea0bdb93eebab2c4eab9f1a05893
3
- size 6591
 
 
 
 
today/2026/05/31/01/10.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa05b9dd2495cb285493654bce26f7666c8c07b0609ca394acf153138c4f70b4
3
- size 10053
 
 
 
 
today/2026/05/31/01/15.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cb937c6011c379f2b2017e7009735728ec8ea3238900240c25222b6fd4ee61c
3
- size 7538
 
 
 
 
today/2026/05/31/01/20.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b80828c6fd43284ef455d266bffc8dd56b968048e23127660d564a0da2e7af56
3
- size 11683
 
 
 
 
today/2026/05/31/01/25.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:64c8f233f7b429dde3267ef87068cad72117f7ffc97418c18ffe1fbe6fb41401
3
- size 8737
 
 
 
 
today/2026/05/31/01/30.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c65a9d140b499db97573687728b71f659ecd50eb81a2bcb75818e0b7fa70d7d
3
- size 7645
 
 
 
 
today/2026/05/31/01/35.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:20ecb3db393bb85c28b4a28f9b1c0a3127cea339cad270f20161d6bc6ef4e731
3
- size 7885
 
 
 
 
today/2026/05/31/01/40.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3589895dce4e415951caa19297e4e94a44154441a9b371ae3b8dcc892ab435d6
3
- size 8793
 
 
 
 
today/2026/05/31/01/45.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:647044ea5588771532f6bf7a9154a16374423f7154f18db9717189aa16faaa58
3
- size 10820
 
 
 
 
today/2026/05/31/01/50.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:89a0666c257345177d1c99e89e87e3ed3cf709a1ae38b44bd8aa5557bd84ce47
3
- size 6156
 
 
 
 
today/2026/05/31/01/55.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2074e16368cf18986cff312b5549fde44c69e300aec54b97872e49de023b8e8b
3
- size 9683
 
 
 
 
today/2026/05/31/02/00.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6af180bd57176100c10581df36f3689f4d805d31b04973f9563b669281bbc0e6
3
- size 7530
 
 
 
 
today/2026/05/31/02/05.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:af5c21792ac7df1463139bdaa5a96e14ad1baf44163a2512a6e8b3faf00da1da
3
- size 7372
 
 
 
 
today/2026/05/31/02/10.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94c13d71ac67994b4f1b7c3100ae7ecc18186efc5941a6ba6d7132b34b2ed20c
3
- size 10141
 
 
 
 
today/2026/05/31/02/20.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d634b972a2b85e104968ada191456ef98f289f7f3c447931840beb7b9ff182ba
3
- size 7210
 
 
 
 
today/2026/05/31/02/30.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddc501bdb198db7aeec7c75d9f772675f90ee57d00f66cb7e9728bcd79cddea9
3
- size 7569
 
 
 
 
today/2026/05/31/02/35.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:07bb999a8e642bcd214d49365d8827ba9572356abecc9c9a02e314de56366484
3
- size 5747
 
 
 
 
today/2026/05/31/02/40.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:db6a9652abbdf1747bdb47058176bc053a17e6cd27ffc9e61f565630b3ba46e9
3
- size 9279
 
 
 
 
today/2026/05/31/02/45.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c9c9f781b5a4c255e08980aeb3ccfd8209fd1f42ce828c6d3a61e60fabf0075
3
- size 7587
 
 
 
 
today/2026/05/31/02/50.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:da9715083108c1c366e66a4d92d4ab93371d0ac3e0625011df3975d267a8170c
3
- size 6958
 
 
 
 
today/2026/05/31/02/55.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:10db8c71aeec89e8fe014a0cc4be92e03097a8b1a7fb0c05bbe132a8b9a52a50
3
- size 7653
 
 
 
 
today/2026/05/31/03/00.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:77e2fa3814b7edd48fc99f324fd8279482e9710fca9cc058d27a97bee1a6ab30
3
- size 5563
 
 
 
 
today/2026/05/31/03/05.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d697cbd8d17c1e6ded5e8c81697a9a513fd158b99e6c8a168ca7ace62d7043a
3
- size 6032
 
 
 
 
today/2026/05/31/03/10.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:72128f13684567b19d4cac1d09fdbc250854436ea8124c6ccc6786b713390e9e
3
- size 9343
 
 
 
 
today/2026/05/31/03/15.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:893cb78bf0a1e8bf7bdb869ab9d69db8b6baa2df1a06d298dbaf892447bf2088
3
- size 7384
 
 
 
 
today/2026/05/31/03/20.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b650ed4228a8f2288cf5da827a92f610cbccca972cf7c813656afd8090b35412
3
- size 7888
 
 
 
 
today/2026/05/31/03/25.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0a80f4ca673f5a00482a036df8ea48e285d3b9d34dfd3b269c2589803d811cc
3
- size 9436
 
 
 
 
today/2026/05/31/03/30.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcb20f47a73da603e787c959c5f1e75c046fc3b1d714ba8c9e55b56cbf8c4167
3
- size 6332
 
 
 
 
today/2026/05/31/03/35.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:85d8000f1d9083480b0fdb3c3eecb477e10df50e7421395e7d7a2e1ea15f4426
3
- size 9205
 
 
 
 
today/2026/05/31/03/40.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b64bfed5677fa9ae72a32aa1e64332136ba3bfeb6696e9954873889c7d122994
3
- size 10689
 
 
 
 
today/2026/05/31/03/45.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1a94a1adae3b13a2fe3d6146fc5441cff0ebe2cf8099e27e7bdf1301d0f2910
3
- size 10510
 
 
 
 
today/2026/05/31/03/50.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7c4eee3215d01974f79d27d5e643251318c8409aebfb074b8e6dff5a55ceff8
3
- size 8429
 
 
 
 
today/2026/05/31/03/55.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:61059171a322d16c385e8c222592cdc032ce1fe59a568a0608e5d89e3c88a6bc
3
- size 8638