Dark3s MathiasExorde commited on
Commit
484c4d9
·
0 Parent(s):

Duplicate from Exorde/exorde-social-media-december-2024-week1

Browse files

Co-authored-by: Mathias Dail <MathiasExorde@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +59 -0
  2. README.md +291 -0
  3. processed_data_0.parquet +3 -0
  4. processed_data_1.parquet +3 -0
  5. processed_data_10.parquet +3 -0
  6. processed_data_100.parquet +3 -0
  7. processed_data_101.parquet +3 -0
  8. processed_data_102.parquet +3 -0
  9. processed_data_103.parquet +3 -0
  10. processed_data_104.parquet +3 -0
  11. processed_data_105.parquet +3 -0
  12. processed_data_106.parquet +3 -0
  13. processed_data_107.parquet +3 -0
  14. processed_data_108.parquet +3 -0
  15. processed_data_109.parquet +3 -0
  16. processed_data_11.parquet +3 -0
  17. processed_data_110.parquet +3 -0
  18. processed_data_111.parquet +3 -0
  19. processed_data_112.parquet +3 -0
  20. processed_data_113.parquet +3 -0
  21. processed_data_114.parquet +3 -0
  22. processed_data_115.parquet +3 -0
  23. processed_data_116.parquet +3 -0
  24. processed_data_117.parquet +3 -0
  25. processed_data_118.parquet +3 -0
  26. processed_data_119.parquet +3 -0
  27. processed_data_12.parquet +3 -0
  28. processed_data_120.parquet +3 -0
  29. processed_data_121.parquet +3 -0
  30. processed_data_122.parquet +3 -0
  31. processed_data_123.parquet +3 -0
  32. processed_data_124.parquet +3 -0
  33. processed_data_125.parquet +3 -0
  34. processed_data_126.parquet +3 -0
  35. processed_data_127.parquet +3 -0
  36. processed_data_128.parquet +3 -0
  37. processed_data_129.parquet +3 -0
  38. processed_data_13.parquet +3 -0
  39. processed_data_130.parquet +3 -0
  40. processed_data_131.parquet +3 -0
  41. processed_data_14.parquet +3 -0
  42. processed_data_15.parquet +3 -0
  43. processed_data_16.parquet +3 -0
  44. processed_data_17.parquet +3 -0
  45. processed_data_18.parquet +3 -0
  46. processed_data_19.parquet +3 -0
  47. processed_data_2.parquet +3 -0
  48. processed_data_20.parquet +3 -0
  49. processed_data_21.parquet +3 -0
  50. processed_data_22.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - multilingual
4
+ license: mit
5
+ annotations_creators:
6
+ - machine-generated
7
+ language_creators:
8
+ - found
9
+ size_categories:
10
+ - 10M<n<100M
11
+ source_datasets:
12
+ - original
13
+ task_categories:
14
+ - text-classification
15
+ - summarization
16
+ - text-retrieval
17
+ pretty_name: "Exorde Social Media Dataset December 2024 Week 1"
18
+ tags:
19
+ - social-media
20
+ - multi-lingual
21
+ - sentiment-analysis
22
+ - emotion-detection
23
+ - text
24
+ ---
25
+ ---
26
+
27
+
28
+
29
+ # Multi-Source, Multi-Language Social Media Dataset (1 Week Sample)
30
+
31
+
32
+
33
+ This dataset represents a rich, diverse snapshot of global online discourse, collected over a one-week period from December 1, 2024, to December 7, 2024. It comprises 65,542,211 entries from various social media platforms, blogs, and news articles, all precisely timestamped at the moment of posting. This dataset is procuded by Exorde Labs. www.exordelabs.com/.
34
+ This dataset includes many conversations around the period of CyberMonday, Syria regime collapse and UnitedHealth CEO killing & many more topics. The potential is wide.
35
+ All items in this dataset are captured publicly, in near real-time, allowing post-deletion & retrospective analyses.
36
+
37
+
38
+
39
+ ## Dataset Highlights
40
+
41
+
42
+
43
+ - **Multi-Source**: Captures content from a wide range of online platforms
44
+
45
+ - **Multi-Language**: Covers 122 different languages
46
+
47
+ - **High-Resolution Temporal Data**: Each entry is timestamped to the exact moment of posting
48
+
49
+ - **Rich Metadata**: Includes sentiment analysis, emotion detection, and thematic categorization
50
+
51
+ - **Large Scale**: 65,542,211 entries collected over just one week
52
+
53
+ - **Diverse Content**: Social media posts, blog entries, news articles, and more
54
+
55
+
56
+
57
+ ## Dataset Schema
58
+
59
+ - **date**: string (exact timestamp of post)
60
+ - **original_text**: string
61
+ - **url**: string
62
+ - **author_hash**: string (SHA-1 hash for privacy)
63
+ - **language**: string
64
+ - **primary_theme**: string
65
+ - **english_keywords**: string
66
+ - **sentiment**: double
67
+ - **main_emotion**: string
68
+ - **secondary_themes**: list<element: int64>
69
+
70
+
71
+
72
+ ## Attributes description
73
+
74
+ - **original_text** is the exact original text of the item/post, as it was collected. It should match the original content before any
75
+ deletion/edition.
76
+ - **author_hash** is a SHA-1 Hash of the author username on a given platform, when provided. Many items have None Author_hash.
77
+ - **language** is detected by a fasttext-langdetect model. Isocode ISO 639.
78
+ - **primary_theme** is the output of MoritzLaurer/deberta-v3-xsmall-zeroshot-v1.1-all-33, on on the
79
+ classes below.
80
+ - **secondary_themes** are the same theme classes with a mapping:
81
+
82
+
83
+ > 1. Economy
84
+ > 2. Technology
85
+ > 3. Investing
86
+ > 4. Business
87
+ > 5. Cryptocurrency
88
+ > 6. Social
89
+ > 7. Politics
90
+ > 8. Finance
91
+ > 9. Entertainment
92
+ > 10. Health
93
+ > 11. Law
94
+ > 12. Sports
95
+ > 13. Science
96
+ > 14. Environment
97
+ > 15. People
98
+
99
+
100
+
101
+ - **main_emotion** is computed from an emotion scoring Language model, fine-tuned on social media data.
102
+
103
+ - **english_keywords** is a powerful attribute, computed from an English translation of the original text. These keywords represent the core content (relevant keywords) of the text. They are produced from KeyBert & statistical algorithms. They should be mostly in English except when translation was faulty, in that case they will be in the original language.
104
+
105
+ - **Sentiment** is computed & aggregated from several models, including deep learning models. It is a value between -1 and 1. -1 being negative, 0 neutral and 1 positive.
106
+
107
+
108
+
109
+
110
+ ## Key Statistics
111
+
112
+ - **Total entries**: 65,542,211
113
+
114
+ - **Date range**: 2024-12-01 to 2024-12-07 (included)
115
+
116
+ - **Unique authors**: 9,235,952
117
+
118
+ - **Languages**: 122
119
+
120
+ - **Primary themes**: 16
121
+
122
+ - **Main emotions**: 26
123
+
124
+ - **Average sentiment**: 0.051
125
+
126
+ - **Most common emotion**: Neutral
127
+
128
+
129
+
130
+ ### Top 10 Sources
131
+
132
+ 1. x.com: 49,893,080
133
+
134
+ 2. reddit.com: 14,385,495
135
+
136
+ 3. bsky.app: 7,292,262
137
+
138
+ 4. youtube.com: 1,778,020
139
+
140
+ 5. 4channel.org: 233,134
141
+
142
+ 6. jeuxvideo.com: 61,373
143
+
144
+ 7. forocoches.com: 55,683
145
+
146
+ 8. mastodon.social: 54,932
147
+
148
+ 9. news.ycombinator.com: 32,216
149
+
150
+
151
+
152
+ [Full source distribution](https://gist.githubusercontent.com/MathiasExorde/53eea5617640487bdd1e8d124b2df5e4/raw/5bb9a4cd9b477216d64af65e3a0918879f806e8b/gistfile1.txt)
153
+
154
+
155
+
156
+ ### Top 10 Languages
157
+
158
+ 1. English (en): 53,882,510
159
+
160
+ 2. Spanish (es): 5,012,521
161
+
162
+ 3. Japanese (ja): 3,653,281
163
+
164
+ 4. Portuguese (pt): 3,548,869
165
+
166
+ 5. French (fr): 1,487,180
167
+
168
+ 6. German (de): 1,297,085
169
+
170
+ 7. Turkish (tr): 850,770
171
+
172
+ 8. Arabic (ar): 829,992
173
+
174
+ 9. Italian (it): 720,955
175
+
176
+
177
+
178
+ [Full language distribution](https://gist.github.com/MathiasExorde/bded85ba620de095705bb20507fcf6f1#file-gistfile1-txt)
179
+
180
+
181
+
182
+ ## About Exorde Labs
183
+
184
+
185
+
186
+ Exorde Labs is pioneering a novel collective distributed data DePIN (Decentralized Physical Infrastructure Network). Our mission is to produce a representative view of the web, minute by minute. Since our inception in July 2023, we have achieved:
187
+
188
+
189
+ - Current capacity: Processing up to 4 billion elements annually
190
+ - Growth rate: 20% monthly increase in data volume
191
+ - Coverage: A comprehensive, real-time snapshot of global online discourse
192
+ - More than 10 Million data points are processed daily, half a million per hour in near real-time
193
+
194
+
195
+ This dataset is a small sample of our capabilities, offering researchers and developers a glimpse into the rich, multi-faceted data we collect and analyze.
196
+
197
+
198
+
199
+ For more information about our work and services, visit:
200
+
201
+
202
+
203
+ - [Exorde Labs Website](https://www.exordelabs.com/)
204
+
205
+ - [Social Media Data](https://www.exordelabs.com/social-media-data)
206
+
207
+ - [Exorde Labs API](https://www.exordelabs.com/api)
208
+
209
+
210
+
211
+ ## Use Cases
212
+
213
+
214
+
215
+ This dataset is invaluable for a wide range of applications, including but not limited to:
216
+
217
+
218
+
219
+ - Real-time trend analysis
220
+
221
+ - Cross-platform social media research
222
+
223
+ - Multi-lingual sentiment analysis
224
+
225
+ - Emotion detection across cultures
226
+
227
+ - Thematic analysis of global discourse
228
+
229
+ - Event detection and tracking
230
+
231
+ - Influence mapping and network analysis
232
+
233
+
234
+
235
+ ## Citation Information
236
+
237
+
238
+
239
+ If you use this dataset in your research or applications, please cite it as follows:
240
+
241
+
242
+
243
+ `Exorde Labs. (2024). Multi-Source, Multi-Language Social Media Dataset (1 Week Sample) [Data set]. Exorde Labs. https://www.exordelabs.com/`
244
+
245
+
246
+
247
+ ## Acknowledgments
248
+
249
+
250
+
251
+ We would like to thank the open-source community for their continued support and feedback. Special thanks to all the platforms and users whose public data has contributed to this dataset.
252
+
253
+ Massive thanks to the Exorde Network and its data enthusiast community, unique of its kind.
254
+
255
+
256
+
257
+ ## Licensing Information
258
+
259
+
260
+
261
+ This dataset is released under the MIT license.
262
+
263
+
264
+
265
+ ## Contact Information
266
+
267
+
268
+
269
+ For questions, feedback, or more information about this dataset or Exorde Labs' services, please contact us at:
270
+
271
+
272
+
273
+ - Email: [hello@exordelabs.com](mailto:info@exordelabs.com)
274
+
275
+ - Twitter: [@ExordeLabs](https://twitter.com/ExordeLabs)
276
+
277
+ - GitHub: [Exorde Labs](https://github.com/exorde-labs)
278
+
279
+
280
+
281
+ We are committed to supporting the open-source community by providing high-quality, diverse datasets for cutting-edge research and development. If you find this dataset useful, consider exploring our API for real-time access to our full range of social media data.
282
+
283
+
284
+
285
+
286
+ ![Exorde Labs Logo](https://cdn.prod.website-files.com/620398f412d5829aa28fbb86/62278ca0202d025e97b76555_portrait-logo-color.png)
287
+
288
+
289
+
290
+
291
+ ---
processed_data_0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b9380c4541360b63a4d2985bcafbb1ccf94e398a80b0abb4409f0009877aae
3
+ size 100560294
processed_data_1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1903eafc7f877bc2110cbb6ac1999809d42a4f12f1fbb49083bf1e8a9a29b40c
3
+ size 114335205
processed_data_10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d0df032291bcdd0126ea79c030b6273c253d4bdfbf4023d11cb5dce930861f
3
+ size 126700482
processed_data_100.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a900c0e556856ce52df24cc104971e9b6a9815119ccc4fe172caa0d9132753
3
+ size 114219147
processed_data_101.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283ed7fe2708df70e5aaef9369e895cde51295bfb02657e6fc2a4a7d89a40097
3
+ size 122044861
processed_data_102.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09b63576630f991e743cf4c3388b7269266eb625909f05ce426c77171556e78
3
+ size 122354391
processed_data_103.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d547aa91e3df9b656e3814dfbe2e4b46ef2ca1eb24df51f56921117062e4f843
3
+ size 124370530
processed_data_104.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f345f2de114c2968a1b18541787185ef274af20fbfab89652a9c5e0b9b2b1a
3
+ size 123734841
processed_data_105.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cdee07bee345921cdd7829125219791208eeeb4b0588ac0b9a9a33c573e33ec
3
+ size 125530815
processed_data_106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a86c4b1a6461a39ee0ad6a844f76d6d41a9d99475687539c15acc9259bec09d
3
+ size 130553024
processed_data_107.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5011d45b220f421a2116cb7ecf187ae1ae18ea9e44ddbc391e423af751bec15
3
+ size 127164379
processed_data_108.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1b2c33906d0ba3b2a36043da8d393855d18a6155265b3e2e8faef726b61231
3
+ size 128716168
processed_data_109.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb5faaaed45f2219a057608e2eadbfe068f5a16dba4e66d1f507f59929cd81b3
3
+ size 130204426
processed_data_11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493423478e81a2f857061508e46970c00cabc6bfa8e79d4a3d75183d8982ac70
3
+ size 126718442
processed_data_110.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac043ec511dd6d0cfa99a2930d768434b7b1c177738438fcb9bf22d695f27b6c
3
+ size 128175946
processed_data_111.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d999028cc4f146f778e624c93b10164d879abeb18fbb67873eb1ac221ec4bb82
3
+ size 125552414
processed_data_112.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac27091f4801dcfabea67e902660de5e7de3f35efba0bf7cf360a4a1d038fed5
3
+ size 123189321
processed_data_113.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7916f3d580f9442e46835d7707eced7b452925e108d42692f0b501f4b6813f7f
3
+ size 121314734
processed_data_114.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd3890776771ae3fd6abe0db0dce075f446286802e45c87b38550899bb246d2
3
+ size 122385693
processed_data_115.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b009569cf668aad0ba0374de62d7b386994588f8f7885216c1bb48e3b8faaf
3
+ size 118600960
processed_data_116.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e05c062a5bae1adf03c808834d59f63e9b6af51f188626292256e532886866f
3
+ size 115106689
processed_data_117.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d1bbe53951702a3e73e6632fad660b16752edc8404b21f5825983797484078
3
+ size 115511922
processed_data_118.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f45eb17433ce2286e74704a740de1e55fa66e1ca180345dc2620b213de9bc21
3
+ size 113502142
processed_data_119.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962d61e226fc4df5fc4dd40a46c86e4451b78d1a655d16c8fab3bf8bb85e763d
3
+ size 115590774
processed_data_12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:120f9221ece81096b2e5ffaf06798a02a93d5d96db88f0f522dad0ec8cdc5c9e
3
+ size 123994516
processed_data_120.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd64919d3ce43feb2c48ad4378f64bb6673b877f76cd86091ffd2efed41be2e1
3
+ size 115240725
processed_data_121.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e6cb97f3a2ad11a225ea6b272a47efb28b4f1cc9c0edc848a2fdcb8f60fd29
3
+ size 118138762
processed_data_122.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957416df1f5edfc356f286d200c1e34769deebebbc14e9d0dd375bfb31374c9b
3
+ size 118763518
processed_data_123.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6953e4e8207aff5fd5a13c368e20349851c144b88c5604cf2ba82027cc8264e1
3
+ size 120239051
processed_data_124.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee76328ad323e0d68a0441cf4ce1148d9cf41976eac3432f60f82e5c985f5457
3
+ size 120823191
processed_data_125.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1d2bee3c77361456eac7ed1962537e2d5870d330ddd17159ccfc7a90f2eaed
3
+ size 123901664
processed_data_126.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2d624ce8c9910b232bceb71ea9edd418c50e85649a4334677bc16e6bfc5353
3
+ size 123054756
processed_data_127.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590e7fb71a419a2e1e757b2cb37221515e17b2e4d73d9fa4b8f98d0464b390ec
3
+ size 124021745
processed_data_128.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda2b3b6c154c26022d6a6c7f45f102431b6d4e2de5a8b1f55c1231e6526311a
3
+ size 125817594
processed_data_129.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a44984b002d437d696f4cc89d1a4955ce6108c93dc64efdb199286c54d3cd9f
3
+ size 126693908
processed_data_13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2501c92148dcc5834073678dc365938d79cb5259d2e1b818ca457e149ef1163a
3
+ size 124161686
processed_data_130.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b6a1656e222b07567300e1ed1db829d005d034997a07d6995501a290543fa6
3
+ size 122458813
processed_data_131.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091183ff8a111a463332f5e2f0f9e1ca47e61d489241f1797a0adb5c047d1d28
3
+ size 121145881
processed_data_14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452709ff9bd67428797e3792962e1e06e6b4f2bb8e067795c6f9aa743d8b85c4
3
+ size 127844538
processed_data_15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e491d5072a2d0fc0317d140dd59df9ede3aa83f3717483cd574aa5f5516713
3
+ size 126604534
processed_data_16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8422804da9a16aebf0e6cf01dadbbf1892b3db3d7777b8cc774d59d20847a71
3
+ size 123163120
processed_data_17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f398ee70ecb7a9cf3fe4a273babdfadb742796acc49daf02210fb325bf076dcb
3
+ size 120484678
processed_data_18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:104953d36609c6dd41b51b98a2abd65d510577222ba80bbdc1f53e707465266e
3
+ size 120342903
processed_data_19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009af6ff271323851b31853f21cf24a814b4b1198f90edc2439ffa1dc933507c
3
+ size 119992561
processed_data_2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec880cc24a92521e812cac3211dd62cc3a2129bd457a88fc332d6102fd26ab4
3
+ size 115356114
processed_data_20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24ddb33c5fa50be48347b70811962e49a1bb14c07bc58a8e02c5b51ccecd732
3
+ size 122107608
processed_data_21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a5a7caff1a07d867ce97d82765f99f29416cdca45545012b91c75aeb326e811
3
+ size 117387717
processed_data_22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f14a3e6d826659d645bdec5871a29107704d6afb3e164cf71388fc73d3b3ba
3
+ size 117389269