Update dataset from ded17d387875
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +12 -5
- part-000.parquet +2 -2
- part-001.parquet +2 -2
- part-002.parquet +2 -2
- part-003.parquet +2 -2
- part-004.parquet +2 -2
- part-005.parquet +2 -2
- part-006.parquet +2 -2
- part-007.parquet +2 -2
- part-008.parquet +2 -2
- part-009.parquet +2 -2
- part-010.parquet +2 -2
- part-011.parquet +2 -2
- part-012.parquet +2 -2
- part-013.parquet +2 -2
- part-014.parquet +2 -2
- part-015.parquet +2 -2
- part-016.parquet +2 -2
- part-017.parquet +2 -2
- part-018.parquet +2 -2
- part-019.parquet +2 -2
- part-020.parquet +2 -2
- part-021.parquet +2 -2
- part-022.parquet +2 -2
- part-023.parquet +2 -2
- part-024.parquet +2 -2
- part-025.parquet +2 -2
- part-026.parquet +2 -2
- part-027.parquet +2 -2
- part-028.parquet +2 -2
- part-029.parquet +2 -2
- part-030.parquet +2 -2
- part-031.parquet +2 -2
- part-032.parquet +2 -2
- part-033.parquet +2 -2
- part-034.parquet +2 -2
- part-035.parquet +2 -2
- part-036.parquet +2 -2
- part-037.parquet +2 -2
- part-038.parquet +2 -2
- part-039.parquet +2 -2
- part-040.parquet +2 -2
- part-041.parquet +2 -2
- part-042.parquet +2 -2
- part-043.parquet +2 -2
- part-044.parquet +2 -2
- part-045.parquet +2 -2
- part-046.parquet +2 -2
- part-047.parquet +2 -2
- part-048.parquet +2 -2
README.md
CHANGED
|
@@ -11,19 +11,19 @@ tags:
|
|
| 11 |
# Mathlib Const Deps
|
| 12 |
|
| 13 |
This dataset was generated with [lean_scout](https://github.com/mathlib-initiative/lean_scout)
|
| 14 |
-
from the GitHub repository `adamtopaz/mathlib_const_deps` at commit `
|
| 15 |
|
| 16 |
## Source
|
| 17 |
|
| 18 |
- Source repository: `adamtopaz/mathlib_const_deps`
|
| 19 |
-
- Source commit: `
|
| 20 |
- Hugging Face dataset repo: `adamtopaz/mathlib_const_deps`
|
| 21 |
- Dataset URL: `https://huggingface.co/datasets/adamtopaz/mathlib_const_deps`
|
| 22 |
-
- Generated at (UTC): `2026-03-27T20:
|
| 23 |
- Mathlib commit used for extraction: `698d2b68b870f1712040ab0c233d34372d4b56df` (requested as `v4.29.0-rc8`)
|
| 24 |
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Extraction details
|
| 29 |
|
|
@@ -46,7 +46,7 @@ from the GitHub repository `adamtopaz/mathlib_const_deps` at commit `d96e2be61cd
|
|
| 46 |
### Scout command
|
| 47 |
|
| 48 |
```bash
|
| 49 |
-
lake run scout --command const_dep --parquet --dataDir /tmp/scout-action-
|
| 50 |
```
|
| 51 |
|
| 52 |
## Schema
|
|
@@ -70,3 +70,10 @@ fields:
|
|
| 70 |
name: deps
|
| 71 |
```
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
# Mathlib Const Deps
|
| 12 |
|
| 13 |
This dataset was generated with [lean_scout](https://github.com/mathlib-initiative/lean_scout)
|
| 14 |
+
from the GitHub repository `adamtopaz/mathlib_const_deps` at commit `ded17d387875019ca8ee4eca1307a07e814fe565`.
|
| 15 |
|
| 16 |
## Source
|
| 17 |
|
| 18 |
- Source repository: `adamtopaz/mathlib_const_deps`
|
| 19 |
+
- Source commit: `ded17d387875019ca8ee4eca1307a07e814fe565`
|
| 20 |
- Hugging Face dataset repo: `adamtopaz/mathlib_const_deps`
|
| 21 |
- Dataset URL: `https://huggingface.co/datasets/adamtopaz/mathlib_const_deps`
|
| 22 |
+
- Generated at (UTC): `2026-03-27T20:57:40.590929Z`
|
| 23 |
- Mathlib commit used for extraction: `698d2b68b870f1712040ab0c233d34372d4b56df` (requested as `v4.29.0-rc8`)
|
| 24 |
|
| 25 |
|
| 26 |
+
If you use this dataset, please reference the corresponding `mathlib` / `mathlib4` revision used for extraction.
|
| 27 |
|
| 28 |
## Extraction details
|
| 29 |
|
|
|
|
| 46 |
### Scout command
|
| 47 |
|
| 48 |
```bash
|
| 49 |
+
lake run scout --command const_dep --parquet --dataDir /tmp/scout-action-cteyqymu --cmdRoot /home/runner/work/mathlib_const_deps/mathlib_const_deps --parallel 1 --numShards 128 --batchRows 1024 --config '{}' --imports Mathlib
|
| 50 |
```
|
| 51 |
|
| 52 |
## Schema
|
|
|
|
| 70 |
name: deps
|
| 71 |
```
|
| 72 |
|
| 73 |
+
|
| 74 |
+
## Attribution
|
| 75 |
+
|
| 76 |
+
This dataset is derived from [Mathlib](https://github.com/leanprover-community/mathlib4), an open-source mathematical library developed by the [leanprover-community](https://leanprover-community.github.io/).
|
| 77 |
+
If you use this dataset, please cite the [Mathlib paper](https://doi.org/10.1145/3372885.3373824) or the [Mathlib repository](https://github.com/leanprover-community/mathlib4).
|
| 78 |
+
|
| 79 |
+
A full list of Mathlib contributors is available at [this link](https://github.com/leanprover-community/mathlib4/graphs/contributors).
|
part-000.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a25846f5c1ea4babd2d88590a74b9550ca527c1c9a818bdc82e146d0d13ec6f
|
| 3 |
+
size 890676
|
part-001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8add165d56b88a1c560bb4cd346ae7403cdabde94cab71936671d61639b5d8f2
|
| 3 |
+
size 889195
|
part-002.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4895824f25d6a98e03f593a8a27106f23c6e2776a9f2b1bc958cc12bb529fc36
|
| 3 |
+
size 887224
|
part-003.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7025c8dcad0e7cb5a39d8d8859256c23d49c37529c28c55a523b4c3e407c11de
|
| 3 |
+
size 911982
|
part-004.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db9a25ae1d42686dcdc3f66b186ce2711ea378192f03468f2d7def9381f0c079
|
| 3 |
+
size 892234
|
part-005.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23026c3666708085b1dcd7c0d6db6e46dca1d43a9b312e34570b32bc39382e76
|
| 3 |
+
size 894466
|
part-006.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c25725414b7f1fe5b468e0046232a55266325432038941263cb0d60ecf83ee15
|
| 3 |
+
size 874394
|
part-007.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a77ef48513f26da613624d440e65cf05d809b23297101a724b875b20ff6ff861
|
| 3 |
+
size 904960
|
part-008.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eed1629f93f34540e027b972035db99576108edcc4ed5b6458df84d7e2cc5361
|
| 3 |
+
size 896112
|
part-009.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd4f5a248a0772c7db16c90a885324897f71ae34c3fc043ec912636f0594127c
|
| 3 |
+
size 911006
|
part-010.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f164543db95ed44b39866289c205acbe579919fbb877129da944a4b647c2759
|
| 3 |
+
size 890845
|
part-011.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44a36eb475f70db494bb17e7829132d1ca64474ec07005384e5ca7eff79f461d
|
| 3 |
+
size 908033
|
part-012.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a088c6519690af79f5e087c48ba7b65339d698c054aa26f6f656ee460d926b7
|
| 3 |
+
size 890254
|
part-013.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9165d6855ec845307450e8ac26cbbcbe54af5d92b8a02afbcaa7e4587eadf66
|
| 3 |
+
size 900032
|
part-014.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cf87df335724b9412fecc91caa31534bf2ae470c2823acaa3e8854af4b787d2
|
| 3 |
+
size 865112
|
part-015.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a379fa09c4f31fa9fd04d79334db36282627be27ec5db54f091761273434a4f9
|
| 3 |
+
size 893177
|
part-016.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:822969a60facac0b9781ac5d1366ea77351f8c956c986a157bfcc3da36207a06
|
| 3 |
+
size 887038
|
part-017.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de5a740ba4d169ae8cfc1af73efb1bfd76231f95f5a425ae648fcd0e4782e9ae
|
| 3 |
+
size 876342
|
part-018.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00ec19f7884c37c2fe1ae726a638f6d043002f4ab5df6ebdccfe6bf28df4a7ed
|
| 3 |
+
size 891995
|
part-019.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:999de90503c66f0afcc50b3f4d18420e7f99fff37be2bce185b715ce43b7ec65
|
| 3 |
+
size 865601
|
part-020.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d33d02de9ad4bfd4fa4118fc649b9a95027bda1adc418a22c5570f23117e3656
|
| 3 |
+
size 909565
|
part-021.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4fb47b4d8e24c86413e0e33150d766e7999e2720fdc20102c718f9527549d9a
|
| 3 |
+
size 897353
|
part-022.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97b87646a2ffa17f94364a9dbce3c5f2e493c56efdec2a1e12f38a88481b7305
|
| 3 |
+
size 887970
|
part-023.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a254ede1e2d65dab38cdf110bd7a9875e406bea37063ee35d1aab982461e876
|
| 3 |
+
size 876800
|
part-024.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84f3607d297602906432e919a02f1f5f6e9308a3008e7fac9237d852927efa92
|
| 3 |
+
size 880687
|
part-025.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b404d4336c651efe32b9d6b4107a3f4e41b00ff041d3d362c36b2c49e1a8f2ac
|
| 3 |
+
size 882527
|
part-026.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f0d2d42939b2ad4ddd7a0b098e4ce9cc0705f2c743701cab8c8c7ffed808f87
|
| 3 |
+
size 880019
|
part-027.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fd8587968b202650f78f15a18b6328bd12aa3f85182bcee974b3b73197c7c1a
|
| 3 |
+
size 924566
|
part-028.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2317747b44e265329898a8d160d7c60e732f8a58af069993f0c19de4a0059c5
|
| 3 |
+
size 913600
|
part-029.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3829e66bb8566a325ed42495a44f08eb803926bdce15400228fb9edb24a5717b
|
| 3 |
+
size 903016
|
part-030.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:044922b7fdf7bbc037ee04a36ba6a7628197533fe66456cbc5edf3f31091ed24
|
| 3 |
+
size 852883
|
part-031.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afbc1a81e025371fc9871243674db73d1bddf8fadc2c74d4c87f98a08327d5ee
|
| 3 |
+
size 900367
|
part-032.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6f085717bb3e59a712bab710dd2c5f8235c8f3955cf1164a17abdbd15c7e634
|
| 3 |
+
size 891711
|
part-033.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f1e8a02fe0dc7e849493fec901866afe94eb9a3104b4f09b47d004952f72713
|
| 3 |
+
size 912866
|
part-034.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdefabb1fa46c2a8c8928cd6795452bdf0d25d6a7b9b62a1197b25da6e6f1755
|
| 3 |
+
size 894185
|
part-035.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e09eacfd9b1c101a30d3f92ec57c02ea292a1524bf2266ba1d47ee5e638fa46
|
| 3 |
+
size 891187
|
part-036.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b7f8cff3fc910050b4a04de3688cca2dd63bc69caf4ff2e761b0fbe60db329b
|
| 3 |
+
size 886214
|
part-037.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f31d8877118b245140317840be81ebdd74bc2e3795e66e769391101efcec0d19
|
| 3 |
+
size 894659
|
part-038.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f08f6f9f689fd38ec5cc5937fa7d138128d53941e916c9d907d3f20c70a0bad5
|
| 3 |
+
size 866830
|
part-039.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dababf470776004d7271a0be603e3bd9d3b6519c75356928f6f7ef089afbcc7d
|
| 3 |
+
size 848267
|
part-040.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6840ea029b7b7045f62e4e70ed2b449682b0e43f6a92be708b4cf5a421cd74a8
|
| 3 |
+
size 891416
|
part-041.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d2f53d1e50d2da32aa69af3f3ba3052cb5aebefa82b1fa797ab6a37ddf4df71
|
| 3 |
+
size 879256
|
part-042.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4f564cf73718f7f185d1887bf88cbb1e6617fbcc536c5b7b573fc518f5c20fb
|
| 3 |
+
size 883333
|
part-043.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d47bd2e2935d099995f865bc2d95a14252a15c6d61b0558ae813a109e8ea0d3
|
| 3 |
+
size 893314
|
part-044.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff9501a948f438216a538ea1d43e485af9085c6cec9b50eea7fa6484fda87a9b
|
| 3 |
+
size 894627
|
part-045.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaa36e117828ed452e961f1da6fec0c67a4c61bd72afac898e807626cffd69c4
|
| 3 |
+
size 883019
|
part-046.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6101e8398a0b1e54440e6e5c7501756123eb96ed6043ca93627034448818b294
|
| 3 |
+
size 857951
|
part-047.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4561cc7a70e32e9ffbe50d5535f6d3205363622089639f3439e2d44d87ba5478
|
| 3 |
+
size 859597
|
part-048.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38bb8e2c1a6d877575ff7819a7f4f1fcd2caca23838790dba2efd78b4f6fe779
|
| 3 |
+
size 913937
|