diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..bed0738c7eeb449bca98b5d2f33c89a1ee56349a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.avro filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..421e23bc1b0b5ae7676eec27088e85fe6145a381 --- /dev/null +++ b/README.md @@ -0,0 +1,370 @@ +--- +thumbnail: "https://huggingface.co/datasets/HuggingFaceCode/stack-v3-train/resolve/main/assets/banner.png" +annotations_creators: [] +language_creators: +- crowdsourced +- expert-generated +language: +- code +license: +- odc-by +multilinguality: +- multilingual +size_categories: +- 100M + +# πŸ₯ž The Stack v3 + +- [What is it?](#what-is-it) +- [What is being released](#what-is-being-released) +- [How to download and use it](#how-to-download-and-use-it) +- [Dataset statistics](#dataset-statistics) +- [Dataset structure](#dataset-structure) +- [Dataset creation](#dataset-creation) +- [Considerations for using the data](#considerations-for-using-the-data) +- [Additional information](#additional-information) + +## What is it? + +The Stack v3 is the **largest, most up-to-date open dataset of source code**, crawled directly from GitHub and built to pre-train code LLMs with full-repository context. It is the successor to [The Stack v2](https://huggingface.co/datasets/bigcode/the-stack-v2) and, like its predecessor, is released to make the training of code models more **open, reproducible, and transparent**. + +If your code is included in this version and you would like it removed for any reason, please use the ["Am I in The Stack?"](https://huggingface.co/spaces/HuggingFaceCode/in-the-stack) Space to submit a removal request. Repositories that opted out are removed from the dataset before each patch release. + +Two things set v3 apart from earlier releases of The Stack: + +1. **The file contents are included inline.** The decoded UTF-8 source text is embedded directly in the dataset, so it is fully self-contained β€” you can start training the moment the download finishes. +2. **It reflects the state of GitHub in August 2025.** The corpus is a direct crawl of GitHub repositories at their default-branch HEAD, capturing roughly two additional years of open-source code compared to The Stack v2. + +> The Stack v3 training subset contains **15.9 TB** of source code across **713** programming languages from **173M** repositories (~**4.9 trillion** tokens). +> The Full Stack v3 corpus contains **113.7 TB** of source code across **770** languages from **224M** repositories. + +### The Stack across versions + +| | The Stack v1 | The Stack v2 | The Stack v3 | +|-|-|-|--------------| +| cutoff | 2022 | 2023 | 2025 | +| full | 6.4 TB | 67.5 TB | 113.7 TB | +| dedup | 2.9 TB | 32.1 TB | 99.3 TB | +| train | ~200B tokens | 2.0 TB / ~550B tokens | 15.9 TB / ~4.9T tokens | +| languages | 358 | 618 | 713 | + +## What is being released + +The Stack v3 is published in two complementary datasets: + +| Dataset | What it is | Best for | +|----------------------------------------------------------------------------------------------|---|---| +| [`HuggingFaceCode/stack-v3-train`](https://huggingface.co/datasets/HuggingFaceCode/stack-v3-train) | Near-deduplicated, heuristically filtered code, **grouped by repository**, with file contents inline. Ready for training. | Pre-training code LLMs with repository context. | +| [`HuggingFaceCode/stack-v3-full`](https://huggingface.co/buckets/HuggingFaceCode/stack-v3-full) | The complete corpus before quality filtering and near-dedup selection. Hosted as an HF Storage Bucket. Split into a **`metadata`** part (repo/file metadata) and a **`contents`** part (one row per unique file blob). | Research on the raw corpus, custom filtering, or building your own training mix. | + +`stack-v3-train` is derived from `stack-v3-full`: it is the near-deduplicated corpus with an additional round of quality heuristics applied, restricted to one representative per duplicate cluster, and grouped so that each row is a full repository. + +`stack-v3-full` is documented in its own [dataset card](https://huggingface.co/buckets/HuggingFaceCode/stack-v3-full). Reach for it when `stack-v3-train` is not enough: it retains all near-duplicates with their **`dedup_cluster`** IDs and pre-filtering signals (so you can roll your own deduplication and filtering), and its metadata lists **every** file of every repository β€” including stubs for binary, oversized, and undetected-language files β€” so you can locate and re-crawl anything we excluded (PDFs, binary assets, niche languages). + +### Changelog + +| Release | Description | +|---|---| +| v3.0 | Initial release of The Stack v3. | + +## How to download and use it + +### `stack-v3-train` + +Each row is a **repository**; the code lives inline under `files[].content`. + +```python +from datasets import load_dataset + +# Full dataset (downloads locally) +ds = load_dataset("HuggingFaceCode/stack-v3-train", split="train", cache_dir="/path/to/local/cache", num_proc=16) + +# Streaming (downloads shards on demand β€” recommended for quick tests) +ds = load_dataset("HuggingFaceCode/stack-v3-train", split="train", streaming=True) + +for repo in ds: + print(repo["repo_path"], "-", repo["num_files"], "files") + for f in repo["files"]: + print(f["file_path"], f["language"], f["license_type"]) + print(f["content"][:100], "...") + break +``` + +> [!TIP] +> There are no per-language configs: each row is a whole repository, and its files (usually a mix of languages) live in the `files[]` array. To filter by language, iterate the dataset (streaming works well) and keep the files you want, e.g. `[f for f in repo["files"] if f["language"] == "Python"]`. If you need language-partitioned files, use [`stack-v3-full`](https://huggingface.co/buckets/HuggingFaceCode/stack-v3-full), where contents are partitioned by language. + +For analytical access without loading through the `datasets` library, you can query the Parquet files directly with DuckDB or Polars: + +```python +import duckdb +from huggingface_hub import HfFileSystem + +duckdb.register_filesystem(HfFileSystem()) + +duckdb.sql(""" + SELECT repo_path, num_files + FROM 'hf://datasets/HuggingFaceCode/stack-v3-train/data/*.parquet' + LIMIT 10 +""").show() +``` + +### `stack-v3-full` + +`stack-v3-full` is hosted as a [Hugging Face Storage Bucket](https://huggingface.co/docs/hub/storage-buckets) (not a regular dataset repo), split into a `metadata/` part (one row per repository) and a `contents/` part (one row per unique file blob, partitioned by language) that join on `content_id`. See [its dataset card](https://huggingface.co/buckets/HuggingFaceCode/stack-v3-full) for access instructions, join examples (DuckDB, pandas, PySpark), the full schema, and how stubs and `dedup_cluster` work. + +## Dataset statistics + +The Stack v3 compared to previous versions + +### Languages + +The dataset contains **713** programming and markup languages. + +Per-language breakdowns are available as JSON: + +* **Train split:** [`stats/train/stats_by_language.json`](./stats/train/stats_by_language.json) β€” 713 languages +* **Full (unfiltered):** [`stats/full/stats_by_language.json`](./stats/full/stats_by_language.json) β€” 770 languages + +## Dataset structure + +### `stack-v3-train` β€” data fields + +Each row is a **repository**. + +* `repo_path` (`string`): `owner/name` slug of the repository on GitHub. +* `repo_id` (`int64`): Numeric GitHub repository ID. +* `commit_id` (`string`): Commit (HEAD of the default branch) the snapshot was taken from. +* `github_metadata` (`struct`): Repository-level metadata from the GitHub repository page: + * `branch` (`string`): Default branch name. + * `commit_count` (`int32`): Number of commits on the default branch. + * `repo_created_at` (`string`): Repository creation timestamp. + * `is_fork` (`bool`): Whether the repository is a fork. + * `is_org_owned` (`bool`): Whether the repository is owned by an organization. + * `forked_from` (`string`): Source repository if this is a fork, else `None`. + * `stars` (`int32`): Star count at crawl time. + * `forks` (`int32`): Fork count at crawl time. + * `issues` (`int32`): Open issue count at crawl time. + * `pull_requests` (`int32`): Open pull-request count at crawl time. +* `num_files` (`int64`): Number of files in this repository row. +* `files` (`list[struct]`): The files of the repository: + * `content_id` (`string`): SHA-1 of the file content. + * `content` (`string`): The UTF-8 file content (PII-redacted). + * `size_bytes` (`int32`): Length of the content in UTF-8 bytes. + * `file_path` (`string`): Path of the file within the repository. + * `file_timestamp` (`int64`): File modification time (Unix seconds). Only as accurate as the GitHub metadata. + * `language` (`string`): Programming language, detected by [`go-enry`](https://github.com/go-enry/go-enry) (a port of GitHub's Linguist). + * `is_vendor` (`bool`): Whether the file is a vendored/third-party file (per `go-enry`). + * `license_type` (`string`): `permissive` or `no_license`. + * `detected_licenses` (`list[string]`): SPDX license identifiers detected by [ScanCode](https://github.com/nexB/scancode-toolkit). + +### `stack-v3-full` β€” data fields + +`stack-v3-full` shares the same repository-level fields, but its `files[]` structs reference content by `content_id` instead of embedding it, and include **stub** entries for excluded files (binary, oversized, undetected language). The full schema and stub semantics are documented in the [`stack-v3-full` dataset card](https://huggingface.co/buckets/HuggingFaceCode/stack-v3-full#data-fields). + +## Dataset creation + +The Stack v3 was built in a similar fashion as The Stack v2 β€” language detection with [`go-enry`](https://github.com/go-enry/go-enry), file-level license detection with [ScanCode](https://github.com/nexB/scancode-toolkit), MinHash-LSH near-deduplication, PII redaction, quality filtering, and repository-level grouping β€” with updated tool versions and a few meaningful changes: + +### What changed from v2 + +| | The Stack v2 | The Stack v3 | +|---|---|---| +| **Source** | Software Heritage graph (2023) | Direct GitHub crawl (cutoff: 2025-08-07) | +| **Content** | File IDs only | File contents inline β€” self-contained | +| **Near-dedup** | Per-language | Language-agnostic, with Jaccard verification after connected-component clustering (no false positives) | + +The rest of the pipeline (license detection, quality heuristics, PII redaction, grouping) follows the same methodology as v2 with updated tool versions. + +> **Scope note:** This release focuses on **source code and Jupyter notebooks**. It does not include the additional non-code sources that accompanied StarCoder2 training (GitHub issues, pull requests, Kaggle notebooks, documentation, ArXiv, Wikipedia, OpenWebMath, etc.). + +### Curation rationale + +Most code LLMs are trained on data that is never released, making the systems hard to reproduce and study. By publishing a large, contemporary, contents-included code dataset together with its construction code, we aim to make code-LLM pre-training reproducible and to give researchers a transparent, up-to-date corpus to build on. + +### Source data + +#### Data collection + +The list of repositories to crawl was assembled by taking the union of: + +- Every GitHub repository that appears in [GH Archive](https://www.gharchive.org/) public event data, and +- Every GitHub origin recorded in the Software Heritage graph (origin table, `2025-05-18` snapshot). + +For each repository, the crawler fetched the GitHub repository page (for metadata such as stars, forks, and the HEAD commit) and downloaded a **single snapshot tarball** of the default branch at its HEAD commit β€” no git history is collected. Forks were only downloaded when they had at least **5 stars**. + +During download, the following were dropped or emptied: + +* Files larger than **5 MB**. +* Binary files (files containing a null byte). +* Symlinks and non-regular files. +* Repositories were capped at **1,000,000 files**. + + +The crawl completed on **August 7, 2025**. The dataset reflects the state of public GitHub repositories as of that date. + +The crawl collected snapshots from **224M** repositories containing **43.9 billion** files (including stubs for binary, oversized, and undetected-language files). + +The exact snapshot for every repository is traceable via its `commit_id`. + +#### Cleaning and filtering + +The corpus then passes through the following stages (implemented in Spark): + +1. **Decoding & language detection.** File bytes are decoded to UTF-8 (falling back to `cchardet` encoding detection). Language, vendor, and generated-file flags are assigned with [`go-enry`](https://github.com/go-enry/go-enry). Each unique content blob is content-addressed by its SHA-1 (`content_id`) and stored once. +2. **License detection.** We detect licenses at the file level using the [ScanCode Toolkit](https://github.com/nexB/scancode-toolkit) and propagate them through the repository file tree: + 1. *Identify license files.* Any file whose name matches a license-bearing pattern (e.g. `LICENSE`, `COPYING`, `MIT.txt`, `Apache2.0`, `NOTICE`, `README`, `GUIDELINES`, …) is selected for scanning. + 2. *Detect licenses.* ScanCode's license detection runs on the content of each matching file and returns the SPDX identifiers of any licenses found. + 3. *Propagate to siblings.* The detected licenses are propagated to every file that shares the same directory prefix as the license file β€” e.g. a `LICENSE` at the repo root covers all files, while one in `src/lib/` covers only files under that subtree. When a file is covered by multiple license files from different directories, their licenses are merged. + 4. *Classify.* Each file is labelled `permissive` (at least one permissive license detected, no conflicting non-permissive license), `no_license` (no licenses detected, or only non-license legal texts such as CLAs), or `non_permissive`. The permissive allowlist follows the [Blue Oak Council](https://blueoakcouncil.org/list) list plus licenses categorized as *Permissive* or *Public Domain* by [ScanCode](https://scancode-licensedb.aboutcode.org/). **Files classified as `non_permissive` are excluded from both released datasets.** +3. **Near-deduplication.** MinHash signatures (256 permutations, 5-grams, min. 5 tokens) are indexed with LSH; candidate pairs with estimated Jaccard similarity β‰₯ **0.7** are grouped into duplicate clusters via connected components. Unlike v2, deduplication runs across all languages at once (language-agnostic) and candidate pairs are verified against their Jaccard estimate to eliminate false positives. For `stack-v3-train`, a single **representative** file per cluster is retained, chosen by (in order) highest stars, highest forks, permissive license, earliest repository creation. +4. **Quality heuristics** (applied to `stack-v3-train`). Same filters as the StarCoder2 pipeline, with minor adjustments to language lists to accommodate new or updated languages detected by the newer `go-enry` release: + * Drop files with `<25%` alphabetic characters (alphanumeric for Assembly). + * Drop files with average line length `>100` or maximum line length `>1000` (exempting data/markup formats such as Text, JSON, XML, HTML, Markdown, Roff, TeX). + * Drop files with `>100,000` lines and cap several data/config formats (such as JSON, Yaml,...) at `512` lines. + * Drop files with giant base64/hex/unicode-escape data blobs, LFS pointers, and files with auto-generation markers in the first 5 lines. + * For HTML, keep only files whose visible text is β‰₯ 100 characters and β‰₯ 20% of the content. + * Drop a curated blocklist of non-code languages/extensions. + * Cap the largest markup/config languages (XML, HTML, JSON, JavaScript) at a fixed byte budget each, and probabilistically downsample any repository whose total size exceeds **1.5 GB** to fit Arrow/Parquet limits. +5. **PII redaction** (applied to `stack-v3-train`). Same model and filtering as v2. File contents are scanned with [`StarPII`](https://huggingface.co/bigcode/starpii). Detected emails, keys, names, passwords, and IP addresses are replaced with placeholder tokens (``, ``, ``, ``, and synthetic private IPs). +6. **Jupyter notebooks** (applied to `stack-v3-train`). `.ipynb` files are processed separately: cell **outputs, inline images, and volatile metadata are stripped**, and the notebook is kept as structured JSON. They pass through the same license, dedup, and PII steps. `stack-v3-full` keeps the raw `.ipynb` contents as crawled β€” use it if you want to apply your own notebook processing. +7. **Grouping.** Files are grouped by repository so each row is a full repository, enabling repository-context pre-training. + +Opt-out requests (see below) are applied before release. + +#### Who are the source language producers? + +The source code was written by GitHub users whose repositories were public at crawl time (up to August 7, 2025). + +### Personal and sensitive information + +`stack-v3-train` was scanned for PII (emails, keys, names, passwords, IP addresses) with the same model and heuristics as The Stack v2, and detected entities were replaced with placeholder tokens. Detection is imperfect: the released data may still contain sensitive information (emails, IP addresses, keys) that was previously published to public GitHub repositories. + +Researchers should use only public, non-personal information for open-access research, and must not use any personal information for spamming or other harmful purposes. + +### Opting out + +Developers can request that their code be removed from The Stack v3. You can check whether your code is included via the ["Am I in The Stack?"](https://huggingface.co/spaces/HuggingFaceCode/in-the-stack) Space, and submit removal requests following the [opt-out instructions](https://github.com/bigcode-project/opt-out-v2). Repositories that opted out are removed from the dataset before each patch release. + +## Considerations for using the data + +### Social impact + +The Stack v3 is released in the spirit of open science, to increase the accessibility, reproducibility, and transparency of code-LLM research. Code LLMs can help people of diverse backgrounds write better software, but they also carry risks such as over-reliance on generated code, generation of insecure or malicious code, and effects on the software-development labor market. + +### Discussion of biases + +Widely used languages (e.g. C, JavaScript, Python) are heavily overrepresented relative to niche languages, and some languages are far less likely to be permissively licensed than others, biasing their representation. Comments in code may contain harmful or offensive language. The majority of natural language in the code is English. + +### Other known limitations + +* License attribution is only as accurate as ScanCode and the GitHub metadata; report any mistakes for review. +* The dataset may contain malicious code, and models trained on it could be used to generate malware. +* Because content is a single default-branch snapshot (as of August 7, 2025), it does not capture development history or non-default branches. + +## Additional information + +### Licensing information + +The dataset is released under the **Open Data Commons Attribution License (ODC-By) v1.0** [license](https://opendatacommons.org/licenses/by/1-0/). + +The Stack v3 is a collection of source code from repositories with various licenses. Any use of all or part of the code gathered in The Stack v3 must abide by the terms of the original licenses, including attribution clauses where relevant; we provide provenance information (`repo_path`, `commit_id`, `detected_licenses`) for each file to facilitate this. + +The list of [SPDX license identifiers](https://spdx.org/licenses/) included in the dataset can be found [here](stats/full/stats_by_license.json). + +### Citation information + +```bibtex +@misc{lozhkov2026stack-v3, + author = {Lozhkov, Anton and Larcher, Hugo and Morlon, Mathieu and Ben Allal, Loubna and von Werra, Leandro}, + title = {The Stack v3: The Largest Open Code Dataset}, + year = 2026, + url = {https://huggingface.co/datasets/HuggingFaceCode/stack-v3-train}, + publisher = {Hugging Face} +} +``` + +The Stack v3 builds on the methodology of The Stack v2 / StarCoder2: + +```bibtex +@misc{lozhkov2024starcoder, + title={StarCoder 2 and The Stack v2: The Next Generation}, + author={Anton Lozhkov and Raymond Li and Loubna Ben Allal and Federico Cassano and Joel Lamy-Poirier and Nouamane Tazi and Ao Tang and Dmytro Pykhtar and Jiawei Liu and Yuxiang Wei and Tianyang Liu and Max Tian and Denis Kocetkov and Arthur Zucker and Younes Belkada and Zijian Wang and Qian Liu and Dmitry Abulkhanov and Indraneil Paul and Zhuang Li and Wen-Ding Li and Megan Risdal and Jia Li and Jian Zhu and Terry Yue Zhuo and Evgenii Zheltonozhskii and Nii Osae Osae Dade and Wenhao Yu and Lucas Krauß and Naman Jain and Yixuan Su and Xuanli He and Manan Dey and Edoardo Abati and Yekun Chai and Niklas Muennighoff and Xiangru Tang and Muhtasham Oblokulov and Christopher Akiki and Marc Marone and Chenghao Mou and Mayank Mishra and Alex Gu and Binyuan Hui and Tri Dao and Armel Zebaze and Olivier Dehaene and Nicolas Patry and Canwen Xu and Julian McAuley and Han Hu and Torsten Scholak and Sebastien Paquet and Jennifer Robinson and Carolyn Jane Anderson and Nicolas Chapados and Mostofa Patwary and Nima Tajbakhsh and Yacine Jernite and Carlos MuΓ±oz Ferrandis and Lingming Zhang and Sean Hughes and Thomas Wolf and Arjun Guha and Leandro von Werra and Harm de Vries}, + year={2024}, + eprint={2402.19173}, + archivePrefix={arXiv}, + primaryClass={cs.SE} +} +``` + +### Acknowledgements + +This dataset is derived from source code hosted on GitHub. We thank the developers who make their work publicly available, and the [BigCode](https://www.bigcode-project.org/) community, whose work on dataset filters, PII detection, and open code dataset governance informed much of this pipeline. diff --git a/assets/banner.png b/assets/banner.png new file mode 100644 index 0000000000000000000000000000000000000000..db395a43039c1deb26a9cdccc3431fa0a483208c --- /dev/null +++ b/assets/banner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdeb08746abf0928498195dd484a7e2399f87019a3912b373c6bc73738bb6f2f +size 1567304 diff --git a/assets/stack_v3_multiplier_light.png b/assets/stack_v3_multiplier_light.png new file mode 100644 index 0000000000000000000000000000000000000000..4869f190c5a12fa19a78bdecae195ea13d001a73 --- /dev/null +++ b/assets/stack_v3_multiplier_light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b921808cc4d3b12a68b34353680f16e7c051a399a9d98ddbf775d0f5970c5528 +size 200694 diff --git a/data/part-00000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e69f472f054a38f0bd7304763d081c64dd5bcc85 --- /dev/null +++ b/data/part-00000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28da35d1af9dc7af21b9d4287341b59a0e9b7d3e55df9ce5fc1e4469b1589fb +size 599291691 diff --git a/data/part-00001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ea632d09e0379ffcc1144e2eaa7e432665386c4 --- /dev/null +++ b/data/part-00001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469f1f5749fec192df38a10680bd997e777b3a175a17c92caadda6d50e7067d3 +size 663690873 diff --git a/data/part-00002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b64258b2fdbfbf08a54f90956be3b021715d72ef --- /dev/null +++ b/data/part-00002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe71f7935d1cede81ac7d0676d15dca909148e365b40f6bba02c506b4733dd8 +size 562168878 diff --git a/data/part-00003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38382b5f7143d49780b48da6298fdf0bcdfbf2f5 --- /dev/null +++ b/data/part-00003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16104b85159934dda04c2541801f300afe92550ebdd47a3b38576eb8d473bb0c +size 569709293 diff --git a/data/part-00004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bef53bcb73a72d0e0e6f0779e81fd7bbe349888e --- /dev/null +++ b/data/part-00004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8357b637d01db97d30d4eb6be130fd1dd451583ea33c1f8bb689b5ce8b2870ad +size 478634413 diff --git a/data/part-00005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab8666a10a73909462b4de0544fc991579a9fecb --- /dev/null +++ b/data/part-00005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f75026982b558325e3129ee148e37024067218432ad03dacc17fdfab1b81a8 +size 493328558 diff --git a/data/part-00006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b122c95bf8171d49985914187dc51779c08e45fd --- /dev/null +++ b/data/part-00006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa115f18edf9057e656ca5b4b053939827c6487f3b4c0b99da6c89e57b0cb8c3 +size 667549234 diff --git a/data/part-00007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2c68395f70a5b72d84ce19378cdb26dd8c8ec9f --- /dev/null +++ b/data/part-00007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219ab5f3508941ecdc8830526a444caf2a6e2c38627d54bca8bc611024be7910 +size 739601469 diff --git a/data/part-00008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba8610a2e8772b813317a3c6f444a1d86d6e3571 --- /dev/null +++ b/data/part-00008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b5b7af6b184081624ccf8d87e5abcd611de07d47d55f9c608d421ed612276 +size 449143423 diff --git a/data/part-00009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..974c58d1235089fff8ddaa3b4e79c551b98fb13f --- /dev/null +++ b/data/part-00009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db7e55e4293062fd12cb679324f02ea249e9a61cc8d3b2f5eb92714619af420 +size 419674442 diff --git a/data/part-00010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e15880c77e15da97469fd737b6d5103237e710c --- /dev/null +++ b/data/part-00010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f022dac3cb4008124c8ed949b2b61032799fef0d8ee99fb2473b0d5517f097da +size 569487692 diff --git a/data/part-00011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6da057479f9464d20bd775d20ba1b270d88c6264 --- /dev/null +++ b/data/part-00011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12981a27c5e586ef7d7842897dd65d6169e27cc97c6a7d4e0f541ba60a0a9d9f +size 533877915 diff --git a/data/part-00012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..063e8f36165baa7dded96f988e652e9fafb4dd42 --- /dev/null +++ b/data/part-00012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1236b5c1f67084b3df9e38c467f98253109bb339ff43d6e850b32cf6acf193ac +size 470005756 diff --git a/data/part-00013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cb2cca537ccc58ff343b33b666de7583cf69e33 --- /dev/null +++ b/data/part-00013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04191b99632a10431f8f67d736fabc90d9aafa37984e4f2c02f6747e59cda1a +size 524957416 diff --git a/data/part-00014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c71edb1b57cff236455ae85a1de4e1ae4c6d4de --- /dev/null +++ b/data/part-00014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a41870640cc078b92c5c6d038666ed1e86aeb4acc06877fc34f3c1ab908782c +size 625209478 diff --git a/data/part-00015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94a4acc82ebcdc3b8667bdcab654b64589040e7c --- /dev/null +++ b/data/part-00015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fb73fc4944717999183b311f40988efd41d9d1efe18b58f4916f33cce8df22 +size 508522390 diff --git a/data/part-00016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d28108171aeb240d1cc07a5325511bfc6282755c --- /dev/null +++ b/data/part-00016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff3f88bf9381507b6e8f0106640e6836a8551a3e507260038ebc6d85019b918 +size 422723400 diff --git a/data/part-00017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a588bff33e40f8e3e23b3b7b3b0e71b815ddeee0 --- /dev/null +++ b/data/part-00017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75171531ec2b4ed20ae3404bd8dedc6feb96b17b831788f40431428b3f773d62 +size 644062416 diff --git a/data/part-00018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97d18f0b0b9bc5adbdf0a6311d49a8933658ed89 --- /dev/null +++ b/data/part-00018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0013203690447b65096cbd50d47f2a96fae9f9968ed7cc84e110f4f48597f4 +size 475931457 diff --git a/data/part-00019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f09ba11258c58585cba35c4027fb9afb2f6549c6 --- /dev/null +++ b/data/part-00019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf75e5db0cd7fee885a8170cf6602e6efba828468cdfa285999d5901feec05e1 +size 505242969 diff --git a/data/part-00020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aeddac541614c9465f67d78247d5f6f5b43cbcdd --- /dev/null +++ b/data/part-00020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7a9ee956efe97f7c09796292c1bb91fe0d07686d4945bf29b98afae15e9a2b +size 638318416 diff --git a/data/part-00021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..681a2b76db710317527ae9f6c1585c6b9b8cd25f --- /dev/null +++ b/data/part-00021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e566237eb6cdb16f42b21cde1ed9daff596fbcf5cc4842272160bf528376bd2 +size 747829544 diff --git a/data/part-00022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f9c540adddd86f8f1c47a6d56a47116fc6ff597 --- /dev/null +++ b/data/part-00022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827f6378afe3f34faa388bb16fc02ef7ab48fd2cd896092d9771b92262cc3f8d +size 393170491 diff --git a/data/part-00023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85eead1826e43f165556ee7d3a478294f7f5c12b --- /dev/null +++ b/data/part-00023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6cfe7a127d8f20db4dbe454fd4dd643077c0e3facad95cca2a49d1165f3b84 +size 680053223 diff --git a/data/part-00024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea02ea69085f080f18b067ba3f774ee9c5f4f425 --- /dev/null +++ b/data/part-00024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c7df2e2d13758bdd081fca4a8ffe4d9b8b0fa7552fed5ce4e1254fc97e9d0c +size 579787659 diff --git a/data/part-00025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4f85b7f8e30a0a4fdaa3db6a0c7c6fa5bb19023 --- /dev/null +++ b/data/part-00025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d365982f5a134262dc9ebe29039fe97bed2fac180298f67bc61a6c65e06fef2f +size 666930852 diff --git a/data/part-00026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f11d4006f0ad8a971eb60b33628608bd36d9ca62 --- /dev/null +++ b/data/part-00026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27046d4d60c638dfe7867b2192a6aabca0d5c09d4976811ab23a9c82055d1bf +size 412052346 diff --git a/data/part-00027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..263cfb683beaf0fded5ec7d84265fd9d00620308 --- /dev/null +++ b/data/part-00027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee897f50ea3bda74fe8d397694b0113df301a106fa412e2d1bdc1fb04fbc96b1 +size 546097592 diff --git a/data/part-00028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f867e1509ad34f5dc3af8d3fa15e427d30272cd2 --- /dev/null +++ b/data/part-00028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058ff530758ce3260aa5cff0e77762cc1b6a4075371b626306118e75503b679d +size 528681072 diff --git a/data/part-00029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d6a2181ab4d95582dd721af90bc6680ecadfc05 --- /dev/null +++ b/data/part-00029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d238c2806c27819bb4e7f60a80e0739c688e83086df8d4d539be57a75e6cc8 +size 390054811 diff --git a/data/part-00030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..637544279307ac2168098366c52d88fe7f9e7112 --- /dev/null +++ b/data/part-00030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee994e2e57302f583fa7d363d4806539fcda9edefd77454ad36c45fb44f49a4 +size 445317791 diff --git a/data/part-00031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b66aa0befc52d9a234c404291af4f9d379b5c2d --- /dev/null +++ b/data/part-00031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee576ecd9b1429436fd033959be2426d256041cda41bb63518405fd2c9e95079 +size 527615530 diff --git a/data/part-00032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..097784ca744aae53bb98cd685136458675248660 --- /dev/null +++ b/data/part-00032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484570d66044d8076f67971af5e54b6bf126ef5be931b7bb072a22f9c737611f +size 549122276 diff --git a/data/part-00033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3405684721258acd23ed48a32c8a7f5f995cbfb6 --- /dev/null +++ b/data/part-00033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07178985c8262414b478a136431f323ba4a15fac1d976664e900e2f3f9f3785 +size 422679715 diff --git a/data/part-00034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe669c8008b3b52b35a4b1f3d07b0e887d37a0af --- /dev/null +++ b/data/part-00034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4726ee2a82e0937b7481ca82ef51811c962a633bb816b7a856beb12519492c37 +size 404756837 diff --git a/data/part-00035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd4f21782f84468e06079ec2bf592f166312b3d1 --- /dev/null +++ b/data/part-00035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b317aa9b32dc0198216ea5652cc4ce6507c35fd3e06f4fe57f9ea9499e84817f +size 419387328 diff --git a/data/part-00036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..037c7b6f1bd4ed37ea049e0b4a723a631cd692c7 --- /dev/null +++ b/data/part-00036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511be3990b26949d8a7f6711909fd82d716dc84099a7e1a175024909f03d58b3 +size 483539186 diff --git a/data/part-00037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2025476fb6967d5b61e78a01b9403b75ba053632 --- /dev/null +++ b/data/part-00037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ce653441b4cf922d55797dfb35090166636b2cdc77fa4fccbf86b56b899c91 +size 910378181 diff --git a/data/part-00038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b1a88e7f41cf429d036e461dffe58949aa5278 --- /dev/null +++ b/data/part-00038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133620708751c528cca47062030e204631fafa0a7b61a9406d95d12060867ef9 +size 491240226 diff --git a/data/part-00039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af55e7f8a2b9fddb85decb24d510a65e0b742a06 --- /dev/null +++ b/data/part-00039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb18434a39d40e52b25d5a4a42e68139184e0dff0b6a42903ac75882abe16538 +size 521256297 diff --git a/data/part-00040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c99e81067ee690d1fb5a288ed32a165aef765142 --- /dev/null +++ b/data/part-00040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b227f174b7fed2b128fb3cd5f2b89d82635adcc14e3b600b7018a31affd7ac6b +size 444472652 diff --git a/data/part-00041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83bb4c4e5dfd7e10390a41110d315f0d2fc5acde --- /dev/null +++ b/data/part-00041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceec923eb0cae058c796d7f9a30adbc89edac5331b754fedd16890655d1cc7fb +size 450704999 diff --git a/data/part-00042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ba680ae7bcffbba2d0682bfee0f991a353bed83 --- /dev/null +++ b/data/part-00042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7fe45e442e0ee989b9be2683932e9cc5ea5988cbe8193044e24b0655c43844 +size 676607785 diff --git a/data/part-00043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b19424f2833ecb6661a4137c15b38931870e328a --- /dev/null +++ b/data/part-00043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe617c370ae026c7ad66c945890201904617de5e4278ee71ab80acea4ca2db3 +size 714926149 diff --git a/data/part-00044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af228524cfaec97d964eac9e0d91f87ceb4680f1 --- /dev/null +++ b/data/part-00044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4040b51847697e75589c748140c3893c545d203b50bf44dda0704f023ad3dd9b +size 530045036 diff --git a/data/part-00045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..434b27aad17989e68480e6c0d35dcf81dd2ad911 --- /dev/null +++ b/data/part-00045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b64f700c97fa9e72488a5ca02c4c416bbdbc261a18fd1192d54b9b9035246ff +size 383404889 diff --git a/data/part-00046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24bf1684ac7037b1d447348d097255f636449dfa --- /dev/null +++ b/data/part-00046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643c68f65bd79c71f889a1c3e93cd627c309523602c652278c94b5aff9599290 +size 519557285 diff --git a/data/part-00047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d57205efb8000e52c1476decd3b31972a5ed2062 --- /dev/null +++ b/data/part-00047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e97ca820849c264c4ecb9a24a818e96b2a35171dc8364615b9ed1f5a7b2a00f +size 552358541 diff --git a/data/part-00048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac54ca7969d0abcd79e0c9740b184e2db1698c5c --- /dev/null +++ b/data/part-00048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b82ce18536e961828571c24fc92c2c9758ff0a10bf6ef8548a866448cc7050 +size 493649275 diff --git a/data/part-00049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31d8b9a7c92d909313785c74b3acecfd75996332 --- /dev/null +++ b/data/part-00049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a509f9bd6291dbdc02c8ef1ccf9f24294bc8e298764a63c9a5a2592911fbb441 +size 427628290 diff --git a/data/part-00050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d443f4f1cfc32681b054ecfbc0aa89a721a4b4b --- /dev/null +++ b/data/part-00050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7e6656b98a42e45db7bb8f6c1d762e9fdfc1a1c19cdbe1a8e0740cc939994a +size 497360052 diff --git a/data/part-00051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e94eb515fd87d26d623d8a848555bea85edf5c7 --- /dev/null +++ b/data/part-00051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d22c1e1e237dfe197f5df1d573fc4af31648fe1666fe594a518a30fb6e37f82 +size 741217204 diff --git a/data/part-00052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39610d92fab9b5c1e03e876a95ed76763b696322 --- /dev/null +++ b/data/part-00052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3fa3304036e8a36fc56acc9f8d7dc98783eff727718ab8e7f48fc13ad46022 +size 744896049 diff --git a/data/part-00053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bf522e94a22116651ceec053c9694f3a00ac145 --- /dev/null +++ b/data/part-00053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6204f63935e9efbf51e365ed85ccd329bfd13adc1030db40babc2b0e6176dd29 +size 596253478 diff --git a/data/part-00054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dc2f553ba9abe6f25125fd09f2d9ebc87e0823d --- /dev/null +++ b/data/part-00054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45ebedd228ba68e7bd565479942ecf657343eb2b04bb8354fdbeb437cc2a5b4 +size 774413579 diff --git a/data/part-00055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad1658b93f10d3be5ff36ed2c93f8ea8ac296a82 --- /dev/null +++ b/data/part-00055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2cf403b839742cc41ed61fc8d215e2a441db131daa40bc0f036d351bbe7ad0 +size 586864670 diff --git a/data/part-00056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a984a16115416f7b544cc751c29b3b34766ba90 --- /dev/null +++ b/data/part-00056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee522d19f1a1065b05706b18cbd7f8e0f3abac857d69a4b5e8e60c425eeb7067 +size 541436752 diff --git a/data/part-00057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e40800965eb325058be73c9c32bc7c14f49bd00 --- /dev/null +++ b/data/part-00057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da4e3f5a104ddd7c35164585426854ad7d07e149fe7a8d4acf311b88c0688ba +size 467361248 diff --git a/data/part-00058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..217e9fb807627526453d9e8661e92162c25cef6f --- /dev/null +++ b/data/part-00058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168f83219596cea61344d5d90402ae66d9c860652f50307dad37658475f39f5f +size 772752970 diff --git a/data/part-00059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..468486a688d45ff132f0b739db80c5e8f22aa076 --- /dev/null +++ b/data/part-00059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96759916fb15b85c869278b529907d9f28d8d9b09819c782400909d92616d992 +size 715328570 diff --git a/data/part-00060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a35ee7dbfe8117447bd7d7b643700d6aa11ea7c --- /dev/null +++ b/data/part-00060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9101d2df3793f0a7a2a2c6b2ff4b34e770860c378e177029de5c2ba7eadce5f4 +size 374635238 diff --git a/data/part-00061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74ee33d74b7e8d8dcb565235935832e6748f1aca --- /dev/null +++ b/data/part-00061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da921b0860da948d8a73086e4545c6d85042dace90ae3061c2a2789f9e46ac84 +size 434134759 diff --git a/data/part-00062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..659eacbf8e40f5f97cf6fc8eeddefd4e1418026f --- /dev/null +++ b/data/part-00062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937de541c77b0dbf8ba83903ea3871c9bb7cbe3d31e1b11ba409f173e65c1a31 +size 526416144 diff --git a/data/part-00063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08ced919360ae673c4ada89717518bcec3eddfd0 --- /dev/null +++ b/data/part-00063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6013d774e6ac5b9e3c7858d8304a8060117a0fd388bb14669fea644ec5c64499 +size 728596029 diff --git a/data/part-00064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47b09fa6556d408c1b2482332dd3b6a6fde965b6 --- /dev/null +++ b/data/part-00064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6408422c2bc1aa5fccda4dafb197e8c5464371d8ac447c47941c1747f0d141e +size 603757295 diff --git a/data/part-00065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..888d8369aafaae34a8c5a66096fb36432e7155e9 --- /dev/null +++ b/data/part-00065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6de3da4890b224a91ad6972eee1bd9ae51ba107995178164d0480ca910a98c4 +size 538490894 diff --git a/data/part-00066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8478fff2de0998dd898acf2a142d55a181c135b8 --- /dev/null +++ b/data/part-00066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ba520812d0f37477f726a0976e3e8063be997238c761e5b1cb873d36dddd37 +size 1014236628 diff --git a/data/part-00067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb8a06898e53c90c184cba39d3b8973840b8ea00 --- /dev/null +++ b/data/part-00067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd66228857d04c95c58a49c4acec518bb10fd4d0d58b29629a241ea378e6144b +size 712478658 diff --git a/data/part-00068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3eb989ec71841944782940715265890e78ca2f0 --- /dev/null +++ b/data/part-00068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aba1de1228953fa893b44b96dd07f8e45bf0cb01dd28a3ace9f9b08b4c79a2f +size 596745731 diff --git a/data/part-00069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..157b933cd91625f5d76c01af6e6f3529d7f7c13c --- /dev/null +++ b/data/part-00069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623c80a4d5611251bd24d9552c02fcdc9fcd5cbc7007be38bb2e35ed8e8e8b88 +size 604701876 diff --git a/data/part-00070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daeebe330ca0ebf08aa1d1d0a52a30b6b1ff07cb --- /dev/null +++ b/data/part-00070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a107ed7693e61e0c10eedbb4ea9d1657f62eca0808ab5e3fafac4b7303de60 +size 446778497 diff --git a/data/part-00071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28862a2fb4b1501c1b30679e9c13c038a950e813 --- /dev/null +++ b/data/part-00071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8aacd0ee8b9573f512ab334f16255d21973f13f7da78ac8a912596f77aee30 +size 546497577 diff --git a/data/part-00072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1de995107b43f9f1ac4f9363663730474f530e3 --- /dev/null +++ b/data/part-00072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30b7e5124435b71f4c890d485872b2a93b22d1aa77b6262b0b8595dca611c7b +size 481167724 diff --git a/data/part-00073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8239aa17282384082b91889d8180c7a08fb3f2f --- /dev/null +++ b/data/part-00073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8883e176a8c719c92d923b93e2effccaba128e9b2798fee3da6036eb08c5a5 +size 446759481 diff --git a/data/part-00074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25d7f693fc4c1902baebd9c467d88799e070b2ab --- /dev/null +++ b/data/part-00074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad861f3902d051b35e43f5b20475b87b23a064d8ae5c20ef7b01c505bd01f83 +size 403358150 diff --git a/data/part-00075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b8e477524486f4149515cf999da8797bec95418 --- /dev/null +++ b/data/part-00075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0439071f58f8a40fe3543c12e3e40e15c590f54bea4c391544bff6c056d7f871 +size 506151424 diff --git a/data/part-00076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..251bd6366fe080257a28a61be6022ef0f2d8afd5 --- /dev/null +++ b/data/part-00076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2e7f5e9ef2061147a3d9783690d9a9f42c16fb92e2add367440fc4ad2d41b8 +size 391237258 diff --git a/data/part-00077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e5addd9059bf29e7ad3d72488d1c4217243ac82 --- /dev/null +++ b/data/part-00077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac746eefd8a118c3c557684ead0d8ec3b1836951dd3cf3a7e897cc68b2e2cf0 +size 627049497 diff --git a/data/part-00078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56ea4f4827de3859edfcaf8a48df32f1c8608f82 --- /dev/null +++ b/data/part-00078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9187dd5b5d3bf08dd0f0a4db3990360e424a66171e39d71adb2746d19dc551eb +size 384582484 diff --git a/data/part-00079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dacaba3302c535eb345f5c22ea182ceef5c8a3e9 --- /dev/null +++ b/data/part-00079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78542441ca1a34016184dc6c7ec68e4f23bc2f593dc737f3ec3949a8a44d28a5 +size 714538207 diff --git a/data/part-00080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dadea1a5418bc3624e29009de17d9ecfe8b26d59 --- /dev/null +++ b/data/part-00080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1942978d5f574fb871ed70373cf6719cc1272d47b0ec369225d4be709a07a61 +size 819000618 diff --git a/data/part-00081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..209c3d57d0972da0764d7b26fd8365cca626af5d --- /dev/null +++ b/data/part-00081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fadfb31546183c9a36f21ecf5ebaf2567128a103b58ade7f09f9495cba69f2 +size 472467503 diff --git a/data/part-00082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f7faaa747998c2a4dd8424b02840330a90a3701 --- /dev/null +++ b/data/part-00082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10ff52324c395123c6db22f76dadd78b0a0a0d93da40b8ba52df7d5bf6d298c +size 500729345 diff --git a/data/part-00083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..060dccedbd730c2eb09f48c5796634d5b15ba6ac --- /dev/null +++ b/data/part-00083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b240d5aa040899f43e010c00df9ceb1798882d96045dd15ce0156081f00f99 +size 557840146 diff --git a/data/part-00084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cfa1504badc8bbda9ffa39f8a8b2b327f824ef7 --- /dev/null +++ b/data/part-00084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20be3eedaf8e0e8f2cefd3271239054f889cbe53fd01d19390200c009fa5249 +size 509773954 diff --git a/data/part-00085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7899761bbb11488952b86852f2e8bc61ad732f9f --- /dev/null +++ b/data/part-00085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207dd4c609d216ad6fdcf461eedc71f1fff032368fc24e58c79ae9dd81eb0d6e +size 503279584 diff --git a/data/part-00086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f9988a8f8f1c24cc4aa155bc39fa4a4a3193ed1 --- /dev/null +++ b/data/part-00086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86835be692cb9d24245c4cc2d7be1936159a6c33eefa9e73df2bc2a4a3111a8e +size 425508904 diff --git a/data/part-00087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3de7e638351bc4bb9a9fef4c874cebbdfc20b80b --- /dev/null +++ b/data/part-00087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7260fc0c8da151ab349ee4293ddf87dd2bed53bed37dc2fc7999cb11773c55d +size 389557269 diff --git a/data/part-00088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2588d0ca46db9640f700cde51befb7af9305c07b --- /dev/null +++ b/data/part-00088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dd6178882d7ccda74478d5ba3eeebdd6060eb4f51649b3e4e2b521f3029da9 +size 1005716969 diff --git a/data/part-00089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..097ebf1346e1c0725ea3f0a3df737da6a12d03fa --- /dev/null +++ b/data/part-00089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c4e45e03a146544873dd559bfffedc3bb19153b1d1e4ba2b13a849f60e4641 +size 445110640 diff --git a/data/part-00090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5be912f72b2d8c4b3d7db3419217d64a42f01f5 --- /dev/null +++ b/data/part-00090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0daebaa9b0a87af4af895abcc5d89eaccf397bff05f34d0704bb0fc8d04b168 +size 548028103 diff --git a/data/part-00091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ea84e66161bd01aa922b7ede8e1c967dbea9b33 --- /dev/null +++ b/data/part-00091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f12686dbee935374b59397f05d2e39c4fcd68f9247115ce426bc3a180dfa54 +size 592336872 diff --git a/data/part-00092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60b603c69e347b26af385201e7b118bc41346d27 --- /dev/null +++ b/data/part-00092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b1587b642b018882f1da9a249ebb04a9f6dceb6551633013635169f57ea81e +size 440257260 diff --git a/data/part-00093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6837bb57f1fcefae6be981a96da6bc50490cb048 --- /dev/null +++ b/data/part-00093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecb7405396cf5ea23fba370dc18038fa4e72ea0c51f8977bfca4dfdc4d6f369 +size 702835694 diff --git a/data/part-00094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98cad6eea9e184870ae4b5792341bca70263ecb1 --- /dev/null +++ b/data/part-00094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0272f97d2acf9f586935decd8b9136f85296c674b623c0d081bc298b2155049 +size 532133741 diff --git a/data/part-00095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df914dab03b03353f69b51f9d1eb51ab03a86d4f --- /dev/null +++ b/data/part-00095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c707e1c7a5e222ab660a09f1d151cb058f89476f5899c888c2fddd8b4d04177 +size 596609215 diff --git a/data/part-00096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aa5df5c0c34a3252936bef9e7cc00bf8ae87095 --- /dev/null +++ b/data/part-00096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02afa3a4d9c0525e043400ee099bacd64e3d413f031ff43fad5680de51c04c8b +size 584783874 diff --git a/data/part-00097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a53b21f4bd490e4c9f7e90f5551fdbe41493a39 --- /dev/null +++ b/data/part-00097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ead0f48722f94d700b6d5e14055b39f7ae1eb0fdde7ea30155980a5fc41fa26 +size 526749455 diff --git a/data/part-00098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57479be7892f99a43c8023165b4a40c9352d5a11 --- /dev/null +++ b/data/part-00098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9932268f6cc322194202d8d998709291b08c90bde38c19b695f84b8d99724e16 +size 677873922 diff --git a/data/part-00099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cdf8ed8f030648f93d59a48fba8c2d06bb12cbd --- /dev/null +++ b/data/part-00099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c2f1e0547be28a5adda93b56f3228c4488a78050d5979f27db8d0214e38dfb +size 437681580 diff --git a/data/part-00100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8540fcb3bfaa75276941f4b82f07c4c28ad3f840 --- /dev/null +++ b/data/part-00100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f7ba67e3024f6bae8367a90dd750768cfd76f7a8ce8c4e41b8e3c3f0b1051b +size 533792718 diff --git a/data/part-00101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37bbbcc6203359966314a61bb258057ccdd5dd6a --- /dev/null +++ b/data/part-00101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83896caf1d513c87fb50d72b02042ef4f5738e354d5a637b347b586cd273c318 +size 380149434 diff --git a/data/part-00102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de0a52b01f7ab3dea33e663432febb486b98f336 --- /dev/null +++ b/data/part-00102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800861a1158dd43cf351590dd2134b74374729889a66f5169bdf19c9bdeec683 +size 442226892 diff --git a/data/part-00103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ae534574b69b09b314acc326a55cae66e3a1518 --- /dev/null +++ b/data/part-00103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97495b21972264313cb8a59a4e7e0db93fde44e34558d24c97c239e43bb3487 +size 546141074 diff --git a/data/part-00104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1dcc3d373dfaf192684dd5a1c555fd52be9fad6 --- /dev/null +++ b/data/part-00104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdbfb96c7b64073a29ce0ddef354410b0dd7c2ffaacd4c2e8c37177fed6b074 +size 592343188 diff --git a/data/part-00105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ea5a86e6076855f0020b0c1901a12aa8bc5ce92 --- /dev/null +++ b/data/part-00105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d0306caa490c8f96c02ad8b544008a78e872808068a4f38d17173b4301471e +size 813713836 diff --git a/data/part-00106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e686b3ad70b6a66b8fe871d72a8659a96a40b2c --- /dev/null +++ b/data/part-00106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d25622e01605f328ce46350e282276e362c4090d20b64b807361460febfeb5 +size 589610108 diff --git a/data/part-00107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe4c1e21cf5a390db05b28890f1bb7275cf977e2 --- /dev/null +++ b/data/part-00107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b51b3b417508e80c405c268f1ae48144b72e90a601f6dde21c51f3e3c4a9e74 +size 484238582 diff --git a/data/part-00108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..983cd11aa160c3bd46f11d9322d12395fde6f5db --- /dev/null +++ b/data/part-00108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd4993902c81ec3b6df07152a0fac09428c7ca3d4ecfdd7357330c89b34e15e +size 558946660 diff --git a/data/part-00109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eede7afb1c5896c9c24bb0422fe7a4b440a645f6 --- /dev/null +++ b/data/part-00109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eff76dd47daf7001d9c9eb3a469504e52dba76af9d686f4ad395ce15bf43b71 +size 414015046 diff --git a/data/part-00110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fea0f2907441bc60fd32e3d4a2257a44512e0fd --- /dev/null +++ b/data/part-00110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fe5f4e979cb6a4af884f0367664ac27a77e847f7e958036a618b9a723d6602 +size 478883544 diff --git a/data/part-00111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b56ae9d15f334331db0c7e21d48b0afef05e1a3a --- /dev/null +++ b/data/part-00111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2efdfa72ed339bf42489a1b47c54fbe995c30dbe0da963232e6d1089f4ea8b3 +size 614039182 diff --git a/data/part-00112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..707d6b93d7654b663d486a8857078f23c7ef6896 --- /dev/null +++ b/data/part-00112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02762fc0f09e33d0c150e93420d7bd0ed24131861c81ba5c7a874dd0bf2429cb +size 425782065 diff --git a/data/part-00113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4f21c3db8887e5b9f99dc7b734547d19477519e --- /dev/null +++ b/data/part-00113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b394417dc816a0ca062f949a0f3c8326453361cd64c31e5e41b1afdaf23d2214 +size 839665870 diff --git a/data/part-00114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a18ae1f08c39e0cbb20b5e36a4569397789149cf --- /dev/null +++ b/data/part-00114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff175b13971470348924697fd4c28590357775a83c256cccc491bb049d025df +size 1032058578 diff --git a/data/part-00115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d5a78c9bf71e119fd626bca563de936345602e9 --- /dev/null +++ b/data/part-00115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16742c235863ae48b3a116c2d207dcb1a4bd8fe6a20b8a26325778dfb1ed43c +size 389837180 diff --git a/data/part-00116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e54ec78376bddc2b74ceaa8f37703a33a1b3d8e0 --- /dev/null +++ b/data/part-00116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6158ccfc4ff81e8bf7d891f7b0f55f335e800f745594091ad71ae421f6a7057c +size 453552699 diff --git a/data/part-00117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e8fd92ce51f7f75f41a6d12548b4745bca5fcf8 --- /dev/null +++ b/data/part-00117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ff2649a6994e3aba9c6d2a344f7746cc8b970c6ffcab304a519d9e57fdf6ee +size 696962652 diff --git a/data/part-00118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daa5496b8233d2c2fa6c9c8c9c3082408c7a6b90 --- /dev/null +++ b/data/part-00118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdb5448c54281d2255a2283dcff7700bc5353dccb29b1be1d18547614028e3e +size 520340800 diff --git a/data/part-00119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..581177b2996fe7e9f1900f57f41fddcff6496b5c --- /dev/null +++ b/data/part-00119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1fed483a85fa9f122571e06c92d60f3df29ef16ded3073e9081dd3db2f7023 +size 621433881 diff --git a/data/part-00120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ae2082fdbc96f51929df09a8c7c4fd156a2bf25 --- /dev/null +++ b/data/part-00120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2b8d5423436c6918377b3d9276c7a1d8e168da2a23e5bbd495ea14becc1ec8 +size 609269042 diff --git a/data/part-00121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf77f4d87b3e88edade554ddba21bcd040b58a7c --- /dev/null +++ b/data/part-00121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1be583ddf5b34a5a78fcc5ec0f59154b63131ec0c5af8377deb9c56af0f56ce +size 473687653 diff --git a/data/part-00122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8d1e5f5b937b182e213398410d987968ba29709 --- /dev/null +++ b/data/part-00122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcd4f5592ce6d5439c082b8ba640e27e382e44f2a1b67c0fc431bf66e529a25 +size 673916913 diff --git a/data/part-00123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed4c237870b2eb3598a985ee2c7c83f1121df496 --- /dev/null +++ b/data/part-00123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d682b3fd227d1cc59610c84167479810adf2ad57c985b1535a7635fb3032bfda +size 495916360 diff --git a/data/part-00124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64777ac3cceb7ac46e6d7ee2446043c3384f7239 --- /dev/null +++ b/data/part-00124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a11092a7f5481d0c925548ce1b423d16b2cf839281536f23b27b5c00a2938c9 +size 421031350 diff --git a/data/part-00125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cea97a43ae079b16b216b65e071f47cbd51b0930 --- /dev/null +++ b/data/part-00125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc09a0d967dbb5bf6436a034d96dbd1637b836110d3641ee93edffa266e4cc4 +size 429830719 diff --git a/data/part-00126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..712fbb210cef7684ad23de55e1abe49fd8059c19 --- /dev/null +++ b/data/part-00126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86972d01a7f8dbe9d75a0df7e5449fcb5fa404a9dbbc40c5b1580d6ab2eb2a78 +size 670217132 diff --git a/data/part-00127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ab78eef9f9286d65a6859c02ccb6f7099ab0861 --- /dev/null +++ b/data/part-00127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c61b20193e268d68275f95b0bbd758881e2c93940a57de0b89a59c17ac3d689 +size 1225015373 diff --git a/data/part-00128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..658f395903e29587659fd5b2131004ef56083963 --- /dev/null +++ b/data/part-00128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899f8be7995529dc0329a3b38f96c294bf878bfd8013a97b889524289fb7e0ce +size 366526957 diff --git a/data/part-00129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6e83653645a53035c211db2be2b9d262674317e --- /dev/null +++ b/data/part-00129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3afb0aaac75aaf4344329a436fcc0983eb6c9b03e525364f497690feaff9bef +size 484450626 diff --git a/data/part-00130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcd9adbb3a9990a0ff0f6c168c9a7696592b4d9b --- /dev/null +++ b/data/part-00130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7673c7675a51c2dbc47117b17f4021d8edf637b40f2bc508398f278c2002da +size 506411951 diff --git a/data/part-00131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e350e5ef981ece10f47e6aa0e3cb92495d6c527 --- /dev/null +++ b/data/part-00131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fa5c86dd99461fb545b69bb6e75982022ad5a46ba923c5dfa3a1c71318e956 +size 505562166 diff --git a/data/part-00132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44cb5e41ae4935463fd79efaad54a63e0a2b7a52 --- /dev/null +++ b/data/part-00132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8de950c1f1c4ac6a346d38fe539d913bc68161869217ee9a5fdc55322975d1f +size 476946358 diff --git a/data/part-00133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8eceefc1d128b5aa3b808c39976185c6c30b1729 --- /dev/null +++ b/data/part-00133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686f98a8449f91bacdb3507c08d69c9ad827f251795954a7c0c03fdb7b9f9bcd +size 810728559 diff --git a/data/part-00134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e15a689fe63e6a25c647bba0db216887fc0f3e3c --- /dev/null +++ b/data/part-00134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69639c0ac9bde697c3b7781dba19cfc59adf331bd3b6d66edc12e03414585d44 +size 513101167 diff --git a/data/part-00135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cda8cde14fcd9cd14525c7652af2487f78e8c235 --- /dev/null +++ b/data/part-00135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06246e3549c6c78fda23c44f0b280f077bfb11e1a034e8e06f3098a8069fdad4 +size 393333972 diff --git a/data/part-00136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a26e456d229b5af135a04e961559aaaaee1762e --- /dev/null +++ b/data/part-00136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6550cdf7ebcbd9c0a12fc7a87c9510f7ae34c8ed5aa79118fe66c2b4a7bc9844 +size 562256911 diff --git a/data/part-00137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61452b82b0f8aa0c6bd41326dbae3f364435d77a --- /dev/null +++ b/data/part-00137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e2d023a205858cfc27aa2ffcf378aa249b339c358e1ddf82948e75684c915c +size 794836329 diff --git a/data/part-00138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27b43de720c95dfc39ae45760e842fb09237e8fc --- /dev/null +++ b/data/part-00138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6122a4404d8621f3846d611a39aaa431a9011639403f5969a6dee97d635576 +size 371976442 diff --git a/data/part-00139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65d3c2e7c54a4bd562177e6fd408780c758034b5 --- /dev/null +++ b/data/part-00139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33e711e95bb6193406ce5dd59b6de9bde573c968873277a4959aed6e931d678 +size 434454899 diff --git a/data/part-00140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efc437d2681cdbed86ac74984e746e6e068cf056 --- /dev/null +++ b/data/part-00140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4691d9302bb1357056cb0178f0ac3372f9c897aca423ee942e57eb277857898b +size 502392662 diff --git a/data/part-00141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d00fcd35e23db5a49a39d34bdc3683650e8ac13 --- /dev/null +++ b/data/part-00141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6b734e9fcd7e9e7d0929ef6745dff7208b7b0b63244fdf3a290e52b1745b86 +size 483827237 diff --git a/data/part-00142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a6d5e269e98eed951e69eca0406396f8c0cdb4c --- /dev/null +++ b/data/part-00142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d872bda44b0b909f3830b43d27b04d33c0830a4873b1f9ee85c5a3ee66403eb +size 736247060 diff --git a/data/part-00143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f73c97f34af8e735bdeec5ac58d7b7a067cfeb33 --- /dev/null +++ b/data/part-00143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11e8967384f59ea70305d8b5d742ec49ad6d51baa39aee118e4559648519742 +size 603737798 diff --git a/data/part-00144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64233406fa37b21757b1479fdcff2285f4a86871 --- /dev/null +++ b/data/part-00144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fac5010449f40b9e8afe8c5d20c8dd458e174cbd0a2f0b2b87a85af88d51be +size 1099895513 diff --git a/data/part-00145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..860b32db31e51400dfae372edebb9d95c7f49a18 --- /dev/null +++ b/data/part-00145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26835ad7673b87551bfa8116b58c2d5093d5354cf7f426704461a9665570c88c +size 669308417 diff --git a/data/part-00146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaa7b700d40e37d30f251f10f147fc44561622af --- /dev/null +++ b/data/part-00146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0e98dd712f44dbe1289e1380dc25232c7edbc85b7b87cd5f033a685fc45d4b +size 443380233 diff --git a/data/part-00147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eab67f0fe556c4b6d7f77f03a2dcd59587030af5 --- /dev/null +++ b/data/part-00147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e095201f89aa18f37f0eb1857f54734531b9e25af29e8acada308d57209346b +size 668552408 diff --git a/data/part-00148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4b1a7d9d99a384be87ea08100c61fab3f87bec8 --- /dev/null +++ b/data/part-00148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5223824905f094b73d1e8b6d4c4e393f78194742730c985a5d73f5eca0c8bbe9 +size 916008101 diff --git a/data/part-00149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a384b6fe87338bdd09bbf066a49b15dbd359749 --- /dev/null +++ b/data/part-00149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d7aef11c04817adf012f7db2a6c3f43dbdf1ef52489d27c9a87f164bd5524d +size 753103290 diff --git a/data/part-00150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff6885e1599fe5f662e21c1f22bf1aa00e64ee9a --- /dev/null +++ b/data/part-00150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee183bfd398ee36d8d97a869bff4077928840e068c8de6daefd5d2c0a46842f6 +size 712310015 diff --git a/data/part-00151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18ac841c1bf9a9f6a2b8341464a22c85858fd227 --- /dev/null +++ b/data/part-00151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296ddfffb428a834980ddc677f6c1363486cc2219404ca421658c40200968c6a +size 528361925 diff --git a/data/part-00152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65d1a4f14cdf03cddd4c9e5e9c70d1ae684ef9de --- /dev/null +++ b/data/part-00152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f66b4187ea9be6a6981cf032c7109f779f21cbf25c3ac158ec0600d18a8b1e +size 441336753 diff --git a/data/part-00153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f28d71f2471f2b18f43a371ba6c09972760ac1b --- /dev/null +++ b/data/part-00153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763447817c555b0a28c61bd0e00c75bb5fee90485648e07d674d875cbaaccf51 +size 529621746 diff --git a/data/part-00154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5bc8a5c58a01c5c41fe5a818f8095271fe5bb17 --- /dev/null +++ b/data/part-00154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a758a34d9aa0a169185ca359c9acf4727f51c0659bcffc9b4d174ad121304a72 +size 596287156 diff --git a/data/part-00155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bdfdcd2f6543de988448cb857beb17e479a8fe0 --- /dev/null +++ b/data/part-00155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5775997f6af316a105625d60bf870b6acf29188ee77241e8f1ffa5ad33ac035b +size 509534564 diff --git a/data/part-00156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c2af88fe3811a9e936d0d1481d82a13862c7514 --- /dev/null +++ b/data/part-00156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a7a93faa26744885230ecdecc4c10c1ae8ab52e23a5e4039e56c18e9af1e99 +size 670562657 diff --git a/data/part-00157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1ab35d448541d9008e467aa237539e5f637dadf --- /dev/null +++ b/data/part-00157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e77b3cd25f817a3eca2aa50dac2f9df02d98023d97e0975a8c20ff5e3f421fc +size 727443266 diff --git a/data/part-00158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db882a2c199b6eed83549bba30fe6c2126776635 --- /dev/null +++ b/data/part-00158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad894cb088e4511c295e95bcc8d105b7320385e42c9e776d9cad3d196fe8863 +size 409761788 diff --git a/data/part-00159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..177ddd2434a95af904d7ac0c5b5079beedb0f8a9 --- /dev/null +++ b/data/part-00159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5416412cc821b82b20f3bc0e490ea8f2a069e3ecf75ef4218698f0b06ad4ef9 +size 988695985 diff --git a/data/part-00160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4a12df56060c18def380a370f8c5f686fdeb04e --- /dev/null +++ b/data/part-00160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f67e6bfbc438deaff97eee4d6258c3874d62a63ed7cd746b6a7b929e65007ab +size 510039089 diff --git a/data/part-00161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e5a785602b4f0597b80fd7eb937b1066b3d27c5 --- /dev/null +++ b/data/part-00161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772b69f8ac49d359f27cf0cf9d108ef88b8f291a4ae2a189654cddd002ecc4c6 +size 480407774 diff --git a/data/part-00162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31aa0cb25a9f1eeef4e5b18110416381a17ce049 --- /dev/null +++ b/data/part-00162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4746f90459cd1cc6feac7f7424c736ea82c5bee8e76043fe695acf51b475f172 +size 451910264 diff --git a/data/part-00163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f96a552a0db8491233d74c035b2684798921995 --- /dev/null +++ b/data/part-00163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452e8b64599b4acd62ce531248acf94c8b0f3d5c479ee6806291cd84b4d7a794 +size 425223005 diff --git a/data/part-00164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..463cf3f5854141fcc2c8b628a13fe6a4fa5c4bb5 --- /dev/null +++ b/data/part-00164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5859ced630ae999aff07999d7350a5e0be358fe6bea19277421475f52d681b0 +size 991118998 diff --git a/data/part-00165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4840b7dcde67052b6a19399eb4aa3653463ee639 --- /dev/null +++ b/data/part-00165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522a026988e6ba9d1657ef6f078a12f9f4c8223c47b3af1d5ba77facafcb5940 +size 554452069 diff --git a/data/part-00166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3952157118f335ff523bdca18f6b6cc62eff0ab --- /dev/null +++ b/data/part-00166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bef72e8ec0c056aa76f7a11711bf841c592ee5b51eff35073809419a83be048 +size 653498814 diff --git a/data/part-00167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36686ba445375831b0ac44ca3574578176ef85b0 --- /dev/null +++ b/data/part-00167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecae6f619bbb4834b048c12a84eec0581d94807511fd3c4b6c8df1d1b96af4a +size 843915336 diff --git a/data/part-00168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec57162db178dfd01b9b3675107376fc846a8f9b --- /dev/null +++ b/data/part-00168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cb46e391e5400c5b3e8e211f772bdff6993efab6a7c4b94177c66291035f34 +size 443953119 diff --git a/data/part-00169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c53e0f51ee231d51c848665706713cc0cedcdc76 --- /dev/null +++ b/data/part-00169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0545d5f9436bcef1662b3628b8e690349f51382a99d52f97795d47d7c0a22c8a +size 471659746 diff --git a/data/part-00170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf1097161a066e40ee5ff022f1e1d9304ae76847 --- /dev/null +++ b/data/part-00170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f71c8dd6312b99eda85cfc9a3015dcd703346af85711d53119c8cf931e0805 +size 470205792 diff --git a/data/part-00171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27790b673eb3d2201482a98cdd22eb283939a269 --- /dev/null +++ b/data/part-00171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5f6f297b290f5011573b8835d984153d3ef70f687a31ad1f4f9122580a39d7 +size 621032874 diff --git a/data/part-00172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1faaccf1ac821c0e6696805a920c81cc2b320316 --- /dev/null +++ b/data/part-00172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6514f0a376cae9792933e4d1e8c2e98a1ace4636a887aa3bebd509daa0b799d4 +size 700441435 diff --git a/data/part-00173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0abe3a7b8c49641d366d62adace11402d7cd6727 --- /dev/null +++ b/data/part-00173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970610c4dcbfed4977a3534e4fc8ad2559cc4edce22794ec9e486c5a7b91150a +size 546436440 diff --git a/data/part-00174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f81ef05d1164fea99b77b1650c5f4cbaa7f375b --- /dev/null +++ b/data/part-00174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e1b891ab6a5f3e6c52e198a5a64ae1fca2b7b9512ea5fd1e41ac6c77ba9d33 +size 461327250 diff --git a/data/part-00175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a84ac76f5db21e55de0d599e7ab981c28ad7e92c --- /dev/null +++ b/data/part-00175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9717e180d6e2d03372000b0447eb47f8a9a9c850fc4ea71841bb8e9e076d98 +size 429536433 diff --git a/data/part-00176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91a1f8f8eb4a80397923eaf48ef2ff45f2538133 --- /dev/null +++ b/data/part-00176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5313c38334d557f3e3fdd414ac4adf58699adcc1df395fac3461f821c81f0b6a +size 494667819 diff --git a/data/part-00177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a2e4fe58aabf16df31c853710f11be4f0011104 --- /dev/null +++ b/data/part-00177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88b96262ba4854da51024f31a146271dbd9f53d63824d5fd779001bfa50a224 +size 1136985565 diff --git a/data/part-00178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df3674d323877815c2c7c9f89bff88399a179390 --- /dev/null +++ b/data/part-00178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47f77837b21a1fc270820c1cec7c3f31a74d05721fafe68e1f7cdf3757563a6 +size 410432009 diff --git a/data/part-00179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecd2153f2b1b1a163699e495f4c09fccfdbf280a --- /dev/null +++ b/data/part-00179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa1a85647e69612fe075168a4ddf376bbf7c9874f8e852bedf2e2a88ec12af9 +size 473570741 diff --git a/data/part-00180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0f03ad40f74d40ad779424dcba8418d213160c0 --- /dev/null +++ b/data/part-00180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d92843203c8c78daab0375cb2b7d6fcabbf98aa93b62e3388dccc55528670e +size 434268570 diff --git a/data/part-00181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c0738099c480c03c36d851e93462e7c2bd5739f --- /dev/null +++ b/data/part-00181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54acd95e5faf32c44a42f7f07857b2de7d8887c460b427459e248175237c713 +size 516425894 diff --git a/data/part-00182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37a36296b71a852ce073bdcdc9aa61dd77024501 --- /dev/null +++ b/data/part-00182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b250a2d2fc3998c8de39fe60ff65db0ce0922bac0c2a71f03ff56908326dc4a3 +size 410502613 diff --git a/data/part-00183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e38bd0a962525386abe918208851c0dc54acdf7 --- /dev/null +++ b/data/part-00183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f912b81abbe9d18b6ec2fc2bf84095c0cfa009779a4b6ff2ed93a758670299be +size 422253298 diff --git a/data/part-00184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f12c68b876f96fff7dc78467a0ede665fab5fe29 --- /dev/null +++ b/data/part-00184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd87092566fb466bf53861d6ebd11304ddfa85ee50968b677db7e65119e6482 +size 449694021 diff --git a/data/part-00185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3609eb7756611ae906bdde37375166e2c3384410 --- /dev/null +++ b/data/part-00185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341440cd3c880b35da1788068fa1ed113ff5419b08034bb84564e4e035aa52d4 +size 421549191 diff --git a/data/part-00186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d2918f2983bbcee88aceb6b7cf4e8927dec546a --- /dev/null +++ b/data/part-00186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fd15d1efefba34f9e2af1db68230302eb51ba5d631092b113073f3bdfd50d2 +size 572742957 diff --git a/data/part-00187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58c7d7b39ef812833157cac25c112d52b52b28cc --- /dev/null +++ b/data/part-00187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0775e538f7c81cef1e4c03293ba0b4ca3db8437e3281845dc86d27a4b6144378 +size 516387519 diff --git a/data/part-00188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fffc405dfb3fbe1541d9d8d602cf32f29c213b4 --- /dev/null +++ b/data/part-00188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a59480623a0ca64cc0bf8e99edca7291a7e172e23454197175c0b2b2409e7f +size 611257480 diff --git a/data/part-00189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bb62ad2f5a19a906a01c6dc40761d23a773438d --- /dev/null +++ b/data/part-00189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65ceb75f284d2acc01415bb8b2aaf6e1908f8f207d01acfc83acc22fefb3b5e +size 490812710 diff --git a/data/part-00190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e42547d3e833a89ca61a54a393cc1b3614a7dac --- /dev/null +++ b/data/part-00190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f9ccbb9835806cef94f44dbc60da583a7ebc8f64adfc49ff3868bda4aa115f +size 774607820 diff --git a/data/part-00191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f19840b84de4b34f7ccc2840899fc4f732247c70 --- /dev/null +++ b/data/part-00191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d4dfea3589f466d8310cbbedfe0a71dc26bcd5ba7b75b54a0b845729f0cece +size 684668923 diff --git a/data/part-00192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cd59e9ea082c394f46fe5f9361620a634d101e8 --- /dev/null +++ b/data/part-00192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab79006a4b28f4649e27164576feec85424c08d27c6634ca0895f973be269e0 +size 598773782 diff --git a/data/part-00193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fb9b432b3ff8f42b0a1955f1c52c443bb314e3c --- /dev/null +++ b/data/part-00193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bfd79143e8f97d27ef84f52544f544d4ed75a088e101d5728eaa1aa1b71320 +size 424202584 diff --git a/data/part-00194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a724e89fe24cdb8d963cc3d0c73ccddb3b771ac2 --- /dev/null +++ b/data/part-00194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c133d33d5acc2899b2db29b52421c00941c84f6ea7ce233bbe1e734d0d2420 +size 473181659 diff --git a/data/part-00195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81d48da26232eb9b067951fa1f42d232ac9e60a4 --- /dev/null +++ b/data/part-00195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecb32c4a1d5da0ab2b91c36b1aa06ba90aabcaa4ec05fa78004a86372b1af97 +size 530657724 diff --git a/data/part-00196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcb0a0fa4c9ff22771fcfa8eb220c5e1d6464c90 --- /dev/null +++ b/data/part-00196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be82c92eab1f2cdbdb783c9259d5f0f5b931faf44b26e703ddf037dac2211415 +size 1072638262 diff --git a/data/part-00197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50930ab8c9c96bce2e87aa88f1452429de8d03cf --- /dev/null +++ b/data/part-00197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e78940cfba7806c936782469b1517515c1ecf7c0ff08c32988302638bf30200 +size 473495123 diff --git a/data/part-00198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29858da2916c1af2d609653f3da217f3180540ee --- /dev/null +++ b/data/part-00198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96124f2016b2e151625b3e02f338770fa99f498d0566610fa56363cfd344d57 +size 406099334 diff --git a/data/part-00199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3807d95d6f8a622fa437b101e41277d25354d41a --- /dev/null +++ b/data/part-00199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53ba45d5bb4d9d15b5ae42b81ffcbffcc116f0d24f8fc4f1b2738a5ddb824a3 +size 713905280 diff --git a/data/part-00200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eede9a3577240f1d8e3622dabb802e87daea0b08 --- /dev/null +++ b/data/part-00200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdad0c111f8cae23ffee74a26c7959d5008ddd915d484db6dcf059c616f70fef +size 779944428 diff --git a/data/part-00201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf8f6dab0d86c7be92e1ad24670ff6c8a39d4b23 --- /dev/null +++ b/data/part-00201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58d9ab8936a46c542dd511cadc60ccc2da184ae841feb2ef912a0ba01c8f9a9 +size 779828651 diff --git a/data/part-00202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18269f41cbc35bebe1d54e287af2f88708c4853b --- /dev/null +++ b/data/part-00202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb100f76521b955011ecf709669d9e6ea3f43539e19233a0a471ef82243d279a +size 521091031 diff --git a/data/part-00203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaa9030c74ac95ca87f6d5245d1da51c59bc3a5b --- /dev/null +++ b/data/part-00203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6488002eeaaf32ae4367c2d1eb2d4fb9642c84b30362ad1fd9381d72ba99c5a4 +size 360168798 diff --git a/data/part-00204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b8a10e4a7d84ef0babf9c1fea4eb83c4fdf7ff8 --- /dev/null +++ b/data/part-00204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106ad6049d0f4714c2ec389d7b5213603ec2cb06e8ee7c8dd54a0d8eb39785ad +size 558472699 diff --git a/data/part-00205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afa0f85f28bf8193881c2311fa1aa9b655928430 --- /dev/null +++ b/data/part-00205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4678c49b54bb865ed7bfaab6c2f704edd43c33c036283bf36da38c2b1c2fac +size 464097508 diff --git a/data/part-00206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2086f98bb26d74a9dcc98d2618e9f45219dce1a6 --- /dev/null +++ b/data/part-00206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44790d446597a6ce9e40294fe09b5def5192013d8b7bd3a5824b7589bde879dc +size 386405665 diff --git a/data/part-00207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c54d2b422ceb38aa5888f7438e11ece96e175c32 --- /dev/null +++ b/data/part-00207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01eeb9bb22ecb7331ee6ede47fe38d3b0086aa00edb3d1682ebbd181dadac8c6 +size 385495839 diff --git a/data/part-00208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..403c81dddb3f1c165c977fec18e0dcb92cb69443 --- /dev/null +++ b/data/part-00208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c371f2d7364732d9554c6702ff1afb1e8ef2ac4ce25109696b6a281a77d4d3 +size 832387957 diff --git a/data/part-00209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93ae60251d1931819f5feb3570a360b18813359a --- /dev/null +++ b/data/part-00209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8d8ce4df9ede5be84da1e6d50ddfe4af7522305a9c9ec00fa5ce563f707f25 +size 563867645 diff --git a/data/part-00210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da73bbead1c3d76e2a47eb2be7245fa058bf9681 --- /dev/null +++ b/data/part-00210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07498a004623d992898cd5d105cc6911b70112c062fa2cabc4d6c9171bb72739 +size 383426375 diff --git a/data/part-00211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ace0e7aeef2735f205b59ee1181f878fae55913e --- /dev/null +++ b/data/part-00211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08baa4809729d6e87725f8d8874289dc463055dc0d0d4a1059d34f3df9b2a91 +size 578870538 diff --git a/data/part-00212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8527631d21f629da8f1e11e0ebb74c9e1b35b2b2 --- /dev/null +++ b/data/part-00212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afc75f5737e375fb198642d4722c42c793d0cfa78d6242999a08345b29fd60a +size 436798408 diff --git a/data/part-00213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4786ca72515ec822e7a34ecd4a84453dace7b001 --- /dev/null +++ b/data/part-00213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b8b12b84a296264cea8408583e6efa76481b4f1b6020eb227e1bcb9b4992ba +size 484382532 diff --git a/data/part-00214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c1815957ab2caf06864048b2af9d7e767bf1638 --- /dev/null +++ b/data/part-00214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9360bc34854e08d041322e6ff8ea4dfc80ef3ef920ad2284d273abd8f5f201a1 +size 482124766 diff --git a/data/part-00215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5879c31e0679654010eb6fbf30e8f810631f280f --- /dev/null +++ b/data/part-00215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65584d5b32ab9620edc28703d28af2c88042c455b82aaf5542d0ed4f4b95c1ab +size 844287802 diff --git a/data/part-00216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12dff78679685b12e2a280fe659e88a05a6968b2 --- /dev/null +++ b/data/part-00216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7c6c926a7355cd1130dc69e281216b5ce6d4d49e43ac5681f756140d3a43b3 +size 407342662 diff --git a/data/part-00217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36354d0cfffcb34000d986de39bf453a5016d673 --- /dev/null +++ b/data/part-00217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf32ffed8e98345291a1fd85e11dd31a2e675035f79d56a89ad4364180b3ec13 +size 477778635 diff --git a/data/part-00218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c24cb941dcd77f980d738c2a86975efc194f96cd --- /dev/null +++ b/data/part-00218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce8b320dbdd6805159be1ea4d56c759a8740fe90ea296acc16277eb8bbe914a +size 554622785 diff --git a/data/part-00219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d93e3bb8c7143f23895fcca317bba561185fea60 --- /dev/null +++ b/data/part-00219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d1c8c7c9b282b794032377ad145b5a408abe02ab8287af207cf5dfe75f61dd +size 1164576962 diff --git a/data/part-00220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cad1a959be8d23794e3791ef4a35d528fb5b279 --- /dev/null +++ b/data/part-00220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6959dddba0e0ea229c3289791f95b9da310df3c7bb38897e1ab7ed799e1e5a9 +size 643637979 diff --git a/data/part-00221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a2d2e48e32c6fa40d4254b5c872fbdc38e4ec42 --- /dev/null +++ b/data/part-00221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275b0858e3f9feae22098c51fe1203169db00840e4c9a24dc78817eabd3c5208 +size 405696125 diff --git a/data/part-00222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b4c0286e522cd241e619c5fff933698cc59cc45 --- /dev/null +++ b/data/part-00222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01efd0a3e3b890928dc7ffabdd773a8bd81c703a4970bbbda7c68fa315297370 +size 956366072 diff --git a/data/part-00223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8d444555a8fcc6ad8ca7415b403719f18073986 --- /dev/null +++ b/data/part-00223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c406f097e5c9e0703513056697cfe2cdc459b3366d74c07a886eca85920ccf0 +size 707483348 diff --git a/data/part-00224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad731e524ef1d447aa1e82ae6b6b129872e4b788 --- /dev/null +++ b/data/part-00224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725e94a55a9ca51a673cf6c740df9b746599a7c9ced5386ab18d72e0a8da75bc +size 572746114 diff --git a/data/part-00225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c14d53976393c34f9facb9a555d1878f0cebd952 --- /dev/null +++ b/data/part-00225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399c9a34c1a83107b5c8ee0362c1484740b1f6c8015910511dde163d26e2573 +size 498754719 diff --git a/data/part-00226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdd166349cdc403bcd06c13e2b2a0f8ffba05ff2 --- /dev/null +++ b/data/part-00226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7641f2351ef0f147cab9e900908178b760a2a1538736bfcda10f1e8d687f80c9 +size 677350340 diff --git a/data/part-00227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94aa794339de79e3d8cea97c392bfcfbf955e68b --- /dev/null +++ b/data/part-00227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d896d1f1cc2ce1b862058b8351d89e53c676d0dfc51860c62759b3f8d19c33e1 +size 576309253 diff --git a/data/part-00228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6664680b2317db8487e56fb3cecb8ad7acedfc8 --- /dev/null +++ b/data/part-00228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661081418e4c0dab87ff3d01369cb1c3212f90e2cb75cfca143019b362d1195d +size 583433178 diff --git a/data/part-00229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b09d74beb3152a89abc3b9520203efab7dec5bdf --- /dev/null +++ b/data/part-00229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0953de67d263555f19e062d667112fb3e25d76b4337442456e3b9abbac56027 +size 549373347 diff --git a/data/part-00230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e3ec6e4988499dc030d99f764f868c1263e9837 --- /dev/null +++ b/data/part-00230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d92ff8efe36b71c5f8b062e5e80749c8c34333ec157a2f89fa06e8c77473879 +size 482412760 diff --git a/data/part-00231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..665d9075ac33a6dbe415ef2ceea5ebb0a1dede58 --- /dev/null +++ b/data/part-00231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5141328ab087356c3db8a349f78dfaaa6630d8854d6e91db4575abf2ab1ff3b +size 422565739 diff --git a/data/part-00232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34562de2477123115173a57614da7523f1a71915 --- /dev/null +++ b/data/part-00232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7ad96bc7d2449c477ee98b404add6b1c1fe4714a6583bb1de1117166c5af15 +size 404318488 diff --git a/data/part-00233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3abb11af120d54e7c7bfb986196a76d4981a62b --- /dev/null +++ b/data/part-00233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec371db0034dead447f832a49885a62fe48e575808d289190b7ee3b105d96b49 +size 719570069 diff --git a/data/part-00234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deea29641577cdeefe687f87b545b3aa2ac5e9f9 --- /dev/null +++ b/data/part-00234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddc9f53a0cd0dcb53118bad7a6a6f4b6e8686ebd89e58ac17bf8bde305006f8 +size 438434041 diff --git a/data/part-00235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..279d735dd7afc821f4606a2f67a46216351e39c8 --- /dev/null +++ b/data/part-00235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9769c76ff311e183a721ae25e7569a8b2bb5c062e68e8f49dfa44675f6d8a716 +size 350536161 diff --git a/data/part-00236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4655c5e5acb4b2f91f07105fb4297ca4a22c41d --- /dev/null +++ b/data/part-00236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b39f7b416cfe2d636f5dc5f8b1bd321f2e549a6adea09076a4b84388775db3 +size 527337679 diff --git a/data/part-00237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25256b073ec5b656ab13d59f4d0da284a6f6c41f --- /dev/null +++ b/data/part-00237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c465602cef720d34a0eff27e565a42e611df6f33a4c38955d934e065b849cf +size 439414390 diff --git a/data/part-00238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..463c4321d4c6cf100520ff90fce4635ba532a72c --- /dev/null +++ b/data/part-00238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0631b2ccc3e37f47e82a6f7f2f5b32e4d5ad5acf3bdf9bd08d7af522f97f92 +size 589252057 diff --git a/data/part-00239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d6308dedb2b98ccf2e820a453a1a2448c193d6a --- /dev/null +++ b/data/part-00239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087df9b417e8224eaff51aa20e44ce524e0140b6688f62a53265348965c9bad4 +size 469112516 diff --git a/data/part-00240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8958ab0937e52b4d9f57b933eca5f80e96c6e36a --- /dev/null +++ b/data/part-00240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba8bbc2a30599d85116490dfa486d1a814222b2f9113f45bd29588aea11013e +size 515242239 diff --git a/data/part-00241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db152492959c444578dabac50057e4dad3aed886 --- /dev/null +++ b/data/part-00241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dac5e10bd14894d44884c3ca34b88c2ef0e2aa2df179f3b0e0c21336350ba10 +size 569424197 diff --git a/data/part-00242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08ad698cc390c2e4bf26c8696034b4708c57e488 --- /dev/null +++ b/data/part-00242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6978941bbd34c9ee367f5d180f34ee6b028a7dae1d9cf026714c7c994a3f24ea +size 690299263 diff --git a/data/part-00243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06bd1d3b646a2438334fcf17b22ef03f1a822de0 --- /dev/null +++ b/data/part-00243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513b6f4d36e8cefca6e21d7e74b592e4dd81f0ef25356df670a7aa79686777a6 +size 487486020 diff --git a/data/part-00244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd3be7181cfca1df551e722ca1e0ab0e945682fa --- /dev/null +++ b/data/part-00244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7134220a6bcdde6c5cabd4732a68e3986122633dfa7ef30cef00126342d395 +size 604944203 diff --git a/data/part-00245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..089746cf6f8fc3547fa8ae8c9510c704f42565fb --- /dev/null +++ b/data/part-00245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c860b070c2ffde874315a55611bab0f841a7d5f4d2cf393bf0701aada85eff5 +size 815017858 diff --git a/data/part-00246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67c5026d02a26c53cca04619414fef82127a6465 --- /dev/null +++ b/data/part-00246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf0c8b73f32aa2a2227cbc9cab9a65d946c69f663fb55ec7b472edbf25c8d0a +size 482955393 diff --git a/data/part-00247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a70b8632f4b1d21f3320df36fadb560eac5f4dc --- /dev/null +++ b/data/part-00247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ba10edbd5f603c82c52a3a5f21a230d382aeb1bd35339e6b0be6d2faba086f +size 416536415 diff --git a/data/part-00248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b5b9625a809585a54fa2334a3c432209650f1d3 --- /dev/null +++ b/data/part-00248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5d4a6548e43ff567e5b2bc8941f3627920f63ce40208eedab8d45c42532526 +size 406401135 diff --git a/data/part-00249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30e7cfbfb9c03cbe1ecdd79cb9c8b90efe1b3601 --- /dev/null +++ b/data/part-00249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561fcdae8c54937d90dcbfb387b4163ade50d1aaf405365e51fb04bd8a019616 +size 385328649 diff --git a/data/part-00250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e40f3885398aed2f85ba9461e8da424a5d03d001 --- /dev/null +++ b/data/part-00250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f370cf46a58373591cea8eb424c92f4236f86313f7e2cbc16c5634171fc3db +size 458359485 diff --git a/data/part-00251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..268d1881c8bb061137135d5e52f6658d2af8abd2 --- /dev/null +++ b/data/part-00251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d61de097aadf522ee389e9f6e1dd18a306e25734a605498ed2f6d8f7d879d +size 388739730 diff --git a/data/part-00252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4157e99e80154c7c7f976c3f0781ecfddf68973d --- /dev/null +++ b/data/part-00252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770d3e8ba7ff39e1852ba6dd0a038effb622a5afcc95163f54c37e55117d6b57 +size 530579092 diff --git a/data/part-00253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebb561ea55b0be78c7e3e3d41b78149226cd5dd2 --- /dev/null +++ b/data/part-00253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d47e04cb76a4c7a57ea5116921104aba08a30996d20eba31d4eb1fe37e3d85 +size 445816920 diff --git a/data/part-00254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cb3cf633876f9f1af1aa1acf1ac47f9eddc6ebf --- /dev/null +++ b/data/part-00254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c7aa9df7d3f9eefdb6eaa7f65f83c900f4f79259bf9f54ce0a04c4f91e8333 +size 454567033 diff --git a/data/part-00255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..220e1d21bffd4acd773cbefb613859097ea79bbb --- /dev/null +++ b/data/part-00255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed88a96213c2890f80768825524e0e145bb75be6e297e67ed63fa2126a6812e +size 556014466 diff --git a/data/part-00256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dadd3e205e7d2d45c85425ae5a6421f692134eb --- /dev/null +++ b/data/part-00256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4b74862c1780ecfe6f0bcb23e98396ec0b0a6de44b448f765762fe327515ec +size 757483699 diff --git a/data/part-00257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..529ca2d6d7f70902a34f67731ec10b83a9c38abd --- /dev/null +++ b/data/part-00257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2793670daf8e7a0ceeb90e0d30210ad56d92b412d386a8774cb2391535140d96 +size 574274036 diff --git a/data/part-00258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7523c0a1d4ccdb027104b4e1f2a8cbb3f9816e3c --- /dev/null +++ b/data/part-00258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d756d2abd7ca5ae01ee51710b0e6a0a6e933e6f597f1c0f2483e3a71cbf7fe54 +size 810159307 diff --git a/data/part-00259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f686ce62477a40a5b735d700c5f89f905f48dbb --- /dev/null +++ b/data/part-00259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d773582f37f42ce390eddfa67934161f4f0eae5286c6884c46f8289f1ae6eede +size 658431622 diff --git a/data/part-00260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ec6cf98a3fe664430d087d997c92c031953080d --- /dev/null +++ b/data/part-00260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ad94caa3f2e86044605b777d63bd47e170859cf8babe92aad0e93207fea2d1 +size 479429454 diff --git a/data/part-00261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e93a1f4e9f75873926ee1a3d65a1981f4ee6169 --- /dev/null +++ b/data/part-00261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f683c80b40e59d9c026ee30299fc4b89fb2c14f82cc51d07fae280e839709848 +size 404087779 diff --git a/data/part-00262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b6e7735e281e023f444873d496c4dc7c2cd10af --- /dev/null +++ b/data/part-00262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22f71882e417e018304afb422824f85662c22b17bed943baefdf91888bded82 +size 499540879 diff --git a/data/part-00263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e01457d38d9368f63a6a2190ee5c6cc4ec47a00 --- /dev/null +++ b/data/part-00263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290b8c82d4e210d9e6cc500789bbe9664a3730e68932878b73c8ed5a5f3590d3 +size 444954253 diff --git a/data/part-00264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fd74c0f190a32bd6c2dd968b94cf786d0b5bd96 --- /dev/null +++ b/data/part-00264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f45d732343a97be61d06c3bcc12f18478058feb322c3ef0364df1abf176818d +size 566131524 diff --git a/data/part-00265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd037acdc72fdec6683ed78bec5336f3320a260f --- /dev/null +++ b/data/part-00265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcd49720847fdb260f972096edadd4845c2dcdfa0e703bc3ea0960557791099 +size 379517685 diff --git a/data/part-00266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8def016dd948941b2a7bbd3eb9e622b6135dcce0 --- /dev/null +++ b/data/part-00266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f7742ff9847dfabaa9a2d380c3ae67053599c766d545a65466aa0af1314eb1 +size 829341897 diff --git a/data/part-00267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f78d2bf00a167d595adc9870546f2f0b3e3a1aa --- /dev/null +++ b/data/part-00267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f734bc81325269e9b2a20e6690b9625e9db675b1fa8aa1ec48da2da4514febcd +size 509590024 diff --git a/data/part-00268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d35774f46a9ebcb92a3d35dbcb0d7140487f39f6 --- /dev/null +++ b/data/part-00268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60fca94307ed6d563eba9e2e24fb6aa7d49b3ff3a720292d0f0091148e2ad87 +size 512683287 diff --git a/data/part-00269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e53d07e42df85ec301cf0a938ed5aa06526929a2 --- /dev/null +++ b/data/part-00269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41507deaf993efbbed74f439efcb5f0b665397e34ab6f44e0fca21d86eb738b3 +size 481535249 diff --git a/data/part-00270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f28ad5331f0932af8e59b089f9d166067ae93769 --- /dev/null +++ b/data/part-00270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18040270258a8c66dba76a41d7b02dac09097e3625c71309d18fc16c958d7914 +size 399680017 diff --git a/data/part-00271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83b51285f63431fc355dc0a0f85d757ac407837d --- /dev/null +++ b/data/part-00271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd30b7cadcdca18ad5318d7d1b6d44c3c16e8c32135ade9ce6c5969039dbef5c +size 1042876566 diff --git a/data/part-00272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..856c3be91498b58d2ac0d56786c4b96c393df1a3 --- /dev/null +++ b/data/part-00272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a45382930169ed07c334c3f2ed94014410b2c7331f4cde1a00136cbe0dc111 +size 558495421 diff --git a/data/part-00273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eabd685a4ecd3d098a0481cf97c65d18ec06e10 --- /dev/null +++ b/data/part-00273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebed00d4d915683ed4945d36056106a91ad7554ad848feb457e2a59ba2c8b91 +size 425591308 diff --git a/data/part-00274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bc889c257c6c463515b0f5a88b129e71b71d3d5 --- /dev/null +++ b/data/part-00274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09c9b00bae0f56d8f41ca4623bdf57e1b615016694466cb099a96480fdb5db1 +size 527260457 diff --git a/data/part-00275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ae2be25b44e6e6b492f2e9a3c2cb95e702ca53e --- /dev/null +++ b/data/part-00275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbdda173b8f23da4bdac8f17162cd679ceb929116dcdc27dd070b7ccf070d9e +size 462952221 diff --git a/data/part-00276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c8a09a0d53cddd55c6cf43d3b604de165d20148 --- /dev/null +++ b/data/part-00276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2ee870dc4d3f19af68d8a263c2a7fc57d714fe4fab26aeff8cf98a7302042f +size 612045083 diff --git a/data/part-00277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ef67e84b6b2aad634f14a0fa555185c15a98d0b --- /dev/null +++ b/data/part-00277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f73114aa86a15fd0b8017d520f92af7a8f9e3e0d498c5cfc6fcca250a91201e +size 478533954 diff --git a/data/part-00278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32bed78d14f23af0ad2a8367e5d0e3827e363615 --- /dev/null +++ b/data/part-00278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff67cfc871979ddc10a168d34694f4b9003a035f110945bf7a118dc3bd8f392a +size 359929265 diff --git a/data/part-00279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b86e970075de4b1d9dc9fad3bb8f1ce8c45df506 --- /dev/null +++ b/data/part-00279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f459aebb8c46461d1014404365033ddfb1a021b66d50ed5dab93698b2a1005 +size 403547536 diff --git a/data/part-00280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e14a774c71e6e0102606f8017d63c3ed27171fe --- /dev/null +++ b/data/part-00280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43db1446498c37338aef45664b4bbcb7c043a9d08ba1d9f8065b5034951013f +size 921399578 diff --git a/data/part-00281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2edd2860b7b19182d66e4e9ea2d55f1033a35d4 --- /dev/null +++ b/data/part-00281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ab5db94543bd20fa03c5dac9328709720664e7a8b8e9a7cf5810701c23e5c4 +size 581597127 diff --git a/data/part-00282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0c006398db5510c280dd4fc15dcb4cec4f898a4 --- /dev/null +++ b/data/part-00282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35aef2693b2df84e5a6682d66dc24d8ada36b9b472c3b4920088e943e3e58c6b +size 906608000 diff --git a/data/part-00283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28035c4138e52e5003636ea93542346e7cc2a553 --- /dev/null +++ b/data/part-00283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887cd312b801f93f754de72c22bbf1faf19e92aa7e2c91c384a0e8398a0cbb1a +size 468563100 diff --git a/data/part-00284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cab4e98845274d488d2eb10d4f0922d08fceb4a0 --- /dev/null +++ b/data/part-00284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd933bc5951e602fc3e10f0adcfffbff00bb19e127dd53e7d9f8eb7e849483c +size 416161816 diff --git a/data/part-00285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f55d29389d1fb9d6012932a45e60959f8eb37d3 --- /dev/null +++ b/data/part-00285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081fc603eff903705f92b2603488d5985c16e1f3088e55bceaeee3949b4b44e8 +size 614930748 diff --git a/data/part-00286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39558f238e19b10b407d1e27e75fa2a24010319d --- /dev/null +++ b/data/part-00286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1da364928d2b843428a6c7a7794a3ad0f76e0b6dcbca8b88c836720be072674 +size 509335129 diff --git a/data/part-00287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e786eaae1855cdef4638b6a8f599a003a9495a35 --- /dev/null +++ b/data/part-00287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ec37e442ca0d52641ff2132e7bc63258fa6bf742c4015b5a38af6e7d5be8ab +size 870516421 diff --git a/data/part-00288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89a9853e5e1b6fe85baeece334fd063783b4b9c6 --- /dev/null +++ b/data/part-00288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7350b655520a4747b1b728a8bf3e9e0acca828f7a3a55dc4d2b946b7f61caa0 +size 424579219 diff --git a/data/part-00289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e201b973a93522b5320f265d7fc9d722467a7247 --- /dev/null +++ b/data/part-00289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698f3647ec52b9ccf267103f04c88491127d1d7aa0f7ed6395ee91b5a3d01687 +size 614579752 diff --git a/data/part-00290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e079ff9fbaf1baf4b0add9f31e56d00c630655d --- /dev/null +++ b/data/part-00290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c6c68fdbe09036a85241873894195644e2cc62c63f32031595f9d4871ffc0b +size 678108681 diff --git a/data/part-00291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93a028c1fe36049b0707fdb2608c166651426551 --- /dev/null +++ b/data/part-00291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702ad0a6764b7d3f4b0d3e89a72ea7ba620b6dbe22b1c478553849778a12ed6a +size 569703092 diff --git a/data/part-00292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fdc11fd0c86a5e5ab4c164d3c91135412680117 --- /dev/null +++ b/data/part-00292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14379f86dbf6a8c789cacbdbd93963903d5598fbe87877af56545c112b25c06b +size 580164978 diff --git a/data/part-00293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70f5107c7de9851d8b7b368216b5a14f25509704 --- /dev/null +++ b/data/part-00293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42aaef00b66af590f8a5b3ae6f5da94250df3f3f10e94df9a0d03158623314ff +size 704594431 diff --git a/data/part-00294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15951176cd945512cc01fbde891bde29f50f5c68 --- /dev/null +++ b/data/part-00294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9c424b1c03bbd051c4103432ba4aee7383739a76af33eed002da9e80836e3a +size 704975425 diff --git a/data/part-00295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ff03b5214c0f98c439dd416638b8efa89d9f36c --- /dev/null +++ b/data/part-00295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d4667574c330ccc19bba9c0ac3788c43dd4aa5d7ee8f902635384be1d78169 +size 577716824 diff --git a/data/part-00296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..764b93f6a2e891065fb23815df4bd06f31562523 --- /dev/null +++ b/data/part-00296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9836f86fb156e332d990b283e196d5f75a28e1e85fe7341b94fd8bfc6604e3b4 +size 459166342 diff --git a/data/part-00297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7caabe97342b37d2a55096721ee879ec07d135b8 --- /dev/null +++ b/data/part-00297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e52add457e2d397ce98fe8974bd0889a32f2011d22b377bdf5f29bac755cb5 +size 826914808 diff --git a/data/part-00298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79c79a2cd4631f0384b09f43f3449bbaa2e88fb5 --- /dev/null +++ b/data/part-00298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55a972fbc08f5473a4e2ed46c466db2826c6c2b5292d9d6574aa2a2269c3027 +size 530260692 diff --git a/data/part-00299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba4720d1874e6b6c2fc47b55d25b3938016bc8f2 --- /dev/null +++ b/data/part-00299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea75fd004725ae1c917d3366e6d77c0012c02bff6ea79813306dae77b1b5ff12 +size 497929069 diff --git a/data/part-00300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e6777df8deac01ca1af317fe6bc9acecd94b4a2 --- /dev/null +++ b/data/part-00300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c082171862bdb892162437cf5717a35db454d4b1f82e8cd9ba95cca27e25a7 +size 485360226 diff --git a/data/part-00301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a1e75555a6338db3375b56cb0f3e10202562c35 --- /dev/null +++ b/data/part-00301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d28268ad31cbc2781052e76d0b71e22ab5b797de9ff90087e1a9e532643322e +size 447465181 diff --git a/data/part-00302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28385d6b416e24d4876ad8da89c40cc4e2b7ace9 --- /dev/null +++ b/data/part-00302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c83ac41af78f312ed9a4823a7c2da91ce6f064f84c7c27274651ee945c2084 +size 521185677 diff --git a/data/part-00303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac3b45d121ab391b6587180679f9b5a75b93e7cc --- /dev/null +++ b/data/part-00303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22396ab0f8df44ddf1fd94e5adfe333c48113785f52bd750106b546eee4755d +size 592689387 diff --git a/data/part-00304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b7388899b6b125f8dfa59ba90b946a5486a2c5d --- /dev/null +++ b/data/part-00304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820adc333ca53bd0f34daf09087af3d2ac5c6d7c027c337a13c90fbaeb102e17 +size 547538339 diff --git a/data/part-00305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..769305d7b7d5101108a61e47c32903db5428ba58 --- /dev/null +++ b/data/part-00305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb67d2bc289333cf63f6625bce11c323a6824268bdb5c05f225256f6f9e3d8 +size 477438002 diff --git a/data/part-00306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a21a16b10a517f0b0920665c140095ba9776a0e --- /dev/null +++ b/data/part-00306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b94280b56360efc4b5ba868415f4b859028085b059e0e37d327c7a501aed0e7 +size 504401775 diff --git a/data/part-00307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52ac3805cabb0dfcc6744b7984431824ecedf701 --- /dev/null +++ b/data/part-00307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a2e1ce7f7b5214301467b955d410594f6d815548d9c26cc7a7938607a7b6a4 +size 431751548 diff --git a/data/part-00308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b30145ab6e0db5f10c984901618f7fb0dd130b8c --- /dev/null +++ b/data/part-00308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f8cc15600e265fd5a2af46d315eeeb06e7637d06a6954a66a162ecf9ce5df0 +size 472701285 diff --git a/data/part-00309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b07edb23fc7e0117a9141c008f31e39525279bd --- /dev/null +++ b/data/part-00309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e3763e910df18471b936e8b60927e9fb6e5b43596e7e6bc465460a93769991 +size 589052110 diff --git a/data/part-00310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ab46ab7e97988f52dca8264f944fa6dc7c193b8 --- /dev/null +++ b/data/part-00310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8cdc464d6f1e7dd6ce70563e1db4054d18caf14dfd3f8b0d67ceb343e67c6b +size 970049420 diff --git a/data/part-00311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af9c8d925b7218c8b7a4d3d169644df5e7f1ecaf --- /dev/null +++ b/data/part-00311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c887adaa6e61f23244b94765ca7359f4062c5704e7006ac328142884701f6c0c +size 628589458 diff --git a/data/part-00312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efaf8383968c8def76f7a9971fcf861fe38c8f44 --- /dev/null +++ b/data/part-00312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4fd03a8169c5055ae41ab8eabbd82c2797568ba23140c7f79036d05010256f +size 575461754 diff --git a/data/part-00313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..807ac1329c105dc2d8a25f8e66249f18fb2c94ae --- /dev/null +++ b/data/part-00313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fb9aa3424c8ba133b634ab5aac9da91743a93066973e7f44dc3c16a7c67d5f +size 548749032 diff --git a/data/part-00314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91ea6e1c4ac0cba66a8d2ee6292d0a788c36e4f5 --- /dev/null +++ b/data/part-00314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e36b35da5f541a3bb7654339b6b86cf39214622f08a66bdcff3dd4ee69d5c5 +size 513554402 diff --git a/data/part-00315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b61214fa6615546f63528bf80dab9d9adcbd2667 --- /dev/null +++ b/data/part-00315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45968796f107b4aab9ca80aa924c742912fdffebb086f0c78addd88c4cf66c8 +size 509350745 diff --git a/data/part-00316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd6ccbc24f881c516c738c8231e54f2fae2c296e --- /dev/null +++ b/data/part-00316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be2ef53860bbc2d96fface02459751af230715d05dc36c5e798fb44e8555ecc +size 1041704858 diff --git a/data/part-00317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fef3a8dab92e1d2768f2206ee9e0be24f5e52965 --- /dev/null +++ b/data/part-00317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f978ec43fc193dfb348e6dd061581fc84422546df4dcf1a11845fc9031b4e7d +size 396705851 diff --git a/data/part-00318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6409af70d91dd781f49112355babace06e0c9af3 --- /dev/null +++ b/data/part-00318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b773bc4e5451a0a4883adfe74768a866ec71faa38d71749b166e0322df7c331c +size 714609412 diff --git a/data/part-00319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06193b2bb6d0a002e3b91140e08b8479b165b5bb --- /dev/null +++ b/data/part-00319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79965ea5eb9533f25c224e879fdb610aa0f46ac474a3b6822694066658644abe +size 558067082 diff --git a/data/part-00320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f56d0693f5d8483527917a0f2946a5ab5ab9f5bb --- /dev/null +++ b/data/part-00320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0d7f19c2d39f48430051f982ca76ae49ca191847d663f5b73c0822845305d5 +size 471078617 diff --git a/data/part-00321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ce1a2841b8f8ee4c76d8a5a7a135a49e552c9da --- /dev/null +++ b/data/part-00321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d720538eb3d01e7641048198f7bd2dca18bcbc601e7eca00e6aed0e3cb4079d5 +size 1020290969 diff --git a/data/part-00322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ed537ec65dde065fbae85b2c3cc1c9fc3815a67 --- /dev/null +++ b/data/part-00322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f727249d814757476c838c7585aa30f4cd3955be9a4434bb57494ab369d28679 +size 453181346 diff --git a/data/part-00323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cc7ca08e3bc6b0e3c1e8305c79a3c7758480ebd --- /dev/null +++ b/data/part-00323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f649effc651976e24c0d9b5b6c901344499842d93fbb9945b359d9724351834c +size 872197244 diff --git a/data/part-00324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfc8bf618d6de77908ccd020217d8ac782b368a3 --- /dev/null +++ b/data/part-00324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5733f07a0774239d80f5f69c7be4d16eef692a715e58e0b3c5401a21eabc978f +size 682707313 diff --git a/data/part-00325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b278d9e801f22e97519096123f4310efca150245 --- /dev/null +++ b/data/part-00325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e529adb5b5f4fb90b47507e3bb356ac451e7f97c470784200b1883c8dd323f7 +size 539257676 diff --git a/data/part-00326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9a99b0652bb0a4ffd2b8176f8e67f1a271840e5 --- /dev/null +++ b/data/part-00326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3fccacf448c241c4dc8dd006767ee9173e93a5394076a5edcea6f8f14f10a3 +size 573346190 diff --git a/data/part-00327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..530349e51293c04a79c1e7add501ce2937aaf8d5 --- /dev/null +++ b/data/part-00327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259a1ffc9a5841fc106a561786dad4c5c501c12a41672baf89da8d3ca4da1a2a +size 546742602 diff --git a/data/part-00328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb1fd5dc2398b613aed3ce87ed87d91f7c9c6340 --- /dev/null +++ b/data/part-00328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eedd29520efe34b552909b6c2ad3da1d83da9ba455f8e522415a39b94c5d4f +size 452543909 diff --git a/data/part-00329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59d362cda592c41e285ba543a15f1df43503e34b --- /dev/null +++ b/data/part-00329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1ea2943601adb79c406f2cfa9d406842a7c5bd0951f3243a471f93c1c860be +size 376429468 diff --git a/data/part-00330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..174203e268afc93ccb382fc5e1809bec2986ec5f --- /dev/null +++ b/data/part-00330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210354ee0c60cb9acc56a3eed5510a354144fa8326eb983f1ff33fe3dcd20049 +size 611743608 diff --git a/data/part-00331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de58cbcd6453b711c596bbd8663fe2685cb1c692 --- /dev/null +++ b/data/part-00331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843b8025a5d8696e8956993baa9137af75b8b734c5b1a0746896fdbf345c0628 +size 483759952 diff --git a/data/part-00332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..321942abdbf5d33c7c3b71392b770b953e811b12 --- /dev/null +++ b/data/part-00332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bd87ecc0b4d405c625b8357a1b08835af6d74ce5aec08ca07a6219f5a4f790 +size 439989644 diff --git a/data/part-00333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec12bc6e3778b9d01fb366a6cf0fcb111286df8f --- /dev/null +++ b/data/part-00333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e557c4ca5796a989d6dd970c484b26a9c8c6389de658a24cbd9adb53447baf +size 472280650 diff --git a/data/part-00334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27d8cf1639b2b682e752493686fbbaabf45c76ea --- /dev/null +++ b/data/part-00334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8bc43a07afd14dc1ab0a901180efead69978f3f270fb95ddb642216b731917 +size 1116549311 diff --git a/data/part-00335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ae411156a8752ad5f0e44d74bb60288e8f616a2 --- /dev/null +++ b/data/part-00335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ec635c6974e395fcd6806985e551925d4630d7fb9cca3d854e24f4cc61abdd +size 595531306 diff --git a/data/part-00336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae8bdde2ca3027176528c553e949485af3d93fea --- /dev/null +++ b/data/part-00336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ca6eac799b2073a1ff4329986d5b6b9965874adcca733216ae53b8703af32e +size 371402357 diff --git a/data/part-00337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29d79fde98a1f399390cc82c30bd82516524ba40 --- /dev/null +++ b/data/part-00337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39db071b775f0837656a3101198b583e7bf0a8f7f100114d20e1cb45716564b +size 734291718 diff --git a/data/part-00338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69480a153bc38bf50f8d1e5304185001290acb93 --- /dev/null +++ b/data/part-00338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4fdc153d26e1776db4b47c45039ed96172746490a160db3f6eaa3a55c19d61 +size 560825603 diff --git a/data/part-00339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1648a5cba662dc0947b9c11e1a4227a7862c8d3b --- /dev/null +++ b/data/part-00339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e518cf014edfc21e8516cdcb706d176f6b10882e2af5dd95de0979a66fb6b2 +size 525059194 diff --git a/data/part-00340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7442f75a117b84b080c18bf1a9df387a3a35ef16 --- /dev/null +++ b/data/part-00340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f036be18c27786585b186b07c64bd17daddc9251d462a4ed24312588fb62d4d9 +size 458710199 diff --git a/data/part-00341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86ad1e07d9665b64b99303715e453f85aa54ec0a --- /dev/null +++ b/data/part-00341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2327821f2ce6ceed151b47d4d521ab5017ecdb9d8100b3839e70a410110144b1 +size 590572454 diff --git a/data/part-00342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ea08fb29f4b2a8f656af0c3f1f161d6c878c181 --- /dev/null +++ b/data/part-00342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2109f4cfd4e16f55f027d9b4f5be834ef9d38148416eac450a1379371e692f33 +size 665996452 diff --git a/data/part-00343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0be05a71c0899a1f5c49515211baec383f447e6b --- /dev/null +++ b/data/part-00343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfebca333d32da4dd4d914affffa169e8a6ff052b0b9c50eb103a4be404b773 +size 519867287 diff --git a/data/part-00344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..762f80f6250e90328d8b1f3747389c482e052dcf --- /dev/null +++ b/data/part-00344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5411a87e51e3e90a7a7475d4b8c065df2c3b742171f4aa1661afe061415ead8 +size 644074905 diff --git a/data/part-00345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6964ca14d75dd6c7da019a2e885269a24b8bb62a --- /dev/null +++ b/data/part-00345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79160c7fa8369de857f46ae910fe10f8d73c145f1815b98027bb7b99bf92af78 +size 558870669 diff --git a/data/part-00346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c994a10dad4a9c7277e8b609d31341a17f91aebd --- /dev/null +++ b/data/part-00346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73da76c6dd24052a29d9272a9d337590cd6308cb66c6198b4f87571910a2de39 +size 394112611 diff --git a/data/part-00347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6037dd9a4cf66209da85efda10c40bb6ba626bb7 --- /dev/null +++ b/data/part-00347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03542198336099da8de85ac3bd67c5f4f4088fae55a631d00d5889c9bfc1d9a +size 543939418 diff --git a/data/part-00348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..709b92dc24040c37be52e43d59821a8250dff89e --- /dev/null +++ b/data/part-00348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7782a999e8bd83e84be79bb521c2d12c0a07d857a979e1b9dd7b91edb44dda +size 436493460 diff --git a/data/part-00349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e0fd372a49b1f8aee3fe2fe3284953153fe76b9 --- /dev/null +++ b/data/part-00349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f48bf7c12b318e966a33fc8fff220ec5d5c5693b1d1f4eaf244f4a8c782f31e +size 438875925 diff --git a/data/part-00350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9292b1a913e94300e603ef9aa47885187154b740 --- /dev/null +++ b/data/part-00350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc31ecfdd236e67798c6fbbd306d7bc2a522262322b90ff1fae27b20932218 +size 470858461 diff --git a/data/part-00351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..422743e94bf2bfc5c18c376a699f3c8a62bff4ba --- /dev/null +++ b/data/part-00351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240b2c49c9f43ec63151b7144e56502db21df0f67d8156b67c60ed3bc1a315c1 +size 528610127 diff --git a/data/part-00352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7cd0e47d1a12c9af5133472b0c362cb9482170b --- /dev/null +++ b/data/part-00352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3abdf48516fbda96d18a9a621fc3699485f702062d0a845532bc2ea9eefe0d +size 986674306 diff --git a/data/part-00353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bff32494c3f17a9fbb058e4c92fb9eefce7ea54b --- /dev/null +++ b/data/part-00353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9613ebc78fd5600226f9b706b395cf1639ee941470d225c5925853f5491167f0 +size 549414910 diff --git a/data/part-00354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b045bfc482a80cbfed9944900c7a834a02931e7f --- /dev/null +++ b/data/part-00354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c288d6560636ed95fe77b0c10edcb6234f09f99228f2a1732541585d4f64d1 +size 531797116 diff --git a/data/part-00355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9e4cc1a3695a2682bcea21368adcea6b75a6360 --- /dev/null +++ b/data/part-00355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a61870bc28c6d1a9e9a127063b8c777517803307676d05fb8108270fd73cc23 +size 671688703 diff --git a/data/part-00356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97560b5ec891b9c84c0a2565ff4be7bd0c665ed6 --- /dev/null +++ b/data/part-00356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f24e601708de13c3e4985a17de79dd9d26b1a2001a27b3c609316b82c70550 +size 472854216 diff --git a/data/part-00357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..094f516535dad04c95eee66ee4cfa7743e4f6fa7 --- /dev/null +++ b/data/part-00357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc407d5fce090dee6123c8b4f03f852d9a1d4fb5aba3cc844d3b0968f572c3db +size 486066952 diff --git a/data/part-00358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..373cccc13033b4cd59d1c438668d585337637b4a --- /dev/null +++ b/data/part-00358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d1e13bd1761a1bb58de239a2bd8ab36e9087792e0d8191070a7f0825b7cb9f +size 416804925 diff --git a/data/part-00359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f31339fbe725f3d256e34ce2e0fbefcb08a69854 --- /dev/null +++ b/data/part-00359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa63d9f09df5912751f5a8218be71fb268e5b69662333f21cd9825ac583469ec +size 483868356 diff --git a/data/part-00360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f9acdec8f76aee48c4f4878e9f78379c38435bb --- /dev/null +++ b/data/part-00360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081b80d5f3d98601139bd10bb5a8e301d90511ca15aa9a763846a26a1db97227 +size 409359727 diff --git a/data/part-00361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00e92f05c4985eb625f4d1886b12380794ed1463 --- /dev/null +++ b/data/part-00361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e744f394117048ffd571abff30b73fd08a37bb3943cb714072eb30cc702fa7be +size 622393034 diff --git a/data/part-00362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45f5e526769dfc73394d95b88d4773192d281816 --- /dev/null +++ b/data/part-00362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85231fd860428ec2053b7c7d5c257afbf4bdec98b565bb26b77fc22948aec1b2 +size 458702289 diff --git a/data/part-00363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..168a33c1f07ac39393beb4264926ec86d9b7ddd1 --- /dev/null +++ b/data/part-00363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8537dc1a1324ea71d32113cb06a0959dc5463f95df4ef3253b7fc871df0a64b1 +size 427315017 diff --git a/data/part-00364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c0638c1b9a6852938fe139c6c2545f111e7417a --- /dev/null +++ b/data/part-00364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138f92bddf530542c6351e2cdecc9200dd277344fdc67d69877186e4b9989ece +size 464560597 diff --git a/data/part-00365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4b4cdfa543441a5fb92b78996b28a8ff1e81c1e --- /dev/null +++ b/data/part-00365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9302fd30225dff2f79cd7fb2957ddfe659e9413044058b6a1d63785f871cdbac +size 799469416 diff --git a/data/part-00366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62c57685782b449ba1f768a33f9a85be8d01fdf0 --- /dev/null +++ b/data/part-00366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf49dc4d1363068ddeb2028012735211cf674264dea2936705464133e7457ae5 +size 877882831 diff --git a/data/part-00367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccef1740e203f187a1051fd3ea03cec37c773906 --- /dev/null +++ b/data/part-00367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2a6c9d7b1989bde539be344b38d9fa806125797f572220219d1cefcbb6be90 +size 549047153 diff --git a/data/part-00368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f73a6a1dab75cd3d46ce30e6fe41c94edb1cc347 --- /dev/null +++ b/data/part-00368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255edfaf54f7fd3d4cf479c4bd30a56abc4ac230da60be64b222bdb0d9f54424 +size 493672020 diff --git a/data/part-00369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa5900504f25322d45335c0fb57fab1a2f4b7f19 --- /dev/null +++ b/data/part-00369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8bb3e4d1ea6f1b662a767c1b2dec6291b68fd04ce16833430746a4c9670a53 +size 567399204 diff --git a/data/part-00370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aeb4e88054cc9fefb2eba4b930d87dd12a93e341 --- /dev/null +++ b/data/part-00370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afebb65b2893bf8b253a65f146917bf33d0ac69c7c1d33b2fdd05daf1035ac7 +size 594892649 diff --git a/data/part-00371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35a901256b1dd54a2db74813264439bebd2c3fb0 --- /dev/null +++ b/data/part-00371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f192ccac2ec5e5b798685c1ecb0bbb07756ad3a838528b5adc08b93014aa20 +size 481487175 diff --git a/data/part-00372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53b7010689de15841e481d9e94fcb266978e8c89 --- /dev/null +++ b/data/part-00372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e47746e988bf78f99b012b6cb194890b83892f894a8ac5d0ae436248fa0572 +size 528875443 diff --git a/data/part-00373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..891e9242d200e56f8b552925b54683a130c9b433 --- /dev/null +++ b/data/part-00373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6b123f815b505a2ff08929ffe9d6df8821f73dc3c6b1bef9cf022fdffa21b3 +size 605640381 diff --git a/data/part-00374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50d26ca2f3c6f9c3407ef5af0916bcdfb5724928 --- /dev/null +++ b/data/part-00374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c3ce29ff2472858303b8ffb50652661589e037752a1667993e457cbe514262 +size 383662511 diff --git a/data/part-00375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81f5cf4447554c0011ace0559dc0d171b9f7f4fd --- /dev/null +++ b/data/part-00375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ffaef22de93a835d6c822ef5723c972ad7646fb3af1b93bd382b9f2b61cdc6 +size 565354646 diff --git a/data/part-00376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72935ac3ca3c8ae849da7fb4ff22fbdb23fe9d25 --- /dev/null +++ b/data/part-00376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb45fcb0504c6cb539c3572e9ca45d7a4300dd668fe35aacd791389c66ac9e2c +size 633751254 diff --git a/data/part-00377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c2ecef6d1c6cb7445c18fb4699254ea82e93ad9 --- /dev/null +++ b/data/part-00377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f421b7b92c728aa8dfc7203e649cfaec39c025b8c2542959738a06d23b876aa5 +size 808117600 diff --git a/data/part-00378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5868c7fe49a6799c047a22a16f9bdacb3db8324 --- /dev/null +++ b/data/part-00378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89932d1f26ce5dd9defe63e3342239e65037fe0778008b742460718cbf1bce +size 631310122 diff --git a/data/part-00379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1795df854c465d98c9c455e8b4b6a0c6c8e18400 --- /dev/null +++ b/data/part-00379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c6d5ebe17443f307448c9a47a51e8eb90a1abf8766a3793fa9dd42024226d8 +size 519625641 diff --git a/data/part-00380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20389ec3a6f8676b0173dda799a3da15aa1dfa8d --- /dev/null +++ b/data/part-00380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ede6b91243e40bbcb5130199d50a6cb8172cd96b8f3a9c5d013c84851c598e7 +size 542115519 diff --git a/data/part-00381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a569f6545054054ec677f45f8f9a22e5f0686b18 --- /dev/null +++ b/data/part-00381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cdfaea8249c5afd4874e4431c6f6378cb6879728b27c7ea6ea77d29dc9f403 +size 729485593 diff --git a/data/part-00382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b1ac3e2fc36ec16779c174c9a8eaf7aef30cb3e --- /dev/null +++ b/data/part-00382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68f288683f2ffdbbeb9cc70f8d70c251685ce8c372fce14c0a807b67ae5d5df +size 444823448 diff --git a/data/part-00383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d6f852aee33189352c284ebcc3d14e869d5708d --- /dev/null +++ b/data/part-00383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08c6353d09ec9fe74cbe10869aa8c52f53e640ec3ebfb3ad2a1d85c2b10bb63 +size 415276000 diff --git a/data/part-00384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1077e71dcd94a711738487ca5cd1cf47d9819aa5 --- /dev/null +++ b/data/part-00384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdee6d8f69e6cf505fac94de27252de4b75dee6a8a226a686b00bf6ceb9f95bb +size 554688918 diff --git a/data/part-00385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db909ac14b92f5fb80af40535c4d1a77c9c66481 --- /dev/null +++ b/data/part-00385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0133f0b581e6075ec8e023cc89f1605c07a8ac10b80eedece376f8514d08356e +size 495279875 diff --git a/data/part-00386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6def71ebeb78bab15ba2c83c1d0b9ed6fe51e0d6 --- /dev/null +++ b/data/part-00386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700be6c7d5863401aea73a3d402952ea370c78d6334814d71d84693feeee3d16 +size 514159528 diff --git a/data/part-00387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaf3a6188d23de56c0890bdeac1dc32f47a1bc1e --- /dev/null +++ b/data/part-00387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d08f26e238fe990df18518de9c547fa3a7f3e365e49b79d73455b7841ccb9f +size 734192285 diff --git a/data/part-00388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a368e8c6e99392e7a9f42743d8b2d0a425ae4fa8 --- /dev/null +++ b/data/part-00388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812b103eafe67ca233f563c0a25ecf2a117ededaf9717bfaf6c4bc88514773fb +size 733713192 diff --git a/data/part-00389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e51600497b9bf5066bfa34d591ef4176d25c758c --- /dev/null +++ b/data/part-00389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b387f1ae18fcb365d8b20abb28944448891607df8ff6ed977f9a6112e7ae1b +size 510923143 diff --git a/data/part-00390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22d9e720ab2f00228d4f5fa1389d96d4a435ac47 --- /dev/null +++ b/data/part-00390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9bb0b3e9a41f3e55889c3532ca9e3bc69ffb08299c2187e3f33d99a1308b8c +size 733501054 diff --git a/data/part-00391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f6e5f7314cc5a5742100b9c586cc58a083e6577 --- /dev/null +++ b/data/part-00391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b264ffcc818578fc22a9122787d759418c95d5677d4f2a9738edcc2a65bbe778 +size 360653706 diff --git a/data/part-00392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83162c2173ba4bf17f3d27299e39d7eb238e63e8 --- /dev/null +++ b/data/part-00392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de385350735835ba8989aa45208708a60ccd0e3e7448a9fd5f98c5d7776a3b7d +size 497316708 diff --git a/data/part-00393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f732405dbff4f23f3881a57b8f98a0295f3491ab --- /dev/null +++ b/data/part-00393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f439d4e5a60c8fa4fca14c3d6db62af2666e2343e5514f094a10d3f202329a3 +size 427833974 diff --git a/data/part-00394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1415fd14a96a1300f031059dcb8e9ca89a7c134e --- /dev/null +++ b/data/part-00394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d1f0811e9c6891a49ddaf95d9524f7772e27035c3094fbf9734706147d4e63 +size 971453867 diff --git a/data/part-00395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40b893f2a874153e4cd37f7b7867e9b8b5357585 --- /dev/null +++ b/data/part-00395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd9736f984c6f81b65426e483dfb7a66968211f4a021bb8f245e75e3d8ca7e7 +size 685288074 diff --git a/data/part-00396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30b3a160d0b62b97495dcf0236f29b966dbeb78f --- /dev/null +++ b/data/part-00396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f4a444c4a79304162322685c69b382cd65099e947917c0fa37ac322c112e06 +size 491070923 diff --git a/data/part-00397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98508c38aa098ca11661ae1123e836452d36b5d4 --- /dev/null +++ b/data/part-00397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaab3c64c0e8bbc482721ca7e2459f5332ade7b7dd02d4d682cfd4b8d7957e30 +size 751277378 diff --git a/data/part-00398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1161c510c1ec75be0b7fd81639ff05503cffef5b --- /dev/null +++ b/data/part-00398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf053a142a53d5819a8d07ad31b66a574493dac8430a15899130438d77206b75 +size 569223888 diff --git a/data/part-00399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f629b213eb88ab3ecb8dc3d8517b9f2147df7774 --- /dev/null +++ b/data/part-00399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d759631bb59ed5b8a1db94713ad45a451daacf554db509038043be51ea5bc6 +size 876675048 diff --git a/data/part-00400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a117718147bcb240af88ac1887668b11a492df6 --- /dev/null +++ b/data/part-00400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3905786ab2b4b613a3d94a4a5240f91a52619de4a0e212ce02b5c8b7685b5230 +size 661624996 diff --git a/data/part-00401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f16e1f72ea2eee9e7b6d79128fe60177884e935 --- /dev/null +++ b/data/part-00401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288da2dd8b934fd310317a904c22358b5780bff23e7acc4200139d5ba6d32799 +size 495847773 diff --git a/data/part-00402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d62f4c8864d99e34aa1d70c453b75135b7141f39 --- /dev/null +++ b/data/part-00402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e28cca97233db4369843394a157fbd9ec52731e7d855bce0864402c474d5e6 +size 451829714 diff --git a/data/part-00403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f3fd762d6f37d01d7e1eaa9d5feeb1b4ae31de5 --- /dev/null +++ b/data/part-00403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeee31edb21008dbb90df274e8c2047d7b86b22c24f2a03ddd760171c04d6c1b +size 413473690 diff --git a/data/part-00404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e15f32792272922dd65725b8d69a67e3dd89667 --- /dev/null +++ b/data/part-00404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b0c926780a0f4e59f5096f488192a2c7c575e17d865e585983fa8da02ccf56 +size 539541117 diff --git a/data/part-00405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cab3ee28a3208ea216cefaed24b38f18e904bf1 --- /dev/null +++ b/data/part-00405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7328fd16e93e92a0084088c97d89831f59537625f2548b6b1b923d009ce09d41 +size 460400546 diff --git a/data/part-00406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1253bf7d70a51973f8a0f0d6cdb2a18cf636a23b --- /dev/null +++ b/data/part-00406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff418c3fe3daaf3110458ce09f982680923c9b2942ce435387b4a810b91502a +size 445230590 diff --git a/data/part-00407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7100a657e9c6af49faf794badbfce424ddccf7db --- /dev/null +++ b/data/part-00407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9357314c011dde51d3935eb3c232ffcbb39c3e13cba93dcab5311920826ef95d +size 663598211 diff --git a/data/part-00408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..973a43d89e2703a1b4b72ffbcec0b32dffd590b9 --- /dev/null +++ b/data/part-00408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2622d7abcdd3c900ae4cf5d2c85b4333f82b705e2e630341e01ae23e08b693dd +size 516102001 diff --git a/data/part-00409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbc1fa05fbc0def9c4e95f7e2f1013e8f3bd1077 --- /dev/null +++ b/data/part-00409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb8734bd12ed96e6cf438bc09475c3e7151dc33fcf37a19ac07da14693e7061 +size 500172478 diff --git a/data/part-00410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..707b4aaaba9af0f282fd38694218d237827f7c1c --- /dev/null +++ b/data/part-00410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dc3059fecb2e5a3d25a3b33cfb33ddfdf3af37f48d00a30287fb87483a9d5a +size 494916821 diff --git a/data/part-00411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc5324a26231973148794dd11c261683a8bca1a9 --- /dev/null +++ b/data/part-00411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd1161ed903b2e4bafd0551d9b2abc79a0896062ab5054048b9fdd56134dbe2 +size 451046131 diff --git a/data/part-00412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e5837b4900e4798a1e4772bc491b0cf95c42107 --- /dev/null +++ b/data/part-00412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a52681ff7c27286902534ef1adc8a99959c14471326edb941ae4540196a9d7e +size 495880916 diff --git a/data/part-00413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c897528878c4007b5f864e387e06713161c0d51 --- /dev/null +++ b/data/part-00413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f586c1ebf2b88bfbe3f96afbc6c3d4e93c2facb040b9267d0cbaa6a8d49acf +size 406504927 diff --git a/data/part-00414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2430adce0713dec42b72132b6dcaaf68b827bf3c --- /dev/null +++ b/data/part-00414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d86e8a274751f5ad18dea9da23ac9b64400c45c3f493192ec09b04ac304abbf +size 642451567 diff --git a/data/part-00415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb762684baa5f2dadbf558bd89ff7dee04851 --- /dev/null +++ b/data/part-00415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a031810e9cc6db826d0a786b004db5819cfcba90ae2497b20535d1c680676e6c +size 383371684 diff --git a/data/part-00416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ba52ebaedba152e4b3f173b879e20a09f81cbef --- /dev/null +++ b/data/part-00416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adebb2b690957cf7bc2db8e235fe7eb3851e63c32b07d65be4fb78e48fb618f +size 597909406 diff --git a/data/part-00417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d90ba92983cead719ad5b6483afe5834b80904f2 --- /dev/null +++ b/data/part-00417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cb605f11022df9eb415903f4f1af7ee0547cc170bb18d38f7c4dd585c53672 +size 471410184 diff --git a/data/part-00418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30a73a64cc8163fff64555148183fbe3282abb9a --- /dev/null +++ b/data/part-00418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624b33945ae671ac709b89b7077ebdc1fdccba034af2902b4bf5003de1a31389 +size 428717557 diff --git a/data/part-00419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dbb8d3b39cb8e8877ca0291879f4cdb18e58f5d --- /dev/null +++ b/data/part-00419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a956858b197d745629b78bc93ddb5aaa43ce09679e64b8f35d9a61e778f52d7c +size 1018563212 diff --git a/data/part-00420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a998138c38130fa7043ea0ddc331e16978fe5278 --- /dev/null +++ b/data/part-00420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cabb12ce27683ac828e6022c9867d73bd7de3683ac1b44103bd6e589c0303ab +size 390375770 diff --git a/data/part-00421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26d14ac9243053d78d283ec316a481b6ccef0efb --- /dev/null +++ b/data/part-00421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d605c13d34b8aa83ebf14c035cb1f80950b3adbc54a7b3703040324e781d7f47 +size 697145770 diff --git a/data/part-00422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47e1d9bc101231f0b64166f278d32dd0bc6f29af --- /dev/null +++ b/data/part-00422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9510341c3150e1a5b6cb8feeaca0c64a3a5c985c0b1f33f66ae007b703f4d3be +size 416197122 diff --git a/data/part-00423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8abb16a6cbfc39002ca15a4f42d0c9d1b294acf1 --- /dev/null +++ b/data/part-00423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df06c1b4027a30e41eef0d732e4bb1cf78dab988069dd5385f67c6e0bd2ef2b +size 410738948 diff --git a/data/part-00424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bba4d234ab257e482a821fc591811a303de07527 --- /dev/null +++ b/data/part-00424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bc311a539e4bf586fa9a8a58388f35b44fb68ec43479c467ebfe1c75ed3ddc +size 576237402 diff --git a/data/part-00425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84b533910fb4dff34126a8db62f662747bd93606 --- /dev/null +++ b/data/part-00425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2ae5a958466e3e0defd3c7d2821d2156657ec63f464fa52a2330d4e9d8283e +size 615539645 diff --git a/data/part-00426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfd8d69b667d7275d8472c6abf3f3c797e925659 --- /dev/null +++ b/data/part-00426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8477e18e28873fdfdd3134d3934d0108a1a123a8a47037b0da73a41d7dc594f +size 1012127434 diff --git a/data/part-00427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f73a87fb2d48d2948c8146ac6b9aeafc3b4d073 --- /dev/null +++ b/data/part-00427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0be322b52329b38fd89d540fd985f32a25f5a90e229dc74e0c1a01baec78f3 +size 588297255 diff --git a/data/part-00428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef3e100b6d5414c7eb7f934658fa105e7c865396 --- /dev/null +++ b/data/part-00428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7422ed4d18bde70798b489e993124e09ba3ed9566f5aec003396c7cb25203645 +size 464558523 diff --git a/data/part-00429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bac3e67fa9e64fcb28c2a010de382706e7a5584 --- /dev/null +++ b/data/part-00429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244ed380ea77107664d01931487d9e568545bda839db811170d74ade57cfbf26 +size 792276344 diff --git a/data/part-00430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92167797e5ed2d087795ee3b31c74521a3bdf507 --- /dev/null +++ b/data/part-00430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfef1937348d30c39b8cda0312c135ac6c4a32f399ee9a62ac02ad819ba2f25 +size 458473682 diff --git a/data/part-00431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..906de8e56a010ce00db87b4386732b4a94e2de42 --- /dev/null +++ b/data/part-00431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba351ad2977fb20b17a2c93893c6e5d27d670e008daa8a1c7d762d2b6dfa821d +size 475228826 diff --git a/data/part-00432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d60ac17d38672f088a012edc23811e4ce628e0c4 --- /dev/null +++ b/data/part-00432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5298b7d506f1dead055f5d9e7bf499683381d93b50b8e05816d3c405b72d03cb +size 596756441 diff --git a/data/part-00433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69b8cd538ab386a224efffe9a47e9246fbf39788 --- /dev/null +++ b/data/part-00433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1588190b7948d3f5a9f4c4e0527552a32f8ab4b4819812cbccb8dff283508d09 +size 422296675 diff --git a/data/part-00434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea7ff3e37ee9222068c99a33897c47905a74c0b --- /dev/null +++ b/data/part-00434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a470dc6db4db31064220516fed5f8140e0f79e86a36d44653486f1a44735a189 +size 464383123 diff --git a/data/part-00435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a83a219dee2cb28c58e6cef06a69d6c01e46d09e --- /dev/null +++ b/data/part-00435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27378cbf6286f0e57802bc172dd9b96df03c2cc5f4c9206d9d779c5d83c3fab3 +size 484756477 diff --git a/data/part-00436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..032c0cd71f4a1666e0fdfe869669d6d6e9977270 --- /dev/null +++ b/data/part-00436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f6b4e630b26704c522cf7eb0e408740a173a6db8b5d053485b169f37846ed0 +size 635039787 diff --git a/data/part-00437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6258d072f28197379442f7d6a6f115e8a1eaf94 --- /dev/null +++ b/data/part-00437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e660af4b242ae8d220f12e88ad74f43ec33d855f6b6c01c1443a25611da2207b +size 484439483 diff --git a/data/part-00438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..108728c9088ea12d3d685ffd806bd1cceda35501 --- /dev/null +++ b/data/part-00438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b699cad37f7b72602ed0a008bd5afef03c0f2ba0d240b2a8216a66673f9a0c +size 530733812 diff --git a/data/part-00439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df0afda15c21449026daf6ce8bc4bd54fac651cb --- /dev/null +++ b/data/part-00439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e40b77b039a6086d87a983aaabd95599e6588ac4fe280e04c3a03341a64edea +size 608171466 diff --git a/data/part-00440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..940777cfa8929c2f72e87d3fc3db6bd22cd87d9d --- /dev/null +++ b/data/part-00440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4e6fa84a3948d01011dc540da00477f02aa854f2c794b831b25248708169cc +size 363574836 diff --git a/data/part-00441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc62b12500dbb1c5bb168bd4335a223b757d789c --- /dev/null +++ b/data/part-00441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198838858f2ac4545bbd61e03f6799b6ea263803889491500d6797936f62df74 +size 491744342 diff --git a/data/part-00442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eeee1d9eac5ec12d8f7327f873e2c71e5e35bd43 --- /dev/null +++ b/data/part-00442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2a662a7a22c1e40a7aed81404f5d12bc44a67c13fc9672863b3c65ed3eef9e +size 372400972 diff --git a/data/part-00443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bb1427614d6068c1721679b1c11f1c05f281374 --- /dev/null +++ b/data/part-00443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fe4e8a322841131e4d261d27675226ac9833d21b31d6b54f5d520db58e676e +size 456102985 diff --git a/data/part-00444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..819f4d59ff9b019a0b3a907d64e0d7732a6ed29b --- /dev/null +++ b/data/part-00444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffee49db5cf53db5307376bc8047b05bb645e7c18af0f3792024e99918513d5 +size 538254450 diff --git a/data/part-00445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68fb52d9096302b54e4ec6321b7cd8c00487b110 --- /dev/null +++ b/data/part-00445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d015c0bf5434371df8d2f951d0bb5b2f284281b7d921bd1ca8f4e6ed9b6634b +size 449444370 diff --git a/data/part-00446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d4d9315aa8020b01b32685c8def27d6fd0362fd --- /dev/null +++ b/data/part-00446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d04d525bf841edc3ced6d82e992b092e812c505a1436a1b70c2ec2eed5c677b +size 493384305 diff --git a/data/part-00447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e83bb96e18fa083e9f2091f681de5af826664bbe --- /dev/null +++ b/data/part-00447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a92bb5b5394c47fc4f4612f9b8019fcc853a7f13b4e20901614d48bdd9b2590 +size 580900041 diff --git a/data/part-00448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eee554c141558dd644a6172081557c45d865d4c0 --- /dev/null +++ b/data/part-00448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08762b57f1838e2edae8a4bc306cc4d0ef74e926ebf9b2b8a1ce3fb606867f9 +size 846934693 diff --git a/data/part-00449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..647130aff78db3277da771b519a3c0d1d590b0ab --- /dev/null +++ b/data/part-00449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeacac96c5040c6e3a8ba8a6c7c3dff632e6a7c1dc141f2bcfade0b51e39cc7 +size 538057980 diff --git a/data/part-00450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93c1c43ef54838e5c8e343cdff563142a5b64cbe --- /dev/null +++ b/data/part-00450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ec74f8f497ba23d88be57951a4a671189c9c542282573bb10a4b3365198486 +size 677197830 diff --git a/data/part-00451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8b6e2e0be9e4c856a6f46789f09cdb1603b4e3c --- /dev/null +++ b/data/part-00451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29347564f28ea43a0c4ea4e50990b0a3819e1bdc63628f55c84d666cc8e78508 +size 557364684 diff --git a/data/part-00452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d82bc1684bfdb25212974b824c810ae328b89fe --- /dev/null +++ b/data/part-00452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dc0c3e51840de857f63104caf8f044b72c47d782a4aea3ed71bdc7792d4acc +size 532897278 diff --git a/data/part-00453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd6a762857136fb0567d01589efbbe2d3c6576a8 --- /dev/null +++ b/data/part-00453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237c6bb70a94c1c2e899012de49a80ec797e91b02bb5fe3a0e660b619ded82b9 +size 377768114 diff --git a/data/part-00454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bd0342a90518699b26421fbc9dbe925e3331147 --- /dev/null +++ b/data/part-00454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc89cc9e5b43a9c1a4700f94615b71a9cd1d2ac3f50794050f84f149fcf0d2e6 +size 393423674 diff --git a/data/part-00455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e614283c9e2d53e787221d7b91e1ce50809e4281 --- /dev/null +++ b/data/part-00455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbb05c2a4a988a53f6fcc75dfe3e5b108429a16963337ceae8851a24856f5b4 +size 447617151 diff --git a/data/part-00456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84f5df125cbd74e16eac85a4b81488cf91fa94ae --- /dev/null +++ b/data/part-00456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3437fac103f7933a94ea475afdbde8195658d6fa3441bdcb2fff0f9ce27e1c91 +size 505517353 diff --git a/data/part-00457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bdc39713c1a43b6abd564fcaa282aba6d4d3d6c --- /dev/null +++ b/data/part-00457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd1ec3da635dd5742e174db4b41c3a155d3aa36ba158719856d99eef19865b8 +size 426257375 diff --git a/data/part-00458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c02f23c8398d4ebf906cbb1528cbb12cb196dc6 --- /dev/null +++ b/data/part-00458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d011262700f40b24cf3627adebbcf0bac3e7282fa2ca39e99c6e295d0a192e +size 1639378919 diff --git a/data/part-00459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fd8f72ce50253a438621c1c964607b92abf76ea --- /dev/null +++ b/data/part-00459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d638e6411dd39df11a38a0c4cd46cf2ed68de05a5352ae0e78289e2162717f09 +size 528322288 diff --git a/data/part-00460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7c8bd4ab1a9010af64da84f663bd05dc8dabe73 --- /dev/null +++ b/data/part-00460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926f09000c3ed1a3eca25ed006a4eeb0767f9e5a2dcc037b05d191c7ffab4239 +size 566257896 diff --git a/data/part-00461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f4d27a98e8081025cf23dac206edccca5683eeb --- /dev/null +++ b/data/part-00461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb51a1acea7c1ccdf71c4f0393a80196221dc9b1cf4a8b1a8a01d6295d1aa54 +size 678607622 diff --git a/data/part-00462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18189f6904a701f64b9720ca0936d1f4f75e7153 --- /dev/null +++ b/data/part-00462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753286b88ba071b234ffb887331654defe3f196f3d562143bbf442f41bb1d6fc +size 377386985 diff --git a/data/part-00463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..656aac654ae967904640519f422a57b62f892d16 --- /dev/null +++ b/data/part-00463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98138be39b88a5027a7b06fda099dcdc5f60ec8d0f464076e26c2b4d1b23984 +size 570459785 diff --git a/data/part-00464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76381eafc489f0d9891dffda37b52dd1872cc307 --- /dev/null +++ b/data/part-00464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bb2e21f7f3814b641b097f8d9a3e78c6d22782317c82785965bcbe0320616f +size 717420377 diff --git a/data/part-00465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a5389cd06d1ebe1a9f17b4f069984edf49a4e06 --- /dev/null +++ b/data/part-00465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18e7854e5b264913db1ac16356b10b90040e4655731a4dd9e414d82adb1b8b1 +size 806866366 diff --git a/data/part-00466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfb56a6e91ffa2ffed51f75fe8dcfda0aa659306 --- /dev/null +++ b/data/part-00466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fe7be3a582b52fffd8afea5ec91a357d916d5356dad896084b03be91e59ed9 +size 439098760 diff --git a/data/part-00467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0625de2932b87aa7d63bf88aae1df3d0bd18327 --- /dev/null +++ b/data/part-00467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2025167b3a447fd76dede2dd86ef0606f64f1100026166d19d996f30f4ec67c4 +size 1081757092 diff --git a/data/part-00468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cd49b56f9471fe351d2f6e10d2bc3f1e2e39634 --- /dev/null +++ b/data/part-00468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe83b4803213a61c2cad12da093749be2e7afada3ff42519532c8c6832890221 +size 536783532 diff --git a/data/part-00469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48e32789d1f61b4284defea6d73d8af588b9829d --- /dev/null +++ b/data/part-00469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a38feccd37d3df8d0cb359eaa09e4f193ae6af0e21cefa209041752ac9f781a +size 826795654 diff --git a/data/part-00470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7311aef5e27a6637b612d3fffe794f106416535 --- /dev/null +++ b/data/part-00470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f73c9cf9b40d411edc87c0f28de871c451f8c06d725a62de5fe42e2c30c16f4 +size 500129752 diff --git a/data/part-00471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56db9243a5772ebd2506c71755e94c33fc2ce918 --- /dev/null +++ b/data/part-00471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0999698b051bf2cc5b3fd5de38fbacf7d30975b56d0544013c21076d10aaeb4c +size 596261303 diff --git a/data/part-00472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf74d05e15f9f88288ade04d095a8cc23c4a5811 --- /dev/null +++ b/data/part-00472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2ebeb615be4d817464fe14c5836f517915861f485c3725b64b914a4f078c16 +size 630127395 diff --git a/data/part-00473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8194a9857e27dd57d49e0be6082cf12deac71a6c --- /dev/null +++ b/data/part-00473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd6d4052e6deee32fcda232da9c369f5ecb954f22b278877c2cf138526ff6cc +size 475688064 diff --git a/data/part-00474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd025e8f36cdb8e8a148589d50bc1a160c72606e --- /dev/null +++ b/data/part-00474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a375f1d9d75fbf9239ac0ace6151fcac3e44ab80d017ea39f0616d86b171dc76 +size 966306569 diff --git a/data/part-00475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52bd2c766fc31c16ccc72a2fe7d2640ffe7689f2 --- /dev/null +++ b/data/part-00475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76678ab5c3a03eaff3e3c8be39161875ae881c33917058abf93f833b6cc5d69c +size 582627185 diff --git a/data/part-00476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28529147eb0fda9e5671b0d54ff25b9ae1801eac --- /dev/null +++ b/data/part-00476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b60c0af7b7146db976a37eabb1b8698ca6540c4f0470b6c89bab397215f35f4 +size 468094594 diff --git a/data/part-00477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d219fdada8c3c32cf877de26f48b388f52a82161 --- /dev/null +++ b/data/part-00477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ea34120d0b7f6b80ff1b0cc7efe0314ffac49208b41519b48794d1134de748 +size 507512572 diff --git a/data/part-00478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b95eda2c9a9dfa3732e2f0d8af5199d68aece678 --- /dev/null +++ b/data/part-00478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19187da21b7dc99ef307ce459b96c06d90ebd2b5950daa4494e6265264ff216e +size 400168960 diff --git a/data/part-00479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58b5e97c40570963edd3de53f7fa20365cccb599 --- /dev/null +++ b/data/part-00479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2872ac7150080affbbdff2cd4cf75884584ab2b7a6f09eed6bb6f8367176eb5 +size 438109715 diff --git a/data/part-00480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d79b9acaa09559cfa4df9ba77aa60993816cc28 --- /dev/null +++ b/data/part-00480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37590d1ab93d9c13fcd944a3d5dce2716803b694d2506668fc4829095ee5e9b +size 431918375 diff --git a/data/part-00481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..084f878aa95b607b8bab0892f73060d735d91cb1 --- /dev/null +++ b/data/part-00481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d879bd28ba841ed37185b5f664fe9f4344b783dd93afa78c83339e7851fa06cb +size 547453147 diff --git a/data/part-00482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9586485a8bb125b2bb2fdb31a358efcac91e7454 --- /dev/null +++ b/data/part-00482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3168be9343c7409841485175ae2e4d78d9700f3ba538408fd5fe291de6108fe1 +size 785468602 diff --git a/data/part-00483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9a77219ca495063fd1d9d62fc859375a762a54f --- /dev/null +++ b/data/part-00483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef5622395e2c75e82673253a1493e9805402aa9e38e10e126365c8e59d57344 +size 560404407 diff --git a/data/part-00484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57eec77755137cd81c7ff89299d57f12f2cc9d31 --- /dev/null +++ b/data/part-00484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb04399f11b1b18a9d15d498b1e9a85b08026f6a42bc06558ee4dde46d5e7c +size 519629296 diff --git a/data/part-00485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd86b6cf4e413c0c87de58872939d13df89a2dd7 --- /dev/null +++ b/data/part-00485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9597f2e314dc0fc98abee659b493dbfa48d8dd3c45834fb68a1616a8adf87b +size 489163077 diff --git a/data/part-00486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d1063e11492ffb4f3fdcb03755e34911e9e400f --- /dev/null +++ b/data/part-00486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250454d41d51fdddf3f1e6bca0cb484bbbc3ba02d6f5db591db2f646217ce871 +size 448596187 diff --git a/data/part-00487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dcbf76444c6487c89ab6e5fff3cd3e7837f6116 --- /dev/null +++ b/data/part-00487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6976436d40babe22f74495e766bd907eeed7554ac20076ce546e9d6e7369dcc6 +size 543733855 diff --git a/data/part-00488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6080ce383ada9c6923ab6d47d0a6bbca2704e0b7 --- /dev/null +++ b/data/part-00488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd25c4acad4e34776b35d306c071980f1ee4aa002e638d5cb65cb2cbbf6b98cc +size 736575190 diff --git a/data/part-00489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8d4f06db6fcd5b47974b7a2ae9ac9c98344f1f7 --- /dev/null +++ b/data/part-00489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c740a0b93b7c23eb7cc824824719df578bdce0df9ee18a333b75a16d2f2f7ed +size 625128012 diff --git a/data/part-00490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..613488e264b84937b4e18b86a266f1fc6279d0a4 --- /dev/null +++ b/data/part-00490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14215c4cc365328b8894692a5df2821e3bccaf3b4af72fbfaec6c8fd25101409 +size 686846590 diff --git a/data/part-00491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d248b0f7d8e50b72dd6e30e4443d9dcb7feb3878 --- /dev/null +++ b/data/part-00491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a124cb52ffe81026689cc4bf8d8c404357256345f46758a87f2d21754d8dcbf2 +size 510307037 diff --git a/data/part-00492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..882cbb0422ab572899a7d03d7eeafeb2e564801d --- /dev/null +++ b/data/part-00492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26eb88d69432de697678bc6140ead60b4016c5dc870e7ec4c785d92c0d51c644 +size 507695603 diff --git a/data/part-00493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13c1c38555bef9976e7fc8b714a5948d12ed4a9e --- /dev/null +++ b/data/part-00493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150dfba5ee55de04286b4f9d892fd48f85964eff8868a7c4009bb0d6f1cce7aa +size 649531887 diff --git a/data/part-00494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b841bb9aed0d58ef15d65867701df1ae4d465483 --- /dev/null +++ b/data/part-00494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f94ceac362eca5ffc84d8ff8d0fefb87078ae1f39640333744191e7512985e2 +size 402936481 diff --git a/data/part-00495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cee3535f11b2bf7c0b817dcae09a223844f8b178 --- /dev/null +++ b/data/part-00495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebd53dc36b5259950262859d37666493b56fcd6f2ef7868d6cbec711be58812 +size 754202009 diff --git a/data/part-00496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b86f3e3b096b38b83172564239b284b4cd5d0dbd --- /dev/null +++ b/data/part-00496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87457ac7482853fa04df5976f2efd50a7223e39f9b006ab612041573efde0a0f +size 449963830 diff --git a/data/part-00497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1a784a55b656a9288cc56a1029c57f5fa650725 --- /dev/null +++ b/data/part-00497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9321c3aa8d0c81af98ea7a532589b1d5ab7dfada1e6ed19e8f37141373a7a4 +size 544699641 diff --git a/data/part-00498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d187607f1acc09186b1bb796d9215f36a79c6629 --- /dev/null +++ b/data/part-00498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a99e807edf3acf7259ee06f7c6633ed46f019a299010403c0659822a7308b3 +size 683479256 diff --git a/data/part-00499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..221ed31e6dce83473f3d1b2959abd353ff67aa72 --- /dev/null +++ b/data/part-00499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c2de8621fa2a3dc6854d46fa7ac16292819b19ebdea51b5297323161f8096 +size 421754705 diff --git a/data/part-00500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..109e778184d9e62fb69c4ed70084dc6beb1cd00a --- /dev/null +++ b/data/part-00500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976d43ea6a1ea99b7373a9cda512582a70dd47e1e69fee4b1c70fa16a4df4102 +size 487997454 diff --git a/data/part-00501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5479d95002b7dbab307ae14dcc5c4019624afd62 --- /dev/null +++ b/data/part-00501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7bada7760a830b325de1ab4439a47e64e8b95edeaddaddde9e8ab60bf479c2 +size 666319872 diff --git a/data/part-00502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25519fa13654555cc956e8af4f2330b2bb67443f --- /dev/null +++ b/data/part-00502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8144a2df8e775401df9ea051680920c05a22d19b532b2e8da4d13dda25d3509d +size 432584529 diff --git a/data/part-00503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3722c5c5a43e4d5dc37679f9c1a556aa86469f20 --- /dev/null +++ b/data/part-00503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e8b7e775bc67cb97454a1283ee210b58c593a791d842a24b770decf2eb92ce +size 495093808 diff --git a/data/part-00504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a8832a3f5ff4e7791dcc8a257c6d86fc6b43cbc --- /dev/null +++ b/data/part-00504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9c19152baa83ff41fd5016469af7429ef420aa8a67eb259a5350f7f913fff4 +size 515120407 diff --git a/data/part-00505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0ed2080604566d1e5967fe05874365ef6cd3e32 --- /dev/null +++ b/data/part-00505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230ba7977c200860ecd5d9a60db9a90ca2b55c77831fae316d389a340c3acd2b +size 594439924 diff --git a/data/part-00506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cb7e7ae63894fe7837bdbd50fe7f4f9ba652ed9 --- /dev/null +++ b/data/part-00506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f82b6ff67989c41b1c56070040d4cc8c34b2c0b668d688f658efab7a383a6a2 +size 545158584 diff --git a/data/part-00507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f9006b8a5730e0fe15f7793010d62d49014dbfc --- /dev/null +++ b/data/part-00507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b47392d949732b288685bded070cbf5ca969121df57aac68374325ed929050 +size 497020331 diff --git a/data/part-00508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bff6d50780fe700e1690994aa8d7578c11625ce8 --- /dev/null +++ b/data/part-00508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8602ac3e34bbc974861d0727b4f56f04ef19f4c1eaad1245cef6169bc70ec539 +size 373460699 diff --git a/data/part-00509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22289f2e1998f10c8a77c7c92b8d5118880b9cbd --- /dev/null +++ b/data/part-00509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef01f6b40b3485f211f2a007f1181367716332aec347af1ac5bcd4ee6cc0db99 +size 392240029 diff --git a/data/part-00510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de4d962edc7f369229c95dd52b7c021a10167a28 --- /dev/null +++ b/data/part-00510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030e16532c4092b6ceece43957a88c39b3829297dbe2382ccd73508bd332961d +size 521819101 diff --git a/data/part-00511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2d9de3f4e693a644169edcc7d2c886c79932fd3 --- /dev/null +++ b/data/part-00511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e8fcd0fcfe50e7f65a86a1756e7895753e039c9c7f29aeba282652595c873a +size 482673776 diff --git a/data/part-00512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2abd14f4017bac8989e17f62123e47ba5c051ba7 --- /dev/null +++ b/data/part-00512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5414b0d81d98529b514b71f91e99315bbb5f6d77d09d00c13b236ef7e56f1c +size 699231125 diff --git a/data/part-00513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14dc6c330144d0d7b19edb49e16c801d8aa33aca --- /dev/null +++ b/data/part-00513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938cfbd937e555530d1e5075d913797185d177f444456f922945c1bbbf6e2ce1 +size 380612390 diff --git a/data/part-00514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b9769114035fe83a73884f12c0e66fafa127260 --- /dev/null +++ b/data/part-00514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64edd7d2c37fd07ff6950b71cd48b0cb25ea5317f77aba565cc152c1c4fdf417 +size 448449305 diff --git a/data/part-00515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..280afd137935af48342ffbdc4aa9f6d5630e433d --- /dev/null +++ b/data/part-00515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad410fd49955de15b22aefe9bc001e9cab6250f468552972771875a9f8db93c +size 672137257 diff --git a/data/part-00516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80ef17e180fa6c9e5bf6f63f314438da81c879d1 --- /dev/null +++ b/data/part-00516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ed291e8f473c83be04c71480751099de4398000018947d87b50885f8c7ac83 +size 521828846 diff --git a/data/part-00517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..469f818c01a30c93afbc8730cb520f1089825372 --- /dev/null +++ b/data/part-00517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e9be2db22953d2619e1dcd9cae3a45769487240d4b66ed91441a6820bdef7b +size 360850850 diff --git a/data/part-00518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15277b46ecbd6a51c136e48e2a9f32568b699013 --- /dev/null +++ b/data/part-00518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec39f59861eaa1db90336ceeb4b42d6118b74033e5bbcaa7de5e5e21ba1d0e6a +size 537271382 diff --git a/data/part-00519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b72990150deec145fbe5a424a4d2b77822517ad0 --- /dev/null +++ b/data/part-00519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03986920be60860187767a31efc0cf9c59478af858e9935d8462c41dfd0f915e +size 515397517 diff --git a/data/part-00520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a657a3b1831f0af4008fde510b3342174d97bcdc --- /dev/null +++ b/data/part-00520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a871b13748f530adc7749a25c31f482d9287cffb0060dd14cab0c1706a1918 +size 796516715 diff --git a/data/part-00521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6b67ba18e792796ef6c589c97620b124afc906c --- /dev/null +++ b/data/part-00521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4461523668765ace99a73325ee7f393a5d065d82f684638a3d0a292fea55286e +size 544376267 diff --git a/data/part-00522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3a30bd1fc5a42486b2db8b1f36001b1766900b2 --- /dev/null +++ b/data/part-00522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735e2c59270d3a1a71eaaa246b6b2ab27f1649d5e786f6155b51a19c225c864e +size 527744531 diff --git a/data/part-00523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5f04ffab69dcdaae65c9f3928848d079795f047 --- /dev/null +++ b/data/part-00523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f00a8523f2def3d7766ca29245efba7a7c32527bea4ec11b612f18584ec95f +size 447445385 diff --git a/data/part-00524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d243290df8083cc5badf03a5e7b394ffc920f49 --- /dev/null +++ b/data/part-00524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89471d2782cafef2ab1492e396350ddfc28bed697d9c07d188d598de86caa5d0 +size 429454806 diff --git a/data/part-00525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efc5404d444cde1c1066c8ffdc496ac7fe25071e --- /dev/null +++ b/data/part-00525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a5d6b8c923c51ff8c3f8d2127dd69977ce2a7f6feadd3b0091e3ce64967304 +size 425575795 diff --git a/data/part-00526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..243826345b9311e7ff14e39cebdfb5c59cbe3467 --- /dev/null +++ b/data/part-00526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f4e8dfcb07403426ece3866c8de4aac071c3a9cf45e3ca00c77ae3625fc854 +size 875187680 diff --git a/data/part-00527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f53d36175e0644f2146bec62878b6f1d9ced0ed4 --- /dev/null +++ b/data/part-00527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aca63a544cc1c520d914f87a206589ee507915d85ce40ad9a951172abc86e6 +size 758432227 diff --git a/data/part-00528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5476c92f1134749f601da03bceed79f6f150d53 --- /dev/null +++ b/data/part-00528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091241284cfc3e0f4ca280224b8ffc1fa861bd2ce65c63e5cb35a71256da253b +size 486973363 diff --git a/data/part-00529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9d2b4b43e2d8121949bb49ca8da6bdae6c741a6 --- /dev/null +++ b/data/part-00529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d0a656f4a2bc39c8939be74d987d9cddbb7e3d4e4b48733ad1628bd1b6d110 +size 440346145 diff --git a/data/part-00530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16d744ba461c3e2978eb3b399d5f382346ef600d --- /dev/null +++ b/data/part-00530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b61b568a5e30478895e16ba53e1aa34b17bef23852c65846f1e3ccf9b8949a0 +size 427510125 diff --git a/data/part-00531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bde0d86587a9404605aa02fb99dd73482dc2334 --- /dev/null +++ b/data/part-00531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da8c36859f0dbd944b5144e201b4259c470d3b61f45a3b12f9aae18640d922a +size 597684498 diff --git a/data/part-00532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd3eaf5c76958f0843cfb3de4a20f7126fc3a05b --- /dev/null +++ b/data/part-00532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322ea4f22117223331e7953fda83cb8600a864a9074c492819ea583e8058cee1 +size 474315522 diff --git a/data/part-00533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afdacfbcfa1003826fc7b2a4fa1fa4b52bc4e212 --- /dev/null +++ b/data/part-00533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6894f875c1c48dcfe36c3d210b5675b1103bf80cbed9950c7300c946c5a07742 +size 575866992 diff --git a/data/part-00534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b97c4949fab0ad00a08d853a7dec9362881988f --- /dev/null +++ b/data/part-00534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dda47f48ea27ffeba4150eb59aa1a58f2f0166f288f42aabcaaa2218b9305a +size 422727714 diff --git a/data/part-00535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb6a7593d084078dc094247bf2a15baa3803618e --- /dev/null +++ b/data/part-00535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccca6d27b8f9fda973dfb3ea8c045e946cad1d1ae938ee9da637a37236c691df +size 429853214 diff --git a/data/part-00536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adba2311d4856bafbc92fa4ae6a1c8cbdc86b77e --- /dev/null +++ b/data/part-00536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9204e3b8d379e7f06ca47ba76161045a9086427d310c87cf0ef96aa5449cf7 +size 708730140 diff --git a/data/part-00537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25458292530cad51002e199d36d26705d2f269d4 --- /dev/null +++ b/data/part-00537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b19a35563d021b2f592dd12622041afd5161de463bdd8e1c6ad6e4a5d15b3 +size 799436181 diff --git a/data/part-00538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3a7aebf5b1c35b6f7375f2311264b462ca16874 --- /dev/null +++ b/data/part-00538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eba7f64ac77190c5565110a44a708071228d07042c7a0cabb17088406eb2b1c +size 448653550 diff --git a/data/part-00539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e29d1aedd2d2ec7a8bba4d0ce14131f0baa7f3e --- /dev/null +++ b/data/part-00539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f154ab417c255c9df4aae7bcb7b6f936677955c8b24d16eba0108831aa26fc +size 519596209 diff --git a/data/part-00540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47ac1a26c936d130cc105f82ee41ba759f824ef0 --- /dev/null +++ b/data/part-00540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28572d5975668ba9fa426afdec6f1064cffa52cd95f88d7005776847464f4641 +size 574132286 diff --git a/data/part-00541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73ab549f44194f1682bb7d95e9861f8c51e0c0a9 --- /dev/null +++ b/data/part-00541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a92e3f3b22c5e28434d7cdbb76aecf5b3a01dfbeed953217c75d0169bebd329 +size 618096914 diff --git a/data/part-00542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b5a59bfc483cca47d3a8ca6a6f817c3cf3dbb02 --- /dev/null +++ b/data/part-00542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd55edf97b34468af79c8094cec9bc7ba6070cbf0f50950d21e747f7558c2541 +size 463452643 diff --git a/data/part-00543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8b2914fc852d2a3e367dc27b8a5cbb6996e2f6a --- /dev/null +++ b/data/part-00543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda3dcf1bf40b1ad24345dad4c9222ff318725a34d3528a624b0cbd321107e76 +size 937007351 diff --git a/data/part-00544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d6d5a4cca448b02358f56e09be91141eaa25d76 --- /dev/null +++ b/data/part-00544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08762fc8c2b04607ec9202aa56137fd17af34e9e03cda83da70feaa9403e4792 +size 601470898 diff --git a/data/part-00545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d1b185cfa3af3fca905d4500fb864ac9f9c7cef --- /dev/null +++ b/data/part-00545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46793ff984c28c5d2b5b6ecdc089f43c15ab77e3536bcec38e8894f96eb83098 +size 717183702 diff --git a/data/part-00546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd4eb7f9a3d0abf354ff0d5a3f28ddc0644da974 --- /dev/null +++ b/data/part-00546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c49cd239a0372149935a715dabc8875bc6fb1c208c36a8160c2b9d1e6c3f0c4 +size 603068022 diff --git a/data/part-00547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea936e27cadfa14a336456b68c276118cadb8cfc --- /dev/null +++ b/data/part-00547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195c882886a3de9f10d57249ce6a6b09d225bac16ce97b34fb8223eed757fe48 +size 433920974 diff --git a/data/part-00548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b11d83a1dee97bd94d7438d1eaecfb6398103244 --- /dev/null +++ b/data/part-00548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feece148e58e162b285db82472cefc392188f25f1a65355fa0125d29fddedab0 +size 873815570 diff --git a/data/part-00549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ff77ea7a1deee82e7540c7a3bff20639ee500c2 --- /dev/null +++ b/data/part-00549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3556d2bf6652d3817bb2e0e61d0185ed46c7248297c161a8fd050a3f85944b5f +size 471774016 diff --git a/data/part-00550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fd917f7d0235a64444fbc6532f358a48f7e5222 --- /dev/null +++ b/data/part-00550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8968d12f441cf0f2faf4893c4c7f43feac0f826bc5044ec76fab680fff431d +size 682949374 diff --git a/data/part-00551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab5d20d837f9acdb2816d6192041cfd2def0f52a --- /dev/null +++ b/data/part-00551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00defbbe4669999f6225a916203ee7fb1ca388c17ffc642c9709cdc96738c6e5 +size 466378737 diff --git a/data/part-00552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb75e3ff90882615803452e14c41f5fa535e3d05 --- /dev/null +++ b/data/part-00552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda3b9523407bb30f4a3c6bbc9301630345c0ac9681b6b108e574a966472560d +size 497554165 diff --git a/data/part-00553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47b9853147918465097126d17efa50dd4fb069a4 --- /dev/null +++ b/data/part-00553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e2fccf8807fd3fac3e84351441acac250598a5bcd49b84017a9fe6ba2ff84f +size 481877737 diff --git a/data/part-00554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..661a2172573e653eaee38222ac50926f5090273c --- /dev/null +++ b/data/part-00554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aa89ee1523b9c35ff55105bcc4f01fb27b594296728cb5582644bb61c1a72b +size 491962781 diff --git a/data/part-00555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d8724ba34ebd40652486d644f2d28c12741f7dc --- /dev/null +++ b/data/part-00555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89bab6bbde685f3fdb900a62ea68f4d42f5e316d549433aa70b9384dde5fb3a +size 625784117 diff --git a/data/part-00556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d00d1b9c4cb0c03483bc7bd3051cea91f9b1037a --- /dev/null +++ b/data/part-00556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc1cc9cebbbda1928fda51a683b147fd6d1918dcee2b5cf931f4516cf788a41 +size 929228355 diff --git a/data/part-00557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f8f50b9125b12023534c1ed5e3f1821c24db334 --- /dev/null +++ b/data/part-00557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d814b7612c78ae2404babbffd4c6a0c3a6bf2af628459397388a5afbc8dfb0e +size 770571982 diff --git a/data/part-00558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee898f7bb3e45246e83663404961ae8ef97162bc --- /dev/null +++ b/data/part-00558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e0e4914bd1a6a2b6a36bf094a023f0e67ce76f8df0124ce6ff3051b22b7442 +size 424545354 diff --git a/data/part-00559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a57b6371a795dd8223caad3cabd9af1a9d709362 --- /dev/null +++ b/data/part-00559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272f8c3dd3cada785d1729baf88843341d6d31312e6e61b02abb0c244d26aa53 +size 469522699 diff --git a/data/part-00560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60adf63941a6827ceb5a5202eb552db1db19d21f --- /dev/null +++ b/data/part-00560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3eb8a661e59164a1d963340dce434a13cf2db466510fa13c5bb03b0d2a56ab0 +size 558990120 diff --git a/data/part-00561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e710f4397af858a7cec3319c9a704b317a54049d --- /dev/null +++ b/data/part-00561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52bcb01b70e6c8b252e6d359b8b557d123c9a4fbaca5c2bf5a207b6819837c +size 644571700 diff --git a/data/part-00562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b897d7b9119d21895c3949981912b3a323d8755 --- /dev/null +++ b/data/part-00562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d53fa1b3d29f009e13cd0f8fceb4a2bad476d5e04c19988728cfa417ce10ae +size 764855636 diff --git a/data/part-00563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac37f054fe4c31b66035a0ab7ac4011017a17377 --- /dev/null +++ b/data/part-00563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a2282fa0f9fe8606dcbb226a41f006f6daa4e90532f01c4c94583beae76513 +size 623561069 diff --git a/data/part-00564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d15aec09c6c9a4ba0496e31310775e03455c1c5 --- /dev/null +++ b/data/part-00564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83717155534323352f0389b137e0ff456caddf6420470bb3d15f884d225c53e8 +size 561825197 diff --git a/data/part-00565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..468d1e29604ee777f76348e2ea577accf5900ad3 --- /dev/null +++ b/data/part-00565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9e9cfee6e4b0850955e157b2486f7ab6d47fd659ba5aca0a2c8d7b830f4a11 +size 653254475 diff --git a/data/part-00566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53d6f02d5785db417cc741e14ff2853fc2ce52b5 --- /dev/null +++ b/data/part-00566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8548c0351d54395a872058280cc6da0f21d3e415110346a9216722d996a75f +size 519572248 diff --git a/data/part-00567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31d30a4b97ce5608525f2f7b8b14d698ed11e44e --- /dev/null +++ b/data/part-00567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44fcae948f84b66b96406473098cd4572d0ef2c04c22933e0915adbeb5779cd +size 737914544 diff --git a/data/part-00568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1cced0b52d31847585a3f98df93c3d4828973db --- /dev/null +++ b/data/part-00568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8528b60c68cf8d9877ce00f1fc7930361caed2bf1f9179dc2cc9c728b39ec1a5 +size 388922228 diff --git a/data/part-00569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecef72d3df020459e2b2c7048a66fea8b38947e9 --- /dev/null +++ b/data/part-00569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e9959e95a7f9ab1a42f9e05eea266263f31b442e2f98c202524adf2d9bb218 +size 539643354 diff --git a/data/part-00570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fcaa98bbca06cb684eadd33fad010281ab4abd8 --- /dev/null +++ b/data/part-00570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd26a414f1070ffd323e6a605479180f12ac83f232e81937bd29e34c525ecefd +size 578219659 diff --git a/data/part-00571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea5e12ec69b132b54a5ac2781fafdcf4b2ff9ed --- /dev/null +++ b/data/part-00571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054bacd540a17ae87f7299518eaa719765579040db3ef1e84a6697cf42d80b3c +size 437583726 diff --git a/data/part-00572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ecee9f36dd6dcce4e4521d3dd9a9dfc53d2f3c7 --- /dev/null +++ b/data/part-00572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bda6ffab21d44571723cc663fe877fa8b28f681176b6016f7290e11b8fa6559 +size 525203912 diff --git a/data/part-00573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6aabcb8311bf0d81715fa3b1551a253a2a20dc10 --- /dev/null +++ b/data/part-00573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b697a20e277eb9ac0a0f031db7fdf7b37d39d5099bf5af13d7999747e09e2a3 +size 715943441 diff --git a/data/part-00574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..867a5d68e9e3257718200c800f28779f5fb54001 --- /dev/null +++ b/data/part-00574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738259483afaf19a4c3699133a21dcb26af7960003e993546a1863754795f5b7 +size 448235120 diff --git a/data/part-00575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caf8f432e0b81647e61a5753a350989063b94991 --- /dev/null +++ b/data/part-00575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d495110d121c3a38587a4d8aa58a08803776c2ecf1b4894240c9a120d529a150 +size 447529027 diff --git a/data/part-00576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dea0f8b2334a7d23a6101850729df9d7d79b083c --- /dev/null +++ b/data/part-00576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84e4819d18a999bfbeaf1a4c517ea7a572a5addfd56ba8376cd08dfe199a351 +size 383514086 diff --git a/data/part-00577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6487d9777421b8bcf6860684df470ab53a0837f7 --- /dev/null +++ b/data/part-00577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd535c6a0e3ca7f1e69ea66dad78aed7003bd552bbfe403adf85c9f70ddb8e7 +size 634201100 diff --git a/data/part-00578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db0d214c5d0c53c2da928fec3af7a1bf795cc943 --- /dev/null +++ b/data/part-00578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a378f77b4c97465ef4d65470efca77533a44d0b9fca092b4ed73c186bbe1c7 +size 491201061 diff --git a/data/part-00579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1c3bf5d78b4228d6ad0e508c2df05867d4d2455 --- /dev/null +++ b/data/part-00579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271208ee9f178eecbb22116e811a042e335c334decae1f449dcb574fc5fe9c14 +size 537285202 diff --git a/data/part-00580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbe0b94f3a8ad671157388000e6235ba78649a73 --- /dev/null +++ b/data/part-00580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e7c46b6200a75dfcae543f81eeb2e1b01ab6dd042481d4ac4f7b868b2666e7 +size 536753577 diff --git a/data/part-00581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e972b1947deb6add61af3184c80006cf1cb2278 --- /dev/null +++ b/data/part-00581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd35d8f6901b67800a5bf93cf9e08a50a4a659b5f5f2f6ae44a5a9fd42b87ad +size 380441614 diff --git a/data/part-00582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52464e8167145e2d61cebbcb7a13f4b255103b82 --- /dev/null +++ b/data/part-00582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7f671bfc70bf1151fc933e94f22997a4f802b1b31164c75fae2ed2cad60719 +size 719061534 diff --git a/data/part-00583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff148e1be512b07168859bd0b3ab97506141d1b8 --- /dev/null +++ b/data/part-00583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5789dab86cdf762bfbc39cbdd0e5589b8a9c0389aed6073cb1f9099f12cd5c3a +size 681473599 diff --git a/data/part-00584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4899f005a40e9bdc43d11982ee5f87989b1b393 --- /dev/null +++ b/data/part-00584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440179b477c00254f3de88d232221776e0e8a0b8a4ab27b5c063cf69feba101e +size 739917913 diff --git a/data/part-00585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f2e6f9bba8137f057e527bef0247c18dc4bd0ca --- /dev/null +++ b/data/part-00585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977069d3e75045f76f755e76b47ebcb0d05c85ed07f04d0e9d9858344af555cc +size 1004886709 diff --git a/data/part-00586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61b233cbe57dd4226cde2878e8533e657a8d64dc --- /dev/null +++ b/data/part-00586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d795097b9c5a7dbafcade4018d0b57d133b0ed4fa4729592190198a907ced16f +size 838626417 diff --git a/data/part-00587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c520de3e8281f50eecd621cd54f8e7dd9a131e85 --- /dev/null +++ b/data/part-00587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dd23ed60397a877a929c8e5d8ece7e26c8d7f84043fd5d4568eb4b91342348 +size 481235890 diff --git a/data/part-00588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad097cd57238c22bde8f2013802173f7835913a2 --- /dev/null +++ b/data/part-00588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87e8dd02f986fe3532db6f01efe70f78676cbe98d43d6dc2e569ed8880bed90 +size 726340530 diff --git a/data/part-00589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76af448e83ce3028410ad7d1a8fea76bf7fc7bfd --- /dev/null +++ b/data/part-00589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92167c6d35590a94672fa7a63c7a94c2e2bdfde304f3752535c663eee56fbcf5 +size 532678254 diff --git a/data/part-00590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ce03b338a1b85aab278fd8fa62d4b7ff26ea089 --- /dev/null +++ b/data/part-00590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d621ca29d4e152dd423c0aef82239bc653a901992f0590aa5803297a0966140 +size 577163513 diff --git a/data/part-00591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1d9c4563be488de3b83a37659ac8cf3c1216a17 --- /dev/null +++ b/data/part-00591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c30cb1400fe3ad4fad49052ceb7c29eddb365253db44f6396d0fc00f38c48af +size 575921050 diff --git a/data/part-00592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbc3bfdbe031fbd8b7fe7bc2e88d988ce3230df6 --- /dev/null +++ b/data/part-00592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfe1e68ef67c12af615079ad5a099e8008435400980ef16c09447d869fa954f +size 584385230 diff --git a/data/part-00593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45079c9c0ba61491b4a155aa6b36e03f9b7448cf --- /dev/null +++ b/data/part-00593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d5927d2f9b546548d7b2d285300c56d2d956cad10e86590b1c33b2fc2f81ba +size 733073888 diff --git a/data/part-00594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10e031b022221151d18778b46215b2acdd4a959f --- /dev/null +++ b/data/part-00594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c1d4d3b958b4c104e728c5fd06517f1f7f83f7c1dd43b2e659c78de2904b29 +size 524916247 diff --git a/data/part-00595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b523390907fb8d352c217ac774c7c74be96a1203 --- /dev/null +++ b/data/part-00595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec201718bccf40931286ff1efeddb47748b0ef89b629824a5f096e72899897b +size 529739725 diff --git a/data/part-00596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1edabbf1d9b993d5c3b3c2f720c8e624300d28e6 --- /dev/null +++ b/data/part-00596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558159e7f9ab95c302cbca556ac7f6d7e73b3b07cf7087492b20ebc9811b40dc +size 1015891291 diff --git a/data/part-00597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a9a427bbb36f7bf879a15972bdaab317f5fddef --- /dev/null +++ b/data/part-00597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e21d45a11227d78aabbced4e8e789cb30ab7a938da5f9965a82b159461f2b2f +size 511853626 diff --git a/data/part-00598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c242f8032401e645226bb61dfcae723b678b481 --- /dev/null +++ b/data/part-00598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56d6493c9e861dc95d8e1cafc0b7b2e69c1b520e233e7860a8d5f5863cfb68a +size 490556638 diff --git a/data/part-00599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b17348734d5ed2e0661044ba07d9606ba18c92df --- /dev/null +++ b/data/part-00599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1bc31edbcf6794d185b33a654d6c11b42596818844ec8beafbfbb051552956 +size 571208653 diff --git a/data/part-00600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0eea97aba23001f846d6dcd90d6ddec4a4ad1b70 --- /dev/null +++ b/data/part-00600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1986881b913e7c5c96dbe4d7f00b8dc6b8261531b8eef19c94ebcabe217bde41 +size 419865322 diff --git a/data/part-00601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2fd8cc4a488a555ce3c8063b9b437f1d3b48ab7 --- /dev/null +++ b/data/part-00601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b70ae0b7cb7c0f6ce046e2a3da17bd7e1150e26d13f5204b8e41d824dd4622 +size 439464886 diff --git a/data/part-00602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bac38b40fcc1c8f6810a4c2b1332f099fd3feb46 --- /dev/null +++ b/data/part-00602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31773c4991add9077ce5a5000d70a6454cdfab7de5f72816b0ee3a9ef023d0c3 +size 929215365 diff --git a/data/part-00603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c2bac5a5eb42a525a9ff4e83265b9ff31154fa4 --- /dev/null +++ b/data/part-00603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f801f52a44858d8eac77cc69a93f7656d12edde64678dcf4863fbd4f7adf99 +size 678458022 diff --git a/data/part-00604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28fe8fda8cc5bc11018fbdc384b485c69e38e80c --- /dev/null +++ b/data/part-00604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5229902c2d49fb75c98625ecdf6b69c5a1ed0eff96b97f4481f247eba7633745 +size 426240462 diff --git a/data/part-00605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8ca9033a0ce2163d6dbb387b0843e2ffaad5080 --- /dev/null +++ b/data/part-00605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5d90129180811b575c05e2494d9bd0377e87985579cf971127f5cf2fe4bfb0 +size 515268740 diff --git a/data/part-00606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb3b3009d7106c140033d7c0f5431b7bcde2e153 --- /dev/null +++ b/data/part-00606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f1c0c21be645fcf155a44f41574f214dc91e31835fdf4c915c54abbae5f212 +size 545099661 diff --git a/data/part-00607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94210a64f92025292d130729f289749d8efe3737 --- /dev/null +++ b/data/part-00607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ed85ee95e56800cad0ea57f9127c1c9cadace14ea7f6694f6fd9aca20134c0 +size 604888505 diff --git a/data/part-00608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0374799b935536d7b81edfd95bb7945be6c0abc3 --- /dev/null +++ b/data/part-00608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dc2e97cd1c4ab728f9695d383cef2562ca97b79986c8f8e9d0fa4076dcaea3 +size 422202087 diff --git a/data/part-00609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..218e05b335fb2ca1ff1ee346e229e439167bd9c3 --- /dev/null +++ b/data/part-00609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b3793bf8251c85ea74bb6198d54c757bc3d53a86ca47875656be5394adf45c +size 397380103 diff --git a/data/part-00610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..799b9915202abc8edeebb1a3c5ebb1c39ca97c83 --- /dev/null +++ b/data/part-00610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7882d1e6c56b194d009d096db48548f4eb2e45e4728d350e2882c7f3b5c0270a +size 359568355 diff --git a/data/part-00611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..610cf369fa2fb46cb62c8834da1424a1433a9a87 --- /dev/null +++ b/data/part-00611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b6d2bfb81ddb44d1e9d370e3b028ca045d6a078c4aac69e392e0466eb1e5e3 +size 575779074 diff --git a/data/part-00612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e92317ada98b858c17dfbf592c5a7dd502019dc7 --- /dev/null +++ b/data/part-00612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd22bf3bc15f9194fce26c4aa898461d31de99bf94745e8f1972356f1f5e843 +size 515168640 diff --git a/data/part-00613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f4e8581b365db1b137cd5a765c4cdd8a1b87662 --- /dev/null +++ b/data/part-00613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bb8385cc3f7c66d4c2f9b01c83c6fbe887bb1160d07aa5799e0daf06c42cae +size 783940989 diff --git a/data/part-00614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8c9d20629a752df58814c15b003e4d28e39597 --- /dev/null +++ b/data/part-00614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83daf9de4f4e6b7664209d03411bdb3aaa15d6b2cedfa05fe20e98f5fdea377 +size 431627734 diff --git a/data/part-00615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4757581cdc0bac6b58d68997abe0e13675a4d874 --- /dev/null +++ b/data/part-00615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caffb9b52efc49a0a3074fe8dc0fb5d9100c094f4ab466da81708cdf28450a3 +size 409213751 diff --git a/data/part-00616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43976f8ee1d3167fcc188f5b12faa476b3db9d16 --- /dev/null +++ b/data/part-00616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc94279acfe8ee892e3229f7ce78d08d937ce7a49acfe780049ae2b1b3a8cd23 +size 550642975 diff --git a/data/part-00617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..196be8d663c79aa4c4370e6697822503ba73446a --- /dev/null +++ b/data/part-00617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebc4fa54f5439d43001611416d68c421784e4a9eacb7109d61dcb99112c9864 +size 414451890 diff --git a/data/part-00618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fb18fca702986562e097e7b48f45724208a4421 --- /dev/null +++ b/data/part-00618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4dce56e88d464f058449f2c64a278712906e26f06ac7fba92930fd90a0989f +size 530281539 diff --git a/data/part-00619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93ebe28adb6bd60f1c1b43d5127dec5b22a82fe2 --- /dev/null +++ b/data/part-00619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7ce2e41bca33a58605e8673188bcc9b4d0bdca9c218948d122842f8a9034bd +size 381939524 diff --git a/data/part-00620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36b4bb3de2b2974927e30e9e51e74af2d444ad20 --- /dev/null +++ b/data/part-00620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd04f42005e81c00d84daeadd0c269957ef63682a344fbe8c4a21541f447546 +size 602511532 diff --git a/data/part-00621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89da29d479fd1a3d5f933e05379311531ff139be --- /dev/null +++ b/data/part-00621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62c6305ac06b2eb299c8688c2474db37bab7d78ee7e46389573f43985481bfe +size 495821699 diff --git a/data/part-00622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..489b6292a803b7d17fbb93635e7b4286dfc9befd --- /dev/null +++ b/data/part-00622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f16d3914f86f5bac7ee3648f1734342197354fe751090663caf6b191390630 +size 636386211 diff --git a/data/part-00623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c4bac6891cf356fc871e8b1b30090c2e13d6813 --- /dev/null +++ b/data/part-00623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a376e16186220049ba5588f4e6f6d686fbfa34cd369b3748ed3eb4b55b2c0dbc +size 781952822 diff --git a/data/part-00624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be2c8488f4cefef59edb96511098e2071aa40cb8 --- /dev/null +++ b/data/part-00624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad692b505b8c480dede9b6280e0544aaf3865ce08704bd52bda4a0a6e6cf7409 +size 599016152 diff --git a/data/part-00625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73e687c2616c7aba7280fe61b934a6645fdfd973 --- /dev/null +++ b/data/part-00625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be82b61452edbcb1ebb29358254bdfe51826816d8862b06dae136e5a0c24427f +size 909486756 diff --git a/data/part-00626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..491286ef72ba3d89d2473a567d96502cd54f113b --- /dev/null +++ b/data/part-00626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847906104b0bda25221d9bb6069f7ed72aa712f01a3cb2a46ac763995cc65e05 +size 521581105 diff --git a/data/part-00627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd6d4b4b2c535e40bc73ecd19cfb1379cd3c660d --- /dev/null +++ b/data/part-00627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87ad28e6ecaba4bea6130ec7fe41588c5036ff18419159d4d756eb2c2ad0335 +size 488393209 diff --git a/data/part-00628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9089e06efa3955c804c264b953356245501b3630 --- /dev/null +++ b/data/part-00628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e9ce2a716198d3fc1d0dd39da6716531d55eef7beff9c0963183d9f9dc9b85 +size 601518503 diff --git a/data/part-00629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c434aff86e48910f7cb0c15717216af6e1ff749 --- /dev/null +++ b/data/part-00629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a877e8aa0dfa9b1001a5a6046b37d6add0511dd163d97aa1072301c31fa6273c +size 443296648 diff --git a/data/part-00630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59fc80df4e8b834c65664a18ac56eb8c72ebfadb --- /dev/null +++ b/data/part-00630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffa84b64cce15a8702bddf4bdc4f22fee5c47071b93bf92fd95679c66e43643 +size 598781271 diff --git a/data/part-00631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e44405e780a53adfa804d8dd969c45d83ef2774e --- /dev/null +++ b/data/part-00631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0f8d247f6868d884d1eb66f4319296053c3c0af1a48cc3a2ff03d7fa055204 +size 515336594 diff --git a/data/part-00632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3102468a88c6abfa3dc68b35efe1697e6335702 --- /dev/null +++ b/data/part-00632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a889390668b5150c542a43d90ab821b4e4ce8bf5aa424f84cc0822077150e9e5 +size 570961182 diff --git a/data/part-00633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7bbea857d51039dc29f71dcba220e75354d8e22 --- /dev/null +++ b/data/part-00633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e0e61084a75f83a31bed858368e3aa8e6479f805a0e75093e339234e1899f7 +size 1182398506 diff --git a/data/part-00634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d18e7cda1d3651cc8ad765bc9a6dbe07b949f32 --- /dev/null +++ b/data/part-00634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd22d47c78c7a4121860d45f3f7a51f9174d301878787182c944cb36f2120a6 +size 496702836 diff --git a/data/part-00635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95177199b16c1527f195b28cb050f41e858b9ed6 --- /dev/null +++ b/data/part-00635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42a4b7e625cbdc1a86c37308beabf7ce7ccf58d12108b4dc261209d944ffb28 +size 597410810 diff --git a/data/part-00636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0c061d7ab0a7e809a818c16854732b9d576d212 --- /dev/null +++ b/data/part-00636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505c1c43422812716fa5ab05ff6c4e333e22d3d811939f8ca86bae7a1cceaf29 +size 384761082 diff --git a/data/part-00637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c6d8c77198c94c7c53e968db72bbfd20d8cacdf --- /dev/null +++ b/data/part-00637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde9a5316263adc70fb9e4eecbd00ae1eb54d658f275daf63973c36a5c8b9fbc +size 445156252 diff --git a/data/part-00638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20ee3ae4bb1f957749b749543c393b2be7bd8288 --- /dev/null +++ b/data/part-00638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36846a43833cefca01d15d48195712643a8fbad62203cd040c7cf4725e7ffa36 +size 545450018 diff --git a/data/part-00639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fb53f44b316ec3765e7358af16cc1f9a18ee760 --- /dev/null +++ b/data/part-00639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0968cfe931c9c77147ef63f702e6757773829d775716a007baf00c4a6bbbb5fc +size 477549160 diff --git a/data/part-00640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5519be1dd3592724475840a7ce73b2266aa140d4 --- /dev/null +++ b/data/part-00640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9add03e9da7e286ad4650538fc7ef6f0f1b56ee0743f2599b58596628442dd7a +size 520401692 diff --git a/data/part-00641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e2d76d64f8ebf69651ad2a2a7514cf7ace7fcd7 --- /dev/null +++ b/data/part-00641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8cd7b67168dcbf75c541ea79526cba1dac8d88a84d733387ed6c99fea17626 +size 435301870 diff --git a/data/part-00642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baf85512165a7afe73ee70855e3e8e53df1fde16 --- /dev/null +++ b/data/part-00642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6585d3f84d2b7bdebbc9ee557dfda7e17e5aa5733a9f53bfd84d6bd11a4e3e50 +size 557918848 diff --git a/data/part-00643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b751cfcdbac76d544043ed3bd22bd4bb6d3a197 --- /dev/null +++ b/data/part-00643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0033a06c09ebf38b4d7fc252a7eca924d875a9d55014ce332e1bf166da66f279 +size 427288062 diff --git a/data/part-00644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81677a5da1cdc84d32fb661de72d6fe550f775b2 --- /dev/null +++ b/data/part-00644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfb7f4e58e06a02461b250b3b68f06a6f8d1b86eea704eecc9dce3f7a0b0223 +size 630812066 diff --git a/data/part-00645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79d31f611399e440da3f5844595cf944bdb88f16 --- /dev/null +++ b/data/part-00645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a47de1bd752ad278a8ae8607c3f575d78bb85681aceb129c2f2d469454457a +size 505375792 diff --git a/data/part-00646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e668215dec78f8edbdfa0bbaeab8f0cc788bf2f --- /dev/null +++ b/data/part-00646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa45e98cc2a09b93e69061fcf1140aa3626ee0739f441af7ff3a807f333e115 +size 650836978 diff --git a/data/part-00647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14b9fc72f70ea6bf2782a1536e3af4a0b15efb9a --- /dev/null +++ b/data/part-00647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021d807dd98d06efd028301aaf4babef4b2c3d93fb34ca3ab8e47ed520173793 +size 630493834 diff --git a/data/part-00648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61152972dfd2be6b38714424ef401c4986eab11c --- /dev/null +++ b/data/part-00648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6edfe96c70bc5a316fd3764728aba1d69fa79eff4234cf64d73b32d2f7d728c +size 503060818 diff --git a/data/part-00649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8056586c85b8817c02c691e4f7ed670c8bdf7d2 --- /dev/null +++ b/data/part-00649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfaee3bdbe70113941731f99b38aeec0a44df024e0c5bb8f73317da51c8bd45 +size 393947239 diff --git a/data/part-00650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..553eeed4283b63e3e515cf56d47e91abf43c83b9 --- /dev/null +++ b/data/part-00650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88184cf64f30dbd96bdaa12af2764d5d11679b696972a5b8021454f5bcc5d9f +size 1066396819 diff --git a/data/part-00651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f438dfc03ab2eb9391ff517e367bc14ef6ee1128 --- /dev/null +++ b/data/part-00651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5dbcd1ed887634c60db9c638507aebd17b57142242046b2041bd0515cf08d4a +size 576105419 diff --git a/data/part-00652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..685b24fb437dc30540c52a8a31d3cc9291d1b4d6 --- /dev/null +++ b/data/part-00652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01e5819794c8138cfc2a537de1138cbbd72e80411c2c56741618f7f8df7827c +size 636743283 diff --git a/data/part-00653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2fe5b5e913ea2bee062bde978337a379e3b43ba --- /dev/null +++ b/data/part-00653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab6ce4413acafaae921a00daa84930e24cb351a8cb525f3940c8b011f941d2a +size 772662656 diff --git a/data/part-00654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c14ebf1699806cd8c3c3e9f7a21b9b3f6ed18bc --- /dev/null +++ b/data/part-00654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d85be8f242f208ff1d5af9cde178d220df0635c9c041a976a1b83bd34bbeb0 +size 595666417 diff --git a/data/part-00655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9b9f2b4f86149fa685c9c9778f0acdb933fdc59 --- /dev/null +++ b/data/part-00655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a2f4cf8f8d5d5ecf48ffdbcea6211b461ab5ae55e4b33e9ae97bed898b885 +size 707008626 diff --git a/data/part-00656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88769d30e9dde609dc680205e758a2633e4c2a41 --- /dev/null +++ b/data/part-00656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0b28bb5b7a56a4ed4daae3e3290459eed41d34ccb2c2d67897dc13bcbeded7 +size 570950182 diff --git a/data/part-00657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0506d21b514df57f9c8582ff39b504dacae1663c --- /dev/null +++ b/data/part-00657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4246886fc3091feba198b4f13487f7a5484794b2b40179949010d19e564cc8a4 +size 502226186 diff --git a/data/part-00658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc944f6fbd065c42e4d786084cc20674d3273ca4 --- /dev/null +++ b/data/part-00658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ca1eca19b3d944063000439a48c919cc3b24b6df6f78bd76b199d7a0fa2d42 +size 797562020 diff --git a/data/part-00659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd8a0025252f5363b8ee4ce71da68c491930428d --- /dev/null +++ b/data/part-00659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44129bd836843920f446b5a78d834cfc1b040901144fd79f7002e1a84381356 +size 492654386 diff --git a/data/part-00660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01b20a294c2637d5f18f800d5855b9ac664fdb88 --- /dev/null +++ b/data/part-00660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397d120d37bd4eb496142a5dc479584ba0622631f858540a40513e3c9597eae9 +size 1508721208 diff --git a/data/part-00661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2d0fb6cf5b88bc6eeec92a4ea21208e69d5200a --- /dev/null +++ b/data/part-00661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988a21f45827c5f1d1d470a4b9cbef6d281659613e7d6c1bd854f7492a2cfbfe +size 696575396 diff --git a/data/part-00662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68699e90c09c1e944a8cef6975862fb8e29f7cc5 --- /dev/null +++ b/data/part-00662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f49236354df97564dc6d442c5355abb5a1199786f60535530afc58cbefafb69 +size 772674595 diff --git a/data/part-00663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9f7a7f78e334e78542f7f43911e96838d914015 --- /dev/null +++ b/data/part-00663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12ff3d3f0179654d15d5c68beecacdbca82a498775fe57d8454fcac7fc80677 +size 440758591 diff --git a/data/part-00664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48eb58f13a4fd5562936997276b88be5ebed954e --- /dev/null +++ b/data/part-00664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4123540e153e980f93375b7c816b92421b7c818285a3c7a52617b1675c4227b8 +size 418521234 diff --git a/data/part-00665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..417d12a1c0056781c6cfd3fc1ef55a3a02d48680 --- /dev/null +++ b/data/part-00665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be29ea13369d650a8489c004e6713073462fbd935e0bcd5a328808266d34082c +size 452866718 diff --git a/data/part-00666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9167ad04f3624d9b87b49f03c1d944c99cb8e02 --- /dev/null +++ b/data/part-00666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e56cf748a7dbcb971d4dfce98b813c8efef40e1524ad6707be63ab8b8148ac +size 541610356 diff --git a/data/part-00667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fe0ec48635df55e3563e846f32a08f81331e2d7 --- /dev/null +++ b/data/part-00667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3776f7f7cd366d7466b3b598f81997d8cdd85e088bdd4153ca1f8ce62dfa052e +size 577634327 diff --git a/data/part-00668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f60e9fb76721a8c00c1af90e5fd8651e2acd6152 --- /dev/null +++ b/data/part-00668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce64fe101370451e6133749aff7a42efb831a87d67ba7f51ed608486d57220d +size 535761255 diff --git a/data/part-00669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c789d8fa932cdac0a6cde90344e96f04ca095fc1 --- /dev/null +++ b/data/part-00669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5175fc5cd9f89faf5e2d5a99573fd68c80a6a083555f9ca642c15df3ad3be45e +size 761089099 diff --git a/data/part-00670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04e834fa0eaef208bf433c4e6bdb3b4dff6bd75a --- /dev/null +++ b/data/part-00670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9bac6228ea2e5f85bbef1a23775380fd086f6f36fe9630c0d44c222e67f11a +size 482211690 diff --git a/data/part-00671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72fa540e330c25d204d3351fd6e53047b88d43c8 --- /dev/null +++ b/data/part-00671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c94353b8593c4c044e347dafb815e9f1483b579e03aa706fea44a629ed950c0 +size 482032328 diff --git a/data/part-00672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41867ac59e6b7640e5e438daf2c179fe1ca955ea --- /dev/null +++ b/data/part-00672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8739619231c0ab805cd79b16de6e57bc1d78ab592bbe049d947f95255fa74e2 +size 747520189 diff --git a/data/part-00673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bfda25dbd64522ffc0ac8c142e4c4113c41f78d --- /dev/null +++ b/data/part-00673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e565b3e548737885604ec83d862ee5f3cd7fdd2a70ee0b9eaf91b18678a8ab +size 567597272 diff --git a/data/part-00674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a718fe068d4b3620e291f2f746b6a34433627617 --- /dev/null +++ b/data/part-00674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292d0706924cba849438093d4e759bcb2d0091226fa21a6bc5e7fe368a274fe +size 527024525 diff --git a/data/part-00675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c135d93d8a5800edda8b9078cfea553e10d2675 --- /dev/null +++ b/data/part-00675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ebd2aec99630f6f429f3b446281012d602603b4aa4589fdc5751617b56ea06 +size 432250904 diff --git a/data/part-00676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb11e6993f3414d095b13593c507f706357e8ccd --- /dev/null +++ b/data/part-00676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1888f7e230d04e73384de1d93f08734e01d8fe49fdf4c0e1a9a13225b7f69f8c +size 414989111 diff --git a/data/part-00677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42d95b491248ca446c362474a938c107e7b8ab66 --- /dev/null +++ b/data/part-00677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94df326d2abbbe7540ee405ef2d591f46617850f1f5b3f8689b1711ec423cfcf +size 463381712 diff --git a/data/part-00678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e95b22fcee8ea7dbdc6492481bcfb03bc1b359eb --- /dev/null +++ b/data/part-00678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cd6a070105a37c36b861c60635606729143056cdf9bb4e1072d53ee24bbde9 +size 885311340 diff --git a/data/part-00679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..711b55145475cf15e5d2e8d65abc5718e163a1d5 --- /dev/null +++ b/data/part-00679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5471078bb04310086d4116d49f5c30afa4fd096470fe3f3eefbe11ce6c0ccd73 +size 522998858 diff --git a/data/part-00680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fc139a37b22c14e70c92e3dbe6ac998616f675c --- /dev/null +++ b/data/part-00680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922a435a01c19c785caacf4b0375603731f63d3b611f8286af712aba1938df47 +size 470584670 diff --git a/data/part-00681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4774b5de3cbfaeea35862602e986227161665ea9 --- /dev/null +++ b/data/part-00681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51fc0def57a344d1eb57bec966e2abff0fb36a0ac9d2dac45c2a3d45ca835fe +size 597308508 diff --git a/data/part-00682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d26f759cc4de1633d80a631dfe49ed1ceeabeee --- /dev/null +++ b/data/part-00682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6f575e417a4c58c90858bd45dd2d11dfb41af5e8bde5dca80a612d168f19cf +size 861226340 diff --git a/data/part-00683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee0eb557d588f37d16a0b218fd9fbc0bd62a4214 --- /dev/null +++ b/data/part-00683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43f9fae182f84dd805a769db7a32e50b55c90ef4f66d6664957b30f85210c71 +size 611954540 diff --git a/data/part-00684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6668579377f55c16f333d4130abd588cc343fd12 --- /dev/null +++ b/data/part-00684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e3376aeb4bb8a4e0dfab712dd0d1e76ca30483b9dc1beba9fd0226bd96c948 +size 980439923 diff --git a/data/part-00685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b595b09cef96b096af8394cec15c7389d98e6d4b --- /dev/null +++ b/data/part-00685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48fce87fd44371e8c78e215b9eedbfe8cb4b124367e310fad63269047c74484 +size 851669249 diff --git a/data/part-00686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68bfb7a4cad77f852547ee459b69e925176c2f02 --- /dev/null +++ b/data/part-00686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9215db6983706111729e1d92fb299b7305fb070a5098dda0684cdf3a71529b66 +size 390326503 diff --git a/data/part-00687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bee21d981107d03d1d0b5f0145e8735c91b3adb --- /dev/null +++ b/data/part-00687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522c2286c778c9a6309e5bc508a0eea7f20d1a5eb7150445048a2d308960b1e8 +size 473506498 diff --git a/data/part-00688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3879bd102b14a145d20efd38809425f59d458515 --- /dev/null +++ b/data/part-00688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84672a0b59d90ed5ce80832cc9669d8c083838471e1123ed3a8bac42a41e0ddc +size 539348218 diff --git a/data/part-00689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c011e118d4ba88b19158a9be4c80fbe1ea5578a --- /dev/null +++ b/data/part-00689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1580b777a5719caddd959f3b9e52af95a1deb96bb6577163f2c3952f6519d68 +size 452867796 diff --git a/data/part-00690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4930f44c313c936e6be4b513534e71febf9e0304 --- /dev/null +++ b/data/part-00690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c2c32cff05ceb2cd3b4513f4066d1182581cb53f1982be8708da6c1fef8d74 +size 420344903 diff --git a/data/part-00691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f418cb73ae1f76d857615d8ff7e1b78bb7a56726 --- /dev/null +++ b/data/part-00691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca893253b2cf8e54e48f54df66be87dc388215917ba3c46d236a0d2ebbe6525 +size 946208766 diff --git a/data/part-00692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e4ccca08098271dd03b281ef835866a55786fb0 --- /dev/null +++ b/data/part-00692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555f9bf2247735fede67fdda0e97c6d49d5a37ad3f26f4c7ffcc8bb768e5fcc2 +size 828411836 diff --git a/data/part-00693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cdf7671753ffb84d337885e9c790de861a80780 --- /dev/null +++ b/data/part-00693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574c94b8bf260b2a141a9249bcd2b005431e5c20ca1f68ea726c4d21e2906de5 +size 586608868 diff --git a/data/part-00694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9849b6286083a86c34050a26a9241d34a258dda5 --- /dev/null +++ b/data/part-00694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2fbfbadfeca93620465d8f8b679dc21338aa8d486653e05e1c2ce281ef67ef +size 582469552 diff --git a/data/part-00695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..025cce15afb35cc9c4981048369f83e26c899acf --- /dev/null +++ b/data/part-00695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de7286673771688cee45090394bc7cd573cf1e04d4ad234d94b1b30283b7199 +size 876309285 diff --git a/data/part-00696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ef0300778ee99d50f67ca734039612a963ef178 --- /dev/null +++ b/data/part-00696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec354b22893f182b525c6ecc319de7387457b97f176a298de154a4fca6b5579 +size 672324972 diff --git a/data/part-00697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33d65dad25cab55695c6f553498c8658fb86e63e --- /dev/null +++ b/data/part-00697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a9ce763eef9735344e5733351ba1d233ca64ffa28d6efe2e0e8e7038988142 +size 430757770 diff --git a/data/part-00698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3333f09405e4aacf209e38610eec15fc71fdcf0 --- /dev/null +++ b/data/part-00698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be260fa3fe20860e028e720c26c0ae89bcd92f8835c126a761783fd15914e9c2 +size 608031080 diff --git a/data/part-00699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b9f704d633e5e58bc0cfc240bc504ad944bccf0 --- /dev/null +++ b/data/part-00699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bc398d3be949d04c29580baa4b68be565faa4d3c34b9d3a5d885b72cfa42d8 +size 382398623 diff --git a/data/part-00700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d252b2066dc7962c2b4db1db0c21cb4a71670e6f --- /dev/null +++ b/data/part-00700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375640c047adcb154c007154cc1b4796f23a878de178076150b141b3346ca779 +size 521024994 diff --git a/data/part-00701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d19db0c282bc87b37b1b55a13441430e82fe0c17 --- /dev/null +++ b/data/part-00701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4225743a64716bca098afcfb60463b79f9233de2ed3a4243a932ef8109983145 +size 551564423 diff --git a/data/part-00702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..654602f2e06b918cdcd5813e3c1cc056ac2ce353 --- /dev/null +++ b/data/part-00702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63139329fe430cb7e3cab8eb0a0d07570332365cab4d433249fe7704bda505f +size 455498427 diff --git a/data/part-00703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34fdc2798cec13b480c9e2fc3b00ae878caa7285 --- /dev/null +++ b/data/part-00703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea16d880e27c9526f008a1e89a0045865a898268548d7479906e3f117c2312dd +size 583219447 diff --git a/data/part-00704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b2fdaa3f5387ff3d188e913cd88e9072048902d --- /dev/null +++ b/data/part-00704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f1bb7ae3a188df27d84e742ffb462207d6ac4a2e49aeea3f5193e119114ae1 +size 670972456 diff --git a/data/part-00705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65cbf66ea5aba0d101b64c21b750e3b895a52df0 --- /dev/null +++ b/data/part-00705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8b9e6e013bcd5579f5d9b726f782ef2d11d0303bf4f6c5361132463716943e +size 574658440 diff --git a/data/part-00706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b610cee02b04ad172c9b23eb6ce9df0e6688839 --- /dev/null +++ b/data/part-00706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277d417ef1465f76cf8af5fa5f0ff47d5c33982e779495ed23b56814ba1ea1ae +size 388867374 diff --git a/data/part-00707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b3bf85d6aab0df57b87259ca8269b5fa7d38f8d --- /dev/null +++ b/data/part-00707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7c412fd13fd3a6fee3df3c8119ce1bbc62a30b8f06d09e0baab280af0940dc +size 422140581 diff --git a/data/part-00708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dfa8adfb1a13618f473ac657c068ab49e900fcf --- /dev/null +++ b/data/part-00708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9458e948851c146b473db3008abcd3b3c581e559ec11cb98eeb42b83df82d84f +size 523857953 diff --git a/data/part-00709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21a803d6bb04dd6f558f8f0d1cd9d66a020eb2a1 --- /dev/null +++ b/data/part-00709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11d9399742c1ecabbd6620f598236e136a711c9770470d22e5c42a2b38b00ac +size 615474559 diff --git a/data/part-00710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdd5292d743f8d5fe596fc5395272174433d0629 --- /dev/null +++ b/data/part-00710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca374ecbe9121c473740512488ebce56965c5af364d178afb177cd503544a05 +size 651044465 diff --git a/data/part-00711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66eeffdb0f2398e5569713737bfd0bc102254bf8 --- /dev/null +++ b/data/part-00711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eefb41ea219a59c17b871bef41942d334636dea774cb318cda2b13f440289ae +size 461821342 diff --git a/data/part-00712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc85534334194d3d5050f77c1542ab63fe534ed4 --- /dev/null +++ b/data/part-00712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb3e9f0a1bf8fc84ede196c78f2c85f9a1598fe7b1de8f74c5f3063899a54c8 +size 634047672 diff --git a/data/part-00713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de799f7f5e4a51542b2fb38d772b80ec23408d06 --- /dev/null +++ b/data/part-00713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c98689d4954ba0aeff65bf6759217da905b427aa7b12a781af023157c2d80f4 +size 681342695 diff --git a/data/part-00714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36da1c2a900955d7ae5f64dca049ce7892ca1399 --- /dev/null +++ b/data/part-00714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dce9aea50f1994fd1156f37a742758f2dd99eebca4f0611cd27b0a05009bd0 +size 411018066 diff --git a/data/part-00715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abd11404c41291e6af6300e55c22a7e42ad7fb67 --- /dev/null +++ b/data/part-00715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6ad584ec3dec7e51d2e91df872770815ecc0f9b88721d8974c45a4cb0f3be6 +size 804807443 diff --git a/data/part-00716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ba89c6cbf2e2283e4d9f4a4230a8ae88efe9b1b --- /dev/null +++ b/data/part-00716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773c86934e63c012086fdc062c315899c28eb826c55133452f83ca029d758d06 +size 635864601 diff --git a/data/part-00717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f6cb1f2eafa6fc805eca8dbe6202c1b8dccac0b --- /dev/null +++ b/data/part-00717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209d0b4fa39002999a739556f091b40d521a3dd321cdfcd93a8274d9f3dda946 +size 586761878 diff --git a/data/part-00718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44065e86a742a4477e240b5b0f82f3f6634a9ce4 --- /dev/null +++ b/data/part-00718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80883a64fd46137033bc5939be60115df1aaaf5ec65c5c31d6d40131f9786e3d +size 474067766 diff --git a/data/part-00719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..032d7e0a4efb6b704a239f5876acaef681f9b3bf --- /dev/null +++ b/data/part-00719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74066db8c945446769f14be2fefeabd46f572831d1af557035c637f2c9fcdb30 +size 558523463 diff --git a/data/part-00720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..630366eb1f121b7af782a198016b877ad0420f1b --- /dev/null +++ b/data/part-00720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9d46c97784e9db70ef211902de5c24cd3abf02fcb6414ff397dee03aeda7af +size 418002887 diff --git a/data/part-00721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13890973af54cfeebe30bfaee171fc2110f3cff7 --- /dev/null +++ b/data/part-00721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442fee58baab414fc43573e30d1aa3bb58cdbcc20cb7311c19953b1496eda883 +size 549604738 diff --git a/data/part-00722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b88871eb741124ed8294601b925018af88fcf2d --- /dev/null +++ b/data/part-00722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f28ed23615199adcd89483bd224fb93e816b54d8ec5868109f7e18b025e5cc +size 542321269 diff --git a/data/part-00723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6d6f06386fef20c11606e38d54221c6d5a75396 --- /dev/null +++ b/data/part-00723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69046c2226f809b995ab984fa996ae55e742569417e5d4796e714a3cb6ba2361 +size 369430229 diff --git a/data/part-00724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72edd563bb5c365ea17bdd8a59b37569434e2179 --- /dev/null +++ b/data/part-00724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629b54a8d3a372c42df29aff1dc3754944cf98e41e10a72b98b1b446b2e61a88 +size 605086372 diff --git a/data/part-00725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4816643eb8bcc312f37e1aa184ba657f792317c7 --- /dev/null +++ b/data/part-00725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9796022229c14e2b9ea4e592ef2cb7779450b13aa15d20ef44f54db4a82357 +size 666175399 diff --git a/data/part-00726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c0d543854fd0be0e2b4f7209891d3014dafa258 --- /dev/null +++ b/data/part-00726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9cdde07b15a26d7831f330f04cf990fea308268a46156b729496c0012abc04 +size 523268676 diff --git a/data/part-00727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18af4b1fd33f433641e089f6be696c9a773ba2bd --- /dev/null +++ b/data/part-00727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8bd4a18bc3800aef323501405b2641f326b0249047056fc5b3af770eb86211 +size 788604841 diff --git a/data/part-00728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fbc71b6f71e8cbd7b3f76993e1cf5b42b9805e6 --- /dev/null +++ b/data/part-00728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7076168b4d73160704c4d621a9f971c6f7cf5b07453216fa5064b3506ac37d7 +size 841477155 diff --git a/data/part-00729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5161f78875c0fa811d7351c4ea861ae6ee09fe7 --- /dev/null +++ b/data/part-00729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c119c25a5f6aa7311245a4ae950558d8a4344f5f7f9092c0a644ee604bdf44ef +size 521487368 diff --git a/data/part-00730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..082a0ebb2767c3ada89836b95b5513c474bc677a --- /dev/null +++ b/data/part-00730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481fcc048658e59078d6cebe05e21a8aadcc3bc5e4466ba8752cb8851bf2e62f +size 553959710 diff --git a/data/part-00731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..721da872e54262c52cff97167418cf2d8f56487b --- /dev/null +++ b/data/part-00731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8154805269c0f853881ecdfd8d2589fec727100fad70234bb13d9dfa695d67c8 +size 483630256 diff --git a/data/part-00732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abbe2dbac9100a56b96652b3dd0a6c683f9f0041 --- /dev/null +++ b/data/part-00732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eb4ad443c1e42fba49bd9a9498a2537f6f63c18628d462f170e4d81ed416c6 +size 425443055 diff --git a/data/part-00733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36fc16ffe85d0ddfaafcd9509f7781ec199fadfe --- /dev/null +++ b/data/part-00733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ff350ad447cf3cbfc495e006024de82fc8af7dfeb745f2f6d878804c3b8913 +size 1032994603 diff --git a/data/part-00734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f0ea0a9aaccc58f19bf26c0750aff50f979e5c5 --- /dev/null +++ b/data/part-00734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a968c270cb4901b4ad78d6c4baa289cd649a9ea9bb95ba8d693841edfa0ee317 +size 965271992 diff --git a/data/part-00735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d6fc5cfb335520a5dd64d7cf1589cecaff89ef5 --- /dev/null +++ b/data/part-00735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf2d5cf4ad8d3e635efa59adbe2a411738ee9577849ad94c98a082bd259da8a +size 443666518 diff --git a/data/part-00736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..457b49092d6d31307f1f2a1ac29425c3c4ab2def --- /dev/null +++ b/data/part-00736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f297b5d0be750224c13fbbd402a2acc39e70964e699aa124431120613d8edaa +size 404370558 diff --git a/data/part-00737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69574805faeb48ba83e159e1d49924231eb20a5f --- /dev/null +++ b/data/part-00737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816187ec569a7446846fd4edf0a2b8393605c90ebcf75e0169e735192b5968c0 +size 520807199 diff --git a/data/part-00738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..748961cb318fd1b7b6bf034fc1bae11cb13c5371 --- /dev/null +++ b/data/part-00738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df803b38660a7aec474a90c3fcbb300b6ea6470b1a64ca42b84afd2c392d19b +size 488485948 diff --git a/data/part-00739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d82e0366cb278e534c42af7fbfa733120799c99 --- /dev/null +++ b/data/part-00739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b92ac297823763fb7a98e870a3dce411eea1414f26794e1830a205975e36a8 +size 423392978 diff --git a/data/part-00740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a23188ff20e622af23f8a55110254e07813bb6a --- /dev/null +++ b/data/part-00740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca6082acf82ff7e5de8b52244e6b9ec68bedf36188b703b36b1cef9e85e7b80 +size 601862483 diff --git a/data/part-00741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47f6bc82cbeb162a06b36b75ad8df08dd62308c6 --- /dev/null +++ b/data/part-00741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8894c3dd1e16b97903772bb723fccec777f86299255e28355efc2e5cfc65f187 +size 561398538 diff --git a/data/part-00742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31217cbe3b0b643f23b899e2eaf092e93f25c900 --- /dev/null +++ b/data/part-00742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe5529b92249a8ed0e78b9384c36454da72eb31ffff109ea31cbafeee43fb2e +size 420661870 diff --git a/data/part-00743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce85834eba87c61f66bb1ec568bd08c82786b19e --- /dev/null +++ b/data/part-00743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35e5754cf4d5c48c24e70a7c6d1a99c70f3783b264308f0eb4260382ba6a5bf +size 693511557 diff --git a/data/part-00744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6325937e8939e704431bd8018826c50a180e968 --- /dev/null +++ b/data/part-00744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3d6e855b9506e110c353f6289f16f64cdc2400ece9d8f36c68bd1711de50f9 +size 690592701 diff --git a/data/part-00745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf6b3012ca47a17e5da8d5af6b32eede4fcfba54 --- /dev/null +++ b/data/part-00745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa701fd2cf091bc73f959b566da3d4370a433065c54ebad8e6710173d41cf8b +size 616795289 diff --git a/data/part-00746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e3f90a8628ca6a59271a29238a427eff8ea8d8d --- /dev/null +++ b/data/part-00746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb505ccdabc747fab4b7cef6dc2b96ef63a8a5cb0dc7cac17683164bf917212d +size 566848131 diff --git a/data/part-00747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b6155227d3aad3708d30b99a0a2c69584f5b627 --- /dev/null +++ b/data/part-00747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99f980e0607a1769d468b3961eaf67d5b5c0746f768d307111d0bdbf384eb10 +size 594059408 diff --git a/data/part-00748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15a84f36a0775ee75c9bdd9929753ddbd107adb4 --- /dev/null +++ b/data/part-00748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7586233add8ba53962d61ae1a6f799164e3c8fe02f42f45d702fd60f557fefdf +size 540192953 diff --git a/data/part-00749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e05d9029c21eb911a5453a259a04452ecd7dbef --- /dev/null +++ b/data/part-00749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4235d2ef7e87da71140b65910cc6f7531ae9d6fbdd4b23af0a61fedc04a9352e +size 766626106 diff --git a/data/part-00750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79bc1c0d86b01390a3bed7414173d3d905d3d3e9 --- /dev/null +++ b/data/part-00750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d27ac8b1c370a5d1d4c22d2978e082ba0540afe86b8a2d63530abc52e789772 +size 660180271 diff --git a/data/part-00751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e98ef5527935add22f3dc7178fb20bc60510140 --- /dev/null +++ b/data/part-00751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fd64bb529edd8edabeb25fcb3cd68ceda760fb77ebcbc854ff75de284be8ca +size 433370695 diff --git a/data/part-00752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28a62bfdc09d195aaa9b847689f42391c9886471 --- /dev/null +++ b/data/part-00752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c189184834f8e00ead5d773f623b66634c6c13e9584b0ec81d43da8e2211796 +size 497461097 diff --git a/data/part-00753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3acdf76972764e097fbd26df65fee3ac58f0716 --- /dev/null +++ b/data/part-00753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58d5d05351eebb6899cdd32d27ad7629a98b653f4a78c5e86ff9049b6909603 +size 485758116 diff --git a/data/part-00754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fd73475a5bb764fe2c4f4bfdce5c386f09ce686 --- /dev/null +++ b/data/part-00754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b503bcf1fc1f55b56c75d46f8d1cb497001167cd81e2167aa1679a6df0a378 +size 574608919 diff --git a/data/part-00755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd0d918d493ac39ff6db6d106288b5af82bf2a75 --- /dev/null +++ b/data/part-00755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e46768caa20b6cb73a3ad0f4d3660c1aa519276a06d3950826b4e2e92d976b7 +size 448632671 diff --git a/data/part-00756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcb830c4869af566aac264cff165c1a0dca0ddb2 --- /dev/null +++ b/data/part-00756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ed7549d881c44f66be94d80a898a6e703715d8143a2e7b2149563ad615c66f +size 589373210 diff --git a/data/part-00757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf4ac6f5d19e25f5624a1fd430d2b1d61a62d62f --- /dev/null +++ b/data/part-00757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5664a267ab40eda5cd5b755c259f90ebe0136fffd8f92410d4330315d9da7a45 +size 445176966 diff --git a/data/part-00758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98a5abadc0fb76fc664510960fa7e9a55e86de25 --- /dev/null +++ b/data/part-00758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfeb04f7f42427423ff8885d90f8b95ff88fddba5b63ab60872c6ae4c192d0e +size 366479670 diff --git a/data/part-00759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b9d98d0209825d64f6afbc6630d4474ba0cb9f5 --- /dev/null +++ b/data/part-00759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60610b2ee93e5301b0f432ea88bc57f3d7bd05ffffaf32d277b030f13120003a +size 562032158 diff --git a/data/part-00760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a7fc03f8faece9df21d12f0ead7fc1e9935a857 --- /dev/null +++ b/data/part-00760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa577b3c1442b54b2edc5924dc7c1968565af2f26b337d06e88f1e483a902e7 +size 470333712 diff --git a/data/part-00761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06250741b256c1eb722f2fd26c7925da84b82462 --- /dev/null +++ b/data/part-00761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2c271a8482e436e6d8b50f25816f38845aa2338fdb11e639b1e4609981067c +size 619578880 diff --git a/data/part-00762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ddf873256ad982fe93caa9ae26a41239db1fccf --- /dev/null +++ b/data/part-00762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45302c718cbd86bc789824b9b37997bf09fdb57b3d0ece6bb1decf7b2ca635b +size 451552479 diff --git a/data/part-00763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cfc7929c2e473becc2a5d0f969f52b454eb7c65 --- /dev/null +++ b/data/part-00763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6855ffdb576561e0550e5362c65da1e2b34b6237d52b6bcdd57810ae51043f23 +size 463650371 diff --git a/data/part-00764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd077a8147dbc195545b7b2cb32177ccfd9f07b1 --- /dev/null +++ b/data/part-00764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18854bf443a965df840369e88c708d1356dab657919ea3ec395d117b2a835a02 +size 651367826 diff --git a/data/part-00765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb0c1fd23563a909f6eb9bacf44c05d3360ab655 --- /dev/null +++ b/data/part-00765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8f6eb1e8a47f67d9abb74db5751da30af07a72cc3366686fcf42ee23133de8 +size 479195799 diff --git a/data/part-00766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03e5bcea0b6c5333d378f00f98ea300a56e404f5 --- /dev/null +++ b/data/part-00766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b446a481e6e535f4b6708828bb0928c149e711bcfac9f77eefb6627bdb285ab +size 1009205977 diff --git a/data/part-00767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31df2bb06e1215f99760981f3f60aa8dac38b9e2 --- /dev/null +++ b/data/part-00767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84358864b8b0c5928d7351c73f51b74350ef93ba124703dc4286a86e20d00e77 +size 416587460 diff --git a/data/part-00768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1475789f83ba628328188e1adc06c0d343d3aba5 --- /dev/null +++ b/data/part-00768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28e22e0e34dd2fd892c1130c9122d6238a060d8bd43fbab9bc453cb3ee16515 +size 798488481 diff --git a/data/part-00769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..172c1dcc11cedf289fcc3d73f951d59937624063 --- /dev/null +++ b/data/part-00769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd5e9d8845c7d37a547c8cdbbaacf452d5aa6915b7e20b20d723784ae8c978f +size 568756533 diff --git a/data/part-00770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2c19f4fedc3a09091b0133900ce2e0837cbca9c --- /dev/null +++ b/data/part-00770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e3e51f6b90dec188212b04a20fc0983377fe9426135176d8cb3fa8b77a59aa +size 458965414 diff --git a/data/part-00771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..733655cab57eb9fe85fb276573cf6e3b538f1f8d --- /dev/null +++ b/data/part-00771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf1e6a4a4df0d85b9baae652da779cb8a204627f8586cec50e89ab0d096581b +size 800745621 diff --git a/data/part-00772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88da6e561a97d7034da2f797472a8a03177173e2 --- /dev/null +++ b/data/part-00772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757fd4fcfcb8082b68762d1e01f25b9027c5c0d2245099fba417f0bac91a31d8 +size 806586013 diff --git a/data/part-00773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8e368970bf23a02d30aac4d39556e40eb15ec60 --- /dev/null +++ b/data/part-00773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fb6521cb53b0ff40821caca9783b98f495fda316107ed48564922caa2cabc1 +size 477234693 diff --git a/data/part-00774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfa1244564a4e6339deeeeca2425450bae714845 --- /dev/null +++ b/data/part-00774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd42c034164ab476352ab2cf92035a6291a709316c15b336f011de3b8bd47317 +size 1195041525 diff --git a/data/part-00775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ff063e82190a353b0e69d3c9c68b807bcabaeda --- /dev/null +++ b/data/part-00775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589d8f33f69ee7a7d638441ed1ba872a90606239120b3bf79c419f7fa7c4e6d8 +size 418640616 diff --git a/data/part-00776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..beb52b4c1fd4885637bb01c8ee3c4d918b21a10d --- /dev/null +++ b/data/part-00776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695a6f4e70ee91a91a80fd62a830fe1da4640fb2a8375802b9c314218d2c47d9 +size 524556949 diff --git a/data/part-00777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..063d7036eaf34ca5f8c53fff9e0817334d2527d8 --- /dev/null +++ b/data/part-00777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d513c57498713e5bc2f1d7f9bb713777f03cf9e7150790edcf21dcfe03700270 +size 795072944 diff --git a/data/part-00778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb9a4d672fbe22245f61d2053709ef8bb3cdec88 --- /dev/null +++ b/data/part-00778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5596eb7aba99d0dbbd0865a82db18f6d6c11a660b3c9fa86ce5b5f407c5595bf +size 628298736 diff --git a/data/part-00779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f044bf706d46f36dc6d771063c9a39b888f05b4 --- /dev/null +++ b/data/part-00779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eac96911d8f9a73243d17fa4f0997adf0edde150b6c2ecea3ce3f284f56ae9c +size 823950726 diff --git a/data/part-00780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d04ba6971b120641e11364d803153974bc533ce4 --- /dev/null +++ b/data/part-00780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251267813bf4ebbc692f7f672b57b98c3c8408594ab7147d5d64916e99f01ef7 +size 420021674 diff --git a/data/part-00781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a972f024ef52bf1312f8790f4eef3fb04f446b42 --- /dev/null +++ b/data/part-00781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af4522688aee5d9c91b5c8142cb701d648d63703dc00259b307b23aad6995a3 +size 510747359 diff --git a/data/part-00782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1740c925d39ef6b9a0e74dafaa83136d8c990842 --- /dev/null +++ b/data/part-00782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf05e65990f8e5f6ba5811c680a19fcdd5eb9923709014a1c0bf2b9fb2262a31 +size 379630406 diff --git a/data/part-00783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38fb77163b83d44442515a574484e173ed410d56 --- /dev/null +++ b/data/part-00783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371ee9718085b78947ef0d141ef4b7860abd65241ef54c23ffee1f4e3b498d51 +size 510827824 diff --git a/data/part-00784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d1c98eb3941871e89849d6932b7c64a2ee59771 --- /dev/null +++ b/data/part-00784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0615cba5fb1c3f71131d2e0c2268185dc86a326e636f77e183c827cca2c1b702 +size 511594480 diff --git a/data/part-00785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..898f2c9512524b9138dfd14b949d950c3df27eb4 --- /dev/null +++ b/data/part-00785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcb15d16e5e6e1fe678cdfc341c069439db92f4b280b3f2057e00bed8001ca4 +size 954588084 diff --git a/data/part-00786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8adbf583a80a3c5a47f5cbd29a6791b8037def4a --- /dev/null +++ b/data/part-00786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3324a833f4c565b6cac119a2fbc6d5fa617ae992b44985da634294dfe68bb55 +size 359573616 diff --git a/data/part-00787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79204051b7171e793d90b0eb5b4bca11cbd94777 --- /dev/null +++ b/data/part-00787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a74e5436704c78a04b8b1a8be147bf2da888f3437656ae631945164c6e8f4d7 +size 513215223 diff --git a/data/part-00788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80ce294c56bc31f72c5022f9ebd6bddeea74800d --- /dev/null +++ b/data/part-00788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63576047287fb66ec3646a5171e167195aeb3cb8081289ddd398f9c263389116 +size 507042506 diff --git a/data/part-00789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56d2a8069e54d4c34b04c4e76d2ce3d2c38e60f1 --- /dev/null +++ b/data/part-00789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3d72d4858dd1a866c5b5bc38cf6e805ae9e9389ed4d3700f1197829643ac12 +size 398679532 diff --git a/data/part-00790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b9e1a97fc0fb3c39994ab5918241db1d3bdf918 --- /dev/null +++ b/data/part-00790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a1efee0672e564a8030fa88c28d476cbe3ac952e7e8cdd5918f13ce0f30b8d +size 645383359 diff --git a/data/part-00791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2a73649475e042d65eb71fe1894a5e5819c1861 --- /dev/null +++ b/data/part-00791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbd1f91fc8d23a2fd3bb4415276be5fbd3e74a5b3d6934228a8c0b64cde561c +size 419255662 diff --git a/data/part-00792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f00aa3af5eb047e0186c56c3d59846d9e350beb1 --- /dev/null +++ b/data/part-00792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957a4d616d8f9d8d884bc947ef44b13344a19009c9108459e2daa165d72c78c3 +size 401511512 diff --git a/data/part-00793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd96d94ed6566413fc21a502068ddaf6e5896018 --- /dev/null +++ b/data/part-00793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26502bc4e5c163fe49fea6995d990b7f6bb529c4b5300359225b9448d01b5ec +size 875627001 diff --git a/data/part-00794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..690bd94b4188db908cde1bdc96cee6994cbca9d6 --- /dev/null +++ b/data/part-00794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78718d33a5abddfc1ecb9efb355f2129bbea6f0f6bc086b050756eaad92d8ab4 +size 575126214 diff --git a/data/part-00795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa3814098734e3beeca6ff3d497187c6cb43f5cd --- /dev/null +++ b/data/part-00795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4a550a91a619b32841851786246227e9ca81b791fba55db89ea449295954f +size 1165355039 diff --git a/data/part-00796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..feeb1f0d2b8d2fd34ef04634431bab2c4a11dcdd --- /dev/null +++ b/data/part-00796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d85edc27406d04daca314ce3e7cdfd735317de2d522a9b5d1a93ed2b49920b +size 454642252 diff --git a/data/part-00797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04f015f0ddd0cf836976146c93625c06ce3722fa --- /dev/null +++ b/data/part-00797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3783b179d15e410820afe2b697b10b4542cc4d2c36bcfbcea6e1f351491859c7 +size 391580029 diff --git a/data/part-00798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bf494dad91cc03ab84da9232259b927d54694d1 --- /dev/null +++ b/data/part-00798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec801290c3de7f179782b7a31d329c330f7a90f62c9bab08869300a987138117 +size 562800902 diff --git a/data/part-00799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bbbbc512a1f14010e8d26e9bc9d6556675ac6d8 --- /dev/null +++ b/data/part-00799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786fa9a51f032754bc40c2574b29216fc7d785f5bd25315e171bf38635679e8f +size 716209201 diff --git a/data/part-00800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11aae512df200cf8a918aa046ef6abb55b2516b0 --- /dev/null +++ b/data/part-00800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71f2bdf5e1d9c66495a084016afe8ffe59ee91a0e7e6f9a66b98ef616ea6be9 +size 570057716 diff --git a/data/part-00801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36d297691886848d724a4d51306caf64c1842eff --- /dev/null +++ b/data/part-00801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8e2156c2d50a6a011fcb64d88c954003f39b803de34e4ff27f74e6be26fc92 +size 455037203 diff --git a/data/part-00802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a908e893be75054a40adfcbb3c7727355bf1e30c --- /dev/null +++ b/data/part-00802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6d882a41e7b2989c2dbdd66a32aea977d395f1835e311077cb47e47806b4d0 +size 440998592 diff --git a/data/part-00803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..228208c116ad733b08aadbd0ab0d8a4e97f7889b --- /dev/null +++ b/data/part-00803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e86d97b78b68ffeb0476ba0073acfae84ec408704a61cc8e5e017bb027c8bae +size 599403965 diff --git a/data/part-00804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15738c0cc7c62660f3c61440aa8b744b116a7213 --- /dev/null +++ b/data/part-00804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80b71eb0855f1ba9d4270af0a803143fd9602f2f5ead7f274c8a3fccb78992b +size 755132048 diff --git a/data/part-00805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f936648c21acc57271c7c58cf25349becebda2e --- /dev/null +++ b/data/part-00805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527aa904c12208613cd8908ea2bf175af04cd76c50d4408974ecf5ea454a5d10 +size 676060299 diff --git a/data/part-00806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a5825c1d455b0dea14e3214a745068b36bea644 --- /dev/null +++ b/data/part-00806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe35d7474f3f6d82fcd7048bf51e2ed07c6448307f0dd3aea8ad2701eabef7d +size 536696928 diff --git a/data/part-00807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9242626af96fc701866789bbb76d212c0fa9df9a --- /dev/null +++ b/data/part-00807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9dbb0fba7027c314ba1fb292a34e60dd5872f912a79d148b4b43bde1b0595b +size 597163494 diff --git a/data/part-00808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e25ce6a18c2b299437f1fb27356fb361186327b --- /dev/null +++ b/data/part-00808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54d360791c2d9680a3ce17fa1491694f2dec32a357452226b47ca5a4adecbd5 +size 669303866 diff --git a/data/part-00809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4423f9c95d393ffe823d4569da71cc0e35f6812b --- /dev/null +++ b/data/part-00809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f00c6acea3db0a770cb4afbafa4f3da4796c492a8ba34e247175a80b0cf305 +size 597123945 diff --git a/data/part-00810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9767b6840300a896a5657ebf7c1624fa1054893d --- /dev/null +++ b/data/part-00810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b38921ec27420251478f74a0b7ffd7b82f2c2904c4219650a5feda2b74d76d +size 494426436 diff --git a/data/part-00811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82110be68bb8cc63a0c5461ecdf17a4e2b9e204c --- /dev/null +++ b/data/part-00811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b29a75d745a35fa9c6ab0f58d9f8d134aa4ccc97c11bf92ada192dfbf20625b +size 450438322 diff --git a/data/part-00812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9e470043866f9c58fc8d112a928b8d32289b60f --- /dev/null +++ b/data/part-00812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be579bd1f360ecdc08dfef113f52728acf7a090f555c0a6497680821a061b90b +size 572011850 diff --git a/data/part-00813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f442903b454da06b7c79a244315039291e764987 --- /dev/null +++ b/data/part-00813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facd849b146dbc172973f4b64e301a92398871e57c6e8232583bd7b0d46b0553 +size 462846758 diff --git a/data/part-00814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c7c629bf7fb941970abff02b97ec689fdef0662 --- /dev/null +++ b/data/part-00814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cc04b1f1d542f0646c55f97912bfb3d25cea5369a02a7edf08ac706090c104 +size 425861597 diff --git a/data/part-00815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abb3dd60f0c204bfa8b95c6222990b24f4e66d64 --- /dev/null +++ b/data/part-00815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c9ee7e956aa5e9d56c811344feef13e58135257d219007568b9fcfd6931055 +size 677662082 diff --git a/data/part-00816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f57c0ef8e42a7917a58328935515a8e37c983d5 --- /dev/null +++ b/data/part-00816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0aef7aebd7009830fc0734b26e1b0150b763df29a0e60c8eaf2e55c0913f4a +size 436774303 diff --git a/data/part-00817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26da4d388a75c5db058acb146f2549e3825de081 --- /dev/null +++ b/data/part-00817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e3a59e4b67e06118a32b54f3f17716400dd1e9307de714514b038ac6ff27a6 +size 604870763 diff --git a/data/part-00818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfa4971874201206698ec40ecdd8cf7f051de00b --- /dev/null +++ b/data/part-00818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a8554a835950c51435d24513866e417820a1dfeaab0c0cb218c79738244efa +size 473292344 diff --git a/data/part-00819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcb6af915b0248cec74ddfdb2277a20fcb9b2390 --- /dev/null +++ b/data/part-00819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd86d7ca485d2c03312a8ea8003a27c399d22c61fcaafc0f5fa7ead04bb3b5f +size 435800057 diff --git a/data/part-00820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faa5cc98e00ecdbc38353658524de436a62686d9 --- /dev/null +++ b/data/part-00820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773cbb1e63cb00a25122f0e6bfca0139577121940f0124ab74d87dd47009937c +size 407363411 diff --git a/data/part-00821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c2930087be78ddafcc5ef2d64c33444e6090cc0 --- /dev/null +++ b/data/part-00821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3f36399cab78b5a23cf3c306c321f8f7edccc0901b18fc2d36a6e0875ae010 +size 439421892 diff --git a/data/part-00822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ce6fccf77643591af0c5108d81a393762629e85 --- /dev/null +++ b/data/part-00822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d389c2e13552f10fa669831efdd60d37bcc1407c1ebcc90d47c5d52c75132a4f +size 463917308 diff --git a/data/part-00823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40449efed683db84fa05465e009a41f699e04bc0 --- /dev/null +++ b/data/part-00823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf9e5fc41e9106bab9c552dfe7b94ba00137396781d403a2c4059e2bc0debc +size 471271622 diff --git a/data/part-00824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..099f40e8f5cec4978a7ac75bdb685b3bc6e2ad04 --- /dev/null +++ b/data/part-00824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3480596acfd4c5b77c5bcc3bf48b1f73ab0e77f6232a2c69a711c19fddefdf4b +size 903360759 diff --git a/data/part-00825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e92014749fdd874e21c9367d4e30a270d6287f28 --- /dev/null +++ b/data/part-00825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7533257f7c6baa6c653435e42020840fc8ed458f0fd747de67755b5a74b7a81c +size 516691722 diff --git a/data/part-00826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7898ebcd7d08e34fbef31ccf094062c6d6faf9de --- /dev/null +++ b/data/part-00826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6647bc02797cf6003481f39747e146184a6e8c2d9677f2d72cccdfaabadd0433 +size 366797088 diff --git a/data/part-00827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fb2e7dfc6d5564760c24a8abda35fe2df3c6039 --- /dev/null +++ b/data/part-00827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b951534227421ed7ac701503864c0094fcc440d8492e184b308b8436bbb8a1ce +size 635750725 diff --git a/data/part-00828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3132b62fc0ac905aafd6a4032ce49535a2b1962d --- /dev/null +++ b/data/part-00828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e49b3638ef432d0fa6ea16d2b697bd7a8dd5fe31e17bc9501ed76a8754c9fd +size 382952718 diff --git a/data/part-00829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..207e1d73605dd2b698d1769f14ff773bd4239a53 --- /dev/null +++ b/data/part-00829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47b38b92f602ecaeeb252bb3b69c9388c54c5f619e501b258b8ec42e16ee536 +size 711787391 diff --git a/data/part-00830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2872e36a13a38170fd9eb3601a0908c0dcb6b311 --- /dev/null +++ b/data/part-00830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a337ecbe070e1d6d982849b70596e27e95d7eb36d913371dbfbb955da08cc7a +size 698812149 diff --git a/data/part-00831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d75fa59cebacba9707b7c05df8c2c0927453b99 --- /dev/null +++ b/data/part-00831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e483039df6757fc02ec91ff8c8f90eb70411c8957aba468d7ed4256b182b7c +size 476605653 diff --git a/data/part-00832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6b95b28cfe4c2ab758aa36066c32dc0b9531a32 --- /dev/null +++ b/data/part-00832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a838c5ed103b08cfca6e33af06f8686f79de7a681ede3ab55d8c584939a07b76 +size 523658141 diff --git a/data/part-00833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..865c74b141ed4d53a9e60e2996a9768d04b70dfa --- /dev/null +++ b/data/part-00833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1475e56ece8e511f989a1a0b2a070a56e5e70b0cc25150afa22a10f9c444f46e +size 639940410 diff --git a/data/part-00834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5fbe7aa30d21d8e48562eb5b021b60446b6e75d --- /dev/null +++ b/data/part-00834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6954d3ed04d6a695c8cabadbf2327748debe3385e034fd590493902f3a6a39 +size 579619209 diff --git a/data/part-00835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da2e1cb7e8ee63ddca8a8b05215389c7693f250d --- /dev/null +++ b/data/part-00835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e991fdc57ea60c0e6ee612ef1e204ccc4bd1561ea6ac251fc4d0e3c1e7b3b2 +size 511371858 diff --git a/data/part-00836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85cdc0a3ebcfa9aa9c08eaeaeced8f5e37f21545 --- /dev/null +++ b/data/part-00836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5734b81fd194008269376bd1e408cf6891ab0103a8b884c57c6e3f98e61fda +size 522079515 diff --git a/data/part-00837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cab325c3de3abfbd161d7c1869efdf4f82164b01 --- /dev/null +++ b/data/part-00837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c4696d59933126c1a3c71e2179635017cf5f85209d0c1c01bcaca28ee9392f +size 479520781 diff --git a/data/part-00838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a98283764dc232f4b1f13349c64d317a324d1d03 --- /dev/null +++ b/data/part-00838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e450583e8ea93b5cad875a8fb6a82761b723c0d40aebb227e017294800b46d +size 551500356 diff --git a/data/part-00839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea810087a712a8ae4e1b7fa689e4cb27cbc0587c --- /dev/null +++ b/data/part-00839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e29f2aa74161fe0800bc2a0382233f5af33a7f813eba9f878659ac4a234a02e +size 995765707 diff --git a/data/part-00840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be0b121d7dfd7fe7d52bba55b85576de5a560efe --- /dev/null +++ b/data/part-00840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c579df04dd13c9ab0746e48f01a75ad0c05b02e9062a1d027046f6eda6c754 +size 498256729 diff --git a/data/part-00841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..845ebc6202a6e56d075667005b29bdd2508b8110 --- /dev/null +++ b/data/part-00841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618def4c7bfbca0c3ac9eda9e09ac34b8235e032a8c30f19f33ccd9e643ec40b +size 711708989 diff --git a/data/part-00842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a97461e4322edc82f4136af52abf72ded1ec9e3 --- /dev/null +++ b/data/part-00842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba6370ea60997cbbfffcf0110b8c0c9e2c4af5478a726d3c59445e84698d981 +size 433284523 diff --git a/data/part-00843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e62c7e12bc6551716692767b5aa062b405e5595 --- /dev/null +++ b/data/part-00843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebce4e71b08c78ffb1f1f1f04c0fcbf0be3565b9fe4033b2c8834f6fbc4ddc5 +size 454030342 diff --git a/data/part-00844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..761071b52dd2a727892d59facb672db8d7686743 --- /dev/null +++ b/data/part-00844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10254108f535ab677711fb8ca3add6061db0d5ddb73e9416c486d8ff853759e7 +size 606567764 diff --git a/data/part-00845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fed10143f422fecbed28b3ee93510d2ff75400f --- /dev/null +++ b/data/part-00845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51cb9d30831fbd3e6f63512607104b2052bc3aaf4c9579e3e5f6a658276be48 +size 835026567 diff --git a/data/part-00846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..258cbb145e6d61cb4be37516b1a23ae786ea897f --- /dev/null +++ b/data/part-00846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c64ec2781e7c46382e7fcf04521980e3e2ce925a872f4605b7753fe55e83682 +size 527710759 diff --git a/data/part-00847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25575feb1baa639a65e2bc1bb28fdf32418c94bc --- /dev/null +++ b/data/part-00847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a877ee58f958af65ad8bb6a2d5f179f340f0a6cd16c30d2b205ea7e2c07083ab +size 827441620 diff --git a/data/part-00848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e54d26ed054196b110a90f48cd57cc33b5d79a0b --- /dev/null +++ b/data/part-00848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474548c022eb2c066d5c696349e340c9a7d8607c28b1f172e063dd14c7e1c863 +size 539238092 diff --git a/data/part-00849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e24b42280ab2e0ba4807dab9b726deef7c4a38d --- /dev/null +++ b/data/part-00849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a20c4709c18ebc4d8f598f81b7dd32d3be8cb5cee22b53641ed82cedbdc80e +size 439294393 diff --git a/data/part-00850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a0c6acf1455068444a4895e1c644c5034938edc --- /dev/null +++ b/data/part-00850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2c78ce5f8911774a17f5e1c555972388085a0daca10176de25182c7e6a1485 +size 395275615 diff --git a/data/part-00851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb4de9fedffff880678419efce30e9a269d2a039 --- /dev/null +++ b/data/part-00851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f044b924101ef52baf9f3d6883a19e002ffdf1c6e777ac6894e8c7877a7abd50 +size 512183648 diff --git a/data/part-00852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b75fdac5fc161929b15af295aeecde94a6d7066 --- /dev/null +++ b/data/part-00852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5ff4d972e4de68ccf8c3f324efefb999c947e95410a60858d5d2be29dd5d64 +size 743041876 diff --git a/data/part-00853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a99ba9a090837b61cc2cdcdd418d706f1a84a3f2 --- /dev/null +++ b/data/part-00853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e17ad9e711e86b547399d6fcaf25bc914d6269de723f1ebc2483a7ffa36003 +size 947582978 diff --git a/data/part-00854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..091a1d812bf7b4abc787f7d28dab46056fa641a2 --- /dev/null +++ b/data/part-00854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7eda673a74278410d63955eef37eff4f156abf5c336b7a51d9972384fc9b22 +size 515006317 diff --git a/data/part-00855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6a7d6c9bc7cae8cc31414bacefb906aeda586f7 --- /dev/null +++ b/data/part-00855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe96f817e79f18fdd89b3761f2cfc67b42463b8b7e6cfe9a708d1bdbd1b59d0 +size 378949888 diff --git a/data/part-00856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e776e88c1dbeebff7e9b953968fb96f32197dce --- /dev/null +++ b/data/part-00856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7804ec365abd49ce74db62c5ffde0523d4f1c8a67912e292e73853e734fc1812 +size 464122224 diff --git a/data/part-00857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b2c4b334514a457c3b00e59b18d2cda47444b7 --- /dev/null +++ b/data/part-00857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f687231aa4355aa2c90b9473b5080219b9ad29322fca4cf74e39fbf88dcee967 +size 512459613 diff --git a/data/part-00858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61f4a5e4569cab82f3a64a1441e210f592e0e22e --- /dev/null +++ b/data/part-00858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8950efc87af0afec5dbeec38f8dbdcd4e36d8d5de9d232264bbce04a8b7a6eac +size 419555214 diff --git a/data/part-00859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b6f6ceb8c313561e12c1f64803fe22dd00740f6 --- /dev/null +++ b/data/part-00859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a6c4270cc4256f8018031c75d2625ab0986c5bf4dd0776a24a88dd0a009abd +size 655158771 diff --git a/data/part-00860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1732dcdbd59cc1bc886864cdefd85370b515867a --- /dev/null +++ b/data/part-00860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2311595ed6ea75474856f32fad261224e8828bf08099a7d0a61164223226e028 +size 371495184 diff --git a/data/part-00861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50797dc8cb0d933a33e512a41044347399ffcd3f --- /dev/null +++ b/data/part-00861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b5145759b5ee262ed8f789b9f2e51d48c79210f329d1f5fd747cc856faaee3 +size 394368425 diff --git a/data/part-00862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16cfead2dd8320ea61971a118679deb6cd14f4b9 --- /dev/null +++ b/data/part-00862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc8e5b19e323658c94d5ffab6b82435184361896e7834cce47e6f2967442f6e +size 452427841 diff --git a/data/part-00863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..111a4ad78f437ef4a2f6ad6a9bf9aa846cdc739b --- /dev/null +++ b/data/part-00863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c5743dccecfd0e6d03f055f48690723226c28bb31175e418e4b8e512c83fd7 +size 582403967 diff --git a/data/part-00864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a25f066450824468c33fba74fb8287e8de3bd1c --- /dev/null +++ b/data/part-00864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3691d984a32dce5b958b8689a0053f7ae75c09bb4594fdb2da1a21d8d6d8d96f +size 478243201 diff --git a/data/part-00865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c27c27b9a14ef3a85472b5323f98785ca03cee --- /dev/null +++ b/data/part-00865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83acb9101d9705def030c5391aab6b92f053f755fe8b7eca9ec7601a2a6ae57 +size 419173487 diff --git a/data/part-00866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86d6c4bb7528609e77847d6f6a620c6c890b5c8c --- /dev/null +++ b/data/part-00866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3aa3dd6b05756a934d3b48fa6fb39291013d4cb7eed19c1260d47d69656c7d +size 592755598 diff --git a/data/part-00867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05016c50181742ae5de6c7b8ab504ef86aa00671 --- /dev/null +++ b/data/part-00867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf6e7bb373c711e8574d0b9c8477d6766139dab4f1c70b992c78b18327393f3 +size 528911883 diff --git a/data/part-00868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1993d74d5e75498b0577cc65118a103fe5641c38 --- /dev/null +++ b/data/part-00868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229695dca3820f6a23c82ae28f77fbb5c407bb68d930f3611c7a8dc8dfc23f72 +size 713340092 diff --git a/data/part-00869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9df9972b804ca7a06b24d659fdfef5c30a83cf95 --- /dev/null +++ b/data/part-00869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6a699eaf9d608d3c6b9893163f68735e2480ac7093b182dc52304b831cc05d +size 514566118 diff --git a/data/part-00870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f534e10f0fabcc31482c11e6e9eab1edc221a73f --- /dev/null +++ b/data/part-00870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cff45d4dbdc531a61dcdefd3069473e2d73690eb1e285b03f2595493bcfa84 +size 435282032 diff --git a/data/part-00871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6b80b426baaf4106cabeaf7867987a8fb84ee79 --- /dev/null +++ b/data/part-00871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a450852c4ddfd7e98864006b058fac9d572e17df922ec3050e10b6ce14133d32 +size 418985992 diff --git a/data/part-00872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..218226001fbce6ab36504bcf6e12d58773ffee1b --- /dev/null +++ b/data/part-00872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c627f49f72ea948ccab350b68fdf881b017bd6c6950827b51fa239b838076bb8 +size 587899796 diff --git a/data/part-00873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e257bdf3c37e8052394eb7c03dc107b0bc4f67f9 --- /dev/null +++ b/data/part-00873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84f770fe607426ba03764a560dad6f2e23b39cbe607c3399130f05ae8151017 +size 678576825 diff --git a/data/part-00874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec0b6cf84d31f79d09f17b0f6a947f88ea2c5689 --- /dev/null +++ b/data/part-00874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0df376631a14925e2af373a93788a2a8fb07b7c71fd79855ccb1c494031eb6 +size 689681316 diff --git a/data/part-00875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e951903f2a0623e94769978fc9de6945772c9b07 --- /dev/null +++ b/data/part-00875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de606d5052c0fff250d41be648978fe0dd8782e848709937da107231fc0a97da +size 599346734 diff --git a/data/part-00876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c98ff03f0d2f6dfef1a4c69594c3e844260631c0 --- /dev/null +++ b/data/part-00876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcdc81708fb4b1528f753af433607b13a3100fad708304a5aa94838ac5a2dba +size 499575521 diff --git a/data/part-00877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83c290e0d0fd246af27e5a648384af9df86ffa04 --- /dev/null +++ b/data/part-00877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711ad57f5feb206a0cb9f4acca6eb1e87b3cd527efc120836988c50c1b596e0d +size 561283668 diff --git a/data/part-00878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee2e6afe7846e846ea42307ada884e15f4f68021 --- /dev/null +++ b/data/part-00878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f2712d5efea6e8484b2f6b76e2dac89e01cae9e5b5656a81929e2b2ca67206 +size 502486033 diff --git a/data/part-00879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aef0730b23aa97918240f0da7d2f6bf10e5d90e8 --- /dev/null +++ b/data/part-00879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b85af8e45ee19f33554ba59b6b76e3849bd051bf13cf54ed9295b6466091d9 +size 497771356 diff --git a/data/part-00880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42fee2aaa79fc00a9f7744e1f609fac8869b7604 --- /dev/null +++ b/data/part-00880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d287f4073fb0e2a3a6179aaeadfe54cbc2e31e0954b1142edc5dd6f965d04c +size 541495177 diff --git a/data/part-00881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcef621664e8df664e084b040054359fbbc5a223 --- /dev/null +++ b/data/part-00881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3249dd031ab4585cd7b18e376abfe6bea7e7e67d1d03c282c2b8e5f201e90ac +size 549636327 diff --git a/data/part-00882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e871db345d3788f49dc11e7c8784bf6b7c60ab8a --- /dev/null +++ b/data/part-00882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fa89fee5ae6e1da8570607ffe4965f6cb4e2a9b90bb11606285b6cb6d92696 +size 629433618 diff --git a/data/part-00883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..955e9d1ed6270e07061c54439c870d24b7243afd --- /dev/null +++ b/data/part-00883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbdff89fa5e3b4505b82972b125e3737e6e5801b07fc7c93841295d257dca2c +size 1217967856 diff --git a/data/part-00884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..047bbbaa730a1ef4b1623a8639eb70c9f7431e74 --- /dev/null +++ b/data/part-00884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6383da4f7e5ea7efa1d8c25e93ad9ebe3b7fff5c52a9da346c2bf8c25767c45b +size 573412381 diff --git a/data/part-00885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1fc41ac27cd4a1037995717b2e83b717d99ce51 --- /dev/null +++ b/data/part-00885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ccacfd17d0f090153645de53682ef8b09cbb4f6556430e843c8e0305f871fe +size 590763303 diff --git a/data/part-00886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c623a192cbe15834552aa9c477d039fa51efb298 --- /dev/null +++ b/data/part-00886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb62d8f8ae82f2a99e6fa3ac7ad9b984649cf19b70551cbdb18c33aef0754e83 +size 741096864 diff --git a/data/part-00887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fca49fdff2cc47e2b427d61d3f70ef3a5bc5190 --- /dev/null +++ b/data/part-00887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1657b42d6da9f8eff509d896228c088a1178687f217fcf1bcaf3629b14340ce9 +size 603151039 diff --git a/data/part-00888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c12f416d60283f605eedad822359c53a4fba74fc --- /dev/null +++ b/data/part-00888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142abbf45669a4767c42d876f7dfd55150ccbfeca76e5cf953a96c10593235d3 +size 561872859 diff --git a/data/part-00889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cd650ab20c13b8fbb65574680ba5a89d907a519 --- /dev/null +++ b/data/part-00889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18609bb2c6aef1f3ceccd5929fedcb753952a1b2682ab079ed35e17dd0de9e12 +size 452962727 diff --git a/data/part-00890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fef710b5fd1ecae834e25e90aa421fc8499b7f32 --- /dev/null +++ b/data/part-00890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db76ceca03689b059c00c2b7df90174f2ca59baa3e53825db64b216a756e0d0 +size 491497112 diff --git a/data/part-00891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3824c20750da1304eee95ddfbf01582defdd22c8 --- /dev/null +++ b/data/part-00891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a115c8a968a83f714391517092f374405392a19f90ab2523f605fb696eec92 +size 536791026 diff --git a/data/part-00892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a305d5f9b6a9f90b8693b5389cc731f2a63c7670 --- /dev/null +++ b/data/part-00892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f35db359edb30bdf1c4241af9ef3ff4d048cf9f5794882393246dd229e4af48 +size 586319332 diff --git a/data/part-00893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a7694c8d13ca81505cc1333b08dcc9f9a6e09e4 --- /dev/null +++ b/data/part-00893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67725ddba0f6e6d1954623fac46ca43ff26fca7e486a4dcc11197374141451b8 +size 455595079 diff --git a/data/part-00894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27c0d1a78b55dfd15459b271f5e1e72083d9deb5 --- /dev/null +++ b/data/part-00894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545463dc9171289e8f41d7d68037cea16694f7d9c207daef8b23d9566b85f418 +size 929524880 diff --git a/data/part-00895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1356c4387da977ba4fed758dfb82d1e4f8ad81e4 --- /dev/null +++ b/data/part-00895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312c2a66f05cb34a77b4bd47f266f9578ba0c95b1efda30f4abd57a4be12c401 +size 593353696 diff --git a/data/part-00896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36f92a3efd274604b13bb4cdc65b27e697b23b09 --- /dev/null +++ b/data/part-00896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2437ddf67b9f0698622b3714203cdf6a9ae7db3a7ca85122c3bda51ac22391 +size 775749353 diff --git a/data/part-00897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5accf725013c6171eaec06f7026541e97363a320 --- /dev/null +++ b/data/part-00897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f469c5d729fc79ab4bddce3042dddf0e5844de7dc2a86281a95520060a893a6d +size 512075852 diff --git a/data/part-00898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84c144cb1142a666e579ccaae48a8fe01b25716d --- /dev/null +++ b/data/part-00898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8792bf44b9181fc618ae03e05c2b678d494b22f68633879d5a8bba84d79c3e6a +size 644364252 diff --git a/data/part-00899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..187cab5975ed0ae674b4407d57d927d7bc35d519 --- /dev/null +++ b/data/part-00899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ac272d274db8c5c031b388651e20736356c2771515d1ee1a6eda5afa526c8c +size 419068881 diff --git a/data/part-00900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62ef53e1145afaf27bd634eec6507661b88df479 --- /dev/null +++ b/data/part-00900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de0d2a0452665e67504db67be6f6bd9daf7bfe4932637d04c77a77f68c158e8 +size 566076946 diff --git a/data/part-00901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5acf05a1e9542bd0e3f9b1dd5ff9d03a1dcfa8b5 --- /dev/null +++ b/data/part-00901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbfcb573a405b46bafff913b115e5958b15e139470f6726cfca03ed72715a5b +size 399331210 diff --git a/data/part-00902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f92e7308c2c558f43ce3d118b8f152ae2f3ca034 --- /dev/null +++ b/data/part-00902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cd1b906d7bb39396ca039b8c47cd20c50a07fc643cd85ee2f2ac25ac7775e7 +size 1034265222 diff --git a/data/part-00903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2210971b4673d55e8fea8d2ee82bf6443112e294 --- /dev/null +++ b/data/part-00903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a90cc94446909fc93587b7258066a4a4bbde2f2ce10270ae8b9149c493f116 +size 643326297 diff --git a/data/part-00904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60200ba3a5decc44469681c21e2c9473da72e4ba --- /dev/null +++ b/data/part-00904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0035f759112077335dc6a3adbcb8a58e25ffe0b50785f92aecadff48060182 +size 524223774 diff --git a/data/part-00905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ef835b9d35a84d436923c05b333b1c4977d9e59 --- /dev/null +++ b/data/part-00905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6f80b8d9a01ef33ad7847b030a4dc3d02bf9f67ffcabfdb5c1e42ce59fc9dd +size 690391503 diff --git a/data/part-00906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d5f978e56de247cfaff8ea9343d15c8c4b75a86 --- /dev/null +++ b/data/part-00906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d649bae37a6ab54ddfcfa7ed2cc2e7296ca8a460f9ea081bc1eb7db49d397523 +size 728976762 diff --git a/data/part-00907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6998bdda40e55fc7002522a237ecd43e02711f05 --- /dev/null +++ b/data/part-00907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59c89c12fce594ab1e1284ffb698109fa48ad7724192b09a933dba24fdac56f +size 521866072 diff --git a/data/part-00908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a72f0cac4554c6c965b03d62752e77d9b88b28d --- /dev/null +++ b/data/part-00908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7aebe7f2a82f7bb68e76206d2c8dcc44a3323b092b554df8a3eaabce07b7194 +size 395323157 diff --git a/data/part-00909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb01be1b463b30cfa083302cacd574fc972bc110 --- /dev/null +++ b/data/part-00909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f6aa8813b21889a5919a674d8ed364982fa20b6e777efbc9d1fc2ccb49b0c +size 434872747 diff --git a/data/part-00910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..422d072bab0fe74dfccf3265707a3f7eb0885c7c --- /dev/null +++ b/data/part-00910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef24353bccb70967f37e1c06ed42ef1006ac7ec21ff20358099b0e21c529d20 +size 600600844 diff --git a/data/part-00911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea72f2e6947c8d0074b7bec978765b67c07f176e --- /dev/null +++ b/data/part-00911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f160c88578033a6302ed2ef454e0ee2e4533e6bd8c94bfa448d5727b3c57ce9 +size 1199471825 diff --git a/data/part-00912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50ac260d5624bd6e04b7ef1029b4a8da81cda34c --- /dev/null +++ b/data/part-00912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08580751fdfaa10b65ddb50f71d06cb5c7f580ea5ebc8ce798b1f78ca4eeb59 +size 585694524 diff --git a/data/part-00913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ace5ec6f502a5387e0ce1a93d0b490c9bce1e9be --- /dev/null +++ b/data/part-00913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8545ef4a25aa297e304f9408fc4ab3c2223cdd89ce4ffb686298e688f5be8cf +size 632025347 diff --git a/data/part-00914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26ff2b3d55f51d5efdd33e19595b15e2dad99a17 --- /dev/null +++ b/data/part-00914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11a07b2730af19d93c7ee69d8e29262c1eb544119fdfa5f5bdf216ec94b1d81 +size 418910877 diff --git a/data/part-00915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c09096455d42a60784bb192f0c22999e487667c5 --- /dev/null +++ b/data/part-00915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc6cd73ad67004485a057a60b075a2341b72bfdd795dcb46bf6c6393a51db65 +size 536010133 diff --git a/data/part-00916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fa685182ff1efbcad4567d7c4f2c2672bac8895 --- /dev/null +++ b/data/part-00916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7889b9e262227224c47423016901c8d0c4f7910ce119b9c8cd485d1746c0b6c7 +size 527268891 diff --git a/data/part-00917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ad0a4a8d21f443b4f7031d790027dec19c2f4b2 --- /dev/null +++ b/data/part-00917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595260e407a7197af76a88182aceef19b728d17890509327acc3c96858e7c11b +size 407422325 diff --git a/data/part-00918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ddf33a5ebfbf2dd3a7103a22eeb41a39d303307 --- /dev/null +++ b/data/part-00918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c808ed462bad473e014a78e09a99d82bc6889822852236e2012d408344697611 +size 472378446 diff --git a/data/part-00919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ce4045d98980822514ce8bafe1efc9e93571703 --- /dev/null +++ b/data/part-00919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eff8e46194668808b04d6747da7f97828bbad8d8e1b1497903715a30e19f758 +size 346563643 diff --git a/data/part-00920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1986e6226344e4c1c7b3d5987dc21a9106998a7 --- /dev/null +++ b/data/part-00920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bef0a68606665806d1908e97a12133d4595d80ded87406f843386fca68c63e8 +size 569972229 diff --git a/data/part-00921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3222d6dd4d7c8e95ddcc75f04683c6302e0af132 --- /dev/null +++ b/data/part-00921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26333a75cb76d36184bd9c5e64ade158861a0dfc279465806d0a7ecd10bedd3a +size 414888667 diff --git a/data/part-00922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5bbaaf012b601ab6c3cc4a2509d4b6e5a5858d5 --- /dev/null +++ b/data/part-00922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ef0a5bfd33c273ca68845f29163ea0e5f824d9ee39ca03cd0989e338a43e96 +size 482155513 diff --git a/data/part-00923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f959ad3204f26874c7447060dede52e8d72adcae --- /dev/null +++ b/data/part-00923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdffc612bc0bacae824516eae1d5cc2dd12298c117407e2036934034d83ca71d +size 483570999 diff --git a/data/part-00924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee090f489f47719f2b03e2991fd9885422bdc06b --- /dev/null +++ b/data/part-00924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87246f675c10639440bab47f40fe82f39356ac6e6284278301922531df72c2c6 +size 710186741 diff --git a/data/part-00925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cefd46f492417acb6cb0cfd44f8dc01e961d0f1 --- /dev/null +++ b/data/part-00925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396040f75743871f8604f129927c3c1e4918f54d1d01097690ef8b82c616c12f +size 488443677 diff --git a/data/part-00926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..431de67eb2e408fe62f58582980a62449e19f1bc --- /dev/null +++ b/data/part-00926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f386bdfcbebaba9c245450e0c8f18c346782e7a9c8e6032a50cbc3b45d24b86f +size 371183322 diff --git a/data/part-00927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a39329c7ec46e08fd7b8d77754e5c94d0f0bf6ce --- /dev/null +++ b/data/part-00927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a046b9252e1254f297b7e8b7b20d873ecb818b63b986a0c2c78c1e9af4580151 +size 596518903 diff --git a/data/part-00928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..209b6899e855b6441e1d1e008619514f709c4da5 --- /dev/null +++ b/data/part-00928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeff77bce518c1c99958080fab233593754d1195a491c04f128f6da1bbd25bd +size 565228213 diff --git a/data/part-00929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61acc5359bf13d8234b586cf71df25f2ca4bfe2c --- /dev/null +++ b/data/part-00929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c38a407f9f5b1789488b5272003b18fb955e79d215adeef895d21713bfd489 +size 688249245 diff --git a/data/part-00930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21272774364cc2e8b623812e1dbbc29ad7202f72 --- /dev/null +++ b/data/part-00930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3735a006896fc64732dc7549cbc3afa8c00b1cc5ca7809a6a8a4a5ca954865b +size 769048378 diff --git a/data/part-00931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b8f4c13658fbc85245a7145cdb2ebae7d759f35 --- /dev/null +++ b/data/part-00931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266a9e164a734506b0c93b3486a254eb55629e91c7c255726b95659fb34ce2f4 +size 567946464 diff --git a/data/part-00932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92b5ad3da7ddf665385d7fe1b881434886706fdc --- /dev/null +++ b/data/part-00932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69ada930a4a95fc3fd2a36c4d80c141400fb453995328784e0eaabc591b10cc +size 483916934 diff --git a/data/part-00933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a344583cf94229ea932cc8edfe4b93a4af36a09 --- /dev/null +++ b/data/part-00933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba1d32910bd04acd4a10f455cbf02f61f979c04dbf84e82b62cecaaf17539ee +size 767264183 diff --git a/data/part-00934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ec2a5e4cd50d05acfe9ff71630655ed2aa12d2a --- /dev/null +++ b/data/part-00934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fbf779c6ef00a5185c579912ca7e30d18fb3ef1a90c13458ccd789d7155020 +size 558463312 diff --git a/data/part-00935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d931da7bfab945019d6ad06a4a2893f49074efdf --- /dev/null +++ b/data/part-00935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848a1e33f58c1b9f42c0244bc8e6dc310d23ef066f29bc0890bcd22cc58c08f0 +size 737369230 diff --git a/data/part-00936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b2c0d3a3922c25bd6908a1df160a0bdb8f4e57b --- /dev/null +++ b/data/part-00936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358e3de35cf5a6a83a3d5b86d79cfa6f60b4914e978e30f0a0af71931cc07ee3 +size 525285921 diff --git a/data/part-00937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6adfcd90c024c8f01e5a2410ec1c970683bdaed --- /dev/null +++ b/data/part-00937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c931a5ba4962b33774598b5ae0cf187381bd816e57ccd027d6b32fc98b6959a +size 517515745 diff --git a/data/part-00938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ceacb6053eac2eca264ba76fbf2163d65a43883b --- /dev/null +++ b/data/part-00938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae8620cba806ed9c0ee91b9e676d4881b9e96bcee2a81856f79f3b10603cc3c +size 417016877 diff --git a/data/part-00939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ae839aff013db612a0ae17f2e9425ba4be01904 --- /dev/null +++ b/data/part-00939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e317012429aedc0b5c7d5f403e723003382dfdd9fb7e0174df0938dd7efbac +size 492495016 diff --git a/data/part-00940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..108e52639e09553dc00d17272e8f3380134df7c7 --- /dev/null +++ b/data/part-00940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba717418f2ff28e46523dc53bc1cfb139ec925d3f74b2df14fdc8f7f9bb3c538 +size 483757133 diff --git a/data/part-00941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..579be3f38111d582c040a504b1f71728e081ea98 --- /dev/null +++ b/data/part-00941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89746f1e9917dc7bd8eda57c23e0475281a7a8d632db9ee1f9f3437441cbbadd +size 438615964 diff --git a/data/part-00942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3983d465dba2c93600766ef31a37a1c60432f95 --- /dev/null +++ b/data/part-00942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437faf93bdf91055023746824d50ccc4bbf1d7cca975a7dad2d7828481bb2f23 +size 514914225 diff --git a/data/part-00943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23a94c45071ec0de9b3a6ecc11a4c9c539b3518c --- /dev/null +++ b/data/part-00943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e931bd02078114ba8546106f1d62e889751cb1c653a2eab0dae58b1dee1d3a52 +size 475753717 diff --git a/data/part-00944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65410ec1d766c023ae33421e46a87e965d3f71cf --- /dev/null +++ b/data/part-00944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359f947b0a6bad4049cf758a51d15adb01adaf8b4196cf3cb61a7a004c33486e +size 570433597 diff --git a/data/part-00945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd5da5354d17c953e02a5573c7c852aaaed40d49 --- /dev/null +++ b/data/part-00945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba7e5fc473073261db4e84f97687f3d2d386bfc26386c0518afe1d786595e0b +size 601815521 diff --git a/data/part-00946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d04dc738454b224a3d4b9b38dc08a884123c9d6d --- /dev/null +++ b/data/part-00946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed0bd56cd42a63e3cdfdece5b736347c744801509f4834b2cfd7d2f6ba01d49 +size 488278647 diff --git a/data/part-00947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdb60c3c2be543706b660785e0a52038d1e951c3 --- /dev/null +++ b/data/part-00947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc491ad7c2ec272a45eb8272f3f7d45b4ddc98db5262130ac483d571245a060 +size 419355624 diff --git a/data/part-00948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..621b8880ddf5a7b78ae70689f789676d08a37da4 --- /dev/null +++ b/data/part-00948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b95c20c8a141e3659e18641664432e0d9e7d4d067c22e5ff4a1dea89ee1b84c +size 446395381 diff --git a/data/part-00949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f42d2501cba483df40198ad520fca36a2be07ea --- /dev/null +++ b/data/part-00949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ae87532e09a1e84c0719f9a302e25d4a7ccd11e7503e9f7205ed7a51d546e0 +size 703310723 diff --git a/data/part-00950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a78ce16917b4325d5dac58468346ac240ce7f40 --- /dev/null +++ b/data/part-00950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5485d98b7bad2b477eeee746988ab5d3573363cad06c4c4d735f8e1769d93 +size 485900500 diff --git a/data/part-00951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7334d7cf4b56b36258427bc9881962751655ddf --- /dev/null +++ b/data/part-00951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d243b0e33c266aedba8000dd0e9ae5e268c52bf85db82613e7ea9b8363ac6fd +size 503205147 diff --git a/data/part-00952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6f07c6da2f78233c7016dbdaa9322a19d5db20 --- /dev/null +++ b/data/part-00952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791a535ae08707c9a170d8f19d54c36ba739102bd1e2b5995b9a146aadc753ea +size 435544937 diff --git a/data/part-00953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db91e5e1176e514eade91f90359e1cb753c1a7e5 --- /dev/null +++ b/data/part-00953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e246d5513059db000840d5979af7505b6b80cd81665bde570facd445be327e0 +size 469217131 diff --git a/data/part-00954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23c4ff23fa82c4f1591c1a54596b308501def0e9 --- /dev/null +++ b/data/part-00954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0ff3e0bfcd903b72c31b4441b83ba3c6fbe973f879dc396779be7e27db728c +size 384991000 diff --git a/data/part-00955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..122ca219a9fbe73962564ffb3c146f0119eb6f85 --- /dev/null +++ b/data/part-00955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ba6773936ea9e0fb4996253f2187cd8b7ce530f1ee64b311d3b97a61bf4c0 +size 522501406 diff --git a/data/part-00956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4acc885c68f62d1292c73f03c58064ca1e4ca50c --- /dev/null +++ b/data/part-00956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b5b66c4ac80df0914c6aed9ae39907e32d12dc558e823f36fa5c01274446d0 +size 545842968 diff --git a/data/part-00957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f48c5909004057224428298c977263d881d3b4 --- /dev/null +++ b/data/part-00957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dee609ece6adcfa06314d6321e93b9589f5b207aa3f480572787558920e9c8 +size 657791555 diff --git a/data/part-00958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c9e93dd12540fd4ef86e6edb2f8d60ec601eea1 --- /dev/null +++ b/data/part-00958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8405b824baf6afc31698508b6e4e1a00e5ddcc1992f3c9f2d00a4d673dedc85 +size 585932222 diff --git a/data/part-00959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c5a0dc0d5152dab71d078bbaae1aee6c0181ec3 --- /dev/null +++ b/data/part-00959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38627adab88d285dd229451d192b83ba41537eb91228b92e54cd7c31ecc56786 +size 594693988 diff --git a/data/part-00960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67d3832696fc40ef4a047eedb4e59761c557a12d --- /dev/null +++ b/data/part-00960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61dcda08acd6a3f46f85b5bcff85b3c018c4199f7bb3c23d5348cc3094cafd0 +size 1013050186 diff --git a/data/part-00961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0150bc8e75d5aaa57bafbd82bb76d8f887f3e8bc --- /dev/null +++ b/data/part-00961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5015f9341b339e053b1370c2b477f0daf8325b03829e982c69f233635fc6b197 +size 474132702 diff --git a/data/part-00962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a05e3f71809c61165f247456f6220c194d1268b3 --- /dev/null +++ b/data/part-00962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1759ad369747d4832557abf762ce87b6d2bc5be403e034118d2d58dfc8c54f6f +size 793322543 diff --git a/data/part-00963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56e879b53535c1ff2a7c4f5322d23df2dedf6b79 --- /dev/null +++ b/data/part-00963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c6155faee492a6714c41a7317168d78bf5d1ad9e5bc6465040a05aa0ee8584 +size 543271606 diff --git a/data/part-00964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7ceb22fcf2bd82616acc5370ef604e8f5b21824 --- /dev/null +++ b/data/part-00964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69043ff767adb3d560c97dbe786ffcaa5c09fc11c26a1c732cf427b98b6e1c0d +size 763086227 diff --git a/data/part-00965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcd64a7ce732e87066fa1585fe7bece93779f270 --- /dev/null +++ b/data/part-00965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb06f373f04f88975a0014cc49ca6dab94d7aa8e1906dd4c8acf0852e3478365 +size 582141526 diff --git a/data/part-00966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eae4d3e337d1cacf6bf7e847173f1b94797f7747 --- /dev/null +++ b/data/part-00966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b7c6ff2c0970e26003db62a18cd1975ef432a7e3ca75894a7eee172a9e8dda +size 559340432 diff --git a/data/part-00967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4293b342163ce31b13551aab03d872813beef7d --- /dev/null +++ b/data/part-00967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c876da7f3e7742ff145f5a746a474796128579254e7d1a3168db67c31a101ce2 +size 458665199 diff --git a/data/part-00968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac87d2ca8f1b20244a9d77d6df30723cb7e024ba --- /dev/null +++ b/data/part-00968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290a31eab53cdb325f34fc611b6c21e3eff21b942a881da970783731b1a452ff +size 922256686 diff --git a/data/part-00969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..116c26cc5ea232455a9234274b70a375b621c9dd --- /dev/null +++ b/data/part-00969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbb149308bfa2b64569fb1d4d60a848e2b8848941eaed0ba494f4fae49a8080 +size 548257331 diff --git a/data/part-00970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89f6cfab5d0902d4e6cff77fff140d30313a6805 --- /dev/null +++ b/data/part-00970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d70566166b7362ef7dd44f67709693504c5d92b4cef5c8ea899bae724e86b2 +size 524771522 diff --git a/data/part-00971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..136b85f9cb8a052f4551b5c39dde8a40cb9c8887 --- /dev/null +++ b/data/part-00971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11201b90e9de19706b8c8f8e335c43e49475949a9b281d149adf2f46e879e3d +size 613704976 diff --git a/data/part-00972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8f44835b4376ba0a1577227516634a039e5de94 --- /dev/null +++ b/data/part-00972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8087068419b0f761502954982d9cf5e57682c6aa79b81904e51d3b2b43280c +size 518199647 diff --git a/data/part-00973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8080936375961a1dba9a10338f89b46c058eb0af --- /dev/null +++ b/data/part-00973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8759404d9eb5521862d5dcbff284c26299ea848033d850f26c90d955c7403aa8 +size 451063195 diff --git a/data/part-00974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3809a14372d791969dac5dabb271b58fdff570e0 --- /dev/null +++ b/data/part-00974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a2f9d52f1dceba2d0182fd5b69218e661fc7cb264038b06e4c8bb61269f6a2 +size 563651714 diff --git a/data/part-00975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc9903ca1f844cdd10f39667d14fcdd7d5ae1550 --- /dev/null +++ b/data/part-00975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941edc89a0fa6c7a36ebdf86cd9b2bc750f54b9acc672e0d6bc0149dcb711f9a +size 407538545 diff --git a/data/part-00976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e29ca3a131b8c2e5b42ff8df73a4948f50fe8b27 --- /dev/null +++ b/data/part-00976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145865bfb780beb1785dffce8ed2d6a8939d52600f4e981f1d39160b3c8ae0f9 +size 441068335 diff --git a/data/part-00977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f013f73b7557138aeef98a0055565f8ab9da366 --- /dev/null +++ b/data/part-00977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c0130e2545740351a390a5c464a85eff72ef3e620100c9cff0a98c05084b3d +size 403363896 diff --git a/data/part-00978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09e7ccdf7de8e31eb898a575189b9133c86283a7 --- /dev/null +++ b/data/part-00978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966cc5c855eb6546daa74df9eaae220a0ba7eead3d5708ba9851163b5722a256 +size 396075183 diff --git a/data/part-00979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09133efa7e7ab947dc045cb9575f525b196c63d7 --- /dev/null +++ b/data/part-00979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da376c9fce1f98f628e7edb658866a76ccadcf8a4746846f7e96fa57de416f2 +size 389432714 diff --git a/data/part-00980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..243da19efe9b3db010a5b7788926965e55dc469b --- /dev/null +++ b/data/part-00980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525eadac9074cc4c38adcf55dbc74bc5c833b15425548b68684321f79088db73 +size 477946592 diff --git a/data/part-00981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c1403afc2c6a465bbdd99c3815f1b4e12b18f71 --- /dev/null +++ b/data/part-00981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33fb64c83b433022591abd93c55b2de63e4718a1dcdcb922c3b0c68098254ae +size 797577698 diff --git a/data/part-00982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..320d262f1a8668f2a1be41938252f528085e451d --- /dev/null +++ b/data/part-00982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a065426c8aae63ca93eb393ef604e67e840ba13b4875ba7648eaa84a49859ff7 +size 495984453 diff --git a/data/part-00983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15d7893392cacfa8de9e62f252c150b520e3896f --- /dev/null +++ b/data/part-00983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb31f760a50910de2b2628b988043bda9c5d42f3dbd0245fdbe9eb325d5a0d2b +size 455948438 diff --git a/data/part-00984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98f28b37bfffd68ed6414a9521e79675e2d03c44 --- /dev/null +++ b/data/part-00984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42985a5ce4ecde70c606663966360034ff4dbbed420ee312437a9f41442d690 +size 917687725 diff --git a/data/part-00985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2478b6b19fb93748a4c3edec80369a0973e1d86b --- /dev/null +++ b/data/part-00985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3e18d251e37b2eb79214cee8c1091cea4a6d67f3915d47bd259772a8dc8baf +size 788251085 diff --git a/data/part-00986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a69e586f9ab56ed67757de1e2f2996059f5ddc54 --- /dev/null +++ b/data/part-00986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa28b29632927c5da2dd207506314a4b7ae85a0235b92d5b3d83be8b10d9e17 +size 736937416 diff --git a/data/part-00987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9df167ef108630b271a04569b7fd469563cc45e6 --- /dev/null +++ b/data/part-00987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff946dfc2ed6440fadcab9eddc26db4b1f7df3537f6f8bfa4b1fc5f0f969fa35 +size 593112943 diff --git a/data/part-00988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c5ac5c5e246d5dae43d920b4a05f4223b9b1f05 --- /dev/null +++ b/data/part-00988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee246e43e2f577d267f6247b7be2bf99ca30822fc2f1e337e89bdd3cc6cd5470 +size 465366514 diff --git a/data/part-00989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22a9834916b470a26a0a91ec798db87e6c806152 --- /dev/null +++ b/data/part-00989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20bf081313bece6cc8527946d7c1e1ba3821504fe9d290a5996d60d9bb60ce2 +size 467283897 diff --git a/data/part-00990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa0ce6e2b2aefa9402af0dafe4c479fd94f8367d --- /dev/null +++ b/data/part-00990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63db15d0632af26e0d03694dee6fa4de680b1cf4a4c3427461dc1a8a14cbfab1 +size 401576129 diff --git a/data/part-00991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..250d131e3082e2ed6286416c45b49278a9cbd223 --- /dev/null +++ b/data/part-00991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4b9b0e6e1db8ef3b7ca670677e254aabffaf1a3bb7c86d483150f772b5fe97 +size 692494263 diff --git a/data/part-00992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9795a53af720001ae01c3ee8074d2d0adf5f48fb --- /dev/null +++ b/data/part-00992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292151bae1f1039007d1c21fb44c31ba5d70ec891f3f763d65750b5d187be11f +size 606614055 diff --git a/data/part-00993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cba48f77c47dea92c6ada23d7ce2d9cbff33971e --- /dev/null +++ b/data/part-00993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18af3f1163eb8b280002f546593c78137d5b41f43b6a3d407a8bc509957ced26 +size 616506062 diff --git a/data/part-00994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dee95eb8471e68765a4cee6cb538c698f82c0a8 --- /dev/null +++ b/data/part-00994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aff97422e929bd0d001ac3d95f962dab50b0550fabd2f966bc11ba1bbd86c74 +size 746782991 diff --git a/data/part-00995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d7e2fb2f14d1aa5101c65c1e712b51df4e4c293 --- /dev/null +++ b/data/part-00995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4025f4770d4dcbbad2b5287918f53813d86a84d7ff9e4938ab3f75f7d368b127 +size 548307258 diff --git a/data/part-00996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b36d769803f348430de2468f04f89169fa81b710 --- /dev/null +++ b/data/part-00996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd02e2041e823f9efc1ad153d495e85e10ab9f4ef115fdcd580e2acfd7f4c23 +size 904553960 diff --git a/data/part-00997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ce5cd7fb9ec0ef68cbde197434b0a39661760b5 --- /dev/null +++ b/data/part-00997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399e2c88a4137ec60f86b8920ed007ac79e3e0c852d86e2ffb4f453b28c8abfa +size 491423925 diff --git a/data/part-00998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5eb617abca6ad2ccd295b608de12c16c871b986c --- /dev/null +++ b/data/part-00998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46302b3f82751a7d45f2606ea76ec77d6877854759dd44fd33118b96087fff1d +size 575297865 diff --git a/data/part-00999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-00999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6439e97315fd426f57d6c9ee336659a72b26edd --- /dev/null +++ b/data/part-00999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa35aa804880853a19ace6271fe9b0d8f2debd338f37624187df531aa9d4075 +size 550757027 diff --git a/data/part-01000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b9b709a9eb3fc9b4e3b62fd7bce42d3aad5e09a --- /dev/null +++ b/data/part-01000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf929fa0b2ad02b28907f2b30538561e444f79cd1f3c7d681aa500f2ab767e0 +size 660404586 diff --git a/data/part-01001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..777cf29000643b53a197474a291334fdfae4d67d --- /dev/null +++ b/data/part-01001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb96c47a6d2da7913644052190da5cd47e1a9a41d4c13065996b6ce592ae2a5 +size 396320170 diff --git a/data/part-01002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1bb2871ecb59ec778596f5555a6508a8ab10df2 --- /dev/null +++ b/data/part-01002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bbf2b22179a8268bc54512b6d1dd645160c98fbc3c26d2263751096126fffe +size 532550437 diff --git a/data/part-01003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24393787d3ce71d1870a9d1bd572603ea8882cf0 --- /dev/null +++ b/data/part-01003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e197d6e4d180f8ccb678a3f0f18626f21d734209c0cecffd203793d08f0fbcd +size 459963743 diff --git a/data/part-01004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e7ee818cf1a16d667978053be384598ecbd5520 --- /dev/null +++ b/data/part-01004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033e15fa5bf484504663d8708232ac3766ae963ba38a5fde8dd8071aaec871eb +size 411674732 diff --git a/data/part-01005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d08adc499c308f470317d7bda480a4717d75af41 --- /dev/null +++ b/data/part-01005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2fdc558152fe831aadf4dd85876f6fba80027caee301a61b32bb6a59a1f9c0 +size 555329913 diff --git a/data/part-01006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c8a7baa2fe9ccb0cc616a787aba3af76355992c --- /dev/null +++ b/data/part-01006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf1df6f745d773850f5806155df55afc4ad6c1550769b8c1b9c686ee6620c84 +size 612004805 diff --git a/data/part-01007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e41bf513f5a679fa44e09b385ee2e8cefd9139d --- /dev/null +++ b/data/part-01007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8e18623539aaed4c6d1487696defa68b25596cedda4065dc37945b9c939319 +size 779749441 diff --git a/data/part-01008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fae8a49e943a4f58a227e57408705b0fe8e7ce3 --- /dev/null +++ b/data/part-01008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac9483265a77a5ead9c383ef13d80d8c12ef58ffd0b96a8d6987b54f878d4ac +size 570858520 diff --git a/data/part-01009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3251d9db3ee44e950d980847abec7acc9c59fcc4 --- /dev/null +++ b/data/part-01009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b64583e5100050e385a6c8d8e6383f01b0bb88d2a48acaf891adcc0cd61e3d0 +size 510367222 diff --git a/data/part-01010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d313ad8fe0594d7096ea84e2ae6d9fad08d841d8 --- /dev/null +++ b/data/part-01010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836cc4fc5c5b0e75ea371ede7c5bd19ccce68f3323f2d682bc98d4378a72b5ec +size 640692929 diff --git a/data/part-01011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a97175537050b621daddf0344f8e79da524bef8 --- /dev/null +++ b/data/part-01011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9005c9d53910589a4e58f79a147de3a3c0f2a7b512cce04d1ed552139c48b2c6 +size 428589088 diff --git a/data/part-01012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17d45f95671ce0ccdfbacc9485c42a36861fa0a9 --- /dev/null +++ b/data/part-01012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1545a21265db13a8466c6cfce680e06851771663be3b20b2e56e6c67c6664924 +size 541038081 diff --git a/data/part-01013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f5f7074cb89e988d519af1822b7e44048cc756b --- /dev/null +++ b/data/part-01013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3978ee9c55acfb54f4d9592cd4fc0f1df77d597b43c07555f41655232341398 +size 886805387 diff --git a/data/part-01014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfab66220953d184c2c7d7139f8822a86e2dfe13 --- /dev/null +++ b/data/part-01014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffc0e70e5628a6a95ed7fba42caf2f66060406f7511eda0279b88606059b86d +size 689612448 diff --git a/data/part-01015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c632912222e5a96b126f8b392a02bc0199811cb --- /dev/null +++ b/data/part-01015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be17578a2dde7c59b86a47a6a5e12b72e16f9ecb180eaef10d360d289ec66171 +size 777511576 diff --git a/data/part-01016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7477ff4098457f30e6fabfaef200cffbce349d4 --- /dev/null +++ b/data/part-01016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a7a40db72e566014478e6e95b3a3ac849dde3d428a45f974d5741ce82d1495 +size 867875227 diff --git a/data/part-01017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c820e0b10c57e7dc24ea7c8b6f5c2c501a0b140b --- /dev/null +++ b/data/part-01017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100463665050f1cf9eac5849e22abd66d6b68a030198f6776410cad1cb3ddc22 +size 654445279 diff --git a/data/part-01018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01ab20845b851f545cce80cbc4c9a9fedf80a6f8 --- /dev/null +++ b/data/part-01018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf766b159ff1f1a91253c4b4df4c82ebb9c1235d743d4c7e967913005ad5daff +size 461613761 diff --git a/data/part-01019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68a62f097d0d46ed3dcef0f4aa7e9ebd0bc13881 --- /dev/null +++ b/data/part-01019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35385f2d5a08f0101cd197c5c32330db61628c94b250ab2bae5b1ee400c5a350 +size 486090399 diff --git a/data/part-01020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75a2b75de2a8820a6a825aed592d365b99206a98 --- /dev/null +++ b/data/part-01020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909547f79442f06076d76e2badbdc120500ab60c21dbd98dde79bbe81789a4cc +size 489904584 diff --git a/data/part-01021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7420a66fe8726f737f5de18bf6d110c84b49539 --- /dev/null +++ b/data/part-01021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c12cdb782e9e2022ec4df5dd947464c776bbc1a8aaceb7fd424f565e1fd704 +size 543379932 diff --git a/data/part-01022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59dfe1635c05dd7197a79a59dd6157d17e619939 --- /dev/null +++ b/data/part-01022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60514dd65f26200cb5da379cec03dfbd2a3f93e49395883f5739974706022d75 +size 433220921 diff --git a/data/part-01023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9500e2f2742639add71d6b5c9e9a96f5c88a09a3 --- /dev/null +++ b/data/part-01023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcb8d8cae14336bc79fa3a5c92ee030571a3a67747e9b98650b5f3f6a6b8cc8 +size 342175278 diff --git a/data/part-01024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bce049c2fc5deb08970c2413329560cfbc1a885 --- /dev/null +++ b/data/part-01024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82150739a66b6b25834c570277492ea13541f1999b249161d514b54671491659 +size 490599034 diff --git a/data/part-01025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55fbea7610252d56c045be7d8643c5f6daa028c9 --- /dev/null +++ b/data/part-01025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01270956cb75cf60f7a0f2815d1b5cd0403b0170b164e09675c47a02be82423 +size 503585064 diff --git a/data/part-01026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe419a3e64bf5143683130efd3990a1d66976dd2 --- /dev/null +++ b/data/part-01026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56620b81d0cd804663d0ac52479081adbcefe80c4aa56423c2e5572085abddb0 +size 582995737 diff --git a/data/part-01027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e680f73420328b70cdcc80feb13a496538a59c75 --- /dev/null +++ b/data/part-01027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24fb0a06e33713eb3d07bfb817d5962cd7cb6e7c9251a40d783bfbb540402c4 +size 826289530 diff --git a/data/part-01028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..826e574e56f7f6123e6211a765d1eda5acd5f7e9 --- /dev/null +++ b/data/part-01028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c36b21a2d857f9272db3f13bcbe4b81a2a80f4c5cab5383ea078cd4fda656b +size 610131168 diff --git a/data/part-01029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76d2fdb52fc26f20ec1d103cdc1be8d0318e8619 --- /dev/null +++ b/data/part-01029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b1ebbec45729683acff7900e7b7e896968713e57bf024952d68ead05ac6c11 +size 564800456 diff --git a/data/part-01030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ae2f7a501e0d738d4ec13cb5259e3f11f386003 --- /dev/null +++ b/data/part-01030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b728e009faa2023e7cdf9ccaa36ceca697db41a1b3f48de84aabc2d0fe2f4fda +size 523989846 diff --git a/data/part-01031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e2d46b3b44cf4ba3c850ef7a4d436ad3f70924e --- /dev/null +++ b/data/part-01031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c12984c0ca99233a9cc8fb4622ed54e02a2596cced223137b6930d5240d3168 +size 593310236 diff --git a/data/part-01032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5de15aaf6c16f52580a469fd3d0b9f9214c5c957 --- /dev/null +++ b/data/part-01032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b30263bf319d4026e0a7f927407024aab0bda41224294e94bdd4edd5ad6c023 +size 389401259 diff --git a/data/part-01033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfad46f79cca908e0f78e5bfd5be1577b033c30b --- /dev/null +++ b/data/part-01033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cd258ca81d85676febc127feed6de96692075f6b95cf5a28584ca96b7c566c +size 402122360 diff --git a/data/part-01034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fedf52d6f23bec38798aed8798b3cf5ff6a68282 --- /dev/null +++ b/data/part-01034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c786102dbe52d8087009fdb17068693fd15c1d89e90c4fe24a7e8fd85a653eec +size 726783831 diff --git a/data/part-01035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..532189240a0dbbd9e059c71f28ebbf0ef476314a --- /dev/null +++ b/data/part-01035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf49ee5e87105769832baacf1840744fca2bf7a491d1f58b90925871fb506dc +size 451340635 diff --git a/data/part-01036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd1db6abf01a9971f127fc533c173e966b7aee15 --- /dev/null +++ b/data/part-01036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34e8d516ba3b9fc142368aaf7e9201ac6b281b5ff04b82dfaa4b575fa391ab3 +size 563851894 diff --git a/data/part-01037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcf9886c19be886bb295fcc3fc8f2118a8af9e87 --- /dev/null +++ b/data/part-01037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec4615f73f528bc1496a4ed9ab3b790d62bcd8146c318d6780d41a23589e97b +size 536599888 diff --git a/data/part-01038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3e22202448d35592628f538bba22efff10013ca --- /dev/null +++ b/data/part-01038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5845fcbe3727d149b33641cb4cef93cc948906aad05223784c7e18c6272e07b4 +size 717924677 diff --git a/data/part-01039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7566af4c9fc462f152e705b73db1d7450d51d702 --- /dev/null +++ b/data/part-01039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a320d4957f9cae155e98ac3bee4a51e98ffb54fb5f3ce679b334ae3a3194101 +size 482348712 diff --git a/data/part-01040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c72b72a239ffd8d90a29bb33bf94104eb1b6ed0a --- /dev/null +++ b/data/part-01040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc5ea992d2cb52f1242c1570ed2c2a93f35ac900a5853cdd1cf7cead7836ba +size 383687910 diff --git a/data/part-01041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..517a93890b033bfaa0266063bd1cb0d61d474b51 --- /dev/null +++ b/data/part-01041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90589c57235cba95e3dcd0d839c690dd6ad705007070529374836fa76461ef92 +size 438841369 diff --git a/data/part-01042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecad4b7ddc6014e27ccf7ae7f6efbab3360c36fe --- /dev/null +++ b/data/part-01042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e68ee0f2f39eac8028056d387031677ea569a1d04dacb1ab69ef48657c5ad40 +size 969386466 diff --git a/data/part-01043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff4563e29e7af54a46dce83c0032d18c31f9350b --- /dev/null +++ b/data/part-01043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8024d6c9eab79b6b8195ae0e893cf25c70d80bd945cca273cd376cd815c11cad +size 1075796442 diff --git a/data/part-01044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..166d18cd724fc3cdc4f6d004dcaf347d9de2f6f2 --- /dev/null +++ b/data/part-01044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3715756c1ef5b327d5f06c5996ad63ddad5d6d467d46bcb77740472a92713e2a +size 471350281 diff --git a/data/part-01045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a2741730bed7295deb9585a52143801994ee705 --- /dev/null +++ b/data/part-01045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1c8649bb6e2d6362eadff470811f088e4e226562b1e7ec7f9902a77bd4c867 +size 423568138 diff --git a/data/part-01046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb72b687e9be98c2180db0141e24290413f8f034 --- /dev/null +++ b/data/part-01046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332301e985e21c6870ac6b186df3b46e990cd9eea9ec5714892301a29809cdbc +size 432963185 diff --git a/data/part-01047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73d2bdaf2371f8e70fd6f578b35c4333550f5771 --- /dev/null +++ b/data/part-01047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c08ad89b3729357e1ed92b3822dff15fa78518682d5754ad386f6758ed44a58 +size 573110060 diff --git a/data/part-01048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9658a6db408419f22da6cf452069e82b4e4538c --- /dev/null +++ b/data/part-01048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc378ad7983d30760d207caf9845842e2ff0d0100ab8af0ac9f52e958105aec +size 448039767 diff --git a/data/part-01049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94bdfa7b20f5d438f2532117c14b9ca13dc76e3c --- /dev/null +++ b/data/part-01049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfe291169dd0ecce9f249d1ea56c991662c9ec082fb754d52fe040d36711487 +size 444311125 diff --git a/data/part-01050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..823ba480fdc124f0c6e3ae8aef8064dd8cb21f98 --- /dev/null +++ b/data/part-01050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9c8e2bbd60f670cf8acf1cfebad91184bb39747bffeec355ed23ff94278e0c +size 479571635 diff --git a/data/part-01051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bb1d8d2bfdd0b53ba1a15296fd80c3133871265 --- /dev/null +++ b/data/part-01051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6b51a52e103c8892e1c109d912fae80a5a4ee32367c78c36e6b3a97c2c2317 +size 475266179 diff --git a/data/part-01052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8594c28c90d1a5ceb4c0c1482a62b303567d0ffd --- /dev/null +++ b/data/part-01052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebf9f8a8d1d0a73122f557846f416b03a88267fff53d09276381a62b29caae6 +size 801920206 diff --git a/data/part-01053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..968de1f14e3a0a6bdc08c7c23f9d31e7e1870d2c --- /dev/null +++ b/data/part-01053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6107779f143fc2eb05dce4d1c2595ee0e5e15430719d87584e60fae7802d0398 +size 529841039 diff --git a/data/part-01054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f60329639982f42fd412f252fac1139997b14b97 --- /dev/null +++ b/data/part-01054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a61a25340047d8a56b04deb71ee9d15d6d939d6d2638ffd313945ed02db0bc2 +size 486935966 diff --git a/data/part-01055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b340bea63df483feac76008688a592276428b6a3 --- /dev/null +++ b/data/part-01055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e002559a34c83b32889ca1b2275a3e6f9028d500e4b1e4aded8392896c9e0a11 +size 486518742 diff --git a/data/part-01056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6eb59140c545f81be338a39c1a9204ae3f3fc23d --- /dev/null +++ b/data/part-01056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519b363014d33f8ca879c4361c1755e4cbd7970420cffccde185518dce4ea690 +size 602634429 diff --git a/data/part-01057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4551149b5f4a37104a9d7a00a8ad0b99f3289b02 --- /dev/null +++ b/data/part-01057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f6fdbbce0690f24d9c22d5683f1a489de39efc3f6418d7580f4e2b17fc2758 +size 367578370 diff --git a/data/part-01058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caa9486d5fa8326614b0710e5c96274b8be5ae5f --- /dev/null +++ b/data/part-01058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe97277a43f223e2c519dda831920c58a58b8ac0dd0151c7646e9fa27d62116 +size 480061570 diff --git a/data/part-01059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e796aecb6a398ca734a2c70af2ba60710e352f52 --- /dev/null +++ b/data/part-01059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d31664cefae45106fc5ac339f95e320602953d1c86e9781fa3c4f03ce177fa6 +size 456967835 diff --git a/data/part-01060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..705c0c61ffc831fb20e52df98a9541f26194db9b --- /dev/null +++ b/data/part-01060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93fc3381783ae95478bc6f3a27a3ebf8e648b921dd29c6a14d6e31f29b07d57 +size 433757978 diff --git a/data/part-01061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..927adb2e434acdb55f0483596c53173a3f073018 --- /dev/null +++ b/data/part-01061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664940c27453e6226ec65b986b3a9aa0c759f9a6e8e4933e39de206be3aff132 +size 391721590 diff --git a/data/part-01062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0a461b8c3c283a6150b6dbd2cbca5f3956b70cb --- /dev/null +++ b/data/part-01062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029a493487617e46f9821c4abb31e2bc23533c1148a282c884eb8a80f795c2ee +size 794707528 diff --git a/data/part-01063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6db2b8d6e6b3e764563885d1d32b6689773eaf86 --- /dev/null +++ b/data/part-01063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeba1ce969fec58094e3c3ff599798ad172d7162a186258d470ee5b1eb3c1bf0 +size 523276292 diff --git a/data/part-01064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..677c698d50c7a6141c4cc25578a2565e26d2f740 --- /dev/null +++ b/data/part-01064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eec3cab7999de45f40cf3f97d97867a7295859974630e8841172b1bc1747f5f +size 457634899 diff --git a/data/part-01065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6910f1bfbad7d5d205e75e88d5650297994918d --- /dev/null +++ b/data/part-01065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4db9c6af85ce0035072e1b04ddf947b579d1fd00692330d7be26e805979a636 +size 420830616 diff --git a/data/part-01066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c86e96e93f8b56ae5c58b657997eae8d60ee928 --- /dev/null +++ b/data/part-01066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35e175789ab32d07f6d5d17197dbb94c3e711be4db63f8be389e72dbaebfe1c +size 724619770 diff --git a/data/part-01067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..507eb16c0d3dc4d3a03b4da0781b25700fd76af9 --- /dev/null +++ b/data/part-01067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2eed4b492bae5b2a24e198e2a922fa89b630298ac47524d798fa9d20f442a +size 849142396 diff --git a/data/part-01068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75a2112415a1a8dbdeafe30612bf8e176ba9d31f --- /dev/null +++ b/data/part-01068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7a43fc46656ec9c3a470652dc538499366aa8da7dd591f721b66e09613350a +size 401864394 diff --git a/data/part-01069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dc044dbec461509db52381d0ece0b1d996ddeb7 --- /dev/null +++ b/data/part-01069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d53f65b0200253bd743064460a77d07c71c6ad2ed3e505100192c0b9850dda +size 628837345 diff --git a/data/part-01070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a32450ed0f5d0825203d7b38dfe7965a781ba32 --- /dev/null +++ b/data/part-01070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a2b8b9440b6e5a1212f7f200151243fe8220cacfcd56661ff6ab8895313551 +size 644700125 diff --git a/data/part-01071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc683e3d6dd7a4a8924453f60d5ff43679d75416 --- /dev/null +++ b/data/part-01071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec53aa27a679e766a7bb100956949adc61eefecda042baeea6dac2ae5419ab8 +size 581906922 diff --git a/data/part-01072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c3e28e3415288b0fdf8da04de6cd51b6795ded4 --- /dev/null +++ b/data/part-01072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e6bd664d8d4839b12093a82f3d51cc03959cde4a58fa2fe82ffe4eb794da40 +size 596652316 diff --git a/data/part-01073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d86ebe0d9bf829e4103fde53c3a83b1cb4ecab2 --- /dev/null +++ b/data/part-01073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06023a09b0b0a5daa2e73907372f8f79abc5dc49f1e416f7a688c8dae817e8b +size 491864102 diff --git a/data/part-01074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2308ab2db36406ef33ca20d899935111efdb3a15 --- /dev/null +++ b/data/part-01074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc161b4d99b7e18bc74966bb52ccd7f54e83548c86bee3df1a6f9d8a66bd36b +size 536407420 diff --git a/data/part-01075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dc052f3ecf6883e8cf584f067f218c7b25acd75 --- /dev/null +++ b/data/part-01075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46634ac3e2e518d1fdda535d5a4351fcc4d28763eda471e8fa59a4068db07412 +size 433606352 diff --git a/data/part-01076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4149cac6e44ae01a699e7de74be0426781d2c87 --- /dev/null +++ b/data/part-01076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4255de6a293872ee4d534bddb3c14e39b59ef14ce37e29dda4a004c5c7114235 +size 486934943 diff --git a/data/part-01077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f347a4f1b5ee27c52441d00df541ac9c479d9227 --- /dev/null +++ b/data/part-01077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1636c4f85b5b00b0bb1c2dfb8e7dc321da17f37ea51c00f3c7d91b2e12caf9 +size 813530779 diff --git a/data/part-01078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cac792f4e8dedc9cbabe04218ba03be3860a8fbf --- /dev/null +++ b/data/part-01078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac0c18c1d2b092638139882a657247ea3053d69c5c689bb3951f3a4a24e6bf2 +size 496172839 diff --git a/data/part-01079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80987593b97413cc467fc48ff90eff021f68d196 --- /dev/null +++ b/data/part-01079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a080cb3ef9e4024e76d30e83d9d463262f2139576b69ea26cda47b26b4e7f70 +size 509185031 diff --git a/data/part-01080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..201c07e872ac1ec1a2df369b2d9fb02242b24f25 --- /dev/null +++ b/data/part-01080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1561da3a5e6cd0006141501c63116ceef512b2d165d92d594ad774ef2b7847e +size 409135971 diff --git a/data/part-01081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3df90bae55dc900d70b0460046eef4f70d14b607 --- /dev/null +++ b/data/part-01081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95d1112da2c18675aedd2138918a6b7e1c704d0c0147f87261cbd12c511b27f +size 421109400 diff --git a/data/part-01082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..397f0a8d616c5d5b550a9fd75f193316dcf0cf80 --- /dev/null +++ b/data/part-01082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244f2f7bf18cce0bcda32699c31cf272d1d8ca86619afe6e48dfd04587ef855d +size 485038692 diff --git a/data/part-01083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7c0b220fa16cc487dbe8379262278d07bba99b3 --- /dev/null +++ b/data/part-01083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e82188656386e6a50dcec9c4e8233cfe0c3dc1a4893848015116dbe4695a42 +size 416955861 diff --git a/data/part-01084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d278f891ee2537ce81335d7fc1e1bddd3646c48f --- /dev/null +++ b/data/part-01084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec7dfec751d72f5164a7b9f9f15beaac54643aefb97af485dfcd087db4f5799 +size 684245838 diff --git a/data/part-01085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64fecfb8970bfc920cbc19cdee80db6df2d2ff7f --- /dev/null +++ b/data/part-01085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1a7fe701a291e5b53f3cc45685491bb47d789c7b6e32766869fbfa4c94cf40 +size 537896434 diff --git a/data/part-01086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4085825ffdb9750f2fd5b68277265b04898aab1b --- /dev/null +++ b/data/part-01086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4b813716c40d4a1ec5cd0e614fa82de18803752b67a194154ca3af22419742 +size 372818760 diff --git a/data/part-01087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2aa751dccd9152582ee51780985e6f3618f4e46 --- /dev/null +++ b/data/part-01087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fb00c9c4680cfdee9f35531c9a75538737dfd70077b6fe0bfad60322471fc4 +size 484782707 diff --git a/data/part-01088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc619bace3536e3eb834e362e3b52f8aab0e2ab1 --- /dev/null +++ b/data/part-01088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2208c5ff04785c97ef457a4b0f426932e9249c0f239af8f249f2b3f80805ba41 +size 909250290 diff --git a/data/part-01089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc6a1ca17b9d15d7815566b58cfabdadc02cf4e3 --- /dev/null +++ b/data/part-01089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c42c9730520a4ed3312b29315bbb59372a6c968ab33d828661a205a68f41b4 +size 591187110 diff --git a/data/part-01090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d66839defe6fabc62993bf434d4b27b0c194fb6 --- /dev/null +++ b/data/part-01090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b432922fb7deebd7ac652955d1a09724eb8e47c1b7aa40a20258799a2d5b3454 +size 654753424 diff --git a/data/part-01091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..166446f208c86a69acb52435d16d5fc2203063ed --- /dev/null +++ b/data/part-01091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219289ab301255eb3b923a4c1eda989abb9562f20d64a9354d40bd7f5540fa22 +size 306560735 diff --git a/data/part-01092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92f0fcbb0d0dc2eecf1d5dab0aef968b48c5a50c --- /dev/null +++ b/data/part-01092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58b1e72109dda1907d616d04a3fd5ffb78b7919dac15c9647ab28f3ebd4d8cf +size 806366178 diff --git a/data/part-01093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84ff7542961619b8fad5c94f83a1171cbafe0547 --- /dev/null +++ b/data/part-01093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81db935a4193cbfa8d95ca4895a2803980f611d350a6c420f7676341a45ebf5 +size 506825416 diff --git a/data/part-01094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e24c6922f9deb742c70a41a7d499712b2f713c3 --- /dev/null +++ b/data/part-01094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ce0daa91ebf831a5601096f9634a019e065e79d43d5ed76a686e5792175ae5 +size 702839750 diff --git a/data/part-01095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc30d948e05600dc7c99ea2f5528e8f0dd4a2975 --- /dev/null +++ b/data/part-01095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e990e3a6d72575c386e57a8befb0f6f63f307170382367423408fca9c19da0 +size 907993017 diff --git a/data/part-01096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0f97368f13ba6eef6f780f874eb28c413ad77bc --- /dev/null +++ b/data/part-01096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb852252013fe13f6a8fd396e5b990c88217d1c548096b75bda5a845f9cc80b +size 552709921 diff --git a/data/part-01097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de27bfd6d0eb2727fe46d72ad911c8da1fd8267c --- /dev/null +++ b/data/part-01097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163984c42ff4d37e68ab261e6417a82330f29c61c3c86ac6a0b381037479a4a9 +size 491506094 diff --git a/data/part-01098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5cebbcf25964f9d335a828ff1d891ee4a2a915e --- /dev/null +++ b/data/part-01098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fc99ed76aecf5088b251428d6a8fa41f462382e06b80c659cd8e6ab01faa59 +size 718019557 diff --git a/data/part-01099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3e43b0e3878feebd7454b34cd28e89ac9b6a6c6 --- /dev/null +++ b/data/part-01099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76931c215be8dc421f3dbb1a15a429b909991307931b4c6fdbaf67fb7e82b66c +size 572096831 diff --git a/data/part-01100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3c397c263a2bd930b0d4d98a3e0d92168f98074 --- /dev/null +++ b/data/part-01100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba2b31df2dc05edd7ce5e1a07a39dca4b2997f7e6699b28b073ee8de0b48600 +size 475368296 diff --git a/data/part-01101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68eafbd02b2400a270f0e70091c10a227c34a894 --- /dev/null +++ b/data/part-01101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c432834a9e98ba5a693c84f0f5d4afba8bbb9ca3ef27eeda933be9b808f8e796 +size 446399296 diff --git a/data/part-01102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..686a4e689bf00de4ca7481defd4d3f389777d94b --- /dev/null +++ b/data/part-01102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8ddf2e0df6691ef7742323e5344fd04c4f78a2f19e2a5fcb7fa63f29f1945e +size 465229962 diff --git a/data/part-01103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1e56bca7291d2eaaf3288b78772e865267959e0 --- /dev/null +++ b/data/part-01103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2600aff00ef12ea518e56ef1007fa3ab84ce17d88d728cbd1c733e218d291570 +size 593247349 diff --git a/data/part-01104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..236d4e21eee7ed54440fae3d08132d7a941d8ad8 --- /dev/null +++ b/data/part-01104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3e0b10469d35485ff47cead045de543ee07cc0fec90186eb8476299cabad96 +size 543469502 diff --git a/data/part-01105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d558fdd2d975fecf0f79e0241b2e13d956355971 --- /dev/null +++ b/data/part-01105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcf643e25667b4c865e4ee4b9eb4bc3d4c52d617b4e48536f97888c586f9f54 +size 515052911 diff --git a/data/part-01106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89bcf97cb5a71e69c2921379668771bea1d6256f --- /dev/null +++ b/data/part-01106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12492bd0f46b561bca84dac44d42a5ce5e8c8c9352514ba9d9f46bcfc1600eb4 +size 423674537 diff --git a/data/part-01107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c461aa8df190fe6837a9c364c1ac75f4e3d46c5 --- /dev/null +++ b/data/part-01107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5b9f90b51637da8a95e5da63794ede9cf30eb99741aeb307375893ef641b18 +size 472213420 diff --git a/data/part-01108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..807fc7551324021bfae28b4ba97cf5382a0bcf8e --- /dev/null +++ b/data/part-01108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3e0e3147c93864887019c9cecf2df03e0be3abc5a8bce9ce097b46c9912e58 +size 536295341 diff --git a/data/part-01109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ba1334b6278a2b73a0235b227a97035c60df7e3 --- /dev/null +++ b/data/part-01109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1075c6b5c461137651b72c667b6d6e413dad5fd549746e123543bdc7a809399 +size 554107221 diff --git a/data/part-01110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59006a08a02d515dacdb9c598a459c55c66adfda --- /dev/null +++ b/data/part-01110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328fdea0fa5fedbf5274b1521bf328054050361ee1c3d7e7b7425ca6a68be690 +size 653864546 diff --git a/data/part-01111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caa4890f826f484a3803982e3473a78562586b8f --- /dev/null +++ b/data/part-01111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfadeac12ba151cd9e83320542d2287a5c1c6f76dd72c22f8b7b5588f91dd3a +size 541092049 diff --git a/data/part-01112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c82edc2aeced798ee0183d83bd07256bbbf28a0 --- /dev/null +++ b/data/part-01112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cbfafe182d2ca4df2345cbca9e2df194eecc8e3069737c19e0ec7065ff7ec3 +size 404780235 diff --git a/data/part-01113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d9bce840b88c79da703fb5eb8c9979c60f0cd6a --- /dev/null +++ b/data/part-01113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527eba9e53b21a03b4576d2e5664d6a2bcc31e2022b5dc57fe2550f4f5ea7991 +size 879042525 diff --git a/data/part-01114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92e2b07fb8315a525369c5b86f03f0b2fc761bd1 --- /dev/null +++ b/data/part-01114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7690e59c47b82b3e54b74764f5b3de476d006001e04df39148bfa0e140a661d +size 519786975 diff --git a/data/part-01115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69743428112b0f18ac329f3fc7af9fe8219a5ba8 --- /dev/null +++ b/data/part-01115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf03c3e3d4de8865d69129d65d93182e27ea4d3e112ee39c7d18a51ff1caef10 +size 694779058 diff --git a/data/part-01116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc9d3181227e4ea0c7bfe31c8e306fddb31b9ab6 --- /dev/null +++ b/data/part-01116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff02956bdbd3ac4910b19bfcfe11bb2db35916b3de005c3d78b276dd286ccf8a +size 548162130 diff --git a/data/part-01117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..750a1a03927095f274947154f32bf29be6592893 --- /dev/null +++ b/data/part-01117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff83065e1d306a17dba0b6b4cf1c6d16ae70a44a73dab7f013246dc094c538fb +size 481212253 diff --git a/data/part-01118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0e88bf2d703f47472241632ab3fad5c04303aba --- /dev/null +++ b/data/part-01118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed091b8deca70ee0ebaac87548fb7ab30ad339d2fcfc5a7761fdf30862cd5d03 +size 602279135 diff --git a/data/part-01119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6d69d1873078a70d6c8c6c8d3d2c91a47cbb1a7 --- /dev/null +++ b/data/part-01119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da67f29a874f061f62d4dc9afca5cd1552e75018fd1e82de233d7d2efe32dd78 +size 615662160 diff --git a/data/part-01120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d133ebdcceadf9f95c933927075f22e5852eeea9 --- /dev/null +++ b/data/part-01120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77dd3be9bacc3eefc8e8e95429d7dbfccc235d9dcc1aaeae062492bba7bdd00 +size 448251843 diff --git a/data/part-01121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5824517e379bf33aa16e531903c564fab68cc29a --- /dev/null +++ b/data/part-01121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94345c719e504a965b40cabbe1634d2af1446dcb2a622b346269f28d690bd43b +size 495718767 diff --git a/data/part-01122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40bb744615d81f89f0445a0169727d5d6307cca0 --- /dev/null +++ b/data/part-01122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aed0cb855081d04fe1a38d048cb3a721030ce8103a3f49fe0601be59b0f76f9 +size 486621658 diff --git a/data/part-01123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37201c43255ae163599efd43066bcf16958dae79 --- /dev/null +++ b/data/part-01123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dcaacee741c0a4a6c81ec4c6db58a5f01e16697ff435b7d0d22a1068aa049c +size 575014141 diff --git a/data/part-01124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b430bad733ba1e29b3c4314d86eef03bdb77cb1 --- /dev/null +++ b/data/part-01124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab282845321d217f3a29fa73a2655fbe48fd72adf52ac4aab27562a5f2a20e3 +size 480472046 diff --git a/data/part-01125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c980aa2479dff642d11f3320ded69044ce9b13e5 --- /dev/null +++ b/data/part-01125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e85af967a5896ddd42efc7b11c79e76338e2067d7e3ce39f6bd1d0fa855640 +size 455302902 diff --git a/data/part-01126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dc4d38a353d6ce29406f65fa4840325139f4bad --- /dev/null +++ b/data/part-01126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876eb4e7121bbd735dda46dcbe671e032ec26fb0d66df2095ed873c71e8d6cc4 +size 580859944 diff --git a/data/part-01127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb31c57a40627a3ebf08d82fd17996b65cf8e558 --- /dev/null +++ b/data/part-01127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d647978694e5e9a7c5900ed2d2b0615a250c36462a8cb37467b38a61d66cf86f +size 467074582 diff --git a/data/part-01128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaefe9e8711887af8d9d79d48864dc8db626ba75 --- /dev/null +++ b/data/part-01128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed14f6d957a2add23e51fb73a94c28b179add46a502c36b09c70ed032c49ef13 +size 929345247 diff --git a/data/part-01129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c59802ab42a512beedea346773fd0ada0dcaafc9 --- /dev/null +++ b/data/part-01129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db21e6bca47565412dc8b4d7132a5700ac37459c1b0d6cb0b0d9dac01942b87 +size 397233980 diff --git a/data/part-01130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8f5e50537c809dd8d1b4cc48f1e54231cd7f6f2 --- /dev/null +++ b/data/part-01130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad42e154efc8859009bb78134a440613f6ae9a2a4e516dfa39f775fdeac7df0 +size 407306748 diff --git a/data/part-01131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d54db52d7bfb4cfa78d095ba8e6ae8a6d1ee9776 --- /dev/null +++ b/data/part-01131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69056226845aa4169766b095c7f537db99315f5e2c968697c8335b47051c10fc +size 560002944 diff --git a/data/part-01132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73be9a8cbbd55f238838e8cb6a2c5e5983ccfa56 --- /dev/null +++ b/data/part-01132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407bbbf79169da0c72f1fdeb2c9cf74fca84c097415b68755055994dacfc7851 +size 477785792 diff --git a/data/part-01133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0af968ebc684d699a6cc2699761e7cf0e25488f --- /dev/null +++ b/data/part-01133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a050ad2559e930f4333a5aa9a377a8f1f5f602e37b51339cde14b48d9212f48d +size 695350995 diff --git a/data/part-01134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25985193f7b50a458c871b794b37ab6033ebf2bc --- /dev/null +++ b/data/part-01134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3c9f470a039ab30e9fa9602b054e31f39c0100b27d6b6ce395e8a552084075 +size 643357577 diff --git a/data/part-01135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b87bf0436d5d2a842e559ac3edb8a431a5119037 --- /dev/null +++ b/data/part-01135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c11458ad06a02806277075a494131a573a892d3c30fc9018005d238ca7aee8 +size 1120574993 diff --git a/data/part-01136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5807843e11cd92e02d6f741ad4a6cddd418344d9 --- /dev/null +++ b/data/part-01136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1f7a366d6e4a7e734cbb81a57e6edea1366d6730e4fe5dfd6094b58d6eba99 +size 491807707 diff --git a/data/part-01137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0007f9cc694f4a168eecbf7410fdef1a1385c1e --- /dev/null +++ b/data/part-01137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac6e3eeabb6d9d18b22641a24f118d05752f890f5dec90b4fbb83b3d6a21a00 +size 645869239 diff --git a/data/part-01138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..738b7e5b40a78e184c652588e57dbdebefdeac4c --- /dev/null +++ b/data/part-01138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385b76580671e7fd0fd86a317deee085703fc25bdd1e800a5b99974b4aa85ec1 +size 585730315 diff --git a/data/part-01139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..453d2629b64eea2dad3387b704c4e8b18c63a8fa --- /dev/null +++ b/data/part-01139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf6e4be039e58e1c9fc5e0d30ea812688f3fac8f8c441cd3d1c74fdd6861a3f +size 546906155 diff --git a/data/part-01140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4be1dde6d1cd828aaf6609d9521a8361e375c52 --- /dev/null +++ b/data/part-01140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfcbe70427656d4305bd1686ada0f197ce440c66fc3d3df0ee0707cbd8eb0c3 +size 1426157458 diff --git a/data/part-01141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e177e25c772465065d56f12b8e8387fc7841691f --- /dev/null +++ b/data/part-01141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a54188fbf9d3ac98984f5066e2f1160c29244feeb940afba842cc74f196386 +size 471655823 diff --git a/data/part-01142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..799071900c4a68b86417c8226318da252e6d4f8e --- /dev/null +++ b/data/part-01142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7483cf2b31d1bf9c0d5688b1fc03697ec9febfea39931112a48214222848574 +size 456279167 diff --git a/data/part-01143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfec815e845b0fe238b9db82cdb3068b329a98b8 --- /dev/null +++ b/data/part-01143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cec4603637ba02cce92d37240d5ef2b0e6a3b8dfe032768c1a94861cb8ef906 +size 440230391 diff --git a/data/part-01144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c91af7ef2f225319cabdc4427cdee01f039229ff --- /dev/null +++ b/data/part-01144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0bf417aaf7bd30802e9fbbb3bbc7a58a1f04753fc081304be09658edc99915 +size 562728378 diff --git a/data/part-01145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32e493fa0b9e150aa9bf092e0d8f4fd6ad6ae216 --- /dev/null +++ b/data/part-01145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3a0578f6ec37a4778fe56ff0fcb239cebe973c6c00ff9d50a7b6a05ba1bf3f +size 555798043 diff --git a/data/part-01146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54abe66d245058cac6124f6450a0a69d966875b7 --- /dev/null +++ b/data/part-01146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0799844b403c34aec03897d58ea6646d7a292e907eee32f67c005d598c71c13 +size 461727843 diff --git a/data/part-01147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a83a8d8abe7b5e0e2e829fceb8d0e08a9091b58 --- /dev/null +++ b/data/part-01147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e0c05e934cef54bf1f1a2a5172e34a61bd5fbfcce5bcae60cc567a46e01b21 +size 611224179 diff --git a/data/part-01148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b50a7743d9d89dfa07d97ea026f823a1ec639c --- /dev/null +++ b/data/part-01148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b1d7a3a37405d4b27f7fb4fb4678d9e8f9061f4bad0de0d6276b3144f7ac38 +size 389982717 diff --git a/data/part-01149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e633b9a26d08fca92e60eeac72b200e9a4aebb7 --- /dev/null +++ b/data/part-01149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f11582ebc749f66ba1c78ff0d3a77871eee46a60711547a53fe2758a6e8c3 +size 815826715 diff --git a/data/part-01150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f01e5f157340d0b168f79d2d018fa0499a46eb4a --- /dev/null +++ b/data/part-01150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117d4572817c1333b4eeecbc0e1fe4b604e616968dd01246f6f3e9d42dffb761 +size 507423589 diff --git a/data/part-01151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c9aea05746d45a9a1eca42514cd0f36b34db899 --- /dev/null +++ b/data/part-01151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b407d9de6216611d1d5b927873ac13c7098eaaf039f3e1af7227c47b15fd2431 +size 415638941 diff --git a/data/part-01152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd337b6dd92813dae4749b80649dcac9966c1ab7 --- /dev/null +++ b/data/part-01152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa872e70a7a5dc557097a68a1ca099a341710468286b592eab9a5541ba5ca10 +size 376904198 diff --git a/data/part-01153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29a8f336f18f932f0213ff0d05480b0b01d8c446 --- /dev/null +++ b/data/part-01153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45718af6e05f764a9c4e788e1af178cb3bbaf733a8726b30b7f14a2a8d17195d +size 563635417 diff --git a/data/part-01154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efcd29b068ffd3daa0dc878a421c2170c7a19479 --- /dev/null +++ b/data/part-01154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1231e3aef5ccd4171b520448a112069f1bfd2f2b54f11cb6efe9f418298c88 +size 612687364 diff --git a/data/part-01155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f17bcae02ac4b1f5b6c3b9e4ec4ed126651c9c77 --- /dev/null +++ b/data/part-01155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6022782ad0ebb9713e0fbdaead8ad565ae81f4bcf64998481db121aef85b17d7 +size 411335221 diff --git a/data/part-01156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b399224310732cc37f3aee97f908e583c68988a --- /dev/null +++ b/data/part-01156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb3a1bf5bae9f3f258f0e0a878d7bdd0763f51a68d630cc4ad577ecd70586a0 +size 525388581 diff --git a/data/part-01157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b1f92bf6b4bbe7f4b88066ac297897b2d1b1e58 --- /dev/null +++ b/data/part-01157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69d2bc26838848bb30ce906daf2ffcd6e490543d704176dfd16c0e82e14fb69 +size 458845203 diff --git a/data/part-01158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f3bf164fa6ba4d24872ed43d5573ede2b4fb5e0 --- /dev/null +++ b/data/part-01158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb01d8819a20935274f6eb6e22bfcc2c4720154215b21eda8afb127c59edf206 +size 410758434 diff --git a/data/part-01159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d102e28fdd00d00d0f10913f3c8a18d4da262e7 --- /dev/null +++ b/data/part-01159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752932a8b92a67a11991462e5e0f0b8116b134166228e9804327a7ec6296c98c +size 531309276 diff --git a/data/part-01160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c85fd2cfb9d02f805392952a4497b8c655d324f --- /dev/null +++ b/data/part-01160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b247e9393cdc260e5ce7b3306c3675854b4b1de1f02a20d65aba4170d48fd954 +size 381350528 diff --git a/data/part-01161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7811cf27e093e6991ea3a7e60d1c5439ff5f9f1d --- /dev/null +++ b/data/part-01161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd3c5109acde46b9ef0f77e9e2f9eb892857253b49e5a4e10d1f8e858f77e46 +size 548713761 diff --git a/data/part-01162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efa56222792c3bdb6ba246e6a2e369285ae68182 --- /dev/null +++ b/data/part-01162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dda95581bfb52203b14ab6ffeb5ec5a9ade39fa91a82fda6250bc12ab5de05 +size 412982946 diff --git a/data/part-01163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d20d7868fa0982c6038539a91340997eb9267a83 --- /dev/null +++ b/data/part-01163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a01c2e2376336c772e0187baf809acea208ddc71c34768dc8235c603936e9ab +size 405344634 diff --git a/data/part-01164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a8a76a2ce49ba20563275dce6de1dc8a7fc82ac --- /dev/null +++ b/data/part-01164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc72bcb98caca173227af7143ac00500c75c43aa38d0144673cb1956a8c29b9b +size 543833332 diff --git a/data/part-01165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bf33309023223a7fe046c32632917505a93f80e --- /dev/null +++ b/data/part-01165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff736f528c13efa63e639873793b18b2de81604ff9b0d1f8501c43ee9338653 +size 784022298 diff --git a/data/part-01166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34d23295de8c4cee26fa3656ca0bc7bd7bd7fdd4 --- /dev/null +++ b/data/part-01166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de3a2b1328ae015d448e9c81c56a8e42d35eb6cc9c3c5e72bb4615992191b8c +size 445144108 diff --git a/data/part-01167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5a4f67c1ba193f7288bc27b78e67e18ad341c33 --- /dev/null +++ b/data/part-01167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ac9fcd1babbb132e6afeb7ffb5a32d283a2d2e339555aa6e4b9ef1bcbd0cfc +size 475137719 diff --git a/data/part-01168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aef95629b2847a10a4f6fbcee87a55c625fabac --- /dev/null +++ b/data/part-01168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5169f2729e2d81ccbc0539ea93a1766d98b7165e0bd3c51758860d203a783fd7 +size 415912242 diff --git a/data/part-01169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0aa481157b3120a1d85487e5120cfc5da6258c1a --- /dev/null +++ b/data/part-01169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9350c55f5c5c89e66390c763ee3be97e740dc1025c09164c2b934e100c2ec731 +size 543055458 diff --git a/data/part-01170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90f660b0b64c67a23325da1aafa20c40192c370e --- /dev/null +++ b/data/part-01170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88190e9cdf8465a2b3116641712bb20d6f3021bf6bb270049d906538f59f0cca +size 657294354 diff --git a/data/part-01171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a37356d186096496c1dd5ffe4d77c5a06de7f8b3 --- /dev/null +++ b/data/part-01171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7810fa4756139493a7e6cf48416d3612267a5a484c2c3afd744ff7a002d43f +size 623820115 diff --git a/data/part-01172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80bf6479ee1824e1f7ee993615e64565c9017297 --- /dev/null +++ b/data/part-01172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd93070533ce7321dde85c853037aacf6a9e06cc8f0b79fbe7ab6ac921d31e6 +size 558119211 diff --git a/data/part-01173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d463bd47ec0f676b9dc0d37ca84e6578c3a920e0 --- /dev/null +++ b/data/part-01173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364e4c815505c3767c7b7d1d49c37cbbd7b737fa5b41f6db24a1521e3f5ae932 +size 456073264 diff --git a/data/part-01174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39aecf004e2278d57741697000c124c1f02e48c1 --- /dev/null +++ b/data/part-01174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b47052c4491aa8a330d08ab1058f2444f71eb6d4debd874ce95507238f67398 +size 355652795 diff --git a/data/part-01175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c0f1ee421dfb64a408507b8a675dd92489e95f3 --- /dev/null +++ b/data/part-01175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c745b9cc96ea5b541340cca28ad3eb5830bffe1a7630c121083abb89b7be7024 +size 866495701 diff --git a/data/part-01176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4417bf0719adbd442ec5a30811b9686c23eda28 --- /dev/null +++ b/data/part-01176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80831fb5955674699304ab93cd04a61f7d3827740cbf5b4bc9ddb65cdcabcb50 +size 1210044450 diff --git a/data/part-01177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a28479da301f120eeadf7a50bfb4840fb77c4bcc --- /dev/null +++ b/data/part-01177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102080250a680818fba45678e3dcc59be0e3caa56853e06a942f7b3919a0c8ff +size 664884733 diff --git a/data/part-01178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a52e8016622267933ba03bde39bd899d5588e95f --- /dev/null +++ b/data/part-01178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ab0b4bc296f4e905657ae1373a3fb758fba6c3068ad2246c94ba6f467c900a +size 862750276 diff --git a/data/part-01179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b60301a89243851b962ecb7fde323d309f5d85c --- /dev/null +++ b/data/part-01179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1b70da19d317f1a90f8065c52711a73ff3b4a527078401c6ecaabf6ac43bb1 +size 949352327 diff --git a/data/part-01180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b52a27d97de52146ca51ab149f7bcd3097a7c0d --- /dev/null +++ b/data/part-01180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5479186a1bcadbf2d3e454e98fe657130d80698e6deb65b55166b113f6c7831 +size 471830874 diff --git a/data/part-01181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74d594cc9f74beda30367eff9aeda99914b9d344 --- /dev/null +++ b/data/part-01181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a541cf388653d569d8bd25293d802120b531a18abc0f1d6421644ec24534fe7e +size 506774075 diff --git a/data/part-01182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1509e53d3ebce35e46510626673a553372b80fb9 --- /dev/null +++ b/data/part-01182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b826dcae75d3b4de89993c07ad3afcdc63b9425cbe41651ecb0dbf65c60e9938 +size 373213643 diff --git a/data/part-01183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bec5f953350b7982b4e7f70d724417ef5d05612 --- /dev/null +++ b/data/part-01183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d35bc2933be6b781b66d5adbd7b9753caf7051af66a7225e9b311bb4bc7c102 +size 588531462 diff --git a/data/part-01184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..971c955a0ebbe939ff01f12dbb72df595423e155 --- /dev/null +++ b/data/part-01184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad5ae0cf6acf8f9035652cf98e1657281fcc813d35185904c297060ec467fd0 +size 616873956 diff --git a/data/part-01185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d5b17b92382bf50dde997da18c95bfad1ef3f5d --- /dev/null +++ b/data/part-01185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8009a3109ff0f5c30fe36400cc01627b7bf113d9b0eee171796dc5434e1f87 +size 398611821 diff --git a/data/part-01186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca1616ed02c3390a98b8ae6433a6977749ac3c3d --- /dev/null +++ b/data/part-01186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70c7bdb42c8e017b91154442446e5797540b0a8ca32d0263fa42165dee09ac5 +size 455475206 diff --git a/data/part-01187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..718176c15bd673a016c44b25d98a8ea28835c706 --- /dev/null +++ b/data/part-01187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952dc5fecdadce8a85afac51487af36ded8d3a43abc25d06333be8137f106695 +size 393046222 diff --git a/data/part-01188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cd8ba1144fb40f79a25fc2e5b88d2ab06907cea --- /dev/null +++ b/data/part-01188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eb338419acf6fe4d13c64751f89e5a6aacb76ee95bb81a0a7c5569e5f33b00 +size 360052781 diff --git a/data/part-01189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc6f8188ccd9d241641ff729b71f78fc70061c68 --- /dev/null +++ b/data/part-01189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da91ee4d10b8f82c726e92fa1b6b35519f6e62b4155cace935bede342639c276 +size 465600570 diff --git a/data/part-01190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..819ee4b6ecf6609105879d96f0d223c2bb7e9cfc --- /dev/null +++ b/data/part-01190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3069d64e2ccdf176168a5c267b7f7f7ca27a85d5d171aad6dc529ce530c39a +size 366413841 diff --git a/data/part-01191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8554d8b6a57fe898daa998f4e6fbbd9336ea9f3c --- /dev/null +++ b/data/part-01191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df23519161ee91a91a8ab5cbf66d87a4cc82322e6a7b86d396bae1c6a57191ad +size 446352642 diff --git a/data/part-01192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfecbc88c6098e7283ef806630c46b1b1d549e9a --- /dev/null +++ b/data/part-01192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788ffd12ea39990d3fad81318d8a04ca32e34738b42948736ceccf35d6f1215b +size 547334457 diff --git a/data/part-01193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..465f041c136712a6c320b154e38eecb6b4017487 --- /dev/null +++ b/data/part-01193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94022933c751bf305bf5657d38a14efbef80ffede9fce4b23c91c852189d0d05 +size 663466982 diff --git a/data/part-01194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ada6c72e3826a769e824398fbad00664223d030f --- /dev/null +++ b/data/part-01194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e257647a8eb6736ecfa661498e459b026a808f5170450bbd9642d3fa8b6b7491 +size 481246910 diff --git a/data/part-01195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a3a1c967657ca189cbc5f3b6f44dff7909797a9 --- /dev/null +++ b/data/part-01195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ae2b546da88ef87241684645d177bdca264bba9938786612e91353299158b +size 414046100 diff --git a/data/part-01196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce708ec36e94db750976c03bbd28ced6f752b337 --- /dev/null +++ b/data/part-01196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403ce2f4daacbe32184f29d47c8fd098e5c98a3085350b6f37c0539b8d1f73e4 +size 771788145 diff --git a/data/part-01197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0752160a360b193ddfe4d7082e83d414318d339f --- /dev/null +++ b/data/part-01197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0010d20e5c01b524ec6db818ef7fdc94f7095e592d9a1e790424a9871b367d03 +size 460490741 diff --git a/data/part-01198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b65321bb0aba99c399e822f908c08c7dc6937044 --- /dev/null +++ b/data/part-01198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4aff7d1757a34e2c9e1e44f7bf5167ebebf21b8cfb5b64193109a3a2598da +size 713362031 diff --git a/data/part-01199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec2da27afcaebbc608cf75a411aecd92ddc58538 --- /dev/null +++ b/data/part-01199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401808224f481fafdcf5f13a04a52f814b8dd4af8eac0040219a4356db811071 +size 781172689 diff --git a/data/part-01200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abcc0f8b0c16e8cc8f60145c8f491ac87928acae --- /dev/null +++ b/data/part-01200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78ff1f6ddf0476ce3e6137e946162a293c0e2b0a875c6450890dce0a52da073 +size 499574655 diff --git a/data/part-01201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b88707b8b43410fdaad62677c5f8cc6eec20eeb6 --- /dev/null +++ b/data/part-01201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8780b98862757babb3ee5b93d3f76e26fe228705c427452e5ccdc4521e241125 +size 616661872 diff --git a/data/part-01202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43c98b5add6f5d433763e805624dca44ab6592bb --- /dev/null +++ b/data/part-01202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de1de1c2a73c8fcfa8218a339cb8818501ed90d6ae8b6d77df13f08436be706 +size 683936972 diff --git a/data/part-01203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11c03600510f1ef04cad5011ab7eeb91a816aa41 --- /dev/null +++ b/data/part-01203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a4fdcaf3004cb43da6b14bebbdd0002568d47973c9b639a889eb321263704b +size 622515851 diff --git a/data/part-01204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..447188f36f534623e62c0d840bec2bd44da1c228 --- /dev/null +++ b/data/part-01204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb06bf78c9e4479a33cb2cd42a397d2f13824ee8bce509f9e0f7f1189d104d0e +size 500465997 diff --git a/data/part-01205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..969308e246a5f4576d7f9d8925d4790f94e0e0c9 --- /dev/null +++ b/data/part-01205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49aaf31f3efe3942eac61d13429b6e6ff3f6e64fb065a92b788bd6927f61457d +size 677578620 diff --git a/data/part-01206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9664a2c1e081b117cf9ada80613c1d9603a3bc5e --- /dev/null +++ b/data/part-01206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc027e7286750cd6e41a6802de038065612c3b1c5607bae3ed7c04f58d14cbe +size 539873246 diff --git a/data/part-01207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00ec1016545bd1c8aa25b7a107a5db1f832cbecb --- /dev/null +++ b/data/part-01207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f24d8cb95e5a7ece16f4c2a89ad00a28223ea3f122ba7c47da05e00dd9f317 +size 499855773 diff --git a/data/part-01208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99d0808f376226c470fe79879bdc00e18ea5e5a9 --- /dev/null +++ b/data/part-01208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8206776f854c0727757be2feef3923a1df593acce9dff5a22ee6bb2bc5b1c87a +size 476780669 diff --git a/data/part-01209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..914a0ed8048aa6763d26d9ee9097cc747e4cc87f --- /dev/null +++ b/data/part-01209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b987aaa54b7b458945a508e052dd03a50c673331eaf24946628e4ef76b0b58a9 +size 507823062 diff --git a/data/part-01210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9baadc22b175cb8b80aca421325ac58c124ded3 --- /dev/null +++ b/data/part-01210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3486f7a463aa21052066edebb72fcc031bde8e5d8d4d7a6ff7626cc697c0abb8 +size 543236953 diff --git a/data/part-01211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eee06ea3434ffb03efd3db3cad8d85bc1709102f --- /dev/null +++ b/data/part-01211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f41d81f9f59bf2c7ca1e70786b94dff514f9b1938b3011b9612bf197901311c +size 488116139 diff --git a/data/part-01212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46b1cd21da248d9dff9b954a8c7758546b47ac4a --- /dev/null +++ b/data/part-01212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adc8fd46edc6c176fe9acdbdf42089eae602d7f50cdd3b62962788201400845 +size 623227242 diff --git a/data/part-01213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ab0c2a0c98665114a410ff2ce1c16b3e3a084ce --- /dev/null +++ b/data/part-01213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc80eae8a4cd8d958d28a9e5bb1d7fe8f65cf438afb51512fa392226e85f205 +size 552874321 diff --git a/data/part-01214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2d0c7beab6c18ccffaf74156bbaa782e6fa9d17 --- /dev/null +++ b/data/part-01214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d860aaca060bc5750fb6a948d68a5436192bf511ca23744dd9a79e601b31bbb0 +size 550434280 diff --git a/data/part-01215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1876aad80152447fe450d2c072c729f9047e54b --- /dev/null +++ b/data/part-01215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224eacbc837701d7df5b10aacc98c153fe945ab7ce03f1be9a6eb2301cc00354 +size 434831552 diff --git a/data/part-01216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34f18ecb7d45b4b7ff91a2f804c634f01ada7df8 --- /dev/null +++ b/data/part-01216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e32b4f27dbe1bc60acab51570a87549b3b3b6812e5c9396e195add2bca1fe83 +size 775218035 diff --git a/data/part-01217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..054f5f37750663be16fab0a1e288e7152876fd80 --- /dev/null +++ b/data/part-01217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02645d4b8b92a08591f1dc6b5847d5d5cad19ca9c8fbf02cc35aa3c93d437c5c +size 472764931 diff --git a/data/part-01218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5222158c8ad9c2c282820e2316583ce07725fd05 --- /dev/null +++ b/data/part-01218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a667c04a0191777b9ec6afd56426a566502944c88fb57d244f27f086ee7e3f7 +size 406567147 diff --git a/data/part-01219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ecfbf9930d3bef364c65ec067c09f896626de8e --- /dev/null +++ b/data/part-01219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdd8d4d44687b0644f6f9fb07f72b75b08c976f5887052b7a80d641aaabb3a3 +size 439440440 diff --git a/data/part-01220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0916a06083314712b7263bc3d5fb1b9fd3426d37 --- /dev/null +++ b/data/part-01220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa89e75593a78e8a0bb20da6bc3bdf4d2babc678886f11cc04b30eb387cd7115 +size 438462147 diff --git a/data/part-01221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9f3e71208aebab68a89939875403aeebd76d58d --- /dev/null +++ b/data/part-01221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59c9b4fe7c1c0cd1a66e189b370db36f10803706f04ac5bc8d87f157584883b +size 442688701 diff --git a/data/part-01222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adef7964f44a5ada89fbbf7b953ba59755fa8da9 --- /dev/null +++ b/data/part-01222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845130b92950c40eec168443ea5b6c73339a9eae978188936b07264772c3d4d3 +size 486418683 diff --git a/data/part-01223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d59f6ab8c3bc4eb663c43e12eb915e515db49c66 --- /dev/null +++ b/data/part-01223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d70b8b96bfa9c8334712e37d97a08b71dc22d8b4506e13c91b94adf860e46f7 +size 383087774 diff --git a/data/part-01224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f2de3d8dfdb88e810633312e8a05d3c868450ac --- /dev/null +++ b/data/part-01224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3269b44476a5e28ea49f07f7bfe38de0d978b56568cb2ddcc01fad3c8b262b57 +size 719464327 diff --git a/data/part-01225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a92bf74f2f57d1e912d671ec1e905eeb52db4908 --- /dev/null +++ b/data/part-01225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b4d74c8e28ba35b8de2442aaa616d89dd32597cf188ccc8c3b6a1f8b9bcd55 +size 451787944 diff --git a/data/part-01226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16029c6492328f604ec0b7ca6f4fdf3c45f2c573 --- /dev/null +++ b/data/part-01226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3ea3c3e61dc409180da1bb2064199368752fde7a929defb2fddd80faa1b0ef +size 655636599 diff --git a/data/part-01227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eddfa4cd6fd4dc43187faa4e82033adb686da0ed --- /dev/null +++ b/data/part-01227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7672c96894b19f58269b21947f14478e80379a6819559b411bfce06b0dc008e0 +size 698319557 diff --git a/data/part-01228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9678c8f60dbdb1af6f5797a8493716390e974ec --- /dev/null +++ b/data/part-01228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3383a73984ce18ba0dee5444fd50123806c0d481365b44cd697be66dd066bd58 +size 430087807 diff --git a/data/part-01229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a481e35788ccea89b82a889f6a83c483ba6115fa --- /dev/null +++ b/data/part-01229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73d302b6501b975b6d071f2a4567ad72e6d8b004923e9b604634b3302a5033 +size 539267282 diff --git a/data/part-01230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d78f4bffbf994927daae16c43b15f65f4ccf557b --- /dev/null +++ b/data/part-01230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805032f14de6bc3ad9cdd29f3b869b25d66d156995789b92ca30062a14597751 +size 634903894 diff --git a/data/part-01231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1e944a859cf544a474d6f1d2fa1c53b407e39ee --- /dev/null +++ b/data/part-01231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4175f2edaae7f22abdfd1f46cf61f921cf4b6ab896fb903632c8ba21d88f36 +size 496274786 diff --git a/data/part-01232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61234a1baf499974b6f8840bcf09a93b7bbd1cf2 --- /dev/null +++ b/data/part-01232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abfc802eb71b6d830de0bd21d0054ce0f4193dd208322304c73d08731692a52 +size 592271863 diff --git a/data/part-01233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c42db995d9ff87984fbd6cfabddc98c6fd6dc64d --- /dev/null +++ b/data/part-01233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aecf1b921d583ad7744c2a6cbf0eaf58e2b7e525c9fdfd4c2636a5edb7cf890 +size 505134546 diff --git a/data/part-01234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1288671aee334a6d827a275e732d152255e830f5 --- /dev/null +++ b/data/part-01234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8288b95c386779bb2983f4cb82be282ae0348f9e9a4179aa628129483c830c43 +size 407342441 diff --git a/data/part-01235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abc94cd14dfadfd98297ea046437bd9fb36717a2 --- /dev/null +++ b/data/part-01235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f105bf5af3744245259adcaa48debdcf5ce207aa0f66ed29e50e787d2c22f79d +size 854619989 diff --git a/data/part-01236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..885a21105109e09fed8eeec2ddcf174a9f510b25 --- /dev/null +++ b/data/part-01236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc3c4b86e664f3c3a4633038db74b1fbb2289961ccccbb01e3a3c464120f34f +size 497555772 diff --git a/data/part-01237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2ef9134955980baee8af2c75e9360b1ccdf7605 --- /dev/null +++ b/data/part-01237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57dd655de7497cacb06cb9f2de645ad88ea7d55e8867254d39ffa01c454e539 +size 535724253 diff --git a/data/part-01238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..869321075894eb3c552236136c6da4d18a142d2f --- /dev/null +++ b/data/part-01238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c92912689ba856838cb521e8737ae32b429113898b015dc5e1ca632ea4860 +size 431743360 diff --git a/data/part-01239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c216918f2df257d8e4d027484d2acf243459b17b --- /dev/null +++ b/data/part-01239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829630c6f0f17811ba412e75c32eccee0384c101434da046856857604a80711a +size 493837181 diff --git a/data/part-01240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..139616e2755957e599158cfc71d5155b8d74c32f --- /dev/null +++ b/data/part-01240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4b7c54265402120d615cd5254fab798725515b1ae92572bf86a01affee44a2 +size 422652930 diff --git a/data/part-01241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00e32f16d29d86a0d3ba9aeb200624bd91254eea --- /dev/null +++ b/data/part-01241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0561b6368308c251255dda2a0838186b9add0c22540cc71dcc684781ccea0ac4 +size 563104558 diff --git a/data/part-01242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44514e542ffefc7c2105457ef94d1869db0066f2 --- /dev/null +++ b/data/part-01242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c5f731acdada0b3fe9e84c1a57406d492b162e246ed837bf17f79dd74d6022 +size 525496677 diff --git a/data/part-01243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9e29796c12c6412d9108c0bdc42079580ec9a39 --- /dev/null +++ b/data/part-01243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bd1fa2593caf752c34507dcb7c57622412f0a23d6537719a1d7fdeb322d3a2 +size 1160493641 diff --git a/data/part-01244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf39560323be11871eaed60dd78c0a1f4d719322 --- /dev/null +++ b/data/part-01244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25613135cc78fefd3381e5b5834301f9b3a2663d80b26e0af5f3d7713712866c +size 498489974 diff --git a/data/part-01245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17682ba6b18ad6e5b6c0bf28eb789ec9ea3090a0 --- /dev/null +++ b/data/part-01245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b80ea2f1e6f4d1a4ca58824fd7e49869b5d5c0cf630f81e89d1015c26b0b12 +size 469114737 diff --git a/data/part-01246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d690a1a0a73064077aabbb9978fc4b07d5717e04 --- /dev/null +++ b/data/part-01246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deac685bebd86befb3064f27adc97957b029db8781391c2fd11baca29f7f2cca +size 427540706 diff --git a/data/part-01247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffa83108c660d3f5cd94ddd298cb112c14acfd4c --- /dev/null +++ b/data/part-01247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c56c79ac388a5638377c440687b27a4013bc3e852601ab8139094534945416 +size 623856371 diff --git a/data/part-01248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57468d9b534258bacaf0489a59dd86b0599df8e7 --- /dev/null +++ b/data/part-01248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c330dd632b82291fbb3ef85d644133a852fa1976221fb1a0bcd695f94aac8839 +size 422673035 diff --git a/data/part-01249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc122041d615add44cdf719fddb0d1b377d38d81 --- /dev/null +++ b/data/part-01249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bc1d0e5a1d10ee6d6ba06ef8cdc1db540751a4f75d433d765a40264686f136 +size 671927429 diff --git a/data/part-01250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..404947632a3fd25922ff40e17b00c367e43ff082 --- /dev/null +++ b/data/part-01250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f4e2571fa9979d4e874ce5c88bedec4b69ced4a1c6a7c50370191ad27bac2f +size 606611585 diff --git a/data/part-01251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bf4cffdf6950a2b4330ad8b51bf0073804f73ca --- /dev/null +++ b/data/part-01251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9106b01b393847b57a6d081c7913da90d749c473dfe9f75e01efa7090b465c43 +size 853737759 diff --git a/data/part-01252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7795f371b654072188e48beb77f5a772107c073 --- /dev/null +++ b/data/part-01252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fcb229bb3caf695459bde65cfd5f61856d150feb5d4c09ca84950d3d2a889a +size 506625419 diff --git a/data/part-01253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b401b093d5d1c9f772f13b0987ffda5ec393d38c --- /dev/null +++ b/data/part-01253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0ed19a1dfc41ca819e480a5936d08944f8cbf0df26a35204589271ad21ef83 +size 583022452 diff --git a/data/part-01254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea54ca218412d2606a7153cd513bb46cf37ee67 --- /dev/null +++ b/data/part-01254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2df5294d1c2a48ca37852ab6252536df9e40d298cd6447da3eb1d1323885244 +size 511113163 diff --git a/data/part-01255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fb8159b2e2a1d72747cd4ffaa6da7a73b20b939 --- /dev/null +++ b/data/part-01255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fa74cab5c65dfcaba93bad4614d500a521b0012fb82022831ff6f122a179be +size 646756300 diff --git a/data/part-01256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d40901a929d5f52126e69a7566d03d9b28e81754 --- /dev/null +++ b/data/part-01256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0a4a3228277382617ce351a2aabfce300cb0dde34a8a02346d4182aff8b6fa +size 437609404 diff --git a/data/part-01257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf0cde809eea763cca9f78dafc024c7c0cf2ff9e --- /dev/null +++ b/data/part-01257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d64861536c3a8397aadb140540491eca5a59df2599ba72c15babbb487565f9 +size 426386763 diff --git a/data/part-01258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33575b503b20639d7223eba3cc3396a6cfd3a7dd --- /dev/null +++ b/data/part-01258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df58a7dfe4a851a652608450c056160580125125a33eba574087414869c48735 +size 528575949 diff --git a/data/part-01259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..233818a2f0b24a115dba37b7857c9bcd4a4fd9d9 --- /dev/null +++ b/data/part-01259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5b764a70ef2cb052fe873899abfa3032b7cb8aa7378b73395814aadb04baf7 +size 531532669 diff --git a/data/part-01260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7aa11ee9f3877539fce6fedfe7facc7a5ce017e --- /dev/null +++ b/data/part-01260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f41b3e55800b71a8499b43ffdabe843580a923e9ee0f5b6c647a01fcc823b1f +size 639676416 diff --git a/data/part-01261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35f1e8f762f80ca2d5ab9e9991e14ba650e6eb50 --- /dev/null +++ b/data/part-01261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bb89bc542f18704212971c276966af0a547104ab65f45d97ab8433100312e9 +size 809382357 diff --git a/data/part-01262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f0d6a0f1d38e10d6249095427897b306b4b7691 --- /dev/null +++ b/data/part-01262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb2fa1dbb7e264877f95d33e21dfd991da16e15445ec228957573b3f83097ed +size 621083051 diff --git a/data/part-01263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..feb15d2f7ebf42f2285984f2cc76fc88d848c87b --- /dev/null +++ b/data/part-01263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2ae6ce5275e8e8c0cc52ad5daa9120be52213bac9df5c0e605a019cc76e8d4 +size 408123375 diff --git a/data/part-01264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77ed19087b75fee1e3f6677d58d81d28f717bbe1 --- /dev/null +++ b/data/part-01264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eeee5550dada7f2c31fc8cd7ec6aaca56566e547abccf127b6ab032c955ed8c +size 549116395 diff --git a/data/part-01265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ef7e3c49fadec2db7b540fe2de73459b645f9d9 --- /dev/null +++ b/data/part-01265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9840a1bd6027fddc339ea1659889664e6dee19186eb3c796de1cc1d0052ab7 +size 597346597 diff --git a/data/part-01266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32d4d345ff1e639f728cd774ae81626dbcfd4998 --- /dev/null +++ b/data/part-01266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08c67609e26d461a990d0d3fa80d351d8dbf12f278a1f1610a0469b1c582fd6 +size 622007853 diff --git a/data/part-01267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1e773f5890680b336b01966cd2304d72cf5e07a --- /dev/null +++ b/data/part-01267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fef81a9901f2028d0ceb5e88e0e562036a22ffa481c40cd4f424e3b060f992 +size 716461056 diff --git a/data/part-01268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6be70819cd762f3364104e18baec28bde97391d --- /dev/null +++ b/data/part-01268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afa0b2ee4dee69380e6d0e8f38a894af5e58718e3c675dac5866698d1af8cc6 +size 985370070 diff --git a/data/part-01269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bc26c988d02fa9e7521cabff44ee34ad85d224f --- /dev/null +++ b/data/part-01269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac9a646fd94590b088a972b8428c12c22e4a17f177af01670a5d86f59e47cd5 +size 591954666 diff --git a/data/part-01270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aa7db79caccf29064574fe48fc0c6950d4db819 --- /dev/null +++ b/data/part-01270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabdb8a525af96ddd11fcce243d0dfeea0a1ee45ebfe543b7585cd8f94be93e2 +size 762997944 diff --git a/data/part-01271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc63c9951d90921efc89bb868fa154b4f65d9609 --- /dev/null +++ b/data/part-01271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edcd3cdc18bee2dba48baa7ca32f788f5aeb73c4115b5ab9debdccb0ac976f5 +size 520455902 diff --git a/data/part-01272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..082e69542f1fea6de5c4a514482342ecde50f0a0 --- /dev/null +++ b/data/part-01272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1f2800c5fadc6ac01f68bcd523ebe9f409be00badaf2881fccbea6ec5ca70f +size 437653334 diff --git a/data/part-01273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3b13715b012cb6f8d216ee0d101e7eac811a261 --- /dev/null +++ b/data/part-01273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253b9f4bfeeabc4d6245d572ec29eb317367a9ba10b836e32750104229c07e6a +size 439080283 diff --git a/data/part-01274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1327a3246dd57c511f57e142fc0e1d45083abca --- /dev/null +++ b/data/part-01274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9412bdbda04d9457a588a854df97d6b4e7c013910609384783a8d9a01b4635 +size 512534961 diff --git a/data/part-01275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe97d32b469877411be704f42a724977cb89b71a --- /dev/null +++ b/data/part-01275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ad526899f96b8a7fb3504f34087e5a9b33354cc3cd3ffea95066eac25110bb +size 760783219 diff --git a/data/part-01276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8070cc3555c9e445928178e58e9989cef5bb6b4c --- /dev/null +++ b/data/part-01276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b732b014c4c6dcd773d29e2990cdb4ae1dedeb2d926a3d8a76bbe2c560bfe0a +size 807948992 diff --git a/data/part-01277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be8c9745b2275064891c02b8c686a02b77998494 --- /dev/null +++ b/data/part-01277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce256d22e86692c09925ccbbc41bb98227407e40515199022033d3c950e85d44 +size 647786299 diff --git a/data/part-01278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9db3843ccd4d16c66eba77acef3d2d1508b8cd3a --- /dev/null +++ b/data/part-01278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919cd0ad7f83cb3ba4ecee0d729e867423e932b4a810f0dd05616ceeebf07c5c +size 482791545 diff --git a/data/part-01279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..236da57591ee0553fb356977b32004cfd27d4880 --- /dev/null +++ b/data/part-01279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbb8fcc9592f6413658210861d1976ca4a80afd523b06ccb8e5472f837c289a +size 596420032 diff --git a/data/part-01280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8118dde99b18d4b797c5a8023c5c98492e5131d9 --- /dev/null +++ b/data/part-01280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60d23b5ebb12deb969202f400c647d9ba83762d045b2cb58fcf67e26c97f6f8 +size 607871548 diff --git a/data/part-01281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e298e4bd53c6223456be26de96079fe370ea431d --- /dev/null +++ b/data/part-01281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08499faa58353a4d94c1e5de1ea14d5548345b1073dba9234ed1f8a111b9751b +size 450654219 diff --git a/data/part-01282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e85157b39e960e05e7604ca9c9968f821f1791f --- /dev/null +++ b/data/part-01282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2947a46210c851dc91c8f327bbabb1b69772260ee9089cb0af2ddacd0d4cb151 +size 378351667 diff --git a/data/part-01283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64f63580684b144dc4d3bc42186ef02f956077b4 --- /dev/null +++ b/data/part-01283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e40450a23ea8b1b98fabca62215c0c9010b149f65c18db196ce9d5d4c060c1c +size 462556930 diff --git a/data/part-01284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34516e5f7756e6add6060a6c7aa1945df5f9062e --- /dev/null +++ b/data/part-01284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87cf1d7079f11a336564553a0e564d4fa5dd1ea02fb46b1a40a35f2c563b7c0 +size 478520398 diff --git a/data/part-01285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91f2212f44bfb1de5f8fecef2302494326ab2f6c --- /dev/null +++ b/data/part-01285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a590609e51a58b503994bb7162a5353ca02fce4c3301edf764f776240c1e2a9a +size 563929859 diff --git a/data/part-01286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c23bf13b48d0d39227cfe245f66fc0c5c339e6a --- /dev/null +++ b/data/part-01286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7d29aab116cf65342e8c06c0374badd30fc9d847d8a60afb0c81207c1c37ac +size 361597676 diff --git a/data/part-01287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..966d90f1198556a5ffad718fb0bc207b08a10eb7 --- /dev/null +++ b/data/part-01287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e8741058d1fbcf4e2e6a2f999aa7435ab047b32b3d16639ec0c4ea16c3f32c +size 622702736 diff --git a/data/part-01288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6481b9af64e4e60964cbe950ba39a503c42466d8 --- /dev/null +++ b/data/part-01288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9739353c6653f4ea97401f2cfe2fee9e178aa78b9d440314295344fe8a42e0 +size 541890003 diff --git a/data/part-01289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44e260c02eabecfd67b2e8955abb5d9772ea0441 --- /dev/null +++ b/data/part-01289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112416ddc3b51c0f09223601f43c6d1cd80f7e0a53600ff104b6bbaf70eed901 +size 496448758 diff --git a/data/part-01290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7025e44fc41b335a142151022efe99e02c88c89 --- /dev/null +++ b/data/part-01290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fcb8e9da7a53a682e690d8fe6e441c895baa0919dd4da7a11b273f4688f936 +size 624421870 diff --git a/data/part-01291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ba3bbc8cc8624c05526202e6c168707757ded53 --- /dev/null +++ b/data/part-01291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e356112d4548585efed345e3bb22d5b3d9b92381412504efdb4a4475a36a656 +size 613082459 diff --git a/data/part-01292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b982eead3ff838e40365aaf462bb28a3db0c7b --- /dev/null +++ b/data/part-01292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f832a1a5a834493e540dd4287b62fc036b13a5802e9d645bb9a6cec57846fb24 +size 561668696 diff --git a/data/part-01293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3607187d41d0d5aa8581c0f99bac575e967a0f01 --- /dev/null +++ b/data/part-01293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89cbf31b6f0f1a7704d7646a4f15a17c9ff37781a0e8ff46c00ce1fec2eeca4 +size 416904203 diff --git a/data/part-01294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e147ce0260cad9d311bbabccec3e38aa5837196 --- /dev/null +++ b/data/part-01294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899ff829c813c3c0a431524f9541b74309c37242b7a6a78af47af884bc43f799 +size 397202852 diff --git a/data/part-01295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c50c16d2ab9df11f15f39a6cf7c4b73e7f407f0 --- /dev/null +++ b/data/part-01295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cf02cd887563680511b5bc58bdb7796e94fe9bcf244d5c35d35a014ddbd92b +size 415800113 diff --git a/data/part-01296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..759972205c1497ec62fd547d24c50adc50a6d8b3 --- /dev/null +++ b/data/part-01296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f51ec88e391ef1c5eea806603bd4d207c6437445e40f54bf5962caf42a234bf +size 439485937 diff --git a/data/part-01297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b61e5a5e6c4ae990b9db7f6b0b0fe6009f40f468 --- /dev/null +++ b/data/part-01297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb70b6e2e0cc178f41fc7cf048d25fff4ecbbcb3ca0a91e4edfe2211bbc3c3c5 +size 912160564 diff --git a/data/part-01298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72b2c449f357193987f967a80709cbd735d8efb7 --- /dev/null +++ b/data/part-01298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93befea49e5a7e4598371f0f3a6941299e34ae6de5f1fe7bcc4d3345b53e4e43 +size 448863962 diff --git a/data/part-01299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da1ae9db1fcc7245e40707ca366c78bd0a23599c --- /dev/null +++ b/data/part-01299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb52c1865388a170c24e5f4ea5be03646c056bc7649167ad17459d749d3a01e1 +size 829630373 diff --git a/data/part-01300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c2a1b5a8b610aa6ab43c681ad4a86e277ed8deb --- /dev/null +++ b/data/part-01300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cb8b67b4b1d63018c1df3d3594c7be8c0262c0042732a3cc030fe9d15f5b77 +size 858114896 diff --git a/data/part-01301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f205d05460931cef2131de3f30ccf626bd02a88 --- /dev/null +++ b/data/part-01301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89bf9edb3b98d939733cfcf33bc47b76579d05ff89da3d8dcf2fcb8c1745c0f +size 403297405 diff --git a/data/part-01302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..619ef40c3865206b8dc8178d02373a661b7b9ad1 --- /dev/null +++ b/data/part-01302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56fb155fae55a0f71974b4b7db3bd4b1f60ecfa7c6c190eba97382a035920bd +size 552867316 diff --git a/data/part-01303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92142833091d0c374b6836d19bb66d2c164be6d6 --- /dev/null +++ b/data/part-01303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dcb6533489c37fb601145ccf3120067e7aced004a46089e7495cca3e11c54a +size 494474511 diff --git a/data/part-01304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72cd140076eb3fe8f0e8aff51be993d124ce4da5 --- /dev/null +++ b/data/part-01304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a57bb57b3f75ec538609241bdc1e9be31feb875d5a126d76bd8101fa34fca13 +size 835151433 diff --git a/data/part-01305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..555f16c5b5b5f679b6dadc73abac7d4d4f4f03de --- /dev/null +++ b/data/part-01305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37469fa61a74e19f78731a6577cdf31db6b1899aec0abdd93500b52aa3267100 +size 429730265 diff --git a/data/part-01306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff180eb3bda58e1cad5cedb64f07c9edf330a9da --- /dev/null +++ b/data/part-01306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa6c51f02eff0d6c8c71ff2c299f0937f86af32ea98e96c94d44286eb40c5a1 +size 641368112 diff --git a/data/part-01307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a8bf54237e6ad23fd8f13a4dc40c10387a48726 --- /dev/null +++ b/data/part-01307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e324e62c9c6e77b86334652536d2cdc2e8fcbc358ddf3f46c886845225b5fb2e +size 843039337 diff --git a/data/part-01308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90d326ffeb4c68b319a2b9d0881a0799a8a69962 --- /dev/null +++ b/data/part-01308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cab9802f9dc33e9c619f47d817513ca69f82688ff9ea9e7f1831758dfe0c065 +size 468774581 diff --git a/data/part-01309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c56d618b656c4060806dd1ccf7e0107490b62697 --- /dev/null +++ b/data/part-01309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5bd0865ea010819679942a6a8acab7f60b3089134e278ef018ad24f8599dbd +size 463785257 diff --git a/data/part-01310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68e143893722197db194d3289383c5c0cab7c668 --- /dev/null +++ b/data/part-01310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e9d29ab55cdcb4779886092e51bfbc3225f0994511b2aeca2aede2a971ef03 +size 429053671 diff --git a/data/part-01311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49ba35edb0d7f56117ea3172c8a0a841d0aef75f --- /dev/null +++ b/data/part-01311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48911689b2142295bb5bb987aff7ac9cdedcfb0a35d4ef77ba2546cca3d7be52 +size 688585260 diff --git a/data/part-01312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eede40894d35da251645470db6430a713da7d1f9 --- /dev/null +++ b/data/part-01312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e9aa4927e6de71d0dc64375f6b8ffd606ecc208ad04a2540e888645b50b712 +size 631071445 diff --git a/data/part-01313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1aa739def5dfa64a03b7edce8729ff09c4d573c --- /dev/null +++ b/data/part-01313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dd178cdaaf4090c5b5d1a071b862e6bf831f4df82bfe6f23a0726bed5fa70a +size 778959091 diff --git a/data/part-01314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8845325ec7900364ac64b6f1ad5b7b1f8ca23655 --- /dev/null +++ b/data/part-01314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0945e53ab2f1b4c50d84f5829c5a67928f4f0979f5a9dd019d8fae6e01173a0 +size 841575845 diff --git a/data/part-01315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ccc439f048a22f0b82f57843b3b0b74519d091e --- /dev/null +++ b/data/part-01315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b984512b714d3e0165fc7424128ed4802181ea1aad5182127c8b19c5309587b +size 547435527 diff --git a/data/part-01316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..316c1b37970e26da8bd0231b61202c347c0c7708 --- /dev/null +++ b/data/part-01316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d81ea45459a3a71ab910de12e44f0f444d4d0bae0432de3b66808e6b41b816b +size 397799327 diff --git a/data/part-01317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2a54eb1c6c92b66e24a2a01ac9048eb81e880d3 --- /dev/null +++ b/data/part-01317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319581c2a01730b71cf6bdd3c7eaeb1d19153ccb4b79e7a73b712b8c6cafc8f6 +size 492094031 diff --git a/data/part-01318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..067024d740a7f736b3acf2322e47b4f364fea82d --- /dev/null +++ b/data/part-01318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fffd6573ad407bf52bcc9f8f8eda37b55c1f226e378a1284bf9b357a962b377 +size 869939911 diff --git a/data/part-01319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..036b856dfe686d49e1279b482178f82196f8a738 --- /dev/null +++ b/data/part-01319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b04a46ec8183e6803d22f0ad8f7f679e781b83edd8df42eee73c4c1cdf2082 +size 631763269 diff --git a/data/part-01320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca09b503326d75bde5ae373687ef0e9eaeef9683 --- /dev/null +++ b/data/part-01320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860f71e62c14b3c7cf0b6a814046efd41e38d9421b41d52028b02d493c89cb09 +size 732022573 diff --git a/data/part-01321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25d083696935e9d7928bc0710d2d9bb4c3ff19b8 --- /dev/null +++ b/data/part-01321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd39a6c0043f4f4cf6951131c097df493a3da142dadaccd6519b1b561c5214b5 +size 446426551 diff --git a/data/part-01322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afc388962304c3b71abaf28031133055e71a4a42 --- /dev/null +++ b/data/part-01322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a85b0e52816a7c0f53b461627d126be2d0c05c815a7a8ae20fd8677625ae539 +size 402971533 diff --git a/data/part-01323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e15222d74a311a53a4d390f7448016ba4ea18746 --- /dev/null +++ b/data/part-01323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69403f9ca2a00493b5089af8a982e685fbbb3d7445e89eb4c9becb06409904e2 +size 397983625 diff --git a/data/part-01324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7841acc6594ca2cf1320a8cdca96b8f0e02888e --- /dev/null +++ b/data/part-01324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb819e0ce7a63de07198f95401a3cb136c22bea3b813a651c152ac4f6bde8088 +size 672580478 diff --git a/data/part-01325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f94fa2cae656161b0be812ff15000eb62060e722 --- /dev/null +++ b/data/part-01325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0168cfaeb85ce49017753451c0718b7684fcc475714b19709f3589ec812317 +size 362819729 diff --git a/data/part-01326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87d98712eb67e7691c7ede6389e556df000381af --- /dev/null +++ b/data/part-01326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fe519e4352bb1ea6bf52cc7e801485b8db1ac007ad053432448d1a8444125f +size 496390418 diff --git a/data/part-01327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e4fd333d0bcc136e8fb4e16cb5886ead79f8d99 --- /dev/null +++ b/data/part-01327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae7cfcd986cab568c36573f8ffbf2f52c1ba8da8af9a5416f143bb30f3fac95 +size 425854897 diff --git a/data/part-01328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62dc50e423a4ddf00bd2bcf45d612b37b4c4121c --- /dev/null +++ b/data/part-01328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5274ddbc0561464b51cb4dfd4fe51bf65e26c317796e0eb892e0730917ec37 +size 649894370 diff --git a/data/part-01329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5755fbdf63178e0b58cd5376bab34cc26e6ae45 --- /dev/null +++ b/data/part-01329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266cc77951d1fcc2bcb104f6971df5b663efa5d179bd8bac86fde5f3a6dee96e +size 498109907 diff --git a/data/part-01330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ddec6bd354bc5c899eaf1a226296e37b4d5ac02 --- /dev/null +++ b/data/part-01330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda7b5dae511aec32be5f2cf0df52118639df3cf17628c8449427866effc5b6 +size 414388345 diff --git a/data/part-01331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53be6e0942ae5092205b8312f915e4ddd9fbb120 --- /dev/null +++ b/data/part-01331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbd357c821d12f480b67723bb8a68c00cabbaab50d5941dfb65fe7b2552e9a0 +size 566458771 diff --git a/data/part-01332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dbd2a6d51791a0d86120e960c5a53776c9e14d1 --- /dev/null +++ b/data/part-01332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a9525fbc391e7510c12d4b2f77a0c6e7289004ecac83155ec27e2d6bf9dab5 +size 381818859 diff --git a/data/part-01333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1e74ca31ddf79efa632b109eff1a3feba25690e --- /dev/null +++ b/data/part-01333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c80e8efe852ff0255c49768daefc3a4957e165c4fcb4569b67676c819eacf9a +size 1038909594 diff --git a/data/part-01334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0c1b7542279495ad33564ddfde4a8cfab5697ef --- /dev/null +++ b/data/part-01334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3918a17d45eb221f4df811ebdc5ad4bda6c883894319eec8bc06da876b9e2ac +size 614099159 diff --git a/data/part-01335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50fb453f320cb98a2b8da525bff69f6e00313287 --- /dev/null +++ b/data/part-01335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841a03dcfbab26e4a58b45b750677b98ed67da566dbac48f5027c512d4411bda +size 543798865 diff --git a/data/part-01336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddf047931d7080d1f899fbabae60c9bdcf999596 --- /dev/null +++ b/data/part-01336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e8daa0674f0965431138383bb7b74b02b56e913bcfe56897843b57a7c8e068 +size 571425290 diff --git a/data/part-01337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f5fdb5eaf41ae5e21a74ed2d497ad2ad9a5f86d --- /dev/null +++ b/data/part-01337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8359f05c81d7afa2643fc535ed2867563b98ee5c2213e47ebf58a9504e506c72 +size 772081158 diff --git a/data/part-01338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fd7770d2cdfa66ad8ab8f6c59dae9c6cdd5d2cf --- /dev/null +++ b/data/part-01338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd265d310c270083e2c03bdd2bec329f567becd0bf08d0d18592a1cee3fde654 +size 523644396 diff --git a/data/part-01339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95761e14178524fb63d3ae4544c65b89c1452d85 --- /dev/null +++ b/data/part-01339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a88e3adeb0f0cb66d9d18235fc6cfacace374a80b5d5315b758b5f8b1f8d68 +size 801202714 diff --git a/data/part-01340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfec7e5b973ba133f7aaf9530df8ebdddf326b32 --- /dev/null +++ b/data/part-01340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a630dc924d1947f951e039819df02c84b6515a08339325b68d7125a8841359a9 +size 693156855 diff --git a/data/part-01341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82d76de4fc9f6d281aafb2e1da320a97b88c59d8 --- /dev/null +++ b/data/part-01341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30c5f78964a257798055212d89352b12f84a839026fb19719758c6911fdcefb +size 642750125 diff --git a/data/part-01342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7f7545ac3e3dc99d1a1b053dfad39f30eaf4dc9 --- /dev/null +++ b/data/part-01342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2907b5b7cd5f206ab21599f8e126b8b66bcf6b2ac1a88de5c6e8f929bcff1d2 +size 384192557 diff --git a/data/part-01343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3175338ed5ff23f9d8b24f63de034c2e31b66cd --- /dev/null +++ b/data/part-01343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8be9c7a454755e34b2cec18b0116a6e0430beb581411d02b25cbcc63205655 +size 563988822 diff --git a/data/part-01344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e542bc810cb1b9b03541042522caac69229e8422 --- /dev/null +++ b/data/part-01344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c428a5931cca51c1e8d56169b735a156b27f39da8dc9a2e9b97fd3dc7760cd7 +size 1183313452 diff --git a/data/part-01345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9200ff3b000878291c216b449ec21fac58c121ec --- /dev/null +++ b/data/part-01345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709ec64811f84322ae4964414082fa12ed872aab5031d0d80ca180d608b6f30a +size 769685119 diff --git a/data/part-01346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42024881bcbb4c8bb4f319652f9b577b50cc91f1 --- /dev/null +++ b/data/part-01346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a470b781b6beb0f74ba3ae747e289b9c377aa5b685d80bc431dbc1ec578dcab8 +size 713006979 diff --git a/data/part-01347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a08799c25cc6b49349946ea34970cef597da7c7 --- /dev/null +++ b/data/part-01347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07bcf571ae133ada5ebb9334921d85e711e0f53534a68ec30fed3841dec4872 +size 403797582 diff --git a/data/part-01348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05dc6db209961670a802bd44f168f3e17b485ac5 --- /dev/null +++ b/data/part-01348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b394a9abeecb8d6d4499d1c7c5efd46728c208501a99ab626ec24e1ad7fe0f7 +size 832307040 diff --git a/data/part-01349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a05631b1bdda62e93c5132ce1aff877676da038 --- /dev/null +++ b/data/part-01349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bb9fdda17df045ee250e24ba8b654463a767eabf78165aba13a0eb369f77dd +size 521434997 diff --git a/data/part-01350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d2d1f9ff7ce43c807f43abf20f4ff506ece5537 --- /dev/null +++ b/data/part-01350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893e09c2b896bfc0097a85f7b91ffcf3fa4036ba61033d28b7c571005e3b8760 +size 875291003 diff --git a/data/part-01351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8cfe4a61885a159443b90b332090c3c57ede3e3 --- /dev/null +++ b/data/part-01351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be4f27b8c63eb52c1e1ed381f5dea7a50cf9c893111cee3071f23fbc7c6f9e9 +size 622842550 diff --git a/data/part-01352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a585eace5fb192cc6456b3580bee099164469358 --- /dev/null +++ b/data/part-01352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13aa5c4ab410abd834ee2f81ad02714e3d724f40ee04a2e1ede2d98f80f4f5b +size 479674842 diff --git a/data/part-01353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab803a8da13f826a55f1a0eb049814264aa21ae8 --- /dev/null +++ b/data/part-01353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ea924913eb7574f1842d4a2a0a3a2442190d7451abd0d72fdf1cc5792269de +size 638081458 diff --git a/data/part-01354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ded409d438b92aa2e08ac680e70ed6f4289617d --- /dev/null +++ b/data/part-01354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4746fc952f415b8a1b718b7d0f203398be1749e992c70c51b8a94df9f591d5 +size 394215554 diff --git a/data/part-01355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56e12c50f2a8ff51324127760d8bdda02bf99ac9 --- /dev/null +++ b/data/part-01355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801e65e2058140f4f7090b4b61684a9b1a19fe00d4d757f126766cc61d668754 +size 508716214 diff --git a/data/part-01356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69ef68ddc8ea6d4e13ffeb11fb5781071fffa76c --- /dev/null +++ b/data/part-01356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f0039981d6d7f65cab10740fad93db99342eaf6340a32c11c4e3b7f17ccf91 +size 507223747 diff --git a/data/part-01357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eec0e410c68fab6d47c3b99068887c37964beba --- /dev/null +++ b/data/part-01357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a841e049b0625ea42aef1fd5bf6ccd02299dc2be010ae98242c53f2886f6a68 +size 477114721 diff --git a/data/part-01358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1234678c5bb83a2e427984a7eee92971d2d2575e --- /dev/null +++ b/data/part-01358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07f06618dc19a099502841d680980f6568f270773fa52a1867674acef4f7349 +size 567432061 diff --git a/data/part-01359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9deecaa49bc69dce8872d756fe7bdddd745dc708 --- /dev/null +++ b/data/part-01359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f884bff4f34c5553883e243a115e50d72b9119fd7add17397ab4a139d3b49d9f +size 622723947 diff --git a/data/part-01360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7875ec89ba592cf2edce779aca028505b60313e8 --- /dev/null +++ b/data/part-01360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1cca2b0b5f5261ca592603bc892f29eeef01a918a4c236eefa37c91b3711d9 +size 525801164 diff --git a/data/part-01361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bac6f0f76cc090fe121f7985fb4b37928fb95ad --- /dev/null +++ b/data/part-01361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce227714f08ee9995030b5bc9c5e48d71b0fdb9bd732449edd2481f7c884c68c +size 1239510314 diff --git a/data/part-01362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..477f980438239a1d42b5c9bd6e48567c98595b3d --- /dev/null +++ b/data/part-01362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e87d67030da0336aaa965cc2fc8e3b8a7311a7d1cc8d247afa7b9e3f4679488 +size 504958235 diff --git a/data/part-01363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2c53871f757c1c9f91f77180b80d60efb326608 --- /dev/null +++ b/data/part-01363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8c873678cdfde2061b22e64612c1edaa49b02dd41b165b17acbeab825cd947 +size 389998081 diff --git a/data/part-01364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7e183126a8a59b0e349e66086c31f93ee2538b3 --- /dev/null +++ b/data/part-01364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cf1a4ea5fc8f6823c79a92efa36c21b3d5fd82d82eb1070504e5b2f190dc3b +size 669838249 diff --git a/data/part-01365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ad0e5c4b892c8b4a332a14fc531a48f5d9b1f91 --- /dev/null +++ b/data/part-01365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad794d7e7b79e78b3393ced2d62f64a54455f601d970589be879ad3c20c1cd21 +size 475949460 diff --git a/data/part-01366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29f0d52de8d7ad94c94f507570f53a533bddeaa3 --- /dev/null +++ b/data/part-01366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43107af7ea5a90e16cf45df62d7f28c0f3b3d22ec73ea87f0864ba6504167c71 +size 978539826 diff --git a/data/part-01367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9bf499ea862d17400b86e806b947682975ceaf1 --- /dev/null +++ b/data/part-01367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05139d8a13440db548d2f444861aa8ebddf3e2a94a37d185b2f9fefdf34bf510 +size 430673523 diff --git a/data/part-01368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0e90f9b72625988556c272c053d84f2ddf7b24f --- /dev/null +++ b/data/part-01368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3284acc940407490b5123dc2011f116c7d3c52bcd80abaf9fcaf08d6ab8da6d0 +size 529758169 diff --git a/data/part-01369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f59929f956fc473c6c5740f258fb27c286eac6a --- /dev/null +++ b/data/part-01369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4501e36408e7d19f5b5382f3c0116b4d2ea896d7525b882026e4e927138e3f +size 535338311 diff --git a/data/part-01370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03704bed218e5ccc29360b71570e07e260360144 --- /dev/null +++ b/data/part-01370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd3c805de3874517a4bd6a9082439b65dfcbfe4b85bd2f7d7450c3451aa8fea +size 466561407 diff --git a/data/part-01371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..651840bd6aebdd25881cf6da222da36e0c6943e6 --- /dev/null +++ b/data/part-01371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a50935e483b2c2e141589b08ea798af3b3957b0619f1757407dc190c746a0c +size 402805535 diff --git a/data/part-01372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2176be7b3719886c4ed8dcde55aa300be0d1e80 --- /dev/null +++ b/data/part-01372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ba913724635497a670deac98eb365ebdcd4448c106bdf842823b8a817fb4f8 +size 608841362 diff --git a/data/part-01373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c982b48a6cf4e57cdeebef31e41be61fdba6c6f --- /dev/null +++ b/data/part-01373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9596ca42fe7bdf7aa7bda8935b56616f890aff6c78b898213753f61669757b16 +size 692010943 diff --git a/data/part-01374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06a393cbe0cdb1349e4d195a101149f3f2d1ed40 --- /dev/null +++ b/data/part-01374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d734ea118d897e542be25328a2e28d4495b4e5e8c3330b98888f6b307fcc3d64 +size 618112742 diff --git a/data/part-01375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d073ec0caddc9dd3bfe5f1c5349cf32a8d391e9 --- /dev/null +++ b/data/part-01375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01858457f4e8ee218a4700c28d922819d0f7519772d178614863b815dd830778 +size 934260586 diff --git a/data/part-01376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddc6e1f26ad846205574b26ee6a2f2f0e6ed5381 --- /dev/null +++ b/data/part-01376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5c53cc7dbd65506bc055eba07cf5fec9c6bc08d3dfa42244de645a910cbe91 +size 784278299 diff --git a/data/part-01377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..071bef91f205b71cc18d1df16e1cbef15e304914 --- /dev/null +++ b/data/part-01377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb65d56105390cc472170566d5522c2b5a91891da1239be722f9a88d137615a +size 641284023 diff --git a/data/part-01378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86200aadf712893cde3c247f1eb8aa99d2e787f2 --- /dev/null +++ b/data/part-01378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d89a30d1aa4027a1e6dac2d04e9482f3e16777eed2d9fa92eee37ccac5c95ac +size 452957560 diff --git a/data/part-01379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c286ae55f4558199281c346a2aed6a11169b920 --- /dev/null +++ b/data/part-01379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81c0f65588a3bd0636c9eba71470f11260a2dc0ef63f37e068eed62380acc87 +size 646010950 diff --git a/data/part-01380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af059b48350abb4b265bc414b9d43d400cd55bad --- /dev/null +++ b/data/part-01380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f682bae830da01258985294c5f130317a1db63c5f512255ab2543e2c79f6c5ae +size 611582382 diff --git a/data/part-01381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab3dc2cdf11faed7e9a4afcad61336ddd667d724 --- /dev/null +++ b/data/part-01381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d90c9c6b8cfa316497acca99de544a5c1d1e5b3b4168d047e8652686c7c12ea +size 755616598 diff --git a/data/part-01382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e45504f6e04159cb7401890c6fffa94f16d3e247 --- /dev/null +++ b/data/part-01382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29a305135b40849c5b1a7ff9f15c5b63b724ae90061c365458af17a21036838 +size 505301966 diff --git a/data/part-01383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99f1c3358991e849fd6a7fce49e6f532cb89bae3 --- /dev/null +++ b/data/part-01383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deec4c46c694ec99e7fd5b4dd35074d51355decc9d4487e2b57303646055636 +size 521841803 diff --git a/data/part-01384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02d897f1e7016a53c348ad9b9cda332d7913409f --- /dev/null +++ b/data/part-01384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5119ae8e8bbdaafaba6b6dd412dfeda77ef98fc2c8b8687fc2d53ca09be8f888 +size 597670736 diff --git a/data/part-01385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69a99ba5e6a7cae357571a20fa3ca611ba85499b --- /dev/null +++ b/data/part-01385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2964b45df5c6bb18c6c83450081def358ca9e3c4dd3a874c415b781eb4896e34 +size 575977376 diff --git a/data/part-01386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e29972d1e4b6278f17d29616edb2f806fe29a2f --- /dev/null +++ b/data/part-01386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e094480164dec6848e6ad850e85b480f143325f603799e8a9c3d4dbfc695a455 +size 734161843 diff --git a/data/part-01387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5888974b80921ca78616505ca0c5b127cb78862e --- /dev/null +++ b/data/part-01387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ebb8f55fd457fc2fd8d50ac82aaf8499257473aaf0a620968197e0c36058e6 +size 761292610 diff --git a/data/part-01388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..405a506bf93d3166836899d4c70947ee02b4c738 --- /dev/null +++ b/data/part-01388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57858b9cda206a50921e1aad4f12c15a48a475fe634feeec8d1d63f72581622 +size 602359532 diff --git a/data/part-01389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c5f2e7be7f2780c9bedeabe17aa9561e3e912a2 --- /dev/null +++ b/data/part-01389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa98ec4ac82bb6924c5717217d8781e932b2ed15f0abc98f3d84b75fb1247bb8 +size 468721048 diff --git a/data/part-01390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ff57835d07f188786c329bf7a9d0475f8d9b54a --- /dev/null +++ b/data/part-01390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c991aae82197f65ca488c9f90b02a3ed65185c89a9366a1243df5e98ba4cd6d +size 429378855 diff --git a/data/part-01391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0896794301336cbf0985cdb4d2f5b65966206079 --- /dev/null +++ b/data/part-01391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9eadc7997a336532bea1d1db48cf1aadd091dca1adb6bfbaffd45ab025ede73 +size 1680021716 diff --git a/data/part-01392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a224ffb9bf5a3db099890ef6daeb8315c4cc927e --- /dev/null +++ b/data/part-01392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a8b95f6950b5ee82460e9a06e529a2c9f1179c629eef6d503ea3bab376d788 +size 444425891 diff --git a/data/part-01393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8d0294c955aed3a6dc583450a5c7f20d1f9ceeb --- /dev/null +++ b/data/part-01393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ef9b51cc4df7807373f01e5d8b746dd1fec8a419a1c1b57bfa838f3f531d75 +size 390314296 diff --git a/data/part-01394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ffd232e909c8582c65d0c6badea787a090f9772 --- /dev/null +++ b/data/part-01394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f677313f850454a7a2290538b903f4da1f75e5f28ac4351690d22041df9a646 +size 397968940 diff --git a/data/part-01395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..378277e7c63c2c4dd39737f582fe30dc5e126007 --- /dev/null +++ b/data/part-01395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5f875273d7ef481fd1270460d1701962bf3d5714c7eb9da7103a9056d4be86 +size 578756540 diff --git a/data/part-01396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1803f05d4090b853630d6c4d7ad41eb622d2c0b --- /dev/null +++ b/data/part-01396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e755c6b24dfa8be277005378dc650c546013a3ce5c1441aa8d6e8ab799a001de +size 500897466 diff --git a/data/part-01397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1108e176a2eab3341f3f88cafd9510b856f33fb2 --- /dev/null +++ b/data/part-01397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9457b7100dc5541ed1ae7bf1d474e6ee3b5c40b161451d3147041b676795a78d +size 395175305 diff --git a/data/part-01398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6699cef4cef5b9627006b27d8158882f5ae59e2 --- /dev/null +++ b/data/part-01398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bea302736430b1a7409b3729f34c94d8646afdaa34ebcf9234286be7be192c +size 1158325185 diff --git a/data/part-01399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7ebe3ec2229b75ccd4dd13799f2339f1367377a --- /dev/null +++ b/data/part-01399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc83a632be7e0045fbb965cce01f6a528bdddaa96e65e76f8ddcfedd5c87d3d +size 732093332 diff --git a/data/part-01400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84b368e29ab10a14caae8afb0c00dedaf504be0c --- /dev/null +++ b/data/part-01400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac2e63750cd3382d77dc297a40841149858bc24613ccd02b3b58d2625f80984 +size 544214728 diff --git a/data/part-01401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..feec95dc262d6f352d34353623127066bcdbcc9c --- /dev/null +++ b/data/part-01401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154d7437ef0eec83b30fbd021bf66c1c7a6b52bbde41449e2c567ae4e7458525 +size 439108799 diff --git a/data/part-01402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..638203581bb528710ce46f6cb6f2cc22da61d538 --- /dev/null +++ b/data/part-01402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbfd6840e2ba4ecadfd321bb658cfbf402888c79a687b8ed0264a8d21445350 +size 533138935 diff --git a/data/part-01403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd8b15ffd23fb8a21723821b54464ca0651a2dec --- /dev/null +++ b/data/part-01403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cbb5af541635eff252b5909ea0ded665da00dfab204105872d056ccbdbf8c0 +size 435897638 diff --git a/data/part-01404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c590c0edbbaaedfa52624a5dd25dc05c38aaa0b9 --- /dev/null +++ b/data/part-01404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655e47a1710088a64a20ca583000ec1c0bdd2a62b908d0c0e9246b4d3838a1a6 +size 784631693 diff --git a/data/part-01405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d1276dcb97a851379716df055d980ad6901f405 --- /dev/null +++ b/data/part-01405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb5bc8bcf0ca29514febcb3233200d50e6e1fcb7c32a04f5162b96cf2187ea4 +size 320162005 diff --git a/data/part-01406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a91210514844d1351339e5ab5bf018bfc5b2c10 --- /dev/null +++ b/data/part-01406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bf99e0267bbb99d7eebd61e47212b729a6f5f13e9818327605c7b89a7856d0 +size 726392193 diff --git a/data/part-01407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebf81e4c11d912c92696b6491e992189dadb024a --- /dev/null +++ b/data/part-01407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c716af7708d9d2bc818de9a5f4a715998298b4c8d6191e16cbd10972da9bef4 +size 535080145 diff --git a/data/part-01408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..089db17f9534b2198dad6569dd62c430b019cbb7 --- /dev/null +++ b/data/part-01408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed8e895c199b6ff92f59459fa0d62195aea0780de524a8bf81e02e1e026f000 +size 510552917 diff --git a/data/part-01409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8104f4b3c04d74c1870afadf6f0b0e45b237a96 --- /dev/null +++ b/data/part-01409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7db159fd3b17722bae5836960b3a1363ae253d59630269b5d7a2fba622f4af0 +size 619879868 diff --git a/data/part-01410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..439cee5af177e40bf0ad7665ba9531c5dacb2a8c --- /dev/null +++ b/data/part-01410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4b0e6f0edd5fe06bce7d2ec376c3b2a9005e057af8b30bf66ab030cbc24137 +size 912095332 diff --git a/data/part-01411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbd8c6d61a2e911c5802a453c4032ee8474f45b3 --- /dev/null +++ b/data/part-01411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900572573c09ad14dbf7dbad3123ad40be89b343ea5bd7d1f29a437e0988d7ec +size 534299979 diff --git a/data/part-01412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93fc2420893c2a580368dc3a1fbedf1826f5d5cd --- /dev/null +++ b/data/part-01412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d04380c299cf8d1e9be6d3d644a6f9fa630a350784de5cba946487dc9004ca +size 483906905 diff --git a/data/part-01413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1ecde530b91960fc8271dddc85ac5916bd100fb --- /dev/null +++ b/data/part-01413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82926e2860223b3d1dae555da5892565e3c172185dc81c964180d72943cd7980 +size 603114385 diff --git a/data/part-01414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccfa38c38b6cd89b5a649b560edec09922dd715e --- /dev/null +++ b/data/part-01414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a60ea4939b5c2b831d05f1aeae80678f07b0ace52a8191a83d39ceba39fc18 +size 650865810 diff --git a/data/part-01415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4619e6f24ec6d5cdc20d4426b118b2d6f8e68f42 --- /dev/null +++ b/data/part-01415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8507fca48404c3cbdb03ca698f45817e53300fbe4dbd025e8c56b041c45126fe +size 472302295 diff --git a/data/part-01416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1113306740067ee8f7c37b4a804d6cc7e8060059 --- /dev/null +++ b/data/part-01416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ce264548d77cbee2d32c23e54a197fca6efbe9524f9474cf57ad7796919e56 +size 1284739202 diff --git a/data/part-01417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff23ae9307d3100a03263b1e144aa73910bf4b7f --- /dev/null +++ b/data/part-01417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703b3bfc4ab5f1e9f0bc4d74ae4759a9a8370b2deec68ddd5e1bea23c50f760c +size 384542390 diff --git a/data/part-01418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b59889f6dc97b59ba5e2bf1cf98e1a4e61c73fa --- /dev/null +++ b/data/part-01418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aed0e7af81f34ee4f5c436d2372e2a010de6911a51b79439b122312dc806414 +size 428802607 diff --git a/data/part-01419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98926de6067c806a1d44960079b8c64873accb74 --- /dev/null +++ b/data/part-01419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c313d25187e8567d8efa20b74f6b4a53c9b92521e1465f280f08a437bff1ae73 +size 584116281 diff --git a/data/part-01420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1218be7b1f6a9ab44fcdfe366a813289207b9824 --- /dev/null +++ b/data/part-01420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f896944390f5ed5a4067bd0f7b80c4d5690484b246a1abf44f13080e322e17b +size 584080209 diff --git a/data/part-01421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e5ae9661758014d306e6c5cfa23f647e06dea81 --- /dev/null +++ b/data/part-01421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ba5f7a9a7f5fa9c636121de7098d6397f4a6a2254985d2b385a25159c2403e +size 838198574 diff --git a/data/part-01422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44ff2a8b3eeb8ad0ce7575a21c4432d6edd68aa1 --- /dev/null +++ b/data/part-01422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac76048e17548074fe094a8545823caf73058143bcb816c48efa0652db1a4bf +size 627286319 diff --git a/data/part-01423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0fa3710c72da2e8360183262d38b4c0d03521af --- /dev/null +++ b/data/part-01423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395482675e728de53d6dd13e148d9f6b8f4d14238cc7abb43f4141dd10d0425e +size 700605166 diff --git a/data/part-01424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a07b3170055fdb3f320fa019f992f4367d4bd52 --- /dev/null +++ b/data/part-01424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06cc903e0c7708d11af57df41e461d56f11b24b9c6679b31c0153e2ab2bee89 +size 492626851 diff --git a/data/part-01425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fc85ba02150aa325785b73eabd30d9b315db14a --- /dev/null +++ b/data/part-01425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff467d32df20a6f9f33f88cce7f27342e61060b97c6db40c9e94f1d18223877 +size 447408557 diff --git a/data/part-01426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cb44360c8b779507df34ddd1326b807c926f124 --- /dev/null +++ b/data/part-01426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536128f36e82d9577fcf9cf106268c5a04fab7bd5182203993135eba87cb2bb2 +size 414210782 diff --git a/data/part-01427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27ffffd02297842613e7d734d7412368b5d30799 --- /dev/null +++ b/data/part-01427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eab672846118942eff3ec5a0381a27bfba90b2f40f308c97a1c0a84d8a8119 +size 613883649 diff --git a/data/part-01428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77f9db7df833225e0d83d1982f9c458276d42501 --- /dev/null +++ b/data/part-01428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29a84534e376b1052eb17c5c85866c22f76510c7fd93e445637ca963525c27d +size 630512816 diff --git a/data/part-01429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7113a1642eb8296207f876887d684b64b277c40d --- /dev/null +++ b/data/part-01429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79bdce052a53a09dbf4a28a9aeabffa3044e20685f13e3ddbc8600605e414fb +size 851726934 diff --git a/data/part-01430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3e24ebebe3929afba082d091df29d529fa17d42 --- /dev/null +++ b/data/part-01430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b7aa63412737c28a648011ea53ba61042efec7ced7f74f54435a15636a816 +size 623291658 diff --git a/data/part-01431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07a36c5dca61b00d2cd632eda0f471fed41fd264 --- /dev/null +++ b/data/part-01431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e002e28b13986d8d0280a25bf5d940f7d4abd04a721a2bf1dedaf238b45cfe28 +size 557155670 diff --git a/data/part-01432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07e4085f1964768e28a5a8518e6cb2843dc21537 --- /dev/null +++ b/data/part-01432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef21f238ea8e82fc0cd511d2c60347b42184294c9613de1da2a469cebea207c9 +size 473798596 diff --git a/data/part-01433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62f23e88002591b6333c2b0d92083337b4d079a1 --- /dev/null +++ b/data/part-01433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6558eaeff4becf7489aa6d10e1e21d1de56017cd4364d5d0e1c30903e240dfb1 +size 857320230 diff --git a/data/part-01434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da56fe8eb59aa42aed1b762927a16729cdd41124 --- /dev/null +++ b/data/part-01434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7eb18b8a984b38c09d52af8611bb90be0df029a673667da75ee7565838664ed +size 493722454 diff --git a/data/part-01435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ddfe32088ddd837f013294ca9db60acdef1155b --- /dev/null +++ b/data/part-01435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8b50689fdbb17e87caca96b7e6e467bae68626ed11d9924f3719732fe1ce56 +size 524681075 diff --git a/data/part-01436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dc1f28a3d6651ae08611ce07978e3bf9a57fc6c --- /dev/null +++ b/data/part-01436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b51e71b52c599eaf6af9d43883142deb682065ec996844ca1aeab89682921b +size 776234347 diff --git a/data/part-01437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14c7fd88c2f42e964c72e17930065e06026de30d --- /dev/null +++ b/data/part-01437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af550710b64c2121860527b735ccc41c1538844966e3ffa89ec9127349403b9 +size 473494867 diff --git a/data/part-01438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc433ae5cabb56d9b08f161852600ed83a9ef621 --- /dev/null +++ b/data/part-01438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8704b3546dd3212233cee2e6322326e8b316b1590883a436002f0f55cbc5a201 +size 590176512 diff --git a/data/part-01439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fe6e7419c5a62c3d447cb95f09fa8eff4c51290 --- /dev/null +++ b/data/part-01439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1167884e94353ff0c9dfe5083f9f9fc06b3d14d25431721c5250e60723bbfc9 +size 816424977 diff --git a/data/part-01440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c0aaa46cb397af4208415b47facccfa8a4670aa --- /dev/null +++ b/data/part-01440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11948b4748617636a5c09676cc042b1c3ca5d9b09fdfdc9bf5c0de900800f1ca +size 499633590 diff --git a/data/part-01441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4d0ca9d46f640bba61c5eeb2f9631f1dbf2e243 --- /dev/null +++ b/data/part-01441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61269af036edc9a27d8df6663d283430d66a12f8f956ef7ea3c24b6261abf58c +size 730138677 diff --git a/data/part-01442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0a3947d432414ae41fec4a88f6d4114bc1f6799 --- /dev/null +++ b/data/part-01442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f33e905475ebb299c96c3cd15e9fdb53ebb472eef4ea03635796f49630eae4 +size 589206817 diff --git a/data/part-01443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f73ce0d7bd1349726bdf4e23b04e8175148a309b --- /dev/null +++ b/data/part-01443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849804ba7ebbf93535159697368933d0e09f23c52940ab96dd1b504c073bbd34 +size 635069847 diff --git a/data/part-01444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e00abca0965131fc60acf9e3723699f668064928 --- /dev/null +++ b/data/part-01444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1647807709a0346c442d929d393ace7a5712489312143ee0c08741505f35db +size 412298638 diff --git a/data/part-01445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09dae601ca7eefeedda17f5e7a4bfb68e391e21f --- /dev/null +++ b/data/part-01445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09240ba0ef431c513da92e47b56e39c35a823024b0c28b0ce0eb862b2ec203f +size 978253819 diff --git a/data/part-01446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91b7d729e25b371c31ffe8541b8dad3a44b53ea3 --- /dev/null +++ b/data/part-01446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf63b21a95c246ff2a181aa3c88112d9fb0d518e1c6937551be4e2e48c35dc8 +size 406440699 diff --git a/data/part-01447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5efa815e406f0b0278dd92e15af72391c3dbe59c --- /dev/null +++ b/data/part-01447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cc1d0392a091f979cff2bd9037cc283f11ef47d0ce08ccc3de6ed314f1802a +size 463601983 diff --git a/data/part-01448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c16a4973c0bf76114d7d5798d4faae931a89f33d --- /dev/null +++ b/data/part-01448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910b44c140bfca1263bfd5c71885dbb955dfc9eaba32454a433684a9e5338ec4 +size 493635691 diff --git a/data/part-01449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee673040bfca89987602f2b33aa68b1476441391 --- /dev/null +++ b/data/part-01449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bc109d9ca137778d792faf6a0b02c9d4b0f71b281b8d54502e5612d545909c +size 406991346 diff --git a/data/part-01450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f42ca443067359a4e1032e6ef649817b41f0e2c6 --- /dev/null +++ b/data/part-01450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce732ef815e74a731c6a97c5f0a5ad922841f5d5300d4a957e53419f501b980f +size 748366244 diff --git a/data/part-01451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..693f94f4b7cea38eace536e2f4ff52b25f16bc25 --- /dev/null +++ b/data/part-01451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba67406e4b044a20420457e55a700214c3f52969e9333d8a994623c5f9b4eb5 +size 554354926 diff --git a/data/part-01452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6d7c03cf454c39097a738dd2a675e72c2a93c5d --- /dev/null +++ b/data/part-01452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675085ae48abc0e83fb62f66eae5fed4312ef72f2d5ccd0e71890fa3861d878f +size 501986439 diff --git a/data/part-01453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c35344336cd039a1ed9182be659f6e945efbfff --- /dev/null +++ b/data/part-01453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e803982f48fce8da055d100a4098d69623d42bf46b93ff8257fcc0b463295829 +size 590106605 diff --git a/data/part-01454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf8a564eb638c00c54ade3de6d0fcb5c01bc61d1 --- /dev/null +++ b/data/part-01454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e34899a053a4b4797dfebbdfec8537779f1264bcbc7de0df316b6725cef557 +size 505458951 diff --git a/data/part-01455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90e2cd2b114956131339b0ae6cc9f723c0d6385e --- /dev/null +++ b/data/part-01455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215ee48381e572fd178ecd57bb0c2fdcd5de293569473d787e5992d41726a1de +size 462888838 diff --git a/data/part-01456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8739a4cf6e4abe23ede338965881cfc508d8f8b1 --- /dev/null +++ b/data/part-01456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cb855163ef3dbecde78fde9d645707a276917d0a6fc0150c0a415cb2f87e01 +size 646290268 diff --git a/data/part-01457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d7565fb7c1059b70f974fc4924ca1dd40e785a9 --- /dev/null +++ b/data/part-01457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785630a862a1fddbdcb967fa3b0c9739692729b7af173150d30c40a57166fdbb +size 420143986 diff --git a/data/part-01458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1afe409a70f1ba8c8b484d893b436f4d29ca3e2f --- /dev/null +++ b/data/part-01458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c55c90db364c291ea6bba8e3b0ba8277ff227cc0f35aa929f78d948c2eb80cd +size 436893217 diff --git a/data/part-01459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7acac1c35d18f287b55b5db462b215769d680e03 --- /dev/null +++ b/data/part-01459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d16ce525ceb7484c2759de0e32657e57ae1651d8c6691e8605409966a1d31f +size 475276266 diff --git a/data/part-01460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3af1301f0e771272410bbb82e3bc69a4c42e2f44 --- /dev/null +++ b/data/part-01460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c5e58b20b076c4766ea51da1344ee95c83578b65540c94464bec782feaf66a +size 369410104 diff --git a/data/part-01461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7b641ba76e261ee313b0d807e582c173d150a55 --- /dev/null +++ b/data/part-01461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a03dbc08af964dbcdc018753ac095c97107c24d58f9cc8ef0f3bfc877a60a5 +size 638012322 diff --git a/data/part-01462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de53d2c900c2ff8c1c030ab040b6b750bc0fe89f --- /dev/null +++ b/data/part-01462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8836c964ee5f35462a685a6c9fb57ae89534499a2a985933ca8b01ad7bddb57 +size 539164486 diff --git a/data/part-01463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0efb783f365a72dcf6387920f4787adabb6f1696 --- /dev/null +++ b/data/part-01463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e326b90db646892c8aa6690c3d2c799cfbed4644cb7b05849cdc7e6800fe3401 +size 941927273 diff --git a/data/part-01464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c5138e81e7e18aae9afa5518ad32265dd4fb83e --- /dev/null +++ b/data/part-01464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb27f6f0319d5c7ebd9f28df460be471fec8032a630da2e4e96b749da2d04e2b +size 668333935 diff --git a/data/part-01465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..700a217820836df59466bd76bd5af5a5169d2aab --- /dev/null +++ b/data/part-01465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5475cdf4a09d45df94b33a6588371fc37f228df3ff676fc3bb16f7de2fc8ca90 +size 1068169157 diff --git a/data/part-01466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b33404331bd673bc84952e123c53791e49cc1b3 --- /dev/null +++ b/data/part-01466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c403fd3e943c46919b6c7c50614c5dffa33928155b2363467ba6cee1fc01b36f +size 505695199 diff --git a/data/part-01467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..346ba4d663d81747169977f476bc6f4d50bcf843 --- /dev/null +++ b/data/part-01467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376f7256c79ed6b32c6e43d7add68c748319ac3d3996369542e7e8d6ca099ff0 +size 449636584 diff --git a/data/part-01468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fd5a595ad646ef08bc5c64e3926b3d4acb0bad0 --- /dev/null +++ b/data/part-01468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bfdbd9d5ef177527f04af1569b8550f4fbad2caa15773809a3b48f7e5e7b20 +size 470760674 diff --git a/data/part-01469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..658767257a9e83f1b97936e8842338f63281dcef --- /dev/null +++ b/data/part-01469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4174244adc1aaf3f6b026f046d0cb974e6015970e67a79eed6656198adee7971 +size 657467756 diff --git a/data/part-01470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14a999909f7a0d48f62b11f4e92ca06696324427 --- /dev/null +++ b/data/part-01470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae3343c89cb71d5aaa7451e79d466bcf2c2ce907d5eb1a83e0bd18aeb15c0da +size 460510429 diff --git a/data/part-01471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9208556f433468a5b59c00204c1f5c6038b16b6d --- /dev/null +++ b/data/part-01471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce4fbf5f6c8ee05989342e04248ae458085187df56c1cfb9b4dae22e791d04a +size 460363168 diff --git a/data/part-01472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2027d2fa92b0685121b012683b791bd7d9df9f93 --- /dev/null +++ b/data/part-01472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd13d2d314ce7783dd48d5db6d63b2376eca9b4da58907f139418c23b898d51f +size 638340393 diff --git a/data/part-01473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6749a2dc22c9c0f58390c83b92b4d16fae8f6c73 --- /dev/null +++ b/data/part-01473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb3c732d1fc457ec35e8bd6466d0d396e10b29e0b88f9c455c33f4f53dffb02 +size 710772044 diff --git a/data/part-01474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b941ac6552cec9214acc8c7d1e9366ab4ef8628 --- /dev/null +++ b/data/part-01474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5c2e3c5c0c54c451f5d85cb472dd43fed4ba51973bedb2f3f66386eb9e73d2 +size 478050548 diff --git a/data/part-01475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51f354e8a990ae8a5afa2cf5203a57565781c65a --- /dev/null +++ b/data/part-01475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c8bf83138b5ff7c643eae3c390cef2b5e884cc809a18aa19fb146ec600941a +size 476496684 diff --git a/data/part-01476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..672567e625c63300da1a5077f3063d2038252f89 --- /dev/null +++ b/data/part-01476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e879e93a9750749e0140227c43070d2ac92db8d9df2bfbfb2a9dbce7726461 +size 617357328 diff --git a/data/part-01477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49859dbf6c1ef5bff8af2692e7a32c39485b6deb --- /dev/null +++ b/data/part-01477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737cb9a08019d691d13fc3d10dafb67d325e6aadbd43fe18898738730c3fac92 +size 460009407 diff --git a/data/part-01478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67285a3e4ddbb1d9e81f12ef001a1fa1df3586bb --- /dev/null +++ b/data/part-01478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d23abe2f3169e62049003afcfbca6d686a78c0e21c53c4948610fd488c82f0 +size 773229768 diff --git a/data/part-01479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5984ff842d401a614e70ab67beddd0d7dd2ba4a7 --- /dev/null +++ b/data/part-01479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fb7037ba453e7b83fcd29903ceb08841b7c26894b4722b26c74941500b6435 +size 472875449 diff --git a/data/part-01480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97a0e8f2183d60ccdfbcc03fdce66f12b38b7b47 --- /dev/null +++ b/data/part-01480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c92c42828100917e392455e939f23a14724fc4d83aa5ca078da3f112cad427 +size 932646504 diff --git a/data/part-01481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aaf95dfe4d0ff24427082995252e711ea9e64a0 --- /dev/null +++ b/data/part-01481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1080d0c09111482fe2043909df2da046cb2ff8e89ee5a93a33f7c45c4ff8c793 +size 839951153 diff --git a/data/part-01482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97f84a7db33677ea316b7b220afe8e923ca1bf1e --- /dev/null +++ b/data/part-01482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb1623b073f5c93304abf49090cb79130b784412eeb3b53510b065ac22f038a +size 932049875 diff --git a/data/part-01483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db15985e13d05ed8d31bef713d3f5a08e3b21af5 --- /dev/null +++ b/data/part-01483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78617f70facc7cb27b8626715e55e8dcf0949394862619b2b8d87babc7435dad +size 654397433 diff --git a/data/part-01484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04a9af0527df14eee0e6b08d7c7a81c3309f0b2c --- /dev/null +++ b/data/part-01484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8768206ac421e43d345c84bde980637f93089e3e3fb16f7853fcca1e9994ae75 +size 562409144 diff --git a/data/part-01485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15248e944780f3f98d71ce08e5157c1e1b50fdb3 --- /dev/null +++ b/data/part-01485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0151e522911298b615c070f3f2b4538316e00b05f9a7c2a972725f04abb4980 +size 600904252 diff --git a/data/part-01486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a492fb70abfca111eca8bf6912d11cd4bb758f55 --- /dev/null +++ b/data/part-01486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a8c2a07e61d74741fda6992e42bb3b134b58a38a0ec50a9086222d2ac1a701 +size 541025677 diff --git a/data/part-01487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12872ceb7bfa65f7e2d978331717baca130e9f02 --- /dev/null +++ b/data/part-01487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5869d81f1c495a8df733c2712074ccbfa48d1e8c177c93d22c74067ab3715d93 +size 572726472 diff --git a/data/part-01488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b506b81c6f69719198b8f8a7bb58c88dca1a9ce0 --- /dev/null +++ b/data/part-01488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a614784974e4e6eaafe6ff97a32830e3bc6522f96440fad60ddc2030d7288f +size 429259772 diff --git a/data/part-01489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e82d8600dd3254f311dcfc5f507e4c50aa6bdc95 --- /dev/null +++ b/data/part-01489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a503ca08d97976826965aa944d0adbb405194df652cf8a1d19c976f507a99d +size 872847290 diff --git a/data/part-01490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81180e40280ab607c130a26ac3a18e4e6a8bb216 --- /dev/null +++ b/data/part-01490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f21854f037a7f1056ada5f248f166634eb6274208db0a007f99ce959c63c1e +size 709512427 diff --git a/data/part-01491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f52da3e84f8694ed77cc0a7068d069be3168746 --- /dev/null +++ b/data/part-01491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0856449556d7ac0402bfe78ef7a11caf4c08fbf4f68feae80ea5775422d4101d +size 667361008 diff --git a/data/part-01492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fe138df82b1e7ef9dad15f95e651d818e0e7858 --- /dev/null +++ b/data/part-01492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fe1e4cdd113c219a9ce1bcdb58c952d919ba5d5e647df8068a4e0e661095b1 +size 432055943 diff --git a/data/part-01493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..114a8f0042ad9396a0f7203185ca108c573e5597 --- /dev/null +++ b/data/part-01493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de2c871b80254e306e9761f42a3fd215e3be33e0209ffc136193c162adae0ac +size 405947302 diff --git a/data/part-01494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92088013ad9c27e8b61a2f1791991eb5ae1a7d31 --- /dev/null +++ b/data/part-01494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063a7b238f961b1cb84de294e3ad7115212de024dc5f8ba7000f06910a2964b +size 706716133 diff --git a/data/part-01495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f9921893e9fc9387e8d21bac82816b94ff61ce2 --- /dev/null +++ b/data/part-01495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2aabe0dfabe9a9f3760df74a903da1d9e66dd391324a2d17db6b9d73573f5e +size 524105584 diff --git a/data/part-01496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21e6254ead402ffd5832c6d9bbcbca26474c29fa --- /dev/null +++ b/data/part-01496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc260ecf2bbb13a267d45502ae68f5423389e78ac5883a201b22cf91343f494 +size 1032072220 diff --git a/data/part-01497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b88ecbb3a2ddff186e075cd0eac2eebb6820b790 --- /dev/null +++ b/data/part-01497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64450ec36122b56cc5ef9bc1562db30085508ada3d0326e24cd9900c4a46bb24 +size 579735922 diff --git a/data/part-01498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a4c532163cc7d80b0231f3e147a206adf5c12c8 --- /dev/null +++ b/data/part-01498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f143d8cbcc7f3f9ee83557089becdfceaf0fe96c9c575c24a7dbbb148afafc +size 837277725 diff --git a/data/part-01499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fdcf11c9f8ff92f4273be8681f37cbe3c263390 --- /dev/null +++ b/data/part-01499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e643473c7456268b07b37d64a1279067258fcb543a3d4480c4f446020f7d3904 +size 438883493 diff --git a/data/part-01500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82e3a83e782edfd3c1379a6a3a8102fbdfb177fb --- /dev/null +++ b/data/part-01500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37788c4ef4f543af78872273a43f99da5f8f2c8044d54112b24086141176129 +size 576004115 diff --git a/data/part-01501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7be486478b92f1a67c1e128f83a03c1f57c706a0 --- /dev/null +++ b/data/part-01501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3210b437226e57bc6395ad5fecfc2c40b74b0ea9a291f683991301348322a038 +size 531115769 diff --git a/data/part-01502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ad1acf4f058c9dc5200afcc871112566838104c --- /dev/null +++ b/data/part-01502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6079d616ec91680f2ff35d24f305adae9b299e7d2fd6fe8f23da3aa738fdb58 +size 667872162 diff --git a/data/part-01503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c41da7f2868ef385950f904dcd6166c5d3ec0e3 --- /dev/null +++ b/data/part-01503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b2c9637dbb0a9032f7db9d6e7f653eaa4788e53257547cadae614ffd208d0c +size 460465765 diff --git a/data/part-01504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e92b5d96bdc76f87d93c5deb8fc24395d8853065 --- /dev/null +++ b/data/part-01504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2017740f608a93476c846377395241d83ba87c1d4fefa536effdb27ed8565a +size 554836765 diff --git a/data/part-01505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6df5b9b12b2c7b07c03ea9c7636192c7225c83b0 --- /dev/null +++ b/data/part-01505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5b199dcba63982ee1717ae12cd9ae6d3b429b888ea83d692dead9a49cfcf42 +size 578733522 diff --git a/data/part-01506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9566d73500014f57d062c5d3b8a9bcf0621a89d5 --- /dev/null +++ b/data/part-01506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f072e5594402eca504babe2152f609f7caa5b9063fdb2acbd4f130e2a0a2d26f +size 473696815 diff --git a/data/part-01507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b847224f28e454faa84678bb9b65b5618440016 --- /dev/null +++ b/data/part-01507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6e27079226a32b2407b402499d3467a097ced968293b956a6ca82ecafb9b22 +size 428824050 diff --git a/data/part-01508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3bcfb959b7dc5e853765e1780b68e6032ac0dd6 --- /dev/null +++ b/data/part-01508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b376fbab3fe496c06ea0cde94196405b739c5d140d1ab6b82e2bde42865d4c8 +size 452091134 diff --git a/data/part-01509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d41a16ba7a53bbb055fdc5bf97146a5454e0bf1 --- /dev/null +++ b/data/part-01509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1229d73508ddaae12d25099d6ab185023c49e5db1fee848fc557d64ee505637 +size 348946855 diff --git a/data/part-01510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac58500b9a160340936df5a3510d39682e4ba9e9 --- /dev/null +++ b/data/part-01510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1bd55cd6027b9cbc85948bf5157b049b7a471391f68b8cc4c8f2f4ed8353b6 +size 440565694 diff --git a/data/part-01511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfcd33907768ea65660dac5424964adae7d53eac --- /dev/null +++ b/data/part-01511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a787c1aa30f5bdac43c32dac615e7bd37a906aad7518b7b8e06bf9628b2369bb +size 463129503 diff --git a/data/part-01512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f72ef85dfc173c18daf721890016db48bcbbde80 --- /dev/null +++ b/data/part-01512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427bdc0e43cc736a90b60af529c030bbb80c975abb079c42df11ed719f98adb1 +size 445810635 diff --git a/data/part-01513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd71890556e5a1cbff1d841b3653993fa0f39509 --- /dev/null +++ b/data/part-01513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f00407dbc2b0d7e6c9570811bfbcd4d513b51d30cf16168cda33e61aae53f1a +size 433067596 diff --git a/data/part-01514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d858f3269fe7939fe415d4237d34d58c1fe5939 --- /dev/null +++ b/data/part-01514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b514313b8525c6fe5a0bada263d5760634013862ae06d4e009dcf9ae172e0d1 +size 369479323 diff --git a/data/part-01515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b0dacd5b3154218d405f274ebd6970c1055ebfe --- /dev/null +++ b/data/part-01515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16711dcbf87ce760d76fbd556c00989cb31279bc38ab0ed979885977c504e49 +size 581478549 diff --git a/data/part-01516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53e796f32a8bcc7ce7356e53178d7de7165a1f65 --- /dev/null +++ b/data/part-01516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b60dd61b8db994dad41d5d90209a87116d1cca19312276731dd716be087861c +size 427025559 diff --git a/data/part-01517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..378b4a078aeb01353abadf91a3e4eed4ae72df00 --- /dev/null +++ b/data/part-01517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010d9f1c0303d8688b1112cfb41ad4dad25a45e93005a6ba09d4d5228cfc1a8 +size 525107834 diff --git a/data/part-01518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8048ff3baaac56141c7afce6785f1b7111aa21da --- /dev/null +++ b/data/part-01518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3876d692705c2598e85aedd01e433bc7d5b12bacb7a9e99e947c908e23273f5 +size 488206604 diff --git a/data/part-01519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bae15421a56fa96100a438c0391c84fbf468f17 --- /dev/null +++ b/data/part-01519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b075f224c027f7049d63a735731aa6380aa8e479bfaa06143a025a4a416a6ab6 +size 604783908 diff --git a/data/part-01520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c6b48b1e0ac7e13f431e3fd65dcab6901c57e11 --- /dev/null +++ b/data/part-01520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4d190e52c0bfc004e232099a7195c0420662a39e86e13bcf282439a75110c6 +size 443142983 diff --git a/data/part-01521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eeda9739c6a6dce3f19d0585b6253936bac8333b --- /dev/null +++ b/data/part-01521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0de30f93c67b52aed720446a5b12ca57fc43a42f8f02509c31bd0ac8e62a3d9 +size 529758131 diff --git a/data/part-01522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8587404956af645897a0ef057348f2ca435543cb --- /dev/null +++ b/data/part-01522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6790e3932cfb6aac45b07721162dc7bbe80588ac84cf3985eb5f2e29c3dc3e27 +size 489605512 diff --git a/data/part-01523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..523a9e1df9d7955d257c93db8862596978034e67 --- /dev/null +++ b/data/part-01523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaff66436b8b5beab5fd5b6a31ab2071ddb3417066630e40eac26636c95c9aac +size 770322234 diff --git a/data/part-01524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..758a6e542eb4a9a3af7aaa04672b98c9c4eaa42b --- /dev/null +++ b/data/part-01524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa5be6d0c792413825d5cce402f9a3b89c28070de921adba8677a293ce062d7 +size 664216358 diff --git a/data/part-01525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6aea4e4e36b08a30dc9e005995307d15fbb12b2 --- /dev/null +++ b/data/part-01525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee94cfcae03b266f0a3c50d1c8f8283406c71f11f15d21c9df382148d2b4f03a +size 707963202 diff --git a/data/part-01526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdb178a88478f7d8765b7a7a83e0c1705ece6336 --- /dev/null +++ b/data/part-01526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceed1c5915ec266af380ca493d6e616f6981a42f6d2b9c55c88b506294d0dd06 +size 534416494 diff --git a/data/part-01527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f76a3934b53106f32fef6516bbf764cb539ec3f --- /dev/null +++ b/data/part-01527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b475b3fd88a8f566803a093313389f3aa4a218e641fb5f34c786aec1a77976c +size 480068410 diff --git a/data/part-01528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cee938826f5925474f82020aee2c3141a166c6c --- /dev/null +++ b/data/part-01528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b6854e7756d338b6a4cd234016ffd71273c58e579a9893e71c59609042f2f2 +size 618463242 diff --git a/data/part-01529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..388197e3250e0b6471848f6962740226d1cbf949 --- /dev/null +++ b/data/part-01529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8991bf3983ba56f01363c41385342ce6b4878ab081870b08337171f296529c +size 508560527 diff --git a/data/part-01530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a518ea54aee2ce4b71a63ce818d12cb847f74b9 --- /dev/null +++ b/data/part-01530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6c7519304bdb66d57bfb9246eb861ca1fa0a81e448ae4fcb25dbe806c13d17 +size 974419895 diff --git a/data/part-01531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c7e1132c04f3db720793809d30c2e97419419b1 --- /dev/null +++ b/data/part-01531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36015cd7c456fee33e597cf9cc46fd02f4dc9e8583cf4c77a82c0b5613f8b42 +size 834830398 diff --git a/data/part-01532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29ac5bc43e3f36ad2d75f3be9a336227ec1ebc3a --- /dev/null +++ b/data/part-01532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b0d37e73b7fc1f5613c2557833f99dfc320de04d870c2eec056d99e8172f7d +size 539722161 diff --git a/data/part-01533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6b3880bef920e8974e534324050ec051e5a1ce2 --- /dev/null +++ b/data/part-01533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafd5ce9c2ef5fcc80c3ff8aa2cb95e9515d6730b9ecd07bda0ca81e3e8930e5 +size 468681663 diff --git a/data/part-01534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb1217f54fb389336b7fdb7890d0622a8ea3db86 --- /dev/null +++ b/data/part-01534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9744733b510cb0a89c69f62de7422e39396090b7888a16e4e31738bceb84b6e3 +size 527801963 diff --git a/data/part-01535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16a94de7a008069e2b6114d507793963e71a53f9 --- /dev/null +++ b/data/part-01535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3005554c6e6b1da615010e76002dc235014892b5de2691460bca1731fc43dbc2 +size 863141259 diff --git a/data/part-01536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1f2891ce70cb5507f82c8dbe64934a5e350455b --- /dev/null +++ b/data/part-01536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2723472d3f148e0cb9cfefeeaea1ca727e247dfd287fe003c8de8fe73732e0e2 +size 681975823 diff --git a/data/part-01537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d750f52d8dfa7ca0d82c4b07181c13260c92fa8 --- /dev/null +++ b/data/part-01537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d035a8e839258aa2c76ca002bea14ef108f761c6a07b09bf983bfb3dc7b92aeb +size 514070589 diff --git a/data/part-01538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bee9568ef8d31efc9464ed30ff941cd7b7985a29 --- /dev/null +++ b/data/part-01538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2ae1283ccc5d4ebec589bd955b69efbbe0e60ba427e7b71dd13b8c97d88d34 +size 525892034 diff --git a/data/part-01539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69856fbeafc56b01be58195654e688a5a9459536 --- /dev/null +++ b/data/part-01539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d38a2fbb460e32232a582c13232b6d9082e3a17af554a0b6b2c29501dfb704 +size 430475288 diff --git a/data/part-01540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..775c9d6cfaa68724d8b0e4437e03f2bcfde9e5f1 --- /dev/null +++ b/data/part-01540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee80a236561d7bc46a3e71ad5cfe51320d1c37ae70c84628509a36bae09376d +size 584660155 diff --git a/data/part-01541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b8ea027443ae436d153be923209258d737955a4 --- /dev/null +++ b/data/part-01541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b194f0ff2d7952a20ca1d94a26b398dc9c4c34a38b50b46884c87810b504131c +size 530932513 diff --git a/data/part-01542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c4345b6bb748c8ce8bcecfdcb1cac9a144abe19 --- /dev/null +++ b/data/part-01542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44f98c32f1c435012ae757e91b8966b824e0114f9f44b1f2adb099ad8afe7fa +size 551069493 diff --git a/data/part-01543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6152c07f9ef67877f99c278251aa30b57638b48 --- /dev/null +++ b/data/part-01543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac9b534b4378a25b7ef3e6b87ccdeee9cc1f7229b652e780707fc1c4dd620ba +size 458712515 diff --git a/data/part-01544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4277647bce1ee47851c9ee08556e7033d322dd04 --- /dev/null +++ b/data/part-01544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c739f9231f086e1c0eb5181be41f1075c81731b811deb0493336162fd327979 +size 380876628 diff --git a/data/part-01545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bc93d288fce05551e1bfa4ef1f290966b136282 --- /dev/null +++ b/data/part-01545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4175f3b6a9583a6b53657f75b376080646642fd7189282cf3edabe9cc40af5e2 +size 1156260689 diff --git a/data/part-01546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ecdd0665d3301631ce2c3fecec121cbd4faecef --- /dev/null +++ b/data/part-01546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f33c2c2e1fa34614a7a04a9aa469eadb7dc9bfd9133a4ba8afd296620d092f +size 715421328 diff --git a/data/part-01547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d222081c1efca1fca5f164fef5fc5c9a96116d9b --- /dev/null +++ b/data/part-01547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710e20912ba265679bdd1fc265fb7365288caad046959e8bfee65f60c9ecd7bd +size 510463912 diff --git a/data/part-01548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..295dff47fd2c00d0ee0aa20c5bafe3afe1aca98a --- /dev/null +++ b/data/part-01548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0341b88407a27c3eb4b047d14c5b33f551c24d1741274d5ecaabd0cd377df057 +size 956518551 diff --git a/data/part-01549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7642cc0e35aec3595d0274c8d53d6d6589317b93 --- /dev/null +++ b/data/part-01549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a544ed05e02ecdff262ecec65d5e727080d45762160df5f0c5a99f3f61d78daa +size 552268257 diff --git a/data/part-01550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ebbd8c48f6821ff96d32f342e75a8357308e130 --- /dev/null +++ b/data/part-01550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7e384ff35c8376548ec3d42a2532172c4ec94aa945c0d28bfbb7b2d56016a5 +size 412190638 diff --git a/data/part-01551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6009c1e74f87b50485dcd2829cd0cb2b75dec68 --- /dev/null +++ b/data/part-01551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e9f783d1779d4c4d4c17d9afe943ff2ff07771fc3ca5faafe9c973848d5b4 +size 569644906 diff --git a/data/part-01552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e4cfe458ff7837ce106ada0852201d2ff67a769 --- /dev/null +++ b/data/part-01552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717952ac4e4edb8961dc3819219aa0e417d520301a95304dcc68bf735f55499b +size 635982534 diff --git a/data/part-01553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48e9699b99090399d864dcc191a11a81313bf5cf --- /dev/null +++ b/data/part-01553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ba15ad8d7c41e9d4d81a7e9d4d565914527a58267e5c19e2fbe491b7a82ee2 +size 421208169 diff --git a/data/part-01554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b71f5c0d921902db76e82382bee1e0fad75a79b --- /dev/null +++ b/data/part-01554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f0e468af23c31f7007c3ff114f21fbb1d88f55202c508ec5eacfa0c06eec29 +size 402704508 diff --git a/data/part-01555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00ae3d7dca1a0144ed77e8ee2bfbb68dd4181f40 --- /dev/null +++ b/data/part-01555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac936d3f720f4ad3a2d5d4f11d194713bf2a957d68943a42b2860771624b757 +size 606079136 diff --git a/data/part-01556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f5a0d15b911632437cbbc68d6d289d53b040f3e --- /dev/null +++ b/data/part-01556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97358625844c6f247aeb020338c59076cb85885fa0d8ac52ee057de27f1c8772 +size 541931894 diff --git a/data/part-01557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aed0e0f6993763c514679187b9f740dae95b4dab --- /dev/null +++ b/data/part-01557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5742a50b49596f4bc5a29843261c2227751592b7c5b4367c32d01391c5155c5b +size 354318364 diff --git a/data/part-01558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21648f70851e7f43ec238812444e7ed7a7172282 --- /dev/null +++ b/data/part-01558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a9fa976e9aedf3a0bb88841c86ef87b2258cf3f356091d60720dac35b5cac2 +size 538624404 diff --git a/data/part-01559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4cafcb84d106a29037cfe5fb3e17d3652b88791 --- /dev/null +++ b/data/part-01559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a352a8d3efc8bc2de26efe99ced6ca2bb4c709a2f4ad06b381a2e4a3a604eca2 +size 685030807 diff --git a/data/part-01560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22f491d100264dd9144d7c0330464cf0d3a66071 --- /dev/null +++ b/data/part-01560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46904cda465ea2ceddb9c854ecab3eb681c7f1d333786603c8285280e6398aa +size 493942874 diff --git a/data/part-01561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a06106c7cba9d295ea8300826170bddd5d28d3a4 --- /dev/null +++ b/data/part-01561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1a3d3a2e80dfa06eacd96925cc3370ebbe67e155a1993489357f6f1b98db4d +size 422313366 diff --git a/data/part-01562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba15d8c5a730e55afd1f49e709d969ed2ec371d5 --- /dev/null +++ b/data/part-01562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9322acd46dcedea3b374b4bc573ec7fe77fda1f2473311e1293950cfa4a1f94b +size 744240936 diff --git a/data/part-01563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55ef0250cadcdd389e641aa64a52eac34bd61681 --- /dev/null +++ b/data/part-01563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f62df4cbf37c00de02460ebc9436a4a923ba8e3374314693b1e8992cc1f715 +size 494206287 diff --git a/data/part-01564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d3bbed9fb8f17d739385b90eb10966041286089 --- /dev/null +++ b/data/part-01564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2593bc5ad49a59d02b919a2db2b476030512adb03fd049338366ca11a67fdbe1 +size 395439773 diff --git a/data/part-01565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07d523f2e8bbf17a5c28f169ae1279e7e388df4c --- /dev/null +++ b/data/part-01565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4210d7a871697a58041ffdab27d23331be0103830c9f30054e1eea16e07b98bf +size 576906401 diff --git a/data/part-01566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb9f10959f85baca56ddcdece48fcd0b6e4fbccb --- /dev/null +++ b/data/part-01566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5f3311d3511629ce3dbe3e2cec736dcbffef6e36c1c345a727500d5cb87525 +size 457360617 diff --git a/data/part-01567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19c83d555cb3cfd1721f8b71c32a372e3ffba9fd --- /dev/null +++ b/data/part-01567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326fcfc8c874d2b7fb0dd60d9d5cbc3dd7cf68a951a932ace52ca022fe207221 +size 587274623 diff --git a/data/part-01568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57016f5cfd8bfbfae49d106131565b528bbf0618 --- /dev/null +++ b/data/part-01568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8512f0af6e0131c0a7da8228d0cd7b768cd93a5c60b3014a1d37d01fb99302c3 +size 1015396783 diff --git a/data/part-01569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..239837f76ca87c4fb2240b5dafeed721bba41fb1 --- /dev/null +++ b/data/part-01569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d71441d6de33d90713d8e66e9a0b209f5ae26ba914f365f477bf7d5c6a736f3 +size 539087518 diff --git a/data/part-01570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca23bfcb03c9aca48a51e4c284780b323792b948 --- /dev/null +++ b/data/part-01570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1a86cc1cdff6d3e6cca4a3030ebae514715aa911497f23e3246bbc237a0c04 +size 530760385 diff --git a/data/part-01571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d454381cd78e978c0fa0c8029001bd5bdcb7b893 --- /dev/null +++ b/data/part-01571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2302975cabb85c140702a53e65b25cbcec9fc2ff26f12ca20d8e72aff8ed421 +size 391047359 diff --git a/data/part-01572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81a4ef2e2c2ef6ba2ed11a3b516093478df940e2 --- /dev/null +++ b/data/part-01572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0e841842217b1a9c1e4e710289a37ea51eac3d8a9f5a8c48ecdaf7975a0f71 +size 711240991 diff --git a/data/part-01573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a11560b4c95cae798ae782c2c5234896cf169227 --- /dev/null +++ b/data/part-01573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f41b9d5d5495d400e262c15cfa34f9151d635e224c92fc92d84eefcd73f4c1b +size 471259081 diff --git a/data/part-01574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86c450219a5343ad68c6dc12470f25a7e608da10 --- /dev/null +++ b/data/part-01574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a583548d4ede32e70e08eae104645a1f9456132f87d7d0b694bac13485d3ab +size 580805215 diff --git a/data/part-01575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0137d125c5f526dd5fd9fc00140f4e7c7042b4c9 --- /dev/null +++ b/data/part-01575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af89414b35748a958c9fb77c1eeed1f9946c0982f59288fa745718c717200de8 +size 470992735 diff --git a/data/part-01576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..683eeb6b19f0158ce99e12f90399412dbbef1a5c --- /dev/null +++ b/data/part-01576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a69f8eeae3a7ad465f7f79f71344b056ad774fb102b0e6f78b6500ac96c4e1 +size 463765676 diff --git a/data/part-01577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b82429709e997a9644bbba9d02ee30a000972e32 --- /dev/null +++ b/data/part-01577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114028bf33834f25954b93f997e21a95f7934e0023749c667f519e571cc1383c +size 513249323 diff --git a/data/part-01578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..548664e96622df3d00928ce20b6236c9658b268a --- /dev/null +++ b/data/part-01578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898fc5d69008d7823e30069049b912be806933cf8f270d9eb97e9f533075cafa +size 403038380 diff --git a/data/part-01579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee25ba40c1f6602b94607286096215f108fb7fd2 --- /dev/null +++ b/data/part-01579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d955df45f7027f765615decd81dcefba71b5fdde6cca1bca615fc5a29e4237 +size 425267706 diff --git a/data/part-01580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6df15ef8f4aea40491b08072f7f62828804f781b --- /dev/null +++ b/data/part-01580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b196baf4ee8bb7a6041fb013b16222105e65a9e2e973bfdb29066896164627b2 +size 551118872 diff --git a/data/part-01581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2b9d5ad3b4f5fdb5344070a4eeb88d960f3853f --- /dev/null +++ b/data/part-01581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2df0f5bc4ea5a5ce2801652217aa55d1eddcd1221fb03bfb7f13cb79328caa6 +size 748608924 diff --git a/data/part-01582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b5e0895861c5fe50b3ddd61d189ccd6505e5d8c --- /dev/null +++ b/data/part-01582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2d8a7e63e289988edaa7846bd9c785aa4e4fa204417aa4a44b5d4c33fa951d +size 860674973 diff --git a/data/part-01583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2839b748a3dadcbea1bebe0b73a277ed825425e --- /dev/null +++ b/data/part-01583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2a17b1fe0474ac46a21c6d8d6c0ad0dbb9aa9be3f97bf53e95605258598d46 +size 357679342 diff --git a/data/part-01584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b46c2fb5a1705ca336332f60d9eb3f511903c583 --- /dev/null +++ b/data/part-01584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8435460ecb2176c831d4fe7b01d5180d7f96c81bfb6136690b26ae6f577bfd +size 1256301534 diff --git a/data/part-01585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80e762a6549a50f64b8eda9c3e578b3d101e469a --- /dev/null +++ b/data/part-01585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e14287a91491ffa1a5085aa9f2955cefb17c45c5d9b5a898b941789e169a35 +size 716176221 diff --git a/data/part-01586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..142a84a02ae6dc90679ccb0c021ed4bbc7b7379e --- /dev/null +++ b/data/part-01586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad73cc88fd8a6bd61a636e523a928f71ab8b54bc30feddb4ee1e886f846e301d +size 696449516 diff --git a/data/part-01587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c447bd864815015190f0cdae956038cee1f1d3c0 --- /dev/null +++ b/data/part-01587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331f6b32716161ee880a1e1c5b156f82a527f381422ded36d05deefef89186db +size 631853071 diff --git a/data/part-01588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39ec464fb7401ffe54519fabd81e893dd816f446 --- /dev/null +++ b/data/part-01588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfefaad53fbf907ce9fb4f24a65b68c12a9e97d2db34a49e2481ed49e6a46b2 +size 507530551 diff --git a/data/part-01589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b99639bd2a94a4f79036e053d6c6234b060ad83 --- /dev/null +++ b/data/part-01589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af815ace817a06cfb4103015dd695e978d8a48666c06e5d67a527cafec6e1139 +size 534946039 diff --git a/data/part-01590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..558918ac49899e24d1276ce6d115bc94a2dd5723 --- /dev/null +++ b/data/part-01590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a5a5e68c411fa03d8c626b3b56f6e0de644f53f4f4144c52142587c32a32dc +size 480821283 diff --git a/data/part-01591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71f4ee040c2895bc653425ade702fae1a22912e1 --- /dev/null +++ b/data/part-01591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972f2cae092fadffa54ba98775f6220e7b7b72a120c852ab0967b2d048e97782 +size 581814544 diff --git a/data/part-01592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fcd89c2e5ffe66544125930aa958be8fc33472e --- /dev/null +++ b/data/part-01592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24fbb0bbbbb79b4d06dfd369bdd43628276a00d4f4e5223d821c83677a747de +size 466998689 diff --git a/data/part-01593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7535d9549dc209cffbc54754fb5702a03ef08f3 --- /dev/null +++ b/data/part-01593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8baf2b03d8f23a487778ba614772dc0147185a6e3ef2d646ed342bb0258a833 +size 724692792 diff --git a/data/part-01594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f8452e35319b89c09789e8dffa68a492491173 --- /dev/null +++ b/data/part-01594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6f38421f7ad2971f0b4c805f9504c851f0f8ff62a3a44dc2f897790c988831 +size 520063893 diff --git a/data/part-01595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adb9e4d280578593ac1cabe6d7bc648a36b66f8d --- /dev/null +++ b/data/part-01595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3c03e110280155a97be44d961ce934f77a7b884b7a4be493a613eaa8bead38 +size 430204133 diff --git a/data/part-01596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13c2c2bd078e0beff4884682b9cc05a436f7a1b3 --- /dev/null +++ b/data/part-01596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cfb3312f22f016511d1e44991b59cf5c0e413c4e4e70aadec4c72c0bfebc7f +size 581623520 diff --git a/data/part-01597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c32e5a7c6d9b6e8820339ca6e09cc988159edf37 --- /dev/null +++ b/data/part-01597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02857a7f3d1f1cff8b9e8f55c6afe9c4685f89cc29896b5a204533b3d2082c3d +size 692273477 diff --git a/data/part-01598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0e8ff421e5e07a6e1d1ebfddea68a74650fbf10 --- /dev/null +++ b/data/part-01598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3f6f29fc142512f3385de312b9a14953c2dd36a197738769ec7d1d92f3229f +size 449781184 diff --git a/data/part-01599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..749dae1a7ae9ab75596836c2ab8c26d20f215d23 --- /dev/null +++ b/data/part-01599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9180b72f18f30c3f10c87dd1dca6ee4d03698652fb30e64dd5caf993a26e4340 +size 643514197 diff --git a/data/part-01600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67674aa3057b2fd85f5e91739160c24f1369fb3b --- /dev/null +++ b/data/part-01600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62eb9f68d25ccff905d502bd564ea09e139b139f8a3d2efaa811f51225967b7b +size 538216304 diff --git a/data/part-01601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb1e3301878c7ed327008f63d9e594565c194c11 --- /dev/null +++ b/data/part-01601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28b3dc4e0463d5eed1023bf6048dc5caf980b8236f9570b44412409965261e0 +size 632072405 diff --git a/data/part-01602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f1aba559380633751c7d450f7223439ac013351 --- /dev/null +++ b/data/part-01602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab4673d4dd7c4664f19db42fa368cb4ebcc7ec6099469a94c145162526e1cd7 +size 530336057 diff --git a/data/part-01603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fff7544e5845541e26c72c2cdc5c20622cb59aec --- /dev/null +++ b/data/part-01603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5a4af5edeb6e52dbd33f0a30c505c8a4db0bde3a469466a79d489e2081e5cd +size 656431214 diff --git a/data/part-01604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d0bafe6a437d620fbc498ff2260e4a8d062629c --- /dev/null +++ b/data/part-01604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8f0682f9fb7ab858102d6bf7e757c111aaea5fbf634b6bb78024693a8c1f69 +size 861118171 diff --git a/data/part-01605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc7ac76523dde5ef3f617ea823a5f604171d4c52 --- /dev/null +++ b/data/part-01605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070b0b1d7b42d35e6b05229e68f7326ec6eeeb3f5de1a5f988e750c35dd42684 +size 420253315 diff --git a/data/part-01606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7c9d7fd33ae3629302cee77b212c84224e32adb --- /dev/null +++ b/data/part-01606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f65e0fa2197140f81618252f6440b955ffa8839b384ace849c68632a1944ee +size 585389063 diff --git a/data/part-01607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9ae922522c006022793934f33771daac8dcd0b5 --- /dev/null +++ b/data/part-01607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa05350519d0e94796b664ebd202cee4477a83a497077e3ca197b5ce58d8b04f +size 564080725 diff --git a/data/part-01608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89638ebba88a5b00e276118fc6f94cbd6351592b --- /dev/null +++ b/data/part-01608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c190e8b951d60a6194784c074e9dbc35da313b925006002055068e7fde2110 +size 822276792 diff --git a/data/part-01609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..756e3006cadac5f45d148ea96f3611a7204ea130 --- /dev/null +++ b/data/part-01609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4905b70c711be834235e0f9b49fb38bde39c71bc7fc06c5ffd2c8f65a775d624 +size 417222756 diff --git a/data/part-01610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6b39e3fc5938091979ca9888287a76f4acfda8e --- /dev/null +++ b/data/part-01610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7565fe5c87daf59c7c951ae85d8779bbe48583e5d9c99af2c27ebbd4a54a09 +size 907634400 diff --git a/data/part-01611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa880400037f3804bdd2722f30865f7a93d3d52b --- /dev/null +++ b/data/part-01611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4190efc7d26ad286c3fa60524b3908c56ec98db8ea4becf87059ccb68761cb0d +size 365962676 diff --git a/data/part-01612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7ddb88b4f7e6d90cdbfda653bde35c0476d95a5 --- /dev/null +++ b/data/part-01612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6eed88e6893a0c73d903c45df69a212044acde5aabf725c9c8446070204e71 +size 512081163 diff --git a/data/part-01613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..336abb9ff2b28990878eaffd8d14f4df2a2196fb --- /dev/null +++ b/data/part-01613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1268a060cb37e1decf1b616bb508ea3fbb6f7b799d85c734fe482685c2e8d886 +size 714220524 diff --git a/data/part-01614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1abadd4f175a6c1d358807f909dbbb90871ed671 --- /dev/null +++ b/data/part-01614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1ddee6857d09b1dd02ff42cbe68a7aa4f2121f57a8f57c4ed33fdffab0d05e +size 434138250 diff --git a/data/part-01615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20daf00b32059ab3349b67c8c2af7c1030e04c9a --- /dev/null +++ b/data/part-01615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc675d339370ac366d9f392b61c247402682ac888c1910f53f839ee3f1dd13a +size 568318262 diff --git a/data/part-01616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..384cc909039d9b0b3da0eb75c1ec7004c2356a24 --- /dev/null +++ b/data/part-01616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e266be17cf8fadb8945f0cf1f99d98a7a26853df47db5b6694965e12374c1f2 +size 542435873 diff --git a/data/part-01617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..637bda0b384b9b0f95a5b464e89b7910ad063e81 --- /dev/null +++ b/data/part-01617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c634d642ee752afd779f78a05bff0b605f0106270d9c08e37b5813da48145730 +size 504658546 diff --git a/data/part-01618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a741608d85cc08cc2b7f0d353c8c02fdc7ea4c3 --- /dev/null +++ b/data/part-01618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7efb9c152cea285940901e430a281d79051e1da3cb8e3207d698c8ff5fa885 +size 651682988 diff --git a/data/part-01619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..811518f84c313eeada8b0ecbc5fa954946b4b55b --- /dev/null +++ b/data/part-01619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103381fc18a33679d95dec387b64346b705b87692eab729e6eb029da8361c1f3 +size 897054279 diff --git a/data/part-01620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c84e4876ac7bee5b70d315d9b83d7c510be765e4 --- /dev/null +++ b/data/part-01620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720f1cd53da0a99bf36117534d4e0f2f46773935fdd3418bc78ca4e92e42af18 +size 407376501 diff --git a/data/part-01621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0888f8cf76089094814933f1bfa9b60621e12013 --- /dev/null +++ b/data/part-01621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a147ef9663e2b70a7a4ec51518ff759d2162e607528631b59983ee3be33b3c59 +size 637197904 diff --git a/data/part-01622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4319864ed4fad8f495a6b606757a88c98b9cce4 --- /dev/null +++ b/data/part-01622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9f5492e94552ff7287285ce685265c00ace4d2272b3424d89da42a99800da8 +size 485214928 diff --git a/data/part-01623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41c69c8994879f42574fbdffdb087ddc85ddb24f --- /dev/null +++ b/data/part-01623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11dd0a8a7b1d1ef8c1578b5480a8cb386ead3f484fab6ba8c20693cf6dfd50f +size 695377534 diff --git a/data/part-01624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f5e0568fd6954fc9ddb16caf5831fe4dedc08a9 --- /dev/null +++ b/data/part-01624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159e18bccc2d68b1a1a13b6a7741af37f57589f77592cbf62f816a759f8925c +size 666435882 diff --git a/data/part-01625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..036ea7fd4a5f6eb55c48c8fe30dccf8afc9f858f --- /dev/null +++ b/data/part-01625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9baa8cf37926822092d9b2902c5d098d713349b88f7135bccc8081c13c70b0d +size 499042112 diff --git a/data/part-01626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..831f15f5c77754fe7df8a1fc326967139f1c7e41 --- /dev/null +++ b/data/part-01626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36265f6cd509eaeeeb017412ec4037644ece8e40dd85e1c5b492f09427831adc +size 417817963 diff --git a/data/part-01627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d548671b695dd5b436259ed2307340e8344ed0d6 --- /dev/null +++ b/data/part-01627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff307c0ac254352c97d448df3ccc251bb62d844d4ec833fd3aa513902fd1b86 +size 476715171 diff --git a/data/part-01628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a897bb6f8e6ed559ded5210ed55ff81eebb2c95 --- /dev/null +++ b/data/part-01628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36216f746313107cfb4aebf6ce36b7f128f9d77ea36aa3c0907ca1802dff00b +size 448147240 diff --git a/data/part-01629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c6661e6f3c9ee507c40feeb980fae8bd14e5a97 --- /dev/null +++ b/data/part-01629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0b7d3491fe0c1826bd81ded42e852a089a989ada8d5184b72c2cc5d7511a53 +size 482880147 diff --git a/data/part-01630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26e0e451dcf633e08d1bf31d69687d06dfbabe64 --- /dev/null +++ b/data/part-01630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f8c418bbf815714a4a50d40898322cef7e6bcc3f06f844b3f685da594bc037 +size 500818424 diff --git a/data/part-01631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f206e85f44e5c9f2e099f2ab60176bbe5ec5e127 --- /dev/null +++ b/data/part-01631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b666cc242cc02674731d5544ac72fd3ca08b98a579f8b83d96403f0ede2ba2b4 +size 514458800 diff --git a/data/part-01632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f65b0f443b63d14517e0667a659f162f9de4f6c1 --- /dev/null +++ b/data/part-01632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65359965af449f0aa9af5439bfa3f31eb2170dc3f39cd4b21c17be6d427241c4 +size 834706054 diff --git a/data/part-01633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76e1bf47e7db20b7f3ec4849c7f0532698f513da --- /dev/null +++ b/data/part-01633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f121224d651dc21236478356e91708b024e0ae884821b82637186279abc0a0 +size 527588288 diff --git a/data/part-01634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66c6395aa889d389a522de1d8eeb716203ee27d3 --- /dev/null +++ b/data/part-01634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a21c0f50547c4dbf32b5ec95ee929b6fe3c83e7cf1cd0bef37939ddaf88df17 +size 605740962 diff --git a/data/part-01635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..626356857c5a20f40e5616a60b31df3d942806d3 --- /dev/null +++ b/data/part-01635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117cecdfa124e5b721ba2a0f2bd8d4633be7ad3843b0bbf1b79e2228651f58e4 +size 477733806 diff --git a/data/part-01636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e28cea9cc13dcd6e27ec7b4fcb44980c0ae6c70 --- /dev/null +++ b/data/part-01636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37351fa58d2e8ca75c16f886bab59385cc3a0a4d157e337e30e6994b117b552 +size 506179154 diff --git a/data/part-01637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92c40d1486f6ca0030c4dc7e2403565e7886bcf3 --- /dev/null +++ b/data/part-01637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a4704ea6a4600c3834493e4a809fcd404c94b856cd7380746ea7fbec0cd957 +size 400873358 diff --git a/data/part-01638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bfcdbfde4eb5ed5173181afbf4d0f85213e0f39 --- /dev/null +++ b/data/part-01638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19da5882994f4bafb2b313fca7aab461f6dfb181da92246f7929a9ee173f0e4 +size 526612558 diff --git a/data/part-01639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e18c254ff7c378b8f0cc3afe6f4835bafaf760d2 --- /dev/null +++ b/data/part-01639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50045f8c03d826052e37f5e2becd474053f08f635430a49f184a6c6545135970 +size 502908437 diff --git a/data/part-01640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b68b0aa50e5c9007d7bfb3cf31cf4708d8d4cb91 --- /dev/null +++ b/data/part-01640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9910b3ebdf23794e8b5be5648f3e716a0636c59b82dc21dac1e36333c56bc77 +size 677178508 diff --git a/data/part-01641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dddb87a91b4c96b8aaa5d49c2233b99172c7a767 --- /dev/null +++ b/data/part-01641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4412c4527c0f0530edac22b39e60a48687a9342ed5b56d9a3c5143e0c96f674 +size 415287653 diff --git a/data/part-01642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c5383682399623c18fc4b5e441db7c0947d8ffa --- /dev/null +++ b/data/part-01642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59677c6c8c9f00608beae4143440b09ebd0726067e45732f7cdb52bd8e9f31a2 +size 541925855 diff --git a/data/part-01643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e67d64d95ef1ac16bdd4d4214ea234062cf1181 --- /dev/null +++ b/data/part-01643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7180a24e2174d02df40308fabb47658326595f96fc6254e779be89b10b4a5825 +size 496210907 diff --git a/data/part-01644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3f93601a8cf47181653528e4bf1816d77731320 --- /dev/null +++ b/data/part-01644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6f329b36ba3f1cb125114ed515c3cea3740d481b18cd4d1dedb3ba2db22547 +size 567977419 diff --git a/data/part-01645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4db8a7525332ac71b7f7b9fb9f9a90e7dfb59d81 --- /dev/null +++ b/data/part-01645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9640d5615706ba6c81a1081e31d3f4d31d26b4e5ed3b9da9361a29e67ba55443 +size 518928155 diff --git a/data/part-01646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..388a5ed74aef0e3d1172393ba9a3b953c718690e --- /dev/null +++ b/data/part-01646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659b5d5fe0a5687ce83f106ccee06f4b9aac6b6c5d4538312efbd7346371f1e2 +size 555618868 diff --git a/data/part-01647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab998bf76639f3bba8e6398a2918f7698a3c6a0f --- /dev/null +++ b/data/part-01647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe26f4cad2702136cddc4313e89ecfc9628ca57d07fd906c1cb0fd7a812ff6e +size 510205327 diff --git a/data/part-01648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ffc8d5b6ab3f79f9fe4474d0c749ab98c04d9e5 --- /dev/null +++ b/data/part-01648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eb5947578f485141c21bd97a6ae645ed7e684237b4b64a8f8ef9a53f301fef +size 494785792 diff --git a/data/part-01649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6a5c2023d5ea3b4ef807df0f84a42d69d35350b --- /dev/null +++ b/data/part-01649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54408ef2d42ea07d04eff5381128b3ade88ea49ca7255e1ca5bca26152eae133 +size 437457443 diff --git a/data/part-01650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a16543547de9fc59344a9646233821d7637aaa43 --- /dev/null +++ b/data/part-01650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e98765a35b0469ff45ec0fe3b1ac7f0b15a5929c9454fc910d7dcffb38228a7 +size 578963700 diff --git a/data/part-01651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd1472b9f3acc430ef684a1c8fca305ac63a9685 --- /dev/null +++ b/data/part-01651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb7450f4830650d696cc835fbb0c0a7ffbece08b5b50395c394afaa86c4d3f6 +size 427788230 diff --git a/data/part-01652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2779509d3945738ac3903c5a67736cead0a5aac6 --- /dev/null +++ b/data/part-01652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8427f913750d3d0705c11c6f939b6e6a89c2aacdf78ea23ed83578c88f787506 +size 721167718 diff --git a/data/part-01653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1243f4af4e37e9cb57aa97106c59071f7709d233 --- /dev/null +++ b/data/part-01653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528094faf2bb016079b3b8613acdfd504644ccd0e7471a6086cf4882b7346d22 +size 401628011 diff --git a/data/part-01654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e37085ea426fd4475302c48d9ccce38934e0d04b --- /dev/null +++ b/data/part-01654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01374fc6a28c1699ebf3ac932e92c4c31358f54d32bf2c8554dbbf77baf788b8 +size 544986773 diff --git a/data/part-01655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..133fcc7481202bdf9fe91d1d506008f1c35b2010 --- /dev/null +++ b/data/part-01655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdce5029789cbfdd044a1c90ca9573af818928facdf382f6b8ea7d20180d7c7 +size 608860297 diff --git a/data/part-01656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16bff44901f0f8a2797d6e648a222756bcde3df2 --- /dev/null +++ b/data/part-01656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4b3406fbeb3ff22ca54a243bca79d125a04e2f4c6876e57538c91a9ae3a24c +size 869249538 diff --git a/data/part-01657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41a8e35a40f44309661ca08f094bef2f99e9f4c8 --- /dev/null +++ b/data/part-01657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98266e4f802429462b04f78b0bde1fb062d1cf6048d564d150e56fb6ccd8a304 +size 511005259 diff --git a/data/part-01658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b67dbfe9f1b21b689c4302475759450801a260d --- /dev/null +++ b/data/part-01658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3685de724d7baf14a455e4f589ceed3db162655f44c99e96f239ad3ac6d224d2 +size 503277711 diff --git a/data/part-01659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..407aa755ff1c24b476ff6fdc82d280f0c1ffdaf5 --- /dev/null +++ b/data/part-01659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b57a6cfacddf2fbf691e200b9953ef555e67ddcb4e270e968352690a8b8c155 +size 593393649 diff --git a/data/part-01660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..686f64d5b57bd26a56b0e4d5802f98bc911f75cb --- /dev/null +++ b/data/part-01660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eceb66806ee236b0ff3a929d9e2491bd44dd01b69f50a8fd4b545d3119da3422 +size 613603425 diff --git a/data/part-01661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d89cc98490f118ef96c3c93de31472aa8a3e769 --- /dev/null +++ b/data/part-01661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73ab3d859df8d75c4a5cdddba85d36367e885841e6e0816858d81377a1acee8 +size 481560819 diff --git a/data/part-01662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e25285570ee1425e553c9c42a4927fc25452f44c --- /dev/null +++ b/data/part-01662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b697abe8fe0ec1c56638286d994e3146d37912ba2e4f7e96bc92d0cb968356 +size 515634974 diff --git a/data/part-01663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f69c5568952ce7ccb270396955141129ff0f17 --- /dev/null +++ b/data/part-01663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f313f84f66fbcf936da4f8e6b5e9d44855ea53e60f7e3e220f30b866be09fc3e +size 669501752 diff --git a/data/part-01664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc5fff4c26f65d809e024cf70332eb8af74cc14c --- /dev/null +++ b/data/part-01664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb9f024c86a2a292dca7607ea55bb0a6f9c00dd82025a4103571e50ca8a1da7 +size 434028477 diff --git a/data/part-01665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b5b01878d107183d532a6ddd2b4caa4954b08ec --- /dev/null +++ b/data/part-01665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e73107dfded34d8f05253eb191546cbd007a11c6f7ffb076626d70e718455a2 +size 452942396 diff --git a/data/part-01666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..008e3961713b4995c77e90435212d421a12f23bd --- /dev/null +++ b/data/part-01666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16dfc7b925c8afaaba66def92516f49c82dbbf07726059da5f30cbd44ac25f7 +size 597219460 diff --git a/data/part-01667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53ec8388ae43be30badcfb5b09ebe61e291643fb --- /dev/null +++ b/data/part-01667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7aac7cae809dc063457d851e7c608c9d51d277d2668854427db825801055ba2 +size 425874370 diff --git a/data/part-01668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70aa2125aba703f61aac7554ef84fc9535e2a4dc --- /dev/null +++ b/data/part-01668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22746908f807807a3e4bf847f0f5abe338d0edc7e48b34e8b0402764bdf023db +size 875544624 diff --git a/data/part-01669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65971b55fd4aea253954786540c97ab8014d6b02 --- /dev/null +++ b/data/part-01669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed1461cd95c0ef929fe306cdba182d0b863f1fa6a6d18581f6aa8bbe3aae8e6 +size 509296642 diff --git a/data/part-01670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3634b97adf262d6d747d703dacb66fa792787bac --- /dev/null +++ b/data/part-01670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ab076cb19347161809d81a29833b481765492312c90b9d3765d015324bf1ee +size 415925361 diff --git a/data/part-01671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb615ba7f9ae765d84f6105eb746549ee9bca5b5 --- /dev/null +++ b/data/part-01671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e20bc1af486cd658776cb2d1ba8bdd551596082cf68fc007639cb89b0b424a7 +size 433451614 diff --git a/data/part-01672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39f65411dd64e200f4a33e89504cec1cf102de4e --- /dev/null +++ b/data/part-01672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1380db989d0fff100607be8bfa520a76d755d5bcce0b1685b50e18063404b112 +size 437872866 diff --git a/data/part-01673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b26b4d5a106d13cb04c09018d85fc422004ebbc --- /dev/null +++ b/data/part-01673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2264e836c9ef2bca14149160f6122cb793a1caf630eb0a754cbe2ebab09cba3 +size 411437167 diff --git a/data/part-01674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d75b947ea243b7ac031ef63670622ef56fbd858 --- /dev/null +++ b/data/part-01674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346fa006a7a7387286f9eea4bf18e1d8fc6e8ad68c52f69dfee42170ee826182 +size 604595298 diff --git a/data/part-01675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c555f6d0990ae6131feb27bab829fd7318f1c0a --- /dev/null +++ b/data/part-01675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da941aa05983fc2b93e183b3c3618dcee8b9cdf4f153f88fff7d2811606ac3f +size 454073425 diff --git a/data/part-01676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..564bf25b2d5056b6bbe20d31b8434b9cd7ff7bf3 --- /dev/null +++ b/data/part-01676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696e30242b94ad339d0cbff0185c68aa2b35084abd9102e8d809eaf08f967ded +size 533430725 diff --git a/data/part-01677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee975a6ac044fd1e2a11afca09df32e85e422024 --- /dev/null +++ b/data/part-01677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c120f707ec091bdf304cbb52b0ad9274d413849092a181ec6f065a930c6aca +size 480005103 diff --git a/data/part-01678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bb0e291e97f458bfef8e13b3670dd9772096f23 --- /dev/null +++ b/data/part-01678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae73eb08f23e3e3e3da8f16d06b1ac33a5baa4abfa5098d09df592a86dea5617 +size 576752618 diff --git a/data/part-01679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cae2ef2dfa55851ecee1004a3a27763a8f0386f --- /dev/null +++ b/data/part-01679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511808066ddece4894933ff26108fc57bb4f2691cbfef202e2fb27e0b8cca4c8 +size 469795414 diff --git a/data/part-01680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a96dde36ff7ccb86f385800c7556fae49478f315 --- /dev/null +++ b/data/part-01680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2292b609a4b996c43f01fe01e048726946f13f30f1d21af571d8bc92e7c7f339 +size 649584407 diff --git a/data/part-01681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94f1479d9bb215f56b9b800b374978bb8d1f2185 --- /dev/null +++ b/data/part-01681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c726dcecf557e7e9be554390942568e2ff96d7ddbbcd0b8ade7077e4578e3a8 +size 621446455 diff --git a/data/part-01682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d42cb37b6a8e6f69ccaf7848d144412ce3adb57d --- /dev/null +++ b/data/part-01682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3628db2af38cdfc4e9f5ff0b4cafe1532379d6dc8baf4b34338727d36a806cc0 +size 531365121 diff --git a/data/part-01683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6706ed39a36c37810510908be6bab7111c99f01 --- /dev/null +++ b/data/part-01683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245961d781b6471dfc24f0344fd2faaaf477e4e493c6f3e6d06b2d931128deef +size 404855502 diff --git a/data/part-01684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd745c095b79780f721106ef3785a1ee1442b958 --- /dev/null +++ b/data/part-01684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1291ba1f45e9fc60464ad1c1809fd2a3ade998e1a7712d47800cffd2c1614830 +size 841441524 diff --git a/data/part-01685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8c002cec5f812ffda62ae5d81dd285fa9c4e31a --- /dev/null +++ b/data/part-01685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1e094ff9bea7e6be3a5ae2377aba8f00ce524f8d1aeee0e7510e6370e4a691 +size 425757406 diff --git a/data/part-01686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4056e9aab8d256360372ee4498befebe5fe01dc5 --- /dev/null +++ b/data/part-01686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b38e25876c83761a9382796939c570bb977671da535adb8bd290050fb907471 +size 486322532 diff --git a/data/part-01687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b390587548e5d160b000733b4f8863ff66cbc9 --- /dev/null +++ b/data/part-01687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d23eb253cff4d151fef51d851602886b8f3ac3bd9f590d80723cf6e1c525518 +size 383564465 diff --git a/data/part-01688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce559d6007965048c560d0737e002a53a814d565 --- /dev/null +++ b/data/part-01688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e951c25c035c17820a9ad329367671583f684cb68aeeef97de3439049025da2 +size 647070580 diff --git a/data/part-01689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdd5d8d3fdf5786c2b5d3156c8d09a31cfce943d --- /dev/null +++ b/data/part-01689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0854fc179ee30f6755e8cbf218fd55001d73106706f1a3b7aa13f96b9301d9ea +size 433503530 diff --git a/data/part-01690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3bb7303137678259e8588ee9921d6682e937406 --- /dev/null +++ b/data/part-01690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8a29bfb11a43f28aaf10280bbf3f1adcdea892072811b510eb72120445dca7 +size 464029005 diff --git a/data/part-01691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c88a134d54d60dd20e2f395e2d4ac18e58e6a19 --- /dev/null +++ b/data/part-01691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420975bac4fb4820f774d8475197ea5b921091ea301e7b83703d27ebf1fce7d6 +size 436094835 diff --git a/data/part-01692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13e761edf011c18e770ac6241e278ba4521d2432 --- /dev/null +++ b/data/part-01692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8c3b171f89f0b3750532f87a172521dc8a74f6ad35850e342ee06dab0594ef +size 431502320 diff --git a/data/part-01693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2533e021ecb00e3e86dd2156b9c42666ca92fcd --- /dev/null +++ b/data/part-01693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76425e6cb3cbd37f829967e12082d1f59b0832d165d3fc185aab3cb491b1ef99 +size 893958293 diff --git a/data/part-01694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d08496ccf12becbfa8a3e9c9bfc37f3db8f27ad --- /dev/null +++ b/data/part-01694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b999f8b20c030bac0b96b8e605fab73404057ce52ecc2f241eee7cc8d140d74 +size 778773414 diff --git a/data/part-01695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d9bddae2dc8f07a85ffeed83ff1325ff38a2f10 --- /dev/null +++ b/data/part-01695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d2dc53792780a8f881287ec51fdb8ebeb84aa85453bc6f00c19458b57e34d6 +size 531755772 diff --git a/data/part-01696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..025e7fdf61a3313149724d8aa680f0945f1b8702 --- /dev/null +++ b/data/part-01696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e3e8c57423400d44115573b6919fe661ebe691db1d51c33c2aa25775abb7d5 +size 719352167 diff --git a/data/part-01697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83ad45136dd19ea8812748c6c6fa652547f7a7f5 --- /dev/null +++ b/data/part-01697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838628aeaf87549b86cd702bbfd16b7e6ffe195bb27740a9eae5fc9f6c75151e +size 460067948 diff --git a/data/part-01698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d410e144f5e73b2ed32ccbb2e65275cb33f441c1 --- /dev/null +++ b/data/part-01698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ed11dca589dafd40ffd6d443c63bed9704c34e5a9e2701ab1cf7d5eb275352 +size 659774645 diff --git a/data/part-01699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6098cca148a4ff7e014b6b22c70edae157be0345 --- /dev/null +++ b/data/part-01699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9044fae6dcf20a619fa1349773187ee0b0cd6e3b25da3068b1b328ed41006243 +size 510285165 diff --git a/data/part-01700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2d8d77e411081738151288a6787680d3170af0c --- /dev/null +++ b/data/part-01700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab140f39550ae0b324c9946e59700be9532c0d12e1a67f470a3ce8e114cd929 +size 570473384 diff --git a/data/part-01701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edcdaa008ea9e0346bb9dcddaeb0079a3f5aff45 --- /dev/null +++ b/data/part-01701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b7d24ccdf3427b989309f896824664cdbf4ca135a498b923e1d59b7450e2cc +size 626247923 diff --git a/data/part-01702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034d8f512c14440a9f434b8bb6b5f20d7469889b --- /dev/null +++ b/data/part-01702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3775684d3012442f241f56c7a26df0497ed784b07448e032a53bd2577f6018b +size 430232359 diff --git a/data/part-01703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d384676e140a63f57e130bb0eb17a3fcf579ee7 --- /dev/null +++ b/data/part-01703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fe6cecd9b3aaf4b827735e6bd01b6bd0134ca0de5ff9e00db9fd7ef8d07968 +size 600366138 diff --git a/data/part-01704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8eb646cf2b91ae63fce3dd3a35960ab582edbaa --- /dev/null +++ b/data/part-01704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c70bb445aed52c3a43fbc90e47a0cb9eecc8db7df8ad36a4d53e3df5898624 +size 645645557 diff --git a/data/part-01705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67f429eb6579e01ccf01fcbc32834d48fb888ca4 --- /dev/null +++ b/data/part-01705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3876293b4537b62deadfcfe078b0249248d5ed17d5840478ed2700be4fd253ce +size 513223063 diff --git a/data/part-01706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0c3ad857126bf0525ca6aded701e8af078b4305 --- /dev/null +++ b/data/part-01706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf94c522b2a411ba86243a7261a598e55f4429e7c765d837e0f07f4600bab21 +size 451234383 diff --git a/data/part-01707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52eb942682ad62fd8009ac0d56b31b30bd365235 --- /dev/null +++ b/data/part-01707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4813d5b8c5906e04abd892dd596c077a53350b6966f8b2722bc18327ad7a6d +size 1001923190 diff --git a/data/part-01708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55f4460cac0b3c54bab15a08ddfc60786f82e495 --- /dev/null +++ b/data/part-01708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19efe52c20fda00ec1e751ce5c06aa9b623aef192ec806eff6b1e760c743ceab +size 723492178 diff --git a/data/part-01709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6919a079d99772914472fce095e89f14d7bd19a --- /dev/null +++ b/data/part-01709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7209788fd7af14e7336706c07ca5c9c439f2115cde8238df9d10fb4377f1f5a7 +size 557332212 diff --git a/data/part-01710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0766495f032e919a9c6d369d1ce6ce97b81b56f0 --- /dev/null +++ b/data/part-01710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a2dfe1fa85079cdaf562b80fbfeb50fea4747396b1cdf7c0554bf04bbd9daf +size 671739659 diff --git a/data/part-01711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a43582dd300fa5adacfd9ba787df87a4b43d95b --- /dev/null +++ b/data/part-01711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cef79a03663718e6695b591f9cb19be9961f627eb6cada08e8606396c1749c +size 658488322 diff --git a/data/part-01712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..603be457eb0cc2334133895b976ff08911f0aa81 --- /dev/null +++ b/data/part-01712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9eeccb3135f88c659eec06439645d524143e338a347b745a316bbb36dd19f13 +size 527498956 diff --git a/data/part-01713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d794c0b27c6f6cd387cddbb1c2511861455f4fab --- /dev/null +++ b/data/part-01713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a576b9f824a52b970e2459a5b734a7d123d0678ba408cd3caced0b3e5af39bae +size 583525865 diff --git a/data/part-01714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..185b19dd136dd3e60af18e2f50b290f44ae767c2 --- /dev/null +++ b/data/part-01714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a961c9b0f84821f46a97226819b15d2cf45351c12b00dcab6f432cbe586390 +size 1348667150 diff --git a/data/part-01715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcc2fa4deaad1910724870b360faec69a0a3e40a --- /dev/null +++ b/data/part-01715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c2c6ecafc1bc40c6e9b6ba4e931d9832e01b4ef9020d34911d7628fc0330b5 +size 692632446 diff --git a/data/part-01716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32a8ccfd21ad004418b397c92736fd62ce94e7b7 --- /dev/null +++ b/data/part-01716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6871c11ab2e741e2b84598e3f22839986a6dca676eb79f159d60aa7ba29e448 +size 658596128 diff --git a/data/part-01717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cf6fdbb37626e89f4b5f6f7e25a24c3a4a14a15 --- /dev/null +++ b/data/part-01717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf45f3314fc25ace9e5eb9e2d2480b28b84be60d197f646693d362803a98255 +size 705985478 diff --git a/data/part-01718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..063138c544fff1fc5af1ad68f4dff961ec6559ec --- /dev/null +++ b/data/part-01718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a2fe8cb2c6e2e1c231f3503d942f996ffa2363a07e82fabbb72e7e397a95c4 +size 522818194 diff --git a/data/part-01719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d0b0ca91b78e0dd4b006e50766f8bbf0b5c6bdf --- /dev/null +++ b/data/part-01719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90e4389f3b574af5942c1074c403aaca0eed954c4ecba56b326b5140f537214 +size 634708741 diff --git a/data/part-01720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cac55aa56ec68991daf128412070f622b510a2d8 --- /dev/null +++ b/data/part-01720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd095e48a761af40df508126dd909bb9e76ca2257bab2e11f2dc8f97d0b21706 +size 442076814 diff --git a/data/part-01721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a3c87d110fa76b6bd2d10bab709cad97450e0b0 --- /dev/null +++ b/data/part-01721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb8f1b11314420622fc5b379c54b7ef6845e29fdde11eefad7161fb36d61e3f +size 497558602 diff --git a/data/part-01722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dedaa98eca25647c646abcbe1547d3af1c69cf31 --- /dev/null +++ b/data/part-01722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6375f28b6babd5c9242773b5f2900fb9945e96ac3fbed200dbbda181f2072ab +size 435033481 diff --git a/data/part-01723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29012d3a7a4b3e94257902e562b51d597ac058b7 --- /dev/null +++ b/data/part-01723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024b20a97d32c0dcd0cc8c6a6f267f717704879227ddde63e3343a2cea90b62e +size 515376825 diff --git a/data/part-01724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23fd6078020dc6e730649709c99c6c42590029ae --- /dev/null +++ b/data/part-01724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a03ff3d2ad57a029d0f3f426ee1a3e92ac6c59f08ae1555f91d1246a20981c +size 570317368 diff --git a/data/part-01725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a02792e50ca5c00ccb3e93133ca5f54bef8aea41 --- /dev/null +++ b/data/part-01725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9699d0ed4d0380dabed03b5ce032550cfe560d3996096ac15a4faa2e3c34469c +size 512835153 diff --git a/data/part-01726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf38789cd11f2df19bb50d66aaaff3a267f40f96 --- /dev/null +++ b/data/part-01726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900a7e33bcc06d35f00c79c0adac5990ab4a3b89136e0945bd2edbf54a3b30ed +size 598091915 diff --git a/data/part-01727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f049870cb9e5f191c78c44970abc5bacf5269a5 --- /dev/null +++ b/data/part-01727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2787cd8b4931b1964781993b6eb271960e36e54ec31615bc74a6197d207e7dac +size 446184340 diff --git a/data/part-01728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..846395834f99b47aceaec0d1bfffdd2b7e8ad495 --- /dev/null +++ b/data/part-01728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e077e08815e61c36cb99b0ceccae34ea959975e3f5a25be1ce3095d3a9126a9 +size 624808590 diff --git a/data/part-01729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72506158cf304ca0c54949c7c83c1e44c91d0ab4 --- /dev/null +++ b/data/part-01729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2501e65d41e56934cf2af217f22131d905c25c61437f853cf7776e5dfb34a2f3 +size 488359100 diff --git a/data/part-01730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d7f8d0b9fda26f1b4a8969eae3d7f0f183c2759 --- /dev/null +++ b/data/part-01730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6243ef7567895f965816ddb246e12a53c866819154b32d57853e36d6c7bc45 +size 763438374 diff --git a/data/part-01731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fa69ae788b23c740aeea01d5b5593520c51b489 --- /dev/null +++ b/data/part-01731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb052dc2d6e698ffd5f9e0adb886a0981d87148abd219362e2aee55768475c6 +size 595096905 diff --git a/data/part-01732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4e97ec3fc676b2c060ceb56946efbf681a60cd9 --- /dev/null +++ b/data/part-01732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f145ad8098d553a728273ec5072e1871c7ef22ffa25eadfb98de80a27af67ad5 +size 472521994 diff --git a/data/part-01733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..211e741f70f791d9d8d5df81e4bc91218e42337f --- /dev/null +++ b/data/part-01733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8a134c3d9973015477fbe36cde3b9c1bc58d28019bf424cfbd311412eae26f +size 410839393 diff --git a/data/part-01734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b3650b237214065993e669a0fe706a928fe1f28 --- /dev/null +++ b/data/part-01734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7672ec5e86abcf27fe9fc41effe21c1910b25164f7a4a03baa5cea99dbbb86a +size 407781261 diff --git a/data/part-01735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d09b7aec0d3b73ccca59060be406473cc4f4453e --- /dev/null +++ b/data/part-01735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9db8752caae475f147f035282306b9ada9a7a2cd2a04a495a0052a8365078a +size 567034301 diff --git a/data/part-01736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8cd15501985622ef105c1d8ae39049af5b8c3a1 --- /dev/null +++ b/data/part-01736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a33513cc6e97d8285d70baebed2a0567b43545fb4c415b7277268e1e91f7be +size 454295832 diff --git a/data/part-01737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db24e887465f4613e313916cef567293120e0590 --- /dev/null +++ b/data/part-01737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af99624a13a6c30f21ec444c713237467975b88101b18598b668652aaaf7941d +size 573711424 diff --git a/data/part-01738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77b0441168813cf8b2a8de9ce4859b21527ab424 --- /dev/null +++ b/data/part-01738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22b9c612a9e466902a08be92379e7e2f65d41548817f9c3b696faeff385bd57 +size 674073147 diff --git a/data/part-01739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4164558638077c427f1f421077abb799d7d2cb03 --- /dev/null +++ b/data/part-01739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4eef3be6eb8999c20ca9db6bbb03ca3e0d24723d1d13f797cd89344822c6f51 +size 551853662 diff --git a/data/part-01740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abdf357fb3a43c6f4e5bb696f5edb63b06ac6b2e --- /dev/null +++ b/data/part-01740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bf6eb187b3d914ac4063b58780e68c0581a7e8afbd562714023e410a1262ec +size 726732634 diff --git a/data/part-01741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d90d0f3852eaf3749688c3019db14efd583ef3a5 --- /dev/null +++ b/data/part-01741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2321158f0f2c4c8b237ecbe5d8b7f9ebb5f9e314bd257e2971fa42b63760c5e +size 458419985 diff --git a/data/part-01742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e556ef600b3d7528a52afc31305d92700a213234 --- /dev/null +++ b/data/part-01742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc85203ee07edbe3fb779fe2d27a4ce8628823f770c7caccd5041d453b50cf4d +size 469297306 diff --git a/data/part-01743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a33ae959ad5589068457d68a1f33c3797ab8b44 --- /dev/null +++ b/data/part-01743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604eb13e029b398d2a5d9a9ef83f9061c1e6b0f4a3e8600d5a3d176661576e30 +size 506829638 diff --git a/data/part-01744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..967fe72d736c886efb6e8ad487428ca4c353eeab --- /dev/null +++ b/data/part-01744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caeae7bda92f70e41f1bc63a8d019efceed8ae3cace81b9fd532eebda1f31db +size 479151617 diff --git a/data/part-01745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13e45d3ba7806b3d00a98fdd086686556ba2b935 --- /dev/null +++ b/data/part-01745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ab844a405bef91ff0b6e8c30e37a4b9773aa2dbc777a96bedb42754905a033 +size 449520369 diff --git a/data/part-01746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df1fe220231f1a1680d5cfb9968b0a4ac209ca1f --- /dev/null +++ b/data/part-01746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9d30a8251b2a36d0bcc1a1945af10b76b31a5fbcc9ca6e30866fd8bf50dceb +size 562965464 diff --git a/data/part-01747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5d2483afc69fdf9ce55ba3869ffd43d3a70051a --- /dev/null +++ b/data/part-01747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ce3ede90e21a485522bb4df586f540f95d225639b91a2bba2ccf4459d1a0f7 +size 938728090 diff --git a/data/part-01748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75c16e145db557f016fda2e3c990aa7ced6a2749 --- /dev/null +++ b/data/part-01748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6fce874267259e8d97b6becce18c280161a86e65c854b7fa0b9321328c7c2b +size 598001639 diff --git a/data/part-01749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3412a89a0a4f7c1cd909b8268c9b7e4160383dd3 --- /dev/null +++ b/data/part-01749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab7f2b0f48ff86029777e32d0c6a2a167c48cbcf808a56fe1cc2b4e5d1c4417 +size 589308470 diff --git a/data/part-01750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56bbe6a73a9325d141da58e1ca9f32c97d8e6216 --- /dev/null +++ b/data/part-01750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac065afae5bfc18ba62b0afcd819d91c2f42159a0e4750eb0ef5b0ac4177a91 +size 664359936 diff --git a/data/part-01751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc06670fd4464e34f3f53fd3515c7369b62e9aff --- /dev/null +++ b/data/part-01751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff1de147a0574fc9ed6d9bb271e1ba8d67721c5264d91ef306720aa1f0790f5 +size 455195360 diff --git a/data/part-01752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bb5242705cf07433ca6389855b406925770a68c --- /dev/null +++ b/data/part-01752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5b906c1a1b2009690c95bf333b687cd0c95aebc3840890cc11053df506214c +size 508373398 diff --git a/data/part-01753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..414be1bdabf77cc692165b0185339a882fd7198c --- /dev/null +++ b/data/part-01753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca9cc087ff9fbe8c3c23c7d0bd8da36cc3fd7832208b23f917a73f55ca93981 +size 547327072 diff --git a/data/part-01754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a99a1d415e52e89aba69684c02d31885b3808cd9 --- /dev/null +++ b/data/part-01754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aab2a69f21b1710d0b2ebbbe639fe99096f088b92d179cbb93f9c63a091bff +size 368914215 diff --git a/data/part-01755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42da1b035ba4089931cd91962796028106500e19 --- /dev/null +++ b/data/part-01755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5793eb2314ffdc07facc98f048fb8cfcb76fe36e867b632bca6bbd331d34f291 +size 571324775 diff --git a/data/part-01756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a610dcafd45a33cc7201f5ef69f5410b08d163bf --- /dev/null +++ b/data/part-01756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95c3cb9e1e01c390609f7d8414b200659b11c2c9b266e6ce5340dae22115e94 +size 641882065 diff --git a/data/part-01757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79c70e6b9ae9f921c30b54733b5d5826a1719e56 --- /dev/null +++ b/data/part-01757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad433e4fa71a920f02ffd944d572eaa39ba5efb5d5ebac0bca04a6324b7ba86 +size 350462124 diff --git a/data/part-01758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a0a30846a2da1340b144fa714f5c32d3aa06982 --- /dev/null +++ b/data/part-01758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432bdf8e6e797d95310374b859af1514633d3da5c961871051f2f1caab004216 +size 433069307 diff --git a/data/part-01759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2a10660a050d3fa83cafff46f41e2d977642077 --- /dev/null +++ b/data/part-01759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f315c9281f4c90265597c5291b55a86625e0733d73e024c199d1a58dda183b5 +size 483144704 diff --git a/data/part-01760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84bef8f69501b988712479d19359385d1d19abe9 --- /dev/null +++ b/data/part-01760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572fab8e52ec84d4903e94566f0c84080a1a0fb1f5198fc32b4716f1d083d202 +size 444206970 diff --git a/data/part-01761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0abe221be1cda169b2ae85c762908f7349947d4d --- /dev/null +++ b/data/part-01761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4bc567fd5543f2ea7811e03ba9a9c909f601a6d252cf4e5b207e7b2daf12b5 +size 602032351 diff --git a/data/part-01762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..262bcd055229b17f23a7d74c7ab701d1a8aa8fd9 --- /dev/null +++ b/data/part-01762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a4fc13730fca16c502c61341e15d7d53e66957baf2c8c5a10785e3ea1db4a +size 501748656 diff --git a/data/part-01763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b323a20500caf8b30002bf5c26073c858244d6e --- /dev/null +++ b/data/part-01763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e877eb21abb8596c7d2b72cbf9a7f31dff1b0b36ebd5bc85042f9998bbd06cf6 +size 461779415 diff --git a/data/part-01764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a1b4b555259ef7a7a801ca5d86e0f36b907ce64 --- /dev/null +++ b/data/part-01764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459b7c1370eb73dbaa1d832a8c216b87915e6ea270ea782148b9c16b75936a8f +size 401118952 diff --git a/data/part-01765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b32005f1e5e8c86add64fe4ae2d518900cf58a7 --- /dev/null +++ b/data/part-01765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44af13c5bdd9ee1e85dfab5bcb65a334a2e053705f9bab775fc51c613b755fd0 +size 595576194 diff --git a/data/part-01766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67980f37822ec2985ff749dec1d039e0392514f5 --- /dev/null +++ b/data/part-01766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6488cadb48da8cefbae370c0b7823a2e36b400dbac7f9627c284c3365f027c68 +size 374604927 diff --git a/data/part-01767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..214cdf0a6af3b8d166763e7153f2e6d42c84fe70 --- /dev/null +++ b/data/part-01767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cf11a9ecbf7dd40c35e04570c15c64133843375fccb099e3822af7f73d0677 +size 569310962 diff --git a/data/part-01768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..944230752ee4092cf13f5c5e4be0dde76625259e --- /dev/null +++ b/data/part-01768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ea687d51848dc97eefcde29b3ef355ea96b0e4e29605277d9578cb0eab5ad6 +size 393043224 diff --git a/data/part-01769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..013aa0601ea07762a634aba67888bca7a1743fd6 --- /dev/null +++ b/data/part-01769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b83e79eb3b38a2c4ed4fb340060e70393726a9a0b9a56fd48c0695d59c2e56 +size 520234100 diff --git a/data/part-01770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..961d00bd37befac3ae2aca43fe5cc9a73f39041d --- /dev/null +++ b/data/part-01770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1d5ba85d821ebbf1bb7f404873992fb44315947ccf031279fbf79515b0da87 +size 691856769 diff --git a/data/part-01771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..552eee70c0b8bc358b8e592712497f66dee60518 --- /dev/null +++ b/data/part-01771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f084e3eaa29703e4127742b50a7ea3162d27bec1da2127821b0fb80b1d140487 +size 430455125 diff --git a/data/part-01772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a081aaedbd7cac9a6d0b2145dbd6432b7912dc13 --- /dev/null +++ b/data/part-01772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ea0856900ad21b47fd364c26a28b53974d3bb89858d3e0222a8f45e5ad21d7 +size 463920182 diff --git a/data/part-01773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5f5b87659da99db7718c90aacc01d9ab65367c3 --- /dev/null +++ b/data/part-01773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d00c0747b503dc05cb7fe81a849e60955abd97873ef00bcab78011f8f5cbe7 +size 439186348 diff --git a/data/part-01774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ccea0cf098043af85d0276bec88ee5c52e8d428 --- /dev/null +++ b/data/part-01774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df788258f494c7fc04c04be39abea1f5c76821f373681551e9df6bdd3f4cb41 +size 558430287 diff --git a/data/part-01775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63a430ce95891328415e7c1971c919d84d4b4de6 --- /dev/null +++ b/data/part-01775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c4072a1c022138a5a10259572221198acbf4962a1005ffa6a8debc800e2001 +size 580542418 diff --git a/data/part-01776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1798e9da7852463ca65e77ea0c853a0e24feabac --- /dev/null +++ b/data/part-01776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce27a488b58ae0072ac1833912a1f04e14da63e834016380b676a18e67aa21e +size 593073208 diff --git a/data/part-01777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a1bd6508b25c30eb459ead5974bbc1a5d4fd418 --- /dev/null +++ b/data/part-01777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6ebdfe89ac4542a695b7f6eb8a2812d68b17fb5e269cfff2576a679b5b7101 +size 663610179 diff --git a/data/part-01778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed9d3e837d4dc183077ca51c1fbdc685cbdf8aec --- /dev/null +++ b/data/part-01778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788505a1d8ee10ca9e24d4f5533d9642d2f088b3414364a51157a9a40f19f1c6 +size 546108521 diff --git a/data/part-01779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75bbdca6b0256fe87d1773f8e280e1a342982579 --- /dev/null +++ b/data/part-01779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83eddc1d6d632bf8bcb9112b5c7b544731b1268f635ec346db5b82a4034b8b9 +size 510059738 diff --git a/data/part-01780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d77335a1e6410981f70f5bb762f1fcb366966f --- /dev/null +++ b/data/part-01780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345fdf79954ca286899589810035838b5b8c5fd25cb6a6996f600a99dbf036ab +size 498403268 diff --git a/data/part-01781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2069e7aa17c67e97264fa4710a8f21f570117296 --- /dev/null +++ b/data/part-01781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afac883cf88db835293e216c38a229039b20c4d0e8b96762dcad969008a47353 +size 408696201 diff --git a/data/part-01782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2180e08d3e62b38e1c6703e25ec1cfd2df17204a --- /dev/null +++ b/data/part-01782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b81ace107dc6bee72483dbecdd71da12dc70fdee9212bcb5042bd413aa4170 +size 493942094 diff --git a/data/part-01783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e25f8685df8c6b0123f3049064d65460d581755 --- /dev/null +++ b/data/part-01783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b68be297b24fdfab5a46a4a831aeb22c356c2a260fb77b7dd70e73ae3f503e +size 697795828 diff --git a/data/part-01784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62a3c903f0e0abf0e1aef63f00a3a729fdecb2c0 --- /dev/null +++ b/data/part-01784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63098756a8dd8e985e6b584405dac58582ed36741d7277cd8e07a1e0ceb8bcb4 +size 592575916 diff --git a/data/part-01785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a5b47f54e529353836277c32a680842ec4692b6 --- /dev/null +++ b/data/part-01785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0d392c8f3be2b054683210efbb4b66b57bce2726c529c4a76baba1257890eb +size 565062800 diff --git a/data/part-01786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f8b4e0d50f878aa795af105ea1dda8604e8e4e1 --- /dev/null +++ b/data/part-01786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746f092b0cc95a84c899ef6a9bf3b290030e2f3e737e51f0cf377a4c0452f1dc +size 387298647 diff --git a/data/part-01787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d21179f73dafcb2df62183590513e5943e00e372 --- /dev/null +++ b/data/part-01787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc69e32b9509b9dc9a8f0cc07765ed721b8db7cdbbd138f256b8c425385f050b +size 727614395 diff --git a/data/part-01788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..668a06648fcb4a147651ac97432d3c551969c573 --- /dev/null +++ b/data/part-01788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b22fb95790ddae33a55d7013405ad5b1bf340c7fa700f455ffa23c1cdc76ff +size 796051614 diff --git a/data/part-01789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5e0bc3a43d0ddb486d04ad367392699b6b1441a --- /dev/null +++ b/data/part-01789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee8fe8e5cd7c9a33386246feb167034e31c25c318241b602f6a5609d9e97c9e +size 458102625 diff --git a/data/part-01790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe553fa48b83ff13297d3948d5b5b68e40327176 --- /dev/null +++ b/data/part-01790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ab514d862667ecc16ec369d0ea7b7f5d0c7dc5639c570d5a11c8fd9460ad0d +size 647863598 diff --git a/data/part-01791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf5849973f2643acf58ea56d7ab3f7a589f0fb7d --- /dev/null +++ b/data/part-01791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1a89b0f55d5a607caad31c82ba611e23d5f5689e69d58a4860334a95842d85 +size 391907442 diff --git a/data/part-01792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3beb450045fd03d7cb548aa1176aab3a6cae7a0 --- /dev/null +++ b/data/part-01792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188e95af3e8fac5175d3b8bbe79bf1a80a87ddee1c28749b4356d1508ea455c0 +size 428820934 diff --git a/data/part-01793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df2b93133c476380a340a9b3e4b9121684c4601e --- /dev/null +++ b/data/part-01793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b62215e65017dacaa55dce618cb911eaa8792cbdd4c2d5dec04e710e116e06 +size 393044371 diff --git a/data/part-01794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ed6a0976f428a86914678f743597d59845c1121 --- /dev/null +++ b/data/part-01794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c35a63fd8f59a823bbae32fd4f1565cc2286e513e8d625a36f23621bff487f2 +size 1392730226 diff --git a/data/part-01795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c65aac9fbadb6dd1248cf514793622c9aa08965 --- /dev/null +++ b/data/part-01795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79f92f9a083727908a540580aa24ebc0223f8ce03f8a8ad917f6837b5f2fc80 +size 428520328 diff --git a/data/part-01796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b64aa7e285f3fc31c34420edc5ff2e4fa0f49645 --- /dev/null +++ b/data/part-01796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb0aefe2020194abc3109383e13de5adef21378ec4b97cf345ecfd5b6c3ce50 +size 740490451 diff --git a/data/part-01797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28ad744f999882315c92745d35be8f05e20b806d --- /dev/null +++ b/data/part-01797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a823a6dc656ff2f98005756eb0151b28acafee621992946cc89a13ae4bd08f8 +size 511409106 diff --git a/data/part-01798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d2d20fad01c6f9b0dd9154317ce218d4c6f4338 --- /dev/null +++ b/data/part-01798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b7691124969fb90a7c6a0694445dc79fa4ae134aa0bdb635ec5857c1e89f0b +size 731257223 diff --git a/data/part-01799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ab041fd83d086ab7aaefd1895e39954e6f766ca --- /dev/null +++ b/data/part-01799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2512e6247906a38328b6523ec0ac8d93401bbec955c8ec0445aca8378321eee5 +size 418953465 diff --git a/data/part-01800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e15c117803b996d5773114ee1d2f407dc3ba60d3 --- /dev/null +++ b/data/part-01800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b404e227be7a17353aae2469a17ea73938d36d2fdebffa81b4c767daecffa33 +size 529119888 diff --git a/data/part-01801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8de3e00e6b5749b8d18da07f513d9ffaf2e9a8b8 --- /dev/null +++ b/data/part-01801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085d02beacba8b3388f2b33106936dca760d7ff13cf308713308706d2ec465c3 +size 394505833 diff --git a/data/part-01802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b152a7e221d6f808694fc06ecac1ace536860e46 --- /dev/null +++ b/data/part-01802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f882c8a3dd9fd4bec0e7e39cb21cde0e5dccd28e583dd6cd06cf0c862881c2c6 +size 1320304739 diff --git a/data/part-01803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..264e2f5e0b6237616d17ca0d8dcaa23899347b85 --- /dev/null +++ b/data/part-01803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34baeb5921f7842e5b3998470148a12b5df761b05b86c0ebf577e5d7db6457b +size 465747824 diff --git a/data/part-01804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..334e1cabb289887b1a1273082b4186eef424cd95 --- /dev/null +++ b/data/part-01804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b00cc716563774254ae71b35cefdf744327cf12f00f8df3ba4bde941fc5c78 +size 598470007 diff --git a/data/part-01805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b2c0b6ffcf09e659bc40877cb9b7b57c825db2f --- /dev/null +++ b/data/part-01805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dac1b4c58668c91d8895c93b788a05f0315121df623f7cc966fdacbfbf64b5b +size 635631440 diff --git a/data/part-01806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0d6267f0521f0a57a87f475e765792ce8280cc0 --- /dev/null +++ b/data/part-01806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183081bb67c576b427156bf615bf66e4965ea4c142c1d9bc02da785704169afb +size 405478684 diff --git a/data/part-01807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3bf37a17c793f3c1a366db9d23e83ad78bbaa49 --- /dev/null +++ b/data/part-01807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5e7cdc25e5e02e487466210cea0d2c0a3d258c4f7f4299491ea7fde7a8de22 +size 596508240 diff --git a/data/part-01808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c42532580b7a478b6a9c66818c9d0467e994387c --- /dev/null +++ b/data/part-01808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f399067f831f7483d5961a9bea202b10f697d7cd6999eb1b335e54d9822178ac +size 495565516 diff --git a/data/part-01809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2409867681b46bf5dafc9869dc2420446255b13 --- /dev/null +++ b/data/part-01809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cce998077bbaf97a82fb54fd4b1fc73cebc9445f6a636fa6ca2e1823f6c1b8 +size 371116292 diff --git a/data/part-01810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e18db69ddb22fb8c7fc1ca57baa179f2ba589c20 --- /dev/null +++ b/data/part-01810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7adde76ae0093e69f2b342c7970101aef86ba18166ea9708fdcae0f570dc3c +size 510537448 diff --git a/data/part-01811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66a179bce1533d1ad3f981d6dc555b5124afea3c --- /dev/null +++ b/data/part-01811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650ddd7c3f8cdc5599859865358d4a9af36faaa641b30a2e362be7fe5b4644ec +size 444426573 diff --git a/data/part-01812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d652a1c2c725ebf1a58571edba3b616cf8d965e4 --- /dev/null +++ b/data/part-01812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ff27459c66779263668637a543d62b385ab112eb8f22931a0a6cf73bef9c53 +size 538165960 diff --git a/data/part-01813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1eb443dcf435259dc49fbb9efe98ee728a8efb91 --- /dev/null +++ b/data/part-01813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7400bb91bbc70a5f226aa8303903c9711b54f6366b16f07cb8869a46beefcf +size 492029035 diff --git a/data/part-01814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ea11c04e0d09313f0cc8d48428a0cd66edb9cf4 --- /dev/null +++ b/data/part-01814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e88bc8b5a158e5b17a57a72067c6541a31fca8b8cfcde1ba4010f7305e9d948 +size 462748865 diff --git a/data/part-01815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..315ce21709f875e9c8edefc209637dad2882d11e --- /dev/null +++ b/data/part-01815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f6d26a2576054919b6147d5e63b83946df2ec8bc5199b41152d2d99348cff8 +size 686275996 diff --git a/data/part-01816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e779d658a4b2cbb45d63bd053235fd853caa5e30 --- /dev/null +++ b/data/part-01816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb28f8fe1b50aba9ba959787c7ebf48da77f269b91960e2e0b33846c5384550 +size 609584959 diff --git a/data/part-01817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85b547beb57bd1799aa98c9f198228ac2e74d9ba --- /dev/null +++ b/data/part-01817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abe4159a041c37ce0bf150128272c5a979493524304921e3592e59a348a04b0 +size 452418691 diff --git a/data/part-01818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ad254dd7bd72464065e048ccd22e02707617a1d --- /dev/null +++ b/data/part-01818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75f13cac05b29f1e5e852eeb86b519c2677c161817cfcaef8f5eb42110e0636 +size 460606823 diff --git a/data/part-01819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73a99dd9d230913ad43ab5da8509b31317ce34d5 --- /dev/null +++ b/data/part-01819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2068f9657aeb35da97b7009a5ac33a2604bc6b1992ff0781b3b56350570179a6 +size 523088899 diff --git a/data/part-01820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a6a3a9d0884ea9e187d227c8a27de9051c11d66 --- /dev/null +++ b/data/part-01820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4250139ce72589a4108d5a946e71af588be3caa6d16114be505f9b3e6ee99cbb +size 431076876 diff --git a/data/part-01821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c30769e8de6c67335218b1b32f3f1aa4f2bb094 --- /dev/null +++ b/data/part-01821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117d7395ab02017ece2e6b12b3a120ba2a62a3ca9e5923f8c8ed0cae92664e59 +size 494690487 diff --git a/data/part-01822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a90a791d6914888a75a560353af610c5219b5de --- /dev/null +++ b/data/part-01822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd98ec288ea041c9de0ddc03a5af335c2cc590e321898e7bd891aa3d562db62 +size 935267822 diff --git a/data/part-01823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a529eda131ad430df490ac381d291314dd3f889 --- /dev/null +++ b/data/part-01823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac450c7558dae2109d2aff21170d80b6d72a29b43123427ed36f17a80dd8c1d +size 351041819 diff --git a/data/part-01824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9fcfecc848a63535e8542f5cd93cbeb736315fd --- /dev/null +++ b/data/part-01824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe5117943673b57e6112f457f89d1d063a2b877db122ae0b1b1abcf0e9c95ca +size 606180988 diff --git a/data/part-01825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e460ea6a8c56adc3764bfa19e147ae56057b892c --- /dev/null +++ b/data/part-01825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d171a69968f9b80228983cab8a636892977eb3387f51a9638418ae9f54f757 +size 485524984 diff --git a/data/part-01826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28e418feb0609cc4001ccf0758f9dcb8374b6b76 --- /dev/null +++ b/data/part-01826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ca08cb6ec2b27220ec5479977db026791f517080bacdcf334eba0ff429923c +size 519600988 diff --git a/data/part-01827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6853fc2565ab5a0951917c730630eb6ada14925b --- /dev/null +++ b/data/part-01827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f528f1e12541f29f93c0dda76ecbc41ed2e6be38666dd9613f0818e76a30c2b +size 603155313 diff --git a/data/part-01828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a1a5eed40e72b31235dd2737b4d23f3068a058f --- /dev/null +++ b/data/part-01828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bce4e2ac9a239a1693064b87d69074a85d86e214df7acc3209b76740e187c5 +size 427150170 diff --git a/data/part-01829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8a36cc094fbb880dc16eabb832a489445de851b --- /dev/null +++ b/data/part-01829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ff7054c6c7794ed19c9f35ef405218ab285485360a0ae871a0dcac6323513c +size 427318097 diff --git a/data/part-01830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab43ebb2d2081b2961de5c3c9e160e8608f1af6b --- /dev/null +++ b/data/part-01830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbb1432a5c566d2395f4e8e370fb0e4aa8364c6d8bab52cc615d62b143c340d +size 733467247 diff --git a/data/part-01831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76ac709c406692b1bc16c9dabb3cca058ccce7a4 --- /dev/null +++ b/data/part-01831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9dbdedfe40c60e8996d38d061392ef1ab9763f159f856657bfcfe75d2d0906 +size 508727813 diff --git a/data/part-01832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a00a7df1f03578f6a871fb6dcec74dacc147569c --- /dev/null +++ b/data/part-01832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2c37c82d7dea9e732acde9f1bd6ba958a28839dd1b21755bc0bdedc8639566 +size 487327049 diff --git a/data/part-01833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81178bae10b2504629518e526929ad6ff70f1cff --- /dev/null +++ b/data/part-01833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737b9136aeb227d3cc192083f7aa29be5c7f350334f0910126082369a1ac555a +size 442431036 diff --git a/data/part-01834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ff8224df3f335ea6357a793c546345ae4a025fb --- /dev/null +++ b/data/part-01834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945cb829fd1d6c6a947bf75e334ccc52874c49a2494fb39d8a8097301bdb7cc7 +size 587327914 diff --git a/data/part-01835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df528cd87e501e96be46b162a60112224c1bf66d --- /dev/null +++ b/data/part-01835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cd06c67f6fc0d5340124b13a016ab1a420b127c1f29ad1ce89c33a24ce5dbf +size 645404131 diff --git a/data/part-01836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..310947cd4e62bedab6065ffed0c55adda99d6056 --- /dev/null +++ b/data/part-01836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacfab2367f09e26bdf17ee5be6bcd4183ae5ca4a35353d0861784743b3b716d +size 424011213 diff --git a/data/part-01837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04a2c1e095a152eed30c42e21cefe9714760888c --- /dev/null +++ b/data/part-01837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9150dd13faf82284fabf230c7fde0258779b7ac4201bba1033db2e7be72fd7e +size 405576695 diff --git a/data/part-01838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4f3029c185b0f5619ba657559576260beda11b7 --- /dev/null +++ b/data/part-01838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed7558336e0e2dbbad5e79d7d42c052395034058ecb284fe55278e8f7523724 +size 900198728 diff --git a/data/part-01839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac335c442bccf7618b1bc9042b5df4375d66fe70 --- /dev/null +++ b/data/part-01839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4660a2a60d762c0769565566b473813121a6a70f6f694b3e7598e052ba381f1f +size 373483335 diff --git a/data/part-01840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..236e1c6a2f59883ce02a1e46eac34688cbc3cdd1 --- /dev/null +++ b/data/part-01840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c788cc8da51526ec7eb1ab35691f4c9cf569950b8f1c06ef9c427bcc73f143 +size 498593330 diff --git a/data/part-01841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52fe4c5ebe093fb8f28587dd3c28bef0e0343a39 --- /dev/null +++ b/data/part-01841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbfb41bf0455441806f1bc6f69529e9dc589c4493b1a6bcef1823b4f63b4d37 +size 536599262 diff --git a/data/part-01842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9217924b1746cf0ebe2cc4223bec33217394ddce --- /dev/null +++ b/data/part-01842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d5b875b37733a02d1367ebac60b5c63bc6b2df9c6b9be12615de4203d12783 +size 914868890 diff --git a/data/part-01843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3df4180b1119f97cfeb5a112798e7d48de64caf8 --- /dev/null +++ b/data/part-01843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05230d88faaf0eedd85326d377bb8104dfd017e4e53c650bd2893bc4b3b10928 +size 365492246 diff --git a/data/part-01844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19af95b165020305b26314b831978a4d3ad941fb --- /dev/null +++ b/data/part-01844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63892f0fcf93dfd07b542cccd988bbc32a330d613a208020c3179ce1fb4b261 +size 754702121 diff --git a/data/part-01845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efa00d681f14d5e25f7c92421bfac1e552b1fccf --- /dev/null +++ b/data/part-01845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acbb6f2a2602e63e13fffe83f4009142fcbac189fcf0b7342bc52f356d80ca6 +size 637366796 diff --git a/data/part-01846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81927f656150efcfc9b85bdd6a6e4ff305181d7f --- /dev/null +++ b/data/part-01846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3f7a824726219fbff4afc9a41c1ca2664688e897efe99f432858d914e68ffc +size 518446476 diff --git a/data/part-01847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5408c84682063cf03e4db20a49086fdee3aa1ed --- /dev/null +++ b/data/part-01847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de32e058b13787054070b05ea4a3bed28d998107f70d01e814d208ce123a9ccc +size 873580363 diff --git a/data/part-01848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72307eff986b7575a45aa560cbfd4915d281ac58 --- /dev/null +++ b/data/part-01848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7d99ff9af0756774c87a690e646664389e4d45e146c7c94da1df008ce5c3f2 +size 524576226 diff --git a/data/part-01849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63fda3d0af543947e39861ca8d9901bdb2785f5f --- /dev/null +++ b/data/part-01849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c8680840ab476a302e48a085a4d18f95e8e29a4840c46f60bd59d2f88fdadb +size 639974243 diff --git a/data/part-01850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15e1dece0a17fa611f67a346711966ddc9160169 --- /dev/null +++ b/data/part-01850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6351cc0ca7f0a1114952e451a21d48c500a5383160c1b1c82790692846e34401 +size 537863369 diff --git a/data/part-01851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94752bd593bd9d1692d0e753e46c9da871d95a3e --- /dev/null +++ b/data/part-01851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4285083ff3bb6e62b83e12730ffa67b1bc419f10c2cc09ab11484fe7193b53cd +size 492501472 diff --git a/data/part-01852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65ca1f9fb5ef2a34a58c86b5d2aea86b76c029af --- /dev/null +++ b/data/part-01852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62fe5c0c76052b5b211990c9b7455fe1758eb100a8fddf7d43433e5c0a8daf9 +size 698603505 diff --git a/data/part-01853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6765435a7d29c3763b798882c928402da351f3e2 --- /dev/null +++ b/data/part-01853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0901579e99dff242afcf66a98362a2ca23a761d96d6d2f58781c04df0485d481 +size 472337858 diff --git a/data/part-01854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61dab145533d7cf43156e7be39450531e8792337 --- /dev/null +++ b/data/part-01854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b200b645b8d4d9b826a3828551cf0bba5725a016e79df9cf67cf3e06c666757 +size 807995423 diff --git a/data/part-01855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcfb6cb277ba5b6807686d5d2bc992d298d0cf5d --- /dev/null +++ b/data/part-01855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d984e16a3f5351df1c9a92bc73c8d9fce1d4427fe4d94cb2e342ab66d16010 +size 437355024 diff --git a/data/part-01856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1108fd1b5daae4a0dd1d71839525939b5334eb2f --- /dev/null +++ b/data/part-01856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3c96c24ad74276a1724c6300a549e0a193f707eff465b101e261311a0ceaf9 +size 359941655 diff --git a/data/part-01857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f6cd6939159733f68e49cfa4ef6e5a3dc298248 --- /dev/null +++ b/data/part-01857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67eabeafe3c1fbb9dd3a1d338b15785c1af2ca2de496b658e517aae03adb82c9 +size 420406529 diff --git a/data/part-01858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80ff26c89f6d59f474e2c2077fab2f2bbf40e1c4 --- /dev/null +++ b/data/part-01858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c64e9e98bf54f80182d9b28809c2677246b48fef608ae050a672d00587b360 +size 616588321 diff --git a/data/part-01859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac6fec3324821c31a00d43f06a39b61728f0cbf4 --- /dev/null +++ b/data/part-01859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498f1244bff62e9246da7640d49cd578062d3394586e1e056bde482055a728b4 +size 375027175 diff --git a/data/part-01860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18902e7d96296a666929737b6df0101cc8de1bc9 --- /dev/null +++ b/data/part-01860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6b52f0dd22ac180f8c22b97fff289c8a28c7f9c539599ba22eb4c161abd1ac +size 670432192 diff --git a/data/part-01861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fec80b1cbfc79228163edfcac5805d77a204bcf --- /dev/null +++ b/data/part-01861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0e22e8d5786cb75f82bc251e3f83af95eafbf8738dcc2c51a723dcf8ee2241 +size 395269329 diff --git a/data/part-01862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..121739fc56e5b04a845075c61d7f2ebab4f3ce17 --- /dev/null +++ b/data/part-01862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf478563b455f7718d6c07f4a06562a72a184d030009f06e7e1a87e33c2303f +size 544446127 diff --git a/data/part-01863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60c54424b91fc845f2e216b0dd0aedcc260f28d4 --- /dev/null +++ b/data/part-01863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91b3f8416631f9708d1ce051b33f6c93ae574e79156927c319c2d78e6c4073f +size 518610298 diff --git a/data/part-01864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56289b144a782d90c6b4dd21bc7ae6db3b997603 --- /dev/null +++ b/data/part-01864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cca5583d9b2da6ed347cb34f821ff00db14e2bfac658e0c0efe5d03587a77a1 +size 788231295 diff --git a/data/part-01865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76e414ccb574161e65801633082ff94b21003b92 --- /dev/null +++ b/data/part-01865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a7029951f7fb922a30bf2f74e0aafb295275b63a19c3c0d7be2f61cd8ad5ea +size 539795910 diff --git a/data/part-01866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..562627341648f977209ed84cb37f735e9f4fd1de --- /dev/null +++ b/data/part-01866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb320b9a42d3e1b5b4b2eb9ed0f2d0b6c418c23f0377ff128b96f31c82d2566 +size 464218525 diff --git a/data/part-01867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d84d3395095cee680cea5c9de406967ee80a35b --- /dev/null +++ b/data/part-01867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f572db371d8691a9ae395b48895bf43ce8325bf55d65494fecf80e64237b1f8 +size 494886701 diff --git a/data/part-01868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7e3c3b80f4eb8729dbf74fac7293333769b77c9 --- /dev/null +++ b/data/part-01868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e14b6ed3cb560103fce29908855833fbd510911b0c7b6882490651c0bc924a +size 381982816 diff --git a/data/part-01869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b9340a88c72c57495ab700a1e39f16da5f62fbe --- /dev/null +++ b/data/part-01869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d0cc87581a79d4e623d0c31c882d83a09f12779c27d7d899dd4cad3b5f3350 +size 523708183 diff --git a/data/part-01870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b27e350a5c721924138e05bf8d3c0a57db91addb --- /dev/null +++ b/data/part-01870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325f514c68d12cc9ff96e804f5bc0e4431b78c9fad5a243ec77285ecc05d6b07 +size 499205588 diff --git a/data/part-01871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b659f47778945a99dc41cf8600a58ac021fa10bd --- /dev/null +++ b/data/part-01871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83206b101edd781deed7bd36ac0dcd166021a9d2479926160565a429ee5f9ee6 +size 424690566 diff --git a/data/part-01872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..522c69c98c0666105a206ae746002d4383a15f72 --- /dev/null +++ b/data/part-01872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8053195108e68c3b9dcc24320dbefb31739db1ace64e32fee1a5f98220b965c8 +size 540860712 diff --git a/data/part-01873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d23cb4983cca286bd9a6cd797dc4f9bfcb1ca9c7 --- /dev/null +++ b/data/part-01873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c742c0b74a4afc6b553e200cba38b09db82748de23b75ec6ede62ac635da36ab +size 537500596 diff --git a/data/part-01874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f82fbde092e0e27809b526e47c40b56d4c89c44 --- /dev/null +++ b/data/part-01874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aac395289823d8081ef22f275017f8f56063f4c8db3ace4740dd4bf7a29c9e +size 574939202 diff --git a/data/part-01875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1de7b5b46b218f7b5efce6556a373b21dae5f5bb --- /dev/null +++ b/data/part-01875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523a5802fe78addf8afb0c9ed2728db0e94dc93bf2edd12f456965aaaa3a4a7c +size 475123341 diff --git a/data/part-01876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93a125aa73ae149634c5822820bf6dd82e3ebe53 --- /dev/null +++ b/data/part-01876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980ebae2f1f63fc272ca43df77d25c30084fe7cfe891909cdf346861ae63b977 +size 429181990 diff --git a/data/part-01877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a26af31f3fa7ca5a2e1969f955893ad66a0e850 --- /dev/null +++ b/data/part-01877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3514683ec54777939c7380896b72b8274733ddd533686b53def1e360824ff846 +size 794820961 diff --git a/data/part-01878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fb8883433fcfe1fb18ef9d6b2344d63ec707020 --- /dev/null +++ b/data/part-01878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff9638bd65d54d263e92f70d6a9ac7d782081ddc0ec2acd4405286f46c660d7 +size 597622049 diff --git a/data/part-01879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..631699d5f25cb9db990771c34ff5b28829b41f85 --- /dev/null +++ b/data/part-01879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bca5640a1042c4fdddd320127567371e0ca758a9f39094f9f7b11dfc499e6f +size 601935280 diff --git a/data/part-01880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16fafd152e64bd8983609b4ce4b5ab020302df24 --- /dev/null +++ b/data/part-01880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335423e1a32fa15ce7023810e04526645b0de1e2f11670444e651aebc394078a +size 393115438 diff --git a/data/part-01881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b63fd0af436e959d25739fbd12499246c730feb --- /dev/null +++ b/data/part-01881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ed9144437afc4b9a4a7f8277542cc3ccc33239fa33f8e6e9a1b5b63bf7c1ea +size 671318610 diff --git a/data/part-01882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0c784bdf934f5de9dceea2e2d7fc1434c35d310 --- /dev/null +++ b/data/part-01882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b77f51fee74d0b0e59b44630cef8ec0002a1d95825d5a98975ab799f3e015d8 +size 500964926 diff --git a/data/part-01883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05deeec08c12dcee8863289bffe60837e4617b37 --- /dev/null +++ b/data/part-01883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6493e2db8c5e40ccd7c28d46bdc35431db478f49a2b634e1bd38cd4305d47ae +size 643309625 diff --git a/data/part-01884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf28b38225ad5b8d4cd3ee5e679e06fe687033fd --- /dev/null +++ b/data/part-01884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb8e5a7e571d8d76ef9ba86f04424761c6afbc21867377aeef5ff75e12cdafe +size 509835421 diff --git a/data/part-01885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8c6ba23f7645a46fa83d72035a8c1170c479e82 --- /dev/null +++ b/data/part-01885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86764ebd1402860d09e79959de7e954a5d360a841e2d54c3adb557beab011955 +size 631051892 diff --git a/data/part-01886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..632884571e0e47ff1aff373c13f2ff1d98633772 --- /dev/null +++ b/data/part-01886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbd845028dc6d1ac7740b148f22c8b68f01f0f397406a986347f4f533ebb04c +size 683915356 diff --git a/data/part-01887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39b30ab596405185caf0af232067e64c2de8ef8c --- /dev/null +++ b/data/part-01887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a17466948f73fb03247916f5ead25d9ea6758e23482e8c225c817ce68aa7c21 +size 637417592 diff --git a/data/part-01888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30b952bb46fa8e4c2610076ff3c97b4cab345211 --- /dev/null +++ b/data/part-01888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40c54e11681675da39a072d0cab02da88ff90763226c065f6a1c60c05ac0617 +size 426722003 diff --git a/data/part-01889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d03a7049a21743c267171bd3a7ad46bfca4011a --- /dev/null +++ b/data/part-01889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4e303a8e9115f149a8ee496731ccd408e2185f03f4a1357ba85fd1a8a14311 +size 395295235 diff --git a/data/part-01890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30eecab4c8938667f00e7a5f15e8c6993f30f998 --- /dev/null +++ b/data/part-01890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc312181fcad9ba37d08b72234bb0ad7b3efebd31790ecb7dc1cb086b5ad7eaa +size 617365121 diff --git a/data/part-01891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e663ba726d777c16afa4c485170fafc408d3e94 --- /dev/null +++ b/data/part-01891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a69a89fc3aa52bac5c220bd6412e8ddacc46c90ffea3f53f29bd06da46fe15 +size 377347616 diff --git a/data/part-01892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1271b9925eff37fc19fd2ec9aa6b56070bd020ce --- /dev/null +++ b/data/part-01892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34607b3b1e10c1c923849cfb20e203c9ce422e892aa900fab8e530901e19fce9 +size 480884135 diff --git a/data/part-01893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f6ca72d2be9ff6b001c2d7ae8b7f8ec57a3ead6 --- /dev/null +++ b/data/part-01893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d77a725997eaa4772320d352d58f1b0ede46472864b37d78da11cbbc90c0a5 +size 378935142 diff --git a/data/part-01894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b955205d82946c4f240afae863a83b8bd8ee74c --- /dev/null +++ b/data/part-01894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3b5220ce8a84c0fb1d358159b8b9c75654dcaa0743b31c08bcdfcc0e902126 +size 486250685 diff --git a/data/part-01895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1db050945f347117778ae035ad7754727235ab1 --- /dev/null +++ b/data/part-01895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13db58e9f4522d793bf831bfbcb15b6594c71a922f7b2ec72359879f07341c32 +size 751146104 diff --git a/data/part-01896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebe3cd9efd349e859b4af8402223d076421cc55e --- /dev/null +++ b/data/part-01896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df46600c68e13cc6438650cf22844ec4ef15802150172cb94725244ea150de94 +size 494818799 diff --git a/data/part-01897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d210500837716a338c1ce9b9af154c7a2f9c9ac9 --- /dev/null +++ b/data/part-01897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4c0ebd7e64cd83d27c121a4f10006037c75ea279a829f1f8a4e45e625b01c9 +size 447436985 diff --git a/data/part-01898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea2a60719255f42b272c12c90ced9563ae3f0eca --- /dev/null +++ b/data/part-01898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a262f278d23bb40a06436302d2c400e774d2df40aa1b8c0f567d0a3ebda6b7f +size 539424714 diff --git a/data/part-01899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cca6f65c3602f4cf0973594161553db2b2d4621 --- /dev/null +++ b/data/part-01899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4f72c85e3009aad60cffd241883fc19715490768dcfeb345197a8ee4014cad +size 421452712 diff --git a/data/part-01900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..012a49801743e4c859512d9f3911e976bda464e0 --- /dev/null +++ b/data/part-01900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4986e9b049ef9f73f6b7d96f6e8a20b7c0db27e41546f2777eb7b05ef4915474 +size 406728489 diff --git a/data/part-01901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc38e436bd1029ea28f5b94b1ca301698b974577 --- /dev/null +++ b/data/part-01901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc380afbebc0890b37749ec5ba2a6e95627d1bd674de1d66508fca00c9d96ae9 +size 418686754 diff --git a/data/part-01902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d361ec64405eedf5cd831ebdc8e8188785a04a6 --- /dev/null +++ b/data/part-01902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c91a10432890d6b4a7e58534016c94a7a6ed17843f63bf2551c4f955313e0e +size 569513138 diff --git a/data/part-01903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12556f8a90c43e2e8d7bc9bbf7f1b2424d986562 --- /dev/null +++ b/data/part-01903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b576971faf040cee5f84a3619aabf0a244f2278bfbe653b3ef6015bdd80cd4fc +size 612062763 diff --git a/data/part-01904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6b595c2829f0943c6fb320d0677eaaa54493707 --- /dev/null +++ b/data/part-01904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30de8e0138127cc740a453003f3999af1d784be12b9987c3181eeea0944443cf +size 475809300 diff --git a/data/part-01905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25f8fcade12c46e70d11902ae90816cce25b0514 --- /dev/null +++ b/data/part-01905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c267c8cdd521e33bd6679e6fdf594529c9ac65033344f68449ab5f580e13b1d5 +size 355298815 diff --git a/data/part-01906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..795ad14951d329abf5ebb99dfdfbebe7e6012404 --- /dev/null +++ b/data/part-01906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007fa41719b81c5f514b311a17413e50a97ebe78428ef14c99ce0f7507629401 +size 561825462 diff --git a/data/part-01907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b6ddd5d2803fb56d8b36f62e1df368a576a10db --- /dev/null +++ b/data/part-01907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf77da9f7ba5b2789cfbce82bf80eed68cf7833d57003c3ffe1c278749e8c11 +size 770889599 diff --git a/data/part-01908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d5fe287d820075a16c825b9f89ac72902d1d82e --- /dev/null +++ b/data/part-01908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d71e29d90b2961574ccbb4712d36dd6582b53fbdea2ed2b8498a6bbf3bae28a +size 516681098 diff --git a/data/part-01909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d50051840c8e15f1c818e7f02f13faea4f8594d0 --- /dev/null +++ b/data/part-01909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec82160b86a16244b54351cc401dc3e63aea8172e989534aae6aa01cae14e18 +size 676896586 diff --git a/data/part-01910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..141cab1a4202960c6970ff4e0929627e181f2089 --- /dev/null +++ b/data/part-01910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8deea04707647ff397493904da42216a968b36a08bfe63d4fd5ee118ab6b6831 +size 533995053 diff --git a/data/part-01911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56c025f1c40295899c71ae97d7840a85e630f78a --- /dev/null +++ b/data/part-01911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97d028ca2d754a7ea55d5b7774cfe0d9302a0ed983fa05617f9c43ac785811c +size 891509950 diff --git a/data/part-01912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d323c4212197e354574a2e4cf3b91ef6ece1edd9 --- /dev/null +++ b/data/part-01912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5cc0459159af4cf16a01e9689b83995cd649ec5ebe8cba7f6a313eb3a7adcb +size 639117816 diff --git a/data/part-01913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab2a71d152569d5f3404a2977fe8e03328e222c0 --- /dev/null +++ b/data/part-01913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d919eba5c038916d65dd49399e9a679bcd5f7526f20d78fc16ab74ad667cd8 +size 373719286 diff --git a/data/part-01914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12990b57c2cee40be8d9dbd8a248473ac41ceff0 --- /dev/null +++ b/data/part-01914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ee685554c0e449c5d100a9d963c43b7a64bdeb0e4f2e5f6d84e7c9b6ac9e47 +size 718987319 diff --git a/data/part-01915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..449314242a589b558e07d0288fbc039ff74ba250 --- /dev/null +++ b/data/part-01915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c25c50d3c14242f1016f516b6d7543464f0642633591e6eeb6d39989dd91e25 +size 501855802 diff --git a/data/part-01916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98628c98453b3f6cdd6661c508403021a2357fb2 --- /dev/null +++ b/data/part-01916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bc2757b1a20de5ba12ae9d0205428ec6a037f7121af94ce0e66d26c2db3d0b +size 370926549 diff --git a/data/part-01917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1872b3614023fd511fa1fef4cba50b595926c8cf --- /dev/null +++ b/data/part-01917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20645b4138d920bdbbfef832733cbacd518faa4c573f166785e056194ef90c5 +size 559176411 diff --git a/data/part-01918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e169e76f379a6c2b4164408290a5bb8805a04286 --- /dev/null +++ b/data/part-01918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6bd438dfc10ac6d7fd89065b92f0fb7d6b610f6156cc1a4a1e63bac1603115 +size 458159392 diff --git a/data/part-01919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1293a283325265dc01648da7b0a5758a664ed90d --- /dev/null +++ b/data/part-01919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2b188ce5df7b88f47b750eff40082436e5481b3928257b6cdb625068eaa060 +size 606657879 diff --git a/data/part-01920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae106906f450e2a8e56d8f5324b463dfb1cc43f9 --- /dev/null +++ b/data/part-01920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7214aec6a7475f60556ff6129a265c526cb5dccc621765c7c32cc2e31b734a34 +size 448427659 diff --git a/data/part-01921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2a239ebe63cd2c8dfefedcac7e17baa97c5ec03 --- /dev/null +++ b/data/part-01921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a90d3ddf8bb8e097075f005cae3049cc4fd4ddfb19efd1e296a9a2a97b3a1b +size 438258654 diff --git a/data/part-01922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..405242f33a26d161411b6c17331e4814b92e4459 --- /dev/null +++ b/data/part-01922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69310781f502216c8593dab9aa30b2445f8801cc24335342c24708782143666 +size 468589200 diff --git a/data/part-01923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb93d268076c0b610790dac4b8ea2bf30fb9a139 --- /dev/null +++ b/data/part-01923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf01ca20b6b39154443e6b3ef1e32f774706033c0d5a7d869d699b33826ef64 +size 494901665 diff --git a/data/part-01924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46e0e4189038b3e76aeae1b1feae51604b363a5b --- /dev/null +++ b/data/part-01924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9474585de44a5801695069b80dcb781da17f847bf3891709d61954a120ffbde2 +size 532207388 diff --git a/data/part-01925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..399b0532c858b7e584bafcdc8f6919ecf4e86b94 --- /dev/null +++ b/data/part-01925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adab1e1ff61c2e0ad0d656d66b57e539879577855650b18153d749a0e0c93092 +size 403424758 diff --git a/data/part-01926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbc3d49152de4eadc7a71aaf7440ca55174e641b --- /dev/null +++ b/data/part-01926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb48bbbfdb3876adeca85f5069b1739b827c457995bbc94982b9754ac1953a6e +size 1089771673 diff --git a/data/part-01927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8a157dd1491b591abec1e69ff96c6272bca3241 --- /dev/null +++ b/data/part-01927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469ccc0f8eed7da9f0025d69ed2084b310c5dac778a283d060adc865ed66e400 +size 886396776 diff --git a/data/part-01928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6324d19a7605de25384066ff742522aee702e224 --- /dev/null +++ b/data/part-01928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc015437d3144cd73e6556837a525c37b164e545a2198e9691edc3b878274619 +size 424633986 diff --git a/data/part-01929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7410dbf07a69d8af0cf568cf4f7ce3abcc04187 --- /dev/null +++ b/data/part-01929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c668ccdb9c1c9e030e61e9cf617c037f29a6447f370648a539a1d471bb96dc7f +size 479699694 diff --git a/data/part-01930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3d51df5459f9430ee41551be526ec134e8ff59a --- /dev/null +++ b/data/part-01930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2081e2d593a029f2a4745f12be9dadf9375930cf393c49bf4473ac6a31a01aa +size 401659215 diff --git a/data/part-01931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9db995243d8458d679aafe9726f14e54f2add9f --- /dev/null +++ b/data/part-01931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd96fb43b4e23f8dc213a4a862230560f418f42cb542bdc31661e7badf8ae25 +size 598469554 diff --git a/data/part-01932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02532d1ce19582aa747edc858971a317f46e7f5e --- /dev/null +++ b/data/part-01932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a739c92cb03a07f1f1e7759e2d27451a8481a10d7be3f88f17d1509c7c7db684 +size 492690386 diff --git a/data/part-01933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c37173a0cb3bcaa59b67aa91b817a9fb1c2c508 --- /dev/null +++ b/data/part-01933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cad695d5d4d71a0167ab4fe3dbe8046af35ef8c3b6a85007e5e38e2c1c5c718 +size 581412999 diff --git a/data/part-01934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b387eaa283060b549b886659e85b1beaac8121f --- /dev/null +++ b/data/part-01934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d9d154fdcf15ff384799be481014895e25aff4bd572022db9a1ddda0d4e95c +size 568036687 diff --git a/data/part-01935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f45895c1911cb2b5ebe50bcd195f0b568417475b --- /dev/null +++ b/data/part-01935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d0bc2675f0308491e40015baf6d760d23b16c0403ae7411b009e1258d2e5c8 +size 575214701 diff --git a/data/part-01936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a73ecca1ff7e26aacb176a0822a1efe96fe93c55 --- /dev/null +++ b/data/part-01936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53024d342284761360dff34bf93b84232949502504896ff9726ebcfc7a98012 +size 554045686 diff --git a/data/part-01937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8949e179538d3834902bbee02c12a17b52848a7b --- /dev/null +++ b/data/part-01937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd62193f3859dcfc61f1394f785307a7cb1ef43e95e25bfa731078ed3e2e5557 +size 528672759 diff --git a/data/part-01938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afe464f0ddb02b9f26ae955c2ea6faac227688cd --- /dev/null +++ b/data/part-01938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e81d5e0c652c5a2d802044ed6a4e89b7b6f436cc40fdab221b17b760fa7880c +size 526107373 diff --git a/data/part-01939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..621bbd77e0ea07551aa27836d1787d548bddbaa1 --- /dev/null +++ b/data/part-01939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4d43308449339486a63ef67627f6a98a706b4b144bf013e1b5b8e1b6fe8543 +size 577836127 diff --git a/data/part-01940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f9e8002099d784f5254770019c5325897eed284 --- /dev/null +++ b/data/part-01940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955098be11f1968cb0b267be9f01e1395fa4abebdc0af11a4708212ab430b737 +size 534631477 diff --git a/data/part-01941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9635a936c9ba7f9ade06c861acef3cdb652bd442 --- /dev/null +++ b/data/part-01941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dde0a00d98b4e3a9a85add633278e719003fc8ca7abe318f4939c7138f4766d +size 784100803 diff --git a/data/part-01942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c2522c69103d593d8950e1f7fb5548806a2b6ef --- /dev/null +++ b/data/part-01942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f0e69af4e7bbcf4512016f046afd9d1ba6aa52ad1891e6bc919e34990845fb +size 412426326 diff --git a/data/part-01943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbc81871fbb3b9e4abf92ffb7a9c7acb0ac7b37d --- /dev/null +++ b/data/part-01943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085c5053fabdbb523f020f639af7366e34b7a1d934da40a6d1bd295d5a56f590 +size 525868365 diff --git a/data/part-01944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df94c1a9835df722733844ce17c2d19a9e621c94 --- /dev/null +++ b/data/part-01944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049d2729ff4d7afd508bd822c8c214f0c5b5237ca77dbe09042abafeae14df96 +size 557561666 diff --git a/data/part-01945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2235da6b6e1ce887ed38a365e406ba69c4490258 --- /dev/null +++ b/data/part-01945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636e8d3ec5d0eb46abfd0b1adae4d8bcd5353eb49366b3b1828c1a9df8f3e39e +size 356721511 diff --git a/data/part-01946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a3844e6b670da7c82cafd29480cc7d8d31fb789 --- /dev/null +++ b/data/part-01946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205aed4552b3d489e3ee55beb2de2de732d7fdb672c8a543a0edf9c71dd32f35 +size 663048416 diff --git a/data/part-01947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43de26102e58b38c80cdb22a2a2ed013729aea87 --- /dev/null +++ b/data/part-01947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ddd8a532a5141e2e7249c668e10dc17f0ecb89b5fe9be4477e7c0d356459c +size 333390099 diff --git a/data/part-01948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfe25a1e64326a3d526e82d1ad3347c2b0d92f44 --- /dev/null +++ b/data/part-01948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c092e4b72ce874b97a3c1ae5656d7ca30b68c3ddc36a25faa926da85105b6ea4 +size 432695489 diff --git a/data/part-01949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0af822e7afb33d2c548ea972436b1de71ddfe36d --- /dev/null +++ b/data/part-01949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8978c61773fe6bc7f1d09ec861bf59cca8d490dd34775ade5ba1a63acb309d2 +size 496912943 diff --git a/data/part-01950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30ee1b6aba7a25517e58cd7e917168a32bc13963 --- /dev/null +++ b/data/part-01950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c13a7ed3508da34026abe4ff29a2354be87492bbc460e486b5b36b6455cbbd3 +size 665263178 diff --git a/data/part-01951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d0377e881df739645b9093e3dfea9d1ecbbac45 --- /dev/null +++ b/data/part-01951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fab7ff0091437cbe8abbdf9d86c963000128a74fb6c6dd40a57393d29235ed +size 710660345 diff --git a/data/part-01952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b559a4db31e9934ecee28e8dd611cab96318584 --- /dev/null +++ b/data/part-01952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1f42f3b2eca29233d1b285553d47c58b855d33c1cda8ba7576a977edb9b459 +size 685600464 diff --git a/data/part-01953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70fdf991ee7007d37ec6fa75a4035ef673f4372a --- /dev/null +++ b/data/part-01953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a83a3e19f1fbdd1cab73a89c30bfe122d9ad9204d9dd6e78fe89f3aa3ec8307 +size 559653066 diff --git a/data/part-01954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..707c7d334219e73382dc8d7674ff692f6d99f792 --- /dev/null +++ b/data/part-01954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0d16f8da6b88eb44c5a123b5126893791f61f5bd2fc464c6917324cb49b565 +size 622991744 diff --git a/data/part-01955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de5adcaf7c3f2524ac50433db58971de40faee55 --- /dev/null +++ b/data/part-01955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d6bd0a9ed417eb5aa7dc65e3664b0e281739381b5124702dda293c465aa7a3 +size 432014600 diff --git a/data/part-01956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e208c6af2acaa8b7e132d7789a9ee160d71fd6f --- /dev/null +++ b/data/part-01956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cda70c4a42d2221ccc180d3ff6bc0e4d5aef7c07e08f1881f58c9e666af7825 +size 750147871 diff --git a/data/part-01957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92415f12192bd6ff167f64eb4853c4eb75898d3e --- /dev/null +++ b/data/part-01957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e327cc093fac7343ec3af31d11f0200ee0f6a821e4c3f3406a0ea4c1aae06696 +size 387739706 diff --git a/data/part-01958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49637905be0129d8973f887a9ff191c81fca6d7e --- /dev/null +++ b/data/part-01958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73d6c6526af53724e72d885621ebab36993d0eae81627728dde308bfbc1f2ea +size 626399842 diff --git a/data/part-01959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66925c63b4b9a15d4bab85ef53f7f2e456dcdec0 --- /dev/null +++ b/data/part-01959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c189d143041a19fbee19a6c7e7f5f22393b6291529d58a474baf22c89494d53 +size 490592490 diff --git a/data/part-01960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55cc6e9e526c7ac51bb294b4d3ceb66da07c67d1 --- /dev/null +++ b/data/part-01960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d4635293b900cc0bf178f65a0c55643af35aecdd69915ea485f362720b09c9 +size 522597851 diff --git a/data/part-01961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0170c15ae0579c9283a4f0e40f8c304c3ae97b4a --- /dev/null +++ b/data/part-01961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d172abc6bc78915afcb7d45d44a0206be8521f74dfff70ee7547d585318a3d +size 449447081 diff --git a/data/part-01962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b920a516c416393aec32bdcd18fa6824e09dcec5 --- /dev/null +++ b/data/part-01962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4037182623df705e8cd70de88ab78589b8caba8201a9278c24cbec593435fa3a +size 647223369 diff --git a/data/part-01963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfa0075ad999bf8651e3ecf960825a8452768396 --- /dev/null +++ b/data/part-01963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c8555850c632af3a83762644df3f5fb300458710fb1d508fcb4cdbb17b59ae +size 484771507 diff --git a/data/part-01964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6109af8cc1a65e864adb664477126210d52c252 --- /dev/null +++ b/data/part-01964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11466fe725dd12d0684f9f9aef5095c3b76e78ae215134c1a0865c3213859d91 +size 463302503 diff --git a/data/part-01965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aa09edbb89dd92b213fe9fe233e9a529d893eab --- /dev/null +++ b/data/part-01965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da6737aef317f1b5c9f3258b60cc84b163ea1aa876555075b8cf0e9f42a141e +size 503885927 diff --git a/data/part-01966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8ade2501870b2e7852e9799de2ed1cad3168478 --- /dev/null +++ b/data/part-01966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb296ca7e81a2569c80e93f9e367ea8352f5bee48631e249230ecc013a852aef +size 471110958 diff --git a/data/part-01967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9826e60861c68c15dabb55dfc149ad5503de7c22 --- /dev/null +++ b/data/part-01967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f431bae135b228795314c7566df294a1f01a738664361705a347e1b42060e7 +size 471338375 diff --git a/data/part-01968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5336d20167b2398f6e25ea197ff1f530e594cfa --- /dev/null +++ b/data/part-01968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b53d661b32413a0678cea8a61be66b5052e0fd9c9bf4dae12bca5c5639c1db +size 612419990 diff --git a/data/part-01969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5345b2df9e489931e15ff3fd28c3b664cbac78e6 --- /dev/null +++ b/data/part-01969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1038bf82d87ca4a75573f54700f52a06505809dedda799c092b3dbbd8c03e81 +size 490558628 diff --git a/data/part-01970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef1f44ce9236823b548063f01ab438497cd31929 --- /dev/null +++ b/data/part-01970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ffcac0dbad564a1d7b5b4d75bdb1f88345c48edb24ba80436c5550e66dca1f +size 456335669 diff --git a/data/part-01971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16fe44193206d80b264837eeec17a53ccdf7ef7b --- /dev/null +++ b/data/part-01971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272db8e949cd7fdd5f0174feb39aad30d55204fca59e17cfa51bc0806c1ca8a2 +size 629367781 diff --git a/data/part-01972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33e75b019e1bf9c9c490ff0fecdf1c568dd50dc5 --- /dev/null +++ b/data/part-01972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7167b3dd02ce6fb00cb5ab46bcf1021b84ea2a16e12e4d2c723b02af7e11c2b1 +size 417841717 diff --git a/data/part-01973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5085cdaae2548e85ee9b175872153e006312caac --- /dev/null +++ b/data/part-01973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20d63c8a2cb4e7e2962a7c70892614bb532bf936e8a719b188258bc10ef6cf3 +size 705301267 diff --git a/data/part-01974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..430656293bb7e7133933c715d4369f55762cfc3e --- /dev/null +++ b/data/part-01974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221ead4bdcdfd939913efdcd98cddc7c9d87f8f436bc701e35c851a51dad01dd +size 777720708 diff --git a/data/part-01975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..becc2a3e4c47919220257a3b7118da425233a29f --- /dev/null +++ b/data/part-01975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76c275a011632c6c8d67e16e541acea734296491cf7caa34a99efc67fc34af8 +size 666708807 diff --git a/data/part-01976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31ac02af05c3b773d34c5b8c3f4c315be46438d7 --- /dev/null +++ b/data/part-01976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650af36879359db7170c7781d74b4b00f331c8d329e99accee72731399ae077e +size 383859287 diff --git a/data/part-01977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a70084f6c483869b2cfa032b5cf3b2747c9e3f52 --- /dev/null +++ b/data/part-01977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2871d98df77817ee674ee04213280ce16f02abdef832263726b7776751316a3 +size 431366828 diff --git a/data/part-01978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bbf64fb6b461a951f116a3c0503ed1c31cddf24 --- /dev/null +++ b/data/part-01978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dabe58d81cb139e41d70e0d730bc5b2a62c4361d7c28ba7f4b653fbf24279d +size 496914424 diff --git a/data/part-01979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4c1b9876ea15beb481cfe12d55575b8cb2e5c14 --- /dev/null +++ b/data/part-01979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6092eedad65281a6f64f76929cb43935a3af4c48c533ce5df70bcd3ffadf4b6d +size 481509983 diff --git a/data/part-01980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b644e0d32f73334612b3075e7c5f331957bdec3 --- /dev/null +++ b/data/part-01980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f70f77161ca9b7ed3e0602883f0807017c872892b306f69c8c549e57728ec0d +size 400845097 diff --git a/data/part-01981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1ad89323dad8fa9dd8f4874a5ccc52f9c406dbf --- /dev/null +++ b/data/part-01981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80cbb65ccdad904396b2798184998dc5ad4a2cb00ef528943fee0119bd090f9 +size 766627353 diff --git a/data/part-01982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e4f6c3636271a4639756c9f2374851a3624b99d --- /dev/null +++ b/data/part-01982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a9f0a688bf41b1821659332276c4e6641e526cec3e91e3d9c5c1af1264c873 +size 584359991 diff --git a/data/part-01983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b041ad79adf59883c22e743c9b604cece94ecbfa --- /dev/null +++ b/data/part-01983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eeeca086df7806a82e25a0af8efd3c98fe523558dc0e847463cf6b8fda75250 +size 1012950284 diff --git a/data/part-01984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53628a5a6c08b246b7730cb0f1d6b95f624f3d39 --- /dev/null +++ b/data/part-01984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1850a1d6d435c9ffbecd5dc22bb3b9dd64efa06d0e02dde36d0eedc0e5dcf148 +size 492695513 diff --git a/data/part-01985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41fa73dbff2993b20f341e507659c3581d9350aa --- /dev/null +++ b/data/part-01985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bc551a2df9382f8492ea9658864f9d72d7a28be55343176b35b5012416c5b6 +size 531200448 diff --git a/data/part-01986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad516d42f7b1c63cfce6573442e7f5eee4c51f5f --- /dev/null +++ b/data/part-01986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a85807ef881b3dd005b64b31e85ca2e6251dd643f01de77a5265a552cb06ada +size 556913209 diff --git a/data/part-01987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee2297e1b65f831f32279e2d15381e4929bfab82 --- /dev/null +++ b/data/part-01987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e996da212405538b8038e077b28273013393060e5f50edc7b51c3404e5fac6 +size 636838740 diff --git a/data/part-01988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab1ab0ea9da890a42bb37394589672bfaf092379 --- /dev/null +++ b/data/part-01988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99273cd308fb3a1cb96ccdc399593df8f84a042655d28850a12b5106d5e8eadb +size 569479879 diff --git a/data/part-01989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77ecbd6e40bb1bec23fb536285100a354168dedd --- /dev/null +++ b/data/part-01989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782441eb126487369fb610494705962b0c4a447949f96917430e87c4bab753d8 +size 554112619 diff --git a/data/part-01990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..444d1cb097cb4f8095e21c4c229bd91af865aebb --- /dev/null +++ b/data/part-01990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ee6747bbd2643b4e41dc62150e11e8ffa2dd8dc08807c36030eb3639fa8d01 +size 536173819 diff --git a/data/part-01991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..053f6609504f3141279d86dd140d3f7f07d48276 --- /dev/null +++ b/data/part-01991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e381016fa487d84b85ca03760e2a7559507c45c425539e21527b84b0a794706 +size 925095751 diff --git a/data/part-01992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65932463d34e0064c888879f71864bd324e663c5 --- /dev/null +++ b/data/part-01992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a4241bcc6f35fe6723e96499c97f7042a1043e40e3747667970bc5ef493a4a +size 631593782 diff --git a/data/part-01993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47d0eb1f3ba9659b0ad5f24a25e8c236b7e00722 --- /dev/null +++ b/data/part-01993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aba71ba857d48474928d34f9e38c6171a0298e02fb28c43242e560d721f4005 +size 682109285 diff --git a/data/part-01994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8aa7e0ccd5360597e5ad0dfa53b5dc95fd96f870 --- /dev/null +++ b/data/part-01994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad0c61fb2ffb4db66acf4b67e76d947d5b83c69315980616d7db8c9ac6c9272 +size 548024094 diff --git a/data/part-01995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbf804ca6bc629995f0ec73de1242097573ca10b --- /dev/null +++ b/data/part-01995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65eb2c1beecf5c1c301c767d03df1c83b99daa6dbb3fe9311fa7066f09f46e74 +size 464580764 diff --git a/data/part-01996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59182924c25d16d59fa91e61dfce61828e9fa1a2 --- /dev/null +++ b/data/part-01996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938bdadbc51f73e6c02d5425f04f30008944e90c9549d0cc734de1a5f01c0ba8 +size 455171165 diff --git a/data/part-01997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2151192ec9e0e5f27b9790457e8e093397408a3a --- /dev/null +++ b/data/part-01997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83632b8965b07fbad64ea3571893aa394f53b74f66d9beaa6749ac164389515 +size 899605175 diff --git a/data/part-01998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4b4b0bb523a845e79e06734728c64346c3f75a3 --- /dev/null +++ b/data/part-01998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25effea9e68a719481d0bc4f5aa634cb1fd772573234993270b1312cb2182fbc +size 575549807 diff --git a/data/part-01999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-01999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21ce033bfbbdb31fd5b0a8ee3a18c1f8ff06ff74 --- /dev/null +++ b/data/part-01999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613e14d439c4137eb7d77ca9361ef8ed00659ed7e34ae927960ea330c343429d +size 581596184 diff --git a/data/part-02000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..815b94276b2b6531f7f2b813fdec13964ce0c82d --- /dev/null +++ b/data/part-02000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad5fe018cbd38bc90c088ef3fc4b395296d7cd6855e85a90d7c1ee4371a75ad +size 590281013 diff --git a/data/part-02001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e466235fa564531708cf279c1e0eca8e3d96eb7 --- /dev/null +++ b/data/part-02001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3381a4fed681ef15bb8ca77922794b06e6124b448b57bb58f3c2f58fa7cee6 +size 511459675 diff --git a/data/part-02002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcc726e82c2439782e2939b221930b5dfbaa3ed8 --- /dev/null +++ b/data/part-02002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60589a98729b541550bc73483e608d16cba95d9414ead5bfd9f6e10612429cd6 +size 473304085 diff --git a/data/part-02003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f88daa92cb39cc75de67233043c524b76252cd4 --- /dev/null +++ b/data/part-02003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e074cf291727a07dcfa96dd8547820d730790dafc9e2577bb275b6afb1d02b +size 361612912 diff --git a/data/part-02004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79f79a0f2b77384d77ec21c3c8b0abfaa24dc186 --- /dev/null +++ b/data/part-02004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac08ccc97ca258abcd399edf136c6b2b1d3234c7e3b6dc7219b1bbab51e4122 +size 384102483 diff --git a/data/part-02005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b030eee337b959bfe2141547d58101956e755cb4 --- /dev/null +++ b/data/part-02005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99ea9e777ca38b8b70d815b0aa4a9183341989d100b222b92a15dfe79cf8c54 +size 596907052 diff --git a/data/part-02006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5970c3ad5082721279b515d9d0983c9d1667a966 --- /dev/null +++ b/data/part-02006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd4e2bb731c769066d5206c0d2ba8e286f06f3a1cf214ebc360955f25451097 +size 592463327 diff --git a/data/part-02007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10d17bd363f1fa5253f382645ba078d4d156257d --- /dev/null +++ b/data/part-02007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af073b48ba42ea45f88874c7a93f2a49fa505bba3b6ebfb381ff1b94f68a452 +size 535955823 diff --git a/data/part-02008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edf6409c1ad136493a8bacab746e2c7777ef8886 --- /dev/null +++ b/data/part-02008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0720d825f416312c70da58851e6661d7cccc6574cb90d621520d2a281abdf20 +size 492472156 diff --git a/data/part-02009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55d2a5dd9155d8291c6d10f2a7f0a9ef28f6dad7 --- /dev/null +++ b/data/part-02009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe4a2daa626ceb91e8ecb98484fe03420f5adc98c7ffde897c647514498df8d +size 418436233 diff --git a/data/part-02010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b12692e4249daeb7755aaf392b8abdf95cc2823 --- /dev/null +++ b/data/part-02010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9543984ffcb7be42342c94002c751d56e810cfbeecc7102f093eec0d31ea0fce +size 457443144 diff --git a/data/part-02011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fac01a94de08497c6685ef543cbb651378f5c65b --- /dev/null +++ b/data/part-02011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c83da08eb18439d7a2e5a4b3e7ad1fbb0bbf0cab45542bd26298f3b26dcf26 +size 427106467 diff --git a/data/part-02012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17daf1dfbf57aa2e437c69ba592d915c00e2f1b7 --- /dev/null +++ b/data/part-02012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63f269356d3067ba2c1ff117fd945ef65187586116d023c9d979f459ac448b4 +size 559653142 diff --git a/data/part-02013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f0c18d2a4edf296682f0932819b597811530841 --- /dev/null +++ b/data/part-02013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c2d61a6ddfae871c044ec40c4717e8037cf1a5ba837dea09902db40245ff53 +size 420513200 diff --git a/data/part-02014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00371d873b798d48379b199fe5b8feef7aa3f3bd --- /dev/null +++ b/data/part-02014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d387d33cc1311e5b75bb5e3cfac0ea0893dfe5eb020e202fec8c241dddee3d8e +size 436681177 diff --git a/data/part-02015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c864c2b8652726bc1eeee951e0f4f7b8aeed12bb --- /dev/null +++ b/data/part-02015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196d029e61375704df5ff309f6e908cec8ab163ec0a9e1b3e9fddb0b78c7b389 +size 445779827 diff --git a/data/part-02016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61cef250969182fc9ccd709f5f0ecf55e46074e7 --- /dev/null +++ b/data/part-02016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa0707f5ba3db7f9afc0652d28989a34cc1ae239e984ea4d9200cffbbf06f22 +size 579643937 diff --git a/data/part-02017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c256aaae0975b3ce50148b2e94f5813bf0e2e4cf --- /dev/null +++ b/data/part-02017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e2f4d910a74eb6174f054c77a0052cfa15ff95178c1b0875f60ad4228330c9 +size 1110549321 diff --git a/data/part-02018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19ab02f2568084fb1ddee0b531f6ec6c627a1bf2 --- /dev/null +++ b/data/part-02018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303fdd51d16af520c31938f2cffa326b6fa59c725c3fcd7bff9931eb58657680 +size 400884355 diff --git a/data/part-02019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0320ba209979e6cdd1943cd7e1bcf4b8f30e218e --- /dev/null +++ b/data/part-02019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add8ebdefca375ae42f24122dbdd5a18b836fce41e787cca3d2c8918440750cd +size 859951625 diff --git a/data/part-02020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f11e4ca2f1c8eff2baa7428bea5aea01ba47ba1b --- /dev/null +++ b/data/part-02020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a11df817e464fdf9612cf58c25af386c0a5797bc380a79c156b4c80d486a8f5 +size 459831327 diff --git a/data/part-02021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2cadd1fa763e8c7a4a33229e0a646edf4cfeab4 --- /dev/null +++ b/data/part-02021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b16b2005145e2ce9fbb06a5c85700be62c1fa8d25fe81fc80ce520af563e208 +size 481232525 diff --git a/data/part-02022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5c050879bdeef6691d643c2d76ee11fa2d68cf9 --- /dev/null +++ b/data/part-02022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2be1ee26551dce7963fe01e2c29ec6c4404236f3eba88960bbbf7044efc37e6 +size 712930434 diff --git a/data/part-02023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44dfd41160d2142568f88778d2fe089f62317815 --- /dev/null +++ b/data/part-02023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb35eb4a450adf5c3cdfe1f631777b558df1f19996798049f801ff00c4f71f64 +size 500862920 diff --git a/data/part-02024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a367499642bdce2939fa1bff063ed7567ffc249 --- /dev/null +++ b/data/part-02024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e4cfd67685729e2aaa05b2243c323afd1e36df8b7ac40ad8af6eec82f0a921 +size 778840170 diff --git a/data/part-02025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a5474794e93b60edd33116bc006da03f2a24be5 --- /dev/null +++ b/data/part-02025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcaecc754ce2aade3e737aa13faf5f1219e7e45f33866c15a6fa8304d3772c94 +size 628696056 diff --git a/data/part-02026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f5ac13283d850c17d4dac99ba2701d4cb07297c --- /dev/null +++ b/data/part-02026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b958b8cf3ca14ad2a2f68418bc2ddf5cd534c8816f4aff4504a6e402f141dd7 +size 424632938 diff --git a/data/part-02027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..510dda68117e51312b124b3f0e18fa63abf6006e --- /dev/null +++ b/data/part-02027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903c2b81e444e86052abe55e59bc879a70f6688ef1099bf13fff7709ce0ad89b +size 532480885 diff --git a/data/part-02028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4778fa498992caac2f56da49e24c6e15d7e2cc6f --- /dev/null +++ b/data/part-02028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50755ca0bba60bc64a2ad7104e5ea8a0f7e843da01b8256ef92a5f7811d35473 +size 793511873 diff --git a/data/part-02029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2248f9f29e0a72c64e5645e4b883e89669b5908 --- /dev/null +++ b/data/part-02029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43e3dc32b94152f2c29cf4e9ddd80639d5e894716cb49c8f8281f7215fd4ea5 +size 921016387 diff --git a/data/part-02030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..933507437656597a69462df4004a8f0fa229967e --- /dev/null +++ b/data/part-02030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e975890e302320b8ac5a234df8d8192d439fc27837a116d46067b837b62aaa2d +size 398587033 diff --git a/data/part-02031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca1450dee3309e47f1ce33ba15e4269c88677459 --- /dev/null +++ b/data/part-02031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99792f80f5dfa5896319b684f7a978aafbde6300200ed3fb960aa876d742e001 +size 724924067 diff --git a/data/part-02032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88f20dc6100386805605b3b1ca11e8cda2a499a7 --- /dev/null +++ b/data/part-02032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c5800bfb67363cf23fa57e600add9fa88b296b8a39f81c5a79102de4fbe666 +size 906133424 diff --git a/data/part-02033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..787993744d60867c26b0841fe5d29b702aeb4b1c --- /dev/null +++ b/data/part-02033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5b133d4872ebc19e96e2446fc9c24d33961961c3fa4bc45941f9e926717772 +size 610522466 diff --git a/data/part-02034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00bed2e8f802e41a0968f58965f1aca71ab42c80 --- /dev/null +++ b/data/part-02034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a815c5d9bfa48aaa00a55cbc868f3f42b1d326b4050c86fe03fd1ef64490471 +size 604611845 diff --git a/data/part-02035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4cbc82d96ff02fe97812e2334392214331e4e0c --- /dev/null +++ b/data/part-02035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18254c05f0f539d57f2d9e35e359452a6dcc507d5572b717fe8e12eaa180e374 +size 463903009 diff --git a/data/part-02036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd855d35567b532a642aafbed29a53081ec291c3 --- /dev/null +++ b/data/part-02036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044c94736a66d73d809da639af64729af7a6d40f78e6e275932b95bdfadc3fcc +size 442391427 diff --git a/data/part-02037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d95b7fda4e4c3f4cde14b23ae9b4869620d03593 --- /dev/null +++ b/data/part-02037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dac3f8bbb37f1a8b0b47e2eaff30305a684a8b32eb4ae3882bcc830146422d +size 810365591 diff --git a/data/part-02038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30cfbe8478e985959615f624ca769367382d85ad --- /dev/null +++ b/data/part-02038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f18aaad622b9136b745641e5c265a16694c4b4a919d15e7ef3c2b3afee0de2 +size 608360057 diff --git a/data/part-02039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..debf83a39b8f416fb8443bb67d5c24e221ee13ae --- /dev/null +++ b/data/part-02039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf4a01a4beb2563aaaf9804c72dfae233bd045261e3fba15a163252ad147cf8 +size 572705965 diff --git a/data/part-02040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7de3d3312a5bccb3dd01101dda69a5a33839fb83 --- /dev/null +++ b/data/part-02040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a0ab8182ff07d0650fd475d6962972d92505d6b1fc8357d7e004e801b38ef6 +size 793620866 diff --git a/data/part-02041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e6140a06668b9b4d9cfd21a3c3b568abc1a8455 --- /dev/null +++ b/data/part-02041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e946708aeb13d16758d57ecee8af0ae2263e91ef41d5cd5ad5fee6c02eaf8b +size 729605161 diff --git a/data/part-02042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c402cdb9bc205afc81a8982f44d62ef13e13e09 --- /dev/null +++ b/data/part-02042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29af969b680de37d6b2dcb41aafbf6822ff0a5026a80148176a1c55e6813fd63 +size 419067320 diff --git a/data/part-02043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77222a268121fcd327bdadcfba0d2d06efef6be2 --- /dev/null +++ b/data/part-02043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade24811fa95891df270135bcb36779ac443a081e99d7021de3373689912d74f +size 495472267 diff --git a/data/part-02044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e5a700b97dbb90789f14c2b7d0f4bd371469bad --- /dev/null +++ b/data/part-02044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdd1b8bc79f0046cd773d5611c06d9430bdd47d151db2f281e0240ba13b078d +size 433157507 diff --git a/data/part-02045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de694ac79dc61f72e700da1f2a93cece6c10d423 --- /dev/null +++ b/data/part-02045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1abfaf0fa47ffbfcb4b42eba65f7817c3ef421797ee9d4f36e9ebb92b4f677 +size 396827900 diff --git a/data/part-02046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6772c9e64524ad3c1ee30a6aff8e4adf07729a19 --- /dev/null +++ b/data/part-02046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b75ddbcd84d68519f942d31cc26fbe56150621cfa5d413f07fb472d4f9eed8 +size 411719838 diff --git a/data/part-02047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03d4a62a506d3b644ba38504d22097df19ca55ba --- /dev/null +++ b/data/part-02047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c4f8a250f9683df2c4c154ca71f08eaf0d3047aeeb6790288297cd3ccd6716 +size 499670427 diff --git a/data/part-02048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d24e4a84185e733c975b07e5f0e880ddd69743b --- /dev/null +++ b/data/part-02048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7ee7344ac50687dbda57e3ac1e82d82660e3ffc690d48752f7f537291e3b4b +size 628636168 diff --git a/data/part-02049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5620dfa7b96283def31801b4ecbe4f80e16a1a66 --- /dev/null +++ b/data/part-02049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70204a37c3f14c46bd956603759220ebb6728f8e339506ba548abaaddc67ef7a +size 744151774 diff --git a/data/part-02050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..565e2d4d3ef0c42efa36c83b8144b2d5e4b03e34 --- /dev/null +++ b/data/part-02050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8871ca12002c430f128c6cfda15292124dbc72df1673b08156e7a540b81d08e9 +size 512836163 diff --git a/data/part-02051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f04e8a24d6926e5877a55f45e7734b39e8bb02e3 --- /dev/null +++ b/data/part-02051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70d48f370f08d43a5d3a7095714acb4a1fcdeab63ef245a352cbe3ed22b0124 +size 677240681 diff --git a/data/part-02052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d45152615a8fdb841258eada0a9bf255fd62e079 --- /dev/null +++ b/data/part-02052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110182a3f3d4e68bccca62553f0191a4640981bc9347fb3c616db9fce3965e33 +size 1035435559 diff --git a/data/part-02053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e64049fefd9a0d90ee1f4af8d904030dda36bdc --- /dev/null +++ b/data/part-02053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33df35e82e19a47e6b959c4fcf3e60f7084d689665b5385a48f352f557b39bd +size 399670528 diff --git a/data/part-02054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40a8e3b76558d69452060a87a463164a44010ec0 --- /dev/null +++ b/data/part-02054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a502b192188bbe03b373046c7ffcd2cd7ebc72282e463afd61da933c78015868 +size 547169407 diff --git a/data/part-02055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55e69971fb8fedb3eba04e65e2775bb53c1b1a94 --- /dev/null +++ b/data/part-02055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0837e75e4b8d5f196ec0847305782deed843ee3479b55b9e5d434f60c85cd13 +size 836863026 diff --git a/data/part-02056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac565e5d2c9acaa9e259e33dd8ab9db2e603dae1 --- /dev/null +++ b/data/part-02056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5235f667c1e6a39bc722a315560842101ed59f4846053c9e3d131440994b65cb +size 388133968 diff --git a/data/part-02057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a117a74ed8cf5884fa787fb973e87cf80f38717 --- /dev/null +++ b/data/part-02057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941672facb0c0a44a1556172e513a330e7ed16db64226566baeb3064d68e5502 +size 362808034 diff --git a/data/part-02058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f79861fbed686352fb01772ebf0ce3406e31ae3 --- /dev/null +++ b/data/part-02058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7cbc863ffb0129885bcd115c02dd415c15683c3d3ed102712e775a442a70f0 +size 402201872 diff --git a/data/part-02059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..936a808badb210acec461fe8eff422c429db5328 --- /dev/null +++ b/data/part-02059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6f98c59bc718c81de386fedda34a1d386210f5812150624b76f21f63e73638 +size 503115327 diff --git a/data/part-02060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b97b2bb58b653ea50fbefcd973d4437d5134c0a6 --- /dev/null +++ b/data/part-02060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a4d10082bd7b9418ca6989290c5d682c9c5da27fcdfc7dfce4021bf8d8d0a0 +size 651759098 diff --git a/data/part-02061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9b065d89ef277c83af96504bed4fe29e00eac2d --- /dev/null +++ b/data/part-02061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb153d04ebaf4d7840e1aa3e303e8260ac619fa71ee5a84af60dde5a04b23c9 +size 355206389 diff --git a/data/part-02062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1af2cde3d747c7eff2112b872ad02e8942375ff --- /dev/null +++ b/data/part-02062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4444a465a85e1d942c1daed8d31f90ec5c32b710c1aaee2db6f1c8db343a0e66 +size 464394862 diff --git a/data/part-02063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01b3d6c36946723d7657d7a82cfa4a11f9fbc855 --- /dev/null +++ b/data/part-02063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c28d082d59d415c91cd0107d9863375286434030ffb6f3d581cae207290842 +size 404611630 diff --git a/data/part-02064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b8b7b73e96e8bef409907be0eaf48f63cde660a --- /dev/null +++ b/data/part-02064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2562c64a9ab095a49f58f6ed4ce5e9df93cea37fcefb89074150a1c8ff62f1d7 +size 540398664 diff --git a/data/part-02065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8864cd199929ef2147f08ed613d2a2c5c428af5c --- /dev/null +++ b/data/part-02065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5664eafed0bc240663a02e9a7f15a73ea5c9ffe233bce03d34b86f86d5ef6d8 +size 746536359 diff --git a/data/part-02066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3825dfebeee682645c7766db770618ea0a2949b4 --- /dev/null +++ b/data/part-02066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c32482ade8df34414986d890326871fb3725424ee1b4e3fef4b9151712df17 +size 871223427 diff --git a/data/part-02067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4075a5637a1ede7b5e0ad8c10a05c2c0b908ae7 --- /dev/null +++ b/data/part-02067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31e86ed55fa3d3e0eb0754023bb3e1eaaf503b27ccc00ae1cffbadca3e9b9b0 +size 977247588 diff --git a/data/part-02068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..737281b38e14ed6dbf114865aeef92656476b9b2 --- /dev/null +++ b/data/part-02068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d701c7c2303a1b2a95f117a2b0f20df8be48219bf725a43d929a8605f67694 +size 601713488 diff --git a/data/part-02069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5da13415b4ceda5b3b852ac8ee375d8d172786da --- /dev/null +++ b/data/part-02069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af67b7efcda323db7d83585024ff57498f8f057f6133eaa9c16d99a45af9c723 +size 483485210 diff --git a/data/part-02070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c55a3361a1176e75e5cc955d80e41ab9cdab7085 --- /dev/null +++ b/data/part-02070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e121034f539a3c9c30a3383624ff1bfada27cc305379962d68e6e27e06f7792f +size 520301715 diff --git a/data/part-02071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e93e8627d76db2d83d59551f8ed69b0b709426f --- /dev/null +++ b/data/part-02071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea86967d488a810a6a84933d7309e0333b3947dab82779a5b6195f223397f86 +size 540383698 diff --git a/data/part-02072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3b61ce601129e908259cb7a3acccf4491862b04 --- /dev/null +++ b/data/part-02072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e442c41515110a7d785f8baa9c3740d488f8926f18dc2e88aac70cdfd03351e +size 430124415 diff --git a/data/part-02073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d45f9d71d1bfb562bdfb3ae5546c5965b75b2282 --- /dev/null +++ b/data/part-02073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218f77052eb143df947a0527684310c1bc00398cf897baa98e11de3b99e74613 +size 565138144 diff --git a/data/part-02074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c026fe9f6e2731af2cd882e3110afec5035a6b98 --- /dev/null +++ b/data/part-02074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f568e85f72873d4be34bd231c5c7aa4edaee9044715c29cff1f7db8cea39b10d +size 525201447 diff --git a/data/part-02075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac8b629d167cfcbc49aa5f5b3ee9d0f2328a79d4 --- /dev/null +++ b/data/part-02075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd3593ee988fe2530f5e38cc6bdfaf0cc79d7c14b3bb840fe0c8c258c86f23 +size 597782058 diff --git a/data/part-02076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0be6ba0bc3df0120fc3334c1c22e7fbb6ccc0e19 --- /dev/null +++ b/data/part-02076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63494e7bbdab3edbd865ced892d3d3b9d7cdf875fa28cfe072f7610e0cc199ec +size 433490267 diff --git a/data/part-02077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..578436bc55fa5118b35f7b7e0431276fa4c0b627 --- /dev/null +++ b/data/part-02077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b856b390ecfe17930e98db10eb1c96bbd006dc20586e0d39a3aeb29fbe7f37 +size 470838438 diff --git a/data/part-02078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ef103ba31c60c2be9b594fcb6085db75eed159a --- /dev/null +++ b/data/part-02078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7f3ac4ca6b10256c46dbb80c1f0e27a947d1cd76b3628f347faa44e0892d0d +size 533333020 diff --git a/data/part-02079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1c0cf13463163fbf06622d6dc59995314184823 --- /dev/null +++ b/data/part-02079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec02e3a008d35fd48efb53dc239299c18734aca2d42c7c678088b544b25bc038 +size 424171327 diff --git a/data/part-02080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c586506fb03a2d5530a94acbcfc4acdc6a4ea49 --- /dev/null +++ b/data/part-02080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767830ae6310637e301e9ba30f4663903c279c124eefdef9b91bf31855b054cb +size 377459273 diff --git a/data/part-02081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c1fc012f80260e31868f05ff527a0087f389c40 --- /dev/null +++ b/data/part-02081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8d1fb1d0c9a64dfc357fcc6e3122c5ec8e3b76d9743e7b31fd019e435ad919 +size 590853388 diff --git a/data/part-02082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..642a5834a1df7390244a6b6564b1652c1e50980b --- /dev/null +++ b/data/part-02082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd73eaaa85c230f9632a8cb04757d0822032f4467e08e7de76ee91c0ca822b1d +size 553018576 diff --git a/data/part-02083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a57ab69e36acdcde90e7472a4b8a370b1c0251f7 --- /dev/null +++ b/data/part-02083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55310c181fd18d6c2e951add9e66efe792e702993e54712cea5d4aca41589044 +size 459081817 diff --git a/data/part-02084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ae40f4a2c649889346f57bfb78ec8e9ae2c6704 --- /dev/null +++ b/data/part-02084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14381a7264221ad84054fac0b2713d1c1509b755b275324c1cd0a777591068b2 +size 546352646 diff --git a/data/part-02085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..481eb0cc54cf3da5c6fcd3c5f4e79b509eb781d4 --- /dev/null +++ b/data/part-02085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8a81c6bd30143f9bb03798ae599626294e4aa79a6bd67ca604b1666355e279 +size 434212980 diff --git a/data/part-02086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1a6d8fd404579d6ef801a32ea7654d9f4872d12 --- /dev/null +++ b/data/part-02086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77805786d79128a87925db0cf5f2990e20833206535a8badc41af86889348b86 +size 505489307 diff --git a/data/part-02087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a40f0a3ad82a499f8b7efaad01cdcd5d75725b1 --- /dev/null +++ b/data/part-02087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c6dff32be489859c0ec907d51a0e4c91e0f15862697b456cebf86245f78729 +size 510683530 diff --git a/data/part-02088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b0928c60019a15af28018173001f08d3d5bf083 --- /dev/null +++ b/data/part-02088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530534a1bbabc8a72eee4226a106da41274a85c887a4ad184dcd1c10efaf5d72 +size 527309551 diff --git a/data/part-02089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91f17ecae7ab038c6e51cfc56454028e64a96879 --- /dev/null +++ b/data/part-02089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f44f310ce308bbdcad8f682c22f9e140a5831e0c4330a006d11575b41cc071f +size 474079959 diff --git a/data/part-02090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ca8cc51f42f4116395a465a66105144ccea46b5 --- /dev/null +++ b/data/part-02090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192b3c81c7eb3b6bd574fd55a4af2e3d56c6123bc3d137ee9c09964ef6671135 +size 647281704 diff --git a/data/part-02091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dadc2a885e8c7d9d0cfb710a0bbc3c3f329b3a31 --- /dev/null +++ b/data/part-02091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b10e1d380a972ad3c1422d61cefb01c466b4cdfaf0be78e2b07c82e760f781 +size 777065272 diff --git a/data/part-02092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad7a9b01bedb6af357e096b81ddea9b111a3a468 --- /dev/null +++ b/data/part-02092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b1b92754ed372e833270589583cec745682dec4fc534200368069c7fa79f82 +size 818739132 diff --git a/data/part-02093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81c4206118c2c588aadd8fefe3df7746290bf74e --- /dev/null +++ b/data/part-02093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908ef3694b6ba5d750af67cbd157d4b9e760a80022e84faf83aaa4cc6e32b066 +size 709325537 diff --git a/data/part-02094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0a29782a5b3c800c4dd3d53d34d93908e98df16 --- /dev/null +++ b/data/part-02094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0da83df34582b36c1a14ee169d0d0c1b96c5f0d57358da68024226d4f15193 +size 642562375 diff --git a/data/part-02095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2b983d4ebc4170833fd079e7f07afd2c874c8dd --- /dev/null +++ b/data/part-02095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf34411ab74b85ca1e03f93a096b3c882e01eb4313460811e6bfb0cbe7fe9be0 +size 730543743 diff --git a/data/part-02096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6cc0ec0e8186f2873f648b06444807bc0007eb9 --- /dev/null +++ b/data/part-02096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c316fc95dd20088d13705222df346bdb13eff56cb8aca2b70b49ef8e880d8cfb +size 410521951 diff --git a/data/part-02097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6d899fee89838d3cde47f8d84e30782ffebdc79 --- /dev/null +++ b/data/part-02097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72032f390b648bfa94a2f1a9eaeb1417a86a9dee3eccc09ba4597246682bddd +size 548040650 diff --git a/data/part-02098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c54441ad0196d0c4c56e52d7171dca0525ee10c7 --- /dev/null +++ b/data/part-02098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe638610cf39691a271331200e4e8cd51ce0da5a9e2a27b4482000307fddc56 +size 464690369 diff --git a/data/part-02099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa06006933ea58b119dbf90b8b103313b1faa442 --- /dev/null +++ b/data/part-02099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1c1a341a9ab062cb1925af9d26f9e7a6ca58f1d93bcab1468e396367e49a01 +size 577870773 diff --git a/data/part-02100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..936f222e08e3d3288ae4ab270e6660a216e70b87 --- /dev/null +++ b/data/part-02100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a228b8595084c3782bcc5511d62bc2d50eb4add609db0b79639166f6d81fb639 +size 535360740 diff --git a/data/part-02101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d79682a817f40ca7f49776ee0a7fccd179e7ea6 --- /dev/null +++ b/data/part-02101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b310fadf3bc88f5e676ad9c7935b53fa39d926a889529834bcab33024123ae04 +size 574168555 diff --git a/data/part-02102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ff6646f902384e2efe0e42e97291a0fba8ebacb --- /dev/null +++ b/data/part-02102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e96d8f3eda8bb26de2f9245e3818b1062f346efdfe2efeeeb7868cd9cfb576 +size 721554440 diff --git a/data/part-02103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d60c4fab52f81b5862f9c1ae74e6949ce3294f0 --- /dev/null +++ b/data/part-02103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ed4baa62ccdd5690c8be7bfd0718695c1dd14dbba2bae258505577677b5424 +size 580947559 diff --git a/data/part-02104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..599131ada02ef2151e850ce24ff632bb3217f953 --- /dev/null +++ b/data/part-02104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03937521fdae1a89312529eb8301d4643e839e66e7b7a54bd11a08ea9d89e22a +size 855500396 diff --git a/data/part-02105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..026c84dcd85bc25c9556c413d2c00750e4bdbc8e --- /dev/null +++ b/data/part-02105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75a825c28e2b10525cfa679849ec7c80808ddea57a4e253fe7c783e55b1fef4 +size 536585562 diff --git a/data/part-02106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d521637a754d1fed75149dd5402235e6a12d4d81 --- /dev/null +++ b/data/part-02106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ce28cc6666affc3f799ec1d9471bccaf988c38c4669c393ee0023c933841b3 +size 575380243 diff --git a/data/part-02107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f03ca8b5fafa1cd42c91c981cc9204218db82fba --- /dev/null +++ b/data/part-02107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a64e4c1f27eae0a3059ff8b62989011ed7d0b1c5ce80366f8402bea20128ba8 +size 1228655463 diff --git a/data/part-02108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89866b9f9276f5396fd904c5f541dbe3ae22bf0d --- /dev/null +++ b/data/part-02108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ae9a68cb3f55fd41878876b89f83167db093971535722bfc08c575e952bc15 +size 506768997 diff --git a/data/part-02109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3efbd67c056cee1c0d262d542969100736d83dc8 --- /dev/null +++ b/data/part-02109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e25b96af9f9f61644581b1670e5ef9e9a64e2a8c4effb4ca6968241935d6e6 +size 587728798 diff --git a/data/part-02110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e5b5310c5687243dcdc6551b5925ebf9a2d26ff --- /dev/null +++ b/data/part-02110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdaea6da3a96b0580d8cd473a014e5f3a28f00325bf01a5f534ac3cb1f17c67 +size 816896567 diff --git a/data/part-02111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a12a018c5037f22dcc8efcb0a09ffc743c710fa --- /dev/null +++ b/data/part-02111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423fe77575b1a48893909a2c2c8d8549d767ab9807355c9de5d8fd574b586f69 +size 672474822 diff --git a/data/part-02112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c245b6db24d4dcf9f85ab5fbdd67fc81b261fd32 --- /dev/null +++ b/data/part-02112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84c01233c2736f10f76a8181e288f92f28a5359e91c81b5d17fda7672efee2c +size 544676471 diff --git a/data/part-02113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..179a4118962af80b3badd951ce582d69e43a7429 --- /dev/null +++ b/data/part-02113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70daa9920f08b88ba795156b5959573269fc481d3161f86819102c62ad4b621 +size 632172009 diff --git a/data/part-02114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..354b28e3dfbb519279129b7d962afc554d226614 --- /dev/null +++ b/data/part-02114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df87814c4efb50619b9c54ac1f25b9f2e4b8b4d3a69906cf7e2437a0d58feab +size 695639551 diff --git a/data/part-02115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9742c49bb50b9db26b8ec3ccacfee5923ac0132 --- /dev/null +++ b/data/part-02115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485d6cc4220f633eb574288bd6fc4f13881c8645cf83d6da39bca20def701ce8 +size 768440821 diff --git a/data/part-02116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d41e32ca2d92f606a9cc889a2a867cbc1bba3309 --- /dev/null +++ b/data/part-02116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cc24b6318b5ffdefc896ae5075865aeff4a8db43d7e64284a1c6da0db87868 +size 402143479 diff --git a/data/part-02117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02e98b19a1b75174c35558447f34f8f2f664fb09 --- /dev/null +++ b/data/part-02117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6bb35ef3b148d7e95400721816000a5538b20b9f465f18132998c54bae607e +size 576277261 diff --git a/data/part-02118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc7679dd00756356762f4cf50cb1c8dd21f73952 --- /dev/null +++ b/data/part-02118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9442760f66a1842b81e649d0d940ed7dc93da62e1d434a47487b4a723b916b4d +size 508534035 diff --git a/data/part-02119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..043e33a64f7cc5f2cc45c2297b3adbbd435bcc85 --- /dev/null +++ b/data/part-02119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f412e12646649077aab0bf54bf64fae6cf4f1c8e2cc0082b6778ca145868e07 +size 737516516 diff --git a/data/part-02120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4267a5da44ed2a1e806054caf2b835f7f14da9f1 --- /dev/null +++ b/data/part-02120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf6a195ffafb454b946f1d10df97d077edcd25bd69ce264295c6a4c793ceaa2 +size 548409893 diff --git a/data/part-02121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..392e6498a797742e1eb1b95cd1bde0c7a7a2cebe --- /dev/null +++ b/data/part-02121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605f8efbedb09b7e8c5a02ab379f6dcff189eea575615144520ee48cdfa77468 +size 425124481 diff --git a/data/part-02122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c3afbfab09facc0aa7b87c04464f0e96041f3af --- /dev/null +++ b/data/part-02122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b1fc40975b6b9dfe5426629d0a2106bcfa97be5c90072320e1d2aa9c4b9d06 +size 536853501 diff --git a/data/part-02123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..284f9487beede283c35efebe7d04e6bbe4ab5935 --- /dev/null +++ b/data/part-02123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67141693362af8bd0e87600ae6f25298104d71ba4c430e7cf64a53c782630e2c +size 654496178 diff --git a/data/part-02124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..189eed5b4d7f8410fe78e234f2da5832210d3d05 --- /dev/null +++ b/data/part-02124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f786e30eee26726a36bb877c5047a9d0b50411e1a27d5f305425065030bb32 +size 600520835 diff --git a/data/part-02125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..314629622d2d0508f5a448877f4bc28918a2be1b --- /dev/null +++ b/data/part-02125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a521bb5d0a5300fcfca4e606af1bfefd0f6bb64de5056f59a5b541ea7ba31e +size 696992183 diff --git a/data/part-02126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10bbb13fca5e5fd302decdf43d54473dc91ad063 --- /dev/null +++ b/data/part-02126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329cb47b4c49c361679b2c79ddee6fe35269006957bc0401706103b4d48b04b9 +size 491915703 diff --git a/data/part-02127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55378831553a2b053288dc6e6234a98e5273319d --- /dev/null +++ b/data/part-02127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ee0e4043b1a39977d6bf5db99e8635f039fa0a003cd45e55b4abe2de20fba +size 502213371 diff --git a/data/part-02128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4fd87b28d2957cf7ec1b9e15a6429957c86082b --- /dev/null +++ b/data/part-02128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31000823ce2e4aa0290aa17434d420aa39b6c78327665e9af17fd64f86e4c61 +size 517364734 diff --git a/data/part-02129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6be8eb3a8318a5e91f8b41be626856638da95f1 --- /dev/null +++ b/data/part-02129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bb6fb2a222b5167fb9831056295bf4ebb9000cd8b265eb1014ae8ea53af33f +size 1510713673 diff --git a/data/part-02130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e252bac762f2ec7a4b9351f71179b0e769ec3c4 --- /dev/null +++ b/data/part-02130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58b956933d32932ef4256ca10f67f062815bbe7423a21880ac58d6741541683 +size 428680618 diff --git a/data/part-02131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..326635a91d6ed6602f2d2ec7e2c1fa2ea265bbfe --- /dev/null +++ b/data/part-02131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b460d36774a208924b6a1eac999f9d1803b99a5f8395d15726f6d8c3db6ef687 +size 448013544 diff --git a/data/part-02132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca0b46c63986da32a9568f668d588bdd08b976b4 --- /dev/null +++ b/data/part-02132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf1f42bdeaa3e4a4af879ae11946d0a6267fc48bbd3bc35e0777fb1584358c7 +size 424637713 diff --git a/data/part-02133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3e4054c05db505ede5b06c8ed65d32b389d9bed --- /dev/null +++ b/data/part-02133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849e450ffe5dce5587e85b1afa6346360ca2cc16fbc13cab1b3e1d7a789fd396 +size 543935452 diff --git a/data/part-02134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6030648b9050edca3d9a4c3e6894fd4d2b40d63b --- /dev/null +++ b/data/part-02134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62089d14f32de0acc0c1fb507c4292120a976bde4b3ed1533fba663703504fc +size 504754437 diff --git a/data/part-02135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d67b7cce7c1a4fe6cba8a554dc5d6babf8ec71f8 --- /dev/null +++ b/data/part-02135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8837696eb248e352f64dff18db42ec3e53816e2eab64cca194217cb3293b38 +size 329653346 diff --git a/data/part-02136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..003e270260a9b2e58f40bee60ab605ca279b1771 --- /dev/null +++ b/data/part-02136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcb8413d1ef1f7221295f17c3d432e8c10806922177b7e93c6a2da86cd97e9e +size 454848880 diff --git a/data/part-02137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e0bfaaeb9fe4fcba11ab075f528776f3e5fec5a --- /dev/null +++ b/data/part-02137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ad907412613a2e1845c162d161b0fdfa78227fc9bd45c120d9d9ddf0dfa694 +size 631510198 diff --git a/data/part-02138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29339d22ddc622a7ef8cc4e27ed8bc85908cba9d --- /dev/null +++ b/data/part-02138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc49bff67ed30e838d800476fad38b9315e315219e79bb75753f34e255e39ef +size 595027576 diff --git a/data/part-02139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96fffddf431fa4df1e98e40ed4bdbc06ec71f979 --- /dev/null +++ b/data/part-02139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128a5b7e3c6184cee45857670560ac5938be6e47a8e78c752792e6bf21dc3304 +size 406154105 diff --git a/data/part-02140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8721712e259e34da3e8742267b53ed827a4e3a35 --- /dev/null +++ b/data/part-02140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65e542484a67018a348671317e24e9d08555233f75593ffb6b2aab441b462cf +size 427178326 diff --git a/data/part-02141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7f62fb72f5eb1817578bf9d58f5bbf7773175e7 --- /dev/null +++ b/data/part-02141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477476f90c23f2d5e4170abf90bbf515ca44c67a1150ba279261e6d90335557f +size 492316752 diff --git a/data/part-02142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b804e9a6b4eda14af74e5c3fc03f1e3f7eca410 --- /dev/null +++ b/data/part-02142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d09b04535efab69bab01e77a314e3ebf1dc9619c969596f57350b08fd1197cb +size 417773610 diff --git a/data/part-02143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..521b6657e2e7f24ae475d9d1554e18a2098d234e --- /dev/null +++ b/data/part-02143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641168eff67bb5f3bfa2cacf171e1f8929587b69f641055564e0765548f0d6e4 +size 460721516 diff --git a/data/part-02144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..434cb0b1556629261fe79e1e1d60b0024606e40a --- /dev/null +++ b/data/part-02144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab0dbd14ca178650555d1f347222855cda3e8255d835b9635cf55f7115ad828 +size 533957394 diff --git a/data/part-02145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53fd0c1a75ac5f912a5c45fd71483873803cb712 --- /dev/null +++ b/data/part-02145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6766edda1b378dcfc572e1c6a90458c4b1207029eddf4a41a8f1766d9fa1a913 +size 403149926 diff --git a/data/part-02146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b31d2de65890790c2d35c380bd6d886b49740f2e --- /dev/null +++ b/data/part-02146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59af89b600a63a8886092f4e2b721a4202949d03d59fd1595e993c0b628f3659 +size 572768047 diff --git a/data/part-02147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db5552ca94f362efe54cb2e91b37b18226e21366 --- /dev/null +++ b/data/part-02147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f9db1125e859080e975917dcd86aae848c74b907546670ed48487421c66180 +size 485330740 diff --git a/data/part-02148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4cef327148dbea80ea54ace313f8a3bf75bf763 --- /dev/null +++ b/data/part-02148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01098f058a2df425f44fb4746d44ea09d15f5b3d11b3c79f2bdbd2634fb97926 +size 662990567 diff --git a/data/part-02149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a4f8d8cda7cbc90e7a679472cfa83989c54b457 --- /dev/null +++ b/data/part-02149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275c893b2434c6263a91bba4daf8c3ee3b02e1e127725444e5aab2e3b223f8d1 +size 403060687 diff --git a/data/part-02150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1fd1ddee1be92b4a8a8754fdba3a5b9185f91ed --- /dev/null +++ b/data/part-02150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf5da4ca584e81c6d78a34cabac4f6ea19f1a4e10e90275a1fdeff9aad5104d +size 501448983 diff --git a/data/part-02151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b1f8bf8d696228413fde3f39c87985edec36065 --- /dev/null +++ b/data/part-02151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb3978f74bb5f96c50700b912c91f89dd45a805999b37ebc0ab17f43ad571ea +size 494355070 diff --git a/data/part-02152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f597e89adce1e6f5436984a15679a5bc4c4c2b96 --- /dev/null +++ b/data/part-02152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8470489c351c53200c24f4c953df1f4e3010db482f6a97c003c4392a06cc6d64 +size 357282080 diff --git a/data/part-02153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57a442d9cbeaff380135f0f8cc1a5432420269e6 --- /dev/null +++ b/data/part-02153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40389cab0948974944624c768ecdc1b8380da1a7a50e7377defea4661bc1b870 +size 491102666 diff --git a/data/part-02154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfdc9a9784527032031c90cde6d6a751cb1c46bf --- /dev/null +++ b/data/part-02154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad65eb93045e2e51ad815d263326e9800ef6c9bf346bab433ec07de9611c451 +size 1416634525 diff --git a/data/part-02155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e23d77aa68535dadb0fbeb27a2a04ea8a00ae8bf --- /dev/null +++ b/data/part-02155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8188a86d2515a8de39220e3bde8618756618e0c97969615a6b9f95b7ccb8a097 +size 511620812 diff --git a/data/part-02156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06feaa1dcb5f7333a29ac076d7343de2285ab794 --- /dev/null +++ b/data/part-02156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cd23e9a5e629060fda33c2494ea3a9a82839f3e30f1ea6b54185bd3f58bc93 +size 463326974 diff --git a/data/part-02157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6237115706cc8e63e2f84a36ab1de42d00bf6d40 --- /dev/null +++ b/data/part-02157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f19f698373394e5c22e88c352be8e7dec00188d3e8edbb91674c2e294214a60 +size 737920654 diff --git a/data/part-02158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0053c20c7c286e82aabadc000a522d2d7b84006 --- /dev/null +++ b/data/part-02158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82469bbd7c54b1eee0667448c85e5f9369595fe12a73f67a45fb10c715fe6166 +size 449318581 diff --git a/data/part-02159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ee4a5eba6a27d595f7f1dbf271fb45f227f2373 --- /dev/null +++ b/data/part-02159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df671b1ef742f56999917cc19f735acd029386f713dfda7b7c480035fb332e5 +size 402605407 diff --git a/data/part-02160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034fecd749c52109f99552b4f5199c96a0eb5a1a --- /dev/null +++ b/data/part-02160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a17b443439f17150443127d298292af6301c4ff581bc19a65c3b9db1b95a51 +size 395069893 diff --git a/data/part-02161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08fac333fe3840ea819be539b78595b777724ed1 --- /dev/null +++ b/data/part-02161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6dc8629254a2d9eebd3b384b121dd6ef93a2cc1e7aefab8f730324c5559beb +size 528925159 diff --git a/data/part-02162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3286d019948f9e4dcadebbc1cd4207dce88ed0aa --- /dev/null +++ b/data/part-02162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d260cbf068f787ef4a0583f934b6839ff74f503bfd7bb05656203f1b8fdbd6b +size 439310635 diff --git a/data/part-02163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb7a141dbbaf94d5cfb3853e7817891c10d5a885 --- /dev/null +++ b/data/part-02163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e722cca52144d31ec426e21e831faacc0c6f672d30406b0fb04a26eca3dd7a32 +size 549452105 diff --git a/data/part-02164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f68a4a97246cc7839322061509ebb6209cff900 --- /dev/null +++ b/data/part-02164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd996f3990e13f4b0333fac85fc92265dba4f8022555e86080198c76516e71ef +size 399765348 diff --git a/data/part-02165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2a8bf2eb08fb4319262304a26cb98d71ca06a10 --- /dev/null +++ b/data/part-02165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11c9bed6298330d4260a89cd0d40db5954a7539fb5dbeb4a36ed781a3fc21ab +size 545188970 diff --git a/data/part-02166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fca355023c6b97be01205364bd107cf80b2e1df --- /dev/null +++ b/data/part-02166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a8cb78584a81360d426a677ccb20499f079f147ad4f15d35f50dbc1773690e +size 571248149 diff --git a/data/part-02167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e44e6a508b9b6469dfa8c8e68700476cb7ad3d5a --- /dev/null +++ b/data/part-02167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce8b7d5476b2c4e4f2eca8c257997c78f023a399dca7edbb52ba5aefd6723ca +size 715373831 diff --git a/data/part-02168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a376d7c81a5b2e28f38f1b971ced879e65d8898 --- /dev/null +++ b/data/part-02168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eec0d4965e07c3058616cc7b90f6305cf238e3757f6a342d5f19de2e37bdcac +size 659936819 diff --git a/data/part-02169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cd7cd674ddfe12d278e969dee66079402ee2ca7 --- /dev/null +++ b/data/part-02169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5c5d5432a74b3d387a557549f6167273bb405cf2ecfbbe3ca4574c5c733651 +size 486189454 diff --git a/data/part-02170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13866a50cafef57328dd6a67f6ef67ecce62abfd --- /dev/null +++ b/data/part-02170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71c570b3fc8a2e8dec4c2cbdb6b967857021d4aa6236e6ca93f180bb8c5a53e +size 418345060 diff --git a/data/part-02171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64e21c8643df5054e7c5333f07a5d6e2beb40d93 --- /dev/null +++ b/data/part-02171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac75e8bfb6c3708d6264f840199efaf84523be4c579955cf69e645b97d438b9 +size 549986095 diff --git a/data/part-02172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a96473fc6a49b35c151ae734b75f032a7f39712d --- /dev/null +++ b/data/part-02172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f85b8a07862b6521247320f2b100f80f73ea5374aa00e7a143cddbf467f362 +size 476569140 diff --git a/data/part-02173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60fbdda879f6babac1ac6fc3de5c544891de8a19 --- /dev/null +++ b/data/part-02173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46f1ae08ad2afc439ec5f5986062dc4aecc9de6ddf15810ca120f5214bc0c12 +size 525963374 diff --git a/data/part-02174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8588b5a37a07f976053bd15e676d856c6756eb91 --- /dev/null +++ b/data/part-02174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f0b255ea100dcbfc4642befdbebcd7c110b9ebeda5873e417516ef9640efad +size 619338013 diff --git a/data/part-02175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd5c94c589da73796961a4d981941cffe34d9505 --- /dev/null +++ b/data/part-02175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a04266031849fb29050f4fef912df412fc2f799d9f0fcc2321fb2dfb21358d7 +size 407647824 diff --git a/data/part-02176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2440fe0c18010374e11f7379340fa141afe919b4 --- /dev/null +++ b/data/part-02176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01252ad830c3643994f509dd63769cba1c39effc738519e71d35adc0eb78339 +size 591304116 diff --git a/data/part-02177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cc2a8181a8f4074a8705cf7b7a7e12c231bd40e --- /dev/null +++ b/data/part-02177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bfdebb326ab1d0fd3d5be91146384d812e4b96807ee91f822087116eb99ff6 +size 523760888 diff --git a/data/part-02178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd67f6c4113a5507fa4132d99f27f719b90fbb0a --- /dev/null +++ b/data/part-02178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccf981bfb635cdff32b1ee0801ddf01e887f73406040689e0ca63a2c280387e +size 497955872 diff --git a/data/part-02179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62e70d25b4ca4a77977e76b177c31d894eb88c85 --- /dev/null +++ b/data/part-02179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5653abfdff73446a67f526e19c3740d1cc9bd770ccf45b8c5b5edfc6c39356e +size 654043757 diff --git a/data/part-02180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bb64c04233e991c5e54b3901c2b9ff34e5eedfc --- /dev/null +++ b/data/part-02180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7323a1e52d684072c50b1598a97ba6857e2e6204ef2cec7d22513d0768a2aaaf +size 384187047 diff --git a/data/part-02181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e1882f80c542988b9bcffcabf17a8282c3a4689 --- /dev/null +++ b/data/part-02181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1fdb19e4d6f48578a86b02829b62d5c54db63ae720d37dbd153c3d8c0a825d +size 688937060 diff --git a/data/part-02182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dba880683d8602a52220afd6c2c165fc410c2c7 --- /dev/null +++ b/data/part-02182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5367efcb336d50d14b41fd10e5f5c41146a4de334c68753c60e8ecd954b052 +size 516202977 diff --git a/data/part-02183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca6ba5dd43681992d55b981934450c46c18dca8b --- /dev/null +++ b/data/part-02183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d25da143467e8616af6f6b446883c35957dbda36b44bdb62569582fa07fcde +size 508535887 diff --git a/data/part-02184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30481e13ac87b7d272f95ef5b2ad80cf7ecefed3 --- /dev/null +++ b/data/part-02184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5613b6b147598792c4f16afb8b79b212b7c550d7aa72578dc9ec28400aadcb0e +size 480737853 diff --git a/data/part-02185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98902a7b9c80d185b2e8f0bc93923e3157b90689 --- /dev/null +++ b/data/part-02185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a70d2e17abc32c3a1bf1c9f5578c1952014378fdca1cf4b21a015bb09b6fad +size 499285804 diff --git a/data/part-02186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9ca1ae97aebb5f35d1b1b9ddd5caa8a560c086f --- /dev/null +++ b/data/part-02186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d37e5176ef25c8441f6fb3f900d9dbe9bc0ba31af40f4cffdedf7281b2fe70 +size 393766147 diff --git a/data/part-02187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..484e2ae9909a4c6f669dd166ccd396ba91dcc499 --- /dev/null +++ b/data/part-02187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f136ad018f2a7631c7796eb0c0d7c9e8cdbac685fe12fbdca611a7085ed605a1 +size 661545348 diff --git a/data/part-02188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a142b874e09a4b96d22c6463f632bbd9a46cf097 --- /dev/null +++ b/data/part-02188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8187d6a21bea586d9cc30cc20a2983121c8b9efd3199f493e1249c1c69e29090 +size 510344912 diff --git a/data/part-02189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..366c057b251d4cce890e737b3e53408f3cfaeccf --- /dev/null +++ b/data/part-02189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904866e78fe4564abae17555e87d0669c1b3a00763d712463cffe6df8e7bc7d7 +size 465214657 diff --git a/data/part-02190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc55ea9eebb75b63bf97d1fe442f9ef1f2355984 --- /dev/null +++ b/data/part-02190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129cfc90bba5583ed84a4ef09e82bf003ac793aec0bda47d449dc9f114e32f63 +size 546883915 diff --git a/data/part-02191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..857d65f4dc8bbe2c44372237e4a00df07677b584 --- /dev/null +++ b/data/part-02191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047ed1a5652c6ac2a697a9f016df75463df117a3891b5ec8b08e0f2f8d30a3ef +size 475270303 diff --git a/data/part-02192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3061a884433bc901276e83e0b96ce462a474e3b6 --- /dev/null +++ b/data/part-02192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da089ea221028a14ac758f59c738a22d8c7e20b864f45eba9230973989340edd +size 512774256 diff --git a/data/part-02193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b32154e356e38d88c523aa0d031ed10afaa9b5bb --- /dev/null +++ b/data/part-02193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da35cdfd829872f079c2354549a8dcce0990a8b572a6ad8734531249649c897 +size 517540112 diff --git a/data/part-02194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..706cde5de638cb21fcb27f04933455da4edfb12c --- /dev/null +++ b/data/part-02194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3353ca01a0cccb8d11358cdb8fa848f9f5a7ec00367585ff9553c21eb65b8229 +size 483349883 diff --git a/data/part-02195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..580654ade1e38151e2b76a732666563c1e5a086c --- /dev/null +++ b/data/part-02195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d64f6fd3581283aa8b182a6a412016a20a6fd648a4704c0028bf6452dd4958 +size 943258429 diff --git a/data/part-02196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e40cd744f3cd72bd3ddb2105fa1d589cda67a01 --- /dev/null +++ b/data/part-02196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0921ce944a9cc99809a48676a39a904a8cf389f6c3e1e075703b6a7cc4b2b6 +size 552411253 diff --git a/data/part-02197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd46786d0d824877d0ef30357d1dfe0f548e5592 --- /dev/null +++ b/data/part-02197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520427fbea593abb71abff6037dcebb1e35f6e64e9edfeb3b5e1b31befd4ac7e +size 715248491 diff --git a/data/part-02198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e497f8e736c3899d35563991226d330800edde6 --- /dev/null +++ b/data/part-02198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d100fffc2c8aa4d91dfe84f5b5512a450545f7d51043b64c74f81933759dbb1f +size 683500254 diff --git a/data/part-02199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..359e76487c8d0f60f49d597a30cc5c8a7f952d15 --- /dev/null +++ b/data/part-02199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d3b4b0c047306fef4310723b5bb322056841902d534929e89c3197000c712b +size 588830054 diff --git a/data/part-02200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00abd682cad1af648ca88f8d00081cf051f96d75 --- /dev/null +++ b/data/part-02200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a28600970039ae17804442ad9932b4efa6b5a9fcdc1bcbbdec1430bb3b5ea2 +size 590145193 diff --git a/data/part-02201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c345aabcc34a8e165744ec97f4071cd2a97b349 --- /dev/null +++ b/data/part-02201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f92733ed2150692e7cf56ca7df99af89a855160c04591f3f34376cc0f50854 +size 429035649 diff --git a/data/part-02202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d96e8a134b7be5bd8122ed850bfca15598c8c0a --- /dev/null +++ b/data/part-02202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a462fb877b894f7e73058eb687712caa6379f3c344d7136aff98e2d08f0b8c5 +size 583646362 diff --git a/data/part-02203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bebc4b602b50f491adb46d98adf53f25b65fec1 --- /dev/null +++ b/data/part-02203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e68264bfb7102f52370fc37e16e375276af596528690f8570db84dd98f8d5a +size 491549712 diff --git a/data/part-02204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8c405a9283e0409ae704279a620083cfd5e4544 --- /dev/null +++ b/data/part-02204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73425aee31e6828b22917f0f719aae258e3db32e41941740595b00465bc4d50b +size 1055854089 diff --git a/data/part-02205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9f89bd1e21ebd77a117a967f2f2a6521d06e65e --- /dev/null +++ b/data/part-02205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6fbc045d1f170866be8475e12d08c2aac067b42ad39c5e7cbf413961796521 +size 480102337 diff --git a/data/part-02206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08172359e5745aa00ae117fc8100e000b4755a91 --- /dev/null +++ b/data/part-02206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80745a075f7387794bee59bb81a0efd97abdca2056b24862972cd0cab8d8fcd +size 1099518314 diff --git a/data/part-02207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9daf22c06fddd05ac73839809dc1f0eba1a43bf5 --- /dev/null +++ b/data/part-02207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0096885b84762592affb9d9e622694151d65ec3be5bf7695d09cbb744974ac +size 894960904 diff --git a/data/part-02208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4caf3b773653afe9d300c78323142af6fcf4c074 --- /dev/null +++ b/data/part-02208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886b708974c0018c0d2828310417125cd9f57cce29fb6edb3e8fd7ce0542c345 +size 387241267 diff --git a/data/part-02209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f84b96378fe85db89b4388c3382c1bf98af5cc1 --- /dev/null +++ b/data/part-02209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a4c5df81f724eb8d3a018cb6dec877f60236d187f7db852f854a2e6cd03779 +size 419033238 diff --git a/data/part-02210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a68e61a38ec6f3607fc16039238f29091931ab9e --- /dev/null +++ b/data/part-02210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8ff29e33d71bda01b622d9bb93642a33426e064eee35f609ae638005567ea0 +size 501555737 diff --git a/data/part-02211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e94ddba42884e233a09efe932a23f95a7da8b28 --- /dev/null +++ b/data/part-02211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d0c8d79cba0cf41e8fca1ee570f3514e1d0c6ea44b76f80fe502500ba4ee92 +size 578078469 diff --git a/data/part-02212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..612047c7a7ef2275251c6df8df3164fbb7b9be16 --- /dev/null +++ b/data/part-02212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7395ad64b1ea707ed3cfbfc274d760216c5dbcf3c317e7e5a6df2fa0b99b29 +size 504499395 diff --git a/data/part-02213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a2d0bc4db40498f4582f87b065e035bfa8c9b0b --- /dev/null +++ b/data/part-02213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c92e8945a6e6d925860c4b3af5074d6a0c53bcf5d10eef5943e68ee6fe272e +size 422781970 diff --git a/data/part-02214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75ab59680d5f015e1258e1f3ffb448758e0679d2 --- /dev/null +++ b/data/part-02214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf83b3802020fd13fd7092ada2fe0fa74fb490bd3851cba7d270c9ba18270ab +size 375708971 diff --git a/data/part-02215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c4090b0178f367c3ce17c4cfc8c0dc970343443 --- /dev/null +++ b/data/part-02215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcf58e7e9db39d0d247718f59e573b60d35a5a376e2890c97922f6e06d63489 +size 480164899 diff --git a/data/part-02216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf3c67f8fa958c96e350b776b301131ede7e1499 --- /dev/null +++ b/data/part-02216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a61818833080860d39db6bb26a0b8be78862dbf16646822aaf032793d872fd8 +size 440131234 diff --git a/data/part-02217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a390c65f9e3c013c0bafce0250761baceee1188 --- /dev/null +++ b/data/part-02217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a550d5054ffaa675ab56efe680b2b15249309b3ba816ac414d8f9487ef67d4 +size 906446537 diff --git a/data/part-02218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c91a83359b7aa7af9c70b34253375eb8e8f0e369 --- /dev/null +++ b/data/part-02218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ef3640cda4f35889717e7243348d92aad70e2c2c8d0504c854353569e347e5 +size 454760289 diff --git a/data/part-02219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f99929b1f039b7acac1570ee18f7b92d7a25e4a3 --- /dev/null +++ b/data/part-02219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414a06fab5505217b4a0aa2ea2e7c659d168c5a2bb848a5c61e44795cef9d5b5 +size 356042745 diff --git a/data/part-02220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70abf33d17181b81becd4c38552b2910509ccd6a --- /dev/null +++ b/data/part-02220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09589ce9e40bdfd53e0bc23c88014f1efeffccb3dc4df66ce1c0f64b1ebd15dc +size 668656335 diff --git a/data/part-02221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..771782edf6ab8d17dbd7c181932ce71557a37222 --- /dev/null +++ b/data/part-02221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab37ff65ab2ab08274aacafeae1d8b3aaabfc7fc5b82fc8029054e18ce5a94 +size 455543280 diff --git a/data/part-02222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ecdda587ae5a3e7b52c7aafc6179ece0c9a7f16 --- /dev/null +++ b/data/part-02222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d1ae7a3707ec0efbf2a7ddeb618c1e38014fcc709331447108c1eb5ed33078 +size 375716659 diff --git a/data/part-02223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaa77f1cf2e049639b65e34d77e112d6905bc1f2 --- /dev/null +++ b/data/part-02223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66bae2b8dad6f575efed06551202e5cdde9565d8e9296ed89b8d345b7c485f4 +size 496498015 diff --git a/data/part-02224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af4900d83729eb8062230ebf43a9d49921636e85 --- /dev/null +++ b/data/part-02224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514a3a147730c2b3294a975802e548f48cf7c91c0a3ab965b90f1f2064aa949b +size 479996603 diff --git a/data/part-02225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5803317ca8106ea651bf2acfaccfce9d02ce4f1b --- /dev/null +++ b/data/part-02225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c083442610a277c98109a601a64d6f291556eeb6ae6d69d7e96ad07523fe689 +size 516668754 diff --git a/data/part-02226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb64781ccaa38f0f67ed64dc0752fc5bf63ad1ee --- /dev/null +++ b/data/part-02226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be193eafbdf229830e618c2eef868399d6eb5e3eedd4bdabb79c6a51472503dd +size 500891677 diff --git a/data/part-02227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a63e1c876ee361c6294a387a2afa780cbd21b530 --- /dev/null +++ b/data/part-02227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56470b868912b893fcaf5805c729b65825c9ce4b0c76c59d4c7a9ce3b71cfd27 +size 438145568 diff --git a/data/part-02228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b24b943a0b96875097d1b6f275fdd82d6fb5cff --- /dev/null +++ b/data/part-02228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9550874c382bc29e80316cddfc3b238bb0a8efda00b7714779b22894ff9be46e +size 484780067 diff --git a/data/part-02229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad33d8d811510147b26007f5c6f19d62ca984cfe --- /dev/null +++ b/data/part-02229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187301099b663c8dfd3a6b62af7b6fbeb0aaf3da961671b65f6196d0ec38aebe +size 527331133 diff --git a/data/part-02230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..374c9f336c22a3e432050421e9feb161ebceadb5 --- /dev/null +++ b/data/part-02230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80865b58bea9f1646dd93549418c872df9d69abf1ba1fab63c3c25aeca958a40 +size 448117472 diff --git a/data/part-02231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b2c0ed0871773a6bdfbdf6a38b6663aaa3d5e33 --- /dev/null +++ b/data/part-02231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd41d8194f71866ca9cc3dbee23a683ebe862772241b4379e47061889a7d531 +size 492125903 diff --git a/data/part-02232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61cb432821bca814c6f21479e59e9b2649baf10d --- /dev/null +++ b/data/part-02232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9076c0d123d77656198b81727115876d22e46f07f8559f434bcdd233cb63ec +size 601431715 diff --git a/data/part-02233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d86dd62398977691e564ba5454761d2dddba126 --- /dev/null +++ b/data/part-02233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300f0c3cf46b8fe7f25c890c5a93688f63638817dae1bf1ff88815d4d4b940ab +size 424785462 diff --git a/data/part-02234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44eade5d13b738847fb1b491d8fde7c95300b907 --- /dev/null +++ b/data/part-02234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfddcd9e4fd66dc3d9eb24f4dff2e9866a59e644ec4fdf3cbf9f345305f56dc +size 806143606 diff --git a/data/part-02235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31fa575118dfcbd462c4106bde99220a3b7afbb1 --- /dev/null +++ b/data/part-02235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3f5cb6074d7223380fcc16c7e51af5a614a78380918956f8cf12aad851024 +size 404248872 diff --git a/data/part-02236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..529dad541e887b3781ee6a927178f0165fc25cc4 --- /dev/null +++ b/data/part-02236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d89d53832b06d6e23b7011ef782f1f55c519e03276954add6ebaf64b20c2ed +size 632635692 diff --git a/data/part-02237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5eb63cadf6638f98fb88cd27de9a7cb20e7e469 --- /dev/null +++ b/data/part-02237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f396155c826c686919f5ce415b29f4d2ebebb587b6bb078c6bd3d2a7add47df +size 436660844 diff --git a/data/part-02238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..527e0945d20050e87113452cd34a8b1c109f0f16 --- /dev/null +++ b/data/part-02238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec314adf460c253bcee95ea88ab232e523eb659d91d621248bd65dd95048a9e +size 393001229 diff --git a/data/part-02239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d186458b6aa05d4e0d7eeaded0f815890dfb329 --- /dev/null +++ b/data/part-02239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fb323c4e41720bb6aed6c09b3398a25173ddc385876768dc034300251e0d26 +size 786087940 diff --git a/data/part-02240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bc4538b4b4217e975b88da3e0c119dff32aa588 --- /dev/null +++ b/data/part-02240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcba69192aa3d30fa33cd8f333da6b590569675784672ae04cd3f296748ea9a5 +size 613611896 diff --git a/data/part-02241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11280edb18be50d4ce5074e2252ac2a1e23d927c --- /dev/null +++ b/data/part-02241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b0fc9e28113edc68643355df34500448e31f09d2050e12113d275cce533721 +size 604587573 diff --git a/data/part-02242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bbe0bf70871ef81eedbd4a23017673a55800be8 --- /dev/null +++ b/data/part-02242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5e2476ddd0e555ba05039555bb348afc3d87732c37b5f4fce468b1fc76f5f3 +size 513409591 diff --git a/data/part-02243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1676558e0712052f175578590ada86d58b1edab --- /dev/null +++ b/data/part-02243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0533aa1aaace2a989beb9c37cbda8c7c830851c1091e2f71550bc4aad0c6d1 +size 443693050 diff --git a/data/part-02244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f012830269a0c0841d17d9138a7af14010c4f230 --- /dev/null +++ b/data/part-02244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73e88b06c92c4b4a717bd4e565595d897e4eabfc4034fad62abd213249e456f +size 769587974 diff --git a/data/part-02245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd87135d07cf4b7fd8e6bd283672f00adb1c9c46 --- /dev/null +++ b/data/part-02245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8850bff76e4f4ceb527fc26fddde48d59cf22f209f56776c799dae911a599a0 +size 551947726 diff --git a/data/part-02246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfcf1531eb2f0e49a2b746795631aa6b8add4cba --- /dev/null +++ b/data/part-02246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a4ad539ff4a0867e210a502c8a3a133b5d3fa3788d35eaf2ed1602e5ca0323 +size 400857055 diff --git a/data/part-02247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb3e401db329af785137ac373fd5339bf27dcd4e --- /dev/null +++ b/data/part-02247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7e9e428434e08e957b027e0cc1a49a9aa818d695a7462910524cba447f5f6d +size 694058936 diff --git a/data/part-02248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..475875e8999f751169ecf5cbc1657f1c4cc0be02 --- /dev/null +++ b/data/part-02248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19f45da2316c255e4e140f7980b88768b212adb235cc21a0fd8e6a2575bd04c +size 494341812 diff --git a/data/part-02249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9bd98232fe4e2168cc480a204a77330e4f00769 --- /dev/null +++ b/data/part-02249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61395a1ee8e690e593b93e2945ca69c30ae286b84ebac57323010fb9bf94e3b6 +size 904579945 diff --git a/data/part-02250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9679a514328dad6f51116805ef88168a88b3b59e --- /dev/null +++ b/data/part-02250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2053e4636a2dc91e9e2389d34ef969b51ced2a25c6179dc65cc3bb12e43d5f98 +size 459081688 diff --git a/data/part-02251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffe7fedad8c546dcc507215e6b7dc86fe1fe7475 --- /dev/null +++ b/data/part-02251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db1d6130b21a15e199c5c047c5e99bd2d8e2e1f8e546efd5936613e839a3966 +size 408624658 diff --git a/data/part-02252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2d1399be9d5f90351a06e11c1aa75912f3ec28e --- /dev/null +++ b/data/part-02252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72f71837b70e6660150f8b80651dff88699678d5096294bdd4e9c40ea058ebf +size 1513083288 diff --git a/data/part-02253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee838b2c99691b7336c1f3cd723ca8ee1965a108 --- /dev/null +++ b/data/part-02253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf29f26a78d88a2ff2844be565b87ba53cac0e247d7b6f9f82af67bb2659988 +size 653554299 diff --git a/data/part-02254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a09a2bc63a87c0a42a2bc17636852e01bed8b003 --- /dev/null +++ b/data/part-02254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc9660b9b32ce0fbf3bd005b258b94528a0843b45a3f457bcc06ad3ee8d952a +size 375505752 diff --git a/data/part-02255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8604cbe231244a85b060139387e3a27391966d9b --- /dev/null +++ b/data/part-02255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7995edab5f11b8a66802953b6856edeb7926646cd50666647d6709d2ae7afcb2 +size 505772471 diff --git a/data/part-02256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d48870d459a7813f57e8ab602577525160040be6 --- /dev/null +++ b/data/part-02256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6df0e0383452092e001707ff9fb5fc6582b5cfda5a6f694d64d0c851c1acd4f +size 483892681 diff --git a/data/part-02257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c498bad12c8fd716926442afca501c738013442d --- /dev/null +++ b/data/part-02257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17251e4826bceeefc6089d67eb7786eb02918d37d7dee1a30b68d9c86d99f5e +size 835462821 diff --git a/data/part-02258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24ccb1ba462a5fd3b83620a624ee99f4b91447eb --- /dev/null +++ b/data/part-02258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32464d33bd919d99e575b5611100d990efaedb75c5413f0807c9af93a93e6dd8 +size 536150230 diff --git a/data/part-02259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aeeee76220adb921d9f66d42778fc3a6596f4f5c --- /dev/null +++ b/data/part-02259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1530fef06760d31e1e754e55588748b6f12a2e594292255ae3a32ba841511c68 +size 532213605 diff --git a/data/part-02260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff2d60eeea9a8e8a9dc7f8846ac4f16142f4cd0c --- /dev/null +++ b/data/part-02260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13652cfac0e8b0069dc2e943d490507713ca3963ff0360bd25185ba791c4bfa8 +size 470729902 diff --git a/data/part-02261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00c2fdf979bab39ec5c3d7f1be4606d592280312 --- /dev/null +++ b/data/part-02261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dec35cf3c39ab0caebb4572c657984dc111aab4285b8a91cd643ad7a129f71 +size 720221401 diff --git a/data/part-02262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fe141d3310d89f918c4c1d7712272c425fd3729 --- /dev/null +++ b/data/part-02262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8bf7e081556456e157b32035fc64c689d8727ee776657bed5b338a44e17434 +size 479915855 diff --git a/data/part-02263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..829fa027c765e232b44af6f47ed2574d9e4b8d18 --- /dev/null +++ b/data/part-02263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cec482b32478eaa4e2e258730333f95796e8dd7f55e1df5d2fbb0406b57edbb +size 476646624 diff --git a/data/part-02264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ea7e7832566bec9e32232b6e97e6195c99bc397 --- /dev/null +++ b/data/part-02264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98001cf4ddd9389a51f16dd0cba4d41ac501c92dfe24e59a10b238640dc21c1f +size 587985719 diff --git a/data/part-02265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fd94a6a0b447dac7a0456835a9c2edcf41a034e --- /dev/null +++ b/data/part-02265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cc2fe6198ceea4cb914d35eab17d0d84c8dbf48fb2f35ba51de98dfca60f8c +size 552682171 diff --git a/data/part-02266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83a7faf3d39765a73d4cceb14648105de1569a19 --- /dev/null +++ b/data/part-02266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bf9e9d07181e685f909e337feefcebbca694137d51349b2bbf84da252ab3d6 +size 598167074 diff --git a/data/part-02267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d1e8610674db631f4dc4678badfad8a4a6cf110 --- /dev/null +++ b/data/part-02267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c39cf15dd1f668eaaaa427d4c4ec166e6df640cd7d55eb5c852f6343bda8227 +size 491229181 diff --git a/data/part-02268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2066b25a64cdcc9cf4c904be219fb639e3f6125 --- /dev/null +++ b/data/part-02268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743c2fccfc6bf447e02d9ff4767e07fc050c214fbc04e1f5d8130ba60598ccbd +size 467028999 diff --git a/data/part-02269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..581a404aff0dac26d173f31b9c2a2e7475206ded --- /dev/null +++ b/data/part-02269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2a83371ddc0ad822e0caab992b7e8d72adadafe463f3b59c5563ca1303069b +size 421670609 diff --git a/data/part-02270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe7088979f6d3a01d52f4d6d1566c47c35c83c46 --- /dev/null +++ b/data/part-02270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27f78d756a77891ffeda5a17559b23c6481a43913563aa67c1ca783fedab90f +size 450037073 diff --git a/data/part-02271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c520b50f2222973a24ad24ae2334d715bda183e --- /dev/null +++ b/data/part-02271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a574c51b65474039fc97a9d1069bb4c2efc6b813a8d43609985ea52a99553bd +size 518225666 diff --git a/data/part-02272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d1915a53a5c8d3701f69ab7a54fd7d8cb2f607f --- /dev/null +++ b/data/part-02272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d443ee9715eba03250553afb454c1f544c09e6e44ed1bd2467920c456114c16a +size 818788557 diff --git a/data/part-02273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1789eb2333fad45a766a064a2a79302dc041f8fa --- /dev/null +++ b/data/part-02273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d463a996af9eaadc33f5ea7b54df6c29115f5c29f65cc53e9d86aaf00cb2fb76 +size 780119738 diff --git a/data/part-02274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45f17ec1b682b7fa74c21a527fd7d5e3f1fd7480 --- /dev/null +++ b/data/part-02274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce64cdfe2a6641f19495baa83fc268dc307d0aace95857fb5479c96dc98935d +size 403957928 diff --git a/data/part-02275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ec1b2209c75bdbc67feb53de8c505000d03e9ed --- /dev/null +++ b/data/part-02275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b23231b473119895568c8d66fad577729770ecb97e6ed0ad45286c12f09acb4 +size 608166908 diff --git a/data/part-02276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6671fd36c4ff9d6c1b7f1608568e5bc03a44beb --- /dev/null +++ b/data/part-02276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469232939c9e6276ff7ac8efa13618da1dd8a73bac4057aa33a067a1f47d89fe +size 515906019 diff --git a/data/part-02277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfe2b3cad6bc565d6d0a32af30593ea9b5849b21 --- /dev/null +++ b/data/part-02277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b21b1001b7de12183659ffeafcf00f49db879c57edc12d0e40bd19a27bac52b +size 717596902 diff --git a/data/part-02278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de1452b91e756bea16e0361a827443b0fa5b787a --- /dev/null +++ b/data/part-02278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62a747944dfdc8d78a0141964ae9a14c0c02df4053c108da74d4ee553afbca9 +size 704040722 diff --git a/data/part-02279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d14ba69b98d5019b315238943e61e31f4e0aec5a --- /dev/null +++ b/data/part-02279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccaf537de7f4f1c9dc681951b103122cd24bb2b71c4e9905cad1e5a6c21e4bc +size 487218788 diff --git a/data/part-02280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd8cb65c5dea38eeb67844682cf90ff456874eab --- /dev/null +++ b/data/part-02280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1f16a7bc336f37121f93bcfd60562ba3c4caac19f5fd30f17c60ee72354005 +size 369465503 diff --git a/data/part-02281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46103354439a1cebbea31dfd107d5fce1ab2aa38 --- /dev/null +++ b/data/part-02281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612d65ad9bbc2963a81dcd5a45f4f068b82bc4e7a8b225c619c08b6f87ea2e43 +size 420131879 diff --git a/data/part-02282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dbbb23250ceab3e2a9c12ce268018254238cd85 --- /dev/null +++ b/data/part-02282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68be9b189b29a40daaf2d19e2bd0272416f301c5b86da8d4b9a1ebbfb32b093c +size 497294403 diff --git a/data/part-02283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8d52d5809671bebf2b383e2bb7f10fc78ce997f --- /dev/null +++ b/data/part-02283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a2298c3de63f2eb1f15a622a6d1d1c8c50fdec87d697615abe9734ba605489 +size 568155383 diff --git a/data/part-02284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22fce41171615626c9b677a82e42831f664dc2eb --- /dev/null +++ b/data/part-02284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd327506b987e05a9eb443c49d632fe39985a642e550172c22af48a14ddc3f31 +size 477130537 diff --git a/data/part-02285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5857be11f7f32ab7c0bb448ddf16ae9b9725254 --- /dev/null +++ b/data/part-02285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a3aa4a2cefe14d685a826e29623bddf2e274fc69489c4282ed5191fac0fa4b +size 522312429 diff --git a/data/part-02286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37eb31beb9a872414554f9d2142ff9d8bef382e1 --- /dev/null +++ b/data/part-02286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d52768e4c30c0289cdb798a23205d0ac1e8ba4fe105513effeb519f974d9a1 +size 515563133 diff --git a/data/part-02287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1da308d0611df5767f0029e8b767fb3d24a8c1c4 --- /dev/null +++ b/data/part-02287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373a97b6daedbd9adcb2c760dc641721069d6c2e1c261fda449019d91c1e5a20 +size 764467555 diff --git a/data/part-02288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b879ec70c0a746f76d98675afd9e8b76a963969 --- /dev/null +++ b/data/part-02288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8255d1aea714a0a4c98aec90928de51e34390a9cd474ed9adc7d53337ef529 +size 459908203 diff --git a/data/part-02289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1324ac636c62f55d1976c658693c10a972c108f --- /dev/null +++ b/data/part-02289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2649ac7f3784acab200582904d915c542cf27b34eb5bcdb440445afa2cfebf20 +size 404813457 diff --git a/data/part-02290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1f1fcfa338af97775cc76c5e30fbcb7905c9280 --- /dev/null +++ b/data/part-02290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08f8e238b3f5f9d039a5af4a65651f7c5805332696c3e597a0fba65d7a388c4 +size 466264579 diff --git a/data/part-02291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36184468a6545d758ed49f804114559ca9fa20fa --- /dev/null +++ b/data/part-02291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8179ff3b6da4d8f672636e44e725c9f65674a2205c55ddda4087cdf8934b6e +size 436570514 diff --git a/data/part-02292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a66711b0c1597f88547d9760891a803b83ce069 --- /dev/null +++ b/data/part-02292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe1e2977550b374ccd603d4749f3803f2966413488725c6b2d36047943f97eb +size 510822775 diff --git a/data/part-02293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7126fd9e68850edba57f3177e2b5525491185958 --- /dev/null +++ b/data/part-02293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65ad45a82a494cb7f422fc102133660501c71c5e61bcd4337abc32c72b12ebd +size 328230012 diff --git a/data/part-02294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d00e115f5507afc354606972da98e8f2f8ef547c --- /dev/null +++ b/data/part-02294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1dc72f733e59843f9e0c61dc4c6a0858c9f7dd6e176e9fb3c9a58b50bfe74e +size 574861578 diff --git a/data/part-02295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa9ed75c846cbf94f79f6b58aa05b779bfe92199 --- /dev/null +++ b/data/part-02295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b26c8d6f92142c5d62c7f25d18b00251ae62076fcb15ec1c8537a9432aa01c +size 592830555 diff --git a/data/part-02296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef4df07949184b9f5eea94907853953c2a00c5e7 --- /dev/null +++ b/data/part-02296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec75c3cdb1a0157d55b490863dc0118694c7586ee09652839cd1899eb98cfc6 +size 393164256 diff --git a/data/part-02297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dd8464a4de6250a2ac47c97d6aa34140e4a4ec9 --- /dev/null +++ b/data/part-02297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afabf722d05bfbc7ebbff2c02714ad18d5de9af9feccdaa7eaefd7b82bebca1 +size 438096373 diff --git a/data/part-02298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95bf8dd06a29060017a64f26ec36c159d93ac400 --- /dev/null +++ b/data/part-02298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b51394a39a963db997d1bf3c4bd9b0c468cb25e5bc8ca3ec78e234073bc721 +size 458628064 diff --git a/data/part-02299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ff3bf91296f7dd8835a6abf71f284327e42e2d6 --- /dev/null +++ b/data/part-02299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b876670c4e3ac7eb9e5fe925c4b8859eb234a51cc76e7258cf69e3beb3d9a3c1 +size 846057877 diff --git a/data/part-02300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5d79f71fc4a59b6a93d4a4b83043c7c900718a3 --- /dev/null +++ b/data/part-02300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e2266b36a493b8bc979b446e90dd35d59841c935db401e3c8eec96d5f5fcc7 +size 544073708 diff --git a/data/part-02301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e651f2070b5f5b76be349102a425334984b456fa --- /dev/null +++ b/data/part-02301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f94fbf0d2a3e140d2ae32d417a851b97dd19a84575f4b147b53d971b10047f +size 421818355 diff --git a/data/part-02302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf174c3a7da73903bc413ce91a54bcbb5f4ad30b --- /dev/null +++ b/data/part-02302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd1a1aee09fd856111ee0c73eb151b3a9bcfe872de89013602836ee6dae6c42 +size 754270565 diff --git a/data/part-02303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17bee1ba543dfbf363d96114b8df536e568861e9 --- /dev/null +++ b/data/part-02303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bd38e4c5be9dbe830f455bda8f379a6314acba31f6cc281127b9cabbdfd964 +size 752171361 diff --git a/data/part-02304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94067e74c8e91a9e3a451e89b2029e4780e9bc66 --- /dev/null +++ b/data/part-02304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9494a4e5eaaa19867c384f0ab3cd32b1f9164af5006765aba36a7d862cbdc361 +size 475574813 diff --git a/data/part-02305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10ea620adc2d7adc05fb8ec3029de7db3e494f80 --- /dev/null +++ b/data/part-02305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3a4fcdfc1f9ecd6a7e3fcb171ba2708dcadd7e2f01a56711ffbb61b7c5b9a8 +size 419106745 diff --git a/data/part-02306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dd671ece296e10c42b97f2936bed60371e4bd09 --- /dev/null +++ b/data/part-02306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cc4d31ad79fc921d4fe30f67c0b197a07903bcbbc4035664ccf8f124b2659b +size 368548955 diff --git a/data/part-02307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f9fce4a5b3ee0f855275fef772ae86f724831e --- /dev/null +++ b/data/part-02307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41b70883fd83663044dbfb4c1a0bb59702dbca409062f6208e4c063673182f3 +size 450413076 diff --git a/data/part-02308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..057ef75a4fb5136947e59fe0148fee8e9ef86737 --- /dev/null +++ b/data/part-02308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae88072f4e2179e1fec63f3776ed0e970ce165524f92b5fe9d018d1faaa50eb +size 648598816 diff --git a/data/part-02309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98ed5486197a2f9c9edfcc8230d6aecc58057f52 --- /dev/null +++ b/data/part-02309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f791438b0d20b9c0e129f1923dfb04db3e23d9e04f4150a353fab7b7172ba618 +size 626359121 diff --git a/data/part-02310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..202382056ffce9d254b891f96b59e860bedd871b --- /dev/null +++ b/data/part-02310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9541ce4754b6098faeb927e4c94b5ebd48706a1cce67b088fee5102b80d0b981 +size 657338794 diff --git a/data/part-02311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ac56eb92f5471bc50bdbe9f3896f1bd9503517d --- /dev/null +++ b/data/part-02311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1a8689a54ef25ca279c078aa30a95660f170a0e4809c4fa8fc18698e2573a2 +size 545473860 diff --git a/data/part-02312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85a4a51400fa3afeef998360253989552816d2eb --- /dev/null +++ b/data/part-02312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19bd49cbbab953a887a637c6af9512187cc6a324dadfd11f60f23d6b2f6c8d0 +size 461447578 diff --git a/data/part-02313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eed25ef2fa46620647905e24d395de23b74c4377 --- /dev/null +++ b/data/part-02313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc614daa154fabe23309113acc84bfaa50510427186d75b49d630b0e23a6ed72 +size 441511776 diff --git a/data/part-02314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a84bd29b1be7eb7230d661cfefe90a439e6582dc --- /dev/null +++ b/data/part-02314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad36bdce48997d12d01ad2bf38f4c5554851edec44cda8c507913b507ef7c87 +size 524052932 diff --git a/data/part-02315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d438a10e713e2e215036e711a664118fbbd47a3a --- /dev/null +++ b/data/part-02315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82868eca28acc930b348671abe2bc32a54c93becfdd6632ec5015d039d34b04f +size 393885305 diff --git a/data/part-02316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..156da3b398a0174fc14245d02941499dbb528c6b --- /dev/null +++ b/data/part-02316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957a4a6f66b3a74ed22aa89bf46944aa1f1e7da65a91ffef79505bc31eb70b5a +size 673997441 diff --git a/data/part-02317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdf20d56b1446d154612d4a206d2470c93e3f0bb --- /dev/null +++ b/data/part-02317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2ec60ab23b12cf186e069f842c9bea3b40d34aa71b7d95394335085c76f030 +size 419149966 diff --git a/data/part-02318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69705ea7ddc5258f60c5d92dd3aab90b3bd8d287 --- /dev/null +++ b/data/part-02318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38247b8a84c7517b5b100904e381a93947149f707fcbead8979abb246773546 +size 499011406 diff --git a/data/part-02319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5492d2170a42d01a182af4274c8004b057553b7a --- /dev/null +++ b/data/part-02319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9d5ff97c706e380244570f691788bd8f952093c61f365419a57790e3e39d4e +size 435508430 diff --git a/data/part-02320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..467d12e75d0254d190629668d86165a5cb0898cb --- /dev/null +++ b/data/part-02320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befbffc59a92d021607fc4c6f22de4ab9492bcae57eabb2e98de6e365370737f +size 491747789 diff --git a/data/part-02321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecdef09916cbb4fc67ad157098e3ec154d771b99 --- /dev/null +++ b/data/part-02321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cf25442ff95d05e8c50b5276cd6baaaf3b420fadb7224eff6174ef091daca5 +size 681005542 diff --git a/data/part-02322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6258477cb08398c61569ecd2431c9c26e01f1a1 --- /dev/null +++ b/data/part-02322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68305c8344ffcf81b40329ecc202ad235856d3af0e26ed477a901506c77c245 +size 1078049740 diff --git a/data/part-02323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d28bd2c3f9d5533711445935981e613288d8fdda --- /dev/null +++ b/data/part-02323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e365dd17ec8a6897af765af1fccd8457602f4ff4a9096e86d0f897db8fff27ad +size 405502218 diff --git a/data/part-02324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d033da39e854a90b8faaf9f9988729d2a8eb8497 --- /dev/null +++ b/data/part-02324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dd7db9e5056bd77ce4e07aab475e90c917a205a76e6b67079b13618597559a +size 726899667 diff --git a/data/part-02325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca8c75387315093b6fee522771910d36e8399612 --- /dev/null +++ b/data/part-02325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487b23dc5d25498f10e767e68e1d312e99043b1c8c04a622275a0616de09e432 +size 420778412 diff --git a/data/part-02326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3512c77b77238d61e0f17081695668ed666f299f --- /dev/null +++ b/data/part-02326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3754af38b6762bda14c4b1985c3e971926c730ccac730d15c457bcd20b256639 +size 446186146 diff --git a/data/part-02327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c41a6aa2cc912fdb553d7641db9dd03da29bc29 --- /dev/null +++ b/data/part-02327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e539410f642ba49a815be9d454ddfcba2eb532e576967529a0c05470e44121f +size 496024581 diff --git a/data/part-02328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a82bfd40264fe68bde7580184f3268cac79dbb8e --- /dev/null +++ b/data/part-02328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7749ab5ab410e873843115ca7083b493c0c04b78ea667501d68d6990233f953 +size 497380606 diff --git a/data/part-02329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1856ad7e71418e70f21b91527e85937bebb2ccb8 --- /dev/null +++ b/data/part-02329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82279de98155c11fa2374a297cae85f39c41fabd20a0886ce53363a617c597ea +size 514022423 diff --git a/data/part-02330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e78b24b9d3a2cb6d51956ad52f5e6df7648ae052 --- /dev/null +++ b/data/part-02330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6c5df42db2107e33c790d506c4fa12396a094830a08d2027a480922c884cec +size 496177214 diff --git a/data/part-02331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a82943f20b5abf2787b0757876ed5b773be30c2a --- /dev/null +++ b/data/part-02331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898c8ac605ea1fba11bee947e62b434ff196bf22a4f9017b217f78c59ec887f1 +size 394906461 diff --git a/data/part-02332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccc64ef11a09678906cb1c2fc1894d2e39b52c93 --- /dev/null +++ b/data/part-02332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0a9ad070006cd8a2fec40bfa9188fff69d6b8eaa6db7bc61618f4c8c274f9d +size 470656350 diff --git a/data/part-02333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20dea2fddc13cf81ef619964ab72827ca385334a --- /dev/null +++ b/data/part-02333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1eb29b43a0ddbf6170985945e5d1681904e91951d4e1f8297a3a551c70e1916 +size 577245234 diff --git a/data/part-02334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d9d3c5120a70b1584adb79b613dbf0ae013551b --- /dev/null +++ b/data/part-02334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22917b68769f4fd5572fa786f055c66fb5d0a7d5d8cabbbcf3c157f2404dae1d +size 415218866 diff --git a/data/part-02335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8298c6557ec6a83878bf0aafa913eb59d83a6e30 --- /dev/null +++ b/data/part-02335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb03388c6033c6e56c1d2ea86de863c64735154b6f8804664a2fbbef98ef6e80 +size 404840183 diff --git a/data/part-02336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5a91e4a3af2c0289c9197e0b29f240c30bcf493 --- /dev/null +++ b/data/part-02336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9476d6827ca521f0513b3b873e0f19172948c6b8a22344cb9b7a142e13c8aaf +size 506489919 diff --git a/data/part-02337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab2a05c7ebc3f610760602d34ffb852c078df973 --- /dev/null +++ b/data/part-02337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b519dd402e3eaa6671be98dfeddc5b4aa80bf24bb0b8e392f0f63adaf1119e87 +size 575618943 diff --git a/data/part-02338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..070b4dc594fc59bb9b559434b87668aedb821686 --- /dev/null +++ b/data/part-02338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b6bc2f3b4734e3a31cd4c0f6bd166a248189abcbbd044dbc8eff571ce17894 +size 908220550 diff --git a/data/part-02339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcc310a1f71a2fc5fd3ddb2706cb6c1d1bd6115b --- /dev/null +++ b/data/part-02339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be2dd8b545b26c476b16f6527ffa3bfee35b61f98b17c719e5784251a9017a9 +size 550251087 diff --git a/data/part-02340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..346fa404c7634b90216b8d60c8244974e33593bf --- /dev/null +++ b/data/part-02340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efb6ce3cb4eedf5461f4ef94b600d36557ecac68295084a70205097cb41cc61 +size 503278120 diff --git a/data/part-02341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b6e17bf4375dde4480cbf8ee59da7e9b4c9a472 --- /dev/null +++ b/data/part-02341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bd35409710445d85ab9431fad905cf6646c61c1b5c3062fd590de8f3ee684c +size 598249831 diff --git a/data/part-02342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3294e0c7d1679bcba9ff89d891c187f07f933f08 --- /dev/null +++ b/data/part-02342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bfc1a01f3a3a40bb779556546d67e636a2197f2c568f8ab4f24774b22c25be +size 538240670 diff --git a/data/part-02343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9ce80219b7ea13f7151b8e5a25493754133513f --- /dev/null +++ b/data/part-02343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2f504b02b78e424ce06b4f80691f0552ab0f83e4fc22735b412b5986ee629f +size 386690432 diff --git a/data/part-02344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b437cec9366beaf4037017e374f50402ba6f44e --- /dev/null +++ b/data/part-02344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46438d3cfdc76fcc316d994d007c79989396bb9b6ea79cc6c8d96396df7be45b +size 468842176 diff --git a/data/part-02345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a71fbdd8de0e32f5755c4deb2c60a322ecccc4d5 --- /dev/null +++ b/data/part-02345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a680a7ea4e0c7d6dc336aa28ea5833dfe2c5a84948324c4adeb1897c51d08a +size 533242266 diff --git a/data/part-02346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcb726e4dee3e3c441d4fb5306361c4b29725ede --- /dev/null +++ b/data/part-02346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb36bdd4d66fbfb2316039c2f3e357b2913b1daaa9afab9e33c1d9c9c081eff +size 531594178 diff --git a/data/part-02347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d6850f0aee0a9272176501321cfe5f7ff4fdad3 --- /dev/null +++ b/data/part-02347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f589f2b26d7401d6ba248a8276096868c41ddf50f17fb1bd1c1d2af24db2096b +size 469346524 diff --git a/data/part-02348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12a9b81fb8bd3fc7636767abbf31c66ad3788808 --- /dev/null +++ b/data/part-02348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2189c899426ab7d617a880d5336e0f5aaae0bd70ce1bf03110f81e401da68e94 +size 407171031 diff --git a/data/part-02349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bba60d0d49df74c60ce17aa3b4b5d842baef3e7 --- /dev/null +++ b/data/part-02349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c96ce9206af9005376518a3b188053e89e93b4e33f07518dd297d2438d55ae +size 429822204 diff --git a/data/part-02350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3295fa13a2c3ad224e067940b812b055f428018c --- /dev/null +++ b/data/part-02350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633308cc3148e3c00bfad9b684e0032a466f1e09966b7cbf64008ad4a538f048 +size 375759344 diff --git a/data/part-02351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..264c64dbbc52801ce7a7bc2bd778451ea8e55cc4 --- /dev/null +++ b/data/part-02351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e21f5340c6f31036e470b3f28fc75fc828178aa1d1c92304bd9df2acaf03b23 +size 606236839 diff --git a/data/part-02352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f89568c858f8dcf948da179fcbdd23bf7e5e7641 --- /dev/null +++ b/data/part-02352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806232a2ad189a2f694cdad6b5894fae87ba34e4fc02a4bb5e972a938829e328 +size 577525547 diff --git a/data/part-02353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f01415bca4ef696600bd56ae27f7fa3d87eff7b7 --- /dev/null +++ b/data/part-02353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da20a2ec9ffff612d433b6c39d1994bb6e38f8761a4bff378a869f22e51258e +size 453459401 diff --git a/data/part-02354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8e103d48975b75b5fbd47147b91bcd0dae5efed --- /dev/null +++ b/data/part-02354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edc13a129b992fe7926e4b6f6c9b26f367da9228957f08ec26acbef8a770f72 +size 426988161 diff --git a/data/part-02355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc4ca2a92da9243c4845161d5cd2e507b5c8bb0f --- /dev/null +++ b/data/part-02355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497aa299c62472fd11847b3ccdd174cb51a77f09aa9e798f1a0cd785f9813d50 +size 492548281 diff --git a/data/part-02356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b32adb8afcd396251e66466a1a077abbc0d6872 --- /dev/null +++ b/data/part-02356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aace2ae93978b1d61f553cbec6c96cc6c68d01a3b16bf2be6da65add64bac629 +size 535022686 diff --git a/data/part-02357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e27e3571b9bbf36891f89e3838c3d01127f4bd75 --- /dev/null +++ b/data/part-02357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb20aaa1b0d8e33a83fccb5d4b7529c089ec58963e79e359113946f2ad6d199 +size 411971538 diff --git a/data/part-02358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec131ad20c6d3a314df196bdfc0df7b4510cc9a7 --- /dev/null +++ b/data/part-02358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e286bc39cab3287f2df30c3c6e692db9e0e1e6e7e0be626bbaa5800e618e87 +size 498924315 diff --git a/data/part-02359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ea919512d58bae5edc807e7d61f9157e2e2e3e1 --- /dev/null +++ b/data/part-02359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552a5cc78767e66d7bbbdbe19d2b93fd3d86a3cf1fb8c806125136176f2a3b03 +size 726745857 diff --git a/data/part-02360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e49f68f6c3b6a9f12f3587da9c28129f7b445834 --- /dev/null +++ b/data/part-02360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08638ba633227c58430f3e1d511089641450756397257c0e62f3aa389d469341 +size 352288276 diff --git a/data/part-02361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..797e94102b6ba00263239b383c0469a4d1990a91 --- /dev/null +++ b/data/part-02361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79caf9b519352eb55ff6ef7c5704602dd4b3efdd07d2a5ef35cd9a3585e76c5 +size 439419997 diff --git a/data/part-02362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d88f75c9245cfc007dc48ad89993ac8ff9bda438 --- /dev/null +++ b/data/part-02362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ac551fabefe40e76b58ba9519b68a606f05a173a6281f0e0949bdc562f0022 +size 427886353 diff --git a/data/part-02363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fbed5a789fb744b0dfe0aecc81be68364ec37cc --- /dev/null +++ b/data/part-02363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9614e7b3d35b1fdd0526b7f12445f5b4387f8f185735a70bad7607037f69d7eb +size 644023278 diff --git a/data/part-02364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d41533d7caf12252704d08f47194ced5d941d32 --- /dev/null +++ b/data/part-02364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9490e2205fc49c1297d6b9c83ced87e3b9ce5e4e43df19ff35ca97cc4e757d0 +size 590944032 diff --git a/data/part-02365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9483292bfc5f4bb9d8eaeff2ed661f63e7e8e78 --- /dev/null +++ b/data/part-02365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14efe8d77829bf654ed61d43a6a05c45e0d81e807fd93195dbe7935f93a5a6e +size 467026052 diff --git a/data/part-02366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..067b1826e634c36c9b8c2ecb20b02c7a286bb310 --- /dev/null +++ b/data/part-02366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ae04c03176a866253b09fd61ab33d9bbb716fd41e27ac6b17137142e9d170c +size 531916632 diff --git a/data/part-02367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a05d3adeee64be6180fc7bf2c83a6067168c2a7 --- /dev/null +++ b/data/part-02367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fad1c6a5dcfab975461fc955b6d7bcccd2804036020d6de2066e411f742d52e +size 384275535 diff --git a/data/part-02368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94bc1443aa64a903b22d5743f092b19a702700e4 --- /dev/null +++ b/data/part-02368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2788be8b0546b96e8b4f3cbe2e461d469ae5b61e1818a1a81bb970d3dff3cbf +size 576898703 diff --git a/data/part-02369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0cd0a4dc2773c4d7cb3d905ca860b51245bff2f --- /dev/null +++ b/data/part-02369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ab528d43a7d717ad305742e093252e63f273cbf1e712774bd74aaec09c4515 +size 431572092 diff --git a/data/part-02370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e54425a5a0a10620d6da56186b3f6766b81fe05 --- /dev/null +++ b/data/part-02370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbce4b487c56d038cfd5f479a8727f2cb60ff13514492b17bddb415f0086ea18 +size 1024542023 diff --git a/data/part-02371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13c086057c680e754eea69270d00198f2ac891d3 --- /dev/null +++ b/data/part-02371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f7ebfdad3492ed884c8385b651441a4cccd520a6704fae2fd1ae0a677a6a9e +size 481661140 diff --git a/data/part-02372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b92131315522ec9a80bd99b22e04146d524d111d --- /dev/null +++ b/data/part-02372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffd9c28dfed1b1ea5fb294eddd41768fef383f092ac36af0c81700edbeaa98b +size 656535485 diff --git a/data/part-02373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bebf39ff4b8bf4d4bd5dc953f39bb365eea3721 --- /dev/null +++ b/data/part-02373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6e1ce882ad14ff5a3142808dc6792e7de64e80e81a8b810d9cf09c2c531e99 +size 483129634 diff --git a/data/part-02374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..512ecb607e6328cc35c1fcded2d4554cd705d361 --- /dev/null +++ b/data/part-02374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8058f7f10f6a52700cf221f2d7c229a070a484bcdd36519eb777e3f8957e30 +size 678759206 diff --git a/data/part-02375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3164e19397c85d2c6716cb4773fa0cd5a513910 --- /dev/null +++ b/data/part-02375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaf9972b4f5ea62875321f1b98007252f693b2f9ced264e7f7cec2b5f093ac4 +size 500715977 diff --git a/data/part-02376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e8d17e0da1f6537d54d8512f105f8ba9a6f66d9 --- /dev/null +++ b/data/part-02376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461187518f17281ed88a193979cb16b2ddb5487de5fb9484627a45a40e00ece2 +size 622710569 diff --git a/data/part-02377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cc7c1cf4490e1dbf8c5575a10bb8ff49ae7a842 --- /dev/null +++ b/data/part-02377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a569e5297583e29f3dd9f54467e7040fe3abd57b1ec7d29cda9a08aad456e4e +size 891208108 diff --git a/data/part-02378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa34122439bb4ac3ab9c00bb2b744736b52c3f82 --- /dev/null +++ b/data/part-02378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ab2ad38d18e32b695800f75fce9ca3c6d9b710778868e2fe069e5808a98178 +size 713330488 diff --git a/data/part-02379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faebad60c42e8da9c7bef6c2aa3a090911882744 --- /dev/null +++ b/data/part-02379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14da3668fe1d46afe7dabebc004c84b18f59019eb50c4f0229e8679bc2c48d09 +size 603944886 diff --git a/data/part-02380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6c9abdcce9930b596983877487ae34873d5444 --- /dev/null +++ b/data/part-02380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e91e39dc006bb1062985c921604c2ad92687efa3b4ce65925bc3fc98ad9b399 +size 507005609 diff --git a/data/part-02381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3b644cc4165b055d2aad06699bf6c5ff9bf0cd9 --- /dev/null +++ b/data/part-02381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c2b31bd3f5e29c0b2b373ab433439ed257495530349e151359c6a5cf6822aa +size 1056068296 diff --git a/data/part-02382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9249d8a1d94d266be3d7badd4e50203139b31e36 --- /dev/null +++ b/data/part-02382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a8bfe24dc3b1d51f05595d8e7eaac7b95c48b4008c5004824aed857453e2b7 +size 641791000 diff --git a/data/part-02383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22af6b4b344624f3c32a249ea0feb3bbf2a00d6f --- /dev/null +++ b/data/part-02383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1384b129e59500af8bee95845e161ab736f9caf4097fdd79815c2c18bf3537 +size 671231089 diff --git a/data/part-02384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abde62471720bad8775e63d77436d0701d14b982 --- /dev/null +++ b/data/part-02384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc32492020e3776d8e7e54f0696d41a1ef76a39bbd99a0e29a2006e34c2f3cf +size 451929328 diff --git a/data/part-02385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76c5bf9537e7c8daf5e9018dd0f7ce10c9a69b74 --- /dev/null +++ b/data/part-02385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fab65a55ae221d59884cabca914d7fdfbd5f2f0ce86eb40d9b370f6dc441cc0 +size 839287790 diff --git a/data/part-02386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24a044c2dbe9b39dca1f07ab58b7f1234f07e5da --- /dev/null +++ b/data/part-02386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e12296610b73069eb4f63828f3211dac8ef55fcd55504c08a3aa43c49313105 +size 470092196 diff --git a/data/part-02387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b3f98e1373317c3eb77cdaf42b6e7adcc9cc90d --- /dev/null +++ b/data/part-02387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcebb41cc7931fc80dee0ccd673528bbaa2f373dacd796f7f6884812c8efc57c +size 636484007 diff --git a/data/part-02388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63454882038320e08ade2e6541b08343f555da0c --- /dev/null +++ b/data/part-02388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757ce53a851c8262205305e731ddaec25d3f56ae549a9896fca0e89ccdffb846 +size 509950634 diff --git a/data/part-02389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea2cba81d76cbb53fa1c59d8dafd485bef0c808f --- /dev/null +++ b/data/part-02389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcaec8813e864e43954b4b56bb10a94b8575d3b34b704acf4dcc952bd318b9b +size 481789978 diff --git a/data/part-02390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a3955c2ffbea73434197ed69b383e709fc572ae --- /dev/null +++ b/data/part-02390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92671305269636be2f21bc4c83bb16d22ec0c75dd973e0a99abffef9395b23f5 +size 1115773583 diff --git a/data/part-02391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff37016763e18c951bdc6a1fdb6d09dbea2d6174 --- /dev/null +++ b/data/part-02391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75de6e67d7922fc968d5f77b35d45059da176638ca578cee63faff60179f5629 +size 468776530 diff --git a/data/part-02392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efb392a0c88b8cbc08a4c04461f1c444c29583da --- /dev/null +++ b/data/part-02392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4147f013a148cbb261bbd7c35c82ee22b54ea3883c442cbe6ac15bc5400ec4 +size 519535970 diff --git a/data/part-02393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df5983b9762d13e64367948f11c7ef052320f36d --- /dev/null +++ b/data/part-02393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2419b3cf1312de75ed73c41a9cd3211eee61536398a2e614b11cf872b641b574 +size 484434054 diff --git a/data/part-02394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b91bd8e36b967b8fcd8d809ccdf1019c1c4a99f6 --- /dev/null +++ b/data/part-02394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade8294cf438eee0f8a7e1768f2ee4188a1f7526ec9847ffb5267d5c3efe56a +size 552675451 diff --git a/data/part-02395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bda29209ab29111a213d4143dbd970707a66882 --- /dev/null +++ b/data/part-02395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5e0e358dc6c4bb613f64e24f920f1d5b9684335a60da035abe8eaba14b4e50 +size 424752604 diff --git a/data/part-02396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d8b282ea9341e6dfee2dff1fd935e8203aaf1bf --- /dev/null +++ b/data/part-02396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1232e65906f9965b2006268453c5a208d1238ce5c938b0f65cbd3768140129bd +size 442228303 diff --git a/data/part-02397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..758c6c1d8974b9afbc79cc93b1f14f6fbb25cdfc --- /dev/null +++ b/data/part-02397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcb8c02b67aa1d77abe4c4342449feea4f3335f3cef6acdebba5de32058e2b7 +size 768068204 diff --git a/data/part-02398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f4195543bf64288f422a5ac78cf523a37fbd1b6 --- /dev/null +++ b/data/part-02398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758490780b36281997566e3465cc1da952c4a394c6c617294c9776b06f3b8695 +size 609787191 diff --git a/data/part-02399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2b637d02023d41220cbdc9e3d12f685300a9a4f --- /dev/null +++ b/data/part-02399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d1ce25b5efe5ed2bf09b7927c922473939bfcff3e12d99da2da91b20d89219 +size 751746193 diff --git a/data/part-02400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..412cb7642ecc6d63e7b2f53bc96fd6bc13eac367 --- /dev/null +++ b/data/part-02400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08c9771f75865b871a99e842ba4e08fa2cd89b6031620d1c093304ac04d3326 +size 451196235 diff --git a/data/part-02401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..854ce7ebfc721f88feccce0fbce1acec388c6c6b --- /dev/null +++ b/data/part-02401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cc92a486887fa89cb12fafc520b897b64ef299f9d5bf8b19ff9933b147c3c8 +size 1073111012 diff --git a/data/part-02402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f182b1b0ccd2cc40810d9fef162b0e7e57dd08b3 --- /dev/null +++ b/data/part-02402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c8f8becc267195a6fd4d1aac0f90cee12b3abeae0cc3c6501f3949e3a3ed79 +size 378229483 diff --git a/data/part-02403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e94484053f393fc491d36d6c50fb26654d00a5b1 --- /dev/null +++ b/data/part-02403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50062848ab97f9e43c8d620d579809467aa83cda2299efb03e5c1dc0e994d371 +size 471627553 diff --git a/data/part-02404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac93f8c347e5f44b040f516afeaefdce3b30a6ed --- /dev/null +++ b/data/part-02404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce5ca0521607859ca747e323450c1318ff207e14419d1c1b6f91ec94745b3d1 +size 462213660 diff --git a/data/part-02405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca3d35aadc906ade38f29eb6b56bfb7291365649 --- /dev/null +++ b/data/part-02405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cb6d92360465a38e87dffcea6d43a6e7ecafcaa88b4a8e6b26d78d6b18f266 +size 525950938 diff --git a/data/part-02406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fa0bc4b0065ef75b2c2d2282997f16d8d70d9d1 --- /dev/null +++ b/data/part-02406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13469a6b5ba2f353907751b8dc3ba95314f17c1be497046825ae288d75b6b071 +size 486104472 diff --git a/data/part-02407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aac10c5a5ab34cfec0df92b5ac7301028b662e48 --- /dev/null +++ b/data/part-02407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffa84b1f3de69c5f822e939ee28bc2da065120771966b769c69b244971f267c +size 834664874 diff --git a/data/part-02408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7086cd0fb2aad1c821b4c2cd6afc1bbe8aa3c577 --- /dev/null +++ b/data/part-02408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7604c1fb76dd6bd0533ab6a2190c3c982bc8e8d36a67556cd6dc5785615af694 +size 880945721 diff --git a/data/part-02409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..749c50adc8c80214fb828e8f96597f0f5a4f9c2b --- /dev/null +++ b/data/part-02409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bc4f2b2c9b27fcd2822af5ca65352ca793b7b219e3ee050e742f4fa5526aad +size 560343591 diff --git a/data/part-02410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fab8e98617c156c2cf03abb6d770fe580c0796ab --- /dev/null +++ b/data/part-02410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b51c046cc64e3d038efcce398cf1b1f8acd10b05c6ccbaa4814cded2f8c7a4 +size 452639178 diff --git a/data/part-02411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..204baead27b0a7a58e52bfc4d0267d0342d95951 --- /dev/null +++ b/data/part-02411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87700160c70b4efd4bde17b0c489a3737a15d77762e4c18754d905ef38846d92 +size 792520056 diff --git a/data/part-02412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..829120ab654c810ba3bbfa857f58b7698e9f2027 --- /dev/null +++ b/data/part-02412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54533a70e28433ca9c15657885557130184998031ebc7ea42240d3094fbb0ba +size 431775413 diff --git a/data/part-02413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61df53ec424eb1b766a476575a1ccfbc5247b17b --- /dev/null +++ b/data/part-02413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08796afaafc00f19c330d06183aef9f62a7cf7a4fabf3dce6ab4163cebaab85 +size 439670687 diff --git a/data/part-02414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c62ca921638d9a00d688be29292e493f9c3ff511 --- /dev/null +++ b/data/part-02414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2095d4b1d9786b66b4e9f02b04bb6a35a4983108797e347ff5630559021b55f0 +size 435454121 diff --git a/data/part-02415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f03050e06e92144f796c67946cae21a70ea4aa3 --- /dev/null +++ b/data/part-02415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2977e1eae65e2a6a3e8f6b2b96e771db61bca15375b362a061c05476b38e796 +size 466429001 diff --git a/data/part-02416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c4b262086b6564cc5b761bed0cea0166fb1face --- /dev/null +++ b/data/part-02416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27eaaeb1afa76b1e926505df96f91c05905c35f7cc5d4a3c00476233566cb55 +size 543567103 diff --git a/data/part-02417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8d169b777e38e8c1b6782f085f10f1447cce9bb --- /dev/null +++ b/data/part-02417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da2a03cc6fc53156363e8ca0b2150f6097fe2ead302c9e16442b436ad5febf8 +size 854959613 diff --git a/data/part-02418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da0c7aaf1bdad877de9ea35f717f9fb6f6e3d749 --- /dev/null +++ b/data/part-02418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bcd00b24a747aae56c3ec8d5373682e6bafd6d7380702f12f81f6e71fdad36 +size 457672237 diff --git a/data/part-02419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a8ffb2aecd4d331b6a34ebf560b7d55269c5475 --- /dev/null +++ b/data/part-02419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c47d42af305c42e1723104e48a480ecf12bab1b4dcdd1775978583d7227cc7 +size 468918243 diff --git a/data/part-02420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5903ca977b8fb16604231bacd340503fc4fe70f --- /dev/null +++ b/data/part-02420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c70273dfb3e9df152468bf6f62568c8600ef3430863f16271e54cfbd88d30df +size 564256727 diff --git a/data/part-02421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a3ce6c101bade75825577302b921f668996e3a1 --- /dev/null +++ b/data/part-02421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0a109251d84d956504b30acf771882c15b645e3052ed3ab91e92333ad1ed12 +size 676750449 diff --git a/data/part-02422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de86067e2a45864b5b5a652726e8cc2d68d0c9b6 --- /dev/null +++ b/data/part-02422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76df98de28305da02fb1f7dfe444d63b19ebbeadd309d7a43e22ebbb91752987 +size 556600830 diff --git a/data/part-02423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..600e9655f535f88b0db13e7d39db7430611f6e73 --- /dev/null +++ b/data/part-02423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89727e4680d5ccd3fbbd484604d3ab746bccbb2d0610482ab215d0d94cc36192 +size 674666011 diff --git a/data/part-02424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..776b6e4229c29a4f9f7710614c9fe3061e8d6baf --- /dev/null +++ b/data/part-02424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1211e247d303539e33dcaf4c53a205f663450f315f9eecd2d64335ffaab86517 +size 400228792 diff --git a/data/part-02425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f30c10a6c7cee90150f230c8e620021cba1f9fb --- /dev/null +++ b/data/part-02425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d95135594f383f05754a74aba0f2dc69d5f8b1dd2244d445609bee612a208bb +size 833713648 diff --git a/data/part-02426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d7e62d3766a08c91ce69e2f772e31be67092cc9 --- /dev/null +++ b/data/part-02426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44676060bb08d2fd14760633ae20f70432bd31c06b02ce45b3c98ff0430bc33 +size 497982241 diff --git a/data/part-02427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f41e6be2a64b6152c45749f7359c4f62d202a5e --- /dev/null +++ b/data/part-02427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04364806f8fe071b10ba67643d002fc1ccc93fc8d5e3a7db0db4fed33d647663 +size 558569995 diff --git a/data/part-02428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f9c880bcc994a0c085786ccf4f8929dfd6404f3 --- /dev/null +++ b/data/part-02428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b16da617c9a9e6af58f39b2f31bcd511f81d6b05fb36eeda14a75529308cab +size 561599647 diff --git a/data/part-02429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91ef45050b1a5c5cb7368901c3efe1d73c4e063c --- /dev/null +++ b/data/part-02429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdb7775e96ea63050e359e7737c56c569f702958f7aff653f54633101786846 +size 812292157 diff --git a/data/part-02430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..441b2b477ef53f196b854b6b541c411384fdf8e1 --- /dev/null +++ b/data/part-02430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819f3398ec8cd51e1593f3b8c4fa45e780aa3830da44a2b44ffa331610eb708b +size 893594576 diff --git a/data/part-02431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..864828e5f5fb6969c1261051478a904b178c9504 --- /dev/null +++ b/data/part-02431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fedc614c793d8b37cd8a87d071122006fa5e0a8c2f9c5920e8616bec939907 +size 475399154 diff --git a/data/part-02432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..832f6da22206a79c2238338959ccf2c786b37470 --- /dev/null +++ b/data/part-02432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35a4f251f24be51433c1e39c1db6eb7458d4dc0fe3364d756535dfe6b5a0f97 +size 584918736 diff --git a/data/part-02433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c7eef51b51da9cbc1191242a8502b922b2f3797 --- /dev/null +++ b/data/part-02433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcceae1f84a263dfe0e83fb015858d68743c95236fe152d0f8fdb8ca02730c20 +size 452544183 diff --git a/data/part-02434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96672525aa6dd7a1991144c72c49d794dc1b843f --- /dev/null +++ b/data/part-02434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51f0e09a3d270668af467b87734ca2a020e8a66069f74b846ab226a43b53cc9 +size 370493598 diff --git a/data/part-02435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e06609914dacedf32c2c69ceeefbc892bca8c748 --- /dev/null +++ b/data/part-02435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea72f8bdbb5b6704f0d47af8673442f9fcb09bb32470c7a2f8d4e2c014ff0c02 +size 837928645 diff --git a/data/part-02436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..468d22112b4f33bea8054704475fb6683bf5f779 --- /dev/null +++ b/data/part-02436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f632ffc53a8f0486a906eeb73d219003a9d80cc35dafc83fb52e793ff19dbe31 +size 501995225 diff --git a/data/part-02437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a97ab12a8ebfc665da12e7adc13b9454c1e302a --- /dev/null +++ b/data/part-02437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb2a78bf02947675fee2e650ecb470d1aba4a7e0ea7e0ea36d7dedf59d0a7fa +size 513217955 diff --git a/data/part-02438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bd6a035063745bce9dea1b692ef532f734b08bc --- /dev/null +++ b/data/part-02438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a57577c2527eede5d3cab2532e905f9a4ee523b4cfee8eb41f9df519c3fbd2a +size 452310808 diff --git a/data/part-02439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02caa2ef981e4cf13a9ff73a632e37efab8590bd --- /dev/null +++ b/data/part-02439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cb7ad58006261b9fbd20578ac0cad25871dae3bff65416dc8bc9439d1be7e9 +size 531588910 diff --git a/data/part-02440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ced7839664ff9f6e9d08be1139b94988ab26572 --- /dev/null +++ b/data/part-02440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2e2471c2161cc033668ac52ffd1a7c7ace7d1334f5afb7f9d4a1567c8e0da0 +size 519446456 diff --git a/data/part-02441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae51bb78f2f3508ec4b9795f27097efc6d293ad5 --- /dev/null +++ b/data/part-02441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f096f165a31576161c20226c8b02f5870d7fb19591095f7ae30c5b9e86321cc1 +size 458162435 diff --git a/data/part-02442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d98699c30767974c39b9983a80ad92f4dcf10029 --- /dev/null +++ b/data/part-02442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6f9eaab93a0be808d615a671550acd9b3ac45647d623b1146065f749bcce25 +size 444005607 diff --git a/data/part-02443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5db752fca522db6b6e191db33651c118a317b689 --- /dev/null +++ b/data/part-02443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803fac6981c6425047d869f4d1a7fa9b9dd48250467278651ca9a67fc02a0c55 +size 486113491 diff --git a/data/part-02444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2a73cfb8a06ce29e463b9578a791b1e80cb6962 --- /dev/null +++ b/data/part-02444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6359f7f9ef4f36860f24e85e7491b8399a62fb0de6754b42d65e5ae5b467f3f2 +size 690657024 diff --git a/data/part-02445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51b156ce44e9c6df7ef0416ac7c2cd01d1661940 --- /dev/null +++ b/data/part-02445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1051fef5a0dee479ae0bfa7e52dd3fa5953ddb942226de7fd9a078ca95ef3e2 +size 405324220 diff --git a/data/part-02446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02f5794c3bdb895bc82039500f02a465f568d484 --- /dev/null +++ b/data/part-02446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393ef525adbfa1cbb58911cbbc326689bac95e13be54988d1f8f68bda8fb953e +size 572175333 diff --git a/data/part-02447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b629c39d5337828a504eff57cd252dd2b868a377 --- /dev/null +++ b/data/part-02447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8da77b381498d2a9a73cd59c6b9d21afd12e4e796826cd52381dcf20b5c0d1 +size 491679657 diff --git a/data/part-02448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a94cab060d9c33987c0cbe7458e4832387347d7a --- /dev/null +++ b/data/part-02448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7180c8a9709e7dc5ac61d73ee9a0a1662a04a4291289f6ce76f43d6aaf1d2bca +size 543353751 diff --git a/data/part-02449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb795e15b0ba2bf5e7d13caa93d28e7ef61665b4 --- /dev/null +++ b/data/part-02449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cdb3344264a88a6cffb9339ad82f5b0d623cde27370d34a336deef0d3d3a67 +size 691662532 diff --git a/data/part-02450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf1ff5a86cef1af4e10f399f5411322efe88d3cd --- /dev/null +++ b/data/part-02450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e58fead5307ce996d97c64981a278937d8667303ec622cf69d0fe7970c8a69 +size 425850557 diff --git a/data/part-02451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f8e4a78fdbe8b12bfdbcec5681e4c6ebf011a37 --- /dev/null +++ b/data/part-02451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe063c0049d0943dfaf768a59bb78c44c7000047106142bde61b6850ebd57db +size 538735568 diff --git a/data/part-02452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e30ccc42f4199e67a51ead22bfbf9a476c0b4266 --- /dev/null +++ b/data/part-02452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436efa9d72e9df3032242fa2e8e6ea0ea5d390dec755a10dbf32d64e0dc5ed5c +size 551564554 diff --git a/data/part-02453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd0695809b1d459faa3cad65c6f0fe093c819031 --- /dev/null +++ b/data/part-02453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cda041ee70771ab58f90fa5fe7ad0332b63fcf050aea1eb0d0a62beefa4984 +size 525303688 diff --git a/data/part-02454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4a0b8f0d77cbc5e836e371eafeab2632ad852a5 --- /dev/null +++ b/data/part-02454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7213c1150c17713c4481e3444e86dc8395a84e5910624dab4ca3deb17be1437e +size 663116153 diff --git a/data/part-02455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f791257aa77143bf6b71e3b946ab926c480e20ae --- /dev/null +++ b/data/part-02455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8414aa275600d61fb9dbfdffbce7ec923b19345e77e86cd0b49d6ffb3612a82 +size 762449233 diff --git a/data/part-02456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db60aa6e97c1368955c45d48d971658277822aa9 --- /dev/null +++ b/data/part-02456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663c65bc4d5df1888275e9fc0d3f0862e542699c768e2585dbe65e50bb43de6d +size 487401273 diff --git a/data/part-02457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4c4d06fd881faef9e1dab61cab44b52cc74089a --- /dev/null +++ b/data/part-02457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c58554da59e44ad976e0cf5bb986b334801369c5bea8d678e6c0a8f7993ef4f +size 779997949 diff --git a/data/part-02458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b12cb256c25a7e391b5216b857814a5fd77e61ad --- /dev/null +++ b/data/part-02458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722e2b146b9c14ee3d8e53802b3e8883a74d7a7588f2b60139e375bb318c11f7 +size 475277095 diff --git a/data/part-02459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4662eedf7cf8c3205b85ed666d490409227fce12 --- /dev/null +++ b/data/part-02459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3de48d24e3c93c4a12b25abda31d3e7d243450cb6223540f1e307eabe997b5a +size 515392497 diff --git a/data/part-02460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f633e02cd28a54a7337fc03eb406277bdf2eeb1 --- /dev/null +++ b/data/part-02460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789253d7401712ca31c9022a6b5157974c750c2fb480d3d5826746f2e31929b6 +size 476912213 diff --git a/data/part-02461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f018340a05feeec8d11a6343566208e4f0d54220 --- /dev/null +++ b/data/part-02461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3dc19dd68e704d84ce9ca3f7816c4044433aac4186c44c465bc1cd92983a40 +size 482376941 diff --git a/data/part-02462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2115762b5b53a500b9da03f0a3e27da435427c14 --- /dev/null +++ b/data/part-02462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a0bc12a9a9b399b8296702341e8cc8eeb5ed592b3e4d77612fb1cb7c51ba9f +size 419748005 diff --git a/data/part-02463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9470cbe65d5c49eb2b7d1e7094e21d2157caa5fb --- /dev/null +++ b/data/part-02463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a606dd20b576a7d632cd66c2175327d7481c88311fd4e1485bacd07d180ddede +size 579783258 diff --git a/data/part-02464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fc7dec1e62d63c0372ff0903cf6e245189ee229 --- /dev/null +++ b/data/part-02464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffb49878feda995bc2280014a6fdddca38e6bcc9eb085a905c2c40506979472 +size 894011671 diff --git a/data/part-02465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6f99c4e2564fab8fbd306eda8671ae6a4a9b783 --- /dev/null +++ b/data/part-02465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb87583eda930a0f9e891b08796c50ca790b40e9ec36441f927c6b99b38e31e +size 385273478 diff --git a/data/part-02466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac25f4a1126f0ed3e168203396e44e7f79873cca --- /dev/null +++ b/data/part-02466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc3d3ec5e86f2593cb4ad5a7a596335740ab3501507b7859e2c8fdee0fd1994 +size 451503926 diff --git a/data/part-02467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aeff8eede6626ec3dc116956318b68c53efbdd5 --- /dev/null +++ b/data/part-02467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c42e013aeed693704d4d2b9b151f7596c751b441568ff8c15e724696985efb +size 543148077 diff --git a/data/part-02468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11df15bc69576bd811c19061d4aa43cb97d81af2 --- /dev/null +++ b/data/part-02468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c73ca9d356ea07cf0285d32a29c11ff5bc5158a1e468ba31a52df9cb55d6ac +size 406575775 diff --git a/data/part-02469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..826d3e04c673569a516115936391c9d2c0401116 --- /dev/null +++ b/data/part-02469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58848615f8486d515e3dc2185cde73454f25fc82350081a07f3e84c6c744e40b +size 706044116 diff --git a/data/part-02470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e54a266ebad195d797a9b7790493ea6b7057e6c3 --- /dev/null +++ b/data/part-02470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b126d29f8b1af520b13c27fd36079030ab1afd916d8120331d134e35c8b918 +size 1030532471 diff --git a/data/part-02471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3582ac243784177e8f11fc4a5df3a768491fcb76 --- /dev/null +++ b/data/part-02471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319e15976d669d52d838938b5350094e4b7d9fba2c90199fd18cc00bbf54e562 +size 622289392 diff --git a/data/part-02472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90dd8cf8ce29c0b032cc14329673289a6056270d --- /dev/null +++ b/data/part-02472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f618e2e93e8b30700fdf8fdca6633d6bf71b85338f91fb5a6ffb9f722e035441 +size 512372840 diff --git a/data/part-02473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..506c373820dd1801731284adacbe46ee09c88102 --- /dev/null +++ b/data/part-02473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60809b2a35d7c27dcd8067e47b6a8d16b706292f694fc255fa319e7ec9703fe0 +size 954188926 diff --git a/data/part-02474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13e3435cbaa7f3973490c7d578d4ffb5cf4ac5ff --- /dev/null +++ b/data/part-02474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe7bc7578530030a6e29ac8062b1a23a536c2aa2d72285c0b43e3e26f5bdeb7 +size 563297107 diff --git a/data/part-02475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f20b13fa914c30664e439d2bc6fc53bf79cf8db --- /dev/null +++ b/data/part-02475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241569cc2b8b209f007c598fb5780f7d582d0561a980cc8adf648a7d2efc9b31 +size 468148516 diff --git a/data/part-02476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb82fc0f8f6f1657967135bc122e861f55e5a9f5 --- /dev/null +++ b/data/part-02476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3f278660e7b182cb294381888b7f3a0df8095904eaf0c30cc3117aa6c76add +size 503957608 diff --git a/data/part-02477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fee5ced8fcdf55057f7cf8ebcafbdcbe8e817380 --- /dev/null +++ b/data/part-02477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7236f07f3ed989df162d16c623f96d7cb43cd88dc8b4c9e2cf7dabb35aad7784 +size 564201675 diff --git a/data/part-02478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4b676f0b464b44b389a45e2c3819c326d4c7ed1 --- /dev/null +++ b/data/part-02478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545f40c4574450e349be857e5af637f490c4a655fea149ae13604d78b2dd95a7 +size 942126370 diff --git a/data/part-02479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b511ad93503ad5c9821077f9d1dd76d9586b1850 --- /dev/null +++ b/data/part-02479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887b8306426beafbb33c3cc51d0432ca2f384fe8f8f1ff653127a68cbe2508a4 +size 352959713 diff --git a/data/part-02480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4335de8b5d9862058058e974a9b142794b6e939 --- /dev/null +++ b/data/part-02480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718aeb2e98350e0891338af3ec9707dd54377aa0140661be03dffe8dc3005128 +size 407193659 diff --git a/data/part-02481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66f92a7a9d1a6ab1e2456e0bbfdafb39ae206213 --- /dev/null +++ b/data/part-02481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d012155abbbea77fe7aba257153383a428a0d4134e24e45b231967a48b47715 +size 454564162 diff --git a/data/part-02482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae40dccab7b9686df6f9d48b79a998008627c048 --- /dev/null +++ b/data/part-02482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82783f2d16821dd95f88684531345631bd6d0f228a7719c105d82264e88080d3 +size 443459961 diff --git a/data/part-02483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96dbf2198be765d343c77f0ac94341c35ffba587 --- /dev/null +++ b/data/part-02483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f95ab66f741403fb4764b1d2bde34b26e799fb43fc46585eedecd715b4e6b1c +size 490720102 diff --git a/data/part-02484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..517e33a159faa9308b726520c4e044e083cfe5c2 --- /dev/null +++ b/data/part-02484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b656534f6358bc8cd00efb0d2eb3c63a9f1a133bf4560c1c1f1cd101155880 +size 608412730 diff --git a/data/part-02485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7694226ec1336b735841af31d9b0d94d8d1adc21 --- /dev/null +++ b/data/part-02485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded58fddd7ad6954f3c6a7c1b8e47ea90216c3449f9e2a3ad943df32daaf672c +size 632899627 diff --git a/data/part-02486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f482046fdcd7d1401bbd0772e551daa1a7af5834 --- /dev/null +++ b/data/part-02486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddde3ea383685bad726754bb76ad9c868878f0c82180e6b043dc613063ffca6b +size 513817765 diff --git a/data/part-02487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6293d185b154d4aa811b5cdccaf13036fe0afe9 --- /dev/null +++ b/data/part-02487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb94e4b19f743f0797ba943f5116562bc74ce2f342412af50b06323cfc66039 +size 405109024 diff --git a/data/part-02488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fa35af5d3794e3ff2253bc01af02d20b009cf10 --- /dev/null +++ b/data/part-02488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4b202bc25525fab152a014e7463ac036c63bff71c530239b1d3a68dc21e156 +size 710095356 diff --git a/data/part-02489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1514f77b795d5c9fce7395122e48c1ff1acaf43c --- /dev/null +++ b/data/part-02489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a89288707f377202afd3ae7ebd01f4284f959b2991b3c3644cf34250a16167 +size 465554421 diff --git a/data/part-02490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2558ee3c18a58ddbe4bdf907ed91c002ffdba812 --- /dev/null +++ b/data/part-02490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4ce9455cf57d67a5bc1dca544f53c4b766ad482402d76ab481b3a7f0ccd389 +size 599019794 diff --git a/data/part-02491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6c64c3abaf574153e8d8d839734b074a2f7d2db --- /dev/null +++ b/data/part-02491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0e468715a918aea1619fe7db20ab2950df9af0140ad82ba4a755ce4d4a5a51 +size 416851424 diff --git a/data/part-02492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d5d068285f1289f38f19c373d1d532e00be0deb --- /dev/null +++ b/data/part-02492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea924dcdf4c322608572dce2ea390314728d6caf5d6a0b5e106a40df1033d7a +size 545798627 diff --git a/data/part-02493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3605041e14b4a6f9a7c24e0da123e383f46fcacc --- /dev/null +++ b/data/part-02493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5678eb29bc20b5767dff7d43ec11f87aef7c966df9ac1a5d1e361a7f0ae93f +size 547695717 diff --git a/data/part-02494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38e2555a0e4b0cf54dad6d4ff12f7a416d4cc2a1 --- /dev/null +++ b/data/part-02494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25837a8f6b711ba079d0b39090e713b3187b7e997659357fd863764c5e93f72 +size 630815350 diff --git a/data/part-02495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4e8baa6719f9989df4533021ac710c0d4167a8e --- /dev/null +++ b/data/part-02495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901b8d96ac4d94e9396ab14c22f0694b4a81208c61775da846a5533ed6013283 +size 448736323 diff --git a/data/part-02496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37083fddfc9f05058ca3d16792308628a52cf3f4 --- /dev/null +++ b/data/part-02496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128004b9ebe5ad416f7bf0fa9b45032360a502dc36fb889d904167f0c4366654 +size 580559922 diff --git a/data/part-02497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b24c47e4df86fb8982e7fedb73aff99fae2a13b --- /dev/null +++ b/data/part-02497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5839d06878af81a5b13614ddd853ab156643f9d5eff804bee2dc356a8f2f16b +size 1055916035 diff --git a/data/part-02498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ee8fce6c3dba584d3e0a6d942280e8ab8f64c22 --- /dev/null +++ b/data/part-02498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083bae09ef63106f6dc423b3a8b32ea97613a8c6e26d2e9ccd75b63ef9418e2e +size 418579377 diff --git a/data/part-02499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6976d95381cf27266809b2b29a531ffaa5b0a6dc --- /dev/null +++ b/data/part-02499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f25891f6480610ccb86c0a6957c08624427aec7faf340ae12de8f5002753ce +size 519698076 diff --git a/data/part-02500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f29c96b8c5b945564c7d6ca1429367c448f286e --- /dev/null +++ b/data/part-02500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23bebba73d3abdd5bdc747b5864c767da94c3b8ebf83196997155640d5e5327 +size 449963301 diff --git a/data/part-02501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0c6358338fda094f09ed65c977725aad933d261 --- /dev/null +++ b/data/part-02501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c9b0a423b6f1d6c0c15f891f53307e079fc42fe5327c4988b62268d3c67d6c +size 475122824 diff --git a/data/part-02502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04aa16730be52ede2b6603e5a235721a60f49587 --- /dev/null +++ b/data/part-02502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478505d83734cbd74e69011ba0715b9e93ce0ce20ae234d8c1fbb28062730499 +size 530219683 diff --git a/data/part-02503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44861ac31eb4931b383c5fa2a4ba2af977e0fa39 --- /dev/null +++ b/data/part-02503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bf536ec44c9537cda5bde7298311fb44eef054088cfb6196a5cdb3486f8dde +size 628228493 diff --git a/data/part-02504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8957926d1967272d0363ce42c1ba6e514122656a --- /dev/null +++ b/data/part-02504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec715ce8c97f95c4caa8b62d4b7c78c0efb16889ab83d3472c46a7d369ad6e8d +size 1374768882 diff --git a/data/part-02505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94270cade987877ecfa0862e70a902204b7d817b --- /dev/null +++ b/data/part-02505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90676bbf0990e3c7928732621c3d14ceacb899d3480e4d27b500ca0ab96325d0 +size 522515665 diff --git a/data/part-02506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f061f5e48585fcef1b1ef9c304fe3fd0bb59024 --- /dev/null +++ b/data/part-02506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef954d5b89921b1a8a8c9dbdcd77fe412ba0f13ff7dc5c6c44bff3bf3d83181 +size 387515236 diff --git a/data/part-02507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc824ed5cd060b3746885ddfea14ddd709379fc4 --- /dev/null +++ b/data/part-02507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d1725cafca94e4bc5463488ea0379230a56c3f037fa30e086e13344a4df85d +size 977094176 diff --git a/data/part-02508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c694e021b38bb8d444dab7d852d6d3e376e4460 --- /dev/null +++ b/data/part-02508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1c7081ce1a3cb020652c16ef84ecad9eb5dcc38a2958f4cfd54a347f98a820 +size 560439191 diff --git a/data/part-02509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c66db6fdc35d5d28799cd1d71bfa986477c58363 --- /dev/null +++ b/data/part-02509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb12d82f82028da64ba1a4e6f202dd7a85c9c0fcc4a78c75f5688492b5cbbcbd +size 607723743 diff --git a/data/part-02510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..027c85a6438cea62bf39b82fd8c0b46cf5908ad9 --- /dev/null +++ b/data/part-02510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c3627cad01c8ec46e4226526b351b97b2ede984df20bbcbb9dc4f4543bbe25 +size 616905925 diff --git a/data/part-02511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19d766dfcc54fb8751118d824fbe78bf29919024 --- /dev/null +++ b/data/part-02511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cae383073e1503a66d529be1b67e17953f97a092ac3b96683dbc84c5548e71 +size 933576696 diff --git a/data/part-02512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6701299dc144f6dc2aa61afead748ee5c48e536 --- /dev/null +++ b/data/part-02512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a006d4424ad12aa04ea386b1c664ff7a6e3bb3301a42dcf17c32d098f89a950 +size 660016705 diff --git a/data/part-02513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e076de36b93e1018bee536c3542ac97a66677ae4 --- /dev/null +++ b/data/part-02513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a98295e822c1d7e9c657983332fd88257ea9ddd00c02217dd6b706ff8b9c558 +size 421777689 diff --git a/data/part-02514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a757921521a4d88749a45f47f8e871ce137d3c58 --- /dev/null +++ b/data/part-02514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dfe96912bc9892facc9fff1f8391159ac9f1f4ee9875befcc25cf87be8d488 +size 574182354 diff --git a/data/part-02515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c84e559db7489aedf9c245af8e694e49b16cc17e --- /dev/null +++ b/data/part-02515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72dc4f63cd136d608441b4a1e9dba7b0f17ec0d53e937447657ba3dce745c83 +size 608858981 diff --git a/data/part-02516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cfa6cfb4421453d504f0e2378598ea9f21e6f20 --- /dev/null +++ b/data/part-02516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93158e071c5a7b98feada694975de1e47a577f3398979adf42bd37f65b5ceab +size 572414179 diff --git a/data/part-02517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ec9a9e94e08aef4618cd7d0195655167267b6f3 --- /dev/null +++ b/data/part-02517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6058f4e40bfab55cf602f04b021d4f85030d1dedf706e565737acb91c6bd069d +size 382657812 diff --git a/data/part-02518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..037a88ca55bd19c3a3b1680a0cbb3bf82a608a19 --- /dev/null +++ b/data/part-02518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db742647dcee0319113b006b25041fce434f535f4716605ff91225a7409bda97 +size 457659843 diff --git a/data/part-02519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4e22aed3e75886a7c1bfbde3ea77be64c64ed01 --- /dev/null +++ b/data/part-02519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e92595230ebe31755bf06f505873e48f4b78761b2c186f02d3e66203a1f32ab +size 411401789 diff --git a/data/part-02520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a5b64155d5403180acd851df1a6b611f74b6472 --- /dev/null +++ b/data/part-02520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be73cbbdcd981cf42d05cc82c0b2b791ed72e72fe2fcdff011dbf8ef257b730 +size 523902458 diff --git a/data/part-02521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb725ede21f818c9f3e5a8c36b4b1b38e709dd8f --- /dev/null +++ b/data/part-02521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ca4cea3590629af02d95fa012e5de0e6bcf66a07253461a9c771af497053f6 +size 417091797 diff --git a/data/part-02522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3adb2db8bda23123ab670f757212b4332740864 --- /dev/null +++ b/data/part-02522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3337724f3a4a792e1f3f4c4063b97b2eba1a1616a48f507baeec80eed85ed245 +size 928288948 diff --git a/data/part-02523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4299d97bd7fa076e768a21da7d1f8133cfa9324e --- /dev/null +++ b/data/part-02523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1075af914260cc91bd22924336265da538941493ef12600fdc554b5cb386f4c6 +size 467258017 diff --git a/data/part-02524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34148b386616012aeebdc77e75a725f068ed45f2 --- /dev/null +++ b/data/part-02524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59b39cb316169e95c01bf2098517c57f6fc1599129004e7032eafdc34a171c9 +size 572416122 diff --git a/data/part-02525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f510b7aac8c641e7bd73adec09ec4de56b2240a --- /dev/null +++ b/data/part-02525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b972b9e43c8ae8ac5c27a1c7304754c80ed87797e2ea7c33307be671f454658 +size 809303004 diff --git a/data/part-02526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..388051f5b3c8512ae46c585038423bd70d658980 --- /dev/null +++ b/data/part-02526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8cca8168f71139404e00ea0cecab8c8af34d1fc68560ebbed1077f3496b125 +size 386429631 diff --git a/data/part-02527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b92315f086c1f84a2759f6479bbf562dec8c6670 --- /dev/null +++ b/data/part-02527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966044578a10fedbfdb446f0076057a8e9df04d06df8625f0539c0f3dce04722 +size 1021954198 diff --git a/data/part-02528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79db92f2ecfb37f1b970e83f3586c12539d60b85 --- /dev/null +++ b/data/part-02528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f916500001ac0267104e6a460ff9aaad363e581a723f66522e880cdea789261b +size 538887090 diff --git a/data/part-02529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a58df4735a3749eaf055428d1228a3e21c8950c4 --- /dev/null +++ b/data/part-02529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a9d022471ec28f01adcf75ea3dca3648f3393e19632429efa931c80d48d5af +size 400386609 diff --git a/data/part-02530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..212b2c031e5993233c25e208532a1b1864e1d63c --- /dev/null +++ b/data/part-02530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd262881c9c4675ad795b3e49506fa5739cf00a3737502045137fa5f0908651 +size 630084425 diff --git a/data/part-02531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55781ef14db85b068e6e971100e9128acbfee044 --- /dev/null +++ b/data/part-02531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d06f03905756cd842ddb19fc82fd1311d76cdd85eebff944bcdf926419bb91a +size 485384002 diff --git a/data/part-02532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a61b519641ccc4eba2b5fecfcd8eea2eaf0139ae --- /dev/null +++ b/data/part-02532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8714e8d45aa4ad49d6a14e08f723ce504431fee2b409901f49f91e3462599323 +size 786178001 diff --git a/data/part-02533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f4afc4291dfc25aefc3440eac5243ec7cac8c3 --- /dev/null +++ b/data/part-02533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a206a2fafccb2ad337127f6769cd4692c31ca2bb1251307e77adcb60bde700 +size 431145225 diff --git a/data/part-02534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6702f9d630c3c4488002033eb4ebf17fd7a67301 --- /dev/null +++ b/data/part-02534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95d50de758f9b345f1e5fa55103997c0d6c375a3dd720e148d0d3b3ff24ea28 +size 544657958 diff --git a/data/part-02535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce860ea099cdcada7d03498554cfc313f5c5babf --- /dev/null +++ b/data/part-02535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b702af7a4433f70d9f363f9b610d9a03014133db64a8c523942495de70753c87 +size 686038907 diff --git a/data/part-02536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf97fc62136512d92dd2f9fd4485c969574bb796 --- /dev/null +++ b/data/part-02536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553576dbc17a1372b250f0cad747103750f1989a59a36d6620350fabc9e889e8 +size 388461464 diff --git a/data/part-02537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c67c236fe2f7e018d3613ed74fc309b447ce0b2 --- /dev/null +++ b/data/part-02537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4417aee20c39b98aa8859ce63c648ca5bdf563b013e029a8f48af7c6d0b3f548 +size 451938195 diff --git a/data/part-02538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88660da55dee584df2c14a92563b91266b3bdf3a --- /dev/null +++ b/data/part-02538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a8cd10767b8c47cdfe70467f7fc32264084a768b4d9c9ff7913eb43311fc97 +size 511451162 diff --git a/data/part-02539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffb7783eb5142abcd4dbb452060784049eeac974 --- /dev/null +++ b/data/part-02539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70df5b9ce80663cc34b718cc86e3fd9f72605151bc597a75ac9c96a8eb38ea4 +size 349346721 diff --git a/data/part-02540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21572408ec9aa04a3b08b3fe4383aeaaa1af45bf --- /dev/null +++ b/data/part-02540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6adf774a5c89b2d9bc143d9a68ea9d3d946c35c782e6e13c5db79cc1a2252d +size 669221915 diff --git a/data/part-02541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f335b248aa6895e1c9c1e65faea8d1458521b10 --- /dev/null +++ b/data/part-02541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c697c1963d95a8468dd2ab83a2f94874b2031b3ca6e9fd65abb2532627d90b7 +size 633693224 diff --git a/data/part-02542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f21fe507066179e9dccba58ce434a2dc7ec88c2 --- /dev/null +++ b/data/part-02542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e6c875bbf8537807f9e8891896e6c5c544d76f001bc2bb571de90a79f43033 +size 585044339 diff --git a/data/part-02543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..122022aeb8e5d49c2dec2ce5eb6c242df4be218f --- /dev/null +++ b/data/part-02543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3ed78af293e5495b0535ac044bc00cbe4b4ce89993ee1b623fe5294a20dc30 +size 505361966 diff --git a/data/part-02544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d28434e8310851d521a0e2cd460056117fd6b5f9 --- /dev/null +++ b/data/part-02544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65045ab62b179b56d1c1e41285b58b308693c1adf241265604df349ba91a9a +size 522304821 diff --git a/data/part-02545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ef48089dd29abe07f7a113ab5afa757eaa07bff --- /dev/null +++ b/data/part-02545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7deb33031559754e6babcc602093367d7871e5f81dbc182ffae1f468bb8306de +size 542923752 diff --git a/data/part-02546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5486d25284832e1542c2229ae7b7a173c2bc86e --- /dev/null +++ b/data/part-02546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfb35e9124890e499f706c062ba5a9ca6c7733f5c6a28fb03d40bb0bd805faa +size 699318265 diff --git a/data/part-02547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ce0f6db5bc7ee54ba2a1725ba844227e265648b --- /dev/null +++ b/data/part-02547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7a187671cb9d71b7e63f3364618899b531559460fc8593923cd47eb544aa8a +size 444276009 diff --git a/data/part-02548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..213667c8d9bbbabf95f1d21d737df1dbb1f23edc --- /dev/null +++ b/data/part-02548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26892571d8b44c4d156d3b75cf2a9724d534ec97eafb228cd21bf5ab484f1f55 +size 835996171 diff --git a/data/part-02549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4930f4619c417a772b3060c161a040fc1c2a4cb2 --- /dev/null +++ b/data/part-02549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd505367ff723741b72ef90fb2eb6954ca929897b13e922578334aecc31a1b3 +size 358230439 diff --git a/data/part-02550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78d06d84ee77691d619dffb430c8cc6ae8d1ef43 --- /dev/null +++ b/data/part-02550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec607c7ad842d244a5fd2d6ab9a40d21034803d4830020605fc0f67c40036a88 +size 488426426 diff --git a/data/part-02551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88ac4363362e0d96b3e0f032bc40abceefb0fb9f --- /dev/null +++ b/data/part-02551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ace5db991461e681e3d398475b66b4665c23f779ee86eae93fac1af80dc9d4c +size 697452693 diff --git a/data/part-02552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dc6f1812a1ab562bfde0461619455c95df5ee76 --- /dev/null +++ b/data/part-02552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c49907177357f7e728b258c8507757030d26cc40a09a5c9c8b1b25bbe86ed4a +size 590280430 diff --git a/data/part-02553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47012d2e9b955f718ed766eb4dbb1c65b8490004 --- /dev/null +++ b/data/part-02553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ea1e7a2e9dd5a4816fbc795249d11f5f02cad953d5021cf8f98c614d4d75f4 +size 583929938 diff --git a/data/part-02554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48294aa5fba0793156a7a88da5fd9ac12c6e6908 --- /dev/null +++ b/data/part-02554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65920af61c2037b7439c1cce07ddb03db963530a5c65086bba5ae552d5ec7992 +size 422577686 diff --git a/data/part-02555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6877dcee51fe8392485d3d14f83278d45d5cb3bd --- /dev/null +++ b/data/part-02555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e93a5acc343dbb874785ecb60096c1ff249527f830dbd75593fdd910b474f2 +size 488404248 diff --git a/data/part-02556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..152318fd09b993e7ec18b3ceae9b5bc404c9e357 --- /dev/null +++ b/data/part-02556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b10db53c05c951f19ed3eb95fcd6862b104e2208375fb3597d0a1893fd8b71d +size 605382986 diff --git a/data/part-02557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acc1d3aee9b6f86797b00039833ee3b04327b079 --- /dev/null +++ b/data/part-02557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb08e634f28a9a2f3edf74bd8ebe92181ef0b6c526453541c1cfc0faf3d887 +size 458081583 diff --git a/data/part-02558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4422ed61374417ebc2aeff414fcb1434fbba930a --- /dev/null +++ b/data/part-02558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf97d3c377d1a65cf0aff46e88430a5e99b3c922e0bf9f0e1e8fe320257c771 +size 688335655 diff --git a/data/part-02559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c01a73522372e1908def5161ebc71f658cb768b --- /dev/null +++ b/data/part-02559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076982e080581a2f701fa2d5e3ee57cadad99f735b994604c80880b03eb26117 +size 604712050 diff --git a/data/part-02560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34248d1b7fb41167ac7273e4a183543c746bf19f --- /dev/null +++ b/data/part-02560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7d72cf80457d6dc0902020ad2efe29236a2da62f68ab218ae2a3c6e95c7296 +size 582869470 diff --git a/data/part-02561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ee7c9e6d838dc5ccaa2763e0da246f711e40fed --- /dev/null +++ b/data/part-02561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258f6e25aa6650a7072d7e52f324fcc791ae489d8ef38dd77649d265f73f6f62 +size 981107715 diff --git a/data/part-02562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..976f155b9a0e1d161f1de90d8ea50e105453f27c --- /dev/null +++ b/data/part-02562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcd343bfb3c9de2ce3876afc72a04d1875d86178d605413756897f8918e1ecb +size 563584823 diff --git a/data/part-02563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d539d869b6c5f9f862eec82c9396597c2f76b944 --- /dev/null +++ b/data/part-02563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68996b4b02c21cd1d94a57b0959a58ab0d4d53373448c03c5107a595632fec88 +size 719062946 diff --git a/data/part-02564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81d61b8134904b0dc78abd1bda0dcb4a1ac8f109 --- /dev/null +++ b/data/part-02564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1df7dc62fd01608ba66b99b03190b595f599a325c5b83e9b99c85c0b1713db +size 695482756 diff --git a/data/part-02565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bfdd5202fc3cd24e12b3e99d246c363ae6f8d65 --- /dev/null +++ b/data/part-02565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee911ecc8d526832e03f1a4f5f2411f528c43bdefc1cbd67a7b79c2f176e3494 +size 553407359 diff --git a/data/part-02566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a1898d5226e7c311b0cb220e8691181337d11ab --- /dev/null +++ b/data/part-02566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa7ad8b5bd6e80c379da5d546850cd51b10137e0f2e7c38868d3a0b5ed8fe3a +size 1135717355 diff --git a/data/part-02567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64b14cf3c03520745715d30aa0f38fb803f276c2 --- /dev/null +++ b/data/part-02567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f8654e1f4c7946dc127c5a582bed1290e4a765b924ec8021bc3da4d15d8a06 +size 475027489 diff --git a/data/part-02568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..874db1f5042aa3cd4178ffb332e50bd7b7d3340f --- /dev/null +++ b/data/part-02568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a384c291c38ebdd77dbf4d69dce5f595d22047522c43d837df1beabb3a550a +size 602684746 diff --git a/data/part-02569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1eceb9c958e3e9aafa0a2205fcb4c46fe75c792 --- /dev/null +++ b/data/part-02569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2526ca5b1aa415bfea226f14712bb67eed8552a1a4597ac52d1a8af0a110ae +size 478220689 diff --git a/data/part-02570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dac0949c9311800bb6a2710994bd4bf781a8ebb --- /dev/null +++ b/data/part-02570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9411fa79a4cf9737194b2da8782e16da0c9db0160c5516892df857bb6d324120 +size 485827276 diff --git a/data/part-02571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41931d454758141b9749f6f65b149820102bb90a --- /dev/null +++ b/data/part-02571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f062e2d6113075a3945621a50ce5dfbc83d67a15b7ac0ecfd9e3524d8a1c8b1 +size 458895140 diff --git a/data/part-02572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81931cfdf361322ea52e25cd8f083df620e0582c --- /dev/null +++ b/data/part-02572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93615b3ababc288855a048d0132f46bc072e53f7bafed8877b0c073ee4dfb6f4 +size 475900350 diff --git a/data/part-02573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4802b1bf11d5c1c86a90f49b8613a783f9046668 --- /dev/null +++ b/data/part-02573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bc0ce032560457d8ace4a41dca656da03ff91d281d2563c91ef4aacf61c4ef +size 446431040 diff --git a/data/part-02574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..319e95eca9a1bf8a61c912e83c07a51fdfbb2658 --- /dev/null +++ b/data/part-02574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae7ba4c0a1f078636705ec97dc9eb5258db22e38f19fbf46d2c58ae5d1ac465 +size 673020970 diff --git a/data/part-02575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9d39117c4c1ce39f4e91cd1208fb2da3198b8e4 --- /dev/null +++ b/data/part-02575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40765e9f66b33efb62a9026eabf4e454feb1eed501e451f65ea0f061ac6ca65c +size 523975338 diff --git a/data/part-02576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4cfe7302e40a0e861d3a3769761b02d1f17fb9f --- /dev/null +++ b/data/part-02576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0908ba671a8492b443f4b448b9830aecb9779d1bf9628253af04e829fe260224 +size 669105927 diff --git a/data/part-02577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c344a601939d2ae24b8928cb5716e26384994224 --- /dev/null +++ b/data/part-02577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a397849e51718525d738ebadf6c5de3ed90baf8ed71e6de7869530fc5f94d4 +size 576228980 diff --git a/data/part-02578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..372e40abc3e4a2262be36e03452161ab791e0c1a --- /dev/null +++ b/data/part-02578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e2346681a9afcc36626999e0749a5074497e45eade5b3043667b7f99358acf +size 698217820 diff --git a/data/part-02579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59041a7d9d617a174862a4e223a061d65f9bb917 --- /dev/null +++ b/data/part-02579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723e0902ee8b775ccf3a9331718a17737aab81e59f4d066ab7d9381b185b416d +size 515241752 diff --git a/data/part-02580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..608f204c15f13c5e42c99ed6deb501d38e585863 --- /dev/null +++ b/data/part-02580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb52cdf225bccef862f0a1f0041cf26819a773716bcea0cca236bb53df35a5ae +size 498754359 diff --git a/data/part-02581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7f72b2728cc08e6fd8533d4910268e65afc93bd --- /dev/null +++ b/data/part-02581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a5406260dd26afe7415e1c3645bd1be4806daa68d9438cadb63cc8d337a4ca +size 576152275 diff --git a/data/part-02582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d035490c07005ddf3cf71c7bf433d9a6050e5d1d --- /dev/null +++ b/data/part-02582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b660a1826c51caeebc836b7f4b0fdfd7e8249c4d406d7cfd86790baa2b62a1c +size 418607134 diff --git a/data/part-02583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..256517835684d3f00c21b137b5d4ffdca85639e2 --- /dev/null +++ b/data/part-02583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60a7053cd1f0a22976acdc273313b20a3f4f269fa187df533aada9475f5e2e8 +size 523959735 diff --git a/data/part-02584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..969d8b72b96748c75f4533dc11353a4266647c7a --- /dev/null +++ b/data/part-02584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3bbca21bfb6082b72ff131a398775987aff6d2b4998d7836831c3a453ae333 +size 532752789 diff --git a/data/part-02585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b5c29236f47240a1fb659ad43c8118d9f215cee --- /dev/null +++ b/data/part-02585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d089ce4707b82ef4fb6829cf21c1d41e3c2bcc0d374b1a50913ac630010766 +size 460183213 diff --git a/data/part-02586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6a7b5f1dd27d0661f429757183457cc0e7500ef --- /dev/null +++ b/data/part-02586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5c50efe58b32e96e5136fda1c4697784aad08a9911df90d3aee0b95f18daeb +size 383920795 diff --git a/data/part-02587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ecb94eb2aab115f16450c880ad8355a92be2402 --- /dev/null +++ b/data/part-02587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab0dde3a576be23654465edc01284b6df64ceb32baae8b27c3c9fc6549c242c +size 570398738 diff --git a/data/part-02588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e4bf10bbec0ee39cd79b7e29ad7ac3ae1456f1 --- /dev/null +++ b/data/part-02588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521210e20804e10107093998aafad2dc420d5c99ab7a1c84017a50cec61b9729 +size 405536111 diff --git a/data/part-02589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6abdb158b26f8e860e308ee729a50f5fd9c468c9 --- /dev/null +++ b/data/part-02589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415066706ab542e5e1bd7e41889d45add2595f9792f488f1c3a558a2217a71a5 +size 449493438 diff --git a/data/part-02590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd137bb1718f1f49c63afd6d977fced63d564194 --- /dev/null +++ b/data/part-02590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3ba595d35ae7807a69d6da29094d7d2c45e6b92bcc55aaba0b8d6aa0c1a49e +size 399094925 diff --git a/data/part-02591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..698c52dfb0ca2dadd7b59d1a2bf16d00952a28bc --- /dev/null +++ b/data/part-02591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f57660db37d63ff014bf51fdd2cfcf9bae10a93ecadddd55ebb9c3cb4191f9f +size 559553462 diff --git a/data/part-02592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70fbd896aa8984cc74dd1275194bc76cd0159e13 --- /dev/null +++ b/data/part-02592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980e828f7c1cf3a48a30176df5cbb84a87ba5007b8493b5885ec74368b070c9d +size 586138388 diff --git a/data/part-02593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c24afd0511d73b2fed58f89818619bdbebe9914f --- /dev/null +++ b/data/part-02593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6faee8d220696f356c8e645724c8c16e8b91a03049bf0e7600dbbb8101d2c374 +size 617319350 diff --git a/data/part-02594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2ceda8cf4b2221f7f99f48a7e1130ac2a684d86 --- /dev/null +++ b/data/part-02594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fcf38157448df91619a34911c12113f65b1bb11e55c106c13cf5d44b8a1b32 +size 437652870 diff --git a/data/part-02595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5ae12a650d419a23cb029f92f522a0c310e5def --- /dev/null +++ b/data/part-02595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718fe609b46e09e0e32a6a02fc1650928327f10f024ef93c951260ff82757307 +size 442223479 diff --git a/data/part-02596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d7c5bd55505abcad6baa5b3e9a479f583f671ae --- /dev/null +++ b/data/part-02596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe89f3e225ab5ea007764fa2e7f064d411858ed4c4e9b5bc600c989f1f16888 +size 734117681 diff --git a/data/part-02597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b58cae5068a506dcdaa6c3a089bbb0e500f47bd --- /dev/null +++ b/data/part-02597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5200d9582d2df5dafd6cfd56de6d805fc73a7d1910897c5f5264a65a27593a8d +size 570886259 diff --git a/data/part-02598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bed683fd021adaab1d1134fb0b677f0d16b7d2d --- /dev/null +++ b/data/part-02598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a97c55cb2f9fe1db3a062da37609bba9cb32c036d53c278d54dc8ffefa5634 +size 475031582 diff --git a/data/part-02599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76a245f406236e0b5f7a0d1f6dbb4399ee06c004 --- /dev/null +++ b/data/part-02599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8989a31246ecf1563d4781ae9230e6d6f63dc93bb87ca94aa1d46dfa7a4d5cc7 +size 446590071 diff --git a/data/part-02600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea459e99a5f780d32604f0934032ba63c7b89e65 --- /dev/null +++ b/data/part-02600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7bf04f077e15292eb8f6202f2ba5e5087a485caefe8f4fa042e0298bea767f +size 594613080 diff --git a/data/part-02601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbd88e8cb791a7ee28d9a6282bca413d8375905d --- /dev/null +++ b/data/part-02601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a02a3f8891f04a87b641c1a29193e121d694ecd7fe24b1d692c95e71400622 +size 414908999 diff --git a/data/part-02602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f56c2d1b651cff9a576563d6ea7456f8689dbe03 --- /dev/null +++ b/data/part-02602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884fd529a9c273f78382121f41a5ef1d357902bb24f9e70df48fdb29a000bafb +size 474645539 diff --git a/data/part-02603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4097eb1a3c6d2b754e461b11fc2a115d548f22a --- /dev/null +++ b/data/part-02603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1819b64cebe973ca00250fd4f64dcc5018391bb5844b9dc87756c382a6a888 +size 486950631 diff --git a/data/part-02604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c9f64d0de65916099f61dad484a973f05d396f5 --- /dev/null +++ b/data/part-02604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7617c041cc6d30ffed7760cff5f42880b34a966aff6e2cfe8433e1fb22f72d4 +size 354732115 diff --git a/data/part-02605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13dfecedbae3eae8e342ce583e20249152aa0f77 --- /dev/null +++ b/data/part-02605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f0c9375303fa08192c329c028bad646fede18ddba4713118676baa57d448c9 +size 569190936 diff --git a/data/part-02606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52cde129af1f537b07c0546e0069cd8aa3eb0b5f --- /dev/null +++ b/data/part-02606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f02187340c1c4b3bd6f485f2a93ece47df2888503426424b972757546acec2 +size 773449486 diff --git a/data/part-02607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf4df5b45ad26de4e8545b192949b73442fdc9b9 --- /dev/null +++ b/data/part-02607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6936b3e27d372254fe5b5e4930d6b9406f928862dbb451f0c6f55987730ca85b +size 423486476 diff --git a/data/part-02608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61194ce1cf40090de2930c6aac354b6e54d61a24 --- /dev/null +++ b/data/part-02608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ac4b5e1efa2b31bf4b00e9559e6c295a0a0c3135de0f78dc392762b9711102 +size 511665678 diff --git a/data/part-02609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9b87d6e7c4ca10690d9a8ec5c7ae76c1e975587 --- /dev/null +++ b/data/part-02609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffaab423e7369df94b883169634688fb234d1669defb7d5eef8883ec295c0c9 +size 629730548 diff --git a/data/part-02610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e44dfadb14c5702d22494e3a3a5b469d0070a7f --- /dev/null +++ b/data/part-02610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5799c65cdba64cbcc6220ce460b51ff4c86086d38fd81856d2d9c9fb8c59f8ec +size 404264228 diff --git a/data/part-02611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a85a0edd05ef40314fafb2997337b6d2a15e5a2 --- /dev/null +++ b/data/part-02611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab6f4a37390b16ae4bd397c842c45e9285b8e89ce54237699721a9ad65c35fc +size 927853082 diff --git a/data/part-02612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0aa2ead4d9a8688103a0ff921ff1ba76b6c8576b --- /dev/null +++ b/data/part-02612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38464885bdb384f933779cc5f099cb3e924245001e0e60997692f8ac518ae77 +size 395473872 diff --git a/data/part-02613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0083d7e6d74b028c2db09f8a7a8109bb6f263280 --- /dev/null +++ b/data/part-02613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25c4783de36b75e2398cd87cb8464ca0b004b9c98eaaba1aa54478820f15d58 +size 574025638 diff --git a/data/part-02614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a5e7928ef281bc19ff11c5985f426b0645ddc5d --- /dev/null +++ b/data/part-02614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcb41a2f9840abff9a15a3d839be90a68305fd08526dffe4b8ad25fd5338f87 +size 597384914 diff --git a/data/part-02615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2a31cd7cad1de9449d8a06a6412be074cd45447 --- /dev/null +++ b/data/part-02615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8fcf3a6595fa522938b99c19201bf019e6a7566d39dfa5b2fb3edd6ef6c2f1 +size 712671976 diff --git a/data/part-02616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c46d68a93a0555e9384cc1f20d01d52b86e9e1ee --- /dev/null +++ b/data/part-02616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee0fea172cc0559d55309318c80f5836c7eaefa70451dea820ecb69888eaf31 +size 482227740 diff --git a/data/part-02617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4de3a31155fe509f6ae7cd37349e789aedcaeec2 --- /dev/null +++ b/data/part-02617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6951feade85a93d4b4c489f3c9057836c4518c875097b945bfd226b96497f0e3 +size 482156273 diff --git a/data/part-02618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f5e6e1e15cc61c21b81469311044ddac2fcd927 --- /dev/null +++ b/data/part-02618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6892ce3ce40a1ddae1902a79593c13046d38d9c5a6803656d3f1435f9b623ed9 +size 478462307 diff --git a/data/part-02619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99e906999c3b7a1a95e3e77f027c7e33260fc701 --- /dev/null +++ b/data/part-02619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e090f5a75bb2e7e5a3e2aa336c03d821311bed4c857ca2e9a5c892b43be2b6 +size 534134218 diff --git a/data/part-02620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa7b07e20a9e047d2df590ac2424ab5288823cc4 --- /dev/null +++ b/data/part-02620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efeb80664447c37a97ffbdda487fbb64410564afead4f85cde8b1a14bb64954 +size 531423908 diff --git a/data/part-02621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecb0b6b0ba9d91ad6d525d2e9f9a9565cbdbe58a --- /dev/null +++ b/data/part-02621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fd70d9d1bc8a5feb53ad88bb912c61ccae068979e4c366bf5445f3e3de08d6 +size 423532961 diff --git a/data/part-02622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaec107d627209e528f55b3483d20f83ddf384b8 --- /dev/null +++ b/data/part-02622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83fed5eb63873f5e821aa7ce21c5a6db12c596f14a132f128a636ab29e8605b +size 412735996 diff --git a/data/part-02623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a79dd6df34c1a34ae74b2d4c5088009fe3d762a3 --- /dev/null +++ b/data/part-02623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b68d178b7e83f5a5345285bae99dbd5906c07579feaa5114adaa12106ea390c +size 360005482 diff --git a/data/part-02624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..022cf2104e30cf14b358a372e379ff6ffdee562b --- /dev/null +++ b/data/part-02624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbb2db26401d931bdda3a8b4f5c9e43a129c227631a4513d49dc5cc872123d3 +size 525430983 diff --git a/data/part-02625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16cee0d7d094fc20b2c8ed165e6991b97ec60390 --- /dev/null +++ b/data/part-02625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc0842367cf9d59b8a5c89e667c58ee2584e3a7ba4b15e51409cf105ec2fb0a +size 759928976 diff --git a/data/part-02626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc78f3146421c88de546bf7ab432c1c0473e6d78 --- /dev/null +++ b/data/part-02626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed67173136634071b8a6ec72ebbb5fb6dbd00879f9880af0bedd46be3c4d53e9 +size 431104194 diff --git a/data/part-02627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c16bb07217eeb0649e1ae718109ac964ce1d08d1 --- /dev/null +++ b/data/part-02627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b0df229d50e0878d95a29616454c706a15924712adc9f3ccf378ae2aff4c6a +size 692791429 diff --git a/data/part-02628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1111cff873fc3adbdadd15d5f5193f3cc7fb5dc4 --- /dev/null +++ b/data/part-02628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e3c10aab81fd0a3dc9cc0806d2d4781a0f5ef9430f8f50f575f32b631f3d11 +size 768218174 diff --git a/data/part-02629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a065af6fd814bb0574d1df3ee35aaa846219f5c --- /dev/null +++ b/data/part-02629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dd01e874e4f594970eed24857bfc82eadcf20edd58d1e41cce87428e3220ef +size 568530782 diff --git a/data/part-02630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c53f082f2fba9ebec352cc0d31a534403097b6af --- /dev/null +++ b/data/part-02630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff521b82ff68ea22214c5861834514941a4fb33dfb7dc51bfc6d7aea62ee39c +size 548186210 diff --git a/data/part-02631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..580c4757f087f8d68fb2aa170ad99ce0035e3f43 --- /dev/null +++ b/data/part-02631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5956d7738e31adf6ccb617958c49f3e3f0d29b085906179438ba9ddda4ee403c +size 402558117 diff --git a/data/part-02632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab134d128357fea5a237723be24525ab869b0be9 --- /dev/null +++ b/data/part-02632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a22f996452b471a307e58a0914b5b23aa458e0820f01ba1301d92fa2cc9aed1 +size 576049486 diff --git a/data/part-02633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0111474033a42f0c0dedf32e38679669ca980d3a --- /dev/null +++ b/data/part-02633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a001636b9712034d54f3bd93bb61028a590e0d85de873de85323fd42f6a1d0 +size 786074880 diff --git a/data/part-02634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5eb3fa345a98c10b64a1a52ddd9ba50c41c3448 --- /dev/null +++ b/data/part-02634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cb40dcb8a792af38c7430c9d4173e196f59f109a0cb4bd7820d20356faf954 +size 544340979 diff --git a/data/part-02635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dd5cf4ef7a21d14971964c458a78a343b22bf8e --- /dev/null +++ b/data/part-02635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db7625885a129180e1263923cd5553e8d664cdedaedd93fdcdba064db200f50 +size 369580562 diff --git a/data/part-02636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21f2bb0cfc0d9731365cb645ec5f5cc22b244a71 --- /dev/null +++ b/data/part-02636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45963ca91f95a0b0e4bcdc562d354d1b4c6a3bf1f9bfd97a7211a5945fee56f +size 469420024 diff --git a/data/part-02637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c9ceea0f5f693e3ea086488bfe595cca18764d --- /dev/null +++ b/data/part-02637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b091a37db8fe95e4659cd29b85d84199070e0aa796f20acc6625870c50a12048 +size 484316790 diff --git a/data/part-02638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..635f65349dfd755f322d41fa080273c99eff5c2d --- /dev/null +++ b/data/part-02638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434e8f1ef8db15ce8e48c0e171ac8c4494e63dc162695dd14861fb302aa87f36 +size 578738429 diff --git a/data/part-02639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59c33aa82a596860c4fa8cde48f448f47e9401cb --- /dev/null +++ b/data/part-02639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531e7f7d42f472432d2e99bd6037141dfc95caa23dbe62cf807e2a5b2a92cf75 +size 457087246 diff --git a/data/part-02640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be623561d4ea91c50169e12755c708fb0599b4b0 --- /dev/null +++ b/data/part-02640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527d44f8a7a30ed0cad2af0ee0ca5e40d41bad0a2a7b05da66569a5ab533a093 +size 906277594 diff --git a/data/part-02641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b09792954a7de4d435a1c2dbeb27cc22e537f6c --- /dev/null +++ b/data/part-02641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858c109ec17f8fe442558ec18ca9750173f446bc220347dcc47a83034db3a65f +size 596544287 diff --git a/data/part-02642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4de84ce808848844bfa5ba34777a301810feb26 --- /dev/null +++ b/data/part-02642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5341ac49b31dcce641c5e7fc12b242244ab1c78b439a9293d8e4308ac3fb2963 +size 597928702 diff --git a/data/part-02643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d445a5c9fc790b197a18d4e8f3e7e5663772e762 --- /dev/null +++ b/data/part-02643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b905c85d9fc23b4c0ebf8b15daa89462a6fe1b9ab0e0a26253cf5717a03737 +size 412987577 diff --git a/data/part-02644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9fec49db140f0d2514c90dd59a832cacb2fcb73 --- /dev/null +++ b/data/part-02644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6b6c2242ca51c807e8adf4589761f8813c21b03dcdf3ce564ed27874844349 +size 602755503 diff --git a/data/part-02645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1cf546962c8d694882618a5b822be4c7037a029 --- /dev/null +++ b/data/part-02645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16218f093f97adaf1321b4a13c189c040abc627184e923feb33b0d7e4ec760e8 +size 453348865 diff --git a/data/part-02646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ab549fa764f31230941aacfb448305f1dbe746a --- /dev/null +++ b/data/part-02646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce868c35027312b6ab85b1f515e8054ddf0a809890ccbabb621b2d7f71344ab +size 609451866 diff --git a/data/part-02647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b3e29dfdff35358e1f4f45368c91bbc61b0a468 --- /dev/null +++ b/data/part-02647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d2ae8f97c4b8961cd1929da913ec7c54bb5b564a20fc2f76826c97bcbf4ba4 +size 536367886 diff --git a/data/part-02648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d85f6f5fcd2950865b31569d689c458e29d2571 --- /dev/null +++ b/data/part-02648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0528519cabc2fc620ceff35c8c4f0ad66a32e51b05e1e7de544a1110a70342 +size 376674597 diff --git a/data/part-02649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cd5ee434943575156e1b76ace7502fa1deeb464 --- /dev/null +++ b/data/part-02649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922b08e1b80c0ac75ac7f731e4039ee7ba2eaf442c010bebd572d4b81b96d918 +size 475435331 diff --git a/data/part-02650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc83c4f47b54202645dc82a157b104c8c3b209b4 --- /dev/null +++ b/data/part-02650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf50b0a91525af0dc9cdc593e65b12cdc5ab0b8117ce74dbca6155fbcd0f017e +size 465506087 diff --git a/data/part-02651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..259d30b5c740b7bb9cfe4046d83e05c6b6ca0e90 --- /dev/null +++ b/data/part-02651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196956eadb0d96859d05972e8975c68852afdc7522e20b7fc00d1e88a22b800c +size 380299160 diff --git a/data/part-02652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35535c4edbaa2b8f4463e7a1b32880a9f1db442f --- /dev/null +++ b/data/part-02652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71cdab7e92a2085c094ce1395275a5c7b2e82c6fc8188e8231c5664377b509b +size 447046796 diff --git a/data/part-02653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bbe0d728041ac7b0b4e32186c224b9a89e9603e --- /dev/null +++ b/data/part-02653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea93746c41968c4909f43255b97caeb182dd368eab289340ab379f36ffae4b74 +size 450644027 diff --git a/data/part-02654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd2b7ba00a356f230e527a88bb945f1a9305d283 --- /dev/null +++ b/data/part-02654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d1fdf31e21099dcb7aaa79ad68e526c73c6324cc1ff3a96d2cc9b6ac4f7852 +size 630313818 diff --git a/data/part-02655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58d94c3781ecb3ba9a0a37aac04268191aff75bc --- /dev/null +++ b/data/part-02655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f42233233cd294f0402626bff043e276410b1f29d25ef3a10694d135f5c06c +size 480566884 diff --git a/data/part-02656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04ee14632b3ad262b14ef9db4330d2c6899899c0 --- /dev/null +++ b/data/part-02656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca8c327a341b2ec1e4de588982f741ff8e25147950fd01c1485c18f6429e79b +size 512561720 diff --git a/data/part-02657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c644685a855135f1e24d5c80ab652f1489f38e9 --- /dev/null +++ b/data/part-02657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f64411b938a1a1150b210d63786302f4ca5c32c0c9d494e71634434a1b983d +size 429871152 diff --git a/data/part-02658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c2f542ef814f3e7cf53c72fa75c60b7d47a23fa --- /dev/null +++ b/data/part-02658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d74618fdcc2294aaa314e44450305fb2511ada3e20eabdb0c20da83e44fdf67 +size 1030580995 diff --git a/data/part-02659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..391b6250c45a2d3b81b7256c8ab2045582655c1f --- /dev/null +++ b/data/part-02659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b4f00e63033f685c409c1969ce64cbbdbd6be93a41d56015762b9990ce60fe +size 535305319 diff --git a/data/part-02660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eda0eaaa06a1799d60010762631ded3b36f57689 --- /dev/null +++ b/data/part-02660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a474cd2e202c2da6a9cbeec97b9c27d7d375643206b80dc3c790eb04f4d36df9 +size 563440120 diff --git a/data/part-02661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0405e9b1a5625ad3b7373dfd639b4edf7efe9853 --- /dev/null +++ b/data/part-02661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777c8b77bc0715f1ba16cf45f710e24b79776907b727a76120612e3b3c0f9fb9 +size 399390647 diff --git a/data/part-02662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6520cdcde518c7fc599e335e1ce5f4414bfb9cb8 --- /dev/null +++ b/data/part-02662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b01489c797cc158751f0213f2dcf9033fa32b860def787e78f7dd448a45e73 +size 476556609 diff --git a/data/part-02663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b7c4c80373dece1ba565315a2675ef763bd63ef --- /dev/null +++ b/data/part-02663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ccf4c48d25eb6af7546f2d9d1ec61ea8046a5e8bc96e275c4064603fd4b530 +size 530913799 diff --git a/data/part-02664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85a479061acf4be86d00d8fb518b1fea4aae4c26 --- /dev/null +++ b/data/part-02664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95670a3ab1977c34dfc135b37d9afcb44d8c86310a3aa8b5d39ab557dc169b0a +size 543454613 diff --git a/data/part-02665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc33640e324dfc323494390758359e6662d43a87 --- /dev/null +++ b/data/part-02665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2595a514a23f5426126ed3076caaf70c4f0197d2c7a7e637f7e047036ce257 +size 381650536 diff --git a/data/part-02666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dd2381e5d0bbc57189aad014fb100bc832795a6 --- /dev/null +++ b/data/part-02666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e36b173692830b0b32e7361298236ae398eba7d4208192b3c133935eeac3ca +size 556678993 diff --git a/data/part-02667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a0f0932043d5ab7e5b90a58260ac8d61df87945 --- /dev/null +++ b/data/part-02667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f02a764559ecf81e3ab9851a10e93c176e3b1c5cfe959a2c58443c66a4a75ee +size 621205417 diff --git a/data/part-02668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa47e9a2b27e67f42bd1c46dbe7c7174bbe5a047 --- /dev/null +++ b/data/part-02668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4c8325e3b156444f95c163a0452728a1cd9db48709d6fd59399fd8c4e7885e +size 1234388843 diff --git a/data/part-02669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e4877d7c332b5a988c2e295c294438bb1f3ed64 --- /dev/null +++ b/data/part-02669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd62c0bc682f900e82cf8c3ccdcb8b2a5966a2366d3e97c01c23a0de21cb0ac2 +size 476404713 diff --git a/data/part-02670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..940438907a631d03b408a04a783c0d413353b307 --- /dev/null +++ b/data/part-02670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2964650790d06ce372bcbf9b3908aa6e62d9d54343d1f6745610671afb307e1b +size 1393330747 diff --git a/data/part-02671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d2d74cabfffdf82b2aef9ccf4b9ff17583c47e5 --- /dev/null +++ b/data/part-02671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba157de1003c439af8b14db251dceae90dfb47ccef37e78b60356e73f35273b +size 668989532 diff --git a/data/part-02672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87a86c6078a55380d6f2ff0feaac33ea9521fef6 --- /dev/null +++ b/data/part-02672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4236d8f9668a865481fe17c27d26bf0c505b598dd72a3e420705135a8bdf2e +size 485894488 diff --git a/data/part-02673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47f032f4babfb958e486927d454438b6e8835de7 --- /dev/null +++ b/data/part-02673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e901e567aea5bdd885caca58a1cd8c6457d705d4ab8c711593755e1f1876fc +size 570368832 diff --git a/data/part-02674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50a1bc67706e3a9f1eb5c411687e62a68db12e05 --- /dev/null +++ b/data/part-02674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302cb16a7520d4c44b5a76e2a157cfff7f9490940ae18fe7dbad615a4b1e00ca +size 386947535 diff --git a/data/part-02675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01e648cc83ef60414a43f64c5e85d616f5c95239 --- /dev/null +++ b/data/part-02675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c579fcd8e61ba730f25be6fa195b3066c6aa9eb9d8402315015c42e20ddc2e13 +size 529895825 diff --git a/data/part-02676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f190466aaa44a7ad98eb0fa6a690a5ff6758955 --- /dev/null +++ b/data/part-02676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1a45608fd7d795b5932eca3ce9f726f3acbe1271b96a6e5685614ab47c07dd +size 424518259 diff --git a/data/part-02677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f300683f4a8d76be614aa89b026d83fa9ade66e --- /dev/null +++ b/data/part-02677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383fac941abb0a572b05f939f11463236d178b7300d4dea2fad22eeb5ec4c370 +size 505174730 diff --git a/data/part-02678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..304b31a20ea7d6ce17d42a6d666c5cae4e186998 --- /dev/null +++ b/data/part-02678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e064b44374b434028352273fbc522f55c1548738e2c95c4983d402773c755d1 +size 626597487 diff --git a/data/part-02679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7c8406f287b8ac21d8a8842515f027d3f596701 --- /dev/null +++ b/data/part-02679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595467ff26e8ece72568981f6ac19fa62aa61ae37180cbe3d511d005934d528a +size 958111311 diff --git a/data/part-02680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9c329942b06da9d0dff5008d9a314ce381d26b8 --- /dev/null +++ b/data/part-02680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a46a36ad28d7983cf32498269c69523f8593d5184d2a7287539dd30b2dbc3a9 +size 707353060 diff --git a/data/part-02681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c37c354d1466846049924b32c8e04b9c8c623969 --- /dev/null +++ b/data/part-02681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a200c90e74a375c34e07c08e2f92699f0e18c3ecd64e2b5b57b650738ff0adb5 +size 444274934 diff --git a/data/part-02682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6dfd7f866bd466b57f57aab4b483e34fd47c8183 --- /dev/null +++ b/data/part-02682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acc10ee7d940336495c736de5e8ede07c8af6d918f2f5b6d2daaa95ec1f24d0 +size 607449171 diff --git a/data/part-02683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a44ec195b3b89a2f3ef0d2189f02c1c84fdf62a9 --- /dev/null +++ b/data/part-02683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae7db63357fd81dd2beef1b60c075abc693f1459d46b8d878f249e84c7afab6 +size 566248368 diff --git a/data/part-02684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88d9746680078b92ca5bb26715eaa338b870425c --- /dev/null +++ b/data/part-02684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ddb85dfb6ec8ca1f1e450c0045024f40f98aa1a49d31f27d3102586d02275a +size 417880217 diff --git a/data/part-02685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8643c0117d83e3b041fc6915bfaf6d3ca92b574 --- /dev/null +++ b/data/part-02685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fb70868387612ebcaa896764d872499a440bc12a11757ad581dd0ed63c2476 +size 747964812 diff --git a/data/part-02686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67b84a1fc8aa32cb5a1f033f724a9d3d4ea1009c --- /dev/null +++ b/data/part-02686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa975073699195f24806f138d678a9d5ca8498dcd26a1339343b3eb590be8d0f +size 712553369 diff --git a/data/part-02687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b733ee4f3380fb7a415bd0e89a9c3ed84e6d547 --- /dev/null +++ b/data/part-02687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aae88e340801ee242962e33dd5540827e401e885dd96bd6e0805e718d02b483 +size 421646287 diff --git a/data/part-02688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9bd2763c2484713f560373f95513ef4606f204f --- /dev/null +++ b/data/part-02688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4e26f6cd9b717d43df3494c1987c7888ae5a4765ca1bac5675c2ede2510d52 +size 570517216 diff --git a/data/part-02689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80c6d6908abf4b489b3d959a586ab5edb5273871 --- /dev/null +++ b/data/part-02689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25b30014ef8c0ad9535982b51568115c93caf4a9059d9446d4e36e7b711f00c +size 552351540 diff --git a/data/part-02690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a73453620a46e9d9108a0dde1da912738fea5ad4 --- /dev/null +++ b/data/part-02690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6fec66bf1a69ae0c3f698e40893cb0a797568faef7fa20b42fdb1b7ec41c23 +size 645120175 diff --git a/data/part-02691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da41917dd7d6a6d21406c9840e6827c10b18afcc --- /dev/null +++ b/data/part-02691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3aa5aa857cf938573fea13e59817b5018eae888675da2d9027be549e04890c8 +size 527173277 diff --git a/data/part-02692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b87eea560dd378df82f0067a3f51840a1322bf03 --- /dev/null +++ b/data/part-02692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d694dbb092460c50a98be407676297fdddc2a08d768e62e483a0d4eea701f35 +size 603764937 diff --git a/data/part-02693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..176b3682258e7da55c317c3d9ca0c5dbcd0b012b --- /dev/null +++ b/data/part-02693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3e76fecb331e5a94c05927231aa411ee5624843c5c4bc01ae8353745ad0ef3 +size 503923048 diff --git a/data/part-02694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a59065f6b6ef18c897d7cba93c16f9f55b678a9 --- /dev/null +++ b/data/part-02694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6755c2c4e86b41a1d6fd244437ede3132c51ccaf7ba44a1eca1d2e1e23c5946 +size 496880221 diff --git a/data/part-02695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ff4016db247302322039abbef9e3f6cffc9a450 --- /dev/null +++ b/data/part-02695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa38222d71ecb663799585756b09a3152d148311637b89c1aa614d72583bb26d +size 633809291 diff --git a/data/part-02696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b3631f0eb2f6ecc58e74c50a7384d04beaf228a --- /dev/null +++ b/data/part-02696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f1a6ec91caf8f9459d281f2048eb7e845f29080bba5946c66c67d1ab9cbbbe +size 479493726 diff --git a/data/part-02697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87acd2470c2bbbfb8a447fc5feaaec197bf1e0d2 --- /dev/null +++ b/data/part-02697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034f70998c10755501ee3b5d50e17c22001a499d432d7f5e94794f85c6d41c57 +size 632508679 diff --git a/data/part-02698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b5dce6974016d98de0101d9293657278fa39f75 --- /dev/null +++ b/data/part-02698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc08826613d81cd9c6ac9e90772d767e737876154626cc4af5d9f53c511a694 +size 584894045 diff --git a/data/part-02699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf849cf68b22c5024f0ed8d840ab3a37085be066 --- /dev/null +++ b/data/part-02699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b4b38816fd2e9cf475fee7dfc60d3252730d5e61f068c45c7804bf360a5227 +size 578197371 diff --git a/data/part-02700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9392bdd561bcfc5ce9830d6db4393aad73023e73 --- /dev/null +++ b/data/part-02700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4356f4227c1f04ca8e47d61429c95deb3caa675e602a238cabc1ea143cb70ad +size 498476398 diff --git a/data/part-02701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bc1a6251c88774a9d84a402ea4e0c3a434f843a --- /dev/null +++ b/data/part-02701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6236492fd0ecf1aa13064ef76f53deaab6654049d63235506f6853bbc3fea293 +size 439876048 diff --git a/data/part-02702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc8895663ecca9cf8f104d114136c008b9d5069a --- /dev/null +++ b/data/part-02702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e54cc9441df650f1281489af5219a4be59b8b6ef670064dfcaa161dcbdb18a6 +size 537977730 diff --git a/data/part-02703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..440553056e660a423bbf6687b7a84d19db3f8791 --- /dev/null +++ b/data/part-02703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a40eca0a00e3ad48d64f0a929a9f1d3d6db12d8f329cc2645359771d0c9acca +size 494943823 diff --git a/data/part-02704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60055dc11b8920ad6108f9c6ea2102a8eca8ebf2 --- /dev/null +++ b/data/part-02704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90639ce351984ea4dec7acb38b4558272e3d031a5a9511ea153a2fb47e40bf6 +size 441680963 diff --git a/data/part-02705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03a9a52de7501ca2e7d83d9c5a935160f3236880 --- /dev/null +++ b/data/part-02705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b07ab8e0d618d3a3239f2c61851453a7e71897bc60991e49e20d61431502570 +size 398771659 diff --git a/data/part-02706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37d45cde09bc69c6998e4027e5a4a8aafebba5cc --- /dev/null +++ b/data/part-02706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae84f1ebb9db58d76d19953f6e9770e11d72d115316a47d5db9b0e9b91fcdc9c +size 501491143 diff --git a/data/part-02707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8ce55b818ff3d4254e4c9a895a616f9e537f088 --- /dev/null +++ b/data/part-02707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb56c863c8ef2b140008c77f35cf45ed6bcd54a71d8879b6a7ed6ca04512cb0c +size 574995077 diff --git a/data/part-02708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caff46a1485f45aa7ee3693632b9a762307c17c3 --- /dev/null +++ b/data/part-02708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6525b623f4d20dc0d591b918ff6224f59260bbd39cf93480801fc21c08743a29 +size 598242232 diff --git a/data/part-02709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50ec26003d1f9e8b0b4adcdecc6ebbf25cac3e9a --- /dev/null +++ b/data/part-02709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154daa8b354960b6e2b60eb65f1b27204cf028c246115af48c51b2d5efbb914b +size 566596491 diff --git a/data/part-02710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34aee752271bd98cd154191610f3db526e53faed --- /dev/null +++ b/data/part-02710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2c3fbd87c6e193bc56f5a6411dfb5621aa85edf959339298396a1c48bbc715 +size 606027737 diff --git a/data/part-02711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bbaeff01ad6ab1beb36c5c618e71df7a8a47723 --- /dev/null +++ b/data/part-02711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d0a9272b46887c735c8e6c5ddce23379ea5aaa2829e65cc00bc92e1e101057 +size 677169352 diff --git a/data/part-02712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b2cf5ac75a9640e4ecc1db1b2df67c276bce6a9 --- /dev/null +++ b/data/part-02712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5613f11917bcd21d269740e71b921eb13752fee43aaa203d4e77aafb3a7516a0 +size 451409220 diff --git a/data/part-02713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed8f899ea0315f177ed04ae2b459d975e6d6231f --- /dev/null +++ b/data/part-02713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18a43e30ca2d360146d5bfa33a2bb16ef3ccc4b7c8751042e82478f4fc39a44 +size 498191041 diff --git a/data/part-02714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1694c569bda5971bc8db04a02dfc40b784694c8e --- /dev/null +++ b/data/part-02714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddaff7e22e34de9797f7412c32bd7dbf6e8c2bc90a68fb46e60f09cc4c2313a +size 612609796 diff --git a/data/part-02715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41412f773f1a387532ff44bf6c836135c3cfb8a9 --- /dev/null +++ b/data/part-02715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdee6ca5f45b519d0f66e0a5940e09e6ab0d6efb81834d332399ab3322d10711 +size 753568240 diff --git a/data/part-02716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29dbc34b281123a2fc32d24b2b3120ce156d56b8 --- /dev/null +++ b/data/part-02716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754bb0cf1e68bafb9de3ff74567c792a58d5924dcc5356b44a5091a319711d0f +size 519179858 diff --git a/data/part-02717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94dc9ab8da8b82a1f48cf944ea5148716581a421 --- /dev/null +++ b/data/part-02717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87648a711d6857852ddccba290bf5e4f46a933d691be4b56b3a49cb0f7b1447e +size 416861757 diff --git a/data/part-02718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b026f8815fbb5b22986cf756eceec8f63906384c --- /dev/null +++ b/data/part-02718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb8d9290400697795f67ebb4a55724d26ad54a74bdca10d504af6e368032174 +size 747128137 diff --git a/data/part-02719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84339e442cd93ef463140618a6a8a8369d54f058 --- /dev/null +++ b/data/part-02719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93acd56709bfd6b6637f126b31dbd24aea27b0e56d948bd9f76c01898c96c2c +size 502840156 diff --git a/data/part-02720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3659560aec18bc3f69743414f985defe2bbb8b4e --- /dev/null +++ b/data/part-02720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3f1389874ce8a83ada960d8589f6395fd26ec6d79dcdbcc6c6e098d5d1d27a +size 431209770 diff --git a/data/part-02721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16fe15164e7fbb95b6801d7fba8f5b0e8818b779 --- /dev/null +++ b/data/part-02721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a74556424b2b21496a2075041033bf5f1287032a8b14cf2ee3f07671c1f4fc6 +size 432296944 diff --git a/data/part-02722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03afc50dc87fc8d330a228d8526c6eaa5e20fac0 --- /dev/null +++ b/data/part-02722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a599e07a1ffe834e41db2b1ec0c92966784b68b73fc0127052511bb06047b732 +size 604919938 diff --git a/data/part-02723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90d6093a3663ca018862e228c1930e2f382ec986 --- /dev/null +++ b/data/part-02723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0f5deff28d191a28a2cc0f9de1ddbacf49edfb87e8d77975c5814a590e2755 +size 402520641 diff --git a/data/part-02724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2802abab9659a5a85fdd118eeea4ddc79e2772b --- /dev/null +++ b/data/part-02724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8976403b753b32132d424ac574dae42805b19fd15da21581151d592ce503355 +size 484091809 diff --git a/data/part-02725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77bd171404a0dcd90db3ad068eb5d1cbbeef16a1 --- /dev/null +++ b/data/part-02725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03061bb41792514537dc549a1775888d9b85a07205e2e9f202c2a94614f8c992 +size 530175742 diff --git a/data/part-02726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9a004e3ba98dea63441d84ae6ca9fce25cadf2f --- /dev/null +++ b/data/part-02726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a6d326c22ef02c51487474dd9aa93809f3ae0357cd2234ad420ccb6410fe26 +size 809250859 diff --git a/data/part-02727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37b8bb62adfd137882af7683d0932d4e93694a3f --- /dev/null +++ b/data/part-02727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85a3ba9b787058c98b4d19bbaff90153b5cb660f06e85afd526c80c1bda264 +size 896295115 diff --git a/data/part-02728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0956ea85691ea46482297e845bccea1cd8f99483 --- /dev/null +++ b/data/part-02728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd4816084601bb822093ab97c54286160abb0c257677dadc0443fa686f4fb2d +size 1059073150 diff --git a/data/part-02729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..675c0469cd6e5fba970e113375a057a4899fe506 --- /dev/null +++ b/data/part-02729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd918e257e49abdf983d65256aa543a717e457def6a4c52428bea48498393141 +size 477583622 diff --git a/data/part-02730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62186d54b262a189f9686ae4954b9ea5855e546e --- /dev/null +++ b/data/part-02730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1b467af9ee60090ddcff05810ea960dfb87073b416ab73ef8696cfe11791a2 +size 583830826 diff --git a/data/part-02731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a9b1b26e0472173c67a01c5c1279bf6d442886c --- /dev/null +++ b/data/part-02731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7ca70d273c398c3de53eb5d10e842457aa1b44dcd177685ae72aa137521e9d +size 574664008 diff --git a/data/part-02732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e67003d7b4f23948da633c30b4760278a4be9cb5 --- /dev/null +++ b/data/part-02732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6c3404ac7aadb65103ea905a97f8074e3ca6eacfaaee9fc468d3ed3940f41a +size 421036362 diff --git a/data/part-02733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7386014b434e01d7977e42765ceec973eddfe3c --- /dev/null +++ b/data/part-02733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0690fc415196be4e1caf0888466775334400b958f7c21b96c8922a70b67c5e +size 446950903 diff --git a/data/part-02734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc3ad2896057da17cb8d9350bdd4cf218759898d --- /dev/null +++ b/data/part-02734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c511b2da8e7d70264f4fcc0b491d1c316acdda609edd1df8e648341503c131 +size 705817364 diff --git a/data/part-02735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..651edc88857db2d848fd0a988ec810b29538b3dc --- /dev/null +++ b/data/part-02735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779ca20304a7e2bbf3ea08e858ac0a0519ab353eaf2eb5d3665cdcfc3bc31d1c +size 445435625 diff --git a/data/part-02736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17d08eff0cf2029588c94cb922947247b5c9d527 --- /dev/null +++ b/data/part-02736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94d06181f2bbd93eccad87d81d2cb7f61408aa949d5e69241134bf6f8b13366 +size 563740701 diff --git a/data/part-02737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16dcb36bc29f7424abfe07fd67f9a2ecd59a2a05 --- /dev/null +++ b/data/part-02737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377fafa9f5569225248070507890e87e19b538b8e25d47f43a6584dc8002ab55 +size 689364792 diff --git a/data/part-02738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..441077003bc35dad1b10e43d4d13562c978d78ee --- /dev/null +++ b/data/part-02738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824eed7286f52af4a8606c7f8df70f268be7102c94ce9b99603850502f457d9d +size 640202543 diff --git a/data/part-02739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e45c267323503681c6358625848d1de882563c51 --- /dev/null +++ b/data/part-02739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67ff95e89cbf79950353d14d3f6b8dd37e50722e19c6a4c8d5cd35c955123e1 +size 627999719 diff --git a/data/part-02740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69fc483e52d1794e605b4f4e951b3d59e7500ba3 --- /dev/null +++ b/data/part-02740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d58e1b6cfd5a5131980a292d46f3aae2bd5293b0e19411f39c176a278f7d6c +size 710608164 diff --git a/data/part-02741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b61c31300a719f59b57574ce77aa068ac4d4ee8 --- /dev/null +++ b/data/part-02741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3dcb4569c211c9eddfde2d77871366f72fc0e1b5a5d3ac86317af028fdbe85 +size 446161021 diff --git a/data/part-02742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d593a40782c1aafcc2755a765c36cf4704c90a6 --- /dev/null +++ b/data/part-02742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2285facbb04616dd95dacf379e5159e8f8285f3ed0ecfa8e62443ad716e6926 +size 877482565 diff --git a/data/part-02743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..731a34138301c9d091e1d2227d52bcc75bf76713 --- /dev/null +++ b/data/part-02743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7c2fd1f405fb33726eb5cfe29f83f509b9623ca6cdac8f411f46ec131d36bf +size 417996769 diff --git a/data/part-02744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e14ca5313e0ab505f085ec201d35cf91875c87e0 --- /dev/null +++ b/data/part-02744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b62e774884c6a3f59759dcfa95854602976bd02222de81fb6257d2bd9e7b28 +size 475237798 diff --git a/data/part-02745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c13a3e98fd91881884c0bdacf142b025d262aea3 --- /dev/null +++ b/data/part-02745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716aa3ca54091641b10d625bab4ff7e221b3e3f52092c6d321d1f8079f760d22 +size 407033512 diff --git a/data/part-02746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c28e91176f8232bda329212be506e3954b6db9ca --- /dev/null +++ b/data/part-02746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9349ba5684e663f8f32120df54f204a29400c0ddf6a0c2b55eb96ffb73a922ed +size 416766080 diff --git a/data/part-02747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b4cb69c24e99191ed6eae0f241f5e7635b53252 --- /dev/null +++ b/data/part-02747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32db8c60df0af59a1469b153e789700b82fe4952e055766429e1380c2d61aba +size 375839989 diff --git a/data/part-02748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e19d3f152693de878a2bd692aefcb4762c1a49cb --- /dev/null +++ b/data/part-02748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fea12d940d9451db14549252df6b73d65b4ec08ac932f0a3222b68a22d6f1d5 +size 527758143 diff --git a/data/part-02749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a563c6366dfc51d107a52464ef6769f2449ea0e8 --- /dev/null +++ b/data/part-02749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62947a6f066e5ebbc9a6f3f666c9129daf0430356b70152cad638db59f366cef +size 823428507 diff --git a/data/part-02750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87c6c957856748f60a469622ca3c4c7186c532f6 --- /dev/null +++ b/data/part-02750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7de1ad213c559d4d091aed837e136a9bfd79362eaa5a63a3358193ef252d34 +size 897121413 diff --git a/data/part-02751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af48b2aa0476e6175a428cd52fc0d8cefcff1a6c --- /dev/null +++ b/data/part-02751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94951d414826663775ee36aada5eb3d4ad91b09438ac2d355a230ad06e0a5d5 +size 500882966 diff --git a/data/part-02752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..821df6a1fce56cc7ec2105e5368160fcd92becb9 --- /dev/null +++ b/data/part-02752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e0e7f2b682cd66a95eb13ffd66c07f40b7e47b8652dbd89a8cc580f4d8a819 +size 383143540 diff --git a/data/part-02753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..983b2521a8290edc0961fc89daf047ab977452e5 --- /dev/null +++ b/data/part-02753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d1f2798f4e3af3825f20f2a64f0a2c81cf5e47b303222874adfb934f8ddeb0 +size 420940730 diff --git a/data/part-02754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdec6e7e7a9c8547c4b98c9186023a5c6fe147a2 --- /dev/null +++ b/data/part-02754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dda3888aa9f36c98b6f6e74d98ae21ea21be1f671d0ae2503ff4dfdb0504244 +size 722750002 diff --git a/data/part-02755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f070d0fa76ebe471fa78fb8bde552df081c18955 --- /dev/null +++ b/data/part-02755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406c3eda5fc1f4cf57aff6872fb92b4770020ceb4d062429fe5fb5e7f78353fe +size 468578482 diff --git a/data/part-02756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dc77d1c9560cf00a320b9df8a1e31ff260c22c1 --- /dev/null +++ b/data/part-02756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d87adeadbcff6ca5327f6cc401fa4f647b95adbfd1f7dfcc4c002ebe7eb18c +size 432279126 diff --git a/data/part-02757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1374e98697ba71a18b77dece0f5b1a118f1a9970 --- /dev/null +++ b/data/part-02757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496005d6996dbaf52fa071601bad02e99eeca86cab0a2760451be0be56fd727f +size 542373350 diff --git a/data/part-02758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69bc9b2fba33795befeecf3541fdc0e078657dce --- /dev/null +++ b/data/part-02758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12e65396a449c1c095ad50c054ea439f8699e6f30222a4d83f68b600ed239d9 +size 434178321 diff --git a/data/part-02759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da3b3e0add702d141c9ff6ead7e992e8c2413413 --- /dev/null +++ b/data/part-02759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dfa5c96f017262ce035530567c974bfc81244bbcadba5248fd057b47490a81 +size 513846179 diff --git a/data/part-02760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdf0cdf078aba43f118c7ed211b5be4873246283 --- /dev/null +++ b/data/part-02760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b4476f36c6fd898587f54625efa275292d7faaf09988fbe68026f76cfed9d4 +size 537334524 diff --git a/data/part-02761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0195c8f1073bf7d1df0ed558020a461f183fcbf2 --- /dev/null +++ b/data/part-02761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1538584291cb76a27c0abd1b87a780027302b03fa3bda417cf1164a97864ba21 +size 433176849 diff --git a/data/part-02762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe20845745f5d5559eafe45a0e486815d3e4e708 --- /dev/null +++ b/data/part-02762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80911b109d680edecc7c14f394698ac5b2cb544d937dcb5821a42f738fdbe32 +size 455330554 diff --git a/data/part-02763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0047aa9f0479eeab34087f3811a1424a7aec06e7 --- /dev/null +++ b/data/part-02763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb5da4294d91c0840aadfdf0327a736828e480cefc2519804e5d0372c686fe7 +size 559569356 diff --git a/data/part-02764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dea11d6f5dd32dce5a3ded4f3e5749585770ff0b --- /dev/null +++ b/data/part-02764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aca63bc7d4cc4d94fde8638c4214dcd2b00e6637359d9228eb9ddb91b2d47d5 +size 415327837 diff --git a/data/part-02765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..614353e77037d6bf65a2d90742234a5270377c03 --- /dev/null +++ b/data/part-02765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a86d89340d9a1b8f3aaa82e40b6aca3dcc691bc05a2ba14f09e4a1df01584f +size 356573055 diff --git a/data/part-02766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be0a3f9ca5126cbfadc7923d826e87253462089f --- /dev/null +++ b/data/part-02766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f7cf0ecca560e0895b75cce57f513e3bfe015fbd5a5a0ece575011fdb06cec +size 916113434 diff --git a/data/part-02767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdd352ed60376e769c22dd7fefcfce7c13f4778e --- /dev/null +++ b/data/part-02767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb999f50ef2f731c44b072de97843aa3d2be0fcef291d347a2110bc80b78dd2 +size 667089550 diff --git a/data/part-02768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..874d5eeec79c25169b5e3e226b40cc60263735b5 --- /dev/null +++ b/data/part-02768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199c7ce7e9da5a11e35c767c6cb72110b47525040082ca285a8bdb4ad9e585e0 +size 534705202 diff --git a/data/part-02769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f03184f273bdb2f2769115be5877d707f8eb7162 --- /dev/null +++ b/data/part-02769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9006c6f1ae4cf7a79fdb58a7c4fcae64aa4a577ede649433d23c73fe9a1a290 +size 923681527 diff --git a/data/part-02770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5df8695728d043ed965ac3710221e09e70b40e14 --- /dev/null +++ b/data/part-02770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9568432ba77d3f588f205f4da99f4cdc32703011acfdfa9a754f75f0267a2c91 +size 463776670 diff --git a/data/part-02771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d2ac22ea26114ef12133f78a7c14c4581828ae7 --- /dev/null +++ b/data/part-02771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b30af612eab91428c19fc6e208872bd08785f351315fa386e1c1d7c3bb0249 +size 376177654 diff --git a/data/part-02772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dcde2471031ccd4438bde601de291281bb4eb11 --- /dev/null +++ b/data/part-02772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2a0f775b939af94e523c243b1558bc274a4cc655b87c30c6a6155e3effe200 +size 557683213 diff --git a/data/part-02773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b84c854320b588df74a8ecb08d85b6f2415ea0bf --- /dev/null +++ b/data/part-02773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b6241ccee550d5248bea82d3bc7a79c734bef595d8d785a6345cd31bb7e65f +size 1042486295 diff --git a/data/part-02774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cf61af0935dfaecd293fc7591fca2f449bef4cd --- /dev/null +++ b/data/part-02774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf143e7b85e91f2ae0ccfba8a718a083b712dc8e8da275f4d0cc931b3827710 +size 635684235 diff --git a/data/part-02775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63a8ab3ee5db18e999b23dcbd285630db6486940 --- /dev/null +++ b/data/part-02775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc83bc55ae65cf08a92eb518848a773820076e0c77c673cbf195f1dbe33dc96c +size 431236616 diff --git a/data/part-02776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8c59d502902bd217d7f105921c659bbc1f75eaa --- /dev/null +++ b/data/part-02776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4adc02891806a896d63b4a13a9ecf5fe16b4d94cd65d8cd2cc095ad095cadc2 +size 530448680 diff --git a/data/part-02777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd5a91170ce5db121ded45081602a3bf0085bf5e --- /dev/null +++ b/data/part-02777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5dafe17540da03fac219c94612eea1fb2a6a7932a3245ffbbe0b88519c4a4a +size 603893150 diff --git a/data/part-02778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c448e389d2ee9717f1f10e740fef5ba7e91e2a5d --- /dev/null +++ b/data/part-02778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25838bce10299e973c76c0c3abbf70ea8e7eac0a7e5703d1f562bf09ee053c23 +size 901921269 diff --git a/data/part-02779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5318e6d474d8b39ef45af5c4f44a993bb561493 --- /dev/null +++ b/data/part-02779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7271b122d4cbb00ad8b40c13c1c03001e9f3b8a248fc0dfbad71382a350e5b5 +size 475005901 diff --git a/data/part-02780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74e8edcd393ea125c44d2975f2e00b450251b3e7 --- /dev/null +++ b/data/part-02780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432acee054e4c2be5f4a55d84c5f83859449096290e79b461074a5d6c7361434 +size 731322784 diff --git a/data/part-02781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..152f73526c3bc7376a13aa3b96ca608392c2e53e --- /dev/null +++ b/data/part-02781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f54d9288ce6e1a7e721b24a6edcb9dfd9173c2011d9eb67deecc0127d72fb75 +size 559000584 diff --git a/data/part-02782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e5e5205d994980d5843c8d3e87ab06432a03760 --- /dev/null +++ b/data/part-02782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731f20353f8c88bce305b36a2a4dee9b3faa2b5e8a7be5823836917f6944ca05 +size 420615652 diff --git a/data/part-02783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8359ede6752b286adfad022b2624f5b9fe67002 --- /dev/null +++ b/data/part-02783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb75ea8cefb0617bf4ce1806bb35305a993d5f33707dbe9d2978e70813e0c60 +size 424921157 diff --git a/data/part-02784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b63cb40a420f192f4eca9abad8d7a8b9fb71561 --- /dev/null +++ b/data/part-02784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62d77eac43522283d494277d991283ca65c18b8478593c72a265b5950c37721 +size 521406817 diff --git a/data/part-02785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93c853820dd2851ec45b5644ac9c261928ea5f62 --- /dev/null +++ b/data/part-02785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcc27591d05470a123d5322aaeef8c117557c016013e67b552f53887313c431 +size 463952552 diff --git a/data/part-02786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75b4a1a2c71c5617696e76c0556b14157f847a69 --- /dev/null +++ b/data/part-02786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6691281b94dd4f4dbdf8d8cfa11bcfa75279b2f455cf527a93980449ea48bb1 +size 557429517 diff --git a/data/part-02787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..636691d47e551c1b5cf28f6450283cfa48eb095f --- /dev/null +++ b/data/part-02787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bbf64e4158a483081ef712e1ad72f86eff0b31d053a358ec048e707510cebc +size 572179220 diff --git a/data/part-02788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfaebdc5aa28f20038d6874c43f1b25e2b1ee0bc --- /dev/null +++ b/data/part-02788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5789a80af06940d379369489f3a90b48fca7748b9806ed7976dbb1a6133364eb +size 434057618 diff --git a/data/part-02789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e02ed1fa607f1d4f2513c0237ab1badc4be3080 --- /dev/null +++ b/data/part-02789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146cfe4d738c84bc433ffba3ab5707a3699915512109d4f510668bd771ff687d +size 476012686 diff --git a/data/part-02790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4f253af7a84b7b1ad504765d120adfad962190d --- /dev/null +++ b/data/part-02790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb954c87088725941d35404fe99c366b5cd8021da32c942a95ff43f383ac3d3 +size 557678092 diff --git a/data/part-02791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..633bf20a791c3f4bd3bb87b07cff161aaaa7348b --- /dev/null +++ b/data/part-02791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244e5d1e99601bb9562d410ac93bde4373c4f22c2f72d6caa6a228a0c5f904fc +size 964924657 diff --git a/data/part-02792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eada783255496b9d16ab969df0d8c426fab8cc41 --- /dev/null +++ b/data/part-02792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb2becf16a77a4bde8d8735401ab203e058713ea5c2ae76b973c3a0d2027389 +size 480214023 diff --git a/data/part-02793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8edde3e698342601fa8192a3369072048f6756e --- /dev/null +++ b/data/part-02793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69c52c856793d38da8415127af48c4636957c01cf598eb2ce196608c1c23b54 +size 437132274 diff --git a/data/part-02794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58d9cca45a4558ecfc7ac0155fa08585ff876369 --- /dev/null +++ b/data/part-02794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56002f1cdd0049738d9fa1a12fa98a7d84aff521700482a3ac205e497a8d65d4 +size 856101596 diff --git a/data/part-02795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cdc5494eba7d96855cc70b27c41b4c03947e2aa --- /dev/null +++ b/data/part-02795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec598e40fc6b8c6d1cff14d5dfb9ca3915857f70ff4377d45589ee99952ebb3 +size 416479247 diff --git a/data/part-02796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..555db173016809e1322673378d46d75909f07671 --- /dev/null +++ b/data/part-02796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe1cc81352b811d9e9e5aaacd999ddc1470ece99a357b8a45d726d01b3fccef +size 1227997440 diff --git a/data/part-02797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91c69d0b08c6119f1c8e5f28515843be9db78f57 --- /dev/null +++ b/data/part-02797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b24b0ae64055544195e4ddbed4ffc2e03d208da20bbc79b39f0e560572d459 +size 612115228 diff --git a/data/part-02798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4746f52c1bdf6ec607dbea790bd7dc96fbf6dda4 --- /dev/null +++ b/data/part-02798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf9992880fc1df1a6845063d367eae3015bed257800e4712ecd5f3e90160e8c +size 387021404 diff --git a/data/part-02799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c08d52243777ec496af30e73ef301268eb58a601 --- /dev/null +++ b/data/part-02799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661245d8903df9bfe6ac82bb4301872b5bf2071b930e59ff4bd5f0d97bc744ae +size 621025555 diff --git a/data/part-02800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8da0a02f0e054113add64a7401345f55fcfee39c --- /dev/null +++ b/data/part-02800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a55423b836eeaa28807c7bab78e7d5c25d9a234cdb4845d4ae1d4f9e23694b3 +size 341326800 diff --git a/data/part-02801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4784448da1495cc4e59f4c652a6cee63de62096 --- /dev/null +++ b/data/part-02801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034200ac1c3d235cfa3272784c417e0587bc5b11298a3b286160a32830335027 +size 547803472 diff --git a/data/part-02802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdfd1ca26a36f44cac1a4fdb07ce18d08aac6a5a --- /dev/null +++ b/data/part-02802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcf4ebaf1e07ae02696c00d7d36e2df6c4c7200904be92118df9d979a475d56 +size 1164291188 diff --git a/data/part-02803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96e3599a6c53e0f176a0c67d8b849109bf6f6f79 --- /dev/null +++ b/data/part-02803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9bfa32de201ed389bfe0ad7301b453a16677afe0c27558fa66d315f30bc787 +size 504669538 diff --git a/data/part-02804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..474231459f935d210491e60c0bfeafb3b5edc387 --- /dev/null +++ b/data/part-02804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04f4360f8194d3c8482356a3423a2fb8f7c1cba50137f13f39e286427b61870 +size 568250519 diff --git a/data/part-02805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b335c4ec3d148a820e73ab2243298fcae4908474 --- /dev/null +++ b/data/part-02805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d48305a95d3198f2b06bb5c15668cf352aa3975fb0e47b9b3ef790a7167dad +size 408990964 diff --git a/data/part-02806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ca66d21f7ececf01fcd2d5309d82644d725ad4a --- /dev/null +++ b/data/part-02806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5d07cb75020992a01bc0f9f36e6243c6b05dcc8932d4c72873bffdcab372a5 +size 425304074 diff --git a/data/part-02807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..542fab3eebe5a297b5d779022757ea73d5accc26 --- /dev/null +++ b/data/part-02807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e55b6cfda0ade3657f37465390db703b6d06ff6755fbafaa17281146fa69b6 +size 363270976 diff --git a/data/part-02808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffbd5ac6bf7980b048b29fadb952a176ee42d1f8 --- /dev/null +++ b/data/part-02808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476e4179cfd829583188eea2a6a51c395721603305e610e5a01b844804a5562e +size 609051183 diff --git a/data/part-02809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54e272aa0b8ddc5427603d8dd9cd77aaa65d45de --- /dev/null +++ b/data/part-02809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991a6020a6213b00fafca82fa9663fe0360eb7b78f5fd1bb8be4d9a71bafce02 +size 491173157 diff --git a/data/part-02810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5583ad131c69d808b8cc1e258af830eef878ba55 --- /dev/null +++ b/data/part-02810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befe03361bb499bae908630fdd77bc1413731c567fcfaa5c24e4559dbcefd315 +size 447027849 diff --git a/data/part-02811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ecf111a771352f3080627f69ecbffbabcee6d12 --- /dev/null +++ b/data/part-02811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4972a0d9c1bc8a11101af509b0d730fb03c9bc45bbb3c79b49346d0a60539114 +size 475084833 diff --git a/data/part-02812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3fb5c4cc1c0d5ad6f705f204adf83eec90046d2 --- /dev/null +++ b/data/part-02812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f908ee2a54a275321c3fb50e0e0886d24d31c10a566f6ab4b353fcd7a416a12 +size 432595661 diff --git a/data/part-02813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f8342dbc4824e2cc4c4c18d1e52aa2e77006967 --- /dev/null +++ b/data/part-02813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78f573f9f21b76c377e76d12990fc73d040c6a714e537e912ea6e812f319d2c +size 493617881 diff --git a/data/part-02814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..125794621f03e74bfaefedf903b80ea536b8a710 --- /dev/null +++ b/data/part-02814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963f26b6256f3833142e647835fea19f68b3cb1e79b0cacf688dd33db974d890 +size 496074875 diff --git a/data/part-02815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d466a9aca864e99d34e43bea88ad05ed3499e8d --- /dev/null +++ b/data/part-02815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8154395b875eacb8f19fab597bb92d25e93dc15321d310a94c84f132a70052 +size 422785654 diff --git a/data/part-02816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60f5836720dfef93bce61f60449d7f6b907c6b29 --- /dev/null +++ b/data/part-02816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0928c5b838a9b238b1e2a7d27c1279a5921fa67aa39aa9c48c8e9839059421 +size 416747810 diff --git a/data/part-02817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f67f1b548761e55c3ec04b777601fc86addb2c86 --- /dev/null +++ b/data/part-02817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac939b371a1060c031efc6f827a30721142d4772429ca9b71cf9289d5929ff9 +size 460710215 diff --git a/data/part-02818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de99ed926dbbb37e940d477d65ea48d22e27eac3 --- /dev/null +++ b/data/part-02818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29d567d41e779d3831182e8062d5922b9f3d3035bdf82923a84604ceec5cf0f +size 568274843 diff --git a/data/part-02819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5da0823560364e61094dbebdced8b0a5c9216273 --- /dev/null +++ b/data/part-02819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7590b0493662b999a97038a624ffee15541e27d72ced8400205f763f998d164 +size 462981410 diff --git a/data/part-02820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf11d11522a82a9b95309b57941ad3beb135dabd --- /dev/null +++ b/data/part-02820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3267b93a5e9d25b6e08f80568cdf177b82c1c31d065f2fa76085cbb679c083b +size 476953779 diff --git a/data/part-02821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08b5f8581e297738520e5d4f009d5c0ee091c989 --- /dev/null +++ b/data/part-02821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b11c67bc8c780b922e6385e6ecf1ebf690930fb6987b97928ab9b46f15ed5a +size 547269523 diff --git a/data/part-02822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54ab3098090d48cbdd1445bb07c0d3585b2f7544 --- /dev/null +++ b/data/part-02822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56edddef048699c53b73929099bfefd1d83e914f7e7030f97d58ecd012b2a8f7 +size 621638147 diff --git a/data/part-02823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..becc889bc8cef9199cbd497ac89f0c9a9a7a2359 --- /dev/null +++ b/data/part-02823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828bf3de1fbde464a287b16714f101bf8f8f30110d4e7626defb28a16066fbba +size 574816128 diff --git a/data/part-02824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29b2cd2ffe09e8e64b0c1490c8b48e0e6c53e49a --- /dev/null +++ b/data/part-02824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d80b9e80a1cb21b4d06ef7adcfb24854993c578004619011b1008431a237d5 +size 580454312 diff --git a/data/part-02825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b0670cdd4e1deb04880e6577489914a1f092a6 --- /dev/null +++ b/data/part-02825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a479e05e2fd3072c601488e563dbbcd056c7e71bdb7184f7e3c1f4bf75f539be +size 598954725 diff --git a/data/part-02826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d23769d7a882589ca25cbb7abd6e5c4d5a7cb627 --- /dev/null +++ b/data/part-02826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84f668f405d358ee2797005e705f7793d5372cf1d3b45324a7200b67a6f8696 +size 556731425 diff --git a/data/part-02827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d438345253af59b228b7cda985cd321d9ba873d --- /dev/null +++ b/data/part-02827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaddc42ad74c406718937dd9a126cab63d5194be91cb109d9a7c1744bacf4a7e +size 621270382 diff --git a/data/part-02828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e97e367aa0f7805cda8b33359e3039ed6801e89 --- /dev/null +++ b/data/part-02828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3bbb29e91c010baf35fdfab490efc2cca1c8a2e6a21149c6d26a176dccb58c +size 666644259 diff --git a/data/part-02829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a2a5903a422294e297ab94ffb364f5d29cdbd38 --- /dev/null +++ b/data/part-02829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acef58edbcad3b4eaefcbf9e552eb9b579636da1cf2e13847b94f4a82c4b17ab +size 418260458 diff --git a/data/part-02830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c599d7958ab33bcdb5202e2a7aabd8fe47840e5f --- /dev/null +++ b/data/part-02830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0820ca90f72eec0471e4f628f679898b29713a9f1427c96219cc94dbe0a0dc40 +size 448761434 diff --git a/data/part-02831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..063db3b28a94c1a58e8613533062e29bd75f6024 --- /dev/null +++ b/data/part-02831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2225d60aebfbd7eca704552150f5c4aa4435493f7ef6a51b3460a15cc43984b +size 525700787 diff --git a/data/part-02832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84bbf2bae20a4f800530d5c137553772bf9d12c0 --- /dev/null +++ b/data/part-02832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f658e9eab8f73e31007f9579fcab708ab34e5d042b1576e9c6f81e7700910e5 +size 457785690 diff --git a/data/part-02833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d108722f71a8999254a8f55da759a3c64b8f0d2a --- /dev/null +++ b/data/part-02833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0004dabf0168fe6a94ebd260f3a034bfc97bc9967ee779e91ffd8489ee5ede +size 810367175 diff --git a/data/part-02834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53cd7d858c94aa5e8b32c98e513b98f172fe3c40 --- /dev/null +++ b/data/part-02834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659bcb821476a2865ec994cffc2ed849ec7e36db6b06d95d78299172cd1e5fa2 +size 1314109318 diff --git a/data/part-02835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29e4ec0559ef590f4756d59690bdcc817d6a2ab4 --- /dev/null +++ b/data/part-02835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e62bbdeb4ffe27530b34d8da6a4b76ae2cd491271efc44bac01d3a1d665a2a +size 404226279 diff --git a/data/part-02836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b784126032fa00fc877fe36ca0193d73d6a23e0 --- /dev/null +++ b/data/part-02836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f727cafff5b4affc3a66636ed3d0db47f0211bf7212755458dd77e5bb5a316 +size 458554396 diff --git a/data/part-02837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3d64767c91812c5c45441e75870853954ea633f --- /dev/null +++ b/data/part-02837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400aad7d301d42fac080881d18c1b6bfb5666042b465b7f89ddfe6e3e6bf2770 +size 490249941 diff --git a/data/part-02838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64ceed2b92f2a32ebbcf228e51bb445c808a9312 --- /dev/null +++ b/data/part-02838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b790188b62fe489083a698d2617399d8033e6ca906f062e84b1072134818bbfe +size 493819237 diff --git a/data/part-02839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47495ea3666ded868d1e9e83b35e9dc479aab06d --- /dev/null +++ b/data/part-02839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac26de42aa5553fd26173bc76f617eb5124df1a48b10eaa84066406b4ad9b61 +size 643188443 diff --git a/data/part-02840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e8d79da8eaade0fa931a5a70f8daa571d3a9539 --- /dev/null +++ b/data/part-02840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80d8493c99e4b9706aad7b9a549b1a47c1c4fb18a1c25391399d9b847dbfba1 +size 446542503 diff --git a/data/part-02841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1eb4bcaeabbae7956a8d81838b9606fb86fcd052 --- /dev/null +++ b/data/part-02841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4db0307c7a1a72c0c2d93e6e6f01de944d44920aad9c79046c5d18b1fe92e80 +size 548991475 diff --git a/data/part-02842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bb550b8e6e9fdb91507e47bb77646ed114c86b9 --- /dev/null +++ b/data/part-02842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afad70b1644abf1c2b638fb0ee9eb745f119a9f684c7b79f62fdb775e335b478 +size 541280825 diff --git a/data/part-02843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f4426729ede538e2ddaeff2b64157d6dbedbbf8 --- /dev/null +++ b/data/part-02843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c754bc1f688383b9a634f6e45f2c5c5457cfebcd7d29cc727e17d339a7925f38 +size 795401276 diff --git a/data/part-02844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e26567db367fdaa668beafc9e30e2480ce4413a --- /dev/null +++ b/data/part-02844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf385c79e669c99fcbd727aae1a9d64792e2875118fe1cd3aa34b59e2f9acf9 +size 772945781 diff --git a/data/part-02845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26422d57cd813024a925e7b539d020d68c3a6958 --- /dev/null +++ b/data/part-02845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebac8c79c5e68fc49de69011810b29cf96e75c838fc96f8d091522d28d82a22 +size 584510568 diff --git a/data/part-02846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04a782d6e937226a526406a7a19e48d6d4c8ed6d --- /dev/null +++ b/data/part-02846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3710e11971bb241cb0fcf7d32c22976babd37b5f64e72ab90570d76462b9d8 +size 507823529 diff --git a/data/part-02847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9c6de95c93c1f568ef6abbc5438e3c2efabe095 --- /dev/null +++ b/data/part-02847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e8319ca1650d804712a77222a9979ae7fddfc467593597671f2604cb98d2c8 +size 866840997 diff --git a/data/part-02848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e88e261db71766801a8624dbee42acba9a88fb2 --- /dev/null +++ b/data/part-02848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73164d5a13883ae333fd5d9b4fb825f83e8bfb4bcd7053d80aabe40198f4a73d +size 448830667 diff --git a/data/part-02849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97c87042c29ccc9b3ca50c871ff8b406ccdfc247 --- /dev/null +++ b/data/part-02849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06d5adb0043d6732f8c864cc0751958b827e3c61201f522dd5f7e3a5818cfba +size 680271434 diff --git a/data/part-02850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e47eb6098dec44bfe7734a32447e64333f577aee --- /dev/null +++ b/data/part-02850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845d687818ee38154ce9b6b42f341743849aa5c8b4e5b4c079ca253d0f3a89c2 +size 455352852 diff --git a/data/part-02851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df620e52aa0f0247494ff0e660f5e08c784637f7 --- /dev/null +++ b/data/part-02851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43ebb78bd6466771aa5cb2e2ab0caee7b8e57c2bd5b4b4f92c593c815cbd684 +size 454203912 diff --git a/data/part-02852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b603deea309c6257cfa230ff288c025a712bb0d --- /dev/null +++ b/data/part-02852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dd3a957359500ade73f12e6b0b2a0351c5b1a7e951cc60e1c372a7828ffbff +size 664470517 diff --git a/data/part-02853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f095af028140799fceab309fdfe82b7da5d42326 --- /dev/null +++ b/data/part-02853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b2d54e23bb1c92f53a441bda53eb82107d00130cc6253a1f16b342595b458a +size 535462688 diff --git a/data/part-02854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b56172f4867491a0d0354944407d97044c1acea --- /dev/null +++ b/data/part-02854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3020b892d2d549059d7c21da84d7b03ba5222f28f276d1755572f61e6522b715 +size 394120463 diff --git a/data/part-02855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdd2708e42cee6eca473427be60c3ec8d976a0b8 --- /dev/null +++ b/data/part-02855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc35273ef8140f355f463afc909b1d5aae0e2b887ae1dce1edba6a647d459c9 +size 505208498 diff --git a/data/part-02856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60cd56204b862a0f77d501d6138df467d1df014b --- /dev/null +++ b/data/part-02856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec07bc5a7cfdbecf1f939828cca7c3b2ba8c158ee8a477e44b15a91005173f3 +size 646034799 diff --git a/data/part-02857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..957d77632f8e9a5ba3f5170e6546e9153211af18 --- /dev/null +++ b/data/part-02857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3a01a6234e8ecee06090ffc55649bf76b15eb98e0e1977e1f9403ebad856e1 +size 832607364 diff --git a/data/part-02858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ff845723b7c9cb9a83b590e558f6695e29f074c --- /dev/null +++ b/data/part-02858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec85f6a260ed3cdde099ff6cffdb41ec11a1f0ae2e5eb36ed5cfd740130ecf6 +size 628338198 diff --git a/data/part-02859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..058e883882860ee39900789ba6daba62a966a586 --- /dev/null +++ b/data/part-02859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b651cdbd32815ee442148e00b0585b246882f3b5103ab1ec405e074d8893f4 +size 473795533 diff --git a/data/part-02860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed95759087c75f881432e404872a9bd97829ff26 --- /dev/null +++ b/data/part-02860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a9ba121db958b6a194a383d5192e0c0259e18e153e8b522577df74448833ba +size 379470667 diff --git a/data/part-02861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10d65ae6932ea7e9fad6d2b0923b0d4f52c89d52 --- /dev/null +++ b/data/part-02861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95570ecc766532b9b4ba4cabb024581e64d1dc43f33c430ef03f161e1bd0033a +size 530357381 diff --git a/data/part-02862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55b0fd5f5f1a135a0db3157621797d6161bc3a8a --- /dev/null +++ b/data/part-02862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54383539a74c7650046550553cfc0707be92b62aa8516b53f2157b83539b5428 +size 419090814 diff --git a/data/part-02863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe00b0b0604cd838c7d8e6b83687efa1096157f7 --- /dev/null +++ b/data/part-02863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5982798c40ca30147c4dbdd75ab15e360f298421628f3076f45ab62791609bd9 +size 626708405 diff --git a/data/part-02864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c22e8adec28989ba17802f481b950b138f7a921b --- /dev/null +++ b/data/part-02864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272dc61c33048b682a6e0fa648c39ce5e3163d95305000ad45fa15ad801f7f77 +size 490170463 diff --git a/data/part-02865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..864fcaa280e7a283db9cc06a3c2d9c9cd940de61 --- /dev/null +++ b/data/part-02865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aec1b752ed9aafe2b79c1c4012abdf3faed676320c17be68a1375f34336e8c7 +size 706047035 diff --git a/data/part-02866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e968a16b6135dcd08ba227de12be8628fbdde504 --- /dev/null +++ b/data/part-02866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288a1a6a272c3a51bb64f4ffb6f75e74d9ef2f4d95897d9e16d48bd17b479619 +size 420843818 diff --git a/data/part-02867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14f1f36b0d3a45f2dda9219230c825f319439681 --- /dev/null +++ b/data/part-02867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032e02924ec1de9ae3ca955977e94ab4494dc04e7885d720fe262e7fe3e1710 +size 472668350 diff --git a/data/part-02868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..679e2f6d3cf8c89df8e73cdc27893c2d98d5bdee --- /dev/null +++ b/data/part-02868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42629b4ed0fca34bff95b9b64204524b3dc815f99859613140dee898e8c3620f +size 460672907 diff --git a/data/part-02869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e15b3a8c77e52e57b7a8d8968835b73b67b8f53 --- /dev/null +++ b/data/part-02869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16689b5e57d006b13d9e595a8e1d21eaf6d20fa3110abbaa3869b4e51cb7718 +size 532051909 diff --git a/data/part-02870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0a3124cf490573e624f5fe91640dadd7d4fc162 --- /dev/null +++ b/data/part-02870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459fb6169ab9814c3a6445c5fdf064a4f84062c84ab4bd83ac0f1ee3b23bcc96 +size 379296562 diff --git a/data/part-02871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46ab8918aa4454654dc0a4281d8b2193e1c40119 --- /dev/null +++ b/data/part-02871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b86df9abdc2005753b4105f03b492fa1139cd96748ede6306a9bc2ce86e89ee +size 524578082 diff --git a/data/part-02872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b3fb73c95405642b13b6a01e63707c2a35ece57 --- /dev/null +++ b/data/part-02872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3802310cb3f514029466b5d1311ac3507f3acf7237f8fdbafde60bf4eba17c8 +size 480698217 diff --git a/data/part-02873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04fc17bbeae6dbdfa4feb51fc01ffc49b1aafbe2 --- /dev/null +++ b/data/part-02873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a61a01c01aa122fec9ca9b3889c751c559c02e3687a0860d096aba2cb6a2e5 +size 508130265 diff --git a/data/part-02874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fb80db96a590b1a6831a02b8213712cbe40120b --- /dev/null +++ b/data/part-02874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f4637b4a7bcbbadcefe6fd4fc1c4cebd4501cd4e979aea4401fadcbe3cc249 +size 528604435 diff --git a/data/part-02875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6336893695d7f391ea350ff2cc15025a2bbfab9 --- /dev/null +++ b/data/part-02875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978cbf4c04edf468558efb8f8dbb374fd398d7859a9924922c3716422f3731f7 +size 447991041 diff --git a/data/part-02876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c81505465d6a38522e782444eed8b5159ff94c3 --- /dev/null +++ b/data/part-02876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6789742ddedee03ef56f5a4015d4c17f6c7f94b3dba29cd417cfcf8afff9814 +size 448482765 diff --git a/data/part-02877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c910f5440c45c379696abfec38046aeb50f0ca88 --- /dev/null +++ b/data/part-02877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0832ed50043f0fea844bd7149a5fc629f81dcb0d4139a5611cbeaf8d5a6ff500 +size 536934441 diff --git a/data/part-02878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b927b8b834d2fb4cbc5b6c4ad00d018ba0fca327 --- /dev/null +++ b/data/part-02878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0544eaa79409e389a8c7517aeb4e6905f7e5db2ea8aed8d9c6bdefaf4e0f41b7 +size 385933683 diff --git a/data/part-02879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..014d38b562cc1965a0d6f042387d293593cecabf --- /dev/null +++ b/data/part-02879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f60f10a9c1d242b17b46555710618d74686f2ca49bd616d04cf82523fa8252c +size 1161672725 diff --git a/data/part-02880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..469bc886d0e69c1457de6c3ac4a0bc073d4c3dfb --- /dev/null +++ b/data/part-02880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10e6804ba9a785db4a72eeb25d6e5d53dba24cf8db2a1e5aabbe78026efc59b +size 422973264 diff --git a/data/part-02881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0196b07d3f027cfe1f5f3b36a9fb89613f16e5b --- /dev/null +++ b/data/part-02881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b49f999d9b474385e639013d84368bcc13d16316c136886c9566ec8df3311c +size 929355493 diff --git a/data/part-02882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4d6fce3fe002628ef33715065f844b1aa52148c --- /dev/null +++ b/data/part-02882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce34d1d7f6f9dcf1c440f9497e141504d7de76b043f7a69781c4d324e9a4642 +size 530468399 diff --git a/data/part-02883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..652f9a0d0b3295ed876aa7aeef33b24bc18cfb4f --- /dev/null +++ b/data/part-02883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5010d1908653891b96301c88c11f3d3dccba3996ea28ec04ebfcdca10851bb1 +size 606361715 diff --git a/data/part-02884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abe81edfdbf04cf1cfbcb40af72d91700eb0c03c --- /dev/null +++ b/data/part-02884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca91ca5639306961867d29dafd57788068f6f6852a6500ee6a1b759e8b4a0a7f +size 443876051 diff --git a/data/part-02885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..753273b9031c2f64044880999885aa94781f299c --- /dev/null +++ b/data/part-02885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a17767ca9e94511b58d15c277c0cfd937371b11103427c2d24141c7288e4f0 +size 694330768 diff --git a/data/part-02886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3160268ef5dbf50bbf0f664bdd0882265453bdea --- /dev/null +++ b/data/part-02886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59184bbbdfb410eee9c3fe15538adc86d8c44c7d95534d1b33a8e65cacd5b561 +size 412734434 diff --git a/data/part-02887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c3f400b07d43c5e9f5a97751e9646b908806b6b --- /dev/null +++ b/data/part-02887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd40de784305e0e4c64157f379afb1ca0ee8e7408c64e63bff8b311e2ceceeab +size 450671090 diff --git a/data/part-02888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f8a3f66c62fd87d8cb2aa443a3ea4781e46acfc --- /dev/null +++ b/data/part-02888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e903c58e51d81acf3b2ec29f5a57725d548290f3397792f03d89473790a1ac3f +size 721914657 diff --git a/data/part-02889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e90c5c27bd978a21cf72642447951fbf7058989 --- /dev/null +++ b/data/part-02889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62103267607d06521798963a6d52d54a563df43adc787e614e123d82ff64795 +size 729928388 diff --git a/data/part-02890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d7a42e48fec2007a2c0834ff6d11a4f4893d80 --- /dev/null +++ b/data/part-02890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c96e7ea61a335818b3c43e17a0231e93c5c613a3ae3d49644f0f7caf4a5bbf8 +size 559960948 diff --git a/data/part-02891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8eea6e29878c2224b4a9434e21e1779e7bed4529 --- /dev/null +++ b/data/part-02891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1193b6f7912b1045ad403355e5a887c172aaffc5cecb1091443e878d02628a3 +size 726560335 diff --git a/data/part-02892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034c01f35ca081c37a85c87fb7df40ce268ac071 --- /dev/null +++ b/data/part-02892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b067b86a2baa156aa82763bc0e75850cb1b279b53490b48862b82ea0cd9fcbe3 +size 1009353777 diff --git a/data/part-02893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..249ae9ede3711d535e21655c3a88e1080e80d39a --- /dev/null +++ b/data/part-02893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e021e2e78a5e72b0047d1d9e71400684c480d4b2e2238ba043f8c2588076f2 +size 528567209 diff --git a/data/part-02894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03a2a0ea80fe0e0a5893b629b00ad29220796a79 --- /dev/null +++ b/data/part-02894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e6ad594c4395c61f7f71029ac6954ade6c1962de53aeef0eeff6bf8cc024e9 +size 575928609 diff --git a/data/part-02895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b47f130b283ae4e943742e8c5c31eb7a4243707d --- /dev/null +++ b/data/part-02895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185b673e82476e3eed49bb76aab9ebc9224096212261c2c7eff6e1c46f139ce9 +size 581169971 diff --git a/data/part-02896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41a9f5682507aea1788db5e5b8d33a58edbd4db4 --- /dev/null +++ b/data/part-02896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdfb05db833c6a07cd017c5b7ae0e62bf9d96313507c66c4bb2dd87fdb8088b +size 551359677 diff --git a/data/part-02897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b60175ddbb261b4cc2c7f4443617fed3925088c5 --- /dev/null +++ b/data/part-02897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d783f1cccf3796482f3ca7898812cf05924184241c2a6115939a7d66ee964844 +size 500353267 diff --git a/data/part-02898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5b6f4b83c033b2795778df1288a00bba344e912 --- /dev/null +++ b/data/part-02898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6d6de42b90ad2b27cdcadab307aab189b9247e8de8b84bbfbe791c8d5c3cbe +size 567796034 diff --git a/data/part-02899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79fd57fff1ae1cab3b6bc742895d60b5161e2a25 --- /dev/null +++ b/data/part-02899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a748b8b831718b2a72745488592829d5049c426537657e1dde97b3af58d7211 +size 625289465 diff --git a/data/part-02900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..246ec88d7d54684485b6c4d941bee6ffa9806f98 --- /dev/null +++ b/data/part-02900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30304c4b8cf15f3c78c3a0f59ca50c7344b7d7328782f95421657659cc6e030 +size 458127148 diff --git a/data/part-02901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab702c14d76958cea660837cd626a872b62ecf4d --- /dev/null +++ b/data/part-02901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e88bbb8e21324df71f26bb3551d0498fe9266f7703979a693b0da1abf413b0 +size 456090621 diff --git a/data/part-02902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9193e199e656a9dd488a9da72cd4094790484463 --- /dev/null +++ b/data/part-02902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a53e296a48fd72a47761e313ae6228b945125596d977dbad578bd8676501dd +size 485841997 diff --git a/data/part-02903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7f417ac827a8e0dbaa2555a388e5dd26064e267 --- /dev/null +++ b/data/part-02903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb1a657566b97b868cd8aeac336a491ea46a2e648b318613f9d826ce3342c40 +size 614631332 diff --git a/data/part-02904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c22a4c7e97cbe26a351f33978a126cca016a6638 --- /dev/null +++ b/data/part-02904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ed37300d49500160ac21c69042f5848c60dbe705e61c7d40e84ef61fce694f +size 907619843 diff --git a/data/part-02905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c94930f8bf97d4adbc4487d6dddb69b117044fca --- /dev/null +++ b/data/part-02905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56959efa383723faf4cd9cd86150cf1df331dd97a960ba1f7d99e6314abc9bae +size 432643182 diff --git a/data/part-02906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e63a8a1ae6d66b50dc8ad9b8739335a873a6a28 --- /dev/null +++ b/data/part-02906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d3919726ce5d46d831d52f37a5cc1f96ff2a0aca5664b056ba4adec6c66f6c +size 794995726 diff --git a/data/part-02907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..147b1267b37c3724bc8260c3eaf4b45e324e4086 --- /dev/null +++ b/data/part-02907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24ff13ccd4449aee4616447afea2b5550873d29dc7842f61498eff00747a40a +size 931907761 diff --git a/data/part-02908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a8de21dc2ab2ff38109490f42c2a60e36d1fb43 --- /dev/null +++ b/data/part-02908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d8f46025dfcfc958ee7f529292e9a2b320542e37ccb052d04e70c22976b3af +size 950087457 diff --git a/data/part-02909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a9d78e89ff5a31f1f1794ee2adf1f5fa23a0840 --- /dev/null +++ b/data/part-02909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46dc593b7d0afad2503a4ec2d2796b00848646d73d07489cfe3fb5f46309f98 +size 476657741 diff --git a/data/part-02910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee1752af667689bb5ed38867ed2b9dbb1c520bb7 --- /dev/null +++ b/data/part-02910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d579d725c2c09af7319c9d31f93c53d67cfb1877db2983c9be05cb41eb57c09 +size 559475904 diff --git a/data/part-02911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8409ff0e6e2045795b260b08b4c53a1e9687363 --- /dev/null +++ b/data/part-02911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585115bca44754179f3584c0755637295b32cd6ecd057e5389d82467f66cfd88 +size 542050061 diff --git a/data/part-02912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51cba465e22121ceb8ab1a7f2838b4935819f589 --- /dev/null +++ b/data/part-02912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0934e4b0b0893d7cea699d649ff4d809b100dbd5e657c42f6fb840477f13baa1 +size 542055585 diff --git a/data/part-02913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd0a7571dccd6535eac402d6976fc92e1616d56f --- /dev/null +++ b/data/part-02913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01efef091eca06bdda757ec7bc40cab66499e3cbde8a935c4e7bf54056f646d +size 488251148 diff --git a/data/part-02914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dad518705afe5bca6efdd5842f8d32e03fba41ca --- /dev/null +++ b/data/part-02914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811729d102e1fb41f9e861f6b8f8544dcf631bc71c92b85032250af90678853f +size 490791009 diff --git a/data/part-02915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f87f7bcbe94a19ae5036e706b980e1a2b29c15b --- /dev/null +++ b/data/part-02915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77e4d5693d4fff51223aa48da91cdffd6691e92d73cce1a0c80db14b50cceb5 +size 602328329 diff --git a/data/part-02916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..664ad5eefe2919d9226020e59ca402c748b109af --- /dev/null +++ b/data/part-02916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d5c08f0922eb5a71edc0a9873778de514a18218501aaf27b324cf740fbbf65 +size 623257262 diff --git a/data/part-02917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..907e2b0d68d6137c868b597e8c00e5bbe7b5d694 --- /dev/null +++ b/data/part-02917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b5ff34854fb874c3729a8b96eb19836d0f40d971296dc05de0b47792a63372 +size 388766985 diff --git a/data/part-02918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aed13b0b9d893290c0f337b996d2847bad232ad7 --- /dev/null +++ b/data/part-02918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563ec05777b957be31c6a3b7e1705eb708aa62d4b129eba3e3554280570d9f6a +size 384577981 diff --git a/data/part-02919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a27d0c15bcd41fdf3c54cbf67b00a066dff14338 --- /dev/null +++ b/data/part-02919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7952068061d24f793aa21a1f2d4136c77f65c6c5b8f540564af6ef7b88fd90bc +size 572216836 diff --git a/data/part-02920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..991e4a45f47bdf9c7e074d9b5809cc709b927f27 --- /dev/null +++ b/data/part-02920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb875879a553a33e51ce1cadc13ea92dfb54785de9ba72377cc010392a415255 +size 618743031 diff --git a/data/part-02921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..726b53b791f4cb943e5ad7f1a71bffc1f4e0268b --- /dev/null +++ b/data/part-02921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345e52b49eac9c2f58dd65c4a9b0313c0ae8ea90e5614b164aec0aac77f20895 +size 755839061 diff --git a/data/part-02922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb7aaae48037c76ea047148584137118570b1387 --- /dev/null +++ b/data/part-02922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeac93019e3aaa894513334fc69e487ab1c0c49bc31842bdd27065e43777e89b +size 509935537 diff --git a/data/part-02923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e78d126f89ac2fbc7c36a304f703a2b3f7f8cde9 --- /dev/null +++ b/data/part-02923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0665b2e86f55ed97572013e671a77fff45c207deff34481a2a6eff1870320cd2 +size 768881183 diff --git a/data/part-02924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a0d1149e7e472f9d236fc251c710f9e368495ce --- /dev/null +++ b/data/part-02924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9a201fbb9e972c6b106d3da043de61ca6eaef00236aa1ac08f8a65a0efce2b +size 647247978 diff --git a/data/part-02925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7133153e64a3776c39d225fef743aa5d2b4977fe --- /dev/null +++ b/data/part-02925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e64331b45c04a039f7c0c034e47dae29db7c7c7aca3081ce3c85d8444deefd +size 475773177 diff --git a/data/part-02926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa31e95e7cb6f55d53cdc5e006ca3e9a49d1c764 --- /dev/null +++ b/data/part-02926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ef18d777c952ffe496324c810e34a30ebfeda1582a0f31bd30ffbdff1de3eb +size 624383192 diff --git a/data/part-02927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b924f491e3c45eeafb18f534c1574002834e75c --- /dev/null +++ b/data/part-02927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b137ccbc0df1a644e2e8fdd02eb8e00df119e1f0ab66d2a1518d307f9994715b +size 410916334 diff --git a/data/part-02928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc791302b5c6c77e9506b9fb3dcc8ba91724abe8 --- /dev/null +++ b/data/part-02928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fd426147afe263e0f6ac9a62aaed5f3346439820a0070691c9684474ebb0d2 +size 556601005 diff --git a/data/part-02929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cecb7cb0ac2f3ff17ba778e92aab94c11ca2faf9 --- /dev/null +++ b/data/part-02929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f158f32619823d2c5aa923aa18011ce545ac569723f3b1f90a120039af735362 +size 458232102 diff --git a/data/part-02930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71806c5c1dd47a9932fc362b7de98b181ab2ed1f --- /dev/null +++ b/data/part-02930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef60b2c16d448231c71f221a63aba7818dad90b578270343fb102c80cdc9ea82 +size 509474419 diff --git a/data/part-02931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62f34e66229a7af408e71ce793260bf3102d4648 --- /dev/null +++ b/data/part-02931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf57d402f8c331bc75eb3a23f9886deb2c7b7e6f3cded8811621f8b82ade8412 +size 394007607 diff --git a/data/part-02932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a62cdc8bc3e6436c5687288387dda0be0dd4a14b --- /dev/null +++ b/data/part-02932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1a753953eb005ede37f0b43cc4dd92ebba491498c1150490813d0fa75ff2b3 +size 514729659 diff --git a/data/part-02933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf8fc3cd86cbd8a7dbf02fa8d9529287af6c94a0 --- /dev/null +++ b/data/part-02933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52879b6d6533d29cc2d05a6635211954b88d901341dffeba6f31109f201bbb96 +size 425416950 diff --git a/data/part-02934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..306f083d00df2fd4febcca728061f569a93f1889 --- /dev/null +++ b/data/part-02934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be45ffe65b5da97248a727c17cac9bd8efe6802b37c8d81b23f4d008430cf6f +size 476630200 diff --git a/data/part-02935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8e7f00b5a94fea191a109f37214c0024d1ed3ed --- /dev/null +++ b/data/part-02935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be71fcc0a66203a96d13fd51eb53c44de67c4e965dcaeab457572d2152faeb8e +size 496967840 diff --git a/data/part-02936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e74c77ace23caaaa980009189002ba57d81393f5 --- /dev/null +++ b/data/part-02936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b11883bb1e3b7d9fcb6d14fb1fe4879bd636db5c8235a98ababecd6cc7f9bfe +size 391366629 diff --git a/data/part-02937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31d91fd51b9a6dd38cdb165a1ea08440216cee9c --- /dev/null +++ b/data/part-02937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0552634320f603a3fbfab66c9594a23381cc438763f51d19f478e52c6f383725 +size 441596674 diff --git a/data/part-02938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c3ebc84a4b9abec31d8eb49b26da300a44d2404 --- /dev/null +++ b/data/part-02938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8642b525dc4a230fa23cffd52f6a6c5f6640fa8682d10ae14c0940282bd85618 +size 1345295671 diff --git a/data/part-02939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..995ecb48fe414a5c87f011556bcc857d500fe20a --- /dev/null +++ b/data/part-02939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221c2d69038016ff5b5831d3e3573dc9fd7da5527d60fbe7ae20326e6469250d +size 576943023 diff --git a/data/part-02940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e79b294378ad2fd706bf608f380f77d48963b2 --- /dev/null +++ b/data/part-02940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc091fdf76d1a7431823cba13a04bf8e74cebcaac064fa3d6cae6351f90e0ea9 +size 433863723 diff --git a/data/part-02941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5424efb2943521d9f1326ba8c0d57f08b377459 --- /dev/null +++ b/data/part-02941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448b57aff75eab2b117c891031f1a374b13e621c84f83b2fa328aa778c98a45c +size 522387629 diff --git a/data/part-02942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5647d44119c91bf2a566d040bfd1c549c539d501 --- /dev/null +++ b/data/part-02942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543fd4fb15a2b41a52ab78601ec44fa8fd9788d47bfc966822f8862a58214cfe +size 805811963 diff --git a/data/part-02943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..358f8c9527fb518aecc06876ac3f9ac5d9ba1b60 --- /dev/null +++ b/data/part-02943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda667ced997afa9e298819e5c7b2d39b08647312329a02119e8dae61833924f +size 828677360 diff --git a/data/part-02944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0df68c89839f2a0bb2389d67bb796f009c00a158 --- /dev/null +++ b/data/part-02944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234729c06a798631a5327b5e6430b0aec82aa7c9aed9cb9ef1e720082bad6329 +size 412211032 diff --git a/data/part-02945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..471b02781bee2aa610355971b18e5da9fc7b2de7 --- /dev/null +++ b/data/part-02945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b436b9a143e6c24fec46b1c73bd650b0e9386312fcdb09d715ffdfa6b9117c62 +size 524999459 diff --git a/data/part-02946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20737d59ea3d928c44f405e87891304cd794acd4 --- /dev/null +++ b/data/part-02946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8e54cb46be5f63c80f940f6ecbd3108b2f7a894de52e031b1b966166319c83 +size 494834885 diff --git a/data/part-02947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58ba928a52cd1ec8ad7632aecda43c5083e28f9d --- /dev/null +++ b/data/part-02947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc336f219c4a3dada3060d703b232f11e458f981efe8d88c822939cce0881304 +size 507860024 diff --git a/data/part-02948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f263f45d9a2d322f9a6ae3c690dc526e85a76a04 --- /dev/null +++ b/data/part-02948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22e2ab3fc960427e61f91098244d0f7d1ced94eee4aee3bef437445442e41f4 +size 492828193 diff --git a/data/part-02949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dbee548cec93f95f2a51bf10c354145c697e9c4 --- /dev/null +++ b/data/part-02949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba02e3d4e55eef1f7cf7b2866114d3be35eb15d12283849305bcaf38e5b94b7f +size 520164204 diff --git a/data/part-02950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d0b8cfaaa11740fd364d7442d46afdbea5003ad --- /dev/null +++ b/data/part-02950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8f81c118375e7939d09b59df027dbac43757fe0a7751748d55ed1d8771308b +size 469221113 diff --git a/data/part-02951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9955e4ae34df1df89056bfb770be9d657f95e380 --- /dev/null +++ b/data/part-02951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632af749535c588bed1850f716346e48ec6c12de1f76f02a218773fa9a913259 +size 500792604 diff --git a/data/part-02952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6444ba7f8cde567860c1c29a1dee888ac7d24afb --- /dev/null +++ b/data/part-02952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5884fb3160b03f976c2753f312538b6be931d05acd0bc270c4297924c9d4eaea +size 454163573 diff --git a/data/part-02953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4300de89c307e587df7009e14e21b94cfbb6cd5 --- /dev/null +++ b/data/part-02953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4a95b5bb599ebae470ae352325c0527a9beb5352699822e838fe33f42984bd +size 548108515 diff --git a/data/part-02954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ae99c4bc07b100a6fc12f7a5235c6db9304a8dd --- /dev/null +++ b/data/part-02954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd9272e470a0fe3b1217b960660aab8309f41b76f1968bd221017177efc94c1 +size 632896909 diff --git a/data/part-02955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ccecad2aad4e65bc8d249474ac9422af1819ace --- /dev/null +++ b/data/part-02955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541a38362e3ef7625bbdb05f55e406968df807ea3c48ae21edc078ca854cbbdc +size 539173454 diff --git a/data/part-02956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..203b93115ee55590040ebb0cd3f058e7f82bec3e --- /dev/null +++ b/data/part-02956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ad83cbe8aaac9e51f299e576da0c9d47292dee918209b2435d308558ed3a0f +size 735608434 diff --git a/data/part-02957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad5743b44131feefe34bf2cbc7d4678d32bee77e --- /dev/null +++ b/data/part-02957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed231d206aeeb819967f53f39bc174246d4b6a78ebbbfa38243ff343558350b +size 407639441 diff --git a/data/part-02958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9cef19b96c9ecc6574df13db5fc883d2d912cf7 --- /dev/null +++ b/data/part-02958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be11046aa59fb4623c774898d4228463757e0d9b03e881f495b2ab38b704fcc0 +size 469038660 diff --git a/data/part-02959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58d4c2f32cd91bada3fcc2fe52ba76ace1b1f50b --- /dev/null +++ b/data/part-02959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cebbaea69a9315cf3233fb79f049734e084f2c5303ebef7ad89071d0f5f1c5 +size 497773584 diff --git a/data/part-02960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bb447828c49ab014944a6ffd040e91d9dfdda27 --- /dev/null +++ b/data/part-02960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a22f4796d382bd8a0fd1de635e4e7156201810a1bc2f514ab20e80e577b1de +size 480337321 diff --git a/data/part-02961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5f3cf8ea0a24bd5248eb72557057ed4736edd96 --- /dev/null +++ b/data/part-02961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296aac35de441c58765431973b7bc964c95e8a9a30fbb7fc054ed1f5ec0b7acb +size 487204329 diff --git a/data/part-02962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5818de04cfb526df2a39c78b5181d882c6b86fc7 --- /dev/null +++ b/data/part-02962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2fee401141d629074f74e138c858bedd5eb4b83f54318c7b8f12b4a47a3637 +size 459639806 diff --git a/data/part-02963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16eb745040efb3678bb8af8972448f96ec2943f9 --- /dev/null +++ b/data/part-02963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6ed0c798d3490c119406ce47ce866cde6ea613873ba6efd450f3a4842d1157 +size 384986686 diff --git a/data/part-02964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f20e90b34e48679b6cd31e9f94450a269152b568 --- /dev/null +++ b/data/part-02964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f232e045f3534d4dde9443bce04893a74f044a59ffeefda0414ba69a1bf58222 +size 486046550 diff --git a/data/part-02965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10933f7056a0765742b5f9101a977fa74009464f --- /dev/null +++ b/data/part-02965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82326800cbb9ffd1120e1b61dd7393661ca7d14242c23ac2b98011bd5047b66 +size 503674188 diff --git a/data/part-02966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..591994686faf73e6614720da184df79bd22bb563 --- /dev/null +++ b/data/part-02966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b88cf8e2e09cd91e878c838e6e74abc9143530caeb78bbc6fbd2bedbb3d05e +size 345935673 diff --git a/data/part-02967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034afe36cb498857454aaeb4247bfb80fd5b0e66 --- /dev/null +++ b/data/part-02967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5960f3385c526cd6880a3d935bbeb887517c32449687b5db0793205ca908d3c6 +size 586161583 diff --git a/data/part-02968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe00bfab7c406f8f161d0c055607ac3a00fa149f --- /dev/null +++ b/data/part-02968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334d003581eff3297366a59d4a60b39113e832b403ec63a888ba74599a295694 +size 829785368 diff --git a/data/part-02969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dae48d85edc0f3281342dcddea7f4da2a0641ebc --- /dev/null +++ b/data/part-02969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e18e62e2645adcb18278dc63634793c29f3aa6038afe340d62768eb48d182a +size 408639089 diff --git a/data/part-02970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2a9382014e92daaa1c1ae215d211087e19cb393 --- /dev/null +++ b/data/part-02970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cc7cef18e95febe34d2159e6defb84f2f64a011252f8bed7437d199dfb8ff6 +size 467861939 diff --git a/data/part-02971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66748554c2e2ac2459fb249d695972808467c53d --- /dev/null +++ b/data/part-02971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaf49d3b673726106813424492277aac0f53ff050e1cd84afe3f1d49d86feb4 +size 488853372 diff --git a/data/part-02972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9942170365ece0dd6d663862ec8975d9ac5ba8f --- /dev/null +++ b/data/part-02972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae9c1f36f42b8584da6b149030d37b90a2f6f8be2dca6c7e5114a6c879d36a8 +size 692671583 diff --git a/data/part-02973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..220c0139c38d8568ceb2695a467ab9e67e676869 --- /dev/null +++ b/data/part-02973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bab09399a378e1157d1f75217bc89fbd29f8e56902351f1705c737dac9e4f3 +size 1732904840 diff --git a/data/part-02974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56c5df918b87019c4b1fb9561db3a171c806f23e --- /dev/null +++ b/data/part-02974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36c05d894529d56955415a740d49fb58b5ab8cee13c96e3c8e70d5cf1a24bbf +size 453943804 diff --git a/data/part-02975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..773143b1368e99223f1c0c02b74e98148ad45ac2 --- /dev/null +++ b/data/part-02975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429c9b90d5f13c23f721bf1eadd8688dd19e6f37917db0a94a758eca0cc47b9f +size 760144667 diff --git a/data/part-02976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66ebd2a3cadc80ec8391ea1da4c6ca101b64964a --- /dev/null +++ b/data/part-02976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513538ba5a6d4df6c59f6184291a3602e3470bcc0decc649bf2ef7e982ebbf6c +size 914326650 diff --git a/data/part-02977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7e413cbfacc540762db5e8bb7275d5b877a6653 --- /dev/null +++ b/data/part-02977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f8e8e9f6db49bb32dec32015e5de007f5ecb4c012dbdb09839e5694652d19a +size 499168285 diff --git a/data/part-02978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60349f817fba6d86ec2d9a451a308cf3709055c3 --- /dev/null +++ b/data/part-02978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6143f6f18194c626c48d952104f04ace7e2da5fd42e3bf927a535ef30ba20f +size 510546304 diff --git a/data/part-02979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daadb2997273020fabfde509deb6e46491addd4c --- /dev/null +++ b/data/part-02979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeebf2b92a3cfbdb50a473bc1b817bbad7553d60281a547c19f80a3b57015925 +size 454593743 diff --git a/data/part-02980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..208c2ae2625ae0b5c57f61cfd345097d1d03db4d --- /dev/null +++ b/data/part-02980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcac7904f596bafeb59ad4596c5d2541247f47fc06d2faa69bbecb3ca1a5f54a +size 613166771 diff --git a/data/part-02981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2b4e95263b74cd35b91917780eebd2c3d872c38 --- /dev/null +++ b/data/part-02981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0596fe89efbb017f32293286d92aa19663456e275fe8baad73c0d405d284955f +size 397051540 diff --git a/data/part-02982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c8f5b7d49baa1452e14e6a622eda76998c71644 --- /dev/null +++ b/data/part-02982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3583c9dbaab92e89106ea1dd2714ed43ebdf3ef09bc295ad6d0569efed58a2 +size 623021537 diff --git a/data/part-02983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e710f6ca16edd28572be2763783bde7712a403c --- /dev/null +++ b/data/part-02983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e329698e3ad31ae8e5996775d2498838d7eb5d5f07f70c297ec78becac25f7c +size 755698035 diff --git a/data/part-02984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b794ac494d8af593290d0071a97471b8979b5bb --- /dev/null +++ b/data/part-02984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e442b425d1aca8b007023539b51098631b88f9a293d0ae5226dbfd792a7cda91 +size 352277404 diff --git a/data/part-02985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fb2ee89473ff4c885e84e9eac775f25c4f19625 --- /dev/null +++ b/data/part-02985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a6e3d84633053ce0338fbeac2f6ae44216bc4e0b79c68bb35f63a2dc49ead3 +size 403261093 diff --git a/data/part-02986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..814ac6b23b0653b3337b67a8baeb6fe7ca4a79a6 --- /dev/null +++ b/data/part-02986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9aa8f338b55502f7525ffa0fdf6480505cb83870c6279d2d4d2367a0dc0c6c +size 612637295 diff --git a/data/part-02987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29f3e1f3410825b2b9c2bd1c5880a982e9c144ea --- /dev/null +++ b/data/part-02987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea78daf5baab14ee01d615bc011fa8486227c7db33d45ef25d90ecdca87c17f +size 574708457 diff --git a/data/part-02988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6264f55ccb14f928f1ee93eae1567377805e58ed --- /dev/null +++ b/data/part-02988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bd94e9c05d4943a0f53fcf549edcac07d67a9c6d19d2e3fb4d610570db8cee +size 613286303 diff --git a/data/part-02989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a3d2c3e43fd7521d8bc971da8626e22e4e04745 --- /dev/null +++ b/data/part-02989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f948253baaabbb6fc6ec5053e16b63bd2f8701a7cd9cd93e191c0185e7a98403 +size 410838051 diff --git a/data/part-02990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..febc709b7541aff95b82d5ea14856bb16a923f02 --- /dev/null +++ b/data/part-02990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65309ef2dc0f0dc5a338e2d2a3a5c2a6b282079a730124bc7138e9fcd535fdc2 +size 650318320 diff --git a/data/part-02991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bed28ab87f3de76447c92dac6f3cd7bcd85aa84 --- /dev/null +++ b/data/part-02991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b04e3503013bb44f1f2ec9f0a056c622eb01438b0dd299fb9731699b7efbe4 +size 418403053 diff --git a/data/part-02992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aee61b259c3ea90c8c47b7607168a1d4160fba8 --- /dev/null +++ b/data/part-02992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73c01c152568982738f2ab650ab7241eee64860847be17f1206aa1489699321 +size 714258878 diff --git a/data/part-02993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b732f25d729dc173e7d177822783987452a3deb --- /dev/null +++ b/data/part-02993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91832debc2b129743785080e6aa6c1a28e910148302a7b67c45f7d28158fcb2c +size 480266902 diff --git a/data/part-02994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42f604cffb6ed4abffe754c98195bdd4693c12f0 --- /dev/null +++ b/data/part-02994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1023762b6b379840d01ee8599125ccbfce8fc09fcb7d7ff8406f17946a1d6822 +size 665555380 diff --git a/data/part-02995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fe823e5421dddc77b423f08550fe0b8d61fa619 --- /dev/null +++ b/data/part-02995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1036a1ca7362297e00ea0f7d620020198158763ab1cb113fd46c39f35c51bc8 +size 719304636 diff --git a/data/part-02996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..926cd833333305cf05cf3e6361a42666c4789157 --- /dev/null +++ b/data/part-02996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0eb0de102813a0aea0a1cbc1f751864ef9ca02e0c80deda81c07090ff8ccb4 +size 444714355 diff --git a/data/part-02997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd21d914900142ce86130bc7b67194814ea5ebf1 --- /dev/null +++ b/data/part-02997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da37cc5092f0b46ee2645f487d14e7ef56b47a92f1ad441d3c790521b6cc9bc1 +size 460182635 diff --git a/data/part-02998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4c070959d5e107d6dc5408c1f25aaa0d56dce36 --- /dev/null +++ b/data/part-02998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd5c6294a66b975c1ceb55a86e8889347646b3fa2fc89a354102327236f1f28 +size 552289954 diff --git a/data/part-02999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-02999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa14d68fb55622a8c533c9bfb0e4fb11bc33e391 --- /dev/null +++ b/data/part-02999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff5e567fcb4eed8f24dbcbf961881d676bed7779717beb240cc1d7af0ad89af +size 694237399 diff --git a/data/part-03000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0010e0bbac652fa480abec06e2796585862f6bac --- /dev/null +++ b/data/part-03000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb11ab2d062abe3ed7ff8dc5eb083495e931782b9995bbe153539276ee9dfaa8 +size 504795874 diff --git a/data/part-03001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b4ec800688400faaa41bd095a545ae34d7934d9 --- /dev/null +++ b/data/part-03001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730b74ceaef2bf89ca4633fdddb31cfc0327aa1e836550a6565e7803e8e4eec2 +size 914006074 diff --git a/data/part-03002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..471b60f234d5d141ad50729e93262046bb331d1b --- /dev/null +++ b/data/part-03002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa98753e3bba972ff61e8b17da74f0077705fec0982051f364b8ccce81ffe30 +size 459101401 diff --git a/data/part-03003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f46f62f8ebb0c5f2d49d9882eb5f7b1df2ad948a --- /dev/null +++ b/data/part-03003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eda438910cb821e509294c632a98697a15068a97e54293e7d70f72c0688e80 +size 554462703 diff --git a/data/part-03004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f25843311d1195c5e118a07abf109287dd67d707 --- /dev/null +++ b/data/part-03004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5b0fa82d5a9cfa1c0ef7f46112aada008966660b504c1ddd40500479cbe4a0 +size 517299966 diff --git a/data/part-03005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06885658786c05ed766c063674dfa7244faa9192 --- /dev/null +++ b/data/part-03005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e00e4e84f08a74cf34ed87307027383d766267e9a6e27b41742cf2fbf849a0 +size 568708083 diff --git a/data/part-03006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ac9e18b4fbd717e5df420d816c03704ca373a3b --- /dev/null +++ b/data/part-03006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f1e148069cf9277824785bfe0a77b30db81b4a6aaff6ec735dc07fda64044f +size 1459663574 diff --git a/data/part-03007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..636742cb3e677f91c4f17048c26b25741a955b9a --- /dev/null +++ b/data/part-03007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3879c5ca1d7a41d7e70a7341705376b9d9df784f0a1b8ca1ed86374a0a637f +size 501999485 diff --git a/data/part-03008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28afa1a58fda8c42daf813c55fa90737a463ebdc --- /dev/null +++ b/data/part-03008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46793a8297e7228225f2200a7d43bdc83a5442b97db2990e5c11c84696a2111a +size 977015541 diff --git a/data/part-03009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01aca8e63bd8ffa2e8fa25ff61d88ac7ca7b1ebd --- /dev/null +++ b/data/part-03009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22ac1ece6f777ff932f1281b0363cb63bca0e7829958d7b8d1d9a37d244bb59 +size 636969927 diff --git a/data/part-03010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..226a23c356b2e11d1331b7aff4d5ebcf93c9d42d --- /dev/null +++ b/data/part-03010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c496f693104bfcd303dd007f1898bf556ee6bfc04c3b8b15ce2c8fd64c073fb +size 434535622 diff --git a/data/part-03011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e6dcdc8c0b9e9c49b784bca09083a0a1ddbd091 --- /dev/null +++ b/data/part-03011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7034c2a6b4bfee201a05fd36cba2852c6e66dd2d16e186a8cd1bcf7d08dfd7c +size 404752001 diff --git a/data/part-03012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8393464f75889b01640c394ae76cd2175818f92 --- /dev/null +++ b/data/part-03012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dab94288c285644edf704fd1872028e1d5e21354debff1f2bfd31b744a644f3 +size 453428498 diff --git a/data/part-03013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91ad75a0f5928b69d7e8b57a24f166f328682839 --- /dev/null +++ b/data/part-03013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d161fbbf11a2f266377620aec46ffdf2ae3acc76fb03f3846373b2bfa4f0d84 +size 736077150 diff --git a/data/part-03014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3f5fb21152a20b11abba7cef19d0c4270137c67 --- /dev/null +++ b/data/part-03014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d6307645bc8ebe1fdbca3f423566372e7019ba28835aab2d31ab541fc59a69 +size 556322921 diff --git a/data/part-03015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaa8aba9d75dc73221718542a37d7468f12605c2 --- /dev/null +++ b/data/part-03015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f99bb85f99c557c18b6af4b547180f442d0fde872b94b3910d6b0e99c6637f +size 461925098 diff --git a/data/part-03016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e69ba4d6dac061a56801543ddfe20360514911d --- /dev/null +++ b/data/part-03016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0026552974390cbf819cbe9225b9f9489882c8aa9815f4336b155f92ad53577 +size 585303195 diff --git a/data/part-03017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f83d1f058a09f93168810e39b5f6efa6ed543b5 --- /dev/null +++ b/data/part-03017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b684751f83d16253887dab2d2920bfcd31991e94d3eb63983bc7ab56e88a6190 +size 551166700 diff --git a/data/part-03018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de3fc86f6f61bc1eb15a7546ac6cbeb730d1aa0c --- /dev/null +++ b/data/part-03018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e935773043b95cfcb5caf4668619c95bb1ca668541f5e3019f87e217824bf8 +size 487939616 diff --git a/data/part-03019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5a711e4c2193d6b1d349f7124f246288d5014db --- /dev/null +++ b/data/part-03019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dfc914ba7ee0ec758c9785928cd899fcad52e607a3a9cf8834ee4057f7b401 +size 684237542 diff --git a/data/part-03020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5762a9cc92309a7273c37cf3c07c46cac1989193 --- /dev/null +++ b/data/part-03020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4164fea2d6c66e2fb6a80ebe7ad4d57bbb37e485c57db4ff1f987362641499d7 +size 1264892614 diff --git a/data/part-03021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..735a0ff7d83c558542361a9c74c4b56dfd7298eb --- /dev/null +++ b/data/part-03021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a484e6c33bf05ca17cbd4b0af03f215bb5c660cbfff99a6140714d9483c5f5c +size 419610379 diff --git a/data/part-03022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb6609d78dcd3b6d3f297159b761ef04b550aa93 --- /dev/null +++ b/data/part-03022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043f9d5023582673e3359f862ca5abb0cde868a7cb43cde727b46ccb0e83af60 +size 438155992 diff --git a/data/part-03023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ec8d54af4c8666464e32994fd768aeae85f8948 --- /dev/null +++ b/data/part-03023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ea95eb1890686f8ec4b40d84209b04d15164104819eabda24061f783dd8f79 +size 516317220 diff --git a/data/part-03024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2880ba4ebfba9efbb0c8a7c03ca52023c99eacde --- /dev/null +++ b/data/part-03024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031cb505259f4ff7216bccaa581295667003b6cec89200dfb804a6c151997744 +size 1306367865 diff --git a/data/part-03025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbd7acd3b364f53a202633294b1f795a20eb217f --- /dev/null +++ b/data/part-03025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12894db159850dd52de47436b4143003b8787c88e18ba4e052a33307a91369b +size 397129373 diff --git a/data/part-03026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dadc1bc777c53e2de88cf622bebff670dbd13ad --- /dev/null +++ b/data/part-03026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242863e079f2ef8b632fa8e7e9e177c41d1fbd02ff60538d9f02c476da6191e8 +size 752384958 diff --git a/data/part-03027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb01a259a5b86ba4ba1ab46afa9af92b4bf6fc51 --- /dev/null +++ b/data/part-03027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9274f105ecb63b9babba7fc4c7c36ebe499269f2a6af1f008c1efeff808fff78 +size 550865145 diff --git a/data/part-03028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..763f8f75f739996d1c04c3dc59ed6bd049f2f330 --- /dev/null +++ b/data/part-03028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69208200c4682b3ce678909b97655574def2363abb5f5962eb4e7033b38f9636 +size 533655384 diff --git a/data/part-03029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..614741bd4ee025a82f1a1e7f230946d7fc42488f --- /dev/null +++ b/data/part-03029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16effb930d6104ceba18677d3e02a711ed9f534cab0a9a64f2f949bf9bad15a +size 935873586 diff --git a/data/part-03030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d37d58c96e28009ab864fecf49577710881540f --- /dev/null +++ b/data/part-03030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e692a94ae6f53ae0adc521985adec99840706a2222fdd33c8e5c6e91be1fcca2 +size 849059652 diff --git a/data/part-03031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c54f1080d69d75c86924ee270fc2583af65121e5 --- /dev/null +++ b/data/part-03031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8becf247646a614fbe8b4be50e727e0d1759885a8968d88987d48899af3761 +size 518935360 diff --git a/data/part-03032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6f06333d717ec356aedc3833d09940731dfe54c --- /dev/null +++ b/data/part-03032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e025ffd6b43dc6d6a82b34ba92dffb364c8fe37962a96bb6a59b82ec636527 +size 1128897949 diff --git a/data/part-03033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fa80ed0cf8baa2109c9345af775df2b76881296 --- /dev/null +++ b/data/part-03033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83c1dccc2e4af5b2d849d059fb2082db804fe49d55c1a6e25091afb71eeecdd +size 393886248 diff --git a/data/part-03034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a421f9639694517b9c01cbe80eb539331d98b9f6 --- /dev/null +++ b/data/part-03034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9475cd842299d7cce9c597b26842b7a7e76d5a6a72d0a739d0dfa1eafcf7f80 +size 493904313 diff --git a/data/part-03035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5bddfd70e8bfd964e49adefecffb66d5180cc0a --- /dev/null +++ b/data/part-03035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33451578e91fb1a59692740b6557cec308e86138810424865828522ee4336899 +size 612958343 diff --git a/data/part-03036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66408e5616277eabddc8cf6baefd5d0044f79004 --- /dev/null +++ b/data/part-03036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93756bbb483bd2ffa284fb3a243d4f8c3e55434c6d0ad900462b0a82bb25465 +size 400273064 diff --git a/data/part-03037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60495963742e79fdd9083f509303d0a312755de6 --- /dev/null +++ b/data/part-03037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e6bc1123dbde707f0ded074e8de1210bb5d6f4f33f913cbaceeada17757a33 +size 539617987 diff --git a/data/part-03038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71a38c8db32fc0d0a075a6222ecdcd85a92981da --- /dev/null +++ b/data/part-03038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e281d9c685b031fbe31f1ad099f0f281250e7b3553bca688e77dd9ebe2f0514 +size 613419207 diff --git a/data/part-03039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecd28c482e85f70ef678d8b883ec4a66d4428094 --- /dev/null +++ b/data/part-03039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1025b4a256f1d2bcd9efdb12b8c69edd8eeccf59774c0994ccef1008b816a4a2 +size 407004128 diff --git a/data/part-03040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e73a9b8dc8ce9bf40e4c88e9b6e116876d503d3 --- /dev/null +++ b/data/part-03040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703dca577a039fc368e22c6b82f231efac9f979ae267b44d79ee32a9f1d85f33 +size 673337356 diff --git a/data/part-03041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80a67c2812ccd855203427bc3dc4e6538d80b94c --- /dev/null +++ b/data/part-03041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a601441f03d69faf5753ad45b73362b7c806e92a8e49efde4a85b4ca0bb59d99 +size 507771923 diff --git a/data/part-03042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..536643ffdfdd9b5339101a6e342986c031d25d45 --- /dev/null +++ b/data/part-03042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcc12effc718cd5ac89450ea9436e4d56db298c20b1d713a7751761310e45db +size 407802203 diff --git a/data/part-03043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..059c7ace0d3ae37c5379c98b8ef7a93fb8859498 --- /dev/null +++ b/data/part-03043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d77701ced3c16f5af65f3660eac72cd335038cfc7229aef8e9f3adc59c728fd +size 973636079 diff --git a/data/part-03044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e5203c7ef6b8dbc9a4c89d6e4447ad18bf42ef4 --- /dev/null +++ b/data/part-03044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20901abde1de5fa759c30f98ea33177c693033c036c4f1476fd32f862292ea91 +size 501941457 diff --git a/data/part-03045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b053a75c4c16ac28acddc5278793f8c405a23271 --- /dev/null +++ b/data/part-03045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ac8b7fa5e720b6497b4f0b95b1af3180e143fd7e60f3cdcf45a6d30bb785f3 +size 686772459 diff --git a/data/part-03046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..821de016bd53bfec47f199e127bc067532ddc034 --- /dev/null +++ b/data/part-03046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3715fb7b3f2adffdd1507d81e5440a7a90a540db4338ec8a3515c1637ef90b +size 546344792 diff --git a/data/part-03047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4abeab8222a5595180d142ccb8c27ee3c1753c1f --- /dev/null +++ b/data/part-03047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777a182eab2e0a8921d93bbfb45ae94e7a94b790a215243153e99b85fc528dd1 +size 794671865 diff --git a/data/part-03048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61bd6e5009b0b4b33ca3f3119fec1602d9544eae --- /dev/null +++ b/data/part-03048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16785ad125f157d72d83bef27a5ef46587e445a4b54342e855beada4d048393 +size 409819241 diff --git a/data/part-03049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3a0b90e08aa4a854a403d85e72aa351d414c745 --- /dev/null +++ b/data/part-03049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a4f96d2dc93115805c064d6e2f0c49996bfdd3571b4a848ac7fa3bb0334d93 +size 381880326 diff --git a/data/part-03050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f7a679f1dcee6b250c7aff58965296145d4d8ef --- /dev/null +++ b/data/part-03050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544d9eea39e53575859b82775d5dcbdcb96333b8d16a88459cd4c68785240d4c +size 465618246 diff --git a/data/part-03051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebc043c25de55af296393e6908d4d7c5eecc9116 --- /dev/null +++ b/data/part-03051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536989f200476709518f287e9168fd50e0b68df825b09f673205c5734b55a1c3 +size 688649127 diff --git a/data/part-03052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f3be5c75cb22cfd45a14ff9bd26f7c50cc4ed4e --- /dev/null +++ b/data/part-03052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea4a1da7f7ba9195293dcdd24c92b9d0b2574a02134e85ba72bba7d56bc7b82 +size 652888044 diff --git a/data/part-03053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3d11c656fd2d934988d78c6a77439ce31aea193 --- /dev/null +++ b/data/part-03053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8cf6d8ef11170232a0a1023f77d9cbc08fc43f6597b212b5288586402b9ea0 +size 476348333 diff --git a/data/part-03054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2f6e79a3ae38e59588b535f2bdf70a8298ed14c --- /dev/null +++ b/data/part-03054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35bcad20f8e65dbe2fe6a4dc6279ec0c3d7b4dac782c9acc49c83b06b0b9a23 +size 880839065 diff --git a/data/part-03055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0a1dad0a1ca183b4439d460332fe09e97f13eb5 --- /dev/null +++ b/data/part-03055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf7625d3b1bc61e26a0147d3681d7fe88bfb602424ba41ae866cafc9de68536 +size 447335991 diff --git a/data/part-03056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b77e24133ae8b6b6caf29da62c6f3a7ffc41063f --- /dev/null +++ b/data/part-03056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c91d6d0aadd41d3300bd7bf1d0789e94b47991822689e197d4abb5b845d684 +size 542843930 diff --git a/data/part-03057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..179e386609016abc00e96c54287cee10c2cd6257 --- /dev/null +++ b/data/part-03057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3f6693c296ab25b55c515f9f1f6cd082295323a280d76c86acef094c216a55 +size 621480333 diff --git a/data/part-03058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16d4de0840b4707757568cf2fadb2c363e356996 --- /dev/null +++ b/data/part-03058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e99ee1de70ebd09b814806d81749ca616aba925ea899c62fe25d04ce9b82cde +size 539681738 diff --git a/data/part-03059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c33b5e301f89d1d90a3bf80bebf9abdbced4fd23 --- /dev/null +++ b/data/part-03059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a522d945a8bb74536b9259868a81a76a411085854cc3bb683498606700c0b4c6 +size 639248002 diff --git a/data/part-03060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8abb9d90744de21ecab4d13882f0e63193783b0e --- /dev/null +++ b/data/part-03060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ae4ebff9778fa6c0ac10b66df278d55162a5b35d5ce8473f64fdd7062e78e3 +size 383027914 diff --git a/data/part-03061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9be8f3e3e1f3467af6ee762668e51bed45c77fb --- /dev/null +++ b/data/part-03061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7494214f095e7ce22117d5953e8bb11f5c3394f82bf2120a5198aea05f68a917 +size 500478644 diff --git a/data/part-03062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7faa8c2ebbf08d2bd9769d322216866a0c12f611 --- /dev/null +++ b/data/part-03062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddfd43fe3ea2a8ce7bcaefa544fc9f12de385b90d9af0dddf7b2b0dc427d430 +size 509556778 diff --git a/data/part-03063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb881e054bfc4d8b16b2ba01ec2bf75c51e44ae9 --- /dev/null +++ b/data/part-03063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a911e8c208501a5f55f376a3c197fba329955c4d00237521448886d6aaec6b3 +size 572498748 diff --git a/data/part-03064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3a18f185bb5980af5bb38e482e0472798513c70 --- /dev/null +++ b/data/part-03064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14f5a0fcfaae0355815ab59c95b7298e10f3d200e6c602085af043545b6f077 +size 618446926 diff --git a/data/part-03065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..318df892c219f106759d395cbc79ff127699db68 --- /dev/null +++ b/data/part-03065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c45df430afb582dafa118718a2f068d9f5aeccb7afe6f69af08e2ea1b1f649 +size 363340905 diff --git a/data/part-03066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac3df73eec58bdd6bfc2d25011cf0635c371f640 --- /dev/null +++ b/data/part-03066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb07b2701e9fc542c66ee3a4e56ef913746d2188f76aef31840fce57ed32ca3c +size 753139624 diff --git a/data/part-03067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44433751521e81c0920e665ff505825423a66086 --- /dev/null +++ b/data/part-03067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64802a82d17d23de5ce67c778aac439c5ad8d5544439c88152a11895bb826ff +size 497403455 diff --git a/data/part-03068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b54e9efa27db13fa30f9aae3984b59ede1f4c9c5 --- /dev/null +++ b/data/part-03068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb49b1b0d46ec2c54b07eb2f6d464f64cc77bbd07f561dfecdc94428ee60d1a1 +size 467013024 diff --git a/data/part-03069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db30383e10b7e22a8d8553696112bd6eaece9b3f --- /dev/null +++ b/data/part-03069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bf59ab52bc7fff204033700b4612213f94e45975fc6c9d6334e4d89d7543c2 +size 539648654 diff --git a/data/part-03070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0956b94a7bea05e80153dbb6ff1ac3014656fa88 --- /dev/null +++ b/data/part-03070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d613d84cc5a9730bc14e732ff51a355dfa51673aa0917bbeedbf6db98c99309 +size 497034609 diff --git a/data/part-03071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de7411ffeee74b69fb0619cb59aaa7ebd0cf607a --- /dev/null +++ b/data/part-03071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde47a1ea70c63f8990ccebfc3cc21d08b67e06f9b1831ff218185a5d0b5c395 +size 499973070 diff --git a/data/part-03072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba5beb724ead96895cb9775921bb24772a8c0a83 --- /dev/null +++ b/data/part-03072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cae39adb580f509baad9116ae0af9552c332bad3e99f8a37ac5f436d4fdc38 +size 570601992 diff --git a/data/part-03073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d1b8f93c9dbfcaf0cb1e58de961c6afd8c9d4ef --- /dev/null +++ b/data/part-03073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6807c48078370cf75235f56a27cf979a517df4ae9536f6be236fde3ff9fdcd +size 452127553 diff --git a/data/part-03074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cfe182f27e6f104c5a2d6634f7a4ba7bad2537f --- /dev/null +++ b/data/part-03074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c097caa00cf0a55a320064697570605c07d892946337062bf7bba3934f64b9 +size 517359355 diff --git a/data/part-03075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..706640f3824acfed006c92fb23eb97dfe708cb47 --- /dev/null +++ b/data/part-03075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baf8118ade709395623fa8450d1d189c7b6f3ea42d71d1f3eb36635a8d4bebf +size 554667604 diff --git a/data/part-03076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4b30f77c81e08685aedc12c7db81d2c43389f66 --- /dev/null +++ b/data/part-03076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fef16dc72a74c27d2b46568e6c77423cfef85e37190bdac2a959c56c5345747 +size 1047412308 diff --git a/data/part-03077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e86991b1eafc207d8e93f2feadebd2088bb017a --- /dev/null +++ b/data/part-03077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0432ae5f3f6bce3754268a62e38978ccfa3e1d8e0b68e50239edbf766988f48 +size 577687344 diff --git a/data/part-03078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a67708cce4c35553f632caffb89b4afc95ec7139 --- /dev/null +++ b/data/part-03078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40111a38b8f30d3ac37925f6c9169fe5b11d8e2a0eec3a1a4b9559ea52a1cbd +size 457364341 diff --git a/data/part-03079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d7dc6890693c2c53165b8165649a2b15944b91c --- /dev/null +++ b/data/part-03079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd0137195a9a7518b43d974b0e4f31594ca9b96361e418cc684b71770968361 +size 511163661 diff --git a/data/part-03080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5505d4af79a71e11b1bd6d2db5044798462caa47 --- /dev/null +++ b/data/part-03080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c16cbaf9b2175fd4272cb13d26dfe16334244eb411ef364692e1c9f0413325 +size 621671124 diff --git a/data/part-03081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58565cef1bb167bc29f546377f823b3c26b2e8c8 --- /dev/null +++ b/data/part-03081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ada67be29a137676cb74801c55fcfee4a93951e2b5553f60c8b7706ca3d173 +size 1324023092 diff --git a/data/part-03082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b113ac7dadb0efefe000318b1547e624b94204d --- /dev/null +++ b/data/part-03082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f891eeb314a26692697baee174632046b9ae41812a28d17e9394e223bdcc6f +size 468680487 diff --git a/data/part-03083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44bf85b22fb213b9a7f0d9bbb29b0b8d9f3c30fe --- /dev/null +++ b/data/part-03083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9033d15617ab75c0cb5f39e4973d31d61c8a3bdf631c53d35bc63f6911aafc33 +size 659540180 diff --git a/data/part-03084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5256d4c927ac7335ca166f47ce97febcb13806cd --- /dev/null +++ b/data/part-03084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e42665ff4945b24f4bee98a00ff79a25a9b90a0ae71dd6811ce93c7f581f6de +size 1252733578 diff --git a/data/part-03085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08beb78df7869d9a25b3184a10c10988d9598c67 --- /dev/null +++ b/data/part-03085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a299768ad20cd5ca132a43505c9eb4ffae09ec098065c8184b226028cd371680 +size 672802860 diff --git a/data/part-03086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d283bc8bdea99ea6f6489277f9c1cfa3229d101c --- /dev/null +++ b/data/part-03086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb0af4fec2070ce1a74c73d28b47cfae475511c6550f76b6250e3fb17b552ac +size 510294943 diff --git a/data/part-03087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e35cb1cbbddc6d8a8d4f29a8a4b7d54f92548606 --- /dev/null +++ b/data/part-03087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65205f1e3ca3a892629b86c436b405f221fcc0c7bbe8ef694b7294384d68f45c +size 693477457 diff --git a/data/part-03088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23e068bc71801a59efa741d8397d9a165941fbb0 --- /dev/null +++ b/data/part-03088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0564ec1f69bd441c240933af8b085428f1a31b4e798edde84edc69f473c69a8 +size 1771201980 diff --git a/data/part-03089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6419530709fca65e0c9385f4869f7aa21d907cd1 --- /dev/null +++ b/data/part-03089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe7960507470d4ab122da01ef163ed10078a66ace60326abde22dc21eccc10f +size 516543424 diff --git a/data/part-03090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d533d9bd44183127127d6ce9f1d5bd1d8fb3ec68 --- /dev/null +++ b/data/part-03090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a881f4b6b18fb022d4edbd10adc15f5567e4a311cfeb2eb86dc6e8be6bc8c2 +size 816848965 diff --git a/data/part-03091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c805bcc0419bca3ddca0b6451785b0ddcab05818 --- /dev/null +++ b/data/part-03091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0a16d49fc9a94882281a2b112cf5912e3a536f0f51819d9d53b0ddfd588f99 +size 764017059 diff --git a/data/part-03092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8460fbfa10e16246fae4f7975b6a88185ed4aed8 --- /dev/null +++ b/data/part-03092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15389e76b766ac7697cf64ce357d90f69dfc141e7d26796eff946f94b03ca70f +size 500045385 diff --git a/data/part-03093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6850321ef71f5e03516adc4b94b97b386f8aa2d --- /dev/null +++ b/data/part-03093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caf20542e0582ebe874072a1a17e44791c672ab330a25b3a76bef0e380db0bf +size 468094161 diff --git a/data/part-03094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ad7b762fb62b1c282eae0cf1d8e22ab201034f0 --- /dev/null +++ b/data/part-03094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bed62a5cae35d478d0af87577993123d10bd5e3b63d39b22f8fee71368ca09 +size 557738688 diff --git a/data/part-03095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..301cbf11e7320242474fa2a5fa976e2e5fec73d8 --- /dev/null +++ b/data/part-03095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bb9cf76b6c65d567af114a08e6aa3643774eeb420d48df8a1a16397bf68a59 +size 660692399 diff --git a/data/part-03096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dacf62c4056fd7eab5e44134d96946a4207def1 --- /dev/null +++ b/data/part-03096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28956360e6987f2af8aa873774b768bd1a81112f8a8dc370fc6ddc7976c426b +size 823992910 diff --git a/data/part-03097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8cf764c92b623f8d14bc33d94fe0fcfd0836668 --- /dev/null +++ b/data/part-03097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de61629fe3623cb3a0559b9f0c3ee466922ff77106a9719f27088bbc92472285 +size 590872883 diff --git a/data/part-03098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3e3e5a7e7591a7310735e9d1db32ac061696e0e --- /dev/null +++ b/data/part-03098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c8eaaba14d6a5440cc2035565e34fd22cce2426e4b7d753cb90dc5a3f69299 +size 663422541 diff --git a/data/part-03099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e3e9d127afa448f66490b9f16a7110560ebf57a --- /dev/null +++ b/data/part-03099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2362ee506eaf228151a30a9945930ad4f97207ee9389066b17167918c653db1d +size 556179725 diff --git a/data/part-03100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ad56f19041bf4033974d237a4bb434c3070e568 --- /dev/null +++ b/data/part-03100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2e7cade583516ad69b0baa0c6714b1c8cedc180ca94058b42689d4054c9132 +size 545198765 diff --git a/data/part-03101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60d3a8d0f37b87485f74446d5c2373153089c06f --- /dev/null +++ b/data/part-03101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e0f9e553d367c3c132616aeb5991444bae046167f44838599387ed723819bc +size 741850437 diff --git a/data/part-03102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c2601866567f83a7a6cc898472cf7285dcc4261 --- /dev/null +++ b/data/part-03102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff15ab7159f44701fc1887186f0b15e3449975e1242b900c4597cea1b60045d +size 472147573 diff --git a/data/part-03103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93f0034989d18fa116a23cb759f0326c6c1b6e1e --- /dev/null +++ b/data/part-03103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc19516ab5c60447deef9a8a82b392346fc8d52f4eccb1681ebd8e93bc5afaf1 +size 485316412 diff --git a/data/part-03104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ecd42a8ff564d3099f5a1b2f77f7387f46ee1b3 --- /dev/null +++ b/data/part-03104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02cbe5ccf9375d3f2d03879ca1e528e308e92ecfe3a4d607c1bc660f14933ed +size 603898581 diff --git a/data/part-03105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17985001ce0f303cd462878dedbc5ce15f7cebf4 --- /dev/null +++ b/data/part-03105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c2a36980de2dcd4f59c55c6f561e17bd2d519e52287de796431fe584e6b66c +size 514479308 diff --git a/data/part-03106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b352560b0552657119abaadf3c6cf693a8b07755 --- /dev/null +++ b/data/part-03106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490d0491163ab43c3a008bd0fec974047798269160a267a1d75d8a1e41b85b12 +size 378985504 diff --git a/data/part-03107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c07654b5c3f1adb291ee0149406416e5f10b3b7d --- /dev/null +++ b/data/part-03107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689bfc234d74f2b6bdda3545e872c3aa41887033d7456fdb7ea053a7e8e3ff7b +size 468545550 diff --git a/data/part-03108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e02d76849714908cf909c9765a417fc2bb6581b6 --- /dev/null +++ b/data/part-03108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17974b41d60bfeaeec5117d78a38d4c66318b9061f6d9b88bbf91565a67fa4d +size 621864566 diff --git a/data/part-03109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b2cf91da2e6590c12ec358a8339019e716c09ed --- /dev/null +++ b/data/part-03109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d2c4a3bb54dfa2b7a85271468112da2160f7b9607f1cb296b43852999c3526 +size 354579431 diff --git a/data/part-03110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..762707e58a152beb02153deb27839dfb910c5482 --- /dev/null +++ b/data/part-03110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861e41ad420a8aede4db71e2b3caa7acc284a44fa64bdc8881342dd122111f61 +size 695094386 diff --git a/data/part-03111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c868d53148bc27e0de1edab05d1cf151806b9fc2 --- /dev/null +++ b/data/part-03111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6f402a5db4f0eaa8d8db45e52df29cd2914ba454f152528023eed9822108e3 +size 690494511 diff --git a/data/part-03112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4903eddcab2d1c1e15b3b419ccc7ee7f819dd3f --- /dev/null +++ b/data/part-03112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a1368542ed290f6e547cf38a4adcffb6541f666696a468dc5956abdba94e1f +size 515527005 diff --git a/data/part-03113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90dda612556456b5ac1c5403ebf3fc2fcd9719f0 --- /dev/null +++ b/data/part-03113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1584fa8bbe953e6a9b4489e9e384651fb051c69f4d8acbe3e140f337cdf22e87 +size 523967590 diff --git a/data/part-03114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11b0d5c4954d972f47381141e882cbf9781b3168 --- /dev/null +++ b/data/part-03114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e395a76076ae79a2c7950003935f626847956b63f84063c12995776060487404 +size 464258408 diff --git a/data/part-03115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1e8e25d9555d476d955600b43f488a910e57150 --- /dev/null +++ b/data/part-03115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f0a9725820850b36c04162980fddaaa706ccec4c4e61082c36ccf9d31d1459 +size 493531514 diff --git a/data/part-03116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f2c624349c3e8766bb479de56be9d75e1dc83d2 --- /dev/null +++ b/data/part-03116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ae407cbdd2f35d771697fd14bc87635017362e4b28f560e7501fd08f2d9c74 +size 571693736 diff --git a/data/part-03117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3541d263468e95ee780b8cbf1a24a0cfc5cc615b --- /dev/null +++ b/data/part-03117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c61357f4597c7d3350028474ed48ee6b186ea43a1136dd99c426adabac91535 +size 456791788 diff --git a/data/part-03118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9640712612bc5c434e7cee8c64957a9124cae616 --- /dev/null +++ b/data/part-03118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615ffdec735a8fadbc36188a9e00e5ce65a64bb698aa0c57df53553a72db7412 +size 663180317 diff --git a/data/part-03119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2425dcc1787043e9f6d788db49540f9be2230b1 --- /dev/null +++ b/data/part-03119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972655b758051f97289c4f13180afcc24ca81000891e0b691841d86c19fbae99 +size 496683055 diff --git a/data/part-03120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c47cf10c5a8c31eb6404090b3b9c2041fb12f53 --- /dev/null +++ b/data/part-03120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d73c78d6b206a9746c1993753eaffbe940946ae566513932683dbc3e68c01c4 +size 547572777 diff --git a/data/part-03121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d2697a254a908f3576614c046dce794ecd0b1d9 --- /dev/null +++ b/data/part-03121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8ac1c9de6ce0abd45a144ab272a76bcf217faed7ddc226b976d568b76d2b31 +size 502483469 diff --git a/data/part-03122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1b23e27d7bcc096bddc90b738583e17b82007d1 --- /dev/null +++ b/data/part-03122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab915ea8dcef048a0f7230091cf7c5b38ea4a647420998b2952d91ba55cba4b +size 403120783 diff --git a/data/part-03123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f28b2b72f062d66a40b3a168a49f0d02f3da574f --- /dev/null +++ b/data/part-03123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7d20782efd92f289aeecfcacd75cdffd56c5597a4958dfec8682dacf0da390 +size 423359549 diff --git a/data/part-03124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7e58d7f064329dca6f25826e6dc6d8a00528a5e --- /dev/null +++ b/data/part-03124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac1f89e297448e040d335e9377417b01951f7e525faef5fd390811ad8d5810 +size 580898311 diff --git a/data/part-03125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40d16f8b902060863d46fc3bcabeb11ccf7dc8a2 --- /dev/null +++ b/data/part-03125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f5938ba3d95bbbbd567522a22991e4f6bd430f14c56a9d9684dad63e49f76a +size 547625400 diff --git a/data/part-03126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c5e98ed729b551dd44e932cd64fcf4c1264904f --- /dev/null +++ b/data/part-03126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7efbc282ca4fd7cfd45214260a6ffffeb08d0ae850f2b882ed0b9876e519867 +size 565307727 diff --git a/data/part-03127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72bd9df9693e22b3934d459a8508960793c6a42a --- /dev/null +++ b/data/part-03127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7febe3fb1be252c66a14865fdfc7ff6c886cca26692675e4982a69585d92c265 +size 677705691 diff --git a/data/part-03128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..717deac889ee0e3d3a930db0c713d2cb583dfd67 --- /dev/null +++ b/data/part-03128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032a646dfcbcc20bd41a77bb53bc2ac0498b74130e5c322f6b3bc0f58d42f037 +size 462900179 diff --git a/data/part-03129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5eb54f4702cde47e8bbad6b51cd2d63ab63e545 --- /dev/null +++ b/data/part-03129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a084c6ecd40082e78a9527b1047ef9d9c45476a79d2c5fb16897f44f311d08 +size 558237387 diff --git a/data/part-03130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f1199afa8dcf9e9dc4ed6657ce482b98d66a7c3 --- /dev/null +++ b/data/part-03130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85603d6e7ec2ec95670b82b8783c4b7bc8a43c930144134293fdf860f56a3158 +size 572351039 diff --git a/data/part-03131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe8bba24aea4288c0332614535613424734dd75b --- /dev/null +++ b/data/part-03131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556d1d7ac0124dd8a9d5eed09c4bc485bf1919d9c393d8ad55500ae7b1163342 +size 492405681 diff --git a/data/part-03132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc80bccaa1c299a36817c01ce318b428d3d0ca71 --- /dev/null +++ b/data/part-03132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa58513a71c8b3c203cc5f15eec901396448a10045e0a5cb8fd67ff2c478ad8e +size 436071004 diff --git a/data/part-03133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09f73b8a1ef27fa9acfb9be89891bf498ab10c42 --- /dev/null +++ b/data/part-03133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51239d88a7ec693cb086e8a98b674f959821f7b1bb49203495ec69d068584189 +size 450385122 diff --git a/data/part-03134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d792ed074d581b90f5904be523669e742895a2e9 --- /dev/null +++ b/data/part-03134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1874c2d95a6be9cd09ab2694c6a8a6b68e9ca5d2bcb4e84316f2dc718e616476 +size 900399786 diff --git a/data/part-03135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25dc2b795074755916b2acd722294975d0e7e9c1 --- /dev/null +++ b/data/part-03135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6c21e1e425a18b2e6e40a76afb65647a4180ab127b5ccd3e2e4a54b2e8f3e1 +size 565323826 diff --git a/data/part-03136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df360208b500b8ae19ff6f052bd40322d345c8be --- /dev/null +++ b/data/part-03136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ab6e9ebd108bcf3cc045ea0213e57c343ac418d28c0cf20233cff7fea56cb0 +size 548845811 diff --git a/data/part-03137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64647caf57f1cb33b3ce9575f3a3c77af754696b --- /dev/null +++ b/data/part-03137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640542caf1fade0116440d840e5c2c60888bed76c239d094d1fabb51ca3c8399 +size 361131060 diff --git a/data/part-03138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..097619d928c1f3312edab21c0e3427c992967240 --- /dev/null +++ b/data/part-03138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc414bd9e66b2631c42c3c50c9a6ef2455dbc02eb27c90d1f165cdf26a14a321 +size 654997306 diff --git a/data/part-03139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cc4d6197a2ab7327068f22088e499da6ff7e900 --- /dev/null +++ b/data/part-03139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a59933f4a04d9e75196baa727e1c5e630cc45146b78cb30514e6193c33fbb1 +size 523655539 diff --git a/data/part-03140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a628a6bb472e25b87f8a1aca458055580010624e --- /dev/null +++ b/data/part-03140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e3c6ac0a241b3a550d1e0ff4febd10af674b9083605a30b05e58e6176e6b53 +size 513160836 diff --git a/data/part-03141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdeeb33d00ad992115756ec8c58972c7a3a11d09 --- /dev/null +++ b/data/part-03141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b78912cf869ba54539d657f62f19bb34f300adb20bc258dfcaa7024e701778 +size 403140560 diff --git a/data/part-03142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6020fccb708cab23239401de46fb38a9be70304c --- /dev/null +++ b/data/part-03142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71283ab2a9737dd1dd083cdf145ba3d41d50bfaeb0f68f71aea02fac4681c78b +size 451171062 diff --git a/data/part-03143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a055181616265750e8ec00bf2249f9762d99151a --- /dev/null +++ b/data/part-03143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e556f60b1d9b3c0219f5bb4496c05929899e4281baf1360c09766ee0d02a1ac +size 553723864 diff --git a/data/part-03144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2873597af42f89a37078ce2b83c1182e10bda04b --- /dev/null +++ b/data/part-03144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012dd55998f665b59b2428e7eeb43b54aeaed3971af0d0ede6941c90a245291e +size 524780522 diff --git a/data/part-03145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72cce27304367ddd1126f59dec55da6a05903752 --- /dev/null +++ b/data/part-03145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285d91ae8970993a3daef588609b885e096cb05b4efd65c08e61a407a43bded5 +size 783758135 diff --git a/data/part-03146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..659d1c349a3c6bfeac6e520e2fff43a53a47ad52 --- /dev/null +++ b/data/part-03146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78d44e01af780807ce750a9ae7594f2d19f5d8cc2c7fbb8b482cc134e2eef85 +size 431324293 diff --git a/data/part-03147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46d7471766f3a1a3dded48fba933221cec250854 --- /dev/null +++ b/data/part-03147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3ee0a83821bc952d44452ac9747d1c819a1c9b21f9c313dd9ca0653431499a +size 462866267 diff --git a/data/part-03148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd726ed13234e68eba7116dd2505941b13ae9e7e --- /dev/null +++ b/data/part-03148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8682268f7f7cf1812d79d8c67ae2fa0395ccddfc03d2fccc5c694838864044 +size 442939479 diff --git a/data/part-03149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..145523f7bac1f9c1f007da38eb3a5a4b36d37e39 --- /dev/null +++ b/data/part-03149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f605076838386f57c468029ed5b330cdec6d2ba83deb9f99c6183c37c388b8ef +size 779658519 diff --git a/data/part-03150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ac9193405886de627bdbded42ef079a154a2758 --- /dev/null +++ b/data/part-03150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1842e4bd715dcf4a1b7ef28117d965eb1a0f16997706c17afb551ef4b73dfc24 +size 451159965 diff --git a/data/part-03151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dafe66083ba505969c357ce0f48dbd2bbe937c05 --- /dev/null +++ b/data/part-03151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d406c1b84cc4a88d6360c94856978561e0694c99dfa8f5e8f991c6bd13835e +size 466496937 diff --git a/data/part-03152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa0f6f6097a62e4115f2091a9d7e25ce42a18e5a --- /dev/null +++ b/data/part-03152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3359635f37b75a387e033736296d97347676c6bbb9306d4760f5051842198e0 +size 1291758653 diff --git a/data/part-03153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2e7ac2dde28f83b114fab575e1bdbd2c0bc4288 --- /dev/null +++ b/data/part-03153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ac626cb6b7a691a6345f010216d75a9574e4da971a1492721a312a3c618fef +size 527732318 diff --git a/data/part-03154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e834197c3d9f6b2ca90583032fafbad6b72391c --- /dev/null +++ b/data/part-03154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e778c37efbfdd0041e76939ec278ab92d66f88d87779e5f7aba5680924fdaee +size 485683084 diff --git a/data/part-03155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baf86158ae1864520ae344c0c980ea1e12ed256d --- /dev/null +++ b/data/part-03155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bddf1ad5c694e259f70a56c333f47ef41aa4e4ee1f497888e098e21cec87a77 +size 594612924 diff --git a/data/part-03156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1240efbed4c502ef16efee14cd7c0bcca22aab6f --- /dev/null +++ b/data/part-03156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1505ff27cd2f059d16a81573b0e71eafe9ffee8f2a070ee78ad6b4ed446069 +size 635544364 diff --git a/data/part-03157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51fe3c91382a70c014e3c9cb114e285839d5b5a8 --- /dev/null +++ b/data/part-03157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f885c9866d6d3c4a0cd69f6675377afc5d2f7b71912bd2b36daeb77111d480 +size 385696393 diff --git a/data/part-03158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0116a0367bd5a28e9c41cd01a0326fd86a8733ca --- /dev/null +++ b/data/part-03158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ac0820703480fcd3c17e306a2792ca9296dcf76a4a195b89d4ca97dcd1c49e +size 390750377 diff --git a/data/part-03159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30b872b53d6e3b8701f79d293608f0cec2f25d0a --- /dev/null +++ b/data/part-03159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab05836d8696eb3d9c6d4284aa3b99819a44b7f92eae03c870a8136bdafdede9 +size 454924281 diff --git a/data/part-03160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bda65dd2738e66ea79731e2db6d91a43ae143f3 --- /dev/null +++ b/data/part-03160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b406f43c9829998fe158434bd40f8264d6bfad6ae3f8cccc7bdc4a53e70656 +size 519417979 diff --git a/data/part-03161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0356ef31a6a3defda94e87fcf3304301bc58cbab --- /dev/null +++ b/data/part-03161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44997080e46787ee8a40708f833ce40870e09f2a655a7d7e6e739a502341a0cf +size 520479276 diff --git a/data/part-03162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..864bf21c2b7dc77d40274e562829a4d2580e65fb --- /dev/null +++ b/data/part-03162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c65908c1815cf31d2555632740d7e6842b49a517f5f7af6482bd78df271f5e4 +size 597220534 diff --git a/data/part-03163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa8f4f62d473d0366b36a2abdd4d3832c3fb1502 --- /dev/null +++ b/data/part-03163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5bca985cae9aa7a854e07046e79fbe8193cf7ea3f2c0fc95c9556f64e5e885 +size 439292872 diff --git a/data/part-03164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97b67f7fb29327a599fbf31f31c863f2f096927f --- /dev/null +++ b/data/part-03164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f0371234fbd2429860c7926edc8a1b191221c6629901cd6ed13c3362c620b6 +size 543363443 diff --git a/data/part-03165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c28c185b6e0a8e7d93bc873309fad8b06532ef9 --- /dev/null +++ b/data/part-03165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8d203da298300561a072242edececf8847b8d2a123227473c6d5df0cb3a300 +size 841109042 diff --git a/data/part-03166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65c0fffa4c70c032570289b44fa75013d61cffc0 --- /dev/null +++ b/data/part-03166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248debec179d0a95891e555fd4b40779d677536e7743ba61fc91979e3e4e3d29 +size 474146196 diff --git a/data/part-03167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1675d9b56cde2f4ddee4c2d4a720ee453572234d --- /dev/null +++ b/data/part-03167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5882e8dc7a5566e69eb31d5c4080f8cda4002a2827ec1090dd016388806c86c5 +size 896674653 diff --git a/data/part-03168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..484140770cc5fc5284c2969afa770189d741b532 --- /dev/null +++ b/data/part-03168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68e6a1a93a9f308f8eed1b61208e52c9a9098e8224fb86ca73f9db4c4fb59b0 +size 487051314 diff --git a/data/part-03169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39048e659331e1e6801008146215812a0650fa57 --- /dev/null +++ b/data/part-03169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebb2499e566be934cc95447f655e0c95dc2c9ae3a273f865e655018ead80a15 +size 460977857 diff --git a/data/part-03170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f371acf858c2a5d9532ddf6c2c43a851702a2ce0 --- /dev/null +++ b/data/part-03170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec7a7312b985dfc50a00c0d4ce54b2a69b06cf460bfe5810ed5ba277e7e28a0 +size 372170637 diff --git a/data/part-03171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54f4aa847e53f802f78f1ac2cd0a814fe157e96b --- /dev/null +++ b/data/part-03171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ceaf5f22d60ad093590903a4a6ed254a5e543e4e8190519d7a3c211dd6b9874 +size 430044181 diff --git a/data/part-03172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..329e64e74fffeee2673dec603ace08fe0c64aeb0 --- /dev/null +++ b/data/part-03172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01835a9f27243c2d359c8a4e963f1b118cb43e1d7e11a962c60a832513d3ff9 +size 675469065 diff --git a/data/part-03173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..733117fe19775592cbc17005b9a9619964b1d168 --- /dev/null +++ b/data/part-03173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc51e7a1271b0fb5f3e5bc74d3b8c9ccc7e9d0fbea4f6ee1836314796a2fb2ff +size 607479682 diff --git a/data/part-03174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e3a3799ba5b830c4ab3e2cb83711c6d76f521e8 --- /dev/null +++ b/data/part-03174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7627fa6bcddcfcd30b0f0e93d02acabc8e416b02a297f892c8e087b43fa3c4 +size 697226060 diff --git a/data/part-03175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11eb34eb1fd659072a1fc641f6a343178083a9c9 --- /dev/null +++ b/data/part-03175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d32c2aac4a0a633d70fb462f824b2da70f0f545ed5ba13457ba5f48c15cb5 +size 693192792 diff --git a/data/part-03176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30b4a140c4049dbce6175758993df24d0ac34c08 --- /dev/null +++ b/data/part-03176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d1b168e6713dae34f679bf455840b4b59fea964c722464f438e7b7ac1b8dfe +size 504534765 diff --git a/data/part-03177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f358bbe8085d77e8f8c42c370395fba1ddc67475 --- /dev/null +++ b/data/part-03177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e8cc5fb23087a538eec691ff9ba4768a172a1646a2b879e160a64a3e87654d +size 355510501 diff --git a/data/part-03178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3f18b0b9067e2d832a94b059aebccd266b82ff9 --- /dev/null +++ b/data/part-03178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48729809038153298e5fb36201e1c7a3c6af299642cb2c96d43f04660d8f4887 +size 526823539 diff --git a/data/part-03179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd858f0b197d8e5c84c4dabeda705e384670b2da --- /dev/null +++ b/data/part-03179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4b44222b3b9311f722dac806f45a31f6c1241437d6e763851436cf6cbb2afd +size 940733900 diff --git a/data/part-03180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17195a56b2e607bbe3d0d15d7a00f7a7092cb80f --- /dev/null +++ b/data/part-03180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8538d5b5730953e5c2d86db01191428a73ccec289dcbe08f8ae9f97a609ff6d0 +size 423004650 diff --git a/data/part-03181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5064abbbbba10e7f5a8888afaebac5f232d49c6d --- /dev/null +++ b/data/part-03181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821cb7a166ec857666e5ddef65fdce4026f37d710c7b8dcc281718eba6393c1 +size 473210294 diff --git a/data/part-03182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..070fb506b4a2582ef1b3484e212d07a577ecdd0a --- /dev/null +++ b/data/part-03182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59d0564311b2c6de6aa186f4e62e52efe998363ba4198d238eefcd58fe3754a +size 603731568 diff --git a/data/part-03183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f23fc48ecbcce97476ee900c4dfb3b797a756197 --- /dev/null +++ b/data/part-03183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73514cf983a87fca7eebe3bac92963ad79fe21f60e9486424025cd702ccfed8 +size 435173991 diff --git a/data/part-03184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62c11126b98c1f6deeb84fc98dec960ed0b650cd --- /dev/null +++ b/data/part-03184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a377058a3e70cff8f503ef2ba67678712d925d921e7543db0b33a8837fa799 +size 638448836 diff --git a/data/part-03185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db3a842049e1092eb9c318c873a3c5c4e57bd844 --- /dev/null +++ b/data/part-03185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1326172efd5e27523ed15deaadea67393b8c9d1b93c3f95ff18a89813fce531 +size 539286794 diff --git a/data/part-03186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcc0e6ea3fe08b8209e6fbc396bcd10587d477c6 --- /dev/null +++ b/data/part-03186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575ede3b69f3e51441569d8e8710fce0acb560e784259a406d9ed75541ef0edd +size 573886875 diff --git a/data/part-03187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a60b441cbf8d6b5ea58c52f48c15c4869752a829 --- /dev/null +++ b/data/part-03187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a1f2415f1f8d679fe2832f77f7840a8dbb696ae71403be3c329a4eef2ad8e2 +size 622719214 diff --git a/data/part-03188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17709a308066c75ca710fc160d44de6e0a5288a2 --- /dev/null +++ b/data/part-03188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33151d5032a9e7b94c9557116f7405b50f254abbe2110eb9ddca17bb99f432c3 +size 479815084 diff --git a/data/part-03189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d422325aff6f61794a65bbb4dc4938abfd93c7f --- /dev/null +++ b/data/part-03189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0085ac5667a37d3ebe9848d077508d50b47a4ffdfd5b0b9df09acf5bda1bafa7 +size 908375778 diff --git a/data/part-03190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..361477e2913ba6ff11fc954b6289d77b15934c3b --- /dev/null +++ b/data/part-03190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448340a912ec54f0822edeb6b6ce4e565bc161fdb15fbd7669643cf2bf8991fe +size 764648849 diff --git a/data/part-03191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc9c96aae2f5b410010866632d2faec0e47bfd11 --- /dev/null +++ b/data/part-03191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33417f4fc96b22f950008afeeb07f9d192307415d6d911b927898c554c0002e9 +size 880936756 diff --git a/data/part-03192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67d37bcba5f8f5831e08814b7b126edb2f35d1c8 --- /dev/null +++ b/data/part-03192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539564ea6e24252411ba6da09cb3ac261231c3dda2b998bf93a8d71f972c8ce9 +size 492856472 diff --git a/data/part-03193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73bd7fba201e09e73a5d9e06bc4c71b1fc724e44 --- /dev/null +++ b/data/part-03193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb16d527124e7e11a42b6e69d677f6f6d0a4080724837a2fff0a4a930670f51 +size 899069479 diff --git a/data/part-03194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6468f23d1d7a191e5526c034223149d4f45bf4ad --- /dev/null +++ b/data/part-03194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175dd1700a6499e81c11ff322ee40ac37c78bb63b0c37ab284bd820d1d8ef0db +size 486749816 diff --git a/data/part-03195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..719fb3fb7beb63bd6adcc6f2dd3b38537bfa67f8 --- /dev/null +++ b/data/part-03195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765d2fa7b4372b858903ea07f4898bbf1c9695be1ddc1e7ef1ca7c2baa1fd0dd +size 507766601 diff --git a/data/part-03196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..619fce6d8039ed099b06adcb8ff985922585b194 --- /dev/null +++ b/data/part-03196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cf917b652518753f5f0ac598094413ce1f3a12c9a09eea6057cd0d30583851 +size 425290301 diff --git a/data/part-03197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dbbaef16137954c7ec9dbe055885e06dc4626bc --- /dev/null +++ b/data/part-03197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea7e950ac225cdc641d2fad8ffeb02905b9d0519480c3394d05fd6bd24b5787 +size 379980191 diff --git a/data/part-03198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b6d005c626cacf0face2e2572aac660c7825248 --- /dev/null +++ b/data/part-03198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9e85dbcf8093076e81d29b9ea6080ff4ab1e5e08681e5610d959dd22ac4c00 +size 549198229 diff --git a/data/part-03199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d469c4269dc0dec0417f5cdb7d014aa25ad5b7e --- /dev/null +++ b/data/part-03199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986da5e57cc4be21fc5a87618ed51911dd694a950b27da2f13afca1939acbc90 +size 412762376 diff --git a/data/part-03200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8227a1674d8471c87cb67f66fef3335415c85aad --- /dev/null +++ b/data/part-03200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc54949703435770b62e36abadbfe22ba0db87e365af4aea73aafa9ff54809c9 +size 476309913 diff --git a/data/part-03201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d0d2ba4317dd42a9e61d741e9023c30e4e69c9c --- /dev/null +++ b/data/part-03201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaa689e987b42810c8e822e1fd4dba611792fef99409b7010e9a6e6388d5c51 +size 432765485 diff --git a/data/part-03202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e8997716becdabae0ff60d3948bd660848388f8 --- /dev/null +++ b/data/part-03202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ebe4f8498c288c6783cdb0a0171f37b0b5e8d42d5f1f82419a57de200b6085 +size 467156463 diff --git a/data/part-03203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b71c2d753c05696f49f1dee561d1a7a6eb43405d --- /dev/null +++ b/data/part-03203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640d0bdf22e10ada248442a0cc427155c0d01f6489ab6d5cd61da2dd82840ed2 +size 545628344 diff --git a/data/part-03204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16aab7ac0a48b4de15d27cea6f855fc78ebe7333 --- /dev/null +++ b/data/part-03204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec280b9c1b1b755ea2a30e25f2fe90452c86f8ab9ec92030536082ce06759898 +size 561778731 diff --git a/data/part-03205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3af81189d06b07725ff4268243904885bf84e9d0 --- /dev/null +++ b/data/part-03205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e96c8b4d2a87167e881bbba9f0a7ec0d40e1a14110bcb0db73af543612e8ec +size 536207313 diff --git a/data/part-03206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a3dea639ef35469c07a117610e4feacc6778dbd --- /dev/null +++ b/data/part-03206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a6404826bad472af097a82c6ae5d6115440abeb9b3fce08164b12f9922f32d +size 520627735 diff --git a/data/part-03207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e20cd167f5c53103f66d0e3fc5d431756899785b --- /dev/null +++ b/data/part-03207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c305639a4aee42ac47751e4a3fe89396714015d4838651454d5bb23a1fde55f +size 667865568 diff --git a/data/part-03208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8186d1d3a4b038baf49a7e351a50489c7cfa419b --- /dev/null +++ b/data/part-03208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c3591e0df633f2adcfe6b143c4f33c6134ccfe368253d597069cafb4ee1234 +size 549789630 diff --git a/data/part-03209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b5c6d447a88d272086dd8ac6715699585ad064e --- /dev/null +++ b/data/part-03209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50858e79e9cd10845b77f4e618d5454418735289e489c766267fd7ff1f2076e +size 933856667 diff --git a/data/part-03210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5c44d97dccf1b3c2754669cbf41ee83ec470a58 --- /dev/null +++ b/data/part-03210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5387b821bc2a01b8277a4c561c57ab8f46bef9ef8c8eb7efc5d832bb39def93b +size 480541180 diff --git a/data/part-03211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eba95185ab318ff73b9521094e793b38f78913db --- /dev/null +++ b/data/part-03211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cb8f7afe900100aaafa7365841d98bc508e51bd803997192e9f5b6b84eca09 +size 483872868 diff --git a/data/part-03212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1598e48beba8f32da1d13ecc6c981d351b84ae1c --- /dev/null +++ b/data/part-03212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99b644ca5bb48ec725681e514be0da81f585dbc07b84c14165124777000e0c7 +size 632927258 diff --git a/data/part-03213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3399fd7953d1ee47e7148b97e9584e1a86c7ce27 --- /dev/null +++ b/data/part-03213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e093ef8c4bfde3c706468e769425fc23c9920139b4033b6b5e25b8d52d75512a +size 402561606 diff --git a/data/part-03214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26ba45a8553841b614076b3b8237c906221ad17f --- /dev/null +++ b/data/part-03214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cb9fd64b2a388503633387b8501f7be947a2031411391c35e264c134d1a41a +size 572597889 diff --git a/data/part-03215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47ff9debeb1b9f83f10e42cebaa181145808c365 --- /dev/null +++ b/data/part-03215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c81ecf8d56afce1ba9d4c5673eabd0d1f28f249f2e48437536cd28f4c1ac6af +size 476197333 diff --git a/data/part-03216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9519c80baf3f2d84fd6b7997533d5f6ab3467a27 --- /dev/null +++ b/data/part-03216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc776770e59dff17bb035281e69e42b1b141e044cad2fd4394b3d7a50aafa04f +size 709376039 diff --git a/data/part-03217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7faa90b43dd422fb042ca50243a29a7f6d71189 --- /dev/null +++ b/data/part-03217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1d07f0eb3b7663e36ff3850559cb6b2a7f582a6394a088b83b5391eb1000da +size 590240249 diff --git a/data/part-03218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff3cd4b415cdd7c77a9de4283c184d36f45e5e9e --- /dev/null +++ b/data/part-03218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a2467f73897cd8557a3ed4a545a8a6536115970dfb2f9ed2bbb55e2c39e17c +size 368319931 diff --git a/data/part-03219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caf2544acb565849c092003b5b95a3cbcdb7223c --- /dev/null +++ b/data/part-03219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f957b436d3a205085f7ca2434055978daee28977276494cab4326ca8f55f3710 +size 597254261 diff --git a/data/part-03220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7fb45b435fecc5ac6ccf6c873a94bfbc27b445f --- /dev/null +++ b/data/part-03220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65d85ccdcdc9dd9f747a574a4b5bd35ae6c26532665cb961a077818636034a3 +size 488004141 diff --git a/data/part-03221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8140a68895353afb9e52c6964bd816faee3e24d --- /dev/null +++ b/data/part-03221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382cbba2d579aee65f53cc61d122d2f987ec99940601fc8d9f1b882e967361ca +size 1118598072 diff --git a/data/part-03222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58566a7ccb60ce83042f592432b0db853573f6f6 --- /dev/null +++ b/data/part-03222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7547c315f650e98a0a8edf8c8ff4ad441ad4937aa70244fd3506fb87ab0b74d +size 594030739 diff --git a/data/part-03223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc894de8d2476dff37ffca800d6dda9f9b989a7e --- /dev/null +++ b/data/part-03223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bac5445891df221d3abe22f9bb8e431634437d37b112a8bde87a8d43c153cb +size 476703743 diff --git a/data/part-03224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d9764200400a99401b2aa27dd23858975b10118 --- /dev/null +++ b/data/part-03224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0961b08319f17e0fa5a7861adf972ab7070040561064670d54014da5e66f4151 +size 683757902 diff --git a/data/part-03225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f89bf2b7f29cf9ed508439f082114fc76844bc75 --- /dev/null +++ b/data/part-03225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4eacc5d890a2542cb30fc988d7c1210ef97464701551f4572ad859d123f96f +size 374497326 diff --git a/data/part-03226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c9912ba938f4d2ed2ed6fcd32fe99cbdb58b0bb --- /dev/null +++ b/data/part-03226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1ababb4b1f9675dc8a027a90a62df83b13950eafef3459388d03056aa018f4 +size 529612986 diff --git a/data/part-03227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c98f17211eee430bce75a1ed3c780efdaf2b515 --- /dev/null +++ b/data/part-03227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17624d951afa58070e885f797c979f20410e2ad710e6a29f3df6fdf82b38f461 +size 373217415 diff --git a/data/part-03228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d08e5402f4aad763b405d5d2b9820c763ce88aff --- /dev/null +++ b/data/part-03228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdb37ed11f70d93193885c63058d286aaa5b6e51765e6364c3fae95c431b5f7 +size 735562091 diff --git a/data/part-03229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da5eb29c75dfa1d923f5f2fff0ca7ee2c86ee9fd --- /dev/null +++ b/data/part-03229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9094e496f5c97d087ad5ff6c0f0f589dc4a6fdd8d5945c357cfcda2dfda0b0 +size 449418131 diff --git a/data/part-03230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cb674e76e8c05bf124e2e967f2487a9ab738565 --- /dev/null +++ b/data/part-03230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527d626689b6ff92c64d919081abbf07b4c7c0c77434ef4f39f0b9c0a6ffa210 +size 761536384 diff --git a/data/part-03231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e60a41e1cd40cbb54ac40aa3518d2c8a740e47e --- /dev/null +++ b/data/part-03231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d88a71cc136f4a44d349e4c821488d51e3cb7093df6f0cf83a19081ed149f7 +size 523705186 diff --git a/data/part-03232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b1e7d6edca7db2564e89a18d641e1d579af4ab7 --- /dev/null +++ b/data/part-03232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcca3a57028b1a09d9e9ffc38782f88100378a05f18b8c6fada175b5971c3c0 +size 574352622 diff --git a/data/part-03233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cc68cd0215cf3c9533ef5099d43145912ce8ce1 --- /dev/null +++ b/data/part-03233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1ef2d36ddb292ba3d5e232fad96fd1f74e27a2d8246a233b1be5e67938171a +size 823413509 diff --git a/data/part-03234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a64f2e3fcec7b05e0ac18c07ee5cd2889fe4e6a9 --- /dev/null +++ b/data/part-03234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27140e82211f4235a0d33d16593efc66ef2af331c472fffe40a68246092e52be +size 439943209 diff --git a/data/part-03235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b58448364a80108db9e23ffd29342f46dee70096 --- /dev/null +++ b/data/part-03235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89aeb134e70f8b819b7fbbd6ac9e43ca40c0a5cfde619f4c1217b5449a3180ad +size 475973718 diff --git a/data/part-03236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ba00e1748b944b78256bdded269801df496c3d0 --- /dev/null +++ b/data/part-03236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec125fd7fe5852fd38d1112e408d7acaa400579ed8e664161b318d4f40fcbff6 +size 442740977 diff --git a/data/part-03237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0700a2b00eec2750a7fa7bf48137d30241d90460 --- /dev/null +++ b/data/part-03237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43e72a012b92eff58de8ca5c3bf3c5532374c082357d39f49d20141f4a18571 +size 1084880481 diff --git a/data/part-03238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e719c4b211af0e1133362f908ce330f34afe205 --- /dev/null +++ b/data/part-03238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c141eaf4dfd529772a0b664abf55bb5b0ecee47e943892ed5021cc8b211a26d7 +size 552067972 diff --git a/data/part-03239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..488b1f75b5d28080cd87d5af490c5fae8276cc7e --- /dev/null +++ b/data/part-03239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31fe1091d9201714ae1108dae5085424eebae4b20b64c68307091e57e856c75 +size 385374522 diff --git a/data/part-03240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1800e0dedb5bceec48a37979a810634e47462b37 --- /dev/null +++ b/data/part-03240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8883ff6b2e2ffdccb4e478626aa6db5910a93cac08421038651195d73fd97454 +size 538324123 diff --git a/data/part-03241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f59da412228ade4b6e60d820b1d6158cb21d1198 --- /dev/null +++ b/data/part-03241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6c94f0f13723157d4b66ad382bcaca78d81b45fcd13c119fd1d540a8644945 +size 531965318 diff --git a/data/part-03242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8a811f8ee122bb5169d2cc93b541f220ad29f8a --- /dev/null +++ b/data/part-03242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5c79a08eb49bb3caf93d5f9e075cd300f37a82c338660f27e968c9f03594f7 +size 487652594 diff --git a/data/part-03243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..125de79d0801cc56b138fc28f18775075d28a763 --- /dev/null +++ b/data/part-03243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a211e87de0c2d5db150a83090108e9e55cbb64011f9cfa5cccfc13ff9966a1a1 +size 572629815 diff --git a/data/part-03244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ded27c62541755b21abf7bb241ff8bf789f5188 --- /dev/null +++ b/data/part-03244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e454ae631435ae385f5d45f568cfa8ba34da4a80b216a6b856eb155b5438814e +size 470682200 diff --git a/data/part-03245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c676e3f836d14e853e7311826bdd93b3f98ae12 --- /dev/null +++ b/data/part-03245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d0553532794515380779216ecdcd9a46c993e8b644a11ae9a941a220b96ecd +size 617972366 diff --git a/data/part-03246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08d60243f951a6213acee64a144d11bd561fd26c --- /dev/null +++ b/data/part-03246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1201f0308b7721d2fb5c5a3fae663b944ae15b4993890004900e07243e21f886 +size 628056218 diff --git a/data/part-03247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78a6b8dfd4fa2d03d0b7b1da34a532567a453619 --- /dev/null +++ b/data/part-03247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d274631d836ed1e6a7cac8ab6b51e0e8063eae31902e6706d0887b37c4dbb18 +size 587045402 diff --git a/data/part-03248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dbc130e1155906c82a5309f1abe157182a51977 --- /dev/null +++ b/data/part-03248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3376a905a7745d7c9104267653ca2c08de50584edbddf81de33bc8c2e273005 +size 806789676 diff --git a/data/part-03249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06aea48a28bb07dfff8e971938dc3250b6e4cd66 --- /dev/null +++ b/data/part-03249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf8aaa89f46537e8aef98626c75ce6e3cdb9b8700090a980b62bacaf260a074 +size 400079125 diff --git a/data/part-03250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f722f619297f27b39599601e4fcaf028ce6bf0fb --- /dev/null +++ b/data/part-03250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66b93b5df433511a38a56e505bc1e5ed1f1e30353faf4f741efa55d82ec5b0c +size 529725181 diff --git a/data/part-03251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11ef9741ecead8527a353c9b6147ba916e1fa5d1 --- /dev/null +++ b/data/part-03251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e4cd2ed87e11447b06d3ec5c8619f793b43b3c146536e30865c98f99b47d2d +size 476414803 diff --git a/data/part-03252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cc76f33c6f6c87fe56053869966ee625031600f --- /dev/null +++ b/data/part-03252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5425da78c97fc3aca19fb847aff650e3cc5d76248b4c7bbf479edb8d2d68e5e8 +size 429485683 diff --git a/data/part-03253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8e7271c7a50a92a60373b78264803f8fdb9c883 --- /dev/null +++ b/data/part-03253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b2dd9d22690eeb372499e4b16373a0a803348462d74ed7cd5971dae6d8d759 +size 417749776 diff --git a/data/part-03254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a8ece4e44415821e007dcf3bfaa25a660694563 --- /dev/null +++ b/data/part-03254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fd2cea48f3379198fe3cd3a36564f9064a22ff99fcf906d6c05947d72514e4 +size 776806661 diff --git a/data/part-03255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0709fdd62a66c6a1810206d807727e7d8e2cae89 --- /dev/null +++ b/data/part-03255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a44fb1fc1bec026aac1dca1c5bfc17630562cbec28d7ab8c3f34c6740b4085 +size 1051686061 diff --git a/data/part-03256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e65b80745f0505861096a90e137d7b1dcd074eb --- /dev/null +++ b/data/part-03256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b48f84c46473ec771bbf8e0dfeab909062413eac54e9e17b4095a4058ffb570 +size 487105608 diff --git a/data/part-03257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9a48173dcc076651facc6fc2f84718376575a70 --- /dev/null +++ b/data/part-03257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6372c6dda947babfc80025fe52c675251f3b23c8c6e275b244475de99f09083a +size 396096602 diff --git a/data/part-03258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..294108a5e8da94489dab6ab7088dae8ad92abd3d --- /dev/null +++ b/data/part-03258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3983133957e9a8c9b585c288079b5e081b72dff5f3573fc9478ec0e33c0febd0 +size 426701578 diff --git a/data/part-03259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e571490c135ad6727499dad17c0d4422eda046a0 --- /dev/null +++ b/data/part-03259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c699fdebbf09d831ece129beb11c4b56aad5beea706693c1e3b6a0c902a39a05 +size 460735711 diff --git a/data/part-03260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd5928caec7061694ec4344dce905dd2fc83b30d --- /dev/null +++ b/data/part-03260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d68f67eb5e9112e5a06d1cc777a389880d8622c37417e819893b78669c3799b +size 386344720 diff --git a/data/part-03261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..733e99a41b4dc8813c921013cfd741b5c01237a8 --- /dev/null +++ b/data/part-03261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daad1eddeaaf54f43f21ee8b809c5dd49907e09455f2c4183c5fe9f9bb142f01 +size 424213303 diff --git a/data/part-03262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b9d7450db3879be6c908d57d8fc74e572698682 --- /dev/null +++ b/data/part-03262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e2858b87289e75797323d6f1c3b50877bc3abfdc39acb7a852ce5853c8f2b8 +size 421299189 diff --git a/data/part-03263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9355b0f995dc9acbec494d95e5c8a379ed8ae4e --- /dev/null +++ b/data/part-03263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043294898ce1a9209e42e29c3f2eefa48e46536004cb83400685fdaaefafdb1f +size 451158456 diff --git a/data/part-03264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62166f5a8527c2046d8b0cb215fb2203525def00 --- /dev/null +++ b/data/part-03264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ede1c2821712711962d6898197e6bcd35f80b4c9b0beb8d348e1e7d910adb1 +size 411383980 diff --git a/data/part-03265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..555eb91b7280c2e0212cced99ba0c3cad78389e8 --- /dev/null +++ b/data/part-03265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f64b246bba66cd5fde95dbbe27c3f098c19792b86a03068fa71993d5b6d6992 +size 530148570 diff --git a/data/part-03266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..403e50bff7101298ea29d139907b6c03ed34dd8a --- /dev/null +++ b/data/part-03266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157729cbff2be1894309a16879ce50067252d9cd720648e4e9494865f51a0682 +size 1364207864 diff --git a/data/part-03267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c02c54e3e56468c8ee1195a05f7730c13905f9ad --- /dev/null +++ b/data/part-03267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa8919a0ec0fd7960a8b0f75e63f7e3e70c551e8f63ec98556a41f01995c893 +size 707780002 diff --git a/data/part-03268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d998da0bd675a9bbb387ee37c9a48e8595bc4326 --- /dev/null +++ b/data/part-03268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aebaf7cccaf17debd130dccca9516b3213d8fc5093f1b332c99ee571914e73f +size 475579515 diff --git a/data/part-03269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eecc9a069045111daea6ec74cb32e3a0868e0bda --- /dev/null +++ b/data/part-03269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6742acb3be91597bd7cb3d627a9ac4b60afa4ab03a7c44402bb1b020ce615a65 +size 848321520 diff --git a/data/part-03270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0299d6231316124c1b1c82b3bfa723da1acc484d --- /dev/null +++ b/data/part-03270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047a73ea660bfbeae2ee92a334041217cdf76186025f8a451f42dfdb7a5931de +size 444370252 diff --git a/data/part-03271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aac278db17b182f8bfaf20f5d13bef32db7d9bf2 --- /dev/null +++ b/data/part-03271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad431c4d0b7d52b8984d772e4987076328cf3dd97681cdb976cd663041e6500 +size 660744216 diff --git a/data/part-03272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08ac628c6d393576bb23b32d94bed6483331a8c9 --- /dev/null +++ b/data/part-03272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c276f6111ad66fae2adc79968c86712882af45c4bd1e365ed653647096ec91dd +size 618120005 diff --git a/data/part-03273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc4a3e66d87d2f24a86e38ce051a88f31cb1abbc --- /dev/null +++ b/data/part-03273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b28f5169d750a70bf2976c050f5111362bc83ac13168898041f832a3bddd30 +size 630622790 diff --git a/data/part-03274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4d8dfbfc7166519cf4641159ae08f07b361d202 --- /dev/null +++ b/data/part-03274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859df46822da89f7eb0fa4bbcea1681796fa33bd4c3401a761a81c5bf2f56dc0 +size 705098011 diff --git a/data/part-03275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88c5491e75670cc9eef7f70aacd75b5d10d260ce --- /dev/null +++ b/data/part-03275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b010c00288a89ac71d2df8318ca8854ded0999e78a443fe557a19e15d34d1b61 +size 468063299 diff --git a/data/part-03276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f4c57e15beaf314dd1a83570dc2b7f8d5869c2e --- /dev/null +++ b/data/part-03276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1909afabb3b0b87e9d57e1d945547950d3ec140bd0ddd29ce63fe5e114b4c7d0 +size 573599717 diff --git a/data/part-03277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7d83a935271285217b5962aaa2dc724a3a7b861 --- /dev/null +++ b/data/part-03277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75b605ebba2950b58080f707f6d38cba6959b0f6dacef3f427cdb97867ec748 +size 419399858 diff --git a/data/part-03278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e106626260b1d2d6717db69d28d0dc0bc688ea8c --- /dev/null +++ b/data/part-03278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f748f5953c391377df9cc506297e27e1891b647406d53597f2f0226c55261b78 +size 402862437 diff --git a/data/part-03279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f56bd36261351676bbc0090e6d4701354a399d59 --- /dev/null +++ b/data/part-03279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f9d23c54ecc7dae6625e133528d2c9422cd127401eecc51e74dba2878a258c +size 421926893 diff --git a/data/part-03280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de45069477c3798fbd59de52fbf90d20091581ac --- /dev/null +++ b/data/part-03280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb31d64b752bddbf4c5a0e30b1709f6abddbc301e19b03af6273484b81a0ad2 +size 422152903 diff --git a/data/part-03281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d08eecdd0b49a3bd7609720ea1301623703653e2 --- /dev/null +++ b/data/part-03281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b97840ac2122010d0a1ea9d8366687b980e72c1c486da732b72cf90668c207 +size 596091737 diff --git a/data/part-03282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..309f6d3e8bb33144a01e407f5c2196b2bdfb5d4f --- /dev/null +++ b/data/part-03282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633a843bfb003eb2627b00c357664cde196cf8457081ad4809264c8877409773 +size 536792850 diff --git a/data/part-03283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21852766d4a02495bea8a05273b6f14377a4e99e --- /dev/null +++ b/data/part-03283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3565d218c78336d3ecc1cb84a4ce96dcc382464030023849e8bd7d1c105c0e +size 1059033599 diff --git a/data/part-03284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b11e688f9857af8549d55f0e5b76d96d064fd71 --- /dev/null +++ b/data/part-03284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2a3ba0c971e940da330168d78105a07cf856af00b6f77a25bf754202cadaf3 +size 526259079 diff --git a/data/part-03285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b34c5e1ab045229d020f738131078f4133bd954f --- /dev/null +++ b/data/part-03285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6c0a64ef5d57e7f53e32324978dedc5d1beb77136834fcdefac54d08652bfb +size 1386752652 diff --git a/data/part-03286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faec0f8c422b43816f6911fce0a21a8dbca916f8 --- /dev/null +++ b/data/part-03286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538ada499397e2ac2f913f38bf495d2dbfa7a830bae9f6f643fd0a30be058a8b +size 443068654 diff --git a/data/part-03287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b19786b0e65afeef17fbe39393f058b1ad1e23e3 --- /dev/null +++ b/data/part-03287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d343be879e2f1d08040e52c42528a05a31b58c6b82c37c516ad97a08279da8 +size 538063679 diff --git a/data/part-03288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e0cd8e3014d47668037687cba540ca122582448 --- /dev/null +++ b/data/part-03288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd1da289a03eb9f1960b04b9029df1a4c8e746dd70d746f621afca8ca87e335 +size 1212880110 diff --git a/data/part-03289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..552d7c89e99ca91c0e4fc5c846bd9777ef56c09b --- /dev/null +++ b/data/part-03289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cec120025326291b681375dc72f7407bad3ac074432adbda790b75052622dc +size 386110456 diff --git a/data/part-03290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..714737246ed54d5ea390e1deb8ab56465c3739d9 --- /dev/null +++ b/data/part-03290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683c0af30ee45d7f2933baacc811088f64ed6cec1cce4f4947cd2ed9312dd0b2 +size 512896580 diff --git a/data/part-03291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ed84c3e66194f7742487e8cc7474e22d159e790 --- /dev/null +++ b/data/part-03291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3465eb73687be5f1bb1ce481219191d9b863065d497444be5cb2706c14d817ca +size 504841443 diff --git a/data/part-03292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a45bde3f254f2bbbf8bc95c7ba3d6a7adf2c7a33 --- /dev/null +++ b/data/part-03292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd87c035ec39b0a90bf01a6b89321b1f33280c70742ce41fbbec2a9103209dd +size 906723351 diff --git a/data/part-03293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaf61e862c4810fcc1dd1e297e474b74d935dc31 --- /dev/null +++ b/data/part-03293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef9320a4e3bad26a88f0d9a7a4dcad8f325b1e6557960bdf69500af53f9de6e +size 458140497 diff --git a/data/part-03294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e178df64e3c97bf901eaf95e9b502ca6cfcec5d --- /dev/null +++ b/data/part-03294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b60a6b9b7ef67df267e555ff063b944790a91f834e7eaaba3cc5c2539cb88c +size 394028994 diff --git a/data/part-03295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..359feb91f67d173d441dc71b6ea3828276b93641 --- /dev/null +++ b/data/part-03295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df76b4604f66139d04b5d880c4ca96cbbd190922f07a5007a636f42abc32ca19 +size 522235270 diff --git a/data/part-03296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed049a7827463dfba5f932aa5718d2202a99291e --- /dev/null +++ b/data/part-03296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db81da676a7e1e13a23838d3645f75eb31789fbb7f8cac93bda3742a44e17ec1 +size 656029428 diff --git a/data/part-03297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70e3aed1e68c8c0e872a489e0a0d7c897afddc59 --- /dev/null +++ b/data/part-03297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c1492c39b261d4eb690bcb7bb2b4df75378d73f4d8791cb755080a0dfb2bbf +size 438142502 diff --git a/data/part-03298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..200472414556344b39129036af9096f279ff8e74 --- /dev/null +++ b/data/part-03298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a4ab5e2ef5101683a9ee3aaa840f61fa2349775cade179c2ac0a38997886ac +size 720257879 diff --git a/data/part-03299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ff66f8296548c9f56cda3502a477bff5813f4cd --- /dev/null +++ b/data/part-03299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b17945973a2aa975241dd57823b6eaee7edcd96c4ae3fe2884088638246d62 +size 589231703 diff --git a/data/part-03300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e908d14c44e7470aa302311ff9e40f336e029376 --- /dev/null +++ b/data/part-03300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a696a97a57e74e704c992adb8d13e14ad45598c75dfff680c30d642a2718ee5 +size 483271833 diff --git a/data/part-03301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7070e8f09e7a4f99ca41154a9ef2965c598be0e --- /dev/null +++ b/data/part-03301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c03db9c4c13c64d1ed2ef2be766cc7b2a332301c7a8d689a2694c2298bd760 +size 474434747 diff --git a/data/part-03302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cb7acb97293bb29cb15acb82bdae192b203916c --- /dev/null +++ b/data/part-03302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6809a9e5a90e292893565bf7fd93ea4f27eafbdd2dce0dc1628bb0e8c3b16c70 +size 489518597 diff --git a/data/part-03303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3eae432ad0543056bd87a62c1e6db7750b0c1917 --- /dev/null +++ b/data/part-03303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f830f275bc6407996dc39c19785b0fc12e465c9d2c0c459b4f871d2eddb25dd +size 750109257 diff --git a/data/part-03304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba1152be6b222482e63d1069e9107abc166d0633 --- /dev/null +++ b/data/part-03304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf05786d682fc214fde639ee6ee13d762475c131b021ae7171ac2b71364620e +size 569031567 diff --git a/data/part-03305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5c46de49f2c42c796973a59879c3079253af5e8 --- /dev/null +++ b/data/part-03305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a32cd6387e3b45611336bd3840c6ae42e5ae7368dd659ca45ce73e05114f394 +size 928886848 diff --git a/data/part-03306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f526a0c02277fc5ebc4a0de3e3028a5f190d8f4b --- /dev/null +++ b/data/part-03306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ee332de2425cc0d00b5274e915295a2a7f11733e5fd0632335bd49e08b5750 +size 622137889 diff --git a/data/part-03307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebd9cd7d7f8b1ef04a5ceda84e880996a7122112 --- /dev/null +++ b/data/part-03307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55c032ce721affa52f9b1fcdf7beb841e5d6353206641ccb11cbd0f635a9965 +size 410305549 diff --git a/data/part-03308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e56969a5b633e0b95298fe67ca8ece2ea9813f07 --- /dev/null +++ b/data/part-03308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198cc1bd642b0c963820c91492bd07c3996ef88fac2570fb5645e8e4d50fec2c +size 404738282 diff --git a/data/part-03309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9575223d0605d80a24fde32f9b6d6f630145247a --- /dev/null +++ b/data/part-03309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955bee4960c2b187ad8de7d83ce7d442648d92d7c8586ecd5816d4ac1987b820 +size 467817713 diff --git a/data/part-03310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7117d3820484276056566415fa9cf36be495357 --- /dev/null +++ b/data/part-03310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b86d41323494f89c11fd7f7aaae10c83a1244a2ec931447b108e544bea85612 +size 563472623 diff --git a/data/part-03311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c86ac1a22c11b02b260e6c847063b9354381645b --- /dev/null +++ b/data/part-03311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badb170d8ec6546588726ca7534e3f02e086f1adf965dd14741488a52eb415e7 +size 710518204 diff --git a/data/part-03312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46c5a44268ad84d30df3cdfd0684a32b8445330b --- /dev/null +++ b/data/part-03312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3687544ba16f53147e3bfeba8cf8696bb7f854f4def2f4b5cbd2389129fa3251 +size 641282184 diff --git a/data/part-03313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33f0cd0e70d5d790e21b91ba665545cee0359d89 --- /dev/null +++ b/data/part-03313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782b053a9f537b9da1598ed71ae20823b7630fa9f51b73e7e6dcf8a9f3649bd3 +size 673554621 diff --git a/data/part-03314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e197a03ba78e25ef26de7b74afac325a0c09e326 --- /dev/null +++ b/data/part-03314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c9b36035370e5a54e257fc4b170100c16fb3de0315f154a9effd8477d6f8e +size 467134824 diff --git a/data/part-03315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1a671876568997dffe03c43164418ac67aeca1c --- /dev/null +++ b/data/part-03315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0623d5fd80912222fe399ef3cbf7a2c3d7b5a08e6c0834a7fc6c42970e0c9807 +size 473037488 diff --git a/data/part-03316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6389540b99748018601f86bc47b8e64a883ae6f --- /dev/null +++ b/data/part-03316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940e8516068515ea71bfcfc4cfea0806fa593b8c1b54ab4e1418c56bbce7dea3 +size 536384255 diff --git a/data/part-03317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cbe934e46f712c37b3b97c10dee7c283a8002f1 --- /dev/null +++ b/data/part-03317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e9f8ffb9b3fa0d755e11b3bcf077bf1523c003cdb9e0f94f323be3cf657e04 +size 541509293 diff --git a/data/part-03318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b8812899f3899aab75dbfe5e6085893155b1e14 --- /dev/null +++ b/data/part-03318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4904243422c9996238033ed110fcaed4bdb7e806ee7f678aa033dc4d65e41a43 +size 816258196 diff --git a/data/part-03319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3428cfec4c7bc72b3ae765b8581f6d321842e057 --- /dev/null +++ b/data/part-03319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46d06c7a9dd52a4928f79daf179197f11642aff573add067bc1875c286f7a6a +size 483570189 diff --git a/data/part-03320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0b40cbf22b245f588d62ddad5cfabbda1403441 --- /dev/null +++ b/data/part-03320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b69ac98bc5396bb7cafce19af8a93cdda404e4e6e212c896b714a0e5760744b +size 551229726 diff --git a/data/part-03321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0ffaeae03e615337f9f0b96cfabf9a6a4ff733c --- /dev/null +++ b/data/part-03321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae195f5ea5383ca2b7fdda1bc37dd9baecab7fed98a28367c1fcaaf51da59528 +size 522160262 diff --git a/data/part-03322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56dffdf7af8c66a22fa1bddf5782d4b0464ae8cd --- /dev/null +++ b/data/part-03322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663eaf858f3bf63d7851e06e84baf98d4389393f227b7d898cebe665f3cc356c +size 485597060 diff --git a/data/part-03323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a08c8316b3896c3f000bb748200792e2339129f6 --- /dev/null +++ b/data/part-03323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52badc6a7657e99d5b3f4df77e2970f2c5af043123f198188e10a641a7671b4b +size 403754136 diff --git a/data/part-03324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d9aded3c5c5b4efe9d7189b2ead9c6d91e91e82 --- /dev/null +++ b/data/part-03324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd4959818035e69b703ada427d5fb78d93067397053457db4510442d732608f +size 624584160 diff --git a/data/part-03325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2be80be22f06d76dd9d08ce9ab9e2ec75423a8d --- /dev/null +++ b/data/part-03325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0092a520421a03412871a8bab0910c32e404d6a368cc87e73bc400a35b8215a5 +size 429849660 diff --git a/data/part-03326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c23c94e3e7ae4d09257c2fa7dfb29166fc96380 --- /dev/null +++ b/data/part-03326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab768d7ea39fba8e07946ba9aaffb0531403b1fb10d0a706333ae3572420c037 +size 512798115 diff --git a/data/part-03327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d75cddd9f2511a2bb1c0fe23ef071185285a77d1 --- /dev/null +++ b/data/part-03327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5740fd661550fedc0759737d285afb25f5a57923c58cf2c097dbb97797e7c99d +size 497604170 diff --git a/data/part-03328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f2c4e70dbb9224a7634e46d8459ec55afdec323 --- /dev/null +++ b/data/part-03328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fdf38be2490c3b6c8cf1afe27d66c78c3e9857e49dac461d195a8f6858effc +size 727693835 diff --git a/data/part-03329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5758dda22272f2666e786bb0fb5876792cd9088d --- /dev/null +++ b/data/part-03329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e02a3e808703547a6fdabd7164ae7ef15d06e063216a2f667553d7bbc6f5d0 +size 481993855 diff --git a/data/part-03330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da8960d46941354eb8e0e7df958258dcff6f6c64 --- /dev/null +++ b/data/part-03330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58efeaaa8e942e69936a9948d7df27bafc8abd56ab7a13616d46e322173bebbf +size 467260590 diff --git a/data/part-03331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..852b9452e530a7bc64d7f540a3f8f04ee24fe416 --- /dev/null +++ b/data/part-03331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f580d2576c799127da1796255bc340f88c95cd9e1dca72ba58e8b1b2f4520817 +size 570583590 diff --git a/data/part-03332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..480b06d6502e6dcb3114732032cdc7dbeca6cd6f --- /dev/null +++ b/data/part-03332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6da4eeeccc6b8186d84c39b7855f83ae96affdebfee9dc9cdd726f92123e92d +size 427903827 diff --git a/data/part-03333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84c45f7cc137b0d5503a006fbbe6c057ec822905 --- /dev/null +++ b/data/part-03333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdebd4492fa77b225acd247d861cf9b526fe0cd77f6c3989c223fa57ccfda276 +size 934714353 diff --git a/data/part-03334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5e8babd5185e910d1537a5105377120403a17f2 --- /dev/null +++ b/data/part-03334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ef36429c032476f642d54bede099454ca05690e94b6580181743cf7a69adce +size 789730946 diff --git a/data/part-03335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccf8a50438bf5a073e6c8b377a3c917af780803a --- /dev/null +++ b/data/part-03335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdde402d64de49cfdda3d93acbd9600fb3b32024cc13daae8a53ff5aa61d87d +size 380422212 diff --git a/data/part-03336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e382e37e0f4e3aa797c84ad674afbd5341aec907 --- /dev/null +++ b/data/part-03336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf51a26deba50ddb855da3db4429cde3224ee2d1f2e1e457804ccff5b6d90b4d +size 451140975 diff --git a/data/part-03337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ecd5f6a52d5410b59fc88e3ee45a364460babc2 --- /dev/null +++ b/data/part-03337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f05ef3afc8058c765cec3f82d1d463495a36819020530e104f5865721be71ae +size 530106088 diff --git a/data/part-03338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a28d43f56a3123fae146fd139c1d54b1f2af239 --- /dev/null +++ b/data/part-03338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0059ba6978b394a6139d069cd83b15256f385a0171ca58f200c6178c81913822 +size 598691912 diff --git a/data/part-03339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..167be4469ca9498726849b0608c84835df4bf641 --- /dev/null +++ b/data/part-03339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5eef3066aaade7666e6cad5e5907135b2568b48599d701ea63aa8504239330 +size 539270178 diff --git a/data/part-03340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb98ef085afe757f22728d42ac7d0e2795cf24d9 --- /dev/null +++ b/data/part-03340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2241919828fd23f3856ea5f6a32529b8f6e200b702a5f7f2cdb3f6ed04e253ce +size 466514759 diff --git a/data/part-03341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b27d67fead09451e0a345dbd12e93b3f7b0c8dfe --- /dev/null +++ b/data/part-03341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b07b84f66f866d28f707dbad5a56bc1ba69cbb5c08d685327fda53f0c39ae6 +size 530726292 diff --git a/data/part-03342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a345da1868654ca6e7d0e3e4ada8bef4c282efae --- /dev/null +++ b/data/part-03342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a5b458162fa5e4db1985a91394af42b43f2a310341d58d52b93aae9c8e48bd +size 484324984 diff --git a/data/part-03343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..863375bc305996389c49870162fe6d8ff7ceb141 --- /dev/null +++ b/data/part-03343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd03738b346c449f9bfbd6f26adc750096e2345d110d1ae8a0878aa9014361e +size 575139543 diff --git a/data/part-03344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dc63de6e51bd9c211a91bf3a81cf39c69f13d3d --- /dev/null +++ b/data/part-03344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aaf17f7f2a44696337c4b6b35d1eb268edfb7fa73871cd0cf3ea99eba52b001 +size 561107741 diff --git a/data/part-03345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..557fcb6e96b653daa4b229f642ff6c9af6657b53 --- /dev/null +++ b/data/part-03345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d77269ac355c815e5bc653150b9c08b5d2aa85ae081c490cfe541961af0bda3 +size 343207289 diff --git a/data/part-03346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdd51add4d5376761adee82123e8bea5d4401dc8 --- /dev/null +++ b/data/part-03346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dcf1b015a9fe1e75ed8f8fc0b7d05ca0ba11ceefffaa146aa0d73b9b90876a +size 624638331 diff --git a/data/part-03347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ff1b611ecdf8c2a4517cd0aa3c90a95fc212454 --- /dev/null +++ b/data/part-03347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8286f15c245d1438389710da83ffecd70b93933cf682268bd90f84f21d5afb51 +size 466311178 diff --git a/data/part-03348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94217c65b22f92684dcdae9c6886206707249905 --- /dev/null +++ b/data/part-03348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bfbdccd13aebae7006e5edb09673e9519f05d66530fdcc66b8789e2df9a48d +size 565257544 diff --git a/data/part-03349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e64b8ef0a0ec47b7fc909c2d6f681ed95f7cd55 --- /dev/null +++ b/data/part-03349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5f2045633959f7215beec6b6bfbfacfd0516dc73e6f34900a726338a71c70d +size 446933547 diff --git a/data/part-03350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ad5cc7b3a64d2e1ae7ef2583b4b7d3b7522d29e --- /dev/null +++ b/data/part-03350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1872a716489aa32e065802807ad8cace4def94fecaa4762fd4e725c2128a69d7 +size 605884430 diff --git a/data/part-03351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..701c0bde6b8f19dc9e27a9a99ca81d006387780d --- /dev/null +++ b/data/part-03351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4812104c468fba653833ac6e291d6614a14e5564fee69e3b40efb6edda632f +size 494355814 diff --git a/data/part-03352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..899c887ae437bb0549fa7931b19beb9256d792a7 --- /dev/null +++ b/data/part-03352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b8ec2c0aaaf94fdb526da7288f678cc829c3a36758692b2e3b25475466f4a0 +size 883658077 diff --git a/data/part-03353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de562a692c12671ee5976146f9317a120174029f --- /dev/null +++ b/data/part-03353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd85a25ce2004d62f5c931b5fd94035c5724fb6d9e18555248d2fcb022e6508f +size 374787281 diff --git a/data/part-03354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a79bdef9cc89d4f10b16a3111a33fefd5dbeca0c --- /dev/null +++ b/data/part-03354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0b70ef8b2bc6c3ba250371042eaf5e19a331e377718ae5a8a497e42203c141 +size 455795079 diff --git a/data/part-03355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d66670a18dcaf34a853911702c61cc6ed530e38d --- /dev/null +++ b/data/part-03355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b435ca3ae72736c969cdcf208df31bbdb8dac63a973d82a286ccc37841b69289 +size 583881166 diff --git a/data/part-03356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a50b1628c2ba91d310dec4b28f17af41a3ec4c4 --- /dev/null +++ b/data/part-03356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cbd0edbe939c2e5f83c643203453ee7d9dd02ac1a047eee6591a65d40264cf +size 1056067817 diff --git a/data/part-03357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a63c6ab89c0bca8e448acedaec4e853522ebeff --- /dev/null +++ b/data/part-03357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebea2a1ee35eacba0ff3189cc696118e2aca29812f20d1267776f4690ff4cf2 +size 437057138 diff --git a/data/part-03358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..580c74bab2d6ee77d9c03ef8f0ebdcbf1ab1ee24 --- /dev/null +++ b/data/part-03358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceb0c8d58703e04a75781fa11bec0b8e492ed7e92b2311770946db0fe437ee6 +size 450822304 diff --git a/data/part-03359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28c434e6b54bed9ccf64777aff5a4d150f0b74c9 --- /dev/null +++ b/data/part-03359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34336c842c348913188337b9f6e182b0b55bbd512e73394db6a697e71834f603 +size 548007429 diff --git a/data/part-03360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..821df495ad5795b3f4d59de1cdee155a9e254182 --- /dev/null +++ b/data/part-03360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2b97b31a2fead4639f40ef37e4c29124f709c10538be0d5a53ad4480213147 +size 548725937 diff --git a/data/part-03361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40d29205fae325c769a562272b5285dbd0929818 --- /dev/null +++ b/data/part-03361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b1da392884148fe75b790e0849334c700efd2ce84e5a0bea82d85f2da5e546 +size 544952433 diff --git a/data/part-03362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e47a9d508a898ff2c05981a173d79221139d972d --- /dev/null +++ b/data/part-03362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a47a726be56770ff8fa42ddd822c39dbd72c63e7163a17fb1ee7e5f67637685 +size 507074246 diff --git a/data/part-03363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc91d04c7505105fcf7e0d515fe06bf197da254d --- /dev/null +++ b/data/part-03363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a91f31ce98e12f31ff439b9eafe25d5ef7f74a736d57d77c7ce875eee3720e3 +size 802870267 diff --git a/data/part-03364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..846f57b8e0c602b7f49a6aef19c46bbd6c7a0da7 --- /dev/null +++ b/data/part-03364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bccc381091df1b5f3e4415f0a4dc6bf22bec48b73bfaa3e6b69326d6e6261c +size 448203080 diff --git a/data/part-03365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4646a2187707722c2b1de9558a512faa847ff13d --- /dev/null +++ b/data/part-03365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cd85d42d680e835788a7cb62b1cd3f1348a9e87600e7065cbd1910b8286be8 +size 967714649 diff --git a/data/part-03366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a3cc909a32a0722892beb65cfd55d0dcd79e0ae --- /dev/null +++ b/data/part-03366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49576503f88c5189d98974cc0d66e90304f65e14d17e62a03bc7eab136eaae70 +size 596684148 diff --git a/data/part-03367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dc1c14b266dd376ebde572501eeb829e0c588c7 --- /dev/null +++ b/data/part-03367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b558706b6959915f98032150884d5985fb5c59455cd9597af92d4c514a6efb +size 645975088 diff --git a/data/part-03368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2ae672c686654dbe7ae1b12401d7b9b2555834b --- /dev/null +++ b/data/part-03368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9390bac049831fd2dba27582268b8a4f29e5ea8f13cbc2ec5103ad6f21c46f16 +size 594232469 diff --git a/data/part-03369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfd641ce20fb5d133ca5df6adf96e6761c355a0a --- /dev/null +++ b/data/part-03369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd6aa5d86c498daa02626553e70b9ec75c88b0b19a91c4bfc50c1d6c8bd240b +size 484050373 diff --git a/data/part-03370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8dd962a5653aca282f1c9ff7ef181dc24126aa1 --- /dev/null +++ b/data/part-03370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b991cc6bcaf210e1d10fe49350b1fc29f78ba33f42a8695a9dd8a859b5d2cb19 +size 529387914 diff --git a/data/part-03371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2e34f70e6a493a5420b65abe98fd47a195604b6 --- /dev/null +++ b/data/part-03371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ab716ebd815478f40491a526edb53c56687835691699af1f0f516b587476e4 +size 550560716 diff --git a/data/part-03372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cb190b3888fd636afd538b63f451112b3f0d52e --- /dev/null +++ b/data/part-03372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a45eb84eb2e36045d5707897fb4f243d47f2d07542383904ada01c1e12fea6 +size 553412091 diff --git a/data/part-03373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1eb35cc45880920e6ed814dfbdb7df55816eb4c --- /dev/null +++ b/data/part-03373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386a364b1a50e496fce2426a1b67bf9fb14e6d27eacec011a8d96f746ba13626 +size 377651915 diff --git a/data/part-03374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..829e69f4d6d0f1a136492ce748faea3024c00c19 --- /dev/null +++ b/data/part-03374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e09b28d92d51ff05bb8fb82b3a7e291fe999c29d0d32339702f7131464140d +size 558116205 diff --git a/data/part-03375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..461fd4193ad57f2df6aca3a3c093d2140c4191e4 --- /dev/null +++ b/data/part-03375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3295666a561f0cfe1f7dad96ed9f888d48eaa335890aba25032fcad6910c9a40 +size 562533106 diff --git a/data/part-03376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..920a59f31b3b5f104c3a680184c65f5106e3076a --- /dev/null +++ b/data/part-03376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510eda79f92cf1713b88dae0791d82ef339052e4a86e5e3ad659f56cda9134d0 +size 549000318 diff --git a/data/part-03377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1aec1f0cabb4023b94fa5d680fa2cfecb71a468 --- /dev/null +++ b/data/part-03377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68bb4238b36ae0b3ae064705af58bbf667de23fde30a8a63d91659f201dcceb +size 606081548 diff --git a/data/part-03378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fff9becffbaf12c73c51d7ce1af80d99c9cc9d7 --- /dev/null +++ b/data/part-03378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c225b27368020926c720244e126121ea2c4c3736f361a1b8bb03f5a397c2a389 +size 515576625 diff --git a/data/part-03379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df22e7ee2d2dc92bdbabfa49a5e736977204115c --- /dev/null +++ b/data/part-03379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524c39c111ad1665d8c524931488278d9c092dd18c3d246ccec3cdd9f5729b73 +size 442668351 diff --git a/data/part-03380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..beaa0733bcfc5dcbc57809912f25a1f4e7564e02 --- /dev/null +++ b/data/part-03380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233d14951ae793b9f5f3facdf582f815f2fe1643a38d80cc38f83fa5b6cda812 +size 468051878 diff --git a/data/part-03381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee949d77d1a9de76dfbe7f1bb0104094032ccf50 --- /dev/null +++ b/data/part-03381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83da10156e71bb252e7c611f78da82fed28780d4ebd6a02c31fa21a3e2b1aca6 +size 545687711 diff --git a/data/part-03382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69a8d7288bf6957c8bd13200cbb8701d51818907 --- /dev/null +++ b/data/part-03382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af725f536a65d1f03befd5b195f6ea44cc13b5c2b9fe3c73ab94c531476da50 +size 773182775 diff --git a/data/part-03383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc75d5769981ec84ed6ba8772da4d7bac410a14a --- /dev/null +++ b/data/part-03383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ac0071f808fb7850dcabd239346a754c4f2e46e87b47eae755436b7a5b1e49 +size 783689068 diff --git a/data/part-03384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4802fe866f718e86ee702bc636814b551bf84d3 --- /dev/null +++ b/data/part-03384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7489c1fdf429377ca01b6ec52e321e096c1d4dc1703318a4448c23b11e7526e1 +size 497845150 diff --git a/data/part-03385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca5506dfddeda2006075593f7047a64218f73347 --- /dev/null +++ b/data/part-03385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051401fe32c989784fb07d65af7d8575f2618ce7d570365c3270f3402527feed +size 474760965 diff --git a/data/part-03386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33ab0f8a4bffa5d99f95dced221a8180c856eaac --- /dev/null +++ b/data/part-03386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879b03af43e17ce7d2e41b5375fbf41f9576eb2675d36cc17a17e3de99367499 +size 482012807 diff --git a/data/part-03387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c05777bac96f587e0c5716ce6f06cdd1426292f --- /dev/null +++ b/data/part-03387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787502153c022d7b64210ed30ce097449b5d876e4801b21b46a7be7d6ff40934 +size 696639983 diff --git a/data/part-03388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..463006c80d0e1661ec628604954cb248cfb31856 --- /dev/null +++ b/data/part-03388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c55d19fefc49a417b8dbf72be779a6cb834263592a926a68a81a3c3b733bcb8 +size 715154262 diff --git a/data/part-03389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a009909468413344362b2618d2fa8aefafabe69c --- /dev/null +++ b/data/part-03389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a49b1fb5671ebc642ac3199030787232b8c0458c86f2a7fbdaf07580b727ee +size 651917663 diff --git a/data/part-03390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..082133872c8e563eac95908d8adc8dc0249a8b87 --- /dev/null +++ b/data/part-03390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3469cdeb1e5c1d07f5eae66f884d1d5f7e9ed3af083bc61fc66163783dc5b562 +size 554381215 diff --git a/data/part-03391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c7882f28b84d1a4b3d9c321e0d18ab6a368c56e --- /dev/null +++ b/data/part-03391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf5f7aadcc450e4d33d623dd8f9d221cc297a1412c6dd1cc294f6d0626fbe7f +size 460011694 diff --git a/data/part-03392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c0b60528fec2f475434bdaeeaff936dceb97fd8 --- /dev/null +++ b/data/part-03392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf04f35b9669aa01307cec8a35337ea42acc3694141cbc7f658c5174195d091 +size 406062778 diff --git a/data/part-03393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f1b6bc85797a582e1a79befb99e2e0bf549bcff --- /dev/null +++ b/data/part-03393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6177cbf6a4098df9200bbc9693b5498d8bad49ef0dea8aad2c1fdb2b597b17 +size 465761084 diff --git a/data/part-03394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51da1b73538c64eba237f49f645bb7fac88abd2d --- /dev/null +++ b/data/part-03394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be440dba95a30804f96e63370d912d8aafe7f3da0e23be70a8f463652ec15686 +size 568073976 diff --git a/data/part-03395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d70bc848ed54415b113ce0610a0f7de7c4b92126 --- /dev/null +++ b/data/part-03395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0742dcc1926d171e7c37cae9d30ccaf0fc9fae60605487c9378ab367817fbbfc +size 359619806 diff --git a/data/part-03396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b67489e162f787787727039348dbdcd9d2ff72e --- /dev/null +++ b/data/part-03396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ce0d04f64121acf89c66643c2676e7c2f060b9985521e95c65e494587a8c00 +size 588722746 diff --git a/data/part-03397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e27950618408b28d02e4cb7eb0134bef30e2e92 --- /dev/null +++ b/data/part-03397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f584f52f2b44e939576062ae16fb766fa29429f3608e379224f930d9e60b7cc +size 489409314 diff --git a/data/part-03398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28107f7581b4672c0331f457b488d512492e4d21 --- /dev/null +++ b/data/part-03398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedd3423837329f0a6b791ed9922c44ff0076ce1df153c33cdf9b5764ab8c201 +size 445859525 diff --git a/data/part-03399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..493611b08544427476e1232248dffbba4471b2ac --- /dev/null +++ b/data/part-03399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7708dfd0f2515a7eaed8f9da6ff60718e8d4b55301b48209af326780a8da6c +size 654367587 diff --git a/data/part-03400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c50c608c8be7f59cab5bb92a5e21dc1950a8024 --- /dev/null +++ b/data/part-03400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3ddcced41c6cbcf57591d9294d2c00d25b84b28540356a6888a3ce2659293e +size 704837348 diff --git a/data/part-03401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..306387301e458e053f5228eccddb6f1c734603ae --- /dev/null +++ b/data/part-03401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc45cbb70664c4826663fefde3932c998c15b3292d7915e22a5aa4c0187b2ac +size 410862594 diff --git a/data/part-03402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab1c285a9f5a43e6316b7255d560ea13a175d378 --- /dev/null +++ b/data/part-03402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c6e8b4d33842445b06986a63e25f96173733e1b72c08153d0fa1606b1c0a70 +size 433898568 diff --git a/data/part-03403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a8c409eebcced7e54b5db0bd518fa63291e40c2 --- /dev/null +++ b/data/part-03403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b1836c6d05389dc2821716787db7f229c9b04574e09dd547d39780be091430 +size 597202306 diff --git a/data/part-03404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b23078fa17322d0089edd7c2b3d1b88056e6f83d --- /dev/null +++ b/data/part-03404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0144ecb23d2884457d2afde7dc95b583eca8c92c881ffe073c4a541736ad6e +size 490428412 diff --git a/data/part-03405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac6c786c076f70e9547a534f0bca5dd8d2b01383 --- /dev/null +++ b/data/part-03405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faffae2f27f286622df3415bdca4cdcb319dbda17fce355a0cef9838ef2482d0 +size 563141577 diff --git a/data/part-03406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73a691349106a6292a61306b016cfe8cd9fb7001 --- /dev/null +++ b/data/part-03406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a507e7bdd1313a6ed0398b23fd9a1f196d64d95818561fd077dc8735c0447269 +size 396677454 diff --git a/data/part-03407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13db130033a3ed62641f2ba5a513bb2764ebb931 --- /dev/null +++ b/data/part-03407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7696ce29b29a13167c4dc3e147c499b829d68b3686dc6654f34df8bf8f74a631 +size 456285014 diff --git a/data/part-03408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3082cb7abb3dabc4d68da70476415088a71757a --- /dev/null +++ b/data/part-03408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f95bea5cd753fd38e63041cb563f27f01f89b3e0ea70c5241d8f1aabbf893e9 +size 472792425 diff --git a/data/part-03409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53402b62ea0ebf112f05eb93bba6346e968ce327 --- /dev/null +++ b/data/part-03409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed4df20a39fbaec27c940c9fe6c1b58d980ce02aafcf598e8c31a459fbe3bef +size 756387038 diff --git a/data/part-03410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a0a4fa410c327e7211cf218e697bbad41181189 --- /dev/null +++ b/data/part-03410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea474eaa2c0382d465fd2acc75a08518fffb56e151bdf6f4c833e90205d1409 +size 412152131 diff --git a/data/part-03411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d74b182e6c4eab9f33b96cc003cde04965d35f0e --- /dev/null +++ b/data/part-03411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ea4af6ede8b2690a5d7b77eb5a1902d8cb4f80f163c10a37ed5b37e8f155e8 +size 730238504 diff --git a/data/part-03412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4c7e6d4c869868d85220e23e420d182a4a6bda2 --- /dev/null +++ b/data/part-03412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ed39ae0c9f318ce5fe197fcb10413876479a3219761e1d06df1f43722a3d54 +size 452781896 diff --git a/data/part-03413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..766118e96abe749ad41b03c75f0f0fa48343b29d --- /dev/null +++ b/data/part-03413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709224f03b5407e42e2735c9286f7417669e70a7f20366053b0e6c99a3022beb +size 543332631 diff --git a/data/part-03414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bf2461b84f91edfb823bdc244bcf3b428121f8b --- /dev/null +++ b/data/part-03414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeab8274f1d32206f40614d496c8a997b770032e8baa21b47939296d1495b42 +size 437459872 diff --git a/data/part-03415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3e1c4c7249514ea5d58315551e00242cff93048 --- /dev/null +++ b/data/part-03415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3f9ff2aa8faf31a495468add6bc29c2cae5fdef909aaa6f44adef334a6c75b +size 681172637 diff --git a/data/part-03416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e439ff2ccac69c47ee1bae74ce6f77f499e5ad6 --- /dev/null +++ b/data/part-03416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5b2236ce91d53057ab9c71795d2cfbf3285caa4985285ba976b41f24784a29 +size 545175225 diff --git a/data/part-03417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a89679a5241bcd841a615a26d9eccc51854e3e89 --- /dev/null +++ b/data/part-03417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afc9ddcaa000c839a224c2c71d2844aa0956924f5175f0966e86c4ae8be9637 +size 545117945 diff --git a/data/part-03418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa2848cedf299615a047556b265f06ed655dd3ae --- /dev/null +++ b/data/part-03418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2b60c6551c5924169e4f3251be49879fa6d2043d2a14786f3541af78c3c5e3 +size 499424818 diff --git a/data/part-03419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7954b347cfd0769d013111f45e947a199910760f --- /dev/null +++ b/data/part-03419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a6ba28facc4673c10c684e8defe0ba63ea8155f2febf88e15004b0d10a419a +size 449177896 diff --git a/data/part-03420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49dc2db87238c223edccb0fceca2a0a288354d55 --- /dev/null +++ b/data/part-03420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4a8318c54a4c400c922bfbef630a0dffd4fd3dfc678ff75671e98f94d23604 +size 556415278 diff --git a/data/part-03421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85b058e6d7e944a4e6a3034204538f044f965bb9 --- /dev/null +++ b/data/part-03421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085130d397980d518117340802987f7496bd254b9da5574d8ec6210215d0333f +size 718147524 diff --git a/data/part-03422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ea227ffdbc8413d5049e51cf517c122dfb53b55 --- /dev/null +++ b/data/part-03422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4249e1cf249ee755be27dd3807d7673fba1d74812959483dfaa433492bd50cef +size 1028489103 diff --git a/data/part-03423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d320718b3305592a005b7b449fafb76cbfd69b1 --- /dev/null +++ b/data/part-03423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742d231da055014db879dd651a022f92abdbea61963d5bf705becfff887d80aa +size 532206316 diff --git a/data/part-03424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b42873f2bbfcf44b7e82beb6b72a988b8eb8591f --- /dev/null +++ b/data/part-03424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80645927a5278b7aac4896e10121af122bc584b7bde81fe76d7d03a6a0b786aa +size 538774455 diff --git a/data/part-03425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c30658774493363bcb970c4b04c7376fd386e025 --- /dev/null +++ b/data/part-03425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08f55a32657b38095a692705049eeda807a6bae885a7e8c59e0213a631d6b36 +size 548839267 diff --git a/data/part-03426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb35d464a970b3506349b4e9c0992a25a012466f --- /dev/null +++ b/data/part-03426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dfc4cf420abb63243a72c75150c77c4f181a2322671189cbdefbf93d0ae9bb +size 535034271 diff --git a/data/part-03427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b487b4a94a4be1dc2da7d425d31cb66f408c84c --- /dev/null +++ b/data/part-03427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df3f7ee02fadc8a2084e9aef0a8c25c4bc5544724f50ac623599e01a203f3a2 +size 941508210 diff --git a/data/part-03428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..893822c948c8e17e081894d21ead3e31d9ed1408 --- /dev/null +++ b/data/part-03428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ada966b8f11c232d9fc4d05b04ae7e60782c089fbdc8d57fa0ab3128a1be1c +size 648355534 diff --git a/data/part-03429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d31630edc273e50c17930e73237f83512b519ce --- /dev/null +++ b/data/part-03429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0377dbc9a2fa59bffca22809a0306f2db80c5580a5caab688c8388530fccefd +size 599176742 diff --git a/data/part-03430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49d363f79d462935379dfaae303ca358891936a9 --- /dev/null +++ b/data/part-03430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9566134a1d0a8179674be7e15f09aa215ac405e04e90c8b04c83db941c8a5fc1 +size 446696258 diff --git a/data/part-03431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..107df4fe5c8a8c6ec8e324d45abedc254ee6afa1 --- /dev/null +++ b/data/part-03431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d65cbdb25c59d94a16172bb47ceab98a3b8b6565531fcd14a219f15456882fb +size 1219169194 diff --git a/data/part-03432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..645774a613d498542cac0295b5c5df30815c4318 --- /dev/null +++ b/data/part-03432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356d3178ae49bdb18c9e7b2a724f925dabb93b6610f001e9fd02ceb7916ad8df +size 538331035 diff --git a/data/part-03433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..750d2497b694ac2b2ee0d60084b101a61822546e --- /dev/null +++ b/data/part-03433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaecdd3463250923a58b53936ecb5f23f288fe8a1ecbe0ca3d1ab32f9d86fb16 +size 554473776 diff --git a/data/part-03434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69625f2dba8bce5fad5604bc391ffcd8603b595e --- /dev/null +++ b/data/part-03434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a56865e2e2fe1a627d0ad24990f2f00166e08fbf04bf7ca658c8f4bb9feaa7 +size 555029071 diff --git a/data/part-03435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31abd139b0b5db564a3625452b377b10291ec31f --- /dev/null +++ b/data/part-03435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc638c36316a0510e848b5dc2cfa725266979b2606b0b341333901b73d09889f +size 563616943 diff --git a/data/part-03436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2868997121aaa7dac449a374cacd2b2012c353d --- /dev/null +++ b/data/part-03436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a48211870058556044ae019ebc8affed5c5d5b0e2137d10430eef73df0216f +size 355658884 diff --git a/data/part-03437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b72a63c5b97cff897f3b223994faf20ce753e73 --- /dev/null +++ b/data/part-03437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8767dfcd12df44bafe3b2b9bc3c7666d311742b483a7b2e86a141bb33eda24a5 +size 675750862 diff --git a/data/part-03438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b28960fdbc6428ca93ac53500933ae6e2b6e19e --- /dev/null +++ b/data/part-03438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9decf21eb34b0615e2a9d1be3b9c6d730f7ef1c1723e84e42db04ee18b7f2e +size 931741206 diff --git a/data/part-03439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e3df4e2f8ba69acfadb093d3c6acf541d5cae40 --- /dev/null +++ b/data/part-03439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f0897f3325bcd9c1af4b7d16d19db6e65f3e64289ffd430eb3aa5dc441e628 +size 485326069 diff --git a/data/part-03440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..351bf254e4ec3bd2b54f80547d4046cc51621486 --- /dev/null +++ b/data/part-03440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bb76edd6e0db3d21790b9933373bdf1167731ef4a55cfc40e11e4a3da5fb23 +size 456695636 diff --git a/data/part-03441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9071bbf002d6ed78b64cdc9aaea19039313b8c7c --- /dev/null +++ b/data/part-03441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bf61ee9ae4cb04814fa305373f2002d4b805a0d61c7306662383b11e3e51b2 +size 662703642 diff --git a/data/part-03442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdfaa23a2868b93084de11acd5f4c65969602a89 --- /dev/null +++ b/data/part-03442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402c9c2428bf6efc63fa4fdc6f33182034fe2eb5ea951a74b5853be84efa8688 +size 517303362 diff --git a/data/part-03443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb4251556b2e27fe36acbec7233a3a23d0e4789c --- /dev/null +++ b/data/part-03443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffadcc17b9e3b82dd1c80973a90071242485301211971d3ab3af18d7229fc29 +size 485821537 diff --git a/data/part-03444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3448fd47da0497394b1813d7d4acc5596dd7763c --- /dev/null +++ b/data/part-03444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469bdf136631105834585fa1d2098b554bd74bb267e0cbd554a808d92a45c989 +size 704711200 diff --git a/data/part-03445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37004e0197041fb86af5ae736e5acf67299f5eb2 --- /dev/null +++ b/data/part-03445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4540ddfc99e480ebe8be87ba57663723b5d84cbbf480c757c86e8cdcb5dcd3 +size 483457601 diff --git a/data/part-03446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d906be09ff7ac38e1df8d2b99d2d396e0fedeef --- /dev/null +++ b/data/part-03446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e193ff57d49ad3c78a355d090d39c3b457e44b146fd0a36ffa10f86d0818a3f9 +size 591082337 diff --git a/data/part-03447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..219bed8a864809d7074a5af0ba912d36122a72f3 --- /dev/null +++ b/data/part-03447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d51611cbfaaf0131c8cfb63060f46bf4fc543eb05141c45f98f6764db806d8 +size 629951719 diff --git a/data/part-03448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e7d60293f2005599379968935b618b44d963569 --- /dev/null +++ b/data/part-03448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f07b40a95163c1923fb4b5a19a23a183039439c26e7b34c8356bd7211730ae4 +size 425083276 diff --git a/data/part-03449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c4e96ecdf026cd6774ea64434ab98eea321af1e --- /dev/null +++ b/data/part-03449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c520dfb12e49e1df1d1afbb25dde25550b9d34a32e5a5d0b6a9db3ec5c47176 +size 754751979 diff --git a/data/part-03450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e38c92894833ef62797ec6cdda9441a0afc3b6be --- /dev/null +++ b/data/part-03450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2226e3be4a87e209cc8d4147123cb0489cc0ed61d60d03550ac5e6f6363ddb14 +size 898123912 diff --git a/data/part-03451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25684c2e62faf86f6d17b4ea297c2facc8a65f5c --- /dev/null +++ b/data/part-03451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3468ac05857aa74a565ec2c57eba547896df7b5d7bbe6de8a7c2e89dfae371cb +size 1278158397 diff --git a/data/part-03452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..629e1cd746dfb95892eaa50d6bfdadefe457854c --- /dev/null +++ b/data/part-03452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfa1a334142f515f9856180e56d5e9d46dd27ba6bb74e26d84b49b688e69629 +size 849242193 diff --git a/data/part-03453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8eb8ad3770bb6deb654b2aff11fef04d905e675d --- /dev/null +++ b/data/part-03453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89437d737f92e6b00f51167045c1d962ac27f89d5932c019f46fca8ed9c32302 +size 502847243 diff --git a/data/part-03454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6610fb2f92d2768da28aafe6a09abab9b702061d --- /dev/null +++ b/data/part-03454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88f0002c044c5cd43252c413cce3114412bc99fdf6ea8baeeb5965d86132a25 +size 574339552 diff --git a/data/part-03455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0c3e5bee228476a23d9a3d8f70674512f67e835 --- /dev/null +++ b/data/part-03455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37330e3def1094cec76883c4e86954d288ead0778464b4c7c9708a00269be2f +size 768131972 diff --git a/data/part-03456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed33ae739d0349001c0f1170dfe79443520d06fe --- /dev/null +++ b/data/part-03456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279b43b0d874831fcbb42c65adf82c387c1aab952de4987eabea3cb41162994b +size 423497974 diff --git a/data/part-03457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11e96820958a69fab4f7ed990e0983c6e5e19873 --- /dev/null +++ b/data/part-03457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2c4e6f5acd120ed0ce2ab607f4afedf685c5e8285514eccadc5cce6623d499 +size 595815311 diff --git a/data/part-03458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba639462ea8b72ee9e9b5a1d5cd165c575dbf945 --- /dev/null +++ b/data/part-03458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e39324ad3591d5690780bcd7815c79461a5285c5ef566faada415230c76f80 +size 411018901 diff --git a/data/part-03459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ec0fb3148670ee5f0e6a75038fff5c351ae1b6f --- /dev/null +++ b/data/part-03459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef0d73eb6e0edafba6a6b8d3b839430f3d90c63f9f43d5ff949f064697d7cc1 +size 514360276 diff --git a/data/part-03460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0d8ac8c5099d35a69ef7727fdff79d7728adbad --- /dev/null +++ b/data/part-03460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee608e113620969294b29c39c52897ed54ee0d99f7032b5d9c337b349392a57f +size 481646087 diff --git a/data/part-03461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..548e5f4eefabbb4481b6ae930af62511220cdfb2 --- /dev/null +++ b/data/part-03461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00815af2351074f22b257aa878475a83f9e729334b78509b000c3a653be2d545 +size 611856331 diff --git a/data/part-03462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc8763c346d9185304084e69e724dfac42f1170d --- /dev/null +++ b/data/part-03462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a182be9098e80ea90e51eb60c03cdbaf8a92abb809f94c750e0bf35182f44e +size 591068550 diff --git a/data/part-03463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60d3c811aea8a8c56faf96652ecdcdbf8e54d549 --- /dev/null +++ b/data/part-03463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec5d5648bf247947380ba08af9db00c21bcfd059bb38fc01ca34e050ec62a78 +size 881169088 diff --git a/data/part-03464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5293c2f4d8f8a568886b781e60887338afb1fee8 --- /dev/null +++ b/data/part-03464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563169a2e77d27077aef2b5422add7b10bcd045a3ff3431d867cd3fbc7d476a5 +size 654498179 diff --git a/data/part-03465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..557726b56eab3fceacdff3950b632937af4ccf4f --- /dev/null +++ b/data/part-03465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f43f4f2dabbfba991a117d569def4637d6f367d81a403a3cd70314578824300 +size 492558671 diff --git a/data/part-03466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b994c3acaabbd3899584780b6d97557569b85fc --- /dev/null +++ b/data/part-03466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2300bc5310d096e6200342693ca58f04aab5ab58d2008386fca50185859631e9 +size 735512287 diff --git a/data/part-03467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8015a5892b814350db9bb90c990f1703d4c25a0 --- /dev/null +++ b/data/part-03467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a74500a216f1d3f31d18a23f4a6a378bf44f7ca3e8fe855ad257754f0cc266 +size 602887510 diff --git a/data/part-03468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1aabbca9a402e99ef89d89c00b10dfddfbc48a2d --- /dev/null +++ b/data/part-03468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed847bf1ad51d94671ae18e2586ea5500943e1f49f4a03af26ad5139f4ef79c +size 372300805 diff --git a/data/part-03469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c0afd6990c015310edb2685e1652860c9bdadde --- /dev/null +++ b/data/part-03469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba4254bba0d8f02c40153347837053018333af9e4703719d8bdf0bb54f20673 +size 669696581 diff --git a/data/part-03470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58cff573cea1a2fc22ec83fb9b9442906194c733 --- /dev/null +++ b/data/part-03470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df814cef83e2d866ea092b5f0c4aafcb514c09dafdbc3ca188e8521d15ddb929 +size 491995796 diff --git a/data/part-03471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58bc708e1b2776a06f2e31061ad9f7029fa06725 --- /dev/null +++ b/data/part-03471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc586d26a6556a7bcb83f795b584096d5320e7fe91bef3a33fe2a7c6f954155 +size 613481524 diff --git a/data/part-03472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ace71b61e492d2bea51f1dac704e3b4629eb68f3 --- /dev/null +++ b/data/part-03472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf64a92918f8c11424147efd5d6dd9a3b25bb7a70b1de91aee4867ed69aa1eac +size 436182833 diff --git a/data/part-03473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b3f0b29cc36d1d1ba22f1db77d77e740913744c --- /dev/null +++ b/data/part-03473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fa46fb5d4a63cbb569fd19e0194f9bd8093238217c75f91d955146d25cca30 +size 510430770 diff --git a/data/part-03474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e85a3b0965f5e5582ff16d6c1003ca89d00c0b6 --- /dev/null +++ b/data/part-03474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfd33e2ebb583a958b664cdc526928b7a79092454b3af8d86832f9115bb8d45 +size 985633203 diff --git a/data/part-03475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a22ccffdf98b2b2e57130c1ced32830e39f546ed --- /dev/null +++ b/data/part-03475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a45390ed84ebde14fe9bf438d8312bab5d158c96af377f45a0e5a5c835bceb9 +size 592180891 diff --git a/data/part-03476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34f77f3bd25b8628787a4ca77d7a70987d588593 --- /dev/null +++ b/data/part-03476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5751ea0639e983b87a25af94569173249bcfc7757282df3084209add4390b1df +size 430878497 diff --git a/data/part-03477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7890836b10f3cc681e1447400325e60c4e5a7dc --- /dev/null +++ b/data/part-03477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306afafcf64c6ca2444a75446606b3bc66cf24ec41625883fac2cfec0e32e9fe +size 600021291 diff --git a/data/part-03478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1facbdef8c12fc22d3807efd23e96b2a14327b51 --- /dev/null +++ b/data/part-03478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153870929925f71513e3dcd6c97c8941d02332758f4e69ce1baf5ad7aa64e972 +size 574924552 diff --git a/data/part-03479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41370957b91a4ed02feee5fb36093f866e5ee637 --- /dev/null +++ b/data/part-03479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91872f48a7412a2edccefd0df136eeb8d4eda7bb13264a5df66fda759eec6c0d +size 615291680 diff --git a/data/part-03480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c3ad2a90a039f335ad53cc4e014a007c20869b5 --- /dev/null +++ b/data/part-03480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf74d652b99a90ac789194d51a354a3f7a41a4bb9a83900db7023d43a27e581 +size 462969268 diff --git a/data/part-03481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbb0df8201ae85934c984f29e375b38e04ec0660 --- /dev/null +++ b/data/part-03481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373c910956fa7a87a6d14c0c7463e79aed939b5cfa95df80383aa99e03097bd0 +size 718094957 diff --git a/data/part-03482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..590aeed4a2ae753a2ecf0b7a53230d30b0b925c9 --- /dev/null +++ b/data/part-03482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37924ed2cb39d015658758ad4bc32b4a9d8f5f83fe9604e5165b5bb3a9f671db +size 951150780 diff --git a/data/part-03483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06dedf48910f6b4790e596e83bca98baacb532fb --- /dev/null +++ b/data/part-03483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f494e9b44c14c43dfbc591a8478b37042a53438496b666bb1dac7aac882339e +size 719064064 diff --git a/data/part-03484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32b9ec2715ef36f0aae8111f369a0a2a61df4643 --- /dev/null +++ b/data/part-03484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f54c7b6165557f5b994f46c3c98532ed0da02314bd16c19c0294b66a31e939 +size 414676747 diff --git a/data/part-03485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe3a75d0a79275334599530500dfd3a35865f6ed --- /dev/null +++ b/data/part-03485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f865e2549ace5e5e9fedbc70be7000d9f20199c5058519ee2d4872a77e3f03 +size 489403129 diff --git a/data/part-03486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fea547efc463a53f8e974bee20a37c880156891 --- /dev/null +++ b/data/part-03486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55e32a201d15123d6b46da9c3ae75957e9bd07aa5b4313225e05be8717cb61 +size 381477938 diff --git a/data/part-03487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..512bbb4d6ca9f0e5a6efde65c21c37c21482865f --- /dev/null +++ b/data/part-03487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf2ea79e6e93424e7431b67145a3bf699164baca1f699a8b1e0862dda32ec5b +size 729569909 diff --git a/data/part-03488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b248db40b58d311ae3024feec8a0138fe08a7c69 --- /dev/null +++ b/data/part-03488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca50b665270505791d7e910ee4c4759737611f3b4e0bc49c034eb146ee83eb8 +size 427697455 diff --git a/data/part-03489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca73bdb717aaf161e2fb666d7544d5228e5a8132 --- /dev/null +++ b/data/part-03489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f089af83d5711a0c0c1daad2d6f464956e629bd0c15f88524f5b2d2335379efc +size 1027984664 diff --git a/data/part-03490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a404ec9f9b3d1834554be389c08bae7d4818b32f --- /dev/null +++ b/data/part-03490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86a8368cb4c8c29f5ccd6eaf44309d02fcfb77ca073b98b8a5dd10aacc7b569 +size 509973448 diff --git a/data/part-03491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e41b9c0e22e7b0d80cd50b5d918697cf6f9aabb --- /dev/null +++ b/data/part-03491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6211e127ac04a71a633c4e987d9e392f6e526d92bdc54dd38701fb63a900506 +size 792139444 diff --git a/data/part-03492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d145ea3b7c25b8c331928d4624c1f8ee854963a --- /dev/null +++ b/data/part-03492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231aac98598525d0e561bcdbc5797420c107ee16c571f6c06d226bfb1cd6fa27 +size 458024669 diff --git a/data/part-03493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0421f7da668acaa859622310f788872c47e99343 --- /dev/null +++ b/data/part-03493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d539ffc3c01a8782abd1d80b026d96bd97b201a986cf0d79633a6327b81b61 +size 448356212 diff --git a/data/part-03494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12ec727dfaa150d5613a841e301b0bfab665ddc5 --- /dev/null +++ b/data/part-03494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf7e248209f150e2e95c69fad492a965dda4509628b47aea9ba558aec18f00d +size 650499146 diff --git a/data/part-03495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..270a5bf3ba00aadb3a02796ac53b46c1b7e34d13 --- /dev/null +++ b/data/part-03495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb3a4e4d4762be86c446b6198c05e51e7827b834bdd25a34f3f6adc5d8b6387 +size 420276300 diff --git a/data/part-03496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc5217beea747854ffe02b1fd411bd70aceabf73 --- /dev/null +++ b/data/part-03496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0baa9976862a9104db1445f1f11e55ecb051dac179ce56a53735b82caee1ae1 +size 585681609 diff --git a/data/part-03497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edbe531760b8089b1fbe244c93d1cbba64edef1b --- /dev/null +++ b/data/part-03497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ba1a66d082a610ff5eaeca65aabec4cce88523f46e79e1093f910c45da92aa +size 474644698 diff --git a/data/part-03498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c7d846126873bd9dbed260e67b13849b3a11b5b --- /dev/null +++ b/data/part-03498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d1230be90b3b3c72975e54349ac77af37fed8e4e3a116c9f43b72bf47c69d3 +size 529248387 diff --git a/data/part-03499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..802129d558e0bb4023c97bf2b66834f4a6e2fb5e --- /dev/null +++ b/data/part-03499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8790545e27ebfeefecb47ebce6ef8acefbd3af6af30f6b03ed52ad2949a572a +size 499003391 diff --git a/data/part-03500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e581e790af314fd748bfd7c377bddf2538d308a8 --- /dev/null +++ b/data/part-03500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691d740a6d7cab931fe26e31843fa780bd196ec55f36807ea59bb90dec6b06e6 +size 648815791 diff --git a/data/part-03501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..688cf6a6a7179b98a5269cf7ae28f870368f4432 --- /dev/null +++ b/data/part-03501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8a403a6f13a4804d3fc45914a6885b5908f147ea8f0db0931648f0480f2190 +size 630048769 diff --git a/data/part-03502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e05e71ea8c21f2957a7c6d495b552d11b3840207 --- /dev/null +++ b/data/part-03502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7185b9004bb6019651f8e8f90130b38e68c0a1f15fb3a11aa62ea6910647019d +size 428864309 diff --git a/data/part-03503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fb5f9eb6283859fe442184a713039cc1723e95c --- /dev/null +++ b/data/part-03503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f7bb9a9bb5c91a773e6fab13dd3a2f4e41b73cdb50ce097c3ecd4d67e4224e +size 523904373 diff --git a/data/part-03504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..332028d6b8d9b5e6a8d154688c391497fe78a819 --- /dev/null +++ b/data/part-03504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf15169230e25c2fb749f9af70c6b2d81daa6ed1a5f4f4dfec89c229ffd14c7 +size 393752155 diff --git a/data/part-03505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e641a4ca75b918b522c626b6e6084d88faaede9f --- /dev/null +++ b/data/part-03505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ea57afc2555f58130f5bfa5b17b15b73508364d7e4c0dfe68a92d3dce89f19 +size 508952878 diff --git a/data/part-03506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..896232fca849630fad6bc333e62b0514bfe37e6b --- /dev/null +++ b/data/part-03506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97612c3911e5d84a2912decab4c733acd756ec7d2401b3a6838cacdb9203b9e4 +size 714984626 diff --git a/data/part-03507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c09424ea5f610182796ed72bad7b94a371da73c --- /dev/null +++ b/data/part-03507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a52fc5c97705aa6eeb9326e36013f059553ce648e5a847bbc833be477c2252 +size 732493343 diff --git a/data/part-03508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf4497e733ce005dc0c873aaabfeab49af917730 --- /dev/null +++ b/data/part-03508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80ecb9d173fd8fd357172313ab847366f0c53bb07051ea485563729e9c4423e +size 480688130 diff --git a/data/part-03509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d84f506ba0ad1d083da282f2e99cad807b5535b2 --- /dev/null +++ b/data/part-03509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d678c4e6e0c2bf47b50f18a681d72c01b575451537867b63a71f41d6a7f448c +size 942141395 diff --git a/data/part-03510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aea2b066f562cb0a4cdb178a2c66e8c20cd915c6 --- /dev/null +++ b/data/part-03510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b47273b1a95a5017338fea700f7cea3ba395ffd540131a084e3cd02716c377 +size 555826389 diff --git a/data/part-03511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00a84642cc02fbed70e31fb3e4b3144d3489bbf5 --- /dev/null +++ b/data/part-03511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cc0b9a6a97c77bd3ea6a294449f8cbbf66aca6284174ebe48715adb34fe539 +size 444156732 diff --git a/data/part-03512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b67a602e0bac4959c63fbac8adc62e5328220f5 --- /dev/null +++ b/data/part-03512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15233b0ef1e45eeff8142f93feca4c3fa5fbe522d502242a64f21f82a63a09a4 +size 642272552 diff --git a/data/part-03513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b2fc3f62f4403e2133caef19b08fd2ddb8a2ed1 --- /dev/null +++ b/data/part-03513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7f819c92cc251b7828dd9b2099777717cac3c915b04b2ae4c27aebb655f371 +size 446980117 diff --git a/data/part-03514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..539c7a841eea50976cb19b7be5b0427816e7057c --- /dev/null +++ b/data/part-03514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c993da3a36d77991ed19038e5ca98d9a11f08494b0222b757292711ebfa0a8 +size 394204713 diff --git a/data/part-03515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..712b521abbe110712fa3d31efd055dc8ce5c3a76 --- /dev/null +++ b/data/part-03515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e230347b3f1281e5dd12b2500e828e23c79fa35c8d9b5fd92fcdf1cd9934382 +size 768393452 diff --git a/data/part-03516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5cb965e603bcf4e36715493458e11e46b4d79da --- /dev/null +++ b/data/part-03516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab06faf06351266a5948d3420d12ab964a45ae09511418a3e265022b4e3ccb49 +size 418913062 diff --git a/data/part-03517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..317fc9cb9c1271cd3405ded54ee079e375c3a0bc --- /dev/null +++ b/data/part-03517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30045baa46604a3f30ebf0c56aeccf5b2be819a73fb23693a5b39c231af4849a +size 394551662 diff --git a/data/part-03518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc9a54e9ed108211312dcb6feca5ec7f7b6ed60a --- /dev/null +++ b/data/part-03518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0781d896c1564ae29a5f480e2389bfb93c5dde4a8ff4d041e0da7b452e3c5cbb +size 657966061 diff --git a/data/part-03519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73dbd6236392bc2aa4da9fcb7efa327b56407ad1 --- /dev/null +++ b/data/part-03519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c887b976d0b89253c53d548f26a3f0d88112071e1dac0cf46bdbdca1fb53c6 +size 480536395 diff --git a/data/part-03520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dd196f861ce53977bfbaf0e8f2bf86e57b9602c --- /dev/null +++ b/data/part-03520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b21b0edc08c035da42f72b2730063fb84d11ece89bbb93d68ed70e4de083c04 +size 920693649 diff --git a/data/part-03521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfd65abd4c44afce2c407854e45462cca9d9714d --- /dev/null +++ b/data/part-03521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92389298e5eff3c9f33b2ea4be118a45fb6272be9a985e71c9e270f1c1f7ec3a +size 517459908 diff --git a/data/part-03522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83735f02d2253addea47891bc70fb1b9ddd09e64 --- /dev/null +++ b/data/part-03522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866772cc3ef6df0fdc8d5c1c4fb184bb385ff4da08d7ea36a480418fb0003a9a +size 462928095 diff --git a/data/part-03523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5650d0e15cc94fb2cfb8f9637dfce0b493530d3f --- /dev/null +++ b/data/part-03523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc269a84a88fc2cb96a9a4d0d758c0d39c3f12c57d64eb8eac9fded50531563f +size 806042392 diff --git a/data/part-03524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..465e73124e36ba82938087f5b60ea95a876b3a78 --- /dev/null +++ b/data/part-03524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4695fce9634ee1db3c6769da2b2e13c5677931012adb01ee33b80674c0e771ec +size 733294149 diff --git a/data/part-03525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2cbc73eae8ee190e433cbfd4ea7ffbfc83fd16e --- /dev/null +++ b/data/part-03525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646297ae426e54eb701953252ae392e6bdebffe02b83a05d3f7738d4eef7342a +size 499265529 diff --git a/data/part-03526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d7788ad87c7e6390a99fc1f47228b731b914a39 --- /dev/null +++ b/data/part-03526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f594f4359a1c34e17c18f74b60fcb558bd2d6aba7738e820f56afa34903286d +size 454881219 diff --git a/data/part-03527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d029ae4c38cf06f2b46e32e35d46b9e6ae3de2e0 --- /dev/null +++ b/data/part-03527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8319494773793171930ddce4183f0341a54ad57e952cd0d5b7a45cf3ca2a3cb +size 560278997 diff --git a/data/part-03528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08950ae0c2423b4124d138a121408bbc1e572889 --- /dev/null +++ b/data/part-03528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c61104b67f9e5db6e6db2003f9655360af2cf15c51c4135018f55a6f319ba3 +size 540634647 diff --git a/data/part-03529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..062cd8c1860f786e274ae53aa7dddee35e0f3eea --- /dev/null +++ b/data/part-03529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9da272afb24f01067a841adce5386c0346b7bf3bec28ea3337297a8e3f866a +size 835586421 diff --git a/data/part-03530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc09aac7c26ccc908b122891f2aaad0bc79cbaff --- /dev/null +++ b/data/part-03530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8d225314f67751ce183d5cf47d3325d5e8358fb5649b59f2ebfe57493e9547 +size 402733310 diff --git a/data/part-03531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d77581e8a272ac23ede2a00d1d3e83797ce282bf --- /dev/null +++ b/data/part-03531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839184f8671ae5b0f77957536b7f2b36b39f4cdf0828368df062313ddf7911d5 +size 515812497 diff --git a/data/part-03532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49191aef1d9ad0a3bb1a1ad31cd419263d50638a --- /dev/null +++ b/data/part-03532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c49cf71b60cffca7a3592e9d242a58182c35a6d0f33b741795d2102862e099 +size 384873316 diff --git a/data/part-03533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38c590dda590e853b072d8306f1f33eabbdbf1be --- /dev/null +++ b/data/part-03533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81823c280abc7ff18785ba1e925e555c6f4bc0af1baa9ef53b998209e6772b2c +size 404380874 diff --git a/data/part-03534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..009858ef61932c58027b334baa70170f4ac228f2 --- /dev/null +++ b/data/part-03534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e217e3e7055a5ded39c701f07e90664a93bc59ffc31f8a40f55cc7e567686c +size 437020879 diff --git a/data/part-03535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75592e696ff0793c61586d12aa087bcd981332cd --- /dev/null +++ b/data/part-03535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01059d6e4ee057ddb7f94f0fe46ba98422188710499ab84baf92e5c1ebd4a833 +size 463957907 diff --git a/data/part-03536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9f8322d7d1a28a9e91f29e868525357ba752ccc --- /dev/null +++ b/data/part-03536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dfa927a423d760dd201f3b96b99390b884c9af359f2f91fcde173d54fe0e00 +size 466491832 diff --git a/data/part-03537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7b9721a96e7458fbdbf837287b7131983417f8c --- /dev/null +++ b/data/part-03537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd41b756018688b060cf5c305e7b02993559b4b132a8327aa877f4d461f428de +size 494947567 diff --git a/data/part-03538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a6db4e11f1ff4d12330545f75871d25ec63dfdf --- /dev/null +++ b/data/part-03538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6eec0b36b0ab0866d4f5c6fe6adc2d8e4f3ab219a3a29796aeda1dc7f1d8f1 +size 536790426 diff --git a/data/part-03539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4d1c93d6d5ffc42149db4df8d1f273588c5062c --- /dev/null +++ b/data/part-03539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36c60bd445c775c51ee92922225110c934b25c268dc9a339adadfade88bb4da +size 446691562 diff --git a/data/part-03540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c628b26b582ea0d12a37c28f48b81e986bf9220 --- /dev/null +++ b/data/part-03540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f734a3d229937947bc08ab4d713c1b7670d839806091bf07682465b49562590 +size 507064997 diff --git a/data/part-03541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65ace1babb086595134e897f87dc45eda1f7feb0 --- /dev/null +++ b/data/part-03541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4552dbe995da00bfc9bf0a01b74ec92bed25bdac1b68ed70709e6f4e04887cfe +size 887721208 diff --git a/data/part-03542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6cad4c90646fcbb3f7aebf997a70734ffb193a --- /dev/null +++ b/data/part-03542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a231f3852fc7ac63b66c0dd76631af491dea2266b3228f067a9f5f5f389671 +size 491625606 diff --git a/data/part-03543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd10d111b70a4a6f72ef271200761da9b644b7e1 --- /dev/null +++ b/data/part-03543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e7ce32f1f2f1d151d28db9039465201e789f106200854bda68e8ca4d35a9a8 +size 508388071 diff --git a/data/part-03544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26e28663c9760aa50d45980572b168924101218b --- /dev/null +++ b/data/part-03544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2416db282b0c2025c353131ef59b291f3d0981e5aecb77d31ce3e0951b3004f8 +size 501402984 diff --git a/data/part-03545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c94e7ebbc96d7f5be827f864956afd15aeae7ea --- /dev/null +++ b/data/part-03545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39263269307ad1957ea70ef718a7b8065db98998691474c5054021919abc7b68 +size 663820493 diff --git a/data/part-03546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b1c8cfc28f2126f79aaaa2c54826796a93e46e9 --- /dev/null +++ b/data/part-03546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d955a66c39bc846bb8ee2d2517eeb20ef5b57333d95b4cc70e0e7c207982fab1 +size 542263969 diff --git a/data/part-03547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5acb08fb472971fc36ad288eb441ed2824fd9b48 --- /dev/null +++ b/data/part-03547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf53d0b4a8f13b397bc6365bc4e11408b3833e78b3f3bd21e75e3efd88a3af5a +size 480860031 diff --git a/data/part-03548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd9a12a419b09ac76f8865758074c1e1cf983abb --- /dev/null +++ b/data/part-03548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c850a1c70b016959b5e180a0e378d5d19e4ca8378da5d3cac7ef73575dace8 +size 425063084 diff --git a/data/part-03549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6eee6f3f5cb63a3922385728feb0b707129b96e3 --- /dev/null +++ b/data/part-03549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288e5fdb7aa4acd1e1bb65da493f8bac221cd811bed38871c0df64d2fd8c0d88 +size 549982214 diff --git a/data/part-03550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6ca3e0bc555a6ce7804eab0e8c2f55dd41cf5e9 --- /dev/null +++ b/data/part-03550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2669927ae33fe4b1983d01d9abd72cbe56456b79bcc1618c09463eca97ff25e6 +size 423283033 diff --git a/data/part-03551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fabbd7a8d45be3267b38438994ffeb65b53e153b --- /dev/null +++ b/data/part-03551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73c7415a667b6d4e578f97a76abc72844cb7ca31ad563a2d5ecc56ffa3732fd +size 570775120 diff --git a/data/part-03552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3467a22562934a4b78b86caa8d04f283c4dd1ba --- /dev/null +++ b/data/part-03552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bbcf7d74303d2fe5c2aaacd9c2491e81228012b56414c4aa287252f93241c6 +size 521592724 diff --git a/data/part-03553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91d5f9d8a91269b3f098092ec4aea3a5c61ce762 --- /dev/null +++ b/data/part-03553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adcddb43683488a19842cc82b85e364363dfbfd708ac0d46be1365ac9bfc282 +size 515250489 diff --git a/data/part-03554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4efb84374e486ae6416fc5c6507553e30ab457b --- /dev/null +++ b/data/part-03554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932b585c2d1e6bf87be0f2b21514e5ac3f60a73456b8a3fcfe6e8404e8092617 +size 457648133 diff --git a/data/part-03555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24370d32bdca526d0cdf8770805e2314968a40d2 --- /dev/null +++ b/data/part-03555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e6fb8cbf9e5dea2451ff955483206e5ef77b433de4eaaa245dd81c5ee4d867 +size 519388048 diff --git a/data/part-03556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..836af2c5e7c330a83b63569f33e37b4ed718fe53 --- /dev/null +++ b/data/part-03556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2226ced68b6f656c3e34faa35a032e4ebd821ae44ed98615d682d80c37b5a110 +size 567212265 diff --git a/data/part-03557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cbe9f6154bc4841e4e3dcdd78da2f8128a9e732 --- /dev/null +++ b/data/part-03557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8decead0a8fd0dc7cd6750bbae12ebf9fce552813deade3259a9c87b4879eb74 +size 715450990 diff --git a/data/part-03558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7222ca80c3fb1c54b0e09da2e7dd382b5cbd0ce --- /dev/null +++ b/data/part-03558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6114b85525c7480840eecdc809ccf8db0e3e429c0cf0680b5515dc13e2fb6a +size 589398903 diff --git a/data/part-03559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cc16fa791b23d4e57a95cc0a1e7da5de2fa9042 --- /dev/null +++ b/data/part-03559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbbcdb0f056dbf28d812b0cb51f5d768882b63ac7267ddbbf9b5b7aab8d0e91 +size 530132380 diff --git a/data/part-03560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db13533f94cf6e10c6d1f431ac5cb6ece883af1b --- /dev/null +++ b/data/part-03560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5042c5b79eefa3bf85b41ecfa3dcf05eb5d0df083c3be01a1a6326356c056cd +size 897650149 diff --git a/data/part-03561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58c8261ce1f7b4c8361a17f5ee9a5752d2563405 --- /dev/null +++ b/data/part-03561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223d8aab4c86230332784dbfef7d4f6b9d2a6a6471cf3c9de5bf2cdbb8702d95 +size 733380323 diff --git a/data/part-03562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..717fda59eff49b7fddf52bc053674f3afb33a8b9 --- /dev/null +++ b/data/part-03562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2382c14c29455f5c1dfc13d7769a26fd0680f7f6214e383058ebca6036fa519 +size 428016286 diff --git a/data/part-03563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edc37ad51dc6a24bfa75e8eb918efbc8cb87c45b --- /dev/null +++ b/data/part-03563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0c4285ca4842c1175575e08102008d49379a5fbe3feea319ba10368788d894 +size 720898964 diff --git a/data/part-03564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12ce307ed01a12c3aa0683b1939480422aeeb6a1 --- /dev/null +++ b/data/part-03564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67abc7b45a1478fc925e3791f99af42552b317d26d71e6d9bedee7deb06f94e +size 359180966 diff --git a/data/part-03565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0562f8ff011dd2c606b985a8ea83c2bd4af42b10 --- /dev/null +++ b/data/part-03565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82d4c41815ab66af8dff4cbcc030a583453d80f3a6439b9b6ec12bcc2a92adf +size 793414461 diff --git a/data/part-03566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d47b4f7766bbe8a7f80aaaa85b05b35f4676fef0 --- /dev/null +++ b/data/part-03566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf137b046720e8b7ee0cd82310f190a90978de0763cfceb625069026116a0f9 +size 602911243 diff --git a/data/part-03567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65d8708e8eea79dd1a2b8c8deff5acb1f1087021 --- /dev/null +++ b/data/part-03567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef858fe9569a752bf974aaf155d7714d4a9fc4857fb06cefc3a94aa6fc8ef20a +size 680516594 diff --git a/data/part-03568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b1d6d24ab435608ed62002ad212fd623d631779 --- /dev/null +++ b/data/part-03568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a091e90ff3244b335eaac84f429341cb9e4ebc6f167b6fad2ab052f04e7ded +size 585665988 diff --git a/data/part-03569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a6f6b266615da55b26d1f42ac48178b99ca953c --- /dev/null +++ b/data/part-03569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4c25a7295348fbd5d1345b40b33053ea3e3006a549d145a3be4fe066af5b5c +size 549339699 diff --git a/data/part-03570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6f4d8395975b7f30b9890b83033172b4c22ae02 --- /dev/null +++ b/data/part-03570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a42b58a78032fb1ba4f45b6d33651714f88f74ad91ec8dc5a6d6fcdcba3596 +size 496771449 diff --git a/data/part-03571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea64dcd77f6fa8ad07421467a7c6920b8dfa3b20 --- /dev/null +++ b/data/part-03571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89620101b7785aa10eb66ff6ef6660e7e3ce4c54b248442bc37c2dac43ab44c5 +size 439042347 diff --git a/data/part-03572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25887021de80eb660fab2063a5eb1ab4e2ef871f --- /dev/null +++ b/data/part-03572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929b35be0d830f908c0f24173ff3871df0c0afd58e9be019641809b1d25d373e +size 424672511 diff --git a/data/part-03573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a13de53d3ed95a69762608d759ddc17ccba040a7 --- /dev/null +++ b/data/part-03573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd4e00a96a38a0befe00a77ff04bad889f9b47ebc1f48db669659579e174a39 +size 604691424 diff --git a/data/part-03574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55c78e59b6b7e5d13809586d23d401e21f69a423 --- /dev/null +++ b/data/part-03574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceed46efd72a9c33c46c9ac4cf6f5f9ce0327a96cdc619541a63e92cfac5713e +size 679671097 diff --git a/data/part-03575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cf63640452b985e61ff2a74b75d0e3eed7a4c03 --- /dev/null +++ b/data/part-03575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52ec49711fa17e67ce98009ceb4edbebdb1b86ff5aa5ae5bb2489ef15f9b0db +size 541076140 diff --git a/data/part-03576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89ec36ce18b946fc787af5b8ccfeea1c196a753f --- /dev/null +++ b/data/part-03576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e937e5928a44b73620caad1e8c9cb31644e588863de272f9b87b91c61b1968 +size 515156962 diff --git a/data/part-03577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c14328ec5af50bf0693b72bd75e20a7d4f0a001 --- /dev/null +++ b/data/part-03577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce3907daba37bd7cfcc9c50f4f2d181cf1876ebe36562659649abf8d568aab3 +size 420098242 diff --git a/data/part-03578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..663522ea2bfd2bdd2479df4b09532493feaf9c96 --- /dev/null +++ b/data/part-03578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527e6ffcb2c1262c765ebe6ca3c117f26a3c02e222c1dab1f11d45a3edf3481a +size 871902163 diff --git a/data/part-03579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1610255100d2e40c121fc200dff3f125cec31a44 --- /dev/null +++ b/data/part-03579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6718fa0c048a56bd244be467fc021b8cde403f427af5e85dff9d5aa0a407ef52 +size 828372805 diff --git a/data/part-03580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39370c05b5a8e32980307e7ae41bf08736b6cfbd --- /dev/null +++ b/data/part-03580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77322ed7add5bd7b5ba58171691e3496415957191ccfb364a9caa1c41bffb24c +size 765086697 diff --git a/data/part-03581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba05d48f76685b3cf52a9564f42052b3ede6a241 --- /dev/null +++ b/data/part-03581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ed48351562ddf92ec8f55b73a0e9bd91aa4e707c435d084d788ae5744622a8 +size 750185852 diff --git a/data/part-03582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7e9f13b15cc8cfeb2d82926305b5bc151486101 --- /dev/null +++ b/data/part-03582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36a4c0143cf38747f4f99ec40ac5a4f87c9bb3885c4d63b9b10e6ba77829294 +size 387390485 diff --git a/data/part-03583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0062c5456f0cb4384c45998a1388abd67eb8c30 --- /dev/null +++ b/data/part-03583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8c3a9effeb7ef17debe73999e0343502a369333bbef5b87929b2003bc4dae0 +size 535077836 diff --git a/data/part-03584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9be4d84fc8ab078ab9b128a87ee127f9906b74af --- /dev/null +++ b/data/part-03584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c063653c5a0e13b083f972a92f7de5b2802ed6467a562a30d79802d69d73fef +size 501248399 diff --git a/data/part-03585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f007421a52d056a3573043886b77444fc354ed8 --- /dev/null +++ b/data/part-03585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31534a707b4c9b9058a87c78ff1c4293455c4f2692e6041f77bcc21e3212a26 +size 962432519 diff --git a/data/part-03586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ec73ba5d64c3c7a94599ae8d251fafa8d6fca04 --- /dev/null +++ b/data/part-03586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600bfc1bba747d7a6920c18b55c6a95c0260e39bd4aad8477196b0cac21df6e0 +size 457407705 diff --git a/data/part-03587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9da2dff70140fa01a98a64649b875bcf3aaa0f9d --- /dev/null +++ b/data/part-03587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96618318107736663649becc0c0e638358e94b837c557597eadd2e7b56ddb35 +size 545109825 diff --git a/data/part-03588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54e083dca7853820f76af265810b5b3f52f983e8 --- /dev/null +++ b/data/part-03588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8088698e2174fa675a7e87fafe4133d3ab067557d2fef1c30d27240f9d613afd +size 494414912 diff --git a/data/part-03589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cb50b24402adfd40e23813f83767f77c3b9d15c --- /dev/null +++ b/data/part-03589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977c0345f2741d39b78fe8294251d64a1e4d2c9b3712b852d0dca80c3bf1e2e3 +size 448897482 diff --git a/data/part-03590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b4145c955777940ccd6311161f9e7b0e3d1bf3a --- /dev/null +++ b/data/part-03590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4714c7c3782400b1397163a99b47358fe8d9b533e7372a4bf51ac5fcc3dbc758 +size 596823622 diff --git a/data/part-03591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aec1e2bdc76c4962000d0d4ad4ae3783daae98e --- /dev/null +++ b/data/part-03591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bce9045e6fedfa2c288055ce89744ef5b46c429ca3ed27178c5af523ffe5aa9 +size 486367291 diff --git a/data/part-03592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fd185ebbb2315a0dbe973746741411ee06ed094 --- /dev/null +++ b/data/part-03592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60989299fd12fe4f9749ae6c45fb06ec999c50644d0dfb8f033873e1645b8987 +size 424816152 diff --git a/data/part-03593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d356739582882070e7ae338ca6cfd2f7b370dcb --- /dev/null +++ b/data/part-03593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2da45043d15e7227c7ae9698ee65d5a8e06d4d629335034bdcb1cd306f203b +size 541465143 diff --git a/data/part-03594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1295c110b535457bf7937fe3c8f6ee5af5426ab1 --- /dev/null +++ b/data/part-03594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6025fe9eace839c34cde14ff685f24b865749caad4f6b972ebb7cee353aa319 +size 566931208 diff --git a/data/part-03595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3aadd24d9e4903696030d79da9561130182d0d7 --- /dev/null +++ b/data/part-03595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb92c11eb286766f93b04b94e8a01348089a0c478e3c0cd7d96df3419fe8468 +size 701628352 diff --git a/data/part-03596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd02686a744cd13a1fe34781330897b66c355ba8 --- /dev/null +++ b/data/part-03596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe73fae1da98293059547c5f50ec7e8177dea6817ee827e510ba49a2a0239a3 +size 604600229 diff --git a/data/part-03597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be29404f9366028d9d4b680ec78e251c4213750d --- /dev/null +++ b/data/part-03597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3344117e9efdea920c8294aab868c7ea967bd9f595b711e98fd1f5dd17659e4b +size 510445015 diff --git a/data/part-03598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d631d22f144f37d630668dc1e05561555a2e761 --- /dev/null +++ b/data/part-03598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4606094072983fa917cd6cdcfab3fb85d8a8d6caab87a11f3aaa3e0ecbdc1c3 +size 616989516 diff --git a/data/part-03599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b73fc92b235c8ff3d734b9f265594cd86073234d --- /dev/null +++ b/data/part-03599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab1df35bb26136dab85b81d8842799e3a421e2ae4fc8de7f16343d6709d4b99 +size 572654495 diff --git a/data/part-03600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3beeaf4ecdffb5d68711489503f890d872a5fb5c --- /dev/null +++ b/data/part-03600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b3d6b5b472cd4d243be0a8d9994b95772b29ecd4c34ea754472201aac97bd7 +size 520722875 diff --git a/data/part-03601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ab993add144796160c9431e2e8ca023eadbc27a --- /dev/null +++ b/data/part-03601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6065be82f6da1b0e28810e219a313e51a81c4d841b5eae6452435f982ff73303 +size 436138682 diff --git a/data/part-03602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb15ee7ae2d8226073820b539daa49968520d193 --- /dev/null +++ b/data/part-03602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6291c229d9703a9d5327afdccf257beef2b3ebf8f71060a73506d007d666eea +size 385933864 diff --git a/data/part-03603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39f8db8b473eab97d0fd4e63ace08c002ba1cae4 --- /dev/null +++ b/data/part-03603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0a2ea538615238362465f54f52c64249beba3e13bf67dd3f8ff0b1a885e787 +size 481922000 diff --git a/data/part-03604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86c63338d443f60f96ecf2d4004c750786cafe30 --- /dev/null +++ b/data/part-03604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bdbf8d8d734514ccb2adb68f7571f1a00225305050c273200fb6b9eb714c9a +size 1199526960 diff --git a/data/part-03605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8366b5db930e1e7cac8f427ecbfe89a38464ff36 --- /dev/null +++ b/data/part-03605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf7fc6e83ac78ca221caada81dca02dc2453c1f4a2a4c5031bd8211db1b0476 +size 343887509 diff --git a/data/part-03606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..499ce5a9939ccc0cd35e10e7d4a68f7a640d39d8 --- /dev/null +++ b/data/part-03606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bf0d21161223222646203c3bb02cf1dd9c621b19a60164fff33870141ef7cd +size 482568217 diff --git a/data/part-03607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9037b824ef8c3a48f101a64a0d334ad4b7bfe07d --- /dev/null +++ b/data/part-03607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dd8872a9ed008e36355ee0257dd8c36e94e0ab920c4cb00813f71f499ee4c5 +size 650751980 diff --git a/data/part-03608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8bf4bb9de42e1db9543f203848a25e077f0786a --- /dev/null +++ b/data/part-03608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a1cb9f6dc3e2ce2e29c0798f28d3175648d46dcbd8ec5f791ee2002bff6dfc +size 1097519068 diff --git a/data/part-03609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b778043f07d088b57335b7e07e1ab589d95ea54b --- /dev/null +++ b/data/part-03609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba8997c61558a010cd851db5afc5a90fc79946fc8b060840895250167205adf +size 684359273 diff --git a/data/part-03610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac9bbe21a0d9be81ae67b81ffd891fe4d416aec1 --- /dev/null +++ b/data/part-03610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766c122a2e81af5a2ffb9bbd55f7afa89a24b7bd01e59f82abf6d7762313ac31 +size 454016776 diff --git a/data/part-03611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30c31ad010ef73e2d0de8a316b70268da3875577 --- /dev/null +++ b/data/part-03611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bb8f26d01c0d77a89eab06c0b95ef8ec2a8a8a0c175cbfd54540a3c178f28e +size 1073945204 diff --git a/data/part-03612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b46203d2c493638c41ea960a29557cb0096279c5 --- /dev/null +++ b/data/part-03612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1eec6f4f04ae845003dfa3287c502c2380a9e329c3c700ace8bd9f757dc2c4c +size 455976854 diff --git a/data/part-03613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b385484fbb0ee47be9410ac07d126941a0fd31 --- /dev/null +++ b/data/part-03613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8e0f18cc0bd29e71d670a41764c6dba3381d8a3ca75565630d983561edd8ab +size 554200983 diff --git a/data/part-03614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7281126c71053e6567c30618bd645fd3b44b2e3f --- /dev/null +++ b/data/part-03614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ef4093e28be7310f4f64f122669f44cfdfdbaf79dbb20728c99b341b4313ea +size 484482032 diff --git a/data/part-03615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9cd77b952ff61d11507375c46bf086b07a3f3d5 --- /dev/null +++ b/data/part-03615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe07ed697c96e7d641a76312ca36cd68f0122f8c161958f615bb18fcb7a7d0e6 +size 489363797 diff --git a/data/part-03616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de0cc86d4b55543cdda4d8becc9a3f4417374a23 --- /dev/null +++ b/data/part-03616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379d7acb7fdfd614536a997599de61b628de35e028152230212351102664aa0b +size 478071805 diff --git a/data/part-03617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..850fbe510cbd461f9980fdda41f39b859ca84c38 --- /dev/null +++ b/data/part-03617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cc87d4f169317759774b7b9c880d25e8fb9b9748e1a9054d898d425be54288 +size 462798598 diff --git a/data/part-03618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93b85049885f1505b140e315fce3ab5fa2abc5d8 --- /dev/null +++ b/data/part-03618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe2b7280f3ada27aee9972f0d6f89d9e723bed3527f67bd2d40020a28c5ca09 +size 511713118 diff --git a/data/part-03619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78ff16bea554f6b9a12a34e21a3c72a6f9c26809 --- /dev/null +++ b/data/part-03619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a98c7e19e78b1293a622d5805f9f938c54d46fa078cc7880935532d442c1e13 +size 902826090 diff --git a/data/part-03620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96dec3857ffd677c42f5bc976ab9dd468e14a73e --- /dev/null +++ b/data/part-03620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d8dbd6c525eb0dfe684a06d6ce420fa2cc509e8cbf13d43963566b7d69ec9f +size 423739585 diff --git a/data/part-03621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5e29b66f61c4a11f01c60d914c389cd312747bf --- /dev/null +++ b/data/part-03621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bbc48b7863241e313f355cdcfcf077cad878631341952a7bb386739dbe45ea +size 586801656 diff --git a/data/part-03622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..612cb0bb4752cc63e0ab9ec3f739577f214d702c --- /dev/null +++ b/data/part-03622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab53a6fc01853eae3047fe3cfcf7628aeee38be265f188ee3d1ca4edebbeb444 +size 1086271334 diff --git a/data/part-03623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..367ebedb36424845d720e11d34e9ffbf00a69160 --- /dev/null +++ b/data/part-03623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca1481d0a6d295bff05aae4995d2f3482b18d82347ae4fa7a51b662de8c4823 +size 511805705 diff --git a/data/part-03624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..993a9ab8bf98c1fc3f6ebb68b9ee45ddafd7282c --- /dev/null +++ b/data/part-03624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391edf94284d560398205731de36720224a6bbd418931a218a6a2c8a3deb9822 +size 535451064 diff --git a/data/part-03625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0eda0a40fceaa109ab5b65cacb7d39a815e89b9 --- /dev/null +++ b/data/part-03625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569d844b8878addedc7725635a0c325636914973eaa721d6292fc2b848432f1a +size 844485760 diff --git a/data/part-03626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a47fa17ad4fbf19ee160b15ca8ceb35eadbdec4c --- /dev/null +++ b/data/part-03626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7db79f342604a0692b36205aa32b1dfcd34b1308020ae1702f7a3d94a19187 +size 540327516 diff --git a/data/part-03627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb2e2e2df27a8163f0bf8af48343e50a894d8f70 --- /dev/null +++ b/data/part-03627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36343edee08c8a89afa10b1282af13aabb452f9c35871b43e405ece7c949a3e +size 625529531 diff --git a/data/part-03628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8014d6b8330fc1ed59ea7d932c5c5a46d8259b9 --- /dev/null +++ b/data/part-03628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a999be9e87c3ddeac7e983746a24e90537abfc02175e554cb5f9cd83a97376c +size 403642250 diff --git a/data/part-03629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba2161b4f1174880cdac63981b7b084b87d17bff --- /dev/null +++ b/data/part-03629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181fa7f03a0888425cf24ff9c09b6dd4bf18d96810442acc3cb2e02c12649e22 +size 407741523 diff --git a/data/part-03630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c20923cb6ecd5ce0b72cd59351dc89b62877ba2 --- /dev/null +++ b/data/part-03630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae5ebbd83dfc8ea405785da5b9b2c540a6c5a673ddf34a7de1f52dc7904459 +size 739345685 diff --git a/data/part-03631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7b1006013f07d12635d0748919f3bd5cc48e8ba --- /dev/null +++ b/data/part-03631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c4a7e9bfa8246de6c4dfc1e036658fedb0432c799dc87946e7f63170d6f2ca +size 822635319 diff --git a/data/part-03632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8a9eff1f108d2ce76218183e41b81a71a7dff23 --- /dev/null +++ b/data/part-03632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d093b3c9f9e869fc8bba09a749865c7102120f81096c520a71b5076d036e63dd +size 503527480 diff --git a/data/part-03633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e697c14614cb9652cb0f9a8144ab3152451891c --- /dev/null +++ b/data/part-03633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64902032a9387ee4dc990c1591badf2e49bcb457da834a24f16ca542a6d3f612 +size 573692909 diff --git a/data/part-03634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5aaf597c90c0990d6d224a84e435a1f7ca7fe78c --- /dev/null +++ b/data/part-03634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ca85c605230ed40490fc8e4ffa72eb807d4a617774eeafd673b034345714c4 +size 1053315809 diff --git a/data/part-03635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3b195eaa074be72d67b4004bbc8914111c9a40d --- /dev/null +++ b/data/part-03635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3691ca7d5a97c791c53dc7644142b4bbba790fff65582f456859cf64df15ba65 +size 462357939 diff --git a/data/part-03636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2220c5eb562489559babe8dcb4a7f3d077bb995e --- /dev/null +++ b/data/part-03636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5724a5d13396b9f5cb1de300ebf05dc9997398fd1836f481039b033d6964ae6 +size 666643524 diff --git a/data/part-03637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..685e4bd6f50f15e61eef31d97062cddd9cd06e7b --- /dev/null +++ b/data/part-03637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5514a85cfa2bdfacf23d459950083c5cef803d22d3f1076cf3b19d2df272a4c1 +size 481681888 diff --git a/data/part-03638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae9a9c26da11ae4f914141da6c0dcbb30018b9c3 --- /dev/null +++ b/data/part-03638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04d4d124063c32d53a54a632497a542a82e111151c46b6449ba1cf7f2f46ca6 +size 1046826667 diff --git a/data/part-03639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dcc44feee5e7e417f93f22bda1169a7aa83875a --- /dev/null +++ b/data/part-03639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c5e01558e9847af386fea7e189d2d9b02293f8c0d8931a8f9da8c19b25f3b6 +size 413766433 diff --git a/data/part-03640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..870256202ce145178981b20cfd40da485ffefc75 --- /dev/null +++ b/data/part-03640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6596675ac6bb0c26df2566c0cc8a4a1bf83eba64732d62504f3a0ce6db3b2e +size 945363633 diff --git a/data/part-03641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..711cf47af4c9ffa82dbd9c3098ca58546f48fd8b --- /dev/null +++ b/data/part-03641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1516c5f292174ff941aec6cad45b14686d56127bb9642b4bc4e09fce8a06256 +size 379775302 diff --git a/data/part-03642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10edc692ee4b6167711eccba8e7d5bca3463488c --- /dev/null +++ b/data/part-03642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089040dcc44e5e6c380ba941633e0c506299750cb4235a858dbb1eea91f6e100 +size 537827647 diff --git a/data/part-03643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9049d77c22bf672b315dc82a390f5234a46caac1 --- /dev/null +++ b/data/part-03643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20733a6e7611214e9c8187e74919ea877e06f5e43d05ef3eda0801831bf0333a +size 405293553 diff --git a/data/part-03644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fad3641c5dfae7c5f94b43b4f02a2a69e1c434f4 --- /dev/null +++ b/data/part-03644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41bd5a326efd5d871641eab154c9c41a9ee6b15b1907a2e3498524cac269b78 +size 350285008 diff --git a/data/part-03645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55f85efa950b4461028ee5e2b65be4b9180052a9 --- /dev/null +++ b/data/part-03645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255c194e3919e65f27ddef28e803bb6354502e81e63c57e9dbbebeb11249d965 +size 417168118 diff --git a/data/part-03646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f80c9a3ae9075117156f566a241b0effe442805 --- /dev/null +++ b/data/part-03646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5de1f85fe2b9fc506d10b84def63a29bb4db21a6cfb68ea8d2b63f80b4ffce +size 599838936 diff --git a/data/part-03647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51767e51129d7dc6c7687ff97cd15b75c15f9d7d --- /dev/null +++ b/data/part-03647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6323b651f3622c5aba45103c9b74b0c020f6b8fed3d9914218883ddceb4bc469 +size 529978288 diff --git a/data/part-03648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95845a80991795a7e4de1cb0578ca0327aa0be07 --- /dev/null +++ b/data/part-03648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03093c07cad68f3e80670dd5f37b5b45756f5b4f003932ea7a5497264743952a +size 733773475 diff --git a/data/part-03649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e9c5ad92c8fd3535196cbd2fb84be28bba78ca4 --- /dev/null +++ b/data/part-03649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25390a7813f18beb9673066355567220c5a7d5de29931d948c049981d4f97dc9 +size 482641273 diff --git a/data/part-03650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf0cac317c6c55a3dd59c3d00fac748ae5dcfa7c --- /dev/null +++ b/data/part-03650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf0ade44ca41b4b3e7f116f3f0a5064860088450da5a3d2b0988cf40b004054 +size 517322038 diff --git a/data/part-03651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43bb2307649fdd155f327e21d08550ac62e91a6c --- /dev/null +++ b/data/part-03651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cee978709e3e77a79ef8027c43e4ac66585bfac71a3532227f4287b750f8c2 +size 395443921 diff --git a/data/part-03652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a785bb27d29612ef720d97e090a2c430db0aeb4c --- /dev/null +++ b/data/part-03652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054a8153a0522c0262f68cecb96961a4b78f731a7720b20f2e8a52f7c554d9d5 +size 993292687 diff --git a/data/part-03653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b47c52191d29134c2566497a8aedb5dafe303272 --- /dev/null +++ b/data/part-03653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc854a33ae17ed51b3e3544f1434f0dd2a985c792683f7f1887e7bb07b7a0c6d +size 700930285 diff --git a/data/part-03654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d207b2447affd1f253d824f67f4141d23c4da4e --- /dev/null +++ b/data/part-03654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8759191683029e24e15babc1b4cc37e2222aafb739c2642c3c62d7092b2e876 +size 621043401 diff --git a/data/part-03655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4a9907fdaba1deb6ffd8f64226ef9a455ff9ccd --- /dev/null +++ b/data/part-03655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2337e18cb5255026e6cd14ba548a092d0a1429c0cb2684fa98bd3e95cc946ecc +size 489940370 diff --git a/data/part-03656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e01e09e5eae1f4ca734a254148908c87c5cde96 --- /dev/null +++ b/data/part-03656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903b97f0faf9989b89358db5d763e4a97bc0e6de0c03d80be743210d30b58cff +size 678439223 diff --git a/data/part-03657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6313e6325a4bbf971d1e9b6b3b4c3f6d9ceb6b6b --- /dev/null +++ b/data/part-03657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cde42ae74954dab5620c8d242363e620681a1df1843996f1a649ecc79b0cfc +size 452578115 diff --git a/data/part-03658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aff4294a7ef59265f40e6eff8a28adab5a8f7077 --- /dev/null +++ b/data/part-03658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c124d3792750b61edf20c4dd03428e67bcff6e70ec32176d78ab927fbc609cbc +size 431319496 diff --git a/data/part-03659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40b5609a45df2dc2dc73fff22593bf0c76dbd322 --- /dev/null +++ b/data/part-03659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d660cc013a75918656a8565c6607414cf66b753c6d6c95ab86eb3753dd30bab1 +size 1215739664 diff --git a/data/part-03660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2a93b4d845c5c18d2e07cde637b35c440846abd --- /dev/null +++ b/data/part-03660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f178ce4d17c0963f7f91af554e512be1cd928b62c096ca7d54b36b661913035 +size 431043982 diff --git a/data/part-03661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2316e66a88432ca6307c9d9d3f972d396a027d6f --- /dev/null +++ b/data/part-03661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dcbd22e4e7e7fabac71524caae3f0f673236e1c1eeb03c63fa06ef5761052f +size 503229207 diff --git a/data/part-03662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c886243991f9ba15291a95f467ecc3375a70d05 --- /dev/null +++ b/data/part-03662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3e3afcf2923232d649dc8cffcfbee27c3c3d01f4ba6721d670d9ad8c9b1b2c +size 479913595 diff --git a/data/part-03663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e824f941e639c83c2a19b25798b1ebdbbfda832a --- /dev/null +++ b/data/part-03663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb474f743f30d183f10722f27d45deeaae51ec46175f1261a2915d3189eee66 +size 625559150 diff --git a/data/part-03664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5d33cdbf02b9ae13a0e8ad214748a6fb5c4608f --- /dev/null +++ b/data/part-03664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63e7c55dd397ce6b0391ed43b999bae5e1c5d59b72db54f0a3a4f32dff5a546 +size 872006626 diff --git a/data/part-03665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d2659daf2b6b03e3e0c81465f4cea1ad249bc96 --- /dev/null +++ b/data/part-03665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b599d1f6d2f08f7c6147da23ac73e540bffe019e3de45c4d1b79954c3afae17 +size 584947024 diff --git a/data/part-03666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1455c30d9bb9ac048eca45f0aeaee23c9871b19f --- /dev/null +++ b/data/part-03666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7081490e3a3372643dcd9564d1b661f7348ae5ecaff2e90ca6d288262c6891bf +size 566017604 diff --git a/data/part-03667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acf7f91dccd0a558d4e723eaf69991830d00dcff --- /dev/null +++ b/data/part-03667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070e4762b9bebaea925e124a9da8a090f0eb8a00b85b36a883cd153f887f0273 +size 444391176 diff --git a/data/part-03668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..421a74edb3fc1a8b0422f07fb2093984aaa5bf78 --- /dev/null +++ b/data/part-03668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e76f6f8cf7654b215ec3a59fe5b1b5f28cc6198500213aa623878eb8f126242 +size 411006626 diff --git a/data/part-03669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..091e705eec26aa95542326b8866a054171836d7c --- /dev/null +++ b/data/part-03669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c25fb8831bdfb1be418cc3735b171d6f8cddbb9122c1540e3da09d507ecd8b +size 341466807 diff --git a/data/part-03670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acbc95785bf56b1036a59767c4157ac9cc41895a --- /dev/null +++ b/data/part-03670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e3999eeb04cbb4c8b8aec77529e56583b47e0baff7686cab2f5f4e518b3608 +size 634613431 diff --git a/data/part-03671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f12119174c4ab3660d4406339ce954220270e4a7 --- /dev/null +++ b/data/part-03671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd567378994b83596402e2b90ce3f93e731d7f9d816bf813935a735d447b907 +size 509557097 diff --git a/data/part-03672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0d7327135436ac0f67cb6f2299c7311f6c9d1a9 --- /dev/null +++ b/data/part-03672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb919bac1139898a2eb0723b6901af30bc0c0f90879b55e748e67c4208e4572e +size 624763519 diff --git a/data/part-03673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a9a5d6abd5ff748fba9a1659caff958504491bc --- /dev/null +++ b/data/part-03673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bfe518a3507c62cd8ed32aa94288cf98bd618428db43e70ef701a8073b2efd +size 966984594 diff --git a/data/part-03674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a60253b1e8a1a735f6d546288379aa71445e1ad --- /dev/null +++ b/data/part-03674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00baab368f161bfc1ebc6705f991a9c531ca5f7d3c12f7613756c2bafe81b6e2 +size 470938627 diff --git a/data/part-03675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c715de14fe647fb78b03b0b78afc2049ae41e58e --- /dev/null +++ b/data/part-03675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f120c87cda0a79044e8ee689059f4474a04ddedbb42ce5a75c4543ab1a62dda +size 525477922 diff --git a/data/part-03676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a868f82e73b63ce3aaba7ae3312843ad0a65ef9c --- /dev/null +++ b/data/part-03676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f4217dd7e211e6a43d1dcc37a7f6a4a11cff4cef9307348026726d85083451 +size 606349731 diff --git a/data/part-03677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b561ec3e725b636a50721df6f475464ce63b4c0 --- /dev/null +++ b/data/part-03677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de9945d541b63c32e6e2fdd10e2edf7ecbff9882f769c88fbfad34d809a0bed +size 823381354 diff --git a/data/part-03678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..543ccb68f3f7342b5443c77339e8049f4b50f1e8 --- /dev/null +++ b/data/part-03678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d23a474e009c16e8d438167f3dfa1ce3f198fe6443552636d46720a3596ef0 +size 604791238 diff --git a/data/part-03679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c460218488d5ac824a65d516b3121d8535088039 --- /dev/null +++ b/data/part-03679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48f6b95a7f64fe424145a6eb9da71b73968a9e777c12c3b61a91643bd7eb7c0 +size 696536553 diff --git a/data/part-03680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c9f6c4cb70cf206cadd5214556b2b01f1c62f29 --- /dev/null +++ b/data/part-03680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec52edcf22f830ea9923078ce24e9cb8524372948314c918ce09bb86bdef145 +size 442213633 diff --git a/data/part-03681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..972146d89abf9255732bfd472388c0ee0eeebd50 --- /dev/null +++ b/data/part-03681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147901847bbf2fef13745e95aa2e7a7edd3056c5b04d9c9ef3dc50c1342a7c3d +size 391880708 diff --git a/data/part-03682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2229db7aaedc78fe491bd966a70e74a56fd0d1c6 --- /dev/null +++ b/data/part-03682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556d07905d221b6a26c7b0ce558a541a69660519af818296420d0dbff20017b0 +size 472792194 diff --git a/data/part-03683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbf53f21376a493fccaf328dca0b4ce352c60fb0 --- /dev/null +++ b/data/part-03683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62398a0162764cc67ef9c2b683559328a18775c330b0efcb63d3eb32d8c24428 +size 975435797 diff --git a/data/part-03684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e219b73fdab60c64af0dbda9fa51f5c4496fcda --- /dev/null +++ b/data/part-03684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8653b6ea6e3fb28c89210f1ed8f413c983b1abd6148c6ca0fb690663f839618c +size 564823717 diff --git a/data/part-03685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c3acb98afc447ec3d6a88c00c73b3fd0d0bff9d --- /dev/null +++ b/data/part-03685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e128bd4a20de74cc24862bd12e325c8b48cb5fbabce85f861aa6f4f9249019 +size 387412922 diff --git a/data/part-03686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e3a57b0bb54d70e2d9d908e6cb614661b4c4b40 --- /dev/null +++ b/data/part-03686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65413411a0e1f05ae95d0f71425f59c04f6e716b31db88100df315d0ca7f17c +size 679680678 diff --git a/data/part-03687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31aa6c31d4866f90142b7f61e601829def3f9c42 --- /dev/null +++ b/data/part-03687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc549e2ab897306076d4380af1a157ad6cee8fc6b74deb206bf28c70e061c06 +size 497612698 diff --git a/data/part-03688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca4fb2544254e1806fc1b71ccde6f704430de847 --- /dev/null +++ b/data/part-03688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5706a133673d2f18b2b0a8e6b39d59c6d2c050c7f6b8e56e1e8a65cb09495d33 +size 613795932 diff --git a/data/part-03689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf7cec00cc51836005a3b5bc63f035379263e97e --- /dev/null +++ b/data/part-03689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3704122f0f67061d1a621913a23cc593515dd5daba07da7b8a51fa9eae8dce79 +size 578327562 diff --git a/data/part-03690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2683b9fd702ea8c7d797def2ae4d80ca0544f01 --- /dev/null +++ b/data/part-03690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412cef7ebe1564f926d741c46dee92d40ebe810ebd92f4b4f2c8bbf4a7a41230 +size 497157915 diff --git a/data/part-03691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5298e65e50f8835587d9a3d15f6ce7f6603e220c --- /dev/null +++ b/data/part-03691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223931abb5c4866929a702d7bf13c818100889ea2cefd0e9bb299577f35abefc +size 622770874 diff --git a/data/part-03692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..704061466fd5bd0bcb56a9758ea2e7ba1f7653e3 --- /dev/null +++ b/data/part-03692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b19cbca014ebba230d50189ece8c5cee766aa01c09489c1dbfae1e8ad5f0648 +size 479679559 diff --git a/data/part-03693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4350f0b844bc21b1ed13ddf220b183099610d80 --- /dev/null +++ b/data/part-03693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474da96442dd3a8274b4653a347687d5d24c23508009f16f086e3abe544ec4b4 +size 371210988 diff --git a/data/part-03694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b980156c293b8df1db7ee26a2b14da2318739e9 --- /dev/null +++ b/data/part-03694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08d5b9fa62cd3969f7f11b896519ad9f694b377d77887dda0557d0a9c5a1e5a +size 436510905 diff --git a/data/part-03695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea4aadf130dcafe0d1e72688115df75af9490b3 --- /dev/null +++ b/data/part-03695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc973d2f9f1bc4e149c391e1e6a3a3ebf6688bb2ac9cb7280d15e668a047009 +size 485105064 diff --git a/data/part-03696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de295dc79c7f63c63b03ab497af00c6c60124eb6 --- /dev/null +++ b/data/part-03696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583da27b2b740e9c4405b81670d905fe841332f3de95051ab172feab8758e0d2 +size 466384334 diff --git a/data/part-03697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68f4637ad67db618fe802ed3da0b3b972e69675d --- /dev/null +++ b/data/part-03697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b40a67d8c795b699ac385f432e86748982b88ef3493ff32192f969a8c33ca22 +size 955668933 diff --git a/data/part-03698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c112c2e4474b8b2b25e0f55412c7a4daedcbd2a5 --- /dev/null +++ b/data/part-03698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671c3d3f2773616615b63b027fe5036f0d545c4276c65ecf1f636aa1dcb7ff0f +size 434515977 diff --git a/data/part-03699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37a7b2627d1658691d155eb143284b34fc35bcb5 --- /dev/null +++ b/data/part-03699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befdf7a620500654ca9f2d50be35fabb03ba4fc484cd02762ec7ed2194562f40 +size 545362656 diff --git a/data/part-03700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f20d334696ade8cd1894bb528f3368433246c51a --- /dev/null +++ b/data/part-03700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551ea6770c4b3c8021ad68e0ac5018012eebbeaffa998b0abcbddbcb5a7366c8 +size 468745525 diff --git a/data/part-03701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f556a0b15e9584cf1c62816de65a21f908e29fb6 --- /dev/null +++ b/data/part-03701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13309c54ebebe8a554b5d1c6ec3404b72a457fb654090aee5e64861b1caee051 +size 569890812 diff --git a/data/part-03702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32deef844b278abdd089a8579a14d13de4d958e4 --- /dev/null +++ b/data/part-03702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc226bb914cbd0bd62fe4e6e70966c50ae2e9a87056434b588140a4959e439a +size 455040144 diff --git a/data/part-03703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f51c8544016a1e50adcce896b506983e86623c --- /dev/null +++ b/data/part-03703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e58af4dfc5cf9d1920fd33930c9d63224a336b349d8a77c6222eb027aedf7ea +size 578533881 diff --git a/data/part-03704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..897f581f5e4a1a6b215b99e4a0042e207f0c3b59 --- /dev/null +++ b/data/part-03704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1bd1ef6a31561fc741941444b58339732b71a8a65a778359b6a43862207482 +size 613364778 diff --git a/data/part-03705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb3c2c355d0f8b30bc75787c474afb7df77bc4cc --- /dev/null +++ b/data/part-03705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93d6574a3ee76aebed5f8c5c86681b8050bf97666a4978e9e517975bbd3aea6 +size 497718855 diff --git a/data/part-03706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b673b8ef6d626e53b6804d3287c7955d71c9aefb --- /dev/null +++ b/data/part-03706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ee6613bef43418c62c9868c0d959bea885a1d7abfd58ef08fe5c5dbdfdd41a +size 507566491 diff --git a/data/part-03707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a63abe3d1d43446600d3f9a1ed108e66613ae6e1 --- /dev/null +++ b/data/part-03707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5231aef5865c453a46ac53e75c9e6f28ef35e72f6636eb96da8b6a299d201812 +size 602411664 diff --git a/data/part-03708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ac19bdc303430d7a5144d2697f7988ba485e42f --- /dev/null +++ b/data/part-03708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1068e089c736658389b0afb2c30e21a53214de1e81f42838c17420d4fbe1c1d7 +size 759675629 diff --git a/data/part-03709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b871a5c076275a412bd70ad0e65990ee9a723f31 --- /dev/null +++ b/data/part-03709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e2319e8b57159dfcfa0c257225bba0fe814e906b1696a1c52be4fc90ee0c9c +size 958668462 diff --git a/data/part-03710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb4edbf0cd627f27b49b4d75c2d6f687018d5625 --- /dev/null +++ b/data/part-03710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdaf6b4bc54a49dd4a9dcadd3b9321e344ac2d62fee3389b3a5656c11fa8866 +size 456527418 diff --git a/data/part-03711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6569d19bea68ac3e46ce8f632fb000b0867b8ef8 --- /dev/null +++ b/data/part-03711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a2e38488a20390a6c0783be432d0ce7755dbd9fbc3432e632f23461a60a64 +size 449549385 diff --git a/data/part-03712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42db0982b25423d6395acb6eef008fe950a8f812 --- /dev/null +++ b/data/part-03712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e0ce59f189890161823670349b1647957f400d2f33deab29eead246a63bb6d +size 582858002 diff --git a/data/part-03713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20f987eb6ec7121e92ee2557bc387fa024a7cfb6 --- /dev/null +++ b/data/part-03713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdccd7759f6e981573f19d84f5bb92360cf4e82a4027dc4d3dce579e506f4b33 +size 449306703 diff --git a/data/part-03714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e064b2e5e9bd843d7bd9ba5dd285359c9109e976 --- /dev/null +++ b/data/part-03714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d37c221f55c7eea8bae69e9d035e3c9d943654f92ad1882bb252a77882e7591 +size 464387295 diff --git a/data/part-03715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb2031b4be9d034e50a6e5f79e0b1d0e2dfff927 --- /dev/null +++ b/data/part-03715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1950cd6645f769bf5b9842d2c3363e60002437220c4ae9039647375d7e394da3 +size 336398490 diff --git a/data/part-03716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f400cc462fee4869a0762ccc8a115dffaa3569eb --- /dev/null +++ b/data/part-03716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfee750aef6f142a75b2eac3da39f0f71f809c44aaea5528fddfe149d427581 +size 561318610 diff --git a/data/part-03717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad992afdf226bfcbab746605691e3c3a240d35ab --- /dev/null +++ b/data/part-03717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fac95dbc2277d15bf4a3d3f3c711ff3242e32afe5361490280a5b1c5b1b120 +size 706660445 diff --git a/data/part-03718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d50c02c4d078b19f6f69115526fc3f3dea6a37fc --- /dev/null +++ b/data/part-03718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b51341cf819b5bc64c89591553afb24c58f1574bd340608a32937c1b925b15 +size 438622379 diff --git a/data/part-03719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e48f6ba09c9fafe4bc8a5e6fe01b20f5d92c4439 --- /dev/null +++ b/data/part-03719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37188c943750afdcc4be1463d9b9136cad90f26fe7f35f580c3f008179830800 +size 499658471 diff --git a/data/part-03720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01607f53dbbdfed804981f05a2a44f4fd0bd4fcc --- /dev/null +++ b/data/part-03720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5902641191948229e19aa691943aa01f8f30a66849c4af9a3a805cee7329cb +size 711891227 diff --git a/data/part-03721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6204b1edea0a91367aa88fcd2f4420253bb8a44 --- /dev/null +++ b/data/part-03721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031e6a01cd7e00997cc73d86f0de8d6ee34b940549e4076b4a6c55ef76019a7 +size 646464579 diff --git a/data/part-03722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bf39a361472e750894c2040018a38b50677b125 --- /dev/null +++ b/data/part-03722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb912ef33772ecde6823da2f2bc0edaad38f3dbe679abf2155305dd8d37f83d8 +size 568363668 diff --git a/data/part-03723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd910d12415d6e208d723f152aaee94750755b14 --- /dev/null +++ b/data/part-03723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb42384447ed48a555a2d6351a7505427ebc0d4d3554c397a10d79fb5695ddb +size 644192480 diff --git a/data/part-03724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c099dec644b20539e855d6f95136a81484311b --- /dev/null +++ b/data/part-03724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff834f385daad252a11bf7010c452389b6a0526914e9da61541c8dfbde84170 +size 691922055 diff --git a/data/part-03725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a595aefc5b66aa4cd6eb67edae8e960e59acbf9 --- /dev/null +++ b/data/part-03725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b483f6b129f37bb16c615dae051bff67b52986e584f0b82c663b95e6cf387331 +size 634226119 diff --git a/data/part-03726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e7e1128eb598d14c5035a72703302e1c277127f --- /dev/null +++ b/data/part-03726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77f89ac4f11435e315c2375b0a4f6eee0f6412c50e36fd86688fba8b7077701 +size 424408650 diff --git a/data/part-03727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a796d34360528bae5d780d4a9ef280a4bf1593aa --- /dev/null +++ b/data/part-03727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8223230d56c5a45d7d73555bff5f66efb3888f6cf9a7d0cd65f2d9d68490082a +size 498671460 diff --git a/data/part-03728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5770d93e663bfa2f1ca415699d8e3d52ac60d9f --- /dev/null +++ b/data/part-03728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79ea5be1861bf151c1f59773c5acb7f7687cdab42edd9226f05d91e927e2bcb +size 582264512 diff --git a/data/part-03729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58bf316262d0b77161af61edc61da178944da7c3 --- /dev/null +++ b/data/part-03729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815bd78177dbd7941f1cbf511bf683fd103a2e543754ef94102c9f1590e6a270 +size 651883719 diff --git a/data/part-03730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5c7f4d2ffd920e00e539989518a77a7ba1df838 --- /dev/null +++ b/data/part-03730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2e5155558d913f01d365db401bdb5d6fed4220c97280ecbeb4fe0c6678160d +size 515718412 diff --git a/data/part-03731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b942c57a1dadfa0bfd0156f409f5c23344ccd09 --- /dev/null +++ b/data/part-03731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cc1e8a2306b04201920477f43054c4c69f51b955e130afc62f3104f0a9e2f0 +size 549927413 diff --git a/data/part-03732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4421f3478c878b937b8ace7b7d4599f2cfc9123 --- /dev/null +++ b/data/part-03732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da19ff544a0777a23af102c4fd0c4d98c674d3e7e16f91fd3fc6db333d10c390 +size 556177434 diff --git a/data/part-03733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16fd8459b7c0b276b2d356397fe7f475be2f5dae --- /dev/null +++ b/data/part-03733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5bd50a0b986f298758b1dc7bf28acc9e80ce0edfe19783979e7d7d77b23fb +size 394141406 diff --git a/data/part-03734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..204087ffb881f8f9c3039f1d34d544e68ba58aca --- /dev/null +++ b/data/part-03734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7479b817de70bd7f940a9da203d9f4c1935a4718c8e11bab07a73eecbe86fb0d +size 476723568 diff --git a/data/part-03735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2a44c1d5279ca66b4e62d9249c7d5a1770f6a78 --- /dev/null +++ b/data/part-03735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfad869ee1bb0941b0214bab997c1bd922814d91df265c060fe7794a5991f3ea +size 774177900 diff --git a/data/part-03736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cdf60c836dc8d59af0cd09854a174d037eed7fd --- /dev/null +++ b/data/part-03736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db63f79f0dae272f7268858b772f79c4325119a32591f29012a7b54e2094414 +size 512515143 diff --git a/data/part-03737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f475a087e229d3a2cb23e066182065807aa279 --- /dev/null +++ b/data/part-03737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59b421342a56214da269c7252258be514d4ada61c40d3a617088765c0beaa4e +size 537269384 diff --git a/data/part-03738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1289c233c9cbc3d5e5084cddb94b64bbb5fd91bc --- /dev/null +++ b/data/part-03738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cf06910eb757ab36e9fa44036e5edd63e994c0dfb476c241aa6ec4f1f321ce +size 577957624 diff --git a/data/part-03739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..997c27b0fba55dbb6b4a8e4bc572c0010a88881a --- /dev/null +++ b/data/part-03739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e034291af359ab7b2396e324594a1f6c2f971b81109f70a550b25014201e44a7 +size 425518928 diff --git a/data/part-03740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cff19be81411e8aede2ec4da2d6c6fcff46797b7 --- /dev/null +++ b/data/part-03740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c601a15a60e575778a0e9c083b5f777d8aa5b0e6ec4d48ca02c66d33005496 +size 492894255 diff --git a/data/part-03741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3f45de0afd923ea9d304622d719fde98b46758b --- /dev/null +++ b/data/part-03741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9743f2eedf0632247f9a8808a1e6755048e9f099ca3f7521bf763b6f0ae437 +size 749497722 diff --git a/data/part-03742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7b2ff8c8d42455a6280902bf0fea34fc4589063 --- /dev/null +++ b/data/part-03742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68eacdb73d408883643fee91f8aca1fbba60af3e53c155fa49d16823ec23a23 +size 538064179 diff --git a/data/part-03743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fc5e42965f48daf1740615bb6272fc00efd7f95 --- /dev/null +++ b/data/part-03743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff51ca6c85414650404eb2e88af1506c593b6590764016f9043b1ccbdaf2f21 +size 462032956 diff --git a/data/part-03744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70891223c88391620f84922d78b6fe60534cae3e --- /dev/null +++ b/data/part-03744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dff36d0ce80675c61dc260f0711ce8da9450b84d4c4cc92350442d68ea52da2 +size 999356830 diff --git a/data/part-03745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..057ab237333ad9e1ce8a1b9d0a7a803fb05ce8ca --- /dev/null +++ b/data/part-03745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c819e3f68bb75e73cabdc6a25d56cfc70ade2eaa6515366f477ba74b4663718 +size 463164521 diff --git a/data/part-03746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b979e6fe5d77f22f7819806f53bc4d5c9d82f93 --- /dev/null +++ b/data/part-03746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becf4c2075bb1e7258b578de77034973b939f6dfa9e902f93fa3c2b3335686ab +size 482485844 diff --git a/data/part-03747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f41703cb75942c562c3c95952a80934b0359ace4 --- /dev/null +++ b/data/part-03747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de4ac5b72e6b7a15c7ff661f8c6d608dc600a806f5b716bf7875d9899e37d3b +size 901492545 diff --git a/data/part-03748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58ae432f874ffb131964e72c1bb3ad129cd0a1c7 --- /dev/null +++ b/data/part-03748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377a0db6139f10ea4816307437c0a3d3c2f1593d31f223ab794d1de474cf09ad +size 1164472078 diff --git a/data/part-03749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ed595d00e4e9fe1ad94df7b51baae5caab5348e --- /dev/null +++ b/data/part-03749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95177d78c1f9022542d65f45424aed29224d6ffed8b8db18b1383a3dace74489 +size 1059130074 diff --git a/data/part-03750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f9f29b3dd7d801937b32edc846ee0d38fef26b --- /dev/null +++ b/data/part-03750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04fce4613b96c7390428eca1d383d559801c1b32f70c19b3d9c4f5911d56fa6 +size 1020578904 diff --git a/data/part-03751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8c9abbcdb77d5049f556da023d560e6244f9057 --- /dev/null +++ b/data/part-03751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc78a2e4635fe62da40b12a0b93f286982070d97afc3c567ac9c3e5cf88e91a8 +size 486753242 diff --git a/data/part-03752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..616e9b6053ca8b67b73304f5113bfd3f3eb8f59f --- /dev/null +++ b/data/part-03752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eef904220d788e9f8f2a8d8cad6a2845a6308048037e929ae30abd1cdaba1a0 +size 564391905 diff --git a/data/part-03753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ac979aa86f4096fdef29fd0f5f62f2b90e5ce4c --- /dev/null +++ b/data/part-03753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbc9ba041675f6913d8433d6bc0f7b46fc9fe8049a91bf295d68fec0e3aa8b5 +size 362571411 diff --git a/data/part-03754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68403e8a68c8284edd3c9af4c36c0c180c811a08 --- /dev/null +++ b/data/part-03754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4752753112dbcf9affa8cb2cc11936af86e256e35c455ece670472a204bd6b1a +size 706415355 diff --git a/data/part-03755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e12733cf160262daf87b7f39d9d0e3d88d3e0625 --- /dev/null +++ b/data/part-03755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c21d17394a93254abd6445e4e9c5e63dbbe742a807993c9683c5b88d79041 +size 528295668 diff --git a/data/part-03756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8f0b93e4997ccc3b6fed943389d47b8e498aba8 --- /dev/null +++ b/data/part-03756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8086163148c064933dbea878547b166cd44a97258b62455c87b3ac5c8e9333 +size 468631659 diff --git a/data/part-03757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dae504a17cc22952db312248b0ca2d1431fbd1e --- /dev/null +++ b/data/part-03757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5226f0e03d279dc0fc06be357657c821416c00ea7cacd73a101bd04ce8a1bc4 +size 644015180 diff --git a/data/part-03758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb69e2bac70bea56f472aa1b965f90d9ad11c463 --- /dev/null +++ b/data/part-03758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07593a6be7fab3fbd245f311b61818a2f6ae97245503ed48ef422e22449cb4d +size 487364687 diff --git a/data/part-03759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04ff7f8e92b39301be6953108c02f2f0766eace1 --- /dev/null +++ b/data/part-03759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b66d0a0f9cc752d2c8dfb3b1920d6b06bc1367aa61bacb65a80a0ec4615cd5a +size 548717436 diff --git a/data/part-03760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1102334169d23616fbc8fe4c2c25104d3b2efe67 --- /dev/null +++ b/data/part-03760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218b6521bdafbf8857bed980bd40e223c16e95035bb64612bd6851cd14be84e3 +size 655658127 diff --git a/data/part-03761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14981f5da7e9b8b3002c6b54344dbb338375185a --- /dev/null +++ b/data/part-03761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8031dfe54e41e30b2a079519e4024bb067a652edc205fa5b1eb82d708f5891 +size 554800527 diff --git a/data/part-03762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b05bd6922f8a7593eab9212b6d2cad1c83ab2aed --- /dev/null +++ b/data/part-03762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74732fc1a4b92799f024c9cfb5e0c25276568f10c30910c4fd3beb8e0e5b19f6 +size 830283400 diff --git a/data/part-03763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24f86bd8118be0510812cfc368353791d1605b67 --- /dev/null +++ b/data/part-03763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db350b6ec5bcbacc619168dafe7d2144575f043a9190d87a9f8aa1bc6b6d5ca +size 340118106 diff --git a/data/part-03764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fccbc8b462b0d8b9ea9f56edfa3aa2722b4859b6 --- /dev/null +++ b/data/part-03764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ceb83966849b119e2468bc36335a668188a5282f91fd3d23b6f7f4d14e09c9f +size 504386837 diff --git a/data/part-03765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6101aff45b1b5c0c5babdcd5fb8b9eb75fb2d712 --- /dev/null +++ b/data/part-03765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baebd8ad9f3c1ca4c781f854ac596b6b38509101e03d72ca35591bf53ac4975 +size 592064744 diff --git a/data/part-03766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c62f9c6b15bcba07eae72a3cf2718854ff7d3ca --- /dev/null +++ b/data/part-03766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092ae20f56c6fc9dc0d040cffcf9ff14a39cdc7f6db450691ed645aecac23a13 +size 725706004 diff --git a/data/part-03767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a5d3b440b929475d987e2ed52f5231b3a0757e9 --- /dev/null +++ b/data/part-03767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0be2c4b1aa5786d8f215d8f19db26804c543b844aa18d480b99cc62df41903 +size 764292281 diff --git a/data/part-03768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6279ba07e5fca7d92f37e83ece0d075e1448cd28 --- /dev/null +++ b/data/part-03768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bc4015cf576b6c1950ff8aa285b510a89c97c00cc92945ab2104045f537542 +size 757633472 diff --git a/data/part-03769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f67292bfdc7c17c0aa6a47ec640900b790601dd2 --- /dev/null +++ b/data/part-03769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f4360dd6e69f0be73a4e05586e3a3e58aabd49d30ae842fcd910850c753e6c +size 536225145 diff --git a/data/part-03770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64bbbe642a5fff17a99efe893aa265059cc42c1a --- /dev/null +++ b/data/part-03770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfd32e818ca8795c5e20284c1c3017d6b065bf35f8dad7346263e1c5dca6f4b +size 534938745 diff --git a/data/part-03771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15f78cc026e1dd1fa258a723c06c9ed7ab74329c --- /dev/null +++ b/data/part-03771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7b11f6ca38153e4d393ac41918e830ec6a2271db1599dcd8bb182b19c754e4 +size 575941274 diff --git a/data/part-03772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5548a9ae82a6f0d20168cfeb2fe9c4018e2196d7 --- /dev/null +++ b/data/part-03772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fde08fd2e762e89551fc0de632fb25365d067778b017615524cb8fe2fcba127 +size 590624510 diff --git a/data/part-03773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f0ac3c40f7035547b8e1bd167204e1cce0178ff --- /dev/null +++ b/data/part-03773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4afb976711f9a5aaccdd3a9d30adfd01974b9a87f1b5d3c2ad4d10d232509c +size 637722363 diff --git a/data/part-03774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbc0ee359deead25dfccfb2ada4ed0c97cd868cb --- /dev/null +++ b/data/part-03774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cb7eafff94fb8365b7ddbeea8eb9809309664d0533719581c4342d198bd773 +size 764870495 diff --git a/data/part-03775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..702c59a00ef292285f39d96c4c1b2d28fd5c4eb7 --- /dev/null +++ b/data/part-03775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4094985659b9bf9ca44d33502221d6595a9b616c2bd8e477cd3a7abf544b4a9e +size 1064884080 diff --git a/data/part-03776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba900e3869d5eb951ea7e3ff6a74927d11657539 --- /dev/null +++ b/data/part-03776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e550345f3a56166ee5b212927c4f0dfcd4edb2eb154c76f9f4a29463904b6e +size 498059726 diff --git a/data/part-03777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25bbe0096c30ab66204fed1382d1923995144032 --- /dev/null +++ b/data/part-03777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6019aa5306d93fbeb76855e02b2b25acde393049f66dd811c686b7edc1b8a8af +size 835385815 diff --git a/data/part-03778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5fa957f708c5fa1d33f161525c0555fef4d6e56 --- /dev/null +++ b/data/part-03778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a73a92a1c465be7435d5432a7f157deccf2aea865fc9105c99806d5da010d9 +size 394233909 diff --git a/data/part-03779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..788a8b6c6af013bc4c29619708d77a6f88e5d6cf --- /dev/null +++ b/data/part-03779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1d45fc08cf105448d7de8bd1f8ff80a0b6e5fa2c11a67ce70a178899194c6e +size 488814664 diff --git a/data/part-03780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9341fab19d071918d1ab90b2d4d277d0f28a7503 --- /dev/null +++ b/data/part-03780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0d944cda82934b0867d0955e9552fd0d3936ca39d8cdd5c868683e17448e52 +size 684064574 diff --git a/data/part-03781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab711d6eb2c34dc6a985260626b9f65edcff0298 --- /dev/null +++ b/data/part-03781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba65ee42a257cdf6812c96e46cb7eb5e30362049dec73ca1307b43dbe133d733 +size 413112681 diff --git a/data/part-03782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af2f7bcaed568046817949d2576a4bef0c1fa0e0 --- /dev/null +++ b/data/part-03782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e84e030dbe82f6f02b37c886ebef9412baf19208d995b5a6d694a75d3a7c3d +size 475230499 diff --git a/data/part-03783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca9ba10c4af4cce53846fb52d44fbc7640e49e6d --- /dev/null +++ b/data/part-03783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5205925f0394cc66227e0eb8ba7e1c31b86b1ce3dfd9ce561dd84ee5406930fa +size 486158418 diff --git a/data/part-03784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78554deceb3493cf5a00ce4ac1de57410b4a7e3c --- /dev/null +++ b/data/part-03784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cbfe1e7e52546b1b02ecdff1e0e2397523108db90cd3d177496f386e5f249b +size 428441750 diff --git a/data/part-03785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75455c0089bbbf86ca3b0603db2287399005b6ee --- /dev/null +++ b/data/part-03785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eff684edd6ce5bd7f94ed7d4146900e82fa0103bb2347a6f5c592d535bc8dc7 +size 569634168 diff --git a/data/part-03786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5f4842149007b88edc49d3f383883710364d284 --- /dev/null +++ b/data/part-03786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e41d077a0b8b436a1f7d3a9c18b8fdff6637e02ce56ec5d7ba1246fbbdee307 +size 429703884 diff --git a/data/part-03787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b85635e62ee7bb0fee077728c83ddfbe154ff1e3 --- /dev/null +++ b/data/part-03787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe404e8016c69969b3ff9897d3b4e6ff8221a5dfc53d58c1f78314f8ad99f016 +size 560367992 diff --git a/data/part-03788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92fdfb338c9b85659faee787acd88d1099e1bf1f --- /dev/null +++ b/data/part-03788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec4ff34f49ae55e0f8ed931131d56b13d5335ba51f86a7829b40853eaa3f84d +size 496940352 diff --git a/data/part-03789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eea8ab48bac6c969a9d9654107ee6c8d5a67f962 --- /dev/null +++ b/data/part-03789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a76edfe14efe273951c27114416715e7b7e271329bfe0b358c3675333dcbbc +size 441445005 diff --git a/data/part-03790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2551b319dd062be0f72d359ed8f86a660a3b5526 --- /dev/null +++ b/data/part-03790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed55aa20020cbfda69ad0ddcef381d316d067e0ba1e6ef82bab4eb54fa0b1735 +size 496514076 diff --git a/data/part-03791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87b5253b1ff298c726b527662035ec859cbb3948 --- /dev/null +++ b/data/part-03791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff6d843b512818a03191cdbc477fa27e38cb9fb8195d6dcd1dfafd9a2fe4d2a +size 451196601 diff --git a/data/part-03792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf7e19128da6ad656302e7cdb9ed94feb766654c --- /dev/null +++ b/data/part-03792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791f6ee71a9e280e0c3684fd05c064ac547cc4206ab806236e857d0f75c14530 +size 691695544 diff --git a/data/part-03793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f237d40044e4c50fb13a0f00364c6c631c379885 --- /dev/null +++ b/data/part-03793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ca704b6bf025d5675796aecff48ef8f69941e226cd274607aac05755d4b0a3 +size 671991513 diff --git a/data/part-03794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed83fb79a847975d86ca77e2af02a41063538d35 --- /dev/null +++ b/data/part-03794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1450bb38e9ebb77247a94c9af770ad85f07eb0b627b98bb1ac46d2702a6fab0 +size 465713929 diff --git a/data/part-03795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..382b5259e4fd8e51c9695ad77c64dd5fe0e7a82a --- /dev/null +++ b/data/part-03795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832611503aae6c3b06a78b2342e750e27c92bdebef825961fbf40c1f09520232 +size 913041625 diff --git a/data/part-03796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..925f9f8ff53dff73b18c2c8b3a255ffa65ddca98 --- /dev/null +++ b/data/part-03796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366c46d757992a1bf5cf4c8d453a9b7197ecd9ddf1664d37f985b783a46efcdf +size 764344193 diff --git a/data/part-03797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6084b8d7f1c3d2909757c62ab5a3f4c06a37de42 --- /dev/null +++ b/data/part-03797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8414582c70c1923a40d4250c429f8de61fd085fdfcfb0584af60ff65c8902145 +size 398945109 diff --git a/data/part-03798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6901b783468fb35cb216c7d0d026fde77f52dabc --- /dev/null +++ b/data/part-03798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f14b878812e199d8e418bace77e213e408a9e7d7fd78fddea3462795248bb68 +size 946956909 diff --git a/data/part-03799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad68e830a8c9ec80d6497d0161dfdf9388d479f8 --- /dev/null +++ b/data/part-03799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49b233dab83a52adc271be7ac2b1d4903aa55c7ec40839b2e6ac8080345c3e8 +size 446240636 diff --git a/data/part-03800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faa9ae25d6ce019a1b5eac689081ca19f2a5db61 --- /dev/null +++ b/data/part-03800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b66ad2346217169abee93f7d082881e5df1004ba99e411c1973260b2473553f +size 534024831 diff --git a/data/part-03801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7448e4df2a290acaf95e221b0e7543174a23f8f6 --- /dev/null +++ b/data/part-03801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58793374d702478eb3f3ba79f74532ffe80e93357a53cde2f721789c4a49b0ae +size 437137513 diff --git a/data/part-03802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dff5446000fb4f792d54459db04d675a23b20803 --- /dev/null +++ b/data/part-03802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44968352f99ad87943ffc760ac11c9c8550097351f9de9f4d3a19748595c8ecf +size 499801094 diff --git a/data/part-03803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5588e7ddef4f2b8f2cc5c04ecce5400b9349e5a3 --- /dev/null +++ b/data/part-03803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a50545ed66c60ee52f6a7abdcacf34ac253f0b1ca850c14c069badf469d041 +size 655429332 diff --git a/data/part-03804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..745546437f5e3abe2f1113c48bd467cc45985e5e --- /dev/null +++ b/data/part-03804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b6f3de6069cdfcca9b2f61638d0bf696d02c9701273e8b51c9854c1679b09b +size 528563074 diff --git a/data/part-03805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb62ec640cc08229fb6909c229793a08a484e75f --- /dev/null +++ b/data/part-03805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d609c30d35a91ea2fc4a14c8e3681126d3778a783caf857ae0312f5d6763c0f +size 412736434 diff --git a/data/part-03806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7a889734d746b67f3fea530caf273d14b597969 --- /dev/null +++ b/data/part-03806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abd9429061d7ffb229aac5ab9967b4607c2b62072ca0f547a1b9bb3d0dd0231 +size 470648920 diff --git a/data/part-03807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ddc0943289d9de3cf97a3473760942c99811364 --- /dev/null +++ b/data/part-03807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fbb45b1b6c7ba1b36d58a26e0b089b9a93ba34df303681fb4fb34172205272 +size 516006446 diff --git a/data/part-03808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a96b393ea6513cff3cf2171f0cce6ae84657eb96 --- /dev/null +++ b/data/part-03808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f64eae52450200829b6e0bb3b524275636554e60720a6f9f6a17c50191031a +size 470368859 diff --git a/data/part-03809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3389e85a8d9e25695842f49723cf4081877bb624 --- /dev/null +++ b/data/part-03809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5d627a8a78048c2ebd06b0df99dabdaeba2cc2da3f49db4ed88ce12dfdcbcd +size 472746062 diff --git a/data/part-03810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..602fff6fa5bdbb02a200d6b575ef2abd75eb0adc --- /dev/null +++ b/data/part-03810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d583b5e1f17e5f1efa7ee77dc743c4b422e7aff9fde6324492510ae193ea89 +size 535707197 diff --git a/data/part-03811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb1e8673a04e97521a2fe0b2be2b15df90d9cb9c --- /dev/null +++ b/data/part-03811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98af9cd0198cd5cd651137af1184c96ac0351f3c30805c4d7bffbe95e617b32c +size 505400726 diff --git a/data/part-03812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec65ec41b26d84c4d2443866361814f68bf6df98 --- /dev/null +++ b/data/part-03812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79fbb4bb37a0f01cff470474ba87241dc52215a0c9e8f0ec45e1b307a377014 +size 523824750 diff --git a/data/part-03813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3b00aba35c50497ae75061d883a25284c2e04f9 --- /dev/null +++ b/data/part-03813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3df101a40b358a5022cb1569f0d98c183bfc2893847982627c46b1689cbfde +size 389276655 diff --git a/data/part-03814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9caa3888ff3aa6110fa26749a42ae6eea5c290ec --- /dev/null +++ b/data/part-03814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26217a545fce72743f7505434dc3879d6bc84c641fc3cae6b6ac21d6378985ae +size 505771809 diff --git a/data/part-03815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6324c4668d10e8a0c55d896f1e751f39cb2daf28 --- /dev/null +++ b/data/part-03815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3258fa3d70f7b59fe9f4c4389e9538821d92edc44b275371574c7ef89e3fe71 +size 487261728 diff --git a/data/part-03816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f30a95b91fcc60710ea3e1b0edc963d1738af1 --- /dev/null +++ b/data/part-03816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6680f816ca540f3a5acf60fffd25e539c4ba699088af6686803250bdc1d55b9f +size 915731688 diff --git a/data/part-03817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4cfd098fd3767adaf6a779c944dcb85d9f328dd --- /dev/null +++ b/data/part-03817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d9835dc717c8c4b773ab63abefe8e6920548f2a0d5ddd634b7dc677a682522 +size 452249475 diff --git a/data/part-03818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e1babe66448091dff460b85d47c9f05939d048d --- /dev/null +++ b/data/part-03818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c054102a54b675655824382b56713d255c7794b34cfd39990e59d2646294fe6 +size 643197566 diff --git a/data/part-03819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9ad1916c11a941734eb0984b3d00a1d87804a36 --- /dev/null +++ b/data/part-03819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67acb7e322539ce1a0c6d999bdfdaa4b8f64209056430d9e3180c4f93379b3b0 +size 1286080467 diff --git a/data/part-03820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0940a093d988e13dfa6f5693106136863c38272b --- /dev/null +++ b/data/part-03820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaf0f003b101026d7f0a3755e034a67758d4d97dfdf23fb41962755d4e9e69e +size 468627788 diff --git a/data/part-03821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b15bbe8f8c368f1ed56d2b9ede7155ff3781bf8 --- /dev/null +++ b/data/part-03821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231421cbb87b0321c6df31e76eba5d114aebadc625f64c24cf466bd3d8920897 +size 420981032 diff --git a/data/part-03822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4a9882beaa82a7c0f1e86615382c3c92e306e7d --- /dev/null +++ b/data/part-03822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b2e222a770170861a64f83150261f68d087f697011d55636b4fa441ce17880 +size 467506092 diff --git a/data/part-03823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3219d5eae2521c1e5bfebbb310dddbd602b71fd7 --- /dev/null +++ b/data/part-03823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b4f8d6380746fd4166667a242166222c871e7d92208d2b77a4286084da95be +size 653537711 diff --git a/data/part-03824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..432cca40fbdfb4c5fa7d9a321d29d543d146aa17 --- /dev/null +++ b/data/part-03824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19825a52315f10bf9ae201683dd86cdf5f8f8f059e083909958f04427449a13a +size 499542003 diff --git a/data/part-03825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c749be2c494ca984209e42b881f009c2020d7789 --- /dev/null +++ b/data/part-03825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d21f7a232899083e82b6fedcddcc7e51b6527146e131d8e1e19f98829eae4bc +size 500259616 diff --git a/data/part-03826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e82be739fb7358c4a120cd5aac3e6e85a5b3981 --- /dev/null +++ b/data/part-03826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36097b9e5a8945645449173c26ba4571b6e8e0b4a33196a2b3d936e6c2a56084 +size 468608469 diff --git a/data/part-03827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93a653e13adabe35ba0d9f830bba3d8416e29364 --- /dev/null +++ b/data/part-03827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaa2959e50be93f9d399e2bd788534cbbbd4ef022dac0c332b7f39b4b0e1c26 +size 772826425 diff --git a/data/part-03828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..383bd8944c1562c579723fd979649e35bd8d60f7 --- /dev/null +++ b/data/part-03828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f007256fc541479a18f7a697bdfe4674fe23ca32f844f903cce35cdb58aa5a1 +size 616562923 diff --git a/data/part-03829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b38d63cd99ade25671391efbb0e5d1f1f8e12435 --- /dev/null +++ b/data/part-03829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ded33d46ef3fec7dcb4463122ca0b0901b126b15413494bdf152e9c88093f4 +size 558979644 diff --git a/data/part-03830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2b0d2be1383dcc8215914529d77123c94afccc9 --- /dev/null +++ b/data/part-03830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f97b38d91a7091cb773daae5cd2e329d107d6fa71878c200d17f0639d2b944 +size 542962021 diff --git a/data/part-03831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89d9150e89a052550eacb39ca89022381af8fff6 --- /dev/null +++ b/data/part-03831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae52214b3f5ea9d0f4d53b569fc4db21c090c2e47736c2c98fe2ec1df6b9abe4 +size 566854788 diff --git a/data/part-03832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fc8710925b67d0641d48df28f6b750c0d5bec3f --- /dev/null +++ b/data/part-03832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfa3778c750d93e948c88027986cb8783910634ce32ae0e2d7d23e87a604259 +size 600225851 diff --git a/data/part-03833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2de4eb46240cc88a6b23be50f63c7ebc080261de --- /dev/null +++ b/data/part-03833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6ad1d87407b90a2a16ffe1ced4587712065b3127a6d44c0bc2a5c74ab2fabb +size 514172737 diff --git a/data/part-03834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bbd91a4a5350f3dc30c8e9f896d7a19f254e055 --- /dev/null +++ b/data/part-03834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3b70ef56842078255cf9466dabf3252442497598e9da0ce5e6779dd50efa3f +size 576409440 diff --git a/data/part-03835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65061cf1d7d69ca313a4512e477b857d9df4d356 --- /dev/null +++ b/data/part-03835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c645a7fc324a9b334928ac68b13f07ec5a982603b3d1ef57bc3944c838a8b969 +size 626146088 diff --git a/data/part-03836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d81a5a08fe65f4142f95c5baafdcb6be7f21a441 --- /dev/null +++ b/data/part-03836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dbf3268e6d2d841fcc006913b6a042d247ad7af193f7f818c81f8d8dbc2e36 +size 408293272 diff --git a/data/part-03837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e060bfa77b4708b1babaa147d8db9ae40a5a2ce --- /dev/null +++ b/data/part-03837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732cd4a0e6e1b6d0752493ed7006b9e8abed2e34cc5ed765439466737ea41fcb +size 456816561 diff --git a/data/part-03838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b5dd440a7cea3b0061d5b66ac19a1b09c68bbd0 --- /dev/null +++ b/data/part-03838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e145a2463f93af3cb6cac83a462d219a5c9cd4f47b34fa5c71dfef75562f9041 +size 535742508 diff --git a/data/part-03839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26d7d0f8da3c4a147631693cb22add060b553d2e --- /dev/null +++ b/data/part-03839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f477302b4a81ab5251d82730cf18ccca120de17275afcae071a79bcd5ceabe6d +size 615212263 diff --git a/data/part-03840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4b84606dc2517ab27426c67e4bcd97e7965dea7 --- /dev/null +++ b/data/part-03840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cdc0350de09032f3f6ac97bca8cf34df5078df03e7eb32165dc1b9ce7accfb +size 584788045 diff --git a/data/part-03841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aa1fd042eebcddd9f2c48af3008226c00c4022a --- /dev/null +++ b/data/part-03841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0501b471214ad6a1ee463323e96cce60e9ec1a1341e8fa42a58181d7cc7494e0 +size 677612558 diff --git a/data/part-03842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2062b9018ed628cbdb3c82cb9c53a58861f18089 --- /dev/null +++ b/data/part-03842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb75f96abe6244cea8339273cfcf8a65ece9b669b798767d89c1e78279d1d88d +size 499758238 diff --git a/data/part-03843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..271f162b92294e7ac5ea3af0388106105a4b4183 --- /dev/null +++ b/data/part-03843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4397cbe40ea0cf9a2f6d5d83d830c569e27de3d00670f710a2fce45af126a4e0 +size 1397493617 diff --git a/data/part-03844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f8a6d5d9da8535e3cd1cefa6d549406b4ff11dd --- /dev/null +++ b/data/part-03844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f94d5b6630d98445e099ee89b5799f214940e6c5c386a60b0474ff133a60756 +size 641795887 diff --git a/data/part-03845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09b347b4666327232457ae31d87fa97c870dd6d4 --- /dev/null +++ b/data/part-03845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50733f0fbfd4bf1ae5d08005c73cd4b4e54d1a82b852766f80a9f87384a86742 +size 628093084 diff --git a/data/part-03846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75089e936bb3ea77b8d7dc6439aec22e3616e40c --- /dev/null +++ b/data/part-03846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7716c9da7ade33ed38ff931701b261d59352f323f6a78701109cdd626c55ce +size 518953160 diff --git a/data/part-03847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14a370fa3e686804027eba455dbd9367a3627402 --- /dev/null +++ b/data/part-03847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57481a461b86dcd116b832faed803785b13d23e7416526ae52e5a66417ba4a0d +size 541265509 diff --git a/data/part-03848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e85b7799bc93ea623baf4886af358d19a858015 --- /dev/null +++ b/data/part-03848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df863997a233e7146ce1374e1dc0550490032ed7b1dd61a2bf28c5fa8c29062 +size 489441450 diff --git a/data/part-03849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b37bf94b01202ff0113d860a0b3a2e7874825ccb --- /dev/null +++ b/data/part-03849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7322cc2eb1f30eb4ecf462a62058568886005fc30054deccf8c5c37d1f25e2 +size 612316034 diff --git a/data/part-03850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d88bb773dc3121a0f1d21d96c1572e78c2356a46 --- /dev/null +++ b/data/part-03850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09efd112995ab6837d7a7a95a1f0b656282669d3997b131847457de72470526c +size 444118713 diff --git a/data/part-03851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ac9e12733f681047ba636e1017d97f4a5399967 --- /dev/null +++ b/data/part-03851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f309f6debeb5442d80d58d8a1cd5b07973169c0b503bd38433476d4d4a59d0e1 +size 597916501 diff --git a/data/part-03852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41df09b551190841ed3e55051e622ea1be8cd258 --- /dev/null +++ b/data/part-03852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fd5e8c08e87f2f901ee9f76cd2bb0e43f95592ee4498ebfde5d8ea2b583516 +size 436013335 diff --git a/data/part-03853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9aa50265ef7af1fda068b5593e106188f69adb9 --- /dev/null +++ b/data/part-03853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45a2dfe44e530452abb37d034b5bb8f55c99bd974b11d9a9f1fd4c2a28b9700 +size 466455084 diff --git a/data/part-03854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea7b2c129907b34cf37320875142ef5c4518516a --- /dev/null +++ b/data/part-03854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a70000f3cc34e5af08331e7735a1228375d74fabe5195b95b4156ee7dc3f01 +size 623120884 diff --git a/data/part-03855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91f6b54fe97899d080e95e586619192741fe99f6 --- /dev/null +++ b/data/part-03855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2bc19aa63ebab688ae16ba520d28175670dbdb69673bd9f1801c3cbb6c297c +size 610373823 diff --git a/data/part-03856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..046ce2641abf7b38b1db915fbd1f297605f72455 --- /dev/null +++ b/data/part-03856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5660a06d46c850674f4d52d2e56bdb038d7c5b87aad21216f27cc598a1cdd8 +size 451235955 diff --git a/data/part-03857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1c3f1cdf1b5819cb7d81ebbd515b19343ac6f04 --- /dev/null +++ b/data/part-03857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a965d09586327840e48e167f841bf53550c48d95b56198a660d7e71ba90ad0 +size 748433833 diff --git a/data/part-03858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b39c084261b5e90cf856f9786112e4afce712280 --- /dev/null +++ b/data/part-03858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3c30cac9b88cf231ae2cce2fbceb79d256c7ce46f2ef7327bbbfe8f866f11c +size 451637368 diff --git a/data/part-03859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3a3732e41fb8e2db5542e984e7b7dba8b30bf52 --- /dev/null +++ b/data/part-03859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88908e6f70b3c511f6276822a2b0cd7522b6a2c5a3d853343d37045dca46643 +size 598306721 diff --git a/data/part-03860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e35319481ce45249ab998ac9c1af686a86ed517 --- /dev/null +++ b/data/part-03860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659947bb0379afe5fb1d467b94d66ebc779153fbaf07e5d16fdd9161c0c4f1ee +size 844821098 diff --git a/data/part-03861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b117290f214b9cdd3c9e143eda82b4f76572c46d --- /dev/null +++ b/data/part-03861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac09844558f3009f39b9b14c0e5076aaada885ac216e794f63649a43595d5c7 +size 531314080 diff --git a/data/part-03862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..308f4fedd38930d46bc24f7df60aba67e9560c8d --- /dev/null +++ b/data/part-03862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35452fa6f7f94800a20be8626ff2bb27a1f9c00200f11d2750c4697b68f46ee3 +size 458171115 diff --git a/data/part-03863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a32b8e916e2b4fca4a3961a9e6c905a5f6c2e9eb --- /dev/null +++ b/data/part-03863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5c87f34f5cb55aa13ed222b3ec681dbfd17ccb1694ef99ee6c15e8c611a67d +size 570168786 diff --git a/data/part-03864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94c7c95ac9d5232cdd3607fc5e65a41aa12b2c3d --- /dev/null +++ b/data/part-03864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b3b0f11d29d3975b26b426c1a21cc06bd5bd7ec3fff7967424423ccfdd28f9 +size 620974771 diff --git a/data/part-03865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2599d371edb24614bc491d0f02fd6db1b183811a --- /dev/null +++ b/data/part-03865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ec102f98a18c108959e9a4ff84cb61f39f9e2b8ebe1a48f75fbc065d00c0a4 +size 508947836 diff --git a/data/part-03866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ab5644c470d19a14f7052d9c706a9f02245616b --- /dev/null +++ b/data/part-03866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeabfa0ffa49db5401924b5cf8314ff636d2a609c09033a6ab199afdec1d459 +size 431315736 diff --git a/data/part-03867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cafda7bbd4a4e22387be44cb5b4ead62b2499953 --- /dev/null +++ b/data/part-03867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc34782b50a335f0979b8588f164891f94cd49c01cf0a515105014361b0570f3 +size 521019070 diff --git a/data/part-03868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7d4d236823756d4d6e3db0c77fa9560aa0601b0 --- /dev/null +++ b/data/part-03868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deeae797e2c83a895914e877b16b62fec6b878dab516aeb5582bc02611dca592 +size 479512590 diff --git a/data/part-03869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c629f56e3264cc42f6d548c368c71e8692460be2 --- /dev/null +++ b/data/part-03869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5b7722741e9ebed31a0abc13967f4d8c7625d0e5ae62132b5fa2fb6d29257f +size 454217571 diff --git a/data/part-03870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f6052fd32f575ae3c30d7f4573c3563ccaa4fdb --- /dev/null +++ b/data/part-03870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f67a80ed8e6b10768f25c6f3bc5829a3aa562d4dab51a9e301f0af3c49cef7 +size 805986253 diff --git a/data/part-03871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..096043e42a2af74dd4e59d76976c60556e87a35e --- /dev/null +++ b/data/part-03871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ffdc82d001e0af1a895d9a794e9e3446d7687a0144c018722028a115e39dde +size 415361742 diff --git a/data/part-03872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af14a9fef89c2378c4433705f1e954d6186b0113 --- /dev/null +++ b/data/part-03872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4f1cd2043ffc98c46047eace9fe6852982d249f33a10bebe6cfbd7e293aea6 +size 551438296 diff --git a/data/part-03873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a31e8c4de22629d148f5c22d29f9e591b41ea0f2 --- /dev/null +++ b/data/part-03873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608ebb788124810bbde6b4e8f387b52bdc38ba6c23f361106b89e2035a08a7d1 +size 631969191 diff --git a/data/part-03874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76521ea42c8c9e4fd930444b9949d29c06f8eed8 --- /dev/null +++ b/data/part-03874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcb086775e222448c93067540b9aecb3c2bcc955160ef127343721c82df71a8 +size 930203606 diff --git a/data/part-03875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bf021a3f9be2008c45ae4b20923f4d4614b2705 --- /dev/null +++ b/data/part-03875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cea10ced77c7952fd043adef80cf81621dad199b0313bb461e0f3302ff150f +size 446641409 diff --git a/data/part-03876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a366209d152acf8dacab07749e2a7db9c5e1c9f2 --- /dev/null +++ b/data/part-03876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2f761582e682e6adb4efc8d3fc0d25843a83b6511ad6bf216f80a1f94f47a9 +size 450551907 diff --git a/data/part-03877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..283706bd63630fa44efe1d4b8e6a1c6f95f7f1b7 --- /dev/null +++ b/data/part-03877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20482cdd1d0f7a49b627a55aa50d25fc415cd941b541593aebe28a2258232263 +size 403325767 diff --git a/data/part-03878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6a7c2ce9ead583b77eab10cb551174881fb6418 --- /dev/null +++ b/data/part-03878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4229c17413eef9eb1b916415641558614fa0d3a5ebc87a04f03e3f07b21ff5 +size 1243665126 diff --git a/data/part-03879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4509f0d42169cbdd82c4e97760a4c49759f4ae3 --- /dev/null +++ b/data/part-03879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bc68084b0f1914e2ae6a2f272fdd5e45a00c45fea6983ae770f0d59be4dfea +size 443332729 diff --git a/data/part-03880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7165eeb27a9a6b8e6bb02e06c38f733447d88b4d --- /dev/null +++ b/data/part-03880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f943cdaa1714f3eeab880c5913e3263156e26aa4a75ed4915b64fce79c91b6be +size 608079062 diff --git a/data/part-03881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a00ce8e1b30e358e9c44d19f4b2d291174d84664 --- /dev/null +++ b/data/part-03881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a18d407ee479c8702ff5ab312124508fa886e12f6438fe5d3bdcb8f040efa70 +size 517662133 diff --git a/data/part-03882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eee2a429cd18a66e29259226bb1785ccc7d380cf --- /dev/null +++ b/data/part-03882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d639bae9767bbf8cfc7e9dd2979b0f31f0773862fd62788f12fd1de7b94ec98 +size 502091630 diff --git a/data/part-03883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c30b16b12be021281d7459db9608350038a5df94 --- /dev/null +++ b/data/part-03883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38aa464c9ceb59dde2a6bef5cb874830b313c9f82adcdf71afbcf517a56ee429 +size 509969953 diff --git a/data/part-03884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e020262bde93865794a8ec080ab311b2618d7b7 --- /dev/null +++ b/data/part-03884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82be1a5089d6ad777684d98f97a194f674135d12af088b60b6317dbb984a1d6c +size 502915760 diff --git a/data/part-03885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e244de1a023a794a4f15161476a69542807cbcff --- /dev/null +++ b/data/part-03885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8541697dd7e7b4b2e20c2bf05f48b599d00ebfcf9f01650f79c54465dc760f +size 547677180 diff --git a/data/part-03886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2ac71518e9fb2cae5e6835b1c71a97ccf43845a --- /dev/null +++ b/data/part-03886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e6127dd5eaa8078ab485914d10c1841e2231972761a6211499e06f6314e637 +size 426770040 diff --git a/data/part-03887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f348db4eb22f4e151fada1deea9e38bcedab3ba0 --- /dev/null +++ b/data/part-03887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db4f7a71c4b4e0d36d545e8ce09fb050651d8f43e7c8931f889970ef3283d72 +size 982597707 diff --git a/data/part-03888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb0fe399e0dee070d5ed99b8d2f4c9e4d0864ce4 --- /dev/null +++ b/data/part-03888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f705fa9d03c3bfa472f52b6899845c4f938ca2fead2e8f70c0380944f9b5a0d5 +size 423557100 diff --git a/data/part-03889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26787ecc8e1d0106d4ea32eaf932318fbe91eb93 --- /dev/null +++ b/data/part-03889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6438e5095c8d3304cad6974b4068b466a93c6e83c2ad0548150e9c6866d3bd78 +size 532782828 diff --git a/data/part-03890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d95635469c873b6fda6f2ed39ad3accdaf663b40 --- /dev/null +++ b/data/part-03890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1196efb8b0d8bc7eed7f1478993c9a24cdf55fb3b0af699f8558bf81a5142dcf +size 492387089 diff --git a/data/part-03891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc2542de647b98cd58b658fbc9463c8499ef085d --- /dev/null +++ b/data/part-03891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e16d99e1dc2590f935bde3a78dee7ae79a110345c3fb767b0a198eb030661a5 +size 486578439 diff --git a/data/part-03892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe6328f17a874c205a72dd984e4d89c167443534 --- /dev/null +++ b/data/part-03892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec32324edbe60e3e97cca7c883ba61d17fe32a46bfe3d1bf2037b30324f41d26 +size 780700271 diff --git a/data/part-03893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88adf1fddbab9a3c7415bfc376f92a735b78862d --- /dev/null +++ b/data/part-03893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cea566b700c89ea9c02996eaa23146269b70b97fc6c7a4001349fd161dbba36 +size 524753363 diff --git a/data/part-03894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..776a7815bc995658bba2442fa99e3d25d596a0f0 --- /dev/null +++ b/data/part-03894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf9b329c61e046d8629470c2c81da030a87308fd35e77c1ee1b161922dee51a +size 623182272 diff --git a/data/part-03895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..645fa9f00f62eb0eb9bba6cee7647f97ed06f7ae --- /dev/null +++ b/data/part-03895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0dd9d8289c4cd4f431cb94954ff3f58c34785fbc57e85fcf3eebc1cf77cac4 +size 436861854 diff --git a/data/part-03896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6c93e839d0f7757fd6b7d1f0cf7a827633bb71c --- /dev/null +++ b/data/part-03896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c1f593f502c5bcb1ddf6d320f67259461a1007b76ce24fac097440c2349bfb +size 663497833 diff --git a/data/part-03897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..925a632944779891bdd144285dc97433369cff96 --- /dev/null +++ b/data/part-03897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dc996691c06b95f0e35a19e3fc8c8eb03ece133bf531d70d8b59bfe2e54258 +size 775319993 diff --git a/data/part-03898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09d43389d73b7da9956ba2bafedc3154ebe1590f --- /dev/null +++ b/data/part-03898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7394ea3934fe66caaabb85d2f50c13f4fae67abe76bf2128505dd7dfd2d50c +size 748248176 diff --git a/data/part-03899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..615e492c4e21b1fc6213830d3b478ac64c61fe3b --- /dev/null +++ b/data/part-03899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b7baa97bccb6eb4e4c1c18df91af7191dbcba2434c862de6fa592deade2e98 +size 394789728 diff --git a/data/part-03900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7458b2a855d04d0becafef8e477becc01d074883 --- /dev/null +++ b/data/part-03900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae325ad6077a90ef24f8b7d6d563575cf13887a2ae410b9cc8c1e3d6b9438e09 +size 450484379 diff --git a/data/part-03901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9131c1c0a983b46d1ff646c8f15b8f213c3a2192 --- /dev/null +++ b/data/part-03901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1599ed9d7daea6987b0c1fbaea3395295cd991f4591678fa7f732ef6468fadc +size 782511931 diff --git a/data/part-03902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d792156508ab393642efdb1bd7c506904502c571 --- /dev/null +++ b/data/part-03902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc27f6a52c1b6ef5cc8a8c5aa99265573198a97ecb2318ff1bc208c051eb53d3 +size 594559392 diff --git a/data/part-03903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..558f4747fa6c1e79574c302532fe82ebfacad625 --- /dev/null +++ b/data/part-03903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377581c980374554e66745d14059f36c8bfa54750b7e416a7a852f125d81b87d +size 478569388 diff --git a/data/part-03904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f48a1c66b47e18039c4dd1f9f033ea254785631 --- /dev/null +++ b/data/part-03904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af3a89155cf2fd89ca4f6e076cd9ef7b4ae4c625d5ddc9d35e1dadd34383055 +size 518758801 diff --git a/data/part-03905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..208555487aceef3666e9190b0341a26956e7ebc5 --- /dev/null +++ b/data/part-03905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0fbf33ef5f33989bc03360be5b993168152bf3117a4f40a71437005bfdea2c +size 414871622 diff --git a/data/part-03906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e218e072c1649597c190f6aa98761646749f01c9 --- /dev/null +++ b/data/part-03906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65510fd4bd4190a6c229ff36162c7956f85e81ce8705eeb0bd3fea32d539c3e7 +size 456135408 diff --git a/data/part-03907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d39de3c7d88c15a22e491fa4a62a0bf0cb429c0d --- /dev/null +++ b/data/part-03907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dedfb03743c0c1b1ea7daaf1f5d138539eb68818853fe5fca428a40e9a455a +size 843645301 diff --git a/data/part-03908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2f48ddd09792923c2cd22fa88aa1de8f694698f --- /dev/null +++ b/data/part-03908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff71067d83e2c8068c9e5b019f9494273001a08f9df4c1060895c4813bb9aa5 +size 469400018 diff --git a/data/part-03909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01626137521c633af87a586cc45bac2715b6a0ad --- /dev/null +++ b/data/part-03909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff61a6d9940e5fab45d46aa4158c53a89b4300e973754059f5e6afe45f118c3c +size 725101012 diff --git a/data/part-03910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3200c25ac94c5de2aca8c7a722b50f6d2831c848 --- /dev/null +++ b/data/part-03910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3ea2c6d194ffe8402e010c09fe1b7ff5962ee6287102727aeb16f6f41899fb +size 337110109 diff --git a/data/part-03911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdcf8f28f9f4f4516568e8e158f8f08d23608e10 --- /dev/null +++ b/data/part-03911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed6af593d5e18e90788f524e3c62b231b9d4531ef79ef87b3dbc48509b73b19 +size 366488807 diff --git a/data/part-03912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33d445d29f46e65bf6c4fcc0731181431af7b444 --- /dev/null +++ b/data/part-03912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a632338dcdba2cc16e0d88e50c4de9ef91d28cc760db0bb6086fceb2c30338 +size 544916138 diff --git a/data/part-03913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b116f72705f3cf36c06db20b57781adc49daa04d --- /dev/null +++ b/data/part-03913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a930e5df8853793fa8eb109124d3d2fdfd8926903b3f26d8b5cc415eda41e4 +size 472286791 diff --git a/data/part-03914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a34eea04fdd9a8a22d51aae0cb1dcdaf958244ec --- /dev/null +++ b/data/part-03914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86fed4f6f6c7f8984edf6a04cc4cf582cac783ebb7feff65717c986d9891ffc +size 716814784 diff --git a/data/part-03915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94b3292093c906320c2c3505e09de6b247f8fa85 --- /dev/null +++ b/data/part-03915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf08ba73241be1a2a27f2579c1468abb4832950dc47546d02110baf340bbd9d +size 592781314 diff --git a/data/part-03916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b626c10f525d7f2de5dc8c499093457e674f42f --- /dev/null +++ b/data/part-03916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec581999df4da661faa4fca40494e8f2a495cd9dd79e42d42ef06b5d9db8a6b +size 461189736 diff --git a/data/part-03917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..515eca4fc8cfcf25599b6ca5429c4eda2ae3db6a --- /dev/null +++ b/data/part-03917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dbb2f3be788dd4c25a3d8bea51d1522f5a841b95e208ead7d87998d3991c42 +size 479426826 diff --git a/data/part-03918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da7a9b30d1049090ac254b32137da5d4f0f7c5ca --- /dev/null +++ b/data/part-03918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6bc88b4f0ea7bfe9b4f9df1163e7954b257472de9d8bd5d0317b8ea2694b22 +size 700525845 diff --git a/data/part-03919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b41640343a3f4a4bc528ffb2c22ca04e6409a5ab --- /dev/null +++ b/data/part-03919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08301554e2a053bfab8ce83572a740a0eec79744d1d32040a3a1ebbd8b560b94 +size 508191400 diff --git a/data/part-03920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb04ea569f222fd47bd47632806ebbcce8e18eea --- /dev/null +++ b/data/part-03920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a533666063ece4c64161d44cbd546fae2cc1cf08a6cec087924e759aea65508 +size 440308594 diff --git a/data/part-03921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdf666574361846af11fd814fc68345570485ae1 --- /dev/null +++ b/data/part-03921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21479ca844c56095bdfa973872e511bf11e921274a7a698411bc6c3da328217 +size 540931126 diff --git a/data/part-03922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96368d4e80299d0a5cd0a109c0a2b8166c35486e --- /dev/null +++ b/data/part-03922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5308fbd0e6f0ee3108b5a02ca71bc317bca124164a775bc7bfe32deb9a92ffa +size 907029172 diff --git a/data/part-03923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75c84a3feb172bb2282509eec85d84d198e99b07 --- /dev/null +++ b/data/part-03923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bfb0105df2174cd54f851a11695f0748dfd395343bb20df517693ecee6efa9 +size 514469709 diff --git a/data/part-03924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b81ecd61ff73d1df438b915e83e939c55843b3a --- /dev/null +++ b/data/part-03924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36aa08b1d640975739e331eca1a73e859f474c7368d32371b7f49aa87dd86aa6 +size 447077516 diff --git a/data/part-03925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55f209dbe6aa23d27fe29ee1319bf5b011ca74a4 --- /dev/null +++ b/data/part-03925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644624e32b6367b612a20cf7b5166cd80fd309c456c57d57db89fc0434da134f +size 837602176 diff --git a/data/part-03926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9ac2972b895b49579fc67311f106a21e2e4369e --- /dev/null +++ b/data/part-03926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed059a6d7a06212d175c0781917e8937213aeac0e71ba865f356ff466f2c0d4b +size 427214948 diff --git a/data/part-03927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25106153adc47ef03b7326f88cc6553081f6a321 --- /dev/null +++ b/data/part-03927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0043df400ae0021733af5442309fde1a672738e2ffe3356141ccbedeaac5af48 +size 843509445 diff --git a/data/part-03928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ad656555da9f7658500df1423dd5810ba48de65 --- /dev/null +++ b/data/part-03928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0342ba0109db99a4a72673326d369d7384697700abfefb296a4e918cb27794 +size 586494265 diff --git a/data/part-03929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a893f8b0045a43ef9297d50e3abef0986040b969 --- /dev/null +++ b/data/part-03929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138b3885c7dcc39cdc5ae0fec3526e974454a54c9809a7034f9aceb9a4f8a5ed +size 704965409 diff --git a/data/part-03930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b4998064748801bba201d239bcea4d721d88a8c --- /dev/null +++ b/data/part-03930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9c716ab703b07a3c2a567c33a7f9d029ccd2ecaf9b4762712303c86f29886e +size 403791778 diff --git a/data/part-03931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3496ad9cafd6a77ad8736c24cfb4eaf8b7a0a99d --- /dev/null +++ b/data/part-03931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c575d2474bc18ce88c4a93125db6ace784c4673e68041912ccb3f60aed7ba9 +size 822966040 diff --git a/data/part-03932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a7cfba3ecdc793b651af4595bcde2f3aeeebbe4 --- /dev/null +++ b/data/part-03932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e332f00c242b517423993c491cd8e22e3548f948763990215318e21828d4e4e +size 472579660 diff --git a/data/part-03933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6601086fa5195d234dcf1f8a2728989603545731 --- /dev/null +++ b/data/part-03933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e0f7b7076c2abba8d6c27695bc5be3c821677dab67785a8e7e191cbdfe577 +size 610427628 diff --git a/data/part-03934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cea8fb213910baddef776baf5a20955972ba5800 --- /dev/null +++ b/data/part-03934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e274894efb491b19223c5097e8070f070a2c8d924fbb909f07e764a163a5286a +size 426566118 diff --git a/data/part-03935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3f8af91d1f91ddd9c4a559f8fd25d59542dd4fb --- /dev/null +++ b/data/part-03935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de01338fef73b333afdc5eaa180fc07f9ef7cc3bbc3786d0f83aaf1f8d0692a9 +size 661679358 diff --git a/data/part-03936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a953cc29e6d674c86e3aae2d60c81a0849d07d56 --- /dev/null +++ b/data/part-03936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7375d3242858cdc69d95f02febb264c77dbecb1af0933fef41da390cb73627 +size 570935597 diff --git a/data/part-03937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f132e8a9403fec961b2a20278904c976cacd088d --- /dev/null +++ b/data/part-03937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65544a2adc36a8c4d1e43f8d3f083963c38b6f134a05a7a93e6882a5e39da8b0 +size 472365361 diff --git a/data/part-03938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9c6d536c46ab46b96a2498c094370fd0f4da1bc --- /dev/null +++ b/data/part-03938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607e5534125bec2ca016293a4f78c1f1caabf7454d292692248dbc7702b66ef1 +size 520751167 diff --git a/data/part-03939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1990cc0897ceb49ede7a1a54470dd6eb1a8b3abc --- /dev/null +++ b/data/part-03939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1a4242323495abedf198a314d232414266385bfcc8d5cd4625f643240428ee +size 605633900 diff --git a/data/part-03940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e717e1de95cbc917520a771897b8b22521e0e917 --- /dev/null +++ b/data/part-03940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3924e521a6b4ab2df79022b0728a820eb8573b89df019555cac23de7f1d73c +size 469306378 diff --git a/data/part-03941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6268bf2318ec2ddfdaf7d7b2fc066279e216db29 --- /dev/null +++ b/data/part-03941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b99489f39cc3026ea07033820d6442a145f09981a38563b48d5248c2d2b1c5 +size 594350333 diff --git a/data/part-03942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89334d3025a786c3a4e20c11b396402786a9290c --- /dev/null +++ b/data/part-03942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dbf269400f10c17787dd8f83c67cd8045a81cddf762c773f2f214bcec1acbf +size 632561883 diff --git a/data/part-03943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48fce34a3a970227db46eb6fdedde576d6f91221 --- /dev/null +++ b/data/part-03943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec39a23148849b736893ae2a9ae708b495bc7522755e37567d56f9040526ea3 +size 1235374725 diff --git a/data/part-03944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1deeeb1074f42766e5e4c1ab98ece8f7c4cbea3b --- /dev/null +++ b/data/part-03944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b512162017bde3e8fce6c935f194087a9c2d4a63113b63e4176384aa6c64fb66 +size 453058206 diff --git a/data/part-03945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..511d7768b3b0518e93cea686aab15692ca5c6896 --- /dev/null +++ b/data/part-03945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6df5e3c25dab0e29b2e65723882f32b368b5a83aba6b31c892a51654b275185 +size 491111784 diff --git a/data/part-03946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db8e21a23ff3b8ab0d39940486e23d4101dea248 --- /dev/null +++ b/data/part-03946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94014020c4e721e468ce109abbc6c61ec53ffb20be920940d56432d69c7bfb4 +size 455041543 diff --git a/data/part-03947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2482deabab20a806efeafedae864b601fad9f4ae --- /dev/null +++ b/data/part-03947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f745f5efe499bfa5d47c6731da87485260bb383762f2f946d2b0a411947324 +size 536840306 diff --git a/data/part-03948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcaa6d1a904f2e8c2017afd10b6f3c1fbe0af236 --- /dev/null +++ b/data/part-03948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1158ba414ca5533cfe328ec7a0fb0676dd00b908d5f8731c252638f6414fed65 +size 910278563 diff --git a/data/part-03949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f69aa7fb89bb01a32a7d69c7b9fb0a81e2993fd --- /dev/null +++ b/data/part-03949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dfbf1e5bd0c7c661d650acea1831d27d09077466804b5374bc52ccffefa07c +size 568061435 diff --git a/data/part-03950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01f60998e89717ed001c7189dfb605d4e28bbd2a --- /dev/null +++ b/data/part-03950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4390af995a7b29d3874b083d8556e89d67fe22629a961a2fa3eeaf6ab210fb2c +size 407994537 diff --git a/data/part-03951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c26efd02a722f277b0a579941a668032ecc2060f --- /dev/null +++ b/data/part-03951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd966ba00f8196fd52da6fd24ee8afb7544b00693a3c3d26cc2d9c6e41f05cfc +size 604304848 diff --git a/data/part-03952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e31a41b33ff9bbe287ad55a0b918f06f89d3d7e2 --- /dev/null +++ b/data/part-03952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cd924417bee028d9f848c18e542652e0f5ebcaa04a8daa09600997eaf5ed22 +size 464569301 diff --git a/data/part-03953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ef1b19081a112cf9980221fd4a2f47c25e43413 --- /dev/null +++ b/data/part-03953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cece3942a66cfe3c92e4c682ba583b5f6c322b5aac34db66c755d59811b7a4 +size 1277705867 diff --git a/data/part-03954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebce35dd03681fe9cbd34293581076187ac69c7d --- /dev/null +++ b/data/part-03954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a689206e1f1ab55bb622cd3456c9d7f617175cf02f3e67061724361acf678af +size 536629917 diff --git a/data/part-03955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b9bd91176256caf371c695b7623d394a022a86c --- /dev/null +++ b/data/part-03955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d66a9fa85702ff3ce820a96ae5c2d19f745753fa8003b256a66386954a96d1 +size 592300013 diff --git a/data/part-03956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a47959412d614d01aaecc34fd43febe19ad0fe70 --- /dev/null +++ b/data/part-03956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74263a37ebac6da0ae7df9f821a44681e18402d657a995dc3c87490a9f6a922c +size 429934896 diff --git a/data/part-03957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34de57e8f95a3c75c2e4468dc02abf5cb8a7c2d3 --- /dev/null +++ b/data/part-03957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29270273bb37e6b4de592e5432796ae7fbc864e927fc6fa587c29d64f4622953 +size 543337554 diff --git a/data/part-03958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1858ce3b55fb750d65570c4c0845094010d31562 --- /dev/null +++ b/data/part-03958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297a1ff2cea0c28d66208744ef308008f527b2fc58a1925c0c59fea99e9e1151 +size 665741558 diff --git a/data/part-03959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..973a0a9ce4fe5a17776b911922c6ba2bb5e2a7c0 --- /dev/null +++ b/data/part-03959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf83171b00860059ec9ca02ff26a6254597695082554c17c701d9433b030726 +size 448210144 diff --git a/data/part-03960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39782e9a65ac333376fb0b9e3c68c30e247652ce --- /dev/null +++ b/data/part-03960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9f3b6d88eb95f5554b9c7bea0945d946eea06c34b98f617a23cf27edfb9d91 +size 513497991 diff --git a/data/part-03961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3d6ae8005d1f388c0e3dfa926d6852cb8ab4efe --- /dev/null +++ b/data/part-03961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a7b03935ba4a68e3943f897fea61c997e02a17242de0482c192d767ebb6c8c +size 402505405 diff --git a/data/part-03962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d35fb661616a19cd153570a0f81406666612090e --- /dev/null +++ b/data/part-03962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf99e7251d512a753b86fa634855d0e5ae4ea311f3c213a7664ec31b9545b8f +size 656163629 diff --git a/data/part-03963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f38c0bdf8431cc97c10733e049ce111850032154 --- /dev/null +++ b/data/part-03963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d7230b88bc58ec6c43ccb66a1f60dde5aeb6371211e05d6efb70e4747c9d0e +size 436063472 diff --git a/data/part-03964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c47da71f100e8fe4133e9f132ff3454220cbedd --- /dev/null +++ b/data/part-03964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c176c4946ffab2cc6b3bb930fc6537ffb79a077c170878d87bcb0a2b3a5cc9 +size 556214961 diff --git a/data/part-03965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fab4e82af97e10d7629e895df7d0a62bdffafbe5 --- /dev/null +++ b/data/part-03965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7339ae6d68dedcfd18dbf210f4a8ec9848ffe8ab6aefb682e6c60ad0d0ece098 +size 408885407 diff --git a/data/part-03966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..675f7520f913c800a1e713d14be5b933f68fbe39 --- /dev/null +++ b/data/part-03966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2f02848e7570692f46b3f11c821852e6a39c448fd96fbeccdf36a525436735 +size 850486740 diff --git a/data/part-03967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2919e09986eac5273294ceabafc5c02223bf1aa3 --- /dev/null +++ b/data/part-03967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a467c25a7338fc542c0c7961318372dfae9a60622d639fc6dd775877ca401bbf +size 414589394 diff --git a/data/part-03968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6361dee33a33a580583247a9ba0aaa46aa142be8 --- /dev/null +++ b/data/part-03968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e7fbf96ff3c564a64d466289b0d859400366111d784dabf2e4cd9fec54de7c +size 659664307 diff --git a/data/part-03969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e1494e364e7ffdb34b5a7db96d7960a8082025b --- /dev/null +++ b/data/part-03969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ecfa2a2064988994fcb0b97f2a3847bb8e3ef1c4c979a6e5478e7699d10fe7 +size 514566055 diff --git a/data/part-03970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb73e701c5fa44da14ed3507c50496c600a0c6db --- /dev/null +++ b/data/part-03970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669a127be42e32e4899a968f78d3dba5dbcbd61f64db3447187fe103c4d68261 +size 600286640 diff --git a/data/part-03971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26add4d331e515267db58e2d52a8dcb37354dc40 --- /dev/null +++ b/data/part-03971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5388db532512ef3b929749aaa0426f9b7f645a3b54e24d9d559271cbe1b225c3 +size 366225616 diff --git a/data/part-03972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee5c822590fad10284119692c9b2bbed50884bda --- /dev/null +++ b/data/part-03972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68051e4c1387e41281ec0e7a1f059788473a8bf47e48beaa2109db38ed5dbe54 +size 619253207 diff --git a/data/part-03973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13cb4d7c3dacbad79afa703611871b823cd55e02 --- /dev/null +++ b/data/part-03973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dc5059c85d891f95442ad837cf48b51df0177c65a78c57ba5cdd61b690588a +size 453085307 diff --git a/data/part-03974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c89cbc49c45dfda8ac8693ad34fd44b9cd4e3ab3 --- /dev/null +++ b/data/part-03974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faedabf675c494a6dc2fb7be3750df68bf977b774c94d971b988dcab52642c2d +size 654942114 diff --git a/data/part-03975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39ddee8c522f44119eb0c06fccad5cce1f370ccb --- /dev/null +++ b/data/part-03975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5541641a2ca4bec5f8adbace63b28d633bb115b50031ac0a7881637a3c3b1c28 +size 399066772 diff --git a/data/part-03976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1a142b366800f7bde2d14eea8b791081244f6a8 --- /dev/null +++ b/data/part-03976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d1eab130bf67a0647e5e107d2b7ee8485f1a1cb763c413377e9148352f119a +size 621233320 diff --git a/data/part-03977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8347cdec4c11dd490adb8aa09026e74a6dc66b9 --- /dev/null +++ b/data/part-03977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec80a180a674363f050f2d2f1eda5b1b7fec895d4a04b5eca37b9924cd587fb +size 485942403 diff --git a/data/part-03978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..095f1a203f66e1b1506b2ae28cbca5d944a59a33 --- /dev/null +++ b/data/part-03978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d90f2fae63c7833e6f473c976cabcd5adc173b6ad60eefcf801315a59283b9 +size 448171437 diff --git a/data/part-03979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7bc5fb12e2e230527612852441cad306d241442 --- /dev/null +++ b/data/part-03979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2362e3ba25dd37e854c97131fe4065e1c2f90ef1efc064745dda62e960ad1269 +size 443313537 diff --git a/data/part-03980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b1a129c9d2e4385805daf05b04d556f01d429e7 --- /dev/null +++ b/data/part-03980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990a343dd5d156426f69615a81b0e14bad059b072956eda3bceeb496cc2ad914 +size 680255795 diff --git a/data/part-03981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bf41fe0eb2358426c0b8f02541190e78fd524ce --- /dev/null +++ b/data/part-03981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709fd52f7165cb1815180395ad85dfd18e3ab1ce2ec92f3da49428d51f89d071 +size 705189255 diff --git a/data/part-03982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..196ea831a40fe17b35447a4fe773d7582b87674a --- /dev/null +++ b/data/part-03982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7547e244fd80eb77234f4655e7e4cfbddd799e6dc24f42e26e460484161d41a5 +size 627604772 diff --git a/data/part-03983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca9fdad77fceb89a7e244afc25932f1753dd310f --- /dev/null +++ b/data/part-03983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e694bb3aedd88f05972cedc16e31f568c3c9550a3c46c230711f162a1d481e14 +size 542038453 diff --git a/data/part-03984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44e4e1c266bd435639912038441f4bb66e0bab4f --- /dev/null +++ b/data/part-03984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5600f67ddc7fb53daf6bbef443a06d1a9130afd47e7e35d18a6e3f2d4dbd95 +size 428906805 diff --git a/data/part-03985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e84d53d27a3565c8ddf9aca545c42116faabee64 --- /dev/null +++ b/data/part-03985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c8c90c5a7c04c66ca196e4587915937354f6ac6eb6ad60b33a892865221128 +size 399553645 diff --git a/data/part-03986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7deeb50f8c0bae38f4dbd5cca4f73f6a5873d38 --- /dev/null +++ b/data/part-03986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cd9d24c89c1cb8932e5ad7fc92797cf3c247801735dab44d59fe4904c52518 +size 695125343 diff --git a/data/part-03987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19a3725e2c2afe73be49ecacdfe17b1f464a17af --- /dev/null +++ b/data/part-03987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103f99c6f87ed716fdcb74d315192e1872ef03fe76c5be768251f4ecdced8d85 +size 1116528866 diff --git a/data/part-03988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..383f201435f2ed329ba994a5ae97e9d1b0d51272 --- /dev/null +++ b/data/part-03988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937049163ae60a8401470e2dca3c586834bc866aa7f18fe5ec127c295ea37713 +size 485489705 diff --git a/data/part-03989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f8a3429dcc0a654d59bd07990fc9b73dcf85c61 --- /dev/null +++ b/data/part-03989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebe46b46dfe095b14999392ce486dbafb3f02f3c5225037b2992fdc13528d3c +size 635889360 diff --git a/data/part-03990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61440926e23219bcb303308be30e4e598a87b2b9 --- /dev/null +++ b/data/part-03990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bdfdc4e16d4d28f2c8c73359206aadebd4ee48266b6024bc4454a31f4bc97e +size 499418238 diff --git a/data/part-03991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c9d8ff717fefc4e726ac1e9743a4b05a0e6faad --- /dev/null +++ b/data/part-03991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d77d15fca56bcbcd2b6a5464acfacf7dc6a0c8f40c74f97f952e7992284055f +size 479202559 diff --git a/data/part-03992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79e4ce43fdb9ad91d4a45cd223381755be8ca6de --- /dev/null +++ b/data/part-03992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fada183281085635f01e308812ce8452827626e44b7de66cbc38cf8d1f4782 +size 648674569 diff --git a/data/part-03993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c27b318a88def85d3664a39f0a71a392b30e19e --- /dev/null +++ b/data/part-03993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70603601676580078dd46a4291acd384a501a67d7d7b9a404733aa73a47dfcfb +size 519750991 diff --git a/data/part-03994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..933bd53e2de91d14ad1cb7a936c16ae1217ac9ba --- /dev/null +++ b/data/part-03994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afd1459b8dbb2039df4108db42c15e7e9c160b4c1f48f45639a0cbde49e7d24 +size 847763516 diff --git a/data/part-03995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64ba3fb37055cef903cfbff7bd9381c850697967 --- /dev/null +++ b/data/part-03995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3818c24c19cdd81fe70e298c60cf9db62f1226f9338e46e74749f4548477c0de +size 659639456 diff --git a/data/part-03996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68d816296310c32dba69c55549e760379143aacd --- /dev/null +++ b/data/part-03996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a99a3ee6532388f61ac46e53c0bc97537d23e2c372569374f6a5148d785408 +size 439965755 diff --git a/data/part-03997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29680df13aa53ad3e0ccac836205d4eeedfc7942 --- /dev/null +++ b/data/part-03997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c82f20d901710f3906f445af067af5f4a7ebec690b5c1176e478ef88f14e1d +size 489598072 diff --git a/data/part-03998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..518adb0ad2877cb5b20093f87b8c5552a1c7a69d --- /dev/null +++ b/data/part-03998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93cb46f38bf0585028f4edeb0ddce88bef8d5067d03a7e041ae43f85b36e1991 +size 614366503 diff --git a/data/part-03999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-03999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d91835109e9743df33f39fba319c13e5501f5479 --- /dev/null +++ b/data/part-03999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8a2e990f44f2d8ab1cb73815f63939422b7f626f5d30acbc9ab93d3b18be09 +size 540590907 diff --git a/data/part-04000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..700c4f4eecc078f429e1b10b94da08586e240e9f --- /dev/null +++ b/data/part-04000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df0533242085cb1b527f1d4efedd4cd7776645eb8a5cfc9f1b34ef2e8db8ce7 +size 668699140 diff --git a/data/part-04001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4ac38228401157100259fbe4e7b01da291e29c0 --- /dev/null +++ b/data/part-04001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e0399ccd6035113993fdfdbb268f16886c21eea4ce68a91337a63f8c907426 +size 563275101 diff --git a/data/part-04002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a637ce46ae5cdef7310e1efb202b509a2ce2f437 --- /dev/null +++ b/data/part-04002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065738b2bd3ed5102336115c6abb8e087327538b1b75e3250b56e5642a0b536c +size 554615023 diff --git a/data/part-04003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f029a9c795c5a07578c4012fa929286d97076477 --- /dev/null +++ b/data/part-04003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991cd904c2fdb0f782650c42292aad5c4974c4052b59cd5e2731b3e7453d619c +size 625092938 diff --git a/data/part-04004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c0aadfb01d6ed9aeaa0461ddaa0ecfd53a0a22d --- /dev/null +++ b/data/part-04004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933228a7fbd144ab75b1fa4d0c34976948d462bb32c268764eb5bce2d1f4738d +size 567956118 diff --git a/data/part-04005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c730b57a00a0c7b99141c1de8a39e7550f5b73be --- /dev/null +++ b/data/part-04005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ffbc527b00dd98ed6e5165e2c8b63cee42b59457efa602ae1e93e1add5d1d4f +size 452115561 diff --git a/data/part-04006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d000ec63f0b7d5065760e6311d48290ab4fbbe8 --- /dev/null +++ b/data/part-04006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c178a081f0d6d6166fcefc7dafd5a8baabcf44150093e97fcc4aa82095b80e +size 498286388 diff --git a/data/part-04007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd54fb0c98a4e1dfb155eea1681f6e19535cb86d --- /dev/null +++ b/data/part-04007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8077979b33e1b87447c9e295165b264300b14523d33b062c031fa96252b954b7 +size 492694818 diff --git a/data/part-04008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef13466a6f00f58441fa818ce6cb5672fd8bd395 --- /dev/null +++ b/data/part-04008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d058823fb5d02222b5b7806e3b24e62b714b431e1329bb80415ec45e47f7b5fd +size 490919316 diff --git a/data/part-04009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46378ee448ad0da58308324fcf9cf95dec74c3b4 --- /dev/null +++ b/data/part-04009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0830579cb8152e5b34b0a74a53c39ec496c82fd19f973087ff6ad60dc3defd7f +size 524960734 diff --git a/data/part-04010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad9757cfc19f8e58378f645035ab94404f8ac8fe --- /dev/null +++ b/data/part-04010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40ec21506a2867005d304615510b7f83f20d9a9c9c95a4361a3babc2ac4b448 +size 367381835 diff --git a/data/part-04011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb7e578e9ab53765d857059cf6b9337468c9f515 --- /dev/null +++ b/data/part-04011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fdb1dbffcaa30149644233f44a857c35635fdf270717290923c949a2ea9c85 +size 501144772 diff --git a/data/part-04012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..789626ed847b507602b6b064596c79a2ab4b6575 --- /dev/null +++ b/data/part-04012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476fcac7f6cfa3ad26f452af49f13b8ac0edb9f65bdedd1a0e0fbb5243811fe8 +size 655712654 diff --git a/data/part-04013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc672dbcdea641a7c1a3f3e7d1a580912d45e8ed --- /dev/null +++ b/data/part-04013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1984ba876f3f1c7a7805b59c1ddde8302ce086a77fca88651da1c11426a6c0dd +size 602495637 diff --git a/data/part-04014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8fe7998eabb2549115979cb1a2ee4c12a522479 --- /dev/null +++ b/data/part-04014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4462dceac720f180e04acf8bd0331accb7499d055d4107c1ad56a09a2a70330a +size 484597836 diff --git a/data/part-04015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcea12f4a1e6564d8e9453fe0d70c516e8e004ca --- /dev/null +++ b/data/part-04015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6ae47579f5cffd9d92e498c157c5bef329e3a74562def66009b5a17e307181 +size 870685871 diff --git a/data/part-04016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be673e4e4c2e4aff51d698baad15a7654e2cf4a0 --- /dev/null +++ b/data/part-04016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee16cb754b49a32681ed829c791c8847d9be2542581cb723ff8a0017bd35a6f7 +size 596461364 diff --git a/data/part-04017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89bc3370ccbad007f4167a1023ba88b9ed71d467 --- /dev/null +++ b/data/part-04017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ea70c7602735e41f3677e0370e77dd089e9842159b12585a184cb45b6e9f96 +size 930113500 diff --git a/data/part-04018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..809c9e8c85ed753f4bf89e59a74bca7fabf2f5af --- /dev/null +++ b/data/part-04018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454c0b108b12473ff780333caefa83a5cd0422b7f75f1be04f86069ae96723c5 +size 825982517 diff --git a/data/part-04019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..972670f7ccb6f35613f7c9b88c7a6d0f8052b9f0 --- /dev/null +++ b/data/part-04019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707e7a69f275fee99cc791f1aa9e5bb83b87a7f0fff2bc891f66ca9f6e60cc0b +size 437846607 diff --git a/data/part-04020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7881d7290b94e8be871d922c07f43ef046d31e5 --- /dev/null +++ b/data/part-04020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bf12bb37dd959a515dabf0a80f73e2e7ce459d49fd2e95dbb30687833b5aa4 +size 696126677 diff --git a/data/part-04021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45575f2d122e2ea376c4addf0a39f8f987821ba6 --- /dev/null +++ b/data/part-04021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaf65ab02ef644b84d7ed953cc4c19f7e5b247746b527ed97df2047d6817d10 +size 770449721 diff --git a/data/part-04022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dd071cd496721c91b51bf0f37294d0ae2799375 --- /dev/null +++ b/data/part-04022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6dc709dc7bd05eae83fd7bc3c4cd39d84bfe1d267cddc2cc0e1b8b09a4fb51 +size 582784200 diff --git a/data/part-04023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7165632f8aa09acc23c0d193c8cb344dd129e5ae --- /dev/null +++ b/data/part-04023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecbfdb5b1169b85d51c4c215a389d4aae74c3cfacab6088a16d05379ad38469 +size 488415763 diff --git a/data/part-04024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7994023c957ba2c8467d5a6a3a6062293af5317f --- /dev/null +++ b/data/part-04024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ed265675a023e8b518f311e9180e19c8d8a2f7198e5a16dfd5e578fd0ba50d +size 493150877 diff --git a/data/part-04025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a55925c663288ac1927818310aba3172dc1727c9 --- /dev/null +++ b/data/part-04025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24ac494d1618dbd5e6e618f60719be44d63c7a99091604ed2b329b6595aee39 +size 523133631 diff --git a/data/part-04026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd34b32ca6bd217f2a1c2da1d4e66f40f944ca84 --- /dev/null +++ b/data/part-04026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fba98293552910c41fb68fa0cfb8af685d9bedafa80e48b255d1b751043115 +size 811342247 diff --git a/data/part-04027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59928fca280274e82e536ef9ee6c03997f1e4374 --- /dev/null +++ b/data/part-04027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ec0fc8f65fd43698c919b559dc5186a7e80ba5fc275e03b62363e6178d4c55 +size 615934569 diff --git a/data/part-04028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57c86f71ff6c1e03c06121609efb7d9efc90fd09 --- /dev/null +++ b/data/part-04028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7759c24dbf51010000e065935be066d0a8784934e789046338f9dcae42a307 +size 589076578 diff --git a/data/part-04029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc0d685a8f52e817d99018480292c8729be149b6 --- /dev/null +++ b/data/part-04029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b53b1c2f134e737529db2dc2ff300235836fee0213ebb8664cd462a3fdb6321 +size 445896455 diff --git a/data/part-04030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b1e62e1ad1e232c42fbaff0664e1a979337c88d --- /dev/null +++ b/data/part-04030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5460463506fc80d6945af3dd05b20fcb5103124e025f3e295d64a499c774195 +size 454136878 diff --git a/data/part-04031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c473562825e38633dfa18b886038f1d6818dc31b --- /dev/null +++ b/data/part-04031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6108a0847ddb0338c2499b7a15c1f29a61830f2a7213850a8c08718f166f7f7 +size 721002750 diff --git a/data/part-04032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d04282482217e00f68b993dcf9adb218979384bf --- /dev/null +++ b/data/part-04032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a655aeded20975f163386f8179bb76f1a35a2e3916fd913dcb76ead56769bea0 +size 396363817 diff --git a/data/part-04033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0dcb0b04c882ce83a617f8447f2a5400ddfe126 --- /dev/null +++ b/data/part-04033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04c86c6b6a4c92af02e283c85a4c1530d55ac6b4e05fd4e5dcbbe49a70243b6 +size 1408700503 diff --git a/data/part-04034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27be26b00a12c888a8b934ae73b812ba2861ee80 --- /dev/null +++ b/data/part-04034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9fc7e804c7cde4fa1a3412111591268012456d6764f7c57fac41b8fc68f00e +size 574806256 diff --git a/data/part-04035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08c1c276683dcf56e56330816933000476e3d5b2 --- /dev/null +++ b/data/part-04035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdeec14ccbf3335f8f07b439f8a2e75dcf00a1181a324986a6537d28df086e3c +size 920084059 diff --git a/data/part-04036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50aa8c8dc2465dd60b74b0e4210548700c0753dc --- /dev/null +++ b/data/part-04036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce02fa8f0466fb9bedbad4e18f7ed6d296ae32669a8c670136695780de3a633 +size 484918959 diff --git a/data/part-04037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..216a5fcc503df316114fd3411534037025436015 --- /dev/null +++ b/data/part-04037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeffaa0de81b47fc2c4eaa7404b1a64a26bbb9b8b13e9fdcfdc92abfa95bf20 +size 474153487 diff --git a/data/part-04038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a70aebdaba3a86c272ad2919ac9b73dc8509ed49 --- /dev/null +++ b/data/part-04038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcc668b4e5bcc512afcd6ebaeb7651b63de98200a54b4aa9a57258fb052f5e3 +size 426770415 diff --git a/data/part-04039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22365974cb8a420ce80391463d3f2e95f8db2d14 --- /dev/null +++ b/data/part-04039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5026caddf1af8355bcafb86a538c3a23e4a4f2e2378ea6aedc984a85f993689a +size 839278761 diff --git a/data/part-04040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2076558eac33036bac30a83c927dd9d316a89460 --- /dev/null +++ b/data/part-04040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2961c91a11c61d12d8820158a8cdc75b590b8b90d6fbf5fed9098cfed90f69f9 +size 466758573 diff --git a/data/part-04041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4423ee1d1bbbdb2c91584e71fc728dca1d8f511f --- /dev/null +++ b/data/part-04041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5facfbcd545260b74a01c77aa20c1a9ceabe56d2a48936c0167c7fc18cc0644f +size 559556071 diff --git a/data/part-04042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c470a93643da098eef7572addfd0462664e34e44 --- /dev/null +++ b/data/part-04042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e75613a0a2e45509d7fca250b7f6c6f1955f71cca6b18074ff1723b8c8908b9 +size 511070470 diff --git a/data/part-04043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99d7529664a0904492ebc5d47daf26dcf6087032 --- /dev/null +++ b/data/part-04043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c016e84487237c864a3779f425c2e0b756a47f83150e5622a2042eb9663f671 +size 486763545 diff --git a/data/part-04044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6821c10d0623e2c032da9b042238c1157232a57 --- /dev/null +++ b/data/part-04044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9964129142c8d6f796012250582151c3a935e03c94137ecf71773b096549f30b +size 424067601 diff --git a/data/part-04045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29e48c202951834e7a992aeacaec149bdd4503f1 --- /dev/null +++ b/data/part-04045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1396bcc7399badc0522eeeb2fa8e16f4c1500e7213e2d15c67008b1a8447c0 +size 471655759 diff --git a/data/part-04046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..017e49bc3a6803067d3d4ecc227c58677ae2d803 --- /dev/null +++ b/data/part-04046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af287321bc6e244458c4d776af643a578f5c2494e386d48f5679d0cf67bb53e7 +size 472189532 diff --git a/data/part-04047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..932769548d732060bc599c73aeafbbeed0762785 --- /dev/null +++ b/data/part-04047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3951fc92a1af94bc3ceb7a396766a057a621af5dde633f3e0ad5e7fd784cf8c +size 434752951 diff --git a/data/part-04048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad14380c956ef9c6ccd265c659fcd5f8dc0fe7d3 --- /dev/null +++ b/data/part-04048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9590716c8c9a1bbf4979a7fd55234ff451b046499ab011839269d1043e6a23 +size 770382602 diff --git a/data/part-04049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97b9f4d99cf04c974d0cf1562a3521fb35afd1d5 --- /dev/null +++ b/data/part-04049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a36a723896396d28fb8f09431ed4e527e6bd3b925050a46710c4711b5e976ed +size 599623723 diff --git a/data/part-04050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de7ec8635d132d908a29e2d4a51ed3dde54235eb --- /dev/null +++ b/data/part-04050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2158087aa6b41f59d3f19b8fdd570451b36c07566ecbc17324232c6221c9d77d +size 608059324 diff --git a/data/part-04051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14fd438274f64415c3b0b6b5616f62bd8e36c3c9 --- /dev/null +++ b/data/part-04051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c56d97836a4c0633c381ecda06252fc8d763c93695a0122ba99c22f330b5b4f +size 405636299 diff --git a/data/part-04052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72276c8825c45b1eb8360a72ef6fe6d559bd14a5 --- /dev/null +++ b/data/part-04052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b47c1afadfbfef51242a37dca1e16aafac16d30b1d4f30a1c84d427f19bd3b +size 450078090 diff --git a/data/part-04053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bf049b26fd1f30d49e203b4c0d2b81d8b218599 --- /dev/null +++ b/data/part-04053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea1e638b8bf1d3f83ce6b037866210f265524d5e5d143359fe0fee75b0ac0f3 +size 576713940 diff --git a/data/part-04054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56ed3c5f3ae3b6365f0e7a3c8c454d5ff58ad0e9 --- /dev/null +++ b/data/part-04054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1a678ed02f466d7615e6c77e09b664371de85c8ab5251ae9f18c340f620ebc +size 496589826 diff --git a/data/part-04055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c78bb86e4c1720af04b60579b7514e2f61fc63b1 --- /dev/null +++ b/data/part-04055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711732cdea5aa057c8b622791c84950f8a26ac1b8d429c0064a7a00d0abc6179 +size 458483209 diff --git a/data/part-04056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..208df42b3b66aaceda8e6461beb3538f2e431463 --- /dev/null +++ b/data/part-04056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c464579d262732ec76ebc7f5c5ae21a1331d7993e0af55ea787e09a81660f99b +size 873627500 diff --git a/data/part-04057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d6b1160845dc439f086280c389c93e94afc8bf3 --- /dev/null +++ b/data/part-04057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1280422065250e79981f220c46abbcbf8469635646f73c557283cc0f7d0a30 +size 493913513 diff --git a/data/part-04058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37a98ff7027b9abaca5f8e860f41fb4e25122491 --- /dev/null +++ b/data/part-04058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbe82164d50ad972c85099c17aad0586362aa4618b5089d7c4afc7c34c7ac84 +size 1599602697 diff --git a/data/part-04059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3de6647ae0d5a0a7faa9a9042228d3f59579c081 --- /dev/null +++ b/data/part-04059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab802ccd90e1aaeecb768f2e62e2417d6cd7ac98c9d5a2fd536ba825658b762d +size 816273122 diff --git a/data/part-04060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..479c5091317869d11a68ef5f3c5c3c54883efb72 --- /dev/null +++ b/data/part-04060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf62d6c02ad66aafc3770ae7e5510713420c8cc0668f8f72f1968201b4875aa +size 484911206 diff --git a/data/part-04061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d418bd46cbca0a20dea3c69c36e8d5027383627f --- /dev/null +++ b/data/part-04061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e4bb31e8098f68bd7842de96583bdbf78b6965dd3aed7ea77d107d6fcdb121 +size 432281744 diff --git a/data/part-04062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..858f46043d95edacdec56c042895d49e94bf2001 --- /dev/null +++ b/data/part-04062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8469987ec140de8a6a36957f797e9103371b86170a210cd8b113143013708414 +size 540446794 diff --git a/data/part-04063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89c9dc2dd86d981c4a1b0e56efaabdf6185ec7f2 --- /dev/null +++ b/data/part-04063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76405b0eae032f9a92abeb589f30994bb5f0c8f21a9841a9231ac274f28d29c7 +size 854465329 diff --git a/data/part-04064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb1e90ac40d393fc36c850f7aca613eebdbdbdb7 --- /dev/null +++ b/data/part-04064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2541714a54495052564fbc7db9455d7bcded862a4ccd9f8b39ed85f6a67c5281 +size 472218862 diff --git a/data/part-04065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..320ee93dc4b06f206329c954fb8e49ee9ac84a4e --- /dev/null +++ b/data/part-04065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2858c124e2005762198448839570bdc85806c802976114b52016930592ca1786 +size 460439337 diff --git a/data/part-04066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f2c15d4d3a22a6dd7cc0433f66ec36ade177b80 --- /dev/null +++ b/data/part-04066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea3711a875fc1ddeaadc2c3ff84a2a156a0177679086045070d6559f4bb6e76 +size 629506371 diff --git a/data/part-04067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..820310c0ed0d74da40244ed6f184f9ee80dbee60 --- /dev/null +++ b/data/part-04067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce14817760155857d5a165aa51e6c250d8b5c24d7c92d323f08bd94de5e0982c +size 501879838 diff --git a/data/part-04068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0da7b7e40f3b80e7a25038c3caea74c505574648 --- /dev/null +++ b/data/part-04068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803cdd8a21e0be576b5908abb620b2215bc5c68a085715afbf3ba69101eb9f55 +size 553702352 diff --git a/data/part-04069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36062191cf2144eb6ac2cb75976cdb29a6e76714 --- /dev/null +++ b/data/part-04069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ff9ca5810e2c9f3285a8b2deb05c4b1225d08aebed0dd94bdc239203d5aabb +size 634412377 diff --git a/data/part-04070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d0345a0f50a3ec5ae8bf74dc6d7ecc5d4caa47f --- /dev/null +++ b/data/part-04070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15b09030f10c2b728a43a97c24a967f6ed00b95f2ae7537c4b47bb5a76c4e17 +size 416514819 diff --git a/data/part-04071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a486a85a113dd4e959751da1d62bbaf6a99bdf6 --- /dev/null +++ b/data/part-04071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486ae1b022c01c1f235cf763659b12725998503485e88f7419a74ea96ad1cbde +size 418468506 diff --git a/data/part-04072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac55b2dba42577b5cc99df6f31ca01b83f42e89e --- /dev/null +++ b/data/part-04072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0857f611830e8aaad35c5ba55b2f19b05d9ee2d18fbdbe62970fac24c8618b +size 569014812 diff --git a/data/part-04073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..104b48f12168eccea31dade5bc2a3a3401846610 --- /dev/null +++ b/data/part-04073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d4ea53cb10cd7f9c22b646509f29231af1d59abcf5082f6a520b1dfbd0dc67 +size 485997231 diff --git a/data/part-04074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06c39cb432c838b16a4169a48f118add764dd2c9 --- /dev/null +++ b/data/part-04074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edfd7a4444faff9bb5cd1f969fa437a25560bfddde98984aaf841a6b63dac1d +size 532714057 diff --git a/data/part-04075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1b44d4f6e2cf573ee18eef7b4436950023f6ca9 --- /dev/null +++ b/data/part-04075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75c1c9024645b2518ebc69625c237939521f282f1416fd0f9dbbc063915c1ca +size 551496278 diff --git a/data/part-04076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdc593dbb870d23d82fa1b7b28122c58a3aa1cd9 --- /dev/null +++ b/data/part-04076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2149ede657344caff44030f4ade874fbfad8520c981a0ef894df22268adbca0 +size 469675754 diff --git a/data/part-04077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee8ebce905e83cf4ffe4ece5e9a3a60150002554 --- /dev/null +++ b/data/part-04077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e7bfb6208654c9ec2987337f34c38781e1ff468b0172fa2d28f13993a41eaf +size 731136967 diff --git a/data/part-04078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2fe0c007959a8afb9d096a9c96b67204637da8b --- /dev/null +++ b/data/part-04078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad617a40b7e434f1438a62c10497f04b01da3ae4be1e20e9c3bf1bfecdf5f1a1 +size 495513930 diff --git a/data/part-04079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11dec8c99cd77d8ea4074fb1de5c818f0f295ad6 --- /dev/null +++ b/data/part-04079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22639c71b513f276e421c376d14d8123d1a80850bcc0f2301590c7c2ce624f3 +size 562425625 diff --git a/data/part-04080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aba5e4e430e676df28c5d44d01b076f55dbc5a11 --- /dev/null +++ b/data/part-04080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0043beb92386bed3d617a5dd80450c80fc6c5efb65748bb9ad41991eef15ead4 +size 680927668 diff --git a/data/part-04081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2e80b260e96dbbde7275454a3bf1577081f7d2a --- /dev/null +++ b/data/part-04081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645ca7e4f79d4fd1d8c703e114955a82327ff6b3fdc1064162a9555de3700291 +size 434389042 diff --git a/data/part-04082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97692735a4e51be3f2ed9001cbea36dbdc442e99 --- /dev/null +++ b/data/part-04082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5ad8f192f0fb1edb5173a96ec391bcba1c08b9138e662ade4c9ad1d36487c2 +size 485916388 diff --git a/data/part-04083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f38a63ff134dcbd95c490120e2a9d1b4b5b1ea7 --- /dev/null +++ b/data/part-04083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4813e16de38bb7c946c6aa1f8bd724934b4705b2ad4cc8d1d89ac967ed87115a +size 644331454 diff --git a/data/part-04084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24d03cb1328e2c795a340282eb6c38be1021d4a7 --- /dev/null +++ b/data/part-04084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c1cc1a62c373c34595ef91f065be8da15baa61a3c5ff0bd3dc0248ff85257d +size 445604312 diff --git a/data/part-04085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65b79174624749de88f807f8105283157907df48 --- /dev/null +++ b/data/part-04085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afc1a831aeed4dae5d458b59b39ff38e0ee24107b148852e3e8a9d6e670cb1b +size 459698598 diff --git a/data/part-04086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b75a0e7a0d4be67949e9b1b88e7ef8d6b40358a5 --- /dev/null +++ b/data/part-04086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29bd2a5a87aa26363762aadb779b1e2a925bf9351f0c46c92c7f7ec95e2baed +size 488076567 diff --git a/data/part-04087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed9a141ff011ed88183d59eeac89095333526107 --- /dev/null +++ b/data/part-04087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356234a871fe50935e572535492c7c6fd0c62a71170bb73afcc973e958977b39 +size 605760848 diff --git a/data/part-04088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24abe7ebb58544f672321e124c11ed80785b71fd --- /dev/null +++ b/data/part-04088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc938d9f4e2087fd15fa54a7d52bc3493f691caa5a56486b1e665d36d0b09e6 +size 499276983 diff --git a/data/part-04089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8af27b3c01ba50f659d036d9e1d14da3c1fccdb8 --- /dev/null +++ b/data/part-04089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f5d3127c7be9c96c784f9c154d250c5d88d8dce39993f98d79b0c37b472137 +size 398112616 diff --git a/data/part-04090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b018b3cfa2dc3c55f149c7b87e05e3812e341cf --- /dev/null +++ b/data/part-04090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47451bbd8486642b6386071f7afcebf3746768ddf4e9635c8caf2ade7ea924d +size 491034754 diff --git a/data/part-04091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b4a139683d98d189971038eb7ec667f28353b3d --- /dev/null +++ b/data/part-04091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa5877160d2b1a90c8ac5f0b240f992c71a853494f569976dbd3254d8f05eec +size 472473823 diff --git a/data/part-04092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf04fc3ede098c3d113993af8ab01cfcd926ed21 --- /dev/null +++ b/data/part-04092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9def87cec710bf3fddf21d631bba0cb52dd0edf2f7a0ef19cca9d6c636e91d9 +size 524372533 diff --git a/data/part-04093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07ea3e941f2a3e4b06a761f87a0d2e490a7f3df9 --- /dev/null +++ b/data/part-04093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8853c3faecc4391aaa59a3e12e92bf466ae9fdf3bdf92b8698018292c6d4d268 +size 412252031 diff --git a/data/part-04094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4421f1177bde25a999932689125cca99fcc3bb9 --- /dev/null +++ b/data/part-04094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5564d03ef25adba44fbb21d4aec777bcb47e1ae4367d57e41d0970d104a606c +size 776117329 diff --git a/data/part-04095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17329dddb6acc0bec4d8866fe028a73e6ef4765a --- /dev/null +++ b/data/part-04095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193d07dfbca3644277b0386d2bf3c525edf9da8e5fcbc921c2a03bc94597c8b1 +size 458956944 diff --git a/data/part-04096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5575f64275fd5988257d80f8988c8841c6749d7 --- /dev/null +++ b/data/part-04096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb676eaf0344a133069c0711036cd9ad84704c2d5efb4e88005136e949d0daf +size 444071310 diff --git a/data/part-04097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2284027cee962c5b1e24eb75b3d36a0799cb1ade --- /dev/null +++ b/data/part-04097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9bb592f4b54c4a25cc758355d4e769c6c6d2885d9f070ed6f1a8a0e7b87fdc +size 592107114 diff --git a/data/part-04098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c9ffef011f918429cd81b9a3c310432444f32bf --- /dev/null +++ b/data/part-04098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043f5ca7c0dddf4687329809ba24c6161d17d023b115e15a4c18c6421e0d12ee +size 407697296 diff --git a/data/part-04099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6e0d2a59bc8591d8a4c41604bd0f79790002ac3 --- /dev/null +++ b/data/part-04099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f78046e21d2153e6766a18d78e268e7d2207715dfae23a2e7ba0851f39685e6 +size 780027514 diff --git a/data/part-04100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..755c676df13a0ed326ba1bc75075f71dadde37d6 --- /dev/null +++ b/data/part-04100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dc33c7dd0b6ae44336baa985157eb70bd8f67ff7895334cc11f9cf3acb712e +size 599699355 diff --git a/data/part-04101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b3c2fcad11bfaefa6dd69e5433b0ee0c95cfc48 --- /dev/null +++ b/data/part-04101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e51170de38c6de6560f4607725a77ff22eb358e6b8f05b3fbad16d56946c46 +size 466367195 diff --git a/data/part-04102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8821489b88377b03d1a386e46cf3de6d02d8499d --- /dev/null +++ b/data/part-04102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c8cf1b07a7bc1f07dbb101178f2484f6894fd5a5cb56dee5eeb2a371ab627f +size 562337038 diff --git a/data/part-04103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d851e99db98e20d7adccf8685c9f539eeabc731 --- /dev/null +++ b/data/part-04103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2540658c804ace450c7f72a5e5405cbf0d751315aa9634bd0137e80dd148da1d +size 540361501 diff --git a/data/part-04104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d859d2b0856c86c4bf89f31493b24ed09c9147bd --- /dev/null +++ b/data/part-04104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865db37a11328fe812768f2649dfb84e60cd530463a28531049051ce9c074c14 +size 520158384 diff --git a/data/part-04105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e65686bbbd0aa9f984157fc3c7e8f1568a87e93d --- /dev/null +++ b/data/part-04105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058c127d879e06633bf43e807907fccf433a0b967688fec84f5e88b1ac30a839 +size 531950313 diff --git a/data/part-04106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3da4448664c9f4c0d7042b1ba8e1c67eb72a044 --- /dev/null +++ b/data/part-04106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10541bd7d913282e23fd3a53f14893d2f2032c9c846f273822d269178fda59c +size 818005206 diff --git a/data/part-04107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39e138dc07ce94ce5bce27721aa4e55b7dd5e6e9 --- /dev/null +++ b/data/part-04107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e511200ba566199e22a23b43c83f4ae92df583ba63c63baf68495bde717bafd +size 961834600 diff --git a/data/part-04108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4334ad6e181ab99ea582240c7373fd4c70ee550a --- /dev/null +++ b/data/part-04108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d356279174b02eca764d93a4f7730e260db02e4f23472479ff36509f8201f7c3 +size 646533977 diff --git a/data/part-04109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cba0781ff0899b655e743411672e677431ae7bfa --- /dev/null +++ b/data/part-04109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037529ad11ec45f74f25196590f4e56b1bfe30876addd82e43c1b019c3e977d3 +size 730631182 diff --git a/data/part-04110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf2e6cc8d54fceab0ff0c1c78f2b26416babfe15 --- /dev/null +++ b/data/part-04110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a42aebf2627678c275f432ae00704a8ff1137efa3605c419a1551bfc7dae86 +size 576454869 diff --git a/data/part-04111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffaba36179994674ee6755f128f278283b64e986 --- /dev/null +++ b/data/part-04111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869ae649e65a3a70ff3fe1b4149b1fe52b98e3373dd3b868afd40c9f4e7a77c1 +size 429224483 diff --git a/data/part-04112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1647184768444f907bccbe431b2e6b505ee3081b --- /dev/null +++ b/data/part-04112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b511bf1d4914a2438a089038db5e619bba1a41a7c49d5cbde6e7b61dad804c2f +size 471527910 diff --git a/data/part-04113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..455a890748c844c5b46d66e4d41bf50871fccf51 --- /dev/null +++ b/data/part-04113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138b3d3aa7e283067c6f33a94ce4d606fb507d2d0a51d0d395410c5e215a2bba +size 514569898 diff --git a/data/part-04114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..026d869db171629269b3ef05a16f1057c5976525 --- /dev/null +++ b/data/part-04114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb01cfb3ad104e23902216f978f886624d8dfee79b19c01e425eccdeecca8fd +size 621268033 diff --git a/data/part-04115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ae15e3a549ecf1e5fe33c95a106ede813e23957 --- /dev/null +++ b/data/part-04115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590aa9a72e4636cff2b9d3e936412283c103fc77993e645cd20ae31209f51ada +size 432017421 diff --git a/data/part-04116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1084589a339e889773c2eacf6bab79e875d24a3e --- /dev/null +++ b/data/part-04116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f5e8a1a0e5727059cf12d121b2f0e3a914ddfd76dbd79fd60f95355afdf3c2 +size 385581909 diff --git a/data/part-04117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5958dfb31e1ce24e404bc3a28c178cb93293378e --- /dev/null +++ b/data/part-04117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adeb22d83b5e3b540e9e5b1a1cd68febd77dc8339f3eb995cf2a482e56ffc8fa +size 420757291 diff --git a/data/part-04118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fe8960c71c9b8cbe4d2aa38e3ee9f9417ca059a --- /dev/null +++ b/data/part-04118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c325d665b800dd778920f68e057b679c26a5fa6d170aa8d7d72f439c9e06b224 +size 1294132439 diff --git a/data/part-04119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83dc5e3ed5fd028c84d36206098d9a247da981c2 --- /dev/null +++ b/data/part-04119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f42fd33eb4ecb7b95ed63da2654f8dd5fc1b8238264020561af313a1d06eed +size 704107743 diff --git a/data/part-04120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..652759b9f770517a4ec4b69c9a78374b4b176f57 --- /dev/null +++ b/data/part-04120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae69ae80379850e7c5f0ceb812be894ed1d54ebca9f636646e9aa463d50ea59a +size 439259513 diff --git a/data/part-04121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d1e2e6b7a911dad5f788d1af55a2fa6372a1b00 --- /dev/null +++ b/data/part-04121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5725c694a3ee6f2b19fc91d5e56253fa1da072996fd62a35725ef88fa1faa788 +size 680807021 diff --git a/data/part-04122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9909b42b4e449c1104c9e3ff9124a45e7a5ac8e --- /dev/null +++ b/data/part-04122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2ccfa615151d2d29ac2e8d6777a9ea96e4a26bff5e05dcbf8cf1286c3877b3 +size 1258536707 diff --git a/data/part-04123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15f824ce977b30d416e58b3a8e19c98f9efa9482 --- /dev/null +++ b/data/part-04123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9751a743ac87ab2fc98af07c659bdf4bb27a15df7bc767c185911970f17c65e +size 560011818 diff --git a/data/part-04124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..562437d0ebcee50414df986957ddf102c37ed94d --- /dev/null +++ b/data/part-04124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37171059dd68cc9e6627297f377b37621e882fe3f84d9a4df256c2527c0907d2 +size 588101729 diff --git a/data/part-04125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3980bd982c4311c9dc2de4cb597255eeac44a010 --- /dev/null +++ b/data/part-04125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7ae09afdd84331bdd6312269cf8012fb8cb0bcfd6e3d7ac4cc78c3cd62d5d7 +size 718770104 diff --git a/data/part-04126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..895530a9bdc221e7b17bd2db02c17bb4be9002b0 --- /dev/null +++ b/data/part-04126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ea935c0787cad67743ae5aa907686995d52f04314fa0ee536830018b64afc1 +size 567046731 diff --git a/data/part-04127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9ce4baa990c9419fc2ff702f7cc5e6a5c960787 --- /dev/null +++ b/data/part-04127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eec034273bcb58f90e03fcca73817a96951e711c979048123c87f45cb452493 +size 515194012 diff --git a/data/part-04128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a5314ab325696e524fe17ceacc066d62e230d2a --- /dev/null +++ b/data/part-04128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b83809386485d4734a96484c12800b7007f6857e76f89e04f45c1daa1eefbd6 +size 572967963 diff --git a/data/part-04129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbfc65617738cfa0ac494884ac1942c477ec37e5 --- /dev/null +++ b/data/part-04129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f82e80c9139103a2795636ba4deef9ec011cb62b23e26c7d55580d1f9aa8989 +size 401997163 diff --git a/data/part-04130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01a5758d3c57b7a7e960c0e082fe57c3cefa1d89 --- /dev/null +++ b/data/part-04130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e9d498a36266eba5bbafdc50e7de9f43a8054736e3de0a5f010881c78ff34b +size 861555032 diff --git a/data/part-04131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4cc009c3999f30d9d509c6bbe33183fec7f536d --- /dev/null +++ b/data/part-04131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8bf3b227d54551a3a95bf9ad5a6ee206698308c082ccabaa8c27ea8953124a +size 351961551 diff --git a/data/part-04132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf5496d2ba5547f3853a1b720eca5f7ffd418804 --- /dev/null +++ b/data/part-04132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eae4fb19dd5ead807c9f85b6c87d62d3a2b50e181609e5752dc69fd3ddf29c1 +size 721011830 diff --git a/data/part-04133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e61a5cdd0a53f6506ea536b454d73259a9978620 --- /dev/null +++ b/data/part-04133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3951c0f7fe8e1302b058dd8c5c6bfc28e7a92af33fd7537f954f4c18b8e6c23 +size 556007900 diff --git a/data/part-04134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d36a0a7c2eb6867e5305ac092ba0c737661da510 --- /dev/null +++ b/data/part-04134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa855a3d5c3634930d106e4fc1cfe0cdf7b3f75c9d818b4f0ac9ed49e9da1ce +size 452375168 diff --git a/data/part-04135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfea28cead6f644ba0e2a660152f4951032fbd0f --- /dev/null +++ b/data/part-04135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d05548008d3edfab6d5ce7bbc78704a7572306ed1d4211ee100ba789617adc +size 498892846 diff --git a/data/part-04136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c988e5c1003d348e1157522a1a684e7d77b485be --- /dev/null +++ b/data/part-04136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c47f3d92ba639a8ee14bfd1dff08bfafa944ee41ffc6c9a8cd167a486ae504 +size 424430828 diff --git a/data/part-04137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e2bce7c27c5d0754eff6b0808cfe17f81afe2f3 --- /dev/null +++ b/data/part-04137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07a026f6205d1f427a54319aed90d26156b092a0744acdedfcc5f3d41f7ef60 +size 459190567 diff --git a/data/part-04138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eac70f60605ac5c76f2b16c0cea10710457f4619 --- /dev/null +++ b/data/part-04138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b328d7ffe6584832cccef886aed65f186cad58e1c81e1772c9edb7884c0120f0 +size 779097555 diff --git a/data/part-04139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebfcef5ca23bb1640bc422ff5b5db7bb4dd5512e --- /dev/null +++ b/data/part-04139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6992e84bbaabe5f51441259c4da8faffcae79b84d0cbb8349b265a989db67e +size 612132058 diff --git a/data/part-04140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8466e629cb7cd15c298964c9239fc96d13b0bcea --- /dev/null +++ b/data/part-04140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacf12e6af79ba5346a9c4c347c4cd76c6fbf05255f484e348a7ecc77e6510c6 +size 579698204 diff --git a/data/part-04141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55d09f0bbbf9afbafe745c827e63727349e8afca --- /dev/null +++ b/data/part-04141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8db888e5f9ada7bc51a8bb87dafa39b9249fdc4beb0de84d1986bdb28c01c +size 1364023978 diff --git a/data/part-04142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e68229d081434ec6d4559adb82a81e146c0dc4eb --- /dev/null +++ b/data/part-04142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f47801f6972afc4f5332a8b9749938990abb0af1b6687fe462c1b213f63f74 +size 565362889 diff --git a/data/part-04143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e48a8f8bdc4975fd49c86cbf12a2b82ce8e467c --- /dev/null +++ b/data/part-04143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b10fa4a6e6eb6786aa399219b9e225ab8abb23f6de2a6336df5b8d598f07c19 +size 515912137 diff --git a/data/part-04144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaf7037c58328a390b94049336d42c0d31e7d356 --- /dev/null +++ b/data/part-04144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265693070d90810ddef28faa0a465ce00a1371081a02cbba940104c443c1c1e8 +size 462073647 diff --git a/data/part-04145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89f5d22e5644ff845eefd6978e26dcc40ed1660c --- /dev/null +++ b/data/part-04145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f490c520e65365aecedbc865817affa7d0664c35a16f96f9316c4438fae815 +size 494156679 diff --git a/data/part-04146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..583ba82d31e68d07c4f2d96b8debaf220ff3c2ab --- /dev/null +++ b/data/part-04146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c95afb2055600496339d0fabd48429fe6483d66b7fce07c84964641f6cdb2fe +size 616750040 diff --git a/data/part-04147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c2de466bde9f7ca6d487eb0c2d37e67a4f8fa32 --- /dev/null +++ b/data/part-04147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3122db681f436fa86e641e5df70253ba5b322cdd46b12399fa66a20f4d612 +size 671726585 diff --git a/data/part-04148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9464c8530dff8bdf751e0200fc63e512edfae6ff --- /dev/null +++ b/data/part-04148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb59c9648ad680bd63ee574a64d6e05bd0c8fe8c7399675efbbaae52b4e5d38 +size 607499873 diff --git a/data/part-04149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efcdf15aa83798c0a7c2ae43d77aee35aae8cf9c --- /dev/null +++ b/data/part-04149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f135b613d22f561bb66e00d7ed0bf5d0d0b802e67599874625b6dc3c6fc2de6 +size 452524685 diff --git a/data/part-04150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fa9b246a40c86631b027e2a30334c1ac54e6b5f --- /dev/null +++ b/data/part-04150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26621f447a385b11b97c47656da97abbdf8f7469f369e63a6613c2a6e2966b22 +size 830177003 diff --git a/data/part-04151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e90c13d15dcb9233607c75f2e9e7b3be3f35d9f7 --- /dev/null +++ b/data/part-04151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072b625a0f5c3bae88253cd060f305a315177114dffed64b929954a2656df98a +size 436781185 diff --git a/data/part-04152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10de28ad9a99d662bc969812ca39d145e771efc8 --- /dev/null +++ b/data/part-04152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fe63746f6c8f02798fcf516dabc9e543a7f0ed545321590b93419933221121 +size 556308136 diff --git a/data/part-04153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4cecc0785ce27edc5eb6f39a20e6d6f1ad6bba9 --- /dev/null +++ b/data/part-04153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dd2db4e214d04719b838ae1d82c74caf2d65bbd5f79cef53075e65c79cdf73 +size 458371299 diff --git a/data/part-04154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30f0d9a02d2a5e0fbbb592b17a2b5b3994990620 --- /dev/null +++ b/data/part-04154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078ad0ae37713703a737099160b2aceacf60b68926217dee85f31f4547583bac +size 669838909 diff --git a/data/part-04155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..348498b4f80e81551183982f8e6b198711399cd6 --- /dev/null +++ b/data/part-04155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1ea3dd36c351e761312c41a19051045b0578e6066492fd96267d9d51b79939 +size 589820681 diff --git a/data/part-04156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a306d07c2db6670cc918e9b9bd17b8cfef5e535a --- /dev/null +++ b/data/part-04156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd006a53d493e9fdd7ca8983b3a1e3f91092659e3b88f1e1a8e172c45164de93 +size 789291546 diff --git a/data/part-04157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..950737bb6266f179b27e44934b1fb73e1ee327cc --- /dev/null +++ b/data/part-04157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad00911efb5765171b21fccd836c329c0f1e7427b2e13bbb152ec3c9b22e238f +size 718304849 diff --git a/data/part-04158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff0c528e78ce4448294590c6afae122e2f996c00 --- /dev/null +++ b/data/part-04158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49412445e5db4f3e41a688f3da9a0c1b6fd73d4e69df34406fb16b0e5c51d27 +size 693447044 diff --git a/data/part-04159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..358c04674f73af8b902a59a4073c42e238e057a4 --- /dev/null +++ b/data/part-04159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f595b9cfbe10d4bbfcb7ed80941b18a9c6dbf9d3ee201ec456d4dcab338cf40b +size 481222813 diff --git a/data/part-04160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b55a03e9a30d7ed3f9f3e5e8f2e26741a7ee5e61 --- /dev/null +++ b/data/part-04160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4990d1665c5884de83dcb067c09bb8c7757b0c5596e71e1276d1295d6f27ac78 +size 448112163 diff --git a/data/part-04161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42d26c2ef30533142219f1d08b8b310548821710 --- /dev/null +++ b/data/part-04161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339bbfcaeac91765421258a79459c4ce84db7ca8536febed562bb09aaf59355b +size 734201269 diff --git a/data/part-04162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8924b1f5a9e018558fb38ab9917564d0cef2925 --- /dev/null +++ b/data/part-04162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d9577075233ec07c4c2b293d7cb9c3456ce56a2d5e1c05e9c20b954b59ad7d +size 327343467 diff --git a/data/part-04163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..749654813fbc1fe3ea285f6b55df8ec44ea1a9fb --- /dev/null +++ b/data/part-04163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c1116655512592f3d00fac3927a98241ed8fb97ca0455e49fa2d7fb06c6b50 +size 565990821 diff --git a/data/part-04164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1799e3258194ededa9671769100830dc598025a1 --- /dev/null +++ b/data/part-04164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b7ed2f8a5496bc6dd25df10cc48ac2de8f632e9b0c9c46c226a2ea3071c57f +size 624075975 diff --git a/data/part-04165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fb6d5f83189df9881facfcc07c94f22d4375392 --- /dev/null +++ b/data/part-04165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a201fa56cbc098a396621b34acb0085435e650a439318e730e3cd7c66541fa1 +size 585324886 diff --git a/data/part-04166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..922894bdfc9afceab856e19d9c05c2f258995d13 --- /dev/null +++ b/data/part-04166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbb19e3834ca9e54bacc4d95f59a0a05ea5e41fe79d550f57b54d535044ed20 +size 523135224 diff --git a/data/part-04167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c82b7022e6c1f5b3e8ee19a62e186475fbb9f87 --- /dev/null +++ b/data/part-04167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b273dae8b0d2f4f3e0ebea4b6badff135ca0bffab52b12f33843fdb94fd3798f +size 758333222 diff --git a/data/part-04168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d9083fde191bb4eb22bdb8f0b5da3d0f2de3976 --- /dev/null +++ b/data/part-04168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b5a2b66e55acaaf2b5118b7523b13b43a48c2857855f860bf713c4f936b30e +size 668589474 diff --git a/data/part-04169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..844cb196f1fe0cb597227952dd91bc162773f719 --- /dev/null +++ b/data/part-04169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deeeb05cb2659996948a121e7cbba53b727ed51e0f507213b2e8bf324c33752 +size 505144821 diff --git a/data/part-04170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3180cb00ead0c9af135f461a5b71d2bcb4237b5d --- /dev/null +++ b/data/part-04170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e345bf980e484fcf583ae9b941d525486e55f7c240ceb97394c0c78e5dc9977 +size 652702530 diff --git a/data/part-04171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17ec1ff8c6a3cd5a3706b802b6467e4ab8e198d7 --- /dev/null +++ b/data/part-04171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e0c8b9f33f6cd5d2a7d7e4688482eb37122b4ad1799a433da5bf7f13d29819 +size 525153577 diff --git a/data/part-04172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..513d0b606011e3f3edaf152fda5204ee22dd3d64 --- /dev/null +++ b/data/part-04172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c77759e89111041246d8dc1e893b94fb3e30c26267143ba2b7f8d15ca3dac3 +size 553200000 diff --git a/data/part-04173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6268574c237f39c474ffd2635cff33b1bc7e2f77 --- /dev/null +++ b/data/part-04173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07318589f4d1d72eb420624286bff406e4fa55a8b263d95c73f2cc2c0d1fe627 +size 406312738 diff --git a/data/part-04174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b011725b641bec060281aec73271d9b633ca260a --- /dev/null +++ b/data/part-04174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a55833a013c3f6e1921dc641b2774105ae1c0a0a80db8fda19e10c3f0487dc3 +size 655964860 diff --git a/data/part-04175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13c052f02470037fb0d5509b088ff7c105aa8fac --- /dev/null +++ b/data/part-04175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeed1a253fcc69bf953a5b57cba5bca13173bdf1992b626821592824f82be9e8 +size 595947419 diff --git a/data/part-04176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7189c4f38102dfa08772e25414e40c80c290deb --- /dev/null +++ b/data/part-04176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f69d668a7906f9dcf0752d6b5376ef224ff28fcb92b526d1a14d3793fbd2225 +size 508764652 diff --git a/data/part-04177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d66e6a2c5d86757d46a0366fe4448f92b84a0aa7 --- /dev/null +++ b/data/part-04177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2648bf574ef4ffbc768a7fc24f95c917b0813ce2f7681e83dbbc75f487f700a2 +size 494375916 diff --git a/data/part-04178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25745f3d314f1c1d18a19904c947bfce142dca1a --- /dev/null +++ b/data/part-04178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea3d0ac9fba4340ce205e685c2c2d10b534e6c9fe61db87452ee2078623cd5c +size 404679345 diff --git a/data/part-04179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88049f49cd7b55d97e0bce8c0aaeddea761ebc39 --- /dev/null +++ b/data/part-04179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9870dda5114e813d60eb10f845eec30771d6146cf28468509b503dcb75f0b9 +size 625630554 diff --git a/data/part-04180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67f924de66cc52c95a6c2dfe86882faa512ccbba --- /dev/null +++ b/data/part-04180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62118ad2f39163801a20ac461279545052a2e598260908026cb6a53a2a4594cd +size 622120021 diff --git a/data/part-04181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edfbf657655b6f3ccac3f3b70d679043fe592c06 --- /dev/null +++ b/data/part-04181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfda87334385faa44e2b6deb4bf859d1029c61ad0258004e2b0a14c935569018 +size 403434590 diff --git a/data/part-04182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ca751ebf9a90b8afbef67f7dd0ded782dfe7cfe --- /dev/null +++ b/data/part-04182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd12ea0fa6d20ad23a6ea2956c056f72dd431b75d044e721bd3c5d719b08f80 +size 845707459 diff --git a/data/part-04183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33115ded5ef3c9dd45c55ccc05b4ac401b953234 --- /dev/null +++ b/data/part-04183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b927af620313bec498a209475a62228c3bc988ce7e48adf07fe38f5185ebf6 +size 407828064 diff --git a/data/part-04184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3b6507cc72b2450938e5081d2e5bad8531c9bdd --- /dev/null +++ b/data/part-04184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2454cd9f230da2b22bbae07ce440bcd92004814f9ca93dab28acf12fb3733ac8 +size 404417545 diff --git a/data/part-04185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfb79a576559d01bf28627f7c9a57e1a1c3b60f0 --- /dev/null +++ b/data/part-04185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff22666e0c0639084b9fe4ca02b409768efbaef3567707e6ac78eb3f9cae963d +size 398952397 diff --git a/data/part-04186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb4ab7b21e6645798eeb00a501d0369dcca34172 --- /dev/null +++ b/data/part-04186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618d5ddbac973adcb7a06038a19b5dd19a7b3b4d1df600244f26599d6d35cd07 +size 438365604 diff --git a/data/part-04187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..130dc3755ecf99c21308de281b4c26656236e007 --- /dev/null +++ b/data/part-04187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bcd8565ffc9a69c1c328b05e221f4b2636a9680363be9bd2fba42cf658bf28 +size 404613724 diff --git a/data/part-04188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5af258c6b2950da94cc4e45dd0b3e6eaeec14287 --- /dev/null +++ b/data/part-04188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b5ada07977cfc51dd811d49b339cee5fc0d53b6d20ee631551f501dfc30a2e +size 632656543 diff --git a/data/part-04189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e0bc296d25eec45efe2a7d596c96e79ef0d8f90 --- /dev/null +++ b/data/part-04189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94b499f8f2c1436ebc2997191550ca5970ce3d7d4cd297f4deda2f2e93e7480 +size 713267166 diff --git a/data/part-04190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f833f69eddb16b560d04f6530b3de1af12fceede --- /dev/null +++ b/data/part-04190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef6cfb60459072af257d78e860d17b3c3f63a5b5d31dbd6c0b6b754215b7fa2 +size 493219299 diff --git a/data/part-04191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa8e7c92b9f07d8fd77090022ead77c1fa648c1a --- /dev/null +++ b/data/part-04191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5089a64dd14221ecb9ba9f356201c5bf7f3b2d864063f4f8cb575efe924cf9 +size 705823715 diff --git a/data/part-04192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd5981db6e0406c85ebe30ce021a03844266a381 --- /dev/null +++ b/data/part-04192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1521e5c2c991bcbff778030971e508e090bdb8225d4d5c1d10cabaacba757d6 +size 715473375 diff --git a/data/part-04193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9701bb62fb5663a5223b2c938de31cc0d3ca575 --- /dev/null +++ b/data/part-04193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f013a16d14040a714ae6aff947afd2934a3880beebaa84b44ce6d59867f2595f +size 505617028 diff --git a/data/part-04194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26c59751f3179b6797697565f467ef864ff7ed36 --- /dev/null +++ b/data/part-04194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716db594affe0247182a930178c331d7b6154f05fa3ecf12047d3eb36cd5318c +size 530766266 diff --git a/data/part-04195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e3da6cc571be45ee474018c46e8d092aae65b5f --- /dev/null +++ b/data/part-04195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2ff1b0b0413ce0e2fe494bdd6a65d1c9394be183f02fd182d91f30540a4e6b +size 428645562 diff --git a/data/part-04196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0816cb678b1da39c5b9d3cd71bf2793399a3e2bf --- /dev/null +++ b/data/part-04196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9feb7232be278a15719e401d22d0ac6e366a81a04d19d779b8ea5b10a58a912 +size 533483018 diff --git a/data/part-04197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76a5bdf26ad3b208238c8d88bbd18d3025643827 --- /dev/null +++ b/data/part-04197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ade543068a263492f362f6cc442dee51531714b7c00bba0a9f3977ce6f1e37 +size 1034503725 diff --git a/data/part-04198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..455edafa8bfcd1450b8e16e6e345b258fed3fb0c --- /dev/null +++ b/data/part-04198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5860d21cb520ae9dca0b9eaa7264d7c5179fb6c65f895e589635abeb44c7d2f5 +size 456174693 diff --git a/data/part-04199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..647ac75aa7f2ebc489a99f80ed4ac51ee875abb1 --- /dev/null +++ b/data/part-04199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333df81e32fd69858bb1b6604cdc60cea66a70e30feeb0a6565644af9e9df1c8 +size 930781203 diff --git a/data/part-04200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2575363909ddee920df8b7dba41f2fdbb8209d93 --- /dev/null +++ b/data/part-04200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea58d715f3eddb4050df26d0030dbf46bfd4baf0bfd859cb242dd73dcd5fc6f +size 477029482 diff --git a/data/part-04201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79f98c4b94b1f1ca90534f1d074df0a7db3a567f --- /dev/null +++ b/data/part-04201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c861881de234780c42d9aea11d974604e3ef046ad7676654b614eb53197643ef +size 610624425 diff --git a/data/part-04202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7e7973016bb7660a9f4c8296ccdf8f8afa6cc46 --- /dev/null +++ b/data/part-04202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef736f27221c5b1ddd993b8d2e2ed0d27dafde2af65d23eca1bc1f49df0c156b +size 675933948 diff --git a/data/part-04203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80707379c06efd9331fbca6f4061eb883269cb86 --- /dev/null +++ b/data/part-04203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8e583961aed57f299af72922e63deb14630782e0ba04e43d4d4296a0d1bb08 +size 439009919 diff --git a/data/part-04204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..946ad6dab72ef8ec45122b7c0a72f6802bc80c72 --- /dev/null +++ b/data/part-04204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9718cacdb55d620b95339188fc1155d34edaa6fce217272d17f91de714afa8c +size 602008532 diff --git a/data/part-04205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ea9bef55c7222f4f09e5dfb3b8a931e9b0e2635 --- /dev/null +++ b/data/part-04205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d312d4db9aebc92bb8e924c51bb46fba795cc7a4cb7b437a46b55de0d222d1f0 +size 364164580 diff --git a/data/part-04206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00dd68b4855bd1b9efdab0396d8f195607c7f121 --- /dev/null +++ b/data/part-04206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfef9162f292ee25f7419bbe6c3c647391d7c29a29fb24fbc33c4807f342c50 +size 518172109 diff --git a/data/part-04207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cdf7753867f140ed2a52a4b1d12adf3d9e6cfb2 --- /dev/null +++ b/data/part-04207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b93c2be4a1d06cb11d8ce6b6d4a1f50b32e69139cd106bd7bc2577e892543f0 +size 984153534 diff --git a/data/part-04208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11fb3cde4ec4685c126a68bc203749c8f9559fc9 --- /dev/null +++ b/data/part-04208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26081d991a209dc16c9fb13de2b857ea8cb3b39260a9afac78acf95214b84fd6 +size 522617159 diff --git a/data/part-04209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a92aec4504b29aec4c8c2018fd345eee23bf70d --- /dev/null +++ b/data/part-04209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb809798a1a43ed33619e1709e8cac8ced036e3605f179a26fffa9c045736a94 +size 510086141 diff --git a/data/part-04210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd4763bd5c1b124329f7b8f57c3363635fd1586e --- /dev/null +++ b/data/part-04210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abcf4b0a60c957a21837e7a6471892325711f796348b0adf4dd1ecaa7b28ceb +size 584703513 diff --git a/data/part-04211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..419eeff9347c500d7083d9d8473f2195b2cb8e2f --- /dev/null +++ b/data/part-04211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00d7bfd7b42da677a9a3ad7b0701a06a61195b2596a5c6e4d825b321543746f +size 404125617 diff --git a/data/part-04212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0749bb24af9f9e6f89344c2f23f4b680a30a132c --- /dev/null +++ b/data/part-04212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de840c2b48d7684a1a869380609d98e7652c5b2fb3cf10d8764024b5cfc8846c +size 358665890 diff --git a/data/part-04213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f49854829876a8c85b1dfda5027bb2b74dc45787 --- /dev/null +++ b/data/part-04213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4328ba53269b120fc202f62e49ee154d4f023dc26aee2e30e9000858f25134 +size 591005091 diff --git a/data/part-04214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8a856ea70effef7f240cfdcf00c470720dcf9ed --- /dev/null +++ b/data/part-04214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc60cfa4187875b456b4f94c17c9e6082ff2cf3e721ff2c0387e02cd2fd89aba +size 748558797 diff --git a/data/part-04215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dcd74b4ec6a41e8bb1dabf4c755ee377dd68457 --- /dev/null +++ b/data/part-04215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f55185baea407dd1f78ad71943eccb1072cb562113692a97547c2ba77005e0 +size 571335306 diff --git a/data/part-04216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3b5c968c0421903dfc0ee7cfb154ca4d9457d66 --- /dev/null +++ b/data/part-04216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b54c2553e4dec396e528585568a90f1ed570c6caec11d1d69016cd0c1a43188 +size 693227779 diff --git a/data/part-04217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..344ff69fcc3fbd430c50595613ab4b26bec8728a --- /dev/null +++ b/data/part-04217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba928d0d115f7c6e7949216227a3d14333dec229b397cbbcbae5a2209bbf609 +size 514868000 diff --git a/data/part-04218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df9aa0d78c64158c78276c13190fe9947fa083db --- /dev/null +++ b/data/part-04218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d678d892a6abe0e4f43386bddfd54c0ab10d9f26a7d0fde7fb69f0aa67b3a72d +size 352804552 diff --git a/data/part-04219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bad942a2edcefe25f4fa938b2ba0d95881e965c2 --- /dev/null +++ b/data/part-04219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775ccbd2521ee07854c149b2e66fd6a6d1d9be2a7d51afc2ce2a830e37e1c31 +size 449564068 diff --git a/data/part-04220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16b6617f58898fa8e1c53ac7172ebeaedd86c006 --- /dev/null +++ b/data/part-04220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c87657dc27ed0a0c79567d2811d8be7f98709b65315fbd4d417d29c31fbf20 +size 564427677 diff --git a/data/part-04221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e78092f7f30dfde9fdd005075bfacdd0cf84fc --- /dev/null +++ b/data/part-04221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e365940b02bcd423025a99664350b6adfd5e69213a3c4e828947858161da11 +size 502312088 diff --git a/data/part-04222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9c4e26cb9b68b4d128bcb466478749d12be3362 --- /dev/null +++ b/data/part-04222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490c5e4b349837b3b8a38f57238f0da36780f20f0c3484ab9107577f16d70e2c +size 581904904 diff --git a/data/part-04223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac540ced41623862894f7c6b769ffbf8600f3606 --- /dev/null +++ b/data/part-04223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d103222922f2f70dfc417f744261d08b991844b216fa4849a341688633ced5a1 +size 579623129 diff --git a/data/part-04224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a32be474f2fab0d5358bf27ba66f5746489fd28 --- /dev/null +++ b/data/part-04224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89b77df3b17f0524950dca07e4c9cb8a202f4017d246a173da4a282c0db0bcd +size 428029967 diff --git a/data/part-04225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e206f130f23cb52b828da43c6b8212ca70284c65 --- /dev/null +++ b/data/part-04225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b7f39dee1d59a96e09811ab62594e4eced30f982f231d397dd59d00559760a +size 620170255 diff --git a/data/part-04226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a641738ef4fd98af83b807d0200516aa26e2906 --- /dev/null +++ b/data/part-04226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff47ffde319000737e49ab8230541cc691ba7d7ebdb610c144632f4fe2cac5a2 +size 453322819 diff --git a/data/part-04227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..550f05f983f6ed83d370c70dd641a41e1d06e061 --- /dev/null +++ b/data/part-04227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83adf49ef5b82be4e5eeb93554ad692e82fd9774529ca7fa254211d8d18a389e +size 834784974 diff --git a/data/part-04228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..351efaa623312c3a83382c98696bfcd91f9373a9 --- /dev/null +++ b/data/part-04228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8da7f5c398555e466c89c6cd1b31e8d1487970fca7418a61c78d86d22fe7de +size 660665634 diff --git a/data/part-04229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f061c3514fdb4cfe41f02c77177fde77af079ec --- /dev/null +++ b/data/part-04229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7452c4100b1814a97fa598df09e8e5ed41ee3b9e8fe48f8b85796c73a9487dc +size 522219528 diff --git a/data/part-04230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae3b0e203db33321a3c5a5bb82b1477a588aaae8 --- /dev/null +++ b/data/part-04230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7145e0e9f2241119eb29f61c3de159467ee40e2e3afef78a4a9d5e9010a117 +size 494047247 diff --git a/data/part-04231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..838c9e3a8ba0ac20665d5b195a8a4be8d46621b4 --- /dev/null +++ b/data/part-04231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821fe8d2dc86a6046a05bf124500f95aae1c5bc35fac281e8737df71c611ece +size 469500085 diff --git a/data/part-04232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a918578f01837f72d102771faa008fffd8e1c59c --- /dev/null +++ b/data/part-04232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3306d7d2ed733f77a3f7a365207cedb7ce3af1413b4f62b5e7875e36b817bf00 +size 524670990 diff --git a/data/part-04233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69b325f85588bf98d0cc08df5d294298f5f1786b --- /dev/null +++ b/data/part-04233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ed15262b4b53c4ad2ff00a1c7a3eba940fa6e370baece9199f4d66f086f4ac +size 550963721 diff --git a/data/part-04234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0ee66b916bef4259d379f25897ddfbd3ccc90f8 --- /dev/null +++ b/data/part-04234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb50176bed1a06dd6631db812b0ec390bf3122431c39fc823a6eb7bb095aad5 +size 392783755 diff --git a/data/part-04235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60c0be297a0341a5fcc29ebcadf7aa02b68d3385 --- /dev/null +++ b/data/part-04235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cdfc64acb7bde94f0800aedbae75911f244987b5201f36385b5dd08cdee532 +size 610986941 diff --git a/data/part-04236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec66797c985ab4ba88785f9d2e89751ae7a18e51 --- /dev/null +++ b/data/part-04236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d2953ed47e34598e07e30456f5230e24b4e000505c68c38443d75579fcd13e +size 593420917 diff --git a/data/part-04237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8de3697b3525ac4ccf053d780f09e87a33d2322 --- /dev/null +++ b/data/part-04237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae019b4c74f569490c3b44f0fed3e530d12a0abc23e4db59cab58bc9dacacf4a +size 580155932 diff --git a/data/part-04238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b80ef2f625d9edc5c78b843cbcd6ad52e8874e --- /dev/null +++ b/data/part-04238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8973ae471784e179b63fe457e94ad8b2c9f5a32d0c1b0dac66d36c4b2da02272 +size 589237887 diff --git a/data/part-04239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4f4d3cf7acde178fca100cb9e63772ea483e214 --- /dev/null +++ b/data/part-04239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6599634208cebf152b74503e8ec2f19d4e193d664983041cdce09af3df40ca51 +size 433055130 diff --git a/data/part-04240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6801af6233b017680545efce32ca07fee12664a2 --- /dev/null +++ b/data/part-04240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0149b3e0316464addff3bd78a6a2bb03c2a8aadec092c220032c2658c28d9f17 +size 571136353 diff --git a/data/part-04241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c385162d0deb047053c335ddc9591d81e3badcc --- /dev/null +++ b/data/part-04241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7e36375b4583b97da2d70230c1c2789a70be77b9c7aa8029d284ff0afcdc55 +size 504123997 diff --git a/data/part-04242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f8444995d190a47cf6e8acb60d512efc1f57716 --- /dev/null +++ b/data/part-04242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9661adfbb190acae1764689b6b1ecb8940ac6579699feae7623f2061d7facb +size 495849541 diff --git a/data/part-04243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62512f0ed125579cb7b1cd6fab4f33a91d33bbb4 --- /dev/null +++ b/data/part-04243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59e4b715eafc0efe7aaab163a32aee6a3f2a110ed3b1c310145722b453fbc2b +size 704889935 diff --git a/data/part-04244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..802df65b6831cf4c225417bab462ab83498a7b83 --- /dev/null +++ b/data/part-04244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229ed1be865ad701ff6816d40c147dbe0a383542c9e322a52f9a50fbc54321f8 +size 471255505 diff --git a/data/part-04245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e13548d79766010a70e1e92e5a453bbf525f34cf --- /dev/null +++ b/data/part-04245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a08ee29f5a5f1b79ed9f4727a9f62f249bb57bffd5fcdcf43c5a8202be3ddd6 +size 655401039 diff --git a/data/part-04246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fb60cb14629bfc752beb657c0ef560fcac6ec86 --- /dev/null +++ b/data/part-04246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc46eefc4cf5b9b1ddeae58583dbee3e52768ac3e619a80789913cef9e9cfbf8 +size 505050649 diff --git a/data/part-04247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6455b7b523a01076b8a5c4d5769be8228cef8a8 --- /dev/null +++ b/data/part-04247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af03e8a4c4361dd0b795efe5b088437271a716f6f6c0b419e01f15b44af34674 +size 480248036 diff --git a/data/part-04248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d12c54031dd4468ae170e632021d728003e3b5f --- /dev/null +++ b/data/part-04248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba07561fb0255966f21210674cb0d4c496820ddfbfaed9286eb83c6b267abc93 +size 883297428 diff --git a/data/part-04249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..936aa76d6a260f9ecfd1b2ea6253a3178b4bb575 --- /dev/null +++ b/data/part-04249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1309ace456f24f0ea076c3232f26e2cda6e16f41bccb7eb3b40ba43a62c899d1 +size 427589681 diff --git a/data/part-04250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87f18922720b1aa3449694de458d49f04ea1d376 --- /dev/null +++ b/data/part-04250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a1df5469ccf1b0cae438d2f6c5553bd2cac0f083b00ff31f3972db97ce8c5c +size 926493164 diff --git a/data/part-04251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4b00b0117c1519fd0b2d802cb7ec3efe9e91e80 --- /dev/null +++ b/data/part-04251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67136ff88087cac4dc1c02a20655ecdfc4b8c6d5813b064e2fe56f2c4efb36c2 +size 378515998 diff --git a/data/part-04252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0570362b2feb1d64add52c85f37e07ced59ca71 --- /dev/null +++ b/data/part-04252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6c30b43b0449f3eaa1cd6102cc00bcf1c5e7b774198e6e446fc4e64ac80873 +size 644733534 diff --git a/data/part-04253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6199a605e600267736b3b9a6df56842960bc2638 --- /dev/null +++ b/data/part-04253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8594ba45685e982204a585f6f18fd7cdcfcdd034004fb17803ab8d093870d3c0 +size 331957100 diff --git a/data/part-04254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e659cbb632a03dcccd1bda3e84041a4fc89c498 --- /dev/null +++ b/data/part-04254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a79cbd00f1ccdbb2195d9d60edd940484397b526ae67bae1dd302843587b57 +size 700731034 diff --git a/data/part-04255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..463d34203f4d8a6aa930c41689cd90f8ca7c727b --- /dev/null +++ b/data/part-04255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b86351171f2ad3490df7101b850804e26726c9c8e360ec508860bc2883175d +size 591527034 diff --git a/data/part-04256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3fbb75a2e4a9a1520b8a051c629ce436be5b3cf --- /dev/null +++ b/data/part-04256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af02d730dcb6463e8a833b1c0194f1e7862ab484b50294d431fd15567ee1069 +size 461760899 diff --git a/data/part-04257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e81c09e5fe406e9210643775fa6d36d79b68029 --- /dev/null +++ b/data/part-04257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139f4f8a996ae377bdde64d198b982e7939ef05cd50e96aef33a24759d66d4e5 +size 422037106 diff --git a/data/part-04258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b23b05bf151c6516f6108b4408194eb3f93a5b6 --- /dev/null +++ b/data/part-04258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ffed5e64bcf699affe7a00daeab92cf2bd65b4b4f84ec8d86ce0c41bafa7a3 +size 490411016 diff --git a/data/part-04259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60ae28b38085973472907b618f5bc1d7277746b7 --- /dev/null +++ b/data/part-04259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2e6b70855a6c93d91f69b90cf9b7587e3035a84439838ce16c3a322f784d33 +size 484216963 diff --git a/data/part-04260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42a7bd7850a267321c79838a2c8046d2611c66dd --- /dev/null +++ b/data/part-04260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7470de4c2083a49fa26057f8272f75308fc2151c9bf3a5f913ad664bbc1e7e3 +size 423338570 diff --git a/data/part-04261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6df3654395111f2e25a12774fae5fa2eb5e2ea0e --- /dev/null +++ b/data/part-04261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd736871595e1921678af80a0d47d0f96a908a6eceee9a99a49457063ad09f7 +size 557210144 diff --git a/data/part-04262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4537685cc054a4c8433f2cd0e2da93be06aee6c6 --- /dev/null +++ b/data/part-04262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d64b95a52e1a0b09cd9df2cd5d60c3d64903200f05748cf5eea91bf51807d2 +size 449329686 diff --git a/data/part-04263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82397180ae6cd46d6e19be03e9de937ea440a4c8 --- /dev/null +++ b/data/part-04263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d410bff9266b416b115953ded9fb8016b7de3410331e05a43d732edf7f42f1d +size 524262197 diff --git a/data/part-04264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfb2a32bcb403ddcd50f5003ef75746af0e6131e --- /dev/null +++ b/data/part-04264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bfac7ec77158a8d3fb94e56399422baf126161bcd5d1559b39aee6e39427bf +size 501102802 diff --git a/data/part-04265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cedb1f0a2d526ca1b4707b11f2e57abdcdf0463 --- /dev/null +++ b/data/part-04265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cea78d8cc9a2c336dd96ba4e6e509977584c57327d21caa9c6c16e0c622fa28 +size 492107295 diff --git a/data/part-04266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53c2d862f4d4da4ef218b5c9a8f0af8599b40d93 --- /dev/null +++ b/data/part-04266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0a06b115799e2e8128465e2637e42eacf0c67d03c5580b4755a155a302983f +size 488139733 diff --git a/data/part-04267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..202348573f656071b2fa5345dd970e216890c17b --- /dev/null +++ b/data/part-04267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368e820e0bf3ec71456424a0c358ae29b0352e4b07e13cac5dbda3f2682fd229 +size 963134056 diff --git a/data/part-04268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a47de127521524c69d4fecb4fddc65bf02b468c --- /dev/null +++ b/data/part-04268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ee713249ef35e168051ff33c05642be048556396ad1e84b9c0cf6ceec8eae4 +size 686923950 diff --git a/data/part-04269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3872a7cf1f3e4b7d3b9924ef7cfcdb2795c7a69b --- /dev/null +++ b/data/part-04269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717238ddd101beef0be4f34dbaedabc6e44cb7d62edffe7f1cce5a704c29843c +size 491792216 diff --git a/data/part-04270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5448e6e3feab8ff4671d4675a3f6c3301b547f3 --- /dev/null +++ b/data/part-04270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20ad08eb475b74620166e24aa46abf8dd50865bc75ea2ac10756b2f60278ea3 +size 1101439321 diff --git a/data/part-04271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2c78f2dc1af0f2028b674169bac1efb2cc784da --- /dev/null +++ b/data/part-04271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9025e3ead95a6d34053dd80b487f06372a40fef3a3d31d961fc6820c2391dd34 +size 519599237 diff --git a/data/part-04272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..251826ec6f5975696ba4f6a1c99cc16f591a21b8 --- /dev/null +++ b/data/part-04272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067478b853403843972afe71ec20e2abd89602aebae0d925a057fb0eb1e55870 +size 716119171 diff --git a/data/part-04273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6ce8f6e02e9a1ec5974b6ae254bcecf69b43b70 --- /dev/null +++ b/data/part-04273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b1c89d77c010cb2b46026775c282674329869b220d0fd8b4fcc22d50a25d15 +size 703857515 diff --git a/data/part-04274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43ecac17ff1b35d415b26d04358760622616abe7 --- /dev/null +++ b/data/part-04274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea35aa99d489078a4fdc9f79fe2011996a3dc809cb4b84ceee3c13405fb10ba +size 507492048 diff --git a/data/part-04275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56100ff12078174f65b738ad5bb35629aff192bc --- /dev/null +++ b/data/part-04275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960d5fb5a1a0670688f0a8268510f52dfeb5a1d4c6551aa9f4a09ee054d4e6b8 +size 486159826 diff --git a/data/part-04276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec52771deec105f94a357baab69c37ff96d321c9 --- /dev/null +++ b/data/part-04276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634480f0b1dee135f1ca9b344a093a0f18d2eb812341331cde4d544a9a20f7a2 +size 458533034 diff --git a/data/part-04277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cbe19814a012d4397e257c81b205760eaf18fc8 --- /dev/null +++ b/data/part-04277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6064a9e06427855d6c76b5d5bb2c69d4fa225539658f49294dbc00e489d847 +size 462779640 diff --git a/data/part-04278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cff243227008231e959eb46a99478e74361fedc4 --- /dev/null +++ b/data/part-04278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba06dcaa28507bb5c58144386aeb07089e4adf46e4feb8aaa62f999e9e2ba092 +size 506912397 diff --git a/data/part-04279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f023ef7bd578853368ef1cf52a7b5eaa02d8beb5 --- /dev/null +++ b/data/part-04279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247d74a7a9edf21ef9c3129f05bf1f05fb282d9d931c449d8f94ed5a3edfbd53 +size 664599981 diff --git a/data/part-04280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f72c326558662ee314712149f1376362ab294e0 --- /dev/null +++ b/data/part-04280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752090edb4bc4e9795a6d4307f94b43a2f2e7741c304f3d3e0ec5ef25343effd +size 600298294 diff --git a/data/part-04281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5573d6d1f5f4bfcc3ec4de111e27f0c860186e36 --- /dev/null +++ b/data/part-04281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27e092cded2f3d1db221f19c70b9a3104e66d525d90e3e1dccb49717427b4f8 +size 621335453 diff --git a/data/part-04282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d13739568ad867b7359fd77985b50f29ab5aea21 --- /dev/null +++ b/data/part-04282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9986cf354e55ee441457f50e5c55140b0086250cc506d427b3a142b07c582619 +size 428758230 diff --git a/data/part-04283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e64eca55d9f01e707e4d809b2dd713396f171f9d --- /dev/null +++ b/data/part-04283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21ad160f7b335a9757e04f601c366915219475d2b0be13de3f73e754415bbc0 +size 500230156 diff --git a/data/part-04284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15a870e25b8092b28f602477c1a3427742557503 --- /dev/null +++ b/data/part-04284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5df6981d5d99be9899ebf4f73333aac11d6f8065d8e99f28d62c0b0ff5c5e67 +size 576172226 diff --git a/data/part-04285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfea221034241ef2dbd646fedc317bc0ae4efbe6 --- /dev/null +++ b/data/part-04285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f594a541f21cfb8a837ec41d162a074d90312485f2dfabf2f916d78d0d48c62 +size 788479353 diff --git a/data/part-04286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94d328d31b1f94d47d280104c6f62e29d0e77c71 --- /dev/null +++ b/data/part-04286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a571924b7b3dfd933d0462790e311e9cca937b165c039af4f33382f86858c7 +size 423680636 diff --git a/data/part-04287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6a022295579345d5a76f8b0e9e9fb31e8222ea0 --- /dev/null +++ b/data/part-04287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448dbe896bad392840d7f55c69f4f484070a7b044a34bc494651850b5103b481 +size 610542738 diff --git a/data/part-04288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f20813c57ec660240217a01189483acf944c72f6 --- /dev/null +++ b/data/part-04288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2eed6a13ef234d67a4cee19ce758163f321b88cf21f15032aa9a69edb0bf446 +size 621965345 diff --git a/data/part-04289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f2b671f1e95bc753f0a8f8a35e5b4e8925e37a4 --- /dev/null +++ b/data/part-04289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744ae8679bb91ca00e2acc8ae69d531cc1965326ac719b2d9452327f6339b7bb +size 507706101 diff --git a/data/part-04290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d62e11a15948c4fd38cc17e76342c8dc08498ab --- /dev/null +++ b/data/part-04290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90141fcaae57ddb8ee99030d021dbefed2da1864dd1a8bbb965dcca13b65def5 +size 511126689 diff --git a/data/part-04291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd525bb44e2616a52e1407d0692b5ddac4b42d74 --- /dev/null +++ b/data/part-04291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048b74369a5089ae446addd02988d9321cc6f8aa770b646ed7c0678df95086da +size 476290620 diff --git a/data/part-04292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea2314559f8ac89a8fcf2dfb6773b2cd92af40e8 --- /dev/null +++ b/data/part-04292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06175cf833714e4b8bbbff9ba69653dbd065fa04a9b64109a5190a63e2fc758 +size 490035164 diff --git a/data/part-04293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..250e592ca5f8832aaed8c2291200e62efc3bcbc3 --- /dev/null +++ b/data/part-04293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbf4ccab52528793891c502a24e21aaa4c3cae35541581fa4d3fb6dbbc51a75 +size 424371046 diff --git a/data/part-04294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db06dcef21691a960a647514d02be6d7904bc8a8 --- /dev/null +++ b/data/part-04294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e398e6f7eb78a06004ad10078ff9ca6eb12ba677fe6decf0698e6aa035a019c7 +size 656956695 diff --git a/data/part-04295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ca643acb4cbe0ee57cc0dc85a24f460b6fd28fc --- /dev/null +++ b/data/part-04295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2054a6976463e03d4f0e01c43abffbe9096e4b941a9cdbea0c48514bdcd081 +size 559394965 diff --git a/data/part-04296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50fed157a3ab9e3cc2ef1d553f921caf65ebae32 --- /dev/null +++ b/data/part-04296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43dbe2993dba739362e246cd8757d809a825751a98fd792c8b7767b5c9638b3 +size 588020024 diff --git a/data/part-04297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91017aa90ee872867efee2be533cd8d4957aa2df --- /dev/null +++ b/data/part-04297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9830487f8d1a0a2ad357a8a9a5a21734db72c39bf2de9c820a5787fc92e08ad8 +size 629402222 diff --git a/data/part-04298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33d17dcd1ec83de5d7b3b0efa95d847d5d75345f --- /dev/null +++ b/data/part-04298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9455804eecb3102d3e6d9848d9c66c7434b108784ed0e42ba7116e7db529d849 +size 539036924 diff --git a/data/part-04299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3f9d51f681d4706389fb591a21cec9583f2c51f --- /dev/null +++ b/data/part-04299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4650baa398bd3aeec844139986af5bcf34beffe30f39846c1d7e4c259cd99d +size 512822369 diff --git a/data/part-04300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ec8c87919f84b6bd5f15faec7767167977627dd --- /dev/null +++ b/data/part-04300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0a9ad8dcc3d8d128e3b8ee9c85ecc52b92fee59274d9f1ec5f1bf820c9b306 +size 491986780 diff --git a/data/part-04301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57484534f4a1048c1b295c51dfae29d0d33f8acf --- /dev/null +++ b/data/part-04301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3ad2598077d8845dcf77822682ba881e7dba97a2248a3477d16d5b942d605c +size 399106734 diff --git a/data/part-04302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c73252eecc1b3a2f22d10a010c23108b3adb1e57 --- /dev/null +++ b/data/part-04302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ad942c67b73d3317f9b7b0d9a94e7bc1f650f7d7f86f62c55096cc98607a84 +size 386570429 diff --git a/data/part-04303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..570ff4c1cffd55c69b8263f8aa9c99277711e1f4 --- /dev/null +++ b/data/part-04303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a7209ae46279819ca24018fe99a03262072d79dc72c74eba3ed68c3d98340c +size 603377351 diff --git a/data/part-04304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efe72fd4fed42df97140997f91f82fa64e923191 --- /dev/null +++ b/data/part-04304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c72a2f08f9b06eec09bbe70cccd92c2e673a03eed8bec2ab293b76f11cae3a5 +size 624534105 diff --git a/data/part-04305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dceaeb461ea6524f2ce2e71c267706f7a74fbe70 --- /dev/null +++ b/data/part-04305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de19155b63fd9ebaa5c2468b8476c4defdaa804ea7334cce3086f64057500077 +size 788021918 diff --git a/data/part-04306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29f697820ecfeb567b45180af7d59633f68eac8c --- /dev/null +++ b/data/part-04306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed41d4510f5643c93c4af9fb5183e15b101df3ceb5db77999eed93453ddadf6 +size 523402372 diff --git a/data/part-04307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b59b23ff0e7e037edfee21640d3003a93da899 --- /dev/null +++ b/data/part-04307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f7484eac9bca53042dfaa6555e32c2afd806273b83beeafe8a317608140127 +size 502571414 diff --git a/data/part-04308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a68ee8bf06be6292a07483935322abae4d9aa3f --- /dev/null +++ b/data/part-04308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69fa90be2dba22942f381a7e5f904eea8f391d6d21ce72106cf8ee794b966b0 +size 638407812 diff --git a/data/part-04309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7017baa7aeb7ff93b805041d691c142f3acc6afd --- /dev/null +++ b/data/part-04309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad71321eb47b1b9e0aeee8fc272d1002e0e47f2c6567800667f7340699c1ea4c +size 475009691 diff --git a/data/part-04310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb19a64a601de498a0080d33785841fe52234c5f --- /dev/null +++ b/data/part-04310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2c159dc84253a0bf613d5591a737f84a2ac2eb6018b098eef7e6b0e2e5c640 +size 730246726 diff --git a/data/part-04311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a45a8269e74cec7dc450b04bc2ee1a7812bf264b --- /dev/null +++ b/data/part-04311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273a26d5141e5fc80930fbf8dcdc37fb81d96e87605c704963000f20673bfb53 +size 430961432 diff --git a/data/part-04312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0336c08ad595e40e024c5ecbad6d131b13654729 --- /dev/null +++ b/data/part-04312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f871ca8c1c7412ff3a02d7afe7271186b1cbc45eadefba3736de92798229a90 +size 556267771 diff --git a/data/part-04313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca373a2cabccc8e0e9de2a324c23edb2c6059979 --- /dev/null +++ b/data/part-04313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610b537fd44edb1393f57cbe4e4ff720f9505bb67d4de4b89ed4f96e6d0fcd13 +size 571657826 diff --git a/data/part-04314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea89c3e0236e31c8112648255c1a219781b20fd6 --- /dev/null +++ b/data/part-04314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6e35d964a5d4e819283701ff27ec141cea66be5bbda5ff31c5b3d2b76fc3dc +size 469733002 diff --git a/data/part-04315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c19555753c95efefd739073c5f954ff32b8a6d5 --- /dev/null +++ b/data/part-04315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8459b18b8f859ab922a17179850465eaa62cb1d15cb31a1f06a47217bbbc8d63 +size 505942488 diff --git a/data/part-04316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..709e1d037f11364e258e9623329a6767a032c018 --- /dev/null +++ b/data/part-04316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76afc37075c29065258f0770162f7134e5e9b08590963a9621aba0aa1c0607c8 +size 398747649 diff --git a/data/part-04317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80799c47bcc4808ecdf5d6a9824c15228e567421 --- /dev/null +++ b/data/part-04317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced1ab638a32add88ac4f5823ff749932e4336f0c47f9e4dfb220717253847b3 +size 421743132 diff --git a/data/part-04318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e32cf517acb1bd744416b576a82e783fcaf7e80 --- /dev/null +++ b/data/part-04318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4554a9a5680d05db389a4e73446c1e9ea989a91dee232b2246c2438073de8ac +size 952658228 diff --git a/data/part-04319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a4c10f0c7cac932bb274f0200c62c4ec7d0ce35 --- /dev/null +++ b/data/part-04319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658dabc2c63c3223d5b1ef513180a0090e46b0df5e4b15feb11b6c2c628d346d +size 479175725 diff --git a/data/part-04320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b71d347da000c8ca2b6adc43e417bfe135f61752 --- /dev/null +++ b/data/part-04320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36678a662dcca7848972fc2536936c3edab3b89d351d6dc1915bd41d7f051c43 +size 670661179 diff --git a/data/part-04321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..603dd92429ac640b72d483c84cd68d982be1564a --- /dev/null +++ b/data/part-04321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f2cf12aae132e8059423062be13eb751158537e5a5ce969be67c73b9f1498f +size 325834511 diff --git a/data/part-04322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9c806fdac215171d3f81130ad78635009d8b402 --- /dev/null +++ b/data/part-04322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7801bfd20622bed1a32aa625c7d4218a63d6657646d6c415ee3426f071ae554d +size 549073462 diff --git a/data/part-04323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c943ef37345384d4afddc3ffc50069b62c64602e --- /dev/null +++ b/data/part-04323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23e526882f62f92ac5d44d9dd049364e723f59c19144edf33b65496a33ba791 +size 447103155 diff --git a/data/part-04324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c77cc65aba826939c3270d7abeefa6db2272f0c --- /dev/null +++ b/data/part-04324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3d3cc23f35e3656a639246e34b1cdacd967130c3cfaf1dddacd2e47cefd54b +size 677775104 diff --git a/data/part-04325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae23b49222ebb14be52ba42903e46c572b20f72b --- /dev/null +++ b/data/part-04325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff401897bffeab365680711a769f2852b76ea058b2309b31b57755a25cba798 +size 520635867 diff --git a/data/part-04326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7336a61a13b4c169b02365a3b3d00eb50299cd25 --- /dev/null +++ b/data/part-04326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2aa0e979f0c4b79f29df47863a8eec087cbf047c4eeca23420ca21380ca61e +size 1196525877 diff --git a/data/part-04327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d311799646b2b57335c37c4bd13fdfe5b7e0be2e --- /dev/null +++ b/data/part-04327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89f9b0ce41c7f90bc8c88f8e13cd5a81e209b35ca28b8508a2250791f5efa3a +size 531129163 diff --git a/data/part-04328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7d2a66fa46bd223cfb5bd2baf4daefe3a6f5f6c --- /dev/null +++ b/data/part-04328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22541790fc0ce0e897ea94f413ca1a52636de43f111003e3c6788f3f8cc24306 +size 539777426 diff --git a/data/part-04329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa5f37229e8e1d50b33660db357b9374a4c42b27 --- /dev/null +++ b/data/part-04329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e004068105f6c419294c6ff1160397289634f99264e55e1c1ebb4953dc693eba +size 534496774 diff --git a/data/part-04330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a83c6446c1239e41f6395cdae497021b89d1833c --- /dev/null +++ b/data/part-04330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08215e62f1d148ec3f848b3e565074dee9ef2de1bc8aa9440a722b94aa1ca10 +size 627485268 diff --git a/data/part-04331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68d0656be7fb34f98b4045706e186996547d1c31 --- /dev/null +++ b/data/part-04331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec14874aebdf684812ee635c442eca980f084b82e108fe6d735ea649c1b0cc5d +size 599396640 diff --git a/data/part-04332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..164b952986b4852bd01ec8188f77cf8e682dc383 --- /dev/null +++ b/data/part-04332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae5f01c8671684abac7008d6a3c5a971caf0dbf349dc0256c04aefa0719affe +size 594166719 diff --git a/data/part-04333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8177b93acabb9bc4e6771fb57dc90b266a48e916 --- /dev/null +++ b/data/part-04333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3916e3efce5db32f67d449a698afa5ea14d0d779d974714cd6b565870b50e7b4 +size 551808941 diff --git a/data/part-04334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..381084a29074db8698fb32f7cd91266f3849493a --- /dev/null +++ b/data/part-04334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b845213f0c8687a9193f14341ca973d63d5db227f9e7f0fe49930141bd05fb38 +size 890200616 diff --git a/data/part-04335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fef051455076855de0088b0e672efcf87ce4c04 --- /dev/null +++ b/data/part-04335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557368a59f7ea71c1754adef5552b2e00469878dcd538ce1e36b67a1eaebe235 +size 391923129 diff --git a/data/part-04336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9d8dc2e9fa59534f79f73cfa950f25129b52710 --- /dev/null +++ b/data/part-04336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136fa5c25c4aa33a3e913bb928828d7c6682ac7c79a66d3e585dfe6e8bf1c0af +size 488737413 diff --git a/data/part-04337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9f7e5882d4a111fc4d89f24e77aa1d24c33b18a --- /dev/null +++ b/data/part-04337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4681e13d50d4de02b527a372515a4f42bb5da7ae3e57d8730cd9a94a0da2f2e +size 468610793 diff --git a/data/part-04338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04aea77e1568a2cba435a0cb409efe08d2acdc43 --- /dev/null +++ b/data/part-04338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67210f50aaac7c657fc183eb926f919a50e0d4117827b2653bfbd2406f6b3e1c +size 693930907 diff --git a/data/part-04339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b4cc09e798698f7fe7b782a27fd8453cae2b891 --- /dev/null +++ b/data/part-04339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2846de3f551168bae9ae015917e9b3f740774c921b868e61b54ef7829ab7fb26 +size 419062083 diff --git a/data/part-04340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..497c1f804d197b48742d3270ac7414df34b8b4a3 --- /dev/null +++ b/data/part-04340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a66c136bcbb2d50bcb307bf9e05f4430f9385c7c3b2c300d9a27a0564de1b66 +size 683526043 diff --git a/data/part-04341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3d4bfafdc46f246a5fc665466a0d4310c7716f8 --- /dev/null +++ b/data/part-04341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa4642ff50fed3a86ba059f2d17d46e9f3e9b4f7215fc2959b4fd3810562752 +size 543372440 diff --git a/data/part-04342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76242ff73a92d31caf54fb3f537c78067f31a45c --- /dev/null +++ b/data/part-04342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f8629971bba509e105c971aaf4bbe3e0c53e20392f23e9b19c92d1ec302d09 +size 614312680 diff --git a/data/part-04343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fe8dc1936c493765045eeea4cda130b64b045e9 --- /dev/null +++ b/data/part-04343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dcd2edd755d39f477303c00af53bd46c41c075920dbea3c10fa7be42726ef0 +size 424282500 diff --git a/data/part-04344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bccddbfe6a116a54fd58cbe9d51ef257bc424502 --- /dev/null +++ b/data/part-04344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c70b7473f3750ac0de9556ea477363eb9e03e7cdf86fe4d6ddd57698cb9535a +size 479759295 diff --git a/data/part-04345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c42fe955af791b2411fb3f09389db685345c365f --- /dev/null +++ b/data/part-04345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83122bdf83ab7a7d59c55ec81e6cf1a4c6681720cfdcd919006b30fbf7f5d80a +size 714217117 diff --git a/data/part-04346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffbbc01bbea5df6012d7418a1286a06a4400a36a --- /dev/null +++ b/data/part-04346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b373a1564220339ded63a70b68492ee69b90c48c453585922e58816017d39b +size 440382946 diff --git a/data/part-04347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36aeb4b840ede2e7b47122902aa74f19499e6fa5 --- /dev/null +++ b/data/part-04347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f356f780572e25f6b6cae48c5b80735788e7e376f9db060fceee7af9d498e85 +size 690376263 diff --git a/data/part-04348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c469cabb571d290b2d2f7c780364084d5cfcc94f --- /dev/null +++ b/data/part-04348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b5b1ae81dbf50a7f19aa14d57d6201cb9be8f6d5f7be470b892ef3c0028c1b +size 492116373 diff --git a/data/part-04349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f749a653f78b7ded958ce28a373bb045621aa5d5 --- /dev/null +++ b/data/part-04349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33b909c74a2eaf57a0edbed78a3cf38284135a9f670f2106955b4139024d3a5 +size 750060314 diff --git a/data/part-04350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d43766e39669406e0f14f2dd770fcb4ec78bfdb --- /dev/null +++ b/data/part-04350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394b68e4491aaf7714bbd046eb5d43b8f4d5ce9693b1920509ab09e18a8353b1 +size 635039495 diff --git a/data/part-04351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec355af017b19a3a79746cdef59ea8759b7d377b --- /dev/null +++ b/data/part-04351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b2be251d2d07f9379449d8894d8d8cd99be0e0bc366b2bdc1003ff2776a3ae +size 647901150 diff --git a/data/part-04352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8ed766482f253b229136fafb03d1904adb75baa --- /dev/null +++ b/data/part-04352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1b04f26e6825d0c814d1ce7216f8b638c119da467181a2c212040236b64568 +size 439561139 diff --git a/data/part-04353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e958eaf8f9ab34b5ccf68a59d53457b18be729b --- /dev/null +++ b/data/part-04353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ba03ec8d440f3b8683e1b54b1e4300ec426fc25886e53195e27404d99c2337 +size 478632848 diff --git a/data/part-04354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b45f6df4129eb95f317bd085384a5e4e821119c8 --- /dev/null +++ b/data/part-04354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffb33df187618c4ddeb4ef58bfcffefffc04563bf3fdf8733ad492b497048e8 +size 445628607 diff --git a/data/part-04355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d0c973a0543fa3c874cb7b7d41a5c1987c0f733 --- /dev/null +++ b/data/part-04355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ee86f0a67ee4edcc86049ed9a21c9f4d8cc28193b3de544c2ae55f9f781df8 +size 695070785 diff --git a/data/part-04356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..230bdce11e7e7dd85ab73c81876baf81ab731252 --- /dev/null +++ b/data/part-04356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e896645a9bdf290326a085bd6e6bc2fef2ed564e8039eb015d79bb3a845fdb79 +size 846082847 diff --git a/data/part-04357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce40e5bc93ebe611ebfcf4bcc8681e4f532c736f --- /dev/null +++ b/data/part-04357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db94c2ffc4cd29c34bd8ac7de537719ea83514d64c7a9f12023983e6584ba045 +size 447560564 diff --git a/data/part-04358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7997dbeb4a2d0ad68e0acb5c2e1b500eaf287ea5 --- /dev/null +++ b/data/part-04358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85acbc93517e868201ebc81ad8b37479ea2b1cd86988152f636ad5fc062389e +size 555830905 diff --git a/data/part-04359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94f47f6d294d6ce19a9a1b3199014dcadf7d44d4 --- /dev/null +++ b/data/part-04359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44675b805794e2334e536afccee5b6c5a4ce53ff118cb96aed835d1ad2264ddb +size 1078411983 diff --git a/data/part-04360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22ea4c75003585a823b5de80d869c9e186c7251b --- /dev/null +++ b/data/part-04360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c493db6d71421f3e789787491aecdf5c15fb063c6cb8a036b07534854f7306e +size 567857589 diff --git a/data/part-04361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f37ade218ced7f3b80be5db2cbbaa7115229793 --- /dev/null +++ b/data/part-04361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3000f44f7946699a9c22036f59b69a969940a955cc902cd999bb2e886f1f84be +size 1529120120 diff --git a/data/part-04362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..789779599ae58fa680a5d3757d794aefb3ef1b86 --- /dev/null +++ b/data/part-04362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01417e2516f6f543abafc50d0c5c2c7b980b614d7f7e1fb5f26ae1d9b610923d +size 701949643 diff --git a/data/part-04363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6365509caa3f52fb5e8a1574845ead7c59a0012 --- /dev/null +++ b/data/part-04363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5f3222f6c16620aff8e94158c11f9f6482d8f6d7399595af82aeb11ff2be6f +size 1231321265 diff --git a/data/part-04364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8bf3ddc26b8052f885e1aa96a203d78c018957e --- /dev/null +++ b/data/part-04364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d940c0c3151f972c99851e11ad742e1c3331ea4e69709e8768e13405467217 +size 607836940 diff --git a/data/part-04365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce31668a9a6a90e844ce3468d7d72d5f91559ccd --- /dev/null +++ b/data/part-04365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978aac64e5d50fa442dea799803402295a088ec14c999eb276c8bab9ac11e55d +size 368337913 diff --git a/data/part-04366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0157e1e6e463f5be65d959f77113b8e0a92ef937 --- /dev/null +++ b/data/part-04366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9b97816c3421be084186e8b7f88a20556ddcb96739db9e20bf6b9edc5e1ba6 +size 395132011 diff --git a/data/part-04367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f10270bd9788c8ad9352ab70ff2e975dc2576f0c --- /dev/null +++ b/data/part-04367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a751879574766ddba6aa5ade35327d69a8b0d6509677bdcc6cc78d0005c5971d +size 649330432 diff --git a/data/part-04368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04c065576f5be4eda413c69b26222bb1dc3c40c1 --- /dev/null +++ b/data/part-04368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0820ec793027c9f9e3e723fd306c391858178aa690576ad3d8ce5f7a7ad2d62a +size 956325527 diff --git a/data/part-04369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec34759af204cf704d155c9c861336f498a26ba4 --- /dev/null +++ b/data/part-04369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481f1b636bbb88443a835aa9eb2dd40e9e2551a33e44bb33abbb10ac3ad23910 +size 471770758 diff --git a/data/part-04370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9440d3e9bb240dec55755a30d3d15c4e982de5a1 --- /dev/null +++ b/data/part-04370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c044e3a8fae9c897a085e4dbb4a2d956e50da16b1527fcf64a6ba7cb30492a19 +size 483909376 diff --git a/data/part-04371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89ef5d165700a4d9a6541f3a16261c0e27286f19 --- /dev/null +++ b/data/part-04371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee5e58f8e372b92d11f85b3aa4fc334c87e090e9dd2cc252f3d2943c42d69b3 +size 537997896 diff --git a/data/part-04372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c97ce321ad316efc82ae269b2bc83a5bbe05786 --- /dev/null +++ b/data/part-04372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68d7fe0d788722da33bed44dcdee7592b49d72efec31b88415615a53482f0e3 +size 421352463 diff --git a/data/part-04373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad5843da06549791de6106468c5d89fdc253d677 --- /dev/null +++ b/data/part-04373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47430e8fac24b28732a722f76294939810390452973ce7fdf2521a4a3e5c90cc +size 440355830 diff --git a/data/part-04374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f2fe3a030792178f78764c745185b4771ec4b97 --- /dev/null +++ b/data/part-04374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2e86652e857669f7862b368f8e1c46e767771a7f62579b10e51fe426dd17d2 +size 476022587 diff --git a/data/part-04375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52924107c69965be09cedc493161fa3e2413961c --- /dev/null +++ b/data/part-04375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ebbd6dff0600019c9f1323333a1a482d4269778dc85461fc26bb99706ea638 +size 734033927 diff --git a/data/part-04376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc0b4097c80216385e4102c2f22875f7d6b70e16 --- /dev/null +++ b/data/part-04376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13741466cc62326c4cbb49c50c707490951a93b9a591e376439b935bab0def65 +size 415272453 diff --git a/data/part-04377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43e98b4b78368a1445e966d22b506b1b2de64009 --- /dev/null +++ b/data/part-04377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a054612360ad12406a1a3c1f261355bb9a01996b4770caf7b4f13c85aab6d5d +size 424843991 diff --git a/data/part-04378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2432e5d57305ba0ded0178b1e0c236116bf5a15 --- /dev/null +++ b/data/part-04378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463b36b833451182e10d680e0c0d14a84e0afa8cf0b18bb48ad9713670141895 +size 815523255 diff --git a/data/part-04379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e67b3d942941664e0f136e083d874d80c7dc74f0 --- /dev/null +++ b/data/part-04379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4158db5124f82697ad7969386068a002b46bb5d41eaba1fc52e443f4e68296e8 +size 386238397 diff --git a/data/part-04380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cec2783d747b8a93347310fef8132a489ef585c9 --- /dev/null +++ b/data/part-04380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668965d3c39b0b1963778db0fafe9e13456b28620929f5cb8ffa4a9e59468413 +size 460731908 diff --git a/data/part-04381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7d94f3242b2b71ffabf404586d0a75f978cf4fe --- /dev/null +++ b/data/part-04381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd110ff363e10363633df90fa1f1e39a173b0662570eebd508df5e3e7b2950e0 +size 732926766 diff --git a/data/part-04382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13d198139e6653e67a54fa24db65c5d1f86fc639 --- /dev/null +++ b/data/part-04382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d141ee01b5c3fca678360efc0eca93ba47f52a50754e15d2f14c60f280375cd +size 450025380 diff --git a/data/part-04383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9f697fbd8a2632b85d63358bc9b29acacae484b --- /dev/null +++ b/data/part-04383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0871a34804c25639b69ff2317d02bc166213f78eea151e3c567bbd398db65e16 +size 585495840 diff --git a/data/part-04384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a27986ae25fef08f209a332f0a44174f1ddb462 --- /dev/null +++ b/data/part-04384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058f4d032df76f55dc61f05296b1d1a4cd775f6a014ae2038221079786a863f9 +size 562921667 diff --git a/data/part-04385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26584b29d97fc7af20f4dacc86ee67e7dd598587 --- /dev/null +++ b/data/part-04385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f79fc4af6756023feb7a6dc6bcdaafe1e52a89c663a0105aa43355acde4b02 +size 504459210 diff --git a/data/part-04386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79bdd851236cee1309e55314893e42fb292ee808 --- /dev/null +++ b/data/part-04386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdcc3fa321c9cb1114319b9ec026a1ea2041e6322d45ffa137f0b75d2ef4d7c +size 508373652 diff --git a/data/part-04387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..038b779b1c411218b59fdb2223056d33b522039b --- /dev/null +++ b/data/part-04387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d86d452ad299bfaa89234e2f994c5c44148b2ef6798e336fa1f64dccb79d46 +size 512444938 diff --git a/data/part-04388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fc8f4268a68630247351c56542acfbf49b5f339 --- /dev/null +++ b/data/part-04388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc88cc8f2215bffb943f003a1abdfc507089641738be350d2fdb9b1b7b9920f0 +size 420745421 diff --git a/data/part-04389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..799784fef2e7105648ae68ea242ae2e15f36e367 --- /dev/null +++ b/data/part-04389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b4891201fd21c01b136fbe9a036ef5f9cd2da84f6a2598e30bb467fcaa14b3 +size 428954212 diff --git a/data/part-04390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6adbd21231ac06c5a657a6aea300d46059bd5f --- /dev/null +++ b/data/part-04390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d5392af1d7e96832a813fcc7444d10974460c0df1a3250bc369c1565d7e0d6 +size 556366319 diff --git a/data/part-04391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dfdee912ae5916bc7ef419bd93b856b68b97b1d --- /dev/null +++ b/data/part-04391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d409e59ae799ac9f0087d5248a12a0c4c0bd69cb6a13755cbc92f860fe83891 +size 512840890 diff --git a/data/part-04392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c394236668733b321c8e85956a5008bb0f87d83b --- /dev/null +++ b/data/part-04392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88843e90d472b876dc12d6d3d59fb5caa881a3bcc020678ea967c2fdcf4f1e6 +size 582892173 diff --git a/data/part-04393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8663388872733c5944bdd93aa1f5b0caefcec6b2 --- /dev/null +++ b/data/part-04393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7092dbf755fec66a3cdc267264660cc5c0f530db81feace2b81e1e90b5c8caf8 +size 518447395 diff --git a/data/part-04394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c41f432812c5313f02c1f329ee4168e128b415e --- /dev/null +++ b/data/part-04394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61c8de6986be829947c87262d100c2fc541c36388ac6dd13a5867d09bdc5e8d +size 868273081 diff --git a/data/part-04395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ad5d1a782b05b16b68eeb5232dc80dc9045f3d8 --- /dev/null +++ b/data/part-04395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77541db77c5891e8b4e87f29436d17ddc2ef2d4a60119d5c680ee9a8e6b4c96f +size 514376704 diff --git a/data/part-04396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..027d9333505944a3beda2b48e1207a8c9ef3ba28 --- /dev/null +++ b/data/part-04396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53e6b19d7f25382e2f146ff33878d743021d552f84721b0e08c865f9223e598 +size 538356629 diff --git a/data/part-04397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c3cd10c8ce2800bcb215b5c0ead40f054c0daab --- /dev/null +++ b/data/part-04397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40872a7eb3c3b4c18dbf2522ba153cbaf7daedabf5b7d3af259abf46fecb09e9 +size 613440779 diff --git a/data/part-04398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4045ad3e1646f39e3390d5840544977efb8cbd19 --- /dev/null +++ b/data/part-04398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649ab536be730813669d467a02aca24b796bc6a5839922859426f9aa36126cf3 +size 501612679 diff --git a/data/part-04399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e892a875fd2ff0e3b3bc2c2e861e4b44d6efdf8 --- /dev/null +++ b/data/part-04399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e0053242cd2f002ca6be77fdb521d101671ceed4217580a81f8dbd1a1b78fe +size 532070051 diff --git a/data/part-04400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8683f5389b284cf12e02e19baee266e4c809c7b --- /dev/null +++ b/data/part-04400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fd7d8f83ed95868b53022afd0f79281dd5fb7d617e42350c4880f195c8a6fd +size 477896230 diff --git a/data/part-04401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de5facf68e896bf213a60e0ce03840837b1c4671 --- /dev/null +++ b/data/part-04401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfa17cb24bd5182c953cd0013ae69685e596991a027238b78417b2b9ef26b41 +size 679153449 diff --git a/data/part-04402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7a78d7991168d884e789cf03da2deff12464a8d --- /dev/null +++ b/data/part-04402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5103561a1093bdb6bc98b112cdb42e022a6b394623b958e91ec357b025d4171b +size 388006218 diff --git a/data/part-04403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1d05fac714948908c60f3ec7546273e03d3fd31 --- /dev/null +++ b/data/part-04403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148c3965ad059cf388ab678e13fc8f59472ad97470fee3f98afd65e85d57d3e7 +size 591596169 diff --git a/data/part-04404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71f3b0e7bfd553f59e96e801867a64552afadb4a --- /dev/null +++ b/data/part-04404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fb14a966b3fcfb354d886cb3710de0f1a5189802f92ccb601b5f9880ac28cf +size 567668583 diff --git a/data/part-04405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a649cf8cc49f2f0b02c49e22b6c383493f2ad390 --- /dev/null +++ b/data/part-04405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255fe8cb753a5acb870eb42b796dcd32d539ff01fc79eb6c76f8917c05e0f978 +size 531293103 diff --git a/data/part-04406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51c812df58bf992a473d459584d086c5e8f9e764 --- /dev/null +++ b/data/part-04406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ce97372bdaec171e4c63de613d392453bf4e8dcb4ca23ece66a42caf30fbdb +size 542218530 diff --git a/data/part-04407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f38c1f9f8986276942e5b6aa27fe5b00088cebc8 --- /dev/null +++ b/data/part-04407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d2c632eb48b92f68acc7e656b97ec34a651736a2aca70da2a0b08e53beef55 +size 551955149 diff --git a/data/part-04408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc846e5000bbbb8adfacb2e61ac3d1f35f0496ef --- /dev/null +++ b/data/part-04408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5bec09ce618526fb9c591d70f6bc2e12f3211ec6cad95aa8b6c8ad2bbdf4e4 +size 510153374 diff --git a/data/part-04409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbca05fb2751f5378b58abcbce3034bf33221de1 --- /dev/null +++ b/data/part-04409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b65288a32ac36db2c0404dd6d0d634d56196575f6d332a80145b1fa6826a51 +size 575644678 diff --git a/data/part-04410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f43d04e16e069c460a50888d4541a0621497a291 --- /dev/null +++ b/data/part-04410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ac33b7d771ccf0e42239f9b786aba851d28b4da883a200af5f347208d79f47 +size 458722412 diff --git a/data/part-04411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a983144900fa2f70fcd6757da94f892113399cfe --- /dev/null +++ b/data/part-04411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5383e5a15f87097811d68f534726c7cd4c91fbcb33c36fdf3565df31c13737d +size 391695059 diff --git a/data/part-04412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15a032f2f34744edcdc4221b7d763429df806642 --- /dev/null +++ b/data/part-04412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e554af1545cabe6053ac75e33e18c20309a7e9947c054f0880855ee8dcc90e7 +size 517547306 diff --git a/data/part-04413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..283f0fa14fa105512a7f02af51be5a7ff53ad65e --- /dev/null +++ b/data/part-04413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca535665caf0bdfc11f17409514cf2aecbfb02111ff8d2fa4d58ee4ce130aac3 +size 509469046 diff --git a/data/part-04414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39e8c8254d6943033405332bbf33cc6e1a1fb3c3 --- /dev/null +++ b/data/part-04414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200331149efb877c9b34d012f113eaef211d8e4a75504b529afc0293fe356cf1 +size 485861346 diff --git a/data/part-04415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f750a84fd4e424f81734803a3c5d6777bdd07f5e --- /dev/null +++ b/data/part-04415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeea4c14b814dc26925dc2c3a487d81471d015a3086fc0bb11d87239672dd8f7 +size 952531688 diff --git a/data/part-04416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a59eef424470c09a68b125eba93127c420e1da3 --- /dev/null +++ b/data/part-04416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3bae1cb153a3490039e3774a074a9306963fa1dc4ac792869985f9a9321868 +size 718490295 diff --git a/data/part-04417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0ce5fe33f02155343dfff61ce42b33d7fff062a --- /dev/null +++ b/data/part-04417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de46d90ca0ffdecede8602c9c434d28bdec1103292dd7d8a26c9acb45464150 +size 440040041 diff --git a/data/part-04418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd0b429eba05844e67d09c32bdbce6e814ecc1ec --- /dev/null +++ b/data/part-04418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860ec136622fab5703af3c3f7e5c6971ae24f1d3f8511066de4397d3073eb3fe +size 414452014 diff --git a/data/part-04419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63a9949c233bd97814367bf7ac57e55b47b45e2f --- /dev/null +++ b/data/part-04419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23057e14bed218e44efd815ebdb3680a11c550a9670a90dd761679d7fb51b9e +size 494826088 diff --git a/data/part-04420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ccd74047e7b63a817adf07ffd6e20fafcc0e48a --- /dev/null +++ b/data/part-04420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3788aff13492395785b80f86c11a0ca2d0818effbe20645a609804ec76c625a +size 413338274 diff --git a/data/part-04421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d4ffeee6c7f5df8a16b10b8879b4225c28871d --- /dev/null +++ b/data/part-04421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70c17f24cfe36a36b97801a050f6edff561edf8975380478bfb7635b86e6a12 +size 584547070 diff --git a/data/part-04422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a24773c973e53bfbc378a22e4bb6344807b870f4 --- /dev/null +++ b/data/part-04422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9181f333593878dc048075f15e9bc6dfdc1e1e29da45ce28d9a9e2101736f3 +size 357127406 diff --git a/data/part-04423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33624de7cfcbd668fbd401cfeb5016b0608ce90c --- /dev/null +++ b/data/part-04423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fce8eb7da60d87c43216b19d9a9479d41af443caeb0d1108242567cf50ba51 +size 471238079 diff --git a/data/part-04424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68231471bf91f4f12082596d8861b94a4b8bd0d7 --- /dev/null +++ b/data/part-04424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17b10999d46af1cc9b1ffd8a099fc88d212e53e12d079137ceec5e18d8a2083 +size 447304191 diff --git a/data/part-04425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a78259a82a1b733568b6cc117746eb8ca718402 --- /dev/null +++ b/data/part-04425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98cfee5272d8445984424dea0ebb188196d81fb122a9809b8ebca83ff389d77 +size 440298634 diff --git a/data/part-04426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d09e6eac64106b9c0cce5a7d760d4eb79699599 --- /dev/null +++ b/data/part-04426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692596dec38c76fca6ff821d2aae314014fbfbc9dd83955d8470bf432041a1f6 +size 675937800 diff --git a/data/part-04427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..584943e59c9320bd75eeabfa2ca111e363e8ceb9 --- /dev/null +++ b/data/part-04427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbc07c9c70d5c5640d7ded1bff8aa2672a209d88ddfc080dd4995b8d83e42f5 +size 559245688 diff --git a/data/part-04428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c99e74159715351196f3d6fa5f66e0b6a73815df --- /dev/null +++ b/data/part-04428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d7f0bcdd04e246503cae0805f671f13dc4fe7250739a04cacbf8f3a87b1742 +size 654182755 diff --git a/data/part-04429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff6c6fb8567a917bea8e17f1231fed0a88129ef5 --- /dev/null +++ b/data/part-04429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6b9d22cfc269ebdad9d99b06b2d0e51363d8a03375c9b9b6e7ccf1bb7f9c80 +size 473920494 diff --git a/data/part-04430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ae08515a4a3c96ff45db1f6ed23e88f83da9e89 --- /dev/null +++ b/data/part-04430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5b2a271ecc5f25ec98df1d2781390f53a4ca89e7c8172f86152a23cd9ccbe9 +size 936457406 diff --git a/data/part-04431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee8adbb25d10be98a77e8b4b5e1ea8ee40204b35 --- /dev/null +++ b/data/part-04431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8835f9a3a497e8e1fbf11a1b6d0e414d05055035fbbb17eba8b9bbcf70b26d26 +size 1293587293 diff --git a/data/part-04432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70af747915acf6fdddf2f84864e3e38b6e506cc8 --- /dev/null +++ b/data/part-04432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab09e0d9fc25d1b08687e0fb974ca7e1b58835c50d9740c2d03ee5ed542129de +size 701218733 diff --git a/data/part-04433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b00d446d0af92d661652f96fdeab2fea94db7b1 --- /dev/null +++ b/data/part-04433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a35c1781d484dbe0206baba23eeaa824c4e7b9fca51fcef39b40d14ac1457b +size 703910979 diff --git a/data/part-04434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cfc39acf45242637696315075556b1a77cd72a5 --- /dev/null +++ b/data/part-04434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807ab4955bc133097b9f7f9b8b9c002ee478c3ec585291ce24f8befb5e8c7985 +size 436168015 diff --git a/data/part-04435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99fe676bd72a13218025a74c299215ace3d71360 --- /dev/null +++ b/data/part-04435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b42906cb0f588b9b57863c75ee88f15c871970e801d804a67584a2c3741851 +size 398582859 diff --git a/data/part-04436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e416108fff4159a54fae9c3eef1f2ef5a193db55 --- /dev/null +++ b/data/part-04436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f95241569a279632bfb5e5854d00c83229f14cd4e9111b7867c73c2f9522b3 +size 515307949 diff --git a/data/part-04437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a3db217af9ef3ea1cb039dcc6ba26c2249e4cc5 --- /dev/null +++ b/data/part-04437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3976ab783a98304b84a28f02f2f16a90bb92813478428c2e943462daa0c8eb +size 543633766 diff --git a/data/part-04438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b639da3944433d9cd8fe7f03dea52e3fe0ca2de8 --- /dev/null +++ b/data/part-04438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02dd6588a31844aa5b7dc9d99e690fc3c1ea2b8b1d2ebb209fabacdef315d4fc +size 535219066 diff --git a/data/part-04439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b95ba496ebcbd2a46e344961f65b5e0491e8c900 --- /dev/null +++ b/data/part-04439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779ddcf9f8e7dc942a5927d1a80472bca78fcd9de27f17e2722d44b316aaf5f3 +size 430411166 diff --git a/data/part-04440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..043a4d66f524ac29985a381ebef235263d87d622 --- /dev/null +++ b/data/part-04440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0175c8bb8b4dc868554782acb42ba68ca46f1b649f597c9dd010e5707b43d36 +size 608024523 diff --git a/data/part-04441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..602be4dfc0ea695e60b1aecec8b1e93e190ed08c --- /dev/null +++ b/data/part-04441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213423ae4788ec1ea344afd59e7a88b988b413272196bc3926bbae02cf49b8e2 +size 387452627 diff --git a/data/part-04442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65a2a574f737943362b130b5946f683ab74fe94d --- /dev/null +++ b/data/part-04442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6122429bbb93292763483660a91df00c9935d3f35a234012b2866a13bd901c +size 844091660 diff --git a/data/part-04443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc552e259e624386adc5487dde0e9a50c2191b47 --- /dev/null +++ b/data/part-04443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880dcbcc9e285595fb0bfaebcd59c246610fdfe15805792984212505337c8071 +size 525736772 diff --git a/data/part-04444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd9e67e1879e8f6de284171ffddefaa19f4b9bbb --- /dev/null +++ b/data/part-04444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b788ca33c0ce44e269c3cb6fa338d04382f9fc8eacea580700647231f1b790 +size 496648134 diff --git a/data/part-04445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a710ca66770ea737800d7e595c5e123455c739e --- /dev/null +++ b/data/part-04445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc36fb7b6318ac279ef1cc5bdc522c3a6ee3984ffdf7d131b1931b9900570f2 +size 443558037 diff --git a/data/part-04446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d10ae1fc364c054022147e594d5d74ee98930ce5 --- /dev/null +++ b/data/part-04446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205871587fcf79a924ba1a5af1a207a8622af8fbe570c7ad3266fa8b9bfaf729 +size 380394064 diff --git a/data/part-04447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f0b0c2e77ef71b0c15a6696087214af568d9250 --- /dev/null +++ b/data/part-04447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e935dfa09f5a9d0f6196b7fc32e465320b9de6725775d175c7c7f1b6d2410ce +size 388850454 diff --git a/data/part-04448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e9586b7f96b176c5694a356ddb97110ca05a345 --- /dev/null +++ b/data/part-04448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ac93f2dbb6dd59476c07ebb01fcd7eb24aa36fac69f9f93663595d2bd59a7f +size 585798180 diff --git a/data/part-04449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a1ca40dbdf40d8a91d1e93f647817c23ef7c55e --- /dev/null +++ b/data/part-04449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77270a77139bb00c1fe4f54e6776edc035ea9691bf514d21ae9d9beab92a2b8e +size 514880083 diff --git a/data/part-04450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a471365b3676b1842b7a2a83517a774797b2964f --- /dev/null +++ b/data/part-04450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9937a9223fc8323a1fd766a47d0ffc1cfb287aba08ec8137f92544d9cd49f11b +size 432225913 diff --git a/data/part-04451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db9d0f08057e0f76c574c40d4d6fc296a3367303 --- /dev/null +++ b/data/part-04451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66abeb33085c6b9c0fa7e1ed7df37cb28b5ced680e45ec76f2749ba187f54a3 +size 605378097 diff --git a/data/part-04452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc8358cb42839e4a2e5839e06582e7166017f384 --- /dev/null +++ b/data/part-04452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442e426b53bfe6f6bbd8e7a8e0a38be046deecb60f8fc6a029e05a28b4c82f35 +size 546549069 diff --git a/data/part-04453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ff2907d57622b4e27566682fb91f01b165fc1bc --- /dev/null +++ b/data/part-04453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a941ff395eef6e351685edc7250513f67fca6b4def4b9b48035e40578be8fc +size 401910440 diff --git a/data/part-04454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a713592d9a32b82585e1254e3d52694e2ac06112 --- /dev/null +++ b/data/part-04454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0c570c948f02e9b65b0d230bc0861c882d52e271511f76dfe8f14fa4fac6cd +size 709554199 diff --git a/data/part-04455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4234e53a212a7c67f80af0072ad762b7cfdcdf63 --- /dev/null +++ b/data/part-04455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c432e6dbe3ae361f7c78edcebd0b47371978a1cfe42510abf91bc8bf56f438 +size 959309229 diff --git a/data/part-04456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a323f4a678c77ae1767091300cda12408f94cbb --- /dev/null +++ b/data/part-04456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8b7c2ced507136c67056727ab2859b6d465c9c8d76960383cdbcaf0c8475ff +size 572407140 diff --git a/data/part-04457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c75e845bb57b46c3cbed1dff5bd62f26350d3ce9 --- /dev/null +++ b/data/part-04457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8294e1ebedaab4e967a27181c14bf379372f38881a1fc472cfc77472ad9c37ca +size 510655985 diff --git a/data/part-04458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd364747b753ffbdb26a79c17c977c23ae069125 --- /dev/null +++ b/data/part-04458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd21076d298181dfd64acafeff73bf9300e7bfc588d2243f7e43d5007e93b3e +size 420766160 diff --git a/data/part-04459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a4cf4ee07964259407c39fddb1b42de08fe6b40 --- /dev/null +++ b/data/part-04459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df46a7f149d09373fae535fc3e61e780f534f505b1c149ee75487f3832849f66 +size 977521110 diff --git a/data/part-04460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02007ea002fb17395adb3b0b177e44aa1feeaff8 --- /dev/null +++ b/data/part-04460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96639401f875fd0bb49c05689d43c05087e7f4cb21afaa9cfe77c66e1ead470a +size 898829189 diff --git a/data/part-04461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b17199917de2b5ae8a00b3bcc8b012967105638 --- /dev/null +++ b/data/part-04461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff55c207f9471f9467af234970b5b3fd18263ade64270f6fd29493bfc6e17282 +size 395609716 diff --git a/data/part-04462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afd3c9524714d1a0c7337a6a7cf9ce8339b6e641 --- /dev/null +++ b/data/part-04462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f00ef05b8500bebfad0756a0510bb22466a5adf0e5bccc49011d9b9be08a4c1 +size 687465076 diff --git a/data/part-04463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23746dc9dbf8a05a02c679868cfa31d12c801e01 --- /dev/null +++ b/data/part-04463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b9d2cc70cb7f8c930736f8114000e46d3e215fdc0e4efb166ecbd925e7ca0a +size 672120807 diff --git a/data/part-04464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5529a23d19842590b9b05046c93112a77c6e671e --- /dev/null +++ b/data/part-04464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43786c603fa940db423fc3fcfc77f5993b790952e53351b037f0d194803a8c4 +size 671502014 diff --git a/data/part-04465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecab0be0648f97c11b6dd8994ce8d5127d4b58d9 --- /dev/null +++ b/data/part-04465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d83a947ec94611604349f283e1a915c1c9d40c783a0f0b9c9df0fe7e6abb5a +size 456502917 diff --git a/data/part-04466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edfd1df67ca2f98ea9c9c0568e99b9ffe39c1c6d --- /dev/null +++ b/data/part-04466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e34218fdefb70d6c0517f4e50619ac7fdea9412e5ebf305cd18d3379d21120b +size 406954510 diff --git a/data/part-04467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55aaf4ea854c52c49fb30207ed952eb520c796b2 --- /dev/null +++ b/data/part-04467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12693eb854b86c0b7b08eeb7053a688f5c9f567beeb9c4e878888bb63b96e234 +size 475860074 diff --git a/data/part-04468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..490cc8b023fab331b722ce59a315b92531d8b198 --- /dev/null +++ b/data/part-04468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac457c7a962bcdbc00b75af1e835d0b85183557fa98a1ea02c46beee62884977 +size 696803919 diff --git a/data/part-04469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e89a7d73b713087e47298ed286590914b3422e07 --- /dev/null +++ b/data/part-04469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c64f797c37805be31b5799b7ef8657eba358cc0ac4952b0e6bcdb0711a4b56 +size 474295888 diff --git a/data/part-04470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a522eeba5f79fb6c68a35e8c74547604007c1e1 --- /dev/null +++ b/data/part-04470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916dded88526b848ce7ef70ec7ffbec0eda77d3cb09ea369516e76898281abc1 +size 597081244 diff --git a/data/part-04471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab6535adf22bfdc7973c8c14022449a051f11000 --- /dev/null +++ b/data/part-04471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd33f1a92c9509d2a4e4dc97e8fc0c073fec042546830ff8f2213efb1c28a99 +size 472818641 diff --git a/data/part-04472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2b87d49c15831eb374878fde1b2b49f125b6c58 --- /dev/null +++ b/data/part-04472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b017ba9339cc924cabfa556c4671aa7df461166a4193d595f053f3be7e5138 +size 609251184 diff --git a/data/part-04473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3ae3e7101200afcb8fdbc7d7faf477b48418b82 --- /dev/null +++ b/data/part-04473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270963da697ea3623a465d64f72360ad29460742bca4e7477b3fb139c04ba7fb +size 478424894 diff --git a/data/part-04474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..038e5bc51cfce62e81b535a1c9cdd68ae60e7a3a --- /dev/null +++ b/data/part-04474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7a7c36cf3c7f0c2ecc1f3edc29a40299bcdda619e5c3428ed1de23468fd1fc +size 492165342 diff --git a/data/part-04475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df10cee0dc928fb130dee680abd5fe7c374813c3 --- /dev/null +++ b/data/part-04475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e6c393499a84113c88b584ac37077dc9557b82fb812961728921e7bb74cffb +size 491434155 diff --git a/data/part-04476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11ef9d39962aca7bcaa55dc5b630a801fd3c94d3 --- /dev/null +++ b/data/part-04476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4792bd64cbee98bee3c4e0ee4536da20e71f5878c8c4c35f0cff0ab90c8462 +size 517493901 diff --git a/data/part-04477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de492c5c75ae605de5f3bb41ff02ba1e0230a783 --- /dev/null +++ b/data/part-04477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98539e1c6dfbe28469143fc8a78b19a0b581b6f1dc2974eb3ecd015ac838a656 +size 570454304 diff --git a/data/part-04478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f708211029885809c80e5bc15c04194f163624c9 --- /dev/null +++ b/data/part-04478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44c4808302c1ed3c9af00cbc88a44f154bb02a41b6ebcdabb2c007913babe6c +size 981226901 diff --git a/data/part-04479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6879bc02876f6c6278c3ddece64404fb4413c3e0 --- /dev/null +++ b/data/part-04479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002b0b224aba00befdb18fa517547018748c35745b202578d78b17979bc45e46 +size 499154532 diff --git a/data/part-04480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51562fee3e9b2588e971b5eea00f774b5526406c --- /dev/null +++ b/data/part-04480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27000bf4975490fd1fb4b18d6f76f076b0146756976709aa47dd5fbd79659c2 +size 599425641 diff --git a/data/part-04481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71eec852622f021f4d0ea23bd04eebd7ac0c54c2 --- /dev/null +++ b/data/part-04481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a00d297e32916a5e6078e5e2999b383778dbd351854feed2753fa4956ee1384 +size 489106323 diff --git a/data/part-04482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78c81755b81877e99e37ff78b1c162fec812d026 --- /dev/null +++ b/data/part-04482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e643c802c5e0f7e497e93cae16d5bf61c114cfd5522fe1a97356593ffbf4a5 +size 393404138 diff --git a/data/part-04483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..495e2719a07a77b39767e398d2a270249f6fa144 --- /dev/null +++ b/data/part-04483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b1cac011770768907eafdc92d9db80bdbaac786f5212a93f79b382de454d21 +size 665426137 diff --git a/data/part-04484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74637c9d2536f449fd7cf0b613e5d93204609734 --- /dev/null +++ b/data/part-04484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41ca88db785e55f56f0109626bcea85e1d09de0e42e7ff9224695de75cdf8f8 +size 761025660 diff --git a/data/part-04485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7584c45425d96709a9269652c221080bf7e0067c --- /dev/null +++ b/data/part-04485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f59676ccbbe65accf1aafa16e0d576858d128ba220ab3989afee182198c4a94 +size 670502255 diff --git a/data/part-04486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..262d4019af2ae942c82820209e9a277d8ed22dd5 --- /dev/null +++ b/data/part-04486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5af414c41919054519dd42ab7a23b89af46addb7758502efa17d59d14dd5466 +size 594787908 diff --git a/data/part-04487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19b14f27d82f98a5ddf0575d9fe8b13f6cbd6d7e --- /dev/null +++ b/data/part-04487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b6cff33087996a9507bba4dfc440150e8e046fbb6accdb16558e5fcd2e4a92 +size 712300875 diff --git a/data/part-04488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9d3e258720e15fabc92c7559dbd6d41a3c8440d --- /dev/null +++ b/data/part-04488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dca9f8286923ef34a4ce82da293336d4d01fa3709965c540fde8dfbf4a728be +size 631360994 diff --git a/data/part-04489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dedbd2fcb717d1ca9ee68639c8bd2f7d0081f8dc --- /dev/null +++ b/data/part-04489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26efc9ea3fcd99577f3828c22ffd5c42a6db5b9949cfeee56aca55a8baef3e64 +size 411834270 diff --git a/data/part-04490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..641759d54940ff279c2575c8ef3989fc2b99ca5e --- /dev/null +++ b/data/part-04490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc5d189c3053211b212e6277f8201328d5795ff335f0b6c141f0c861ee061f6 +size 600840075 diff --git a/data/part-04491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cee028a369712970109c2948e3d8c871f814a1c3 --- /dev/null +++ b/data/part-04491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498dd3810c0042bb899348ed1adc330f229e02866c2b667690b7b163fe0c9982 +size 391463208 diff --git a/data/part-04492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9f491221b49b50b24e3927734649512a2f45d19 --- /dev/null +++ b/data/part-04492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b7452b652ad6e24361de5dc0d665f351ab5d7a37e114c36863a3c80f10071 +size 587678549 diff --git a/data/part-04493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9a4c3a80041e9ebfefdc976067adac7a7ade291 --- /dev/null +++ b/data/part-04493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec8e1015815397a5f82508d7296d2496ca42d7d28bdc2638c895e04e9371a1b +size 995289283 diff --git a/data/part-04494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df1d981b24a6179bf976620c88f29892935718de --- /dev/null +++ b/data/part-04494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dda878f07d529150b30cd51dd50120eb1d74168d1e5d782a3b574e76b276736 +size 611022026 diff --git a/data/part-04495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..536b0053d060757da0566dde509f1431f837955b --- /dev/null +++ b/data/part-04495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9483d0ee50692a7cb06db464ce04fb49bff441762f93c4cfe1b5b2d4d7d41338 +size 443612638 diff --git a/data/part-04496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1177e70ca0f4249439769e61761aaae87861331c --- /dev/null +++ b/data/part-04496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7afba37d59056657dd03fcb2ca5b4e7e0c18783f22866e7e0acf55fd9022d05 +size 368193495 diff --git a/data/part-04497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa1f88a9cd91df28d524f6161a9ba89b58ec6524 --- /dev/null +++ b/data/part-04497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a066819eef3e6471b844497b60f0d9fb158b56031ecad07b075d8378c6704c +size 609019449 diff --git a/data/part-04498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40827542ab52f8143e3955d57c3817b1e1f52fdd --- /dev/null +++ b/data/part-04498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5251f1dc624dd3489782821a47d582f5436780428754865b800dd4868d2b50 +size 433202000 diff --git a/data/part-04499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfbe3ada7934031daa59ee3e069ce5f8a6b61d83 --- /dev/null +++ b/data/part-04499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cce563fa01cae1c1b2d16a61c667722c0c95c2d60cbf130405d3d7963b5b09 +size 1020065637 diff --git a/data/part-04500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22e8bdc73be34b198e23ef30880d9af54a8dfc45 --- /dev/null +++ b/data/part-04500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a649b4055c3784125d888645184a13e1c4b02c720feccd0adbcf30af580e0a +size 458089272 diff --git a/data/part-04501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b25ec2fbc9d55aa2f79217517f8f588e2006161 --- /dev/null +++ b/data/part-04501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6177c2f3c48c9d38b94f9ad8559fc37366a8bf0ccaaf9515e8807c192fe3fd +size 370353300 diff --git a/data/part-04502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b815dde2641f0fc95fd0abe2b80b95b970d43af2 --- /dev/null +++ b/data/part-04502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e0d94cb025787336eb4f87becef072692b8c2fe2d74c2e53ac09bb0052b9f1 +size 704787890 diff --git a/data/part-04503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d30dfea865a91251846f3b4094c4e3fcfe01d17c --- /dev/null +++ b/data/part-04503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aa23b8eab64dc3bf04da4fe5b53ad9d4521f22b9387912dd93630725471568 +size 475455759 diff --git a/data/part-04504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ce06dee2ce91866ffccb944fa72b0ba6ebcdc64 --- /dev/null +++ b/data/part-04504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950ef5fbfb58e33a3132c2c53ae2ce6d572c069b3d92d802f64c34f7c4d05f58 +size 765738980 diff --git a/data/part-04505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b5308426bd55d9304a76f80d0090197fb7877a4 --- /dev/null +++ b/data/part-04505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d51badfcab9e007975d4b0c4ec4b240de9cc1669d6897105099079ef34f771 +size 513767719 diff --git a/data/part-04506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62b38d8c07067689532b75f73e5d9f3a6628b6bd --- /dev/null +++ b/data/part-04506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37bfef95589a9786cc23cbbb8a3df2ae93d9365bc2fa909b1817a38d5b4793e +size 877928214 diff --git a/data/part-04507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc8f856fdb08d062265162f4f2ca0f847bb7e4a5 --- /dev/null +++ b/data/part-04507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db885b9a0d7f97c1ff05e4f8b5bf32574962870c6b49fab05f56514da8791ee +size 889745236 diff --git a/data/part-04508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e250048e804116695f0fd3c6f71e3c561de9287d --- /dev/null +++ b/data/part-04508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc49b4d3ae0593f7303e463c217c7ca6fbe39109c8e6b666ea5cf5a606596dd9 +size 765565693 diff --git a/data/part-04509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2e9c217a01c255b5575309be32345903f158cb2 --- /dev/null +++ b/data/part-04509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a902ab609e086960bcfcc73c26c8bb0cde6c6b9ec9f16f2ae190d8304d65e66d +size 580335384 diff --git a/data/part-04510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..162660d2cb3e2b1b049cedfd7b384dd2f25c3d7f --- /dev/null +++ b/data/part-04510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d7216c89f21255f07e0710008d0385d202fde34123cf9678fab51481e782a3 +size 417436198 diff --git a/data/part-04511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a52567655477e001eb2dfa1523223e058be4ba5 --- /dev/null +++ b/data/part-04511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a9ec5407596b633e18425a1bdf51dda460c6b93b466b8a41d3dd4233c12188 +size 509022858 diff --git a/data/part-04512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f27a240b80281b9643ba186ab2cecc55698e73e2 --- /dev/null +++ b/data/part-04512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127f946cb1655d35f67f09b89ab1574475cb086182dab0a6354ab6441370c018 +size 352241239 diff --git a/data/part-04513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3aa73035e6cb24aa2391b8e99411abe80bcc17f --- /dev/null +++ b/data/part-04513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc861564d2089dc18a8ea489390e3b127d456a8d2493992d4dc88a213c1ab3d +size 943601753 diff --git a/data/part-04514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b819a17f7dfb9e778c2d740926cfcd002dc5848 --- /dev/null +++ b/data/part-04514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe7fd6b9ceb1b90ee3ee781bf33ae6774ce03963ecf71fd1da019691ee41db3 +size 501325480 diff --git a/data/part-04515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c608abb249c05d6d576946ee130cae4a1e22e12 --- /dev/null +++ b/data/part-04515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56754285f3f2de5090f6d0d50e526c24e3b4a894235cbcf2afddb60e0bf8eca +size 1037471595 diff --git a/data/part-04516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93c07883f0fc96e08098e008e833a11bbbeea326 --- /dev/null +++ b/data/part-04516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f908a1eac35db588b0e32553a4c07db9f5552c3f275d5a4b152e234b70f4ae0 +size 473134323 diff --git a/data/part-04517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c340f6a609a160ffcd50fb97d45ed12e07fd80c8 --- /dev/null +++ b/data/part-04517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d3865f30b849160a315bc56268fc69f8191d48664289bf615ce3527fc73005 +size 428020547 diff --git a/data/part-04518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e27db7072c6f0ee1dc3199a060ddbda7cfe1fc2b --- /dev/null +++ b/data/part-04518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4cccbb0f74e640ef8dc8f1fbdc306709c7b2340037d461a80626dc0048223d +size 498140592 diff --git a/data/part-04519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b39b16efbd0ddd6f95fd0a6c8757a6b5efc2998 --- /dev/null +++ b/data/part-04519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f3fa58debb84858e294179ad4b6e1f3adf6a97a9dbb09b929fbc5c65689009 +size 503264093 diff --git a/data/part-04520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae442f6027d03ef06588e29b34081c99c4c392eb --- /dev/null +++ b/data/part-04520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81ba5eb5a329eeafb43062a147bc153a70619e0c6d600f7b959d1c9cc8d00d7 +size 595981269 diff --git a/data/part-04521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63796c5b9d57e7324f992ad62767743ef9561530 --- /dev/null +++ b/data/part-04521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d90ad2ccc255786396862ea926926577d12f0b479e6663d4208867066add248 +size 488523801 diff --git a/data/part-04522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9bb9949119a848b5c823b4b94f0733337c403d2 --- /dev/null +++ b/data/part-04522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5ea840888360ee4b0471806136fe7792a66cd3cc8e9c56fe416c047ff479a9 +size 566916953 diff --git a/data/part-04523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25a8fed594e04a0df00cf9cf985b9ef42c703b19 --- /dev/null +++ b/data/part-04523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6201a2120c7c29c4394ba888da9bb4a700499cb5c26bdd201d29cc0517769d72 +size 804372035 diff --git a/data/part-04524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd265160cbe9c6d59daf0d717136ede22ee36b88 --- /dev/null +++ b/data/part-04524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fb381b8b69268a62b31c43f7061e7916f8ed8a28ae57cb2d59961c1b42ec1f +size 723019568 diff --git a/data/part-04525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d330dd0294b2a789dd1d7133646446107ad8d51 --- /dev/null +++ b/data/part-04525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f3eb856c1d2e4cf4a1fdc9883c677b26300fdd2af2e181bac66dfd32bffed8 +size 447973084 diff --git a/data/part-04526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47560220f044d61b8832af6121fa876525349194 --- /dev/null +++ b/data/part-04526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e352432af828212fa014743ddb929ca38513b0d31409d6f81d9053d6c0158767 +size 516041429 diff --git a/data/part-04527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1c2d50648c9f7e7ee234c1b290d8f17dacadf79 --- /dev/null +++ b/data/part-04527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4198cdfdbc61c30f7019892ba18133effc0d9a5930eaad75eee4ea288f0d8fe5 +size 412590842 diff --git a/data/part-04528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b18165650913d763994b68cedead61a3c0554bb --- /dev/null +++ b/data/part-04528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a86ae499b94a0683d247546250c1110f43e4412fef8ad91ba1e383005665c9 +size 662617641 diff --git a/data/part-04529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c33f0e9a2f5f80cec799a54b34632ccb38e6654 --- /dev/null +++ b/data/part-04529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3bbbdbd434c3b5c9a6ff5740c524d44dc5acb3f5feda7188bbe26dda1c6cb8 +size 515703994 diff --git a/data/part-04530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8252273a7cb23883d4f248b34f88beaf7c162a9c --- /dev/null +++ b/data/part-04530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db30d60324d55e796d19094a1f4e5058214185c6f6d287db1742aa8628156ee8 +size 681075729 diff --git a/data/part-04531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de22ebbdffc98652991b536e3df617ac71414da9 --- /dev/null +++ b/data/part-04531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cc0ae7c9864d05bec132f6d4523e4b720fcf50bfef624ae19979adb5632391 +size 436835775 diff --git a/data/part-04532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd150cd65d88ed6b4bc592052a67ae32d708db80 --- /dev/null +++ b/data/part-04532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e19370b1da9d2407db45c3ac18ea4e7970deb0f35a0ea21f9772d407c298434 +size 494328269 diff --git a/data/part-04533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..938e80be68a2577e33f2fdbceeb00be9feb9d7b2 --- /dev/null +++ b/data/part-04533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5462d9becf8fffe6665e84a03f3c4d6fe70db36ddb9ec67f6f7944e1f1daa3b9 +size 557549669 diff --git a/data/part-04534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f3f809786d58820f1bf8dc4178c1ac8b1106157 --- /dev/null +++ b/data/part-04534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fecadf0d0689018ca48150d9b5506a19add9846e4f9bde5c3580f5e28356c5d +size 500153612 diff --git a/data/part-04535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22d41cef415c0324ca26fa979dca02b6ad112652 --- /dev/null +++ b/data/part-04535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73e12d7d3c1026055f13df973babdb5f9b60cbc70e06130dadb450f793313f4 +size 719702940 diff --git a/data/part-04536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fda288b30a4be9337cf4d94af9b1372fc36b6000 --- /dev/null +++ b/data/part-04536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07cc71f9e896ac9eb05121d8fd652e144f85bced30315b0af3d16b59522dc05 +size 1066546327 diff --git a/data/part-04537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4870abd48c73fdfd09ff2187adc05ec8201eff8 --- /dev/null +++ b/data/part-04537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514b9d2e3fc0f23bc8ded8dc1cb1a27861fa94a1d689922cdd898dde2fa10ea0 +size 345560346 diff --git a/data/part-04538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30e123656751ea698b219960c6e456c536944586 --- /dev/null +++ b/data/part-04538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50373b1b307f684db0886d8afd3ceaa09adc91f016ad9189602924c491a98493 +size 499977789 diff --git a/data/part-04539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fab858352187b872dd4e57dc156de10620df824e --- /dev/null +++ b/data/part-04539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4369db61b1d212fbccda5e617b7543fbbca0a0aee1fafe667726a3a17c1f41ac +size 434115799 diff --git a/data/part-04540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5371275cb1c67c65338e8fa2dacb2a8f780cefe --- /dev/null +++ b/data/part-04540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a610409c8425a81b4f4162f146b2cdd2824d245055a7c285ace0d925cae8ae0 +size 533375073 diff --git a/data/part-04541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd3176e3f715dd5ba2f1c7342953c8a0312e3ee6 --- /dev/null +++ b/data/part-04541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4d188f83644e730feadccdf81922cb934cc89782ab5401209654923177ac6c +size 527924840 diff --git a/data/part-04542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f41a5cc830f394b555e767363a324025eb4de2f8 --- /dev/null +++ b/data/part-04542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f126b54b1875ceafeef7816197ba1ffbfd86a1085de065ebf4e1c4366fae88 +size 389663067 diff --git a/data/part-04543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b0c9253d5ad290a11b93a9ca11745f6b144a6ec --- /dev/null +++ b/data/part-04543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbacbd958cd88adb166c8282c9591699f376aaab8468155d391ff46d3c156c66 +size 424881093 diff --git a/data/part-04544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..929168e9386e714be8ceff586d95ee47c21bd638 --- /dev/null +++ b/data/part-04544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d83d1a29f4b9ec83156604e5974d0ae69665556c742b29459f9ba6ef9290e94 +size 900490935 diff --git a/data/part-04545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24276bcbd5b86c2aed2907f97c368528d0f53fa1 --- /dev/null +++ b/data/part-04545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38aa2357ec9682832154140adb57dc70ab303f4028861debc46ff45635a4ca89 +size 455961027 diff --git a/data/part-04546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c0b514bdd6f53234318cb9bcf4fc09258912559 --- /dev/null +++ b/data/part-04546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dbdf119e2121c470513356de5af84925da4d87b588ad68a4f334d41597dabb +size 438430231 diff --git a/data/part-04547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d110e550daf57eaf04940215c015ce4d482b76f7 --- /dev/null +++ b/data/part-04547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95af0dbc0c45951fa29c12f0f55dc6fab11067185b6c879465505e30b5f26ba4 +size 680740689 diff --git a/data/part-04548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6a557b3f0491f742676a345c5fd8d09df185a6a --- /dev/null +++ b/data/part-04548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39010c02f6ce9ecee9d22b00775488fa38a8348e09f1158d3b410e3ca6e947e +size 397308907 diff --git a/data/part-04549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..623b5bf7a6f77e4de4f7fbed95b47a2f64945b1c --- /dev/null +++ b/data/part-04549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7654ae349d665e1c878841897a609fb519d459f78f74dfd00322a593cff68c7 +size 625160202 diff --git a/data/part-04550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6699614192e4b43f2df23dc0c5233aa90cdd73e6 --- /dev/null +++ b/data/part-04550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4d6250a1e6376471711b9efa84cad4ae74530af483f3e5ffabfdc8ddcf3974 +size 465285949 diff --git a/data/part-04551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6dd816962b6e63f32857f59acd956baec4964552 --- /dev/null +++ b/data/part-04551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd31e7ecec00fcc40e56a0aee077231ab84f7896a3da9824cdb881733f603c27 +size 755605889 diff --git a/data/part-04552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9734325d14901e077e6fdb04d36be51da6aed58 --- /dev/null +++ b/data/part-04552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2b84b7a82370a98354debf4ae832c2ffb2089c3b09b8d787169a7c403b57c9 +size 415161363 diff --git a/data/part-04553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ee39b27f22ff3b7e7aee85674a086b066f243fa --- /dev/null +++ b/data/part-04553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857e93b5858a78d5a460761e49d838a01bbfd5546d2d2b94c53022c3e24ba0f8 +size 786627688 diff --git a/data/part-04554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92ad24195e2a100a2d9a2bfd142f42c19c9eebe1 --- /dev/null +++ b/data/part-04554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb2fb8aaa3205834f48cbfb9f25c0c5b494d2c36d47b7df55c708220c94a47b +size 566177487 diff --git a/data/part-04555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df3d2effc0e43168355b999096252ebcb91b2dcc --- /dev/null +++ b/data/part-04555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283657bbddb913319d5e4172fad27c574fdbde780bfb26e5b7aca34ffdae0658 +size 533852493 diff --git a/data/part-04556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92c803807c295e532c2629fa8a3d8ecebe88ab2b --- /dev/null +++ b/data/part-04556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16643dc1d24e4e10ab7533eb41b6778c352ac3274ac54d6a48b16839e4aef9db +size 475884922 diff --git a/data/part-04557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..751bc41caf8e78a6e51d24384e5ff811afb63c10 --- /dev/null +++ b/data/part-04557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bca2181d9cebe9f0740a4a04cc7a11ca5c0215baef985f336a5edaf2ef91411 +size 926803825 diff --git a/data/part-04558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6616b1dec1a888f08329ce327842d3ecc79c8eb --- /dev/null +++ b/data/part-04558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7afa8156b93181daadc42ff1f1b50f8b25cab6f4c2a5ac7ab1f795b1c0715a +size 445143018 diff --git a/data/part-04559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7cc5a3d4137ae664a79b9a1bc775803780ee532 --- /dev/null +++ b/data/part-04559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db6dfd6c0c95bcabc8f6e9fc047e21647a729b9a202d52a619c96a708a16f92 +size 453958376 diff --git a/data/part-04560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e66660498daa3fac39b66a7403e07e20cbe7a266 --- /dev/null +++ b/data/part-04560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3e721b87a2ce955bb31e434211bfb45822d9a2fd17cde78624036f5a208a38 +size 601061606 diff --git a/data/part-04561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9802e45a749d2332104bf7baae0f09366a89666 --- /dev/null +++ b/data/part-04561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c88e43df1f4c13975e30b4ce253843ce6a47b1d4abbf0143ecd33477d0abfee +size 634571760 diff --git a/data/part-04562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab9f931c7551e75eae3b7941ea23fd6af607787f --- /dev/null +++ b/data/part-04562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002c19f9784e87500bc95116bcbae0f93b76db003332397b10a4f643a16a4e86 +size 369123511 diff --git a/data/part-04563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cda6379925215669a99ca8003b48cbd13673b48 --- /dev/null +++ b/data/part-04563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d388c11c43327e0591ae3f782275ddd9bf684fa13477032c95355afd586eb26a +size 897321532 diff --git a/data/part-04564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc5d06a9e175d0047de30bbcd7bd499bcb1665d1 --- /dev/null +++ b/data/part-04564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375914ad24561341e79f6f86c6700003b5d9dda4a56da672f28b0e112c68ff40 +size 460036312 diff --git a/data/part-04565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..defb7fd2f5c647b2edac323b5b0bc1b8985aee9e --- /dev/null +++ b/data/part-04565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e08a76d3ec8255bed2b4369525247a50974d9309b2d9c60e7cac2847ecae8f +size 461425495 diff --git a/data/part-04566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4309bded86e77b0a9f1c31c35f091afbbba361f4 --- /dev/null +++ b/data/part-04566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fc6daf73b094252b040de42103c884d8ed365ef23a6ca0d1782c6fed0946eb +size 517704845 diff --git a/data/part-04567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b334f949da678bf0d1ccf3b94a4529d3496aacf --- /dev/null +++ b/data/part-04567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91af1c323eccb0a4802dd3fe7903f67902d67103f05fb1dbfa0a672340d9fa4 +size 474438976 diff --git a/data/part-04568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac663fb5f73554d41ef43db72f231dbba8a19694 --- /dev/null +++ b/data/part-04568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd384fbe303c05f0e67a73edee3cf94d03c9ab1742c835ea11d59f0fd631ff3 +size 554136264 diff --git a/data/part-04569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8094efda1a3da56cf013dba490c6400836b07411 --- /dev/null +++ b/data/part-04569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada4a112014215cc4e963260f2f9766bd79c76768763ab949450ae7405c78192 +size 405444866 diff --git a/data/part-04570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb0a3d0667a5e69dd645aff410a453b502a83de3 --- /dev/null +++ b/data/part-04570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9836188944c690430c6904c8f9e2bd35291714160812fc1c3513b798c0a029d4 +size 466361552 diff --git a/data/part-04571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62e434b60203a491b57cc27b4787ef6da66ebd05 --- /dev/null +++ b/data/part-04571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2e778de5f72512500d6a76f0c2f9c83bb8631d6fc1787171b7758dce851702 +size 477441505 diff --git a/data/part-04572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac4df78e572b581a28496e6f47a04930184d286d --- /dev/null +++ b/data/part-04572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bf7f1f461ef45a7d4b143747ed85cf9ea159e8324c80d6707018c4254e284d +size 462825477 diff --git a/data/part-04573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efe84265f8a133d6cb80b7fb4f4b7534e8583a19 --- /dev/null +++ b/data/part-04573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21a6b1d8979f89cddfae30de0cdf6209a7d43e5959753a18837c8be7d4850d5 +size 482178773 diff --git a/data/part-04574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c42d540817e6f7cced8536df0886ee4eff950b0 --- /dev/null +++ b/data/part-04574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc2df90bede3d6f9cd1697e9672592a7720f65694a45c2d95decaa5d2845f6d +size 837735385 diff --git a/data/part-04575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b37f84e52a19c9d34ad3757aaca6ef78aa3941bd --- /dev/null +++ b/data/part-04575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1dc5b1390f9337b01f27f028d5595f55e0e0f4886e14c9e0fa616e59d69718 +size 1032663963 diff --git a/data/part-04576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..110f525b5f480ad391513dda3855c94e911cbef0 --- /dev/null +++ b/data/part-04576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dec99442694391835360bc34848fd93b142f64b152148ed3fa992fb28710ce +size 390524156 diff --git a/data/part-04577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e746ca8f437a891ec3fa82d74fc4efecc9d66ad --- /dev/null +++ b/data/part-04577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883ad48b5110907429f592e200a447d49e2029508bd706c11d4d68299ef35dcf +size 361304987 diff --git a/data/part-04578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30c5b7e40d43dee20688b3afcfe50c6880272397 --- /dev/null +++ b/data/part-04578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1629cd61e806b7a28ec72feeeb8513810ba44b0b55f3c9e39c5976f21280eb23 +size 472884263 diff --git a/data/part-04579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf13c415c054a5ad0f0eb395bc2c6a6708f621b7 --- /dev/null +++ b/data/part-04579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710642ef8791c7311f7403a0c92ae1e1051db4af8849a0cddac52c50c873e25c +size 469756507 diff --git a/data/part-04580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d69371c3df35a898a3afe73d80ad464abf856c60 --- /dev/null +++ b/data/part-04580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ebad271a305588c518e05b752c71557cefa765d16c6a5288ffe6c2b298e0ba +size 596816166 diff --git a/data/part-04581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49ff07c76b48781244a00a179c074e5ab0ecf59c --- /dev/null +++ b/data/part-04581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0547773ffc3f9f232fa3f3a4c3d7b5986169c4046645031cfff3b111abdda2 +size 497616110 diff --git a/data/part-04582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..198a5eca5b3f1af4ae99e438daed19a987ad67dc --- /dev/null +++ b/data/part-04582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba04c052d3309f99b1b68cf93c160a61f30f15f18306ae5e40dcbefca5f7b05 +size 688694728 diff --git a/data/part-04583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efa115fbbee80d212b55b13ec79848e28ac72b4e --- /dev/null +++ b/data/part-04583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54832a94b165154112ac27bbdf513174f5b75a689cc5394c3324c8c3d90e982 +size 578318395 diff --git a/data/part-04584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93f9060e495801cdc6703e98fb2930a28416efce --- /dev/null +++ b/data/part-04584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc3423dc3f24fa4bdb96444e58508dc8aeb0527c7a446fbe7541af66082940f +size 578253145 diff --git a/data/part-04585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8edd463165e76103275116bf286e73c666525381 --- /dev/null +++ b/data/part-04585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88e102bcc07e7ccea59dc68309bdda4c33c686974f401fe325bbd01367c2f37 +size 610493497 diff --git a/data/part-04586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69191747dc55992cb1fc5f773040e8be0df336bb --- /dev/null +++ b/data/part-04586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aebde5cf3771a65c2fc20e3656207142fac3610870fa0ac91ae22ebb87f67f +size 412875700 diff --git a/data/part-04587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..150a0021fa2f057b052a6921d99b45169aa292c1 --- /dev/null +++ b/data/part-04587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e185931f2f7eca6b3372f15f6b06ba691135213316ca1a2938b178dbb186de46 +size 594001974 diff --git a/data/part-04588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b29705c1393d4eac70dee31cd88a1ab953fab2ac --- /dev/null +++ b/data/part-04588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bfdf29c9650d804a77dcbbcc498b8e23b4a93946914a3a30752385ec4072b7 +size 495780089 diff --git a/data/part-04589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7f4204d8b5e25cb17a0855f889119bfdecb43a2 --- /dev/null +++ b/data/part-04589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbeea110f2db1075e66ddeea3b18262edb19e662d7132732729a16f0933e70d +size 495212999 diff --git a/data/part-04590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a282e3d8bc4659ed006ddfa7b5e7c7c6fc1d2f3a --- /dev/null +++ b/data/part-04590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfda614766666c86864e2c227fc91d02add376631759caf705ffdb7956a1ff7 +size 577053291 diff --git a/data/part-04591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e462a91701687c64fb2cce66dd816fe9bf26c5d --- /dev/null +++ b/data/part-04591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898c2df6f11198208b0068c5cf5372115d2889ecea243d80d5124bd79d0c7ad6 +size 529436491 diff --git a/data/part-04592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3590911a1cb49eba0b57d3cc2114fdbc48bb381d --- /dev/null +++ b/data/part-04592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf236a6836cf9336d3fcb349eb4b896179287434886bd3f0dcc4309a0beaf77 +size 475285262 diff --git a/data/part-04593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf51cd24b7c3a21eb29ef50f6571fb4868141384 --- /dev/null +++ b/data/part-04593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb55cc3e3df4032d1fcaa3d2f048f3bf16de854fa2ce7903bd20cc3a9e8db1e8 +size 397707775 diff --git a/data/part-04594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff2b41562f7dbc0d07a691e48af74b3fce9baa69 --- /dev/null +++ b/data/part-04594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5922473a99b2b116ddb23ddb91c46aca0defd611f3f7fa920c29f5d26984978a +size 495814708 diff --git a/data/part-04595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..681a7dabf85b89641541833d4b8d680ec57d5b59 --- /dev/null +++ b/data/part-04595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9647245c971e977749b82cfe68ea855575855d2edf0e4838d6afe217847758 +size 675238510 diff --git a/data/part-04596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea0c9f97684e3159712cd2d4fa1169c4c4d9ed81 --- /dev/null +++ b/data/part-04596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20c5bbe617e68b1c1af753457a0e5a5f36b2b0d89bf88b11abc73548560da01 +size 482998615 diff --git a/data/part-04597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58e64b34dc8cb86eaae806b24e6c7a88c3bcfa33 --- /dev/null +++ b/data/part-04597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e5b31143139c0aa41e739e24047798f7c19088743d4a932d8bc491a57cee4a +size 637003640 diff --git a/data/part-04598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62916feb6ec15a8278204ce1b29dd612f2982651 --- /dev/null +++ b/data/part-04598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81171207d88180b08a88c9020e9e82954bc9e85341171b8c25cde81208ff4fff +size 452929595 diff --git a/data/part-04599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3123e4fbdb84a9bb56943300236613356b4f7164 --- /dev/null +++ b/data/part-04599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb2fd2e46c0c7e3284795130b115995abb02b9196c3cb764bdff6f115c540c7 +size 552068716 diff --git a/data/part-04600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79dc51ccc6e14c66df1cf16ed7d77e95c2b35ec7 --- /dev/null +++ b/data/part-04600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104f535460accea3979324253f64bc53deab8a5a251dcc98d06a8ed37bc7b13a +size 803842852 diff --git a/data/part-04601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..366d0dd9bd964b33f34078e47069a9668b3ed844 --- /dev/null +++ b/data/part-04601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213621c8a3bc0b63930d6d5f80bcee94b85a36274e150798c862017ec35a3a94 +size 649200072 diff --git a/data/part-04602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f03fc0d3241613e83994d6d8c51b51cbb4ac6932 --- /dev/null +++ b/data/part-04602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e90abd76cb7b8871dba12e739e76614448438d52347e5d6640d2625a0d8263 +size 477571573 diff --git a/data/part-04603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9275455ac10070b6dc9cee2d53f9e0786b840c9 --- /dev/null +++ b/data/part-04603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e26e0cd157475963f372255733a5ce3d382b8f053486bf213c399a61e129f7a +size 386436841 diff --git a/data/part-04604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b48499312dcc98b3c3be5c9735794a9fd1d5158a --- /dev/null +++ b/data/part-04604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6525e52ef40946dc560277078f9c6271888a1e8107bb65e58cf0574b124479e +size 390379514 diff --git a/data/part-04605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15bd1c94ee65f641642c708aa57d4bde6bb77e57 --- /dev/null +++ b/data/part-04605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20b776fbc568ca33b6fcc9cb3a40e1bbb5a41d9c29c28d7aad3a007aa4a5d5e +size 459330616 diff --git a/data/part-04606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1274959ef8f548f36dd845c56bc8b760bad32273 --- /dev/null +++ b/data/part-04606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbacf755fa3dec0c0c732174d4e003bbe7a4bd79495303104b329b985eb971c +size 409737931 diff --git a/data/part-04607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e54f752330aa86eeb0a822cf5e31910f015682c --- /dev/null +++ b/data/part-04607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735afa39b0bce2bb9c7a37c881a8dce69ea5021f83df896245cd3d810eaa79a1 +size 637168987 diff --git a/data/part-04608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ac8c49cb914d9d275dbd4cbca3991fd1fbec9cb --- /dev/null +++ b/data/part-04608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1a4161d0168720c0e761f4d31f1f00807c6c000bd0be15bd81df765f91e7ec +size 498604206 diff --git a/data/part-04609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fab6b5c013643424681aaf17271c6ed34e13e0dc --- /dev/null +++ b/data/part-04609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1792680ff71193ed35da70b4848d30109ad0fcef768bb4b42b4f9c3d47882bc4 +size 442162735 diff --git a/data/part-04610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..205847e0bbdd094541c95afe832c5ec8cac5ed76 --- /dev/null +++ b/data/part-04610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614c3deda6e5623b991ef156aafd607314440954a2454b71193115a3d0ac0c10 +size 621154754 diff --git a/data/part-04611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8cd7d906402b981a7f3ee71fd4992414b284e1b --- /dev/null +++ b/data/part-04611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f02d417aa726a94fcfefbd885c5035e85613445914a2c4ee08fe01f06eafea +size 508519887 diff --git a/data/part-04612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54ba9c3eb8b559f1e05095485f96ef85b9e0ba62 --- /dev/null +++ b/data/part-04612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150e5c1083174b25732dd96cfd0b95eee86ad6db859bc40a6e570e3f9585d3c +size 893416764 diff --git a/data/part-04613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82b5685fcfb27baacb1ce2e324fdadf274433e0a --- /dev/null +++ b/data/part-04613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e07255051b529cd0857cbcbff5e464de991d9add5169067ab6e3edb3ae3e94 +size 448670232 diff --git a/data/part-04614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32113b6f759cffcb9db6126d8a0c851dd3fee1dc --- /dev/null +++ b/data/part-04614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca205b65b3dd701b01e20520959db6292c9dbd657dd80dda05627dc66e433ba +size 528280714 diff --git a/data/part-04615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..909bff1351840aa71d1c21467200a024dfce37cc --- /dev/null +++ b/data/part-04615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219085f8ee5831bf1267ec7024cb09906e4a421e328f9c56f4855b102c3f85ac +size 458203791 diff --git a/data/part-04616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..357de91327ab74c3d462dfa896e79026d94102a5 --- /dev/null +++ b/data/part-04616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce3297912f6e6d0bdd6c20957c08c41989c8983972b940f66cc8eb33b125734 +size 765440158 diff --git a/data/part-04617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6706fc0438319486f7d54066d4eac1785589c89a --- /dev/null +++ b/data/part-04617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4401a693429f9f2b0a75664d4960bb71dc33238c0b0a5ff3dbbf3a27f0dcaaa4 +size 518167050 diff --git a/data/part-04618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f3994ed44b88f0dc8a145f2a1993022d2f51442 --- /dev/null +++ b/data/part-04618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d439acf10e81b3de85eb62689a05bf53409010c796b32caedc4d54a0c7df80 +size 699048546 diff --git a/data/part-04619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5280d7d78a5f6b998ad6d8f13d81ee34b4474ffd --- /dev/null +++ b/data/part-04619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e05cc48129145e14a03f03a08c95f89b3be372a30b0c47a54eb72ffb2b918f8 +size 446426898 diff --git a/data/part-04620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19092b824283aa05da692ab3b084da4b21e14165 --- /dev/null +++ b/data/part-04620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c3397d01bb85da13bbfd2e30e294d71ac8038a2315d68f75755468f20c2db5 +size 432997297 diff --git a/data/part-04621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bb403c4d17fdd04c6b08199d2b3a1cfd4fa75ca --- /dev/null +++ b/data/part-04621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6144bf3d7b496a87c708bafae26549f464be9685cb0a50565b11964d1ac96c03 +size 520491422 diff --git a/data/part-04622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec8172ef06931b3d7fccee921fef4b5c6926c037 --- /dev/null +++ b/data/part-04622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f91a1df1c2512999bf59489a2837bd056e413837c5099c7c7006dd49d9176e +size 396029565 diff --git a/data/part-04623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72d66f403b4c77702666aed7688e7e892e412e45 --- /dev/null +++ b/data/part-04623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805454caa982235da15d867ff502c34ae07cbb958785cb19624a4d080bbe5f6d +size 460024200 diff --git a/data/part-04624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eced06d99efede1bb020d80bf5f74e38f48a2dec --- /dev/null +++ b/data/part-04624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fda5f12cfcf341390d3390576f9ff3aed6d4013e8f09ebf86ed668e42a8b4f3 +size 543378674 diff --git a/data/part-04625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..150398018bfd574b6a21480edbd9dbf34b689756 --- /dev/null +++ b/data/part-04625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fb2a941013690689e48c3b8c956b7c86130110b7dbc4e8882a2833499140ae +size 788935572 diff --git a/data/part-04626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b338cad35a7369fd2f536645144d27fe9211a65a --- /dev/null +++ b/data/part-04626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996aac48a330d0fa175d388f762c79ac74711c72eaafb38c4f0652e7a307340a +size 586284226 diff --git a/data/part-04627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf0bf5c36870ad05a7f0b22b6787a54f6e6e8075 --- /dev/null +++ b/data/part-04627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074ddb91f674017d408b2fb25a95c4e203e8c65d63ad3d55a62bfba5067a7528 +size 498449337 diff --git a/data/part-04628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bfbffa3fcf3476ee655328753d67af429cbf4c0 --- /dev/null +++ b/data/part-04628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01be0659970c8e1b13550b5af46ffdf68b2d973c35512c602fb0c370f36f3af +size 1021663685 diff --git a/data/part-04629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e258b9793a29cf725005fa58bcda9c4a2916d8e --- /dev/null +++ b/data/part-04629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b382309f5d57002d120e0ec9d1ebcdedd2f4b5ab27c93d7e7e78e242a3a66fa +size 1036152024 diff --git a/data/part-04630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c938f532f67d66a4a26bec4ec0a132b61f5044b --- /dev/null +++ b/data/part-04630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6855e5c42bedf201bb946fd9b7ed4719385b68ccdaad8a6a3b828f65488e64 +size 415436838 diff --git a/data/part-04631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9d58d764d6ee69a2aef17019839b3e9982299d2 --- /dev/null +++ b/data/part-04631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5a40832a3e37adbe31f6cb24a12cecdfaa191350a3905e514ede8a83d3a9cc +size 440786154 diff --git a/data/part-04632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..976f6f9456e0aa73e3bf2521cabaff9bccbec99d --- /dev/null +++ b/data/part-04632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae1e68720ca5ade16249ce2e9ab32b119b2eac84e752a6bef0a2ade5462d7f +size 574032274 diff --git a/data/part-04633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b16c8bbb7055f029ff6d83b915e67edfbb4ecb2e --- /dev/null +++ b/data/part-04633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1052da8824acb1bb0d023f4efeb4aa39ff86b7bce06c9cd9737705d48574e8f3 +size 726322238 diff --git a/data/part-04634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec7698ea57ea40095374c4aeee27b31d4f6285d8 --- /dev/null +++ b/data/part-04634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675b4c2fe6c322fdf671efb2cc63dcaebee9fe566478d0098515d32972115a54 +size 1026059496 diff --git a/data/part-04635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da2f21838674e85871407521ad413bdfc59ce236 --- /dev/null +++ b/data/part-04635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba81c86d2319519126f846a3b3012b1b1444e403be8ac519da96636ec6501197 +size 537825902 diff --git a/data/part-04636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..053cc21eef9cf6a03ed0ca0123d72db80cea8e47 --- /dev/null +++ b/data/part-04636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee450591abc791a338bce071fd459351f118c41b6675144c7b42dc54734a2921 +size 454221986 diff --git a/data/part-04637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c727b49cabd8e4b82fc12fa9366a2057ff0b7b4 --- /dev/null +++ b/data/part-04637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d42ee0a29955ead34c808edee66fab169c241446f534678d3aec2780bfa3a8b +size 720189141 diff --git a/data/part-04638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5e8a7646d4a253b1c3057182018d3f5de83ec52 --- /dev/null +++ b/data/part-04638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c5ef8c4aa86ced654e4fbfa1b911e9e64251713ba752340ed616338db838bd +size 1180405580 diff --git a/data/part-04639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc29cfa1e6dc55aa31abc2dd43fb8e8015c3dc04 --- /dev/null +++ b/data/part-04639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154e0226e2b2844a23f36f82e45b5c5a8a4384cfa3635ae4506d91b7b320a7d5 +size 1466186776 diff --git a/data/part-04640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd0e0478595d115d093d1dce72c95742cec02d3c --- /dev/null +++ b/data/part-04640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cfa2ea2503340dadf2de862a505144bb9d6d8abc4d41cc27600189f708efd7 +size 738339134 diff --git a/data/part-04641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fa1efaeef3bf90ddb46f474d9ed5ea63cb9d4a9 --- /dev/null +++ b/data/part-04641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fd849954f89549a47d429a5a55dbb0833a5d63f180d6d24f9f793d7fb6ce85 +size 817737582 diff --git a/data/part-04642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e68adb027641f21e0834cf615cb595e2567947aa --- /dev/null +++ b/data/part-04642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4d5ae8c8ac000b5ce77909a93fc0bcb402b0b4c26bcd55cc1644fc0f1d1cc7 +size 511643043 diff --git a/data/part-04643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93d3368c06ee49ad95b891f5755ab84521fca785 --- /dev/null +++ b/data/part-04643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f010e7387f6118a30123dc1d7766e0d35c8d7fcf3baf5c3276a07cd0fad886bb +size 699943558 diff --git a/data/part-04644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66e252e25f91914dc53fd03b1d3c309f8bab300f --- /dev/null +++ b/data/part-04644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1a02a650b9c77a4f8757ba86ba463fd59fd24985c3494602ee47b4e29ca3c2 +size 543281067 diff --git a/data/part-04645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cf6cb5534d1e10df06fbeb9fbc2a77bd1b560c7 --- /dev/null +++ b/data/part-04645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ff312bbca30a3be475dc8cbe4d31dc8a0aa363ff7efbeb65cecda1703a4e78 +size 649587968 diff --git a/data/part-04646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12570e9d019494077048f27a024475470aa9dc85 --- /dev/null +++ b/data/part-04646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ccfab0d5f10c4001308542dc7fd7ece4dd2422341a4dac77e3be5035ff8b4b +size 632259765 diff --git a/data/part-04647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc0e2b3397875be7870212c8450bfdfb75d69413 --- /dev/null +++ b/data/part-04647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22993c4565ef9082cd02c799cc0cd9eb8f4d46b62150246b6f4a605fcea0d02 +size 1235146179 diff --git a/data/part-04648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e928c535cb4460f21cd13b3e320984994bab7d86 --- /dev/null +++ b/data/part-04648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de8f8a34ce61ec82314b235f898eefac7d1c5ed0fec78e07a1bb97795127d81 +size 374058981 diff --git a/data/part-04649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e384a1c938d45259d41e11e1e7c1dac620fba550 --- /dev/null +++ b/data/part-04649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad5eff361b8f8bcf060ef794f36938052d588bd205dcd540a3979c193875f68 +size 374631794 diff --git a/data/part-04650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14bd7efe7c71b68316ac3bca5a91b113b4e49348 --- /dev/null +++ b/data/part-04650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e864a95ea5c811d4e49b57c759cfc85c6b71d7afb8cc68630ef69874542e6ba +size 583324249 diff --git a/data/part-04651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c64cc7939d415f381f4e43a2d090fe147d7fed2 --- /dev/null +++ b/data/part-04651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545a800545e6c98844bea9df2eb72878ab98ce19b52b35fef89818c5fc777e0a +size 428599394 diff --git a/data/part-04652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e73ee6aa12ae616eec04028d3bf35a97b301fc3 --- /dev/null +++ b/data/part-04652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604d25b9506ab6790a69efb457344a3d85563beb09e0ff96594d273716e3202c +size 427109647 diff --git a/data/part-04653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6c9391bff88236c03173f9bf535501711c0a960 --- /dev/null +++ b/data/part-04653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc070be8eeabac6a2afed2b3277daf2d8cb32c43bedd3a9fae1710beb7623c3 +size 654776901 diff --git a/data/part-04654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89536a45262e62b68e81df1b2d996132e6290ea8 --- /dev/null +++ b/data/part-04654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5b9296b043ba3362f897e7347eecd5f5bea11087c3a9d5fc19d0e047528935 +size 557726092 diff --git a/data/part-04655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5ad8d9949b852528dc6d6a3c52d28917c13c3ba --- /dev/null +++ b/data/part-04655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7de6de5755b07bb4ccee678fad85e30348c705b177f5d5676ea29894a84cd41 +size 518456386 diff --git a/data/part-04656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62808276767ae6b3a8dfd0d377487f4f20d9faf7 --- /dev/null +++ b/data/part-04656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e8637ef606b48b31426d9fad3c392c5d6e00a9521c6bcbf9e76ccdf3486eae +size 550640441 diff --git a/data/part-04657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cacfeb7c06eb302f31d6d2bd29cbdba120d9972 --- /dev/null +++ b/data/part-04657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ee8862bae91be3842418f71783d13d9fb481fde10364172e90c3546b5514dc +size 811833981 diff --git a/data/part-04658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aeeca17597e66673de1aa6986498e2945847110 --- /dev/null +++ b/data/part-04658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bfaba6aab588a5e07e8bb5bf8f0eff794e481da2ba0799e534781c21c34d6c +size 426513982 diff --git a/data/part-04659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..891da582d9bb8fd264753768114a585b824a77b7 --- /dev/null +++ b/data/part-04659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0866cc2cefa3a8dc8cba5fbab4360c7e04a5464bf3cbb10234296538599adce +size 427421643 diff --git a/data/part-04660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b668e79c6f30f87973f1267181ea29719e47e60 --- /dev/null +++ b/data/part-04660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc56b1036b177195a83c5f0d9c7580eff5641aeba63b39556ad6a3250cdcaef +size 504435903 diff --git a/data/part-04661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0c287c5186509e1f9d5bdce3f8714279ffb72da --- /dev/null +++ b/data/part-04661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697aabac84495d94b5dec1e42671b0cd70b26078b52770898893feaf26728ae6 +size 618371616 diff --git a/data/part-04662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc1f12a102306525b9ab38f4378ee85de155d05b --- /dev/null +++ b/data/part-04662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503725c17d37203fd4cac4779366a536d4b62ca76bc33a592e69e1082fd6225f +size 513722740 diff --git a/data/part-04663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..757b297afa87d7936658d1d82b1123cca9e3a4a2 --- /dev/null +++ b/data/part-04663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ae582f6fa3371278c7e991feb52a06f8186d7eab0493e1ba197be72902c4c0 +size 970690904 diff --git a/data/part-04664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c4ebcdfb5a3dce9b0e4f4d8a85a6f0764ba6670 --- /dev/null +++ b/data/part-04664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c16aaf135b108c76df9896c334021d0d48bfd22c61d62829d1ac1de466314b +size 607898560 diff --git a/data/part-04665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..275f345886c8504932b5ab2ef439507586cece06 --- /dev/null +++ b/data/part-04665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2d0a2819d2d5a36a2188c38b82d1da6a630609c9f7be5610f4c846c0cab955 +size 867426729 diff --git a/data/part-04666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a19dca667d3804cdad3de7882e5f717b793bac0a --- /dev/null +++ b/data/part-04666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5660cdafa788f40c211763a0e97306da4524a93c3d539ccf1a2824ecd15c204a +size 658187218 diff --git a/data/part-04667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac97e5d11e816e857c84f803714abdb3bc194ae3 --- /dev/null +++ b/data/part-04667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5532657b7c5956108cf85508bbcf9092d107a6035f43740901b1e7ce6fe94dfa +size 430409704 diff --git a/data/part-04668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06102d07dea13e4775db6f753cd0036a04699125 --- /dev/null +++ b/data/part-04668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97be7fdb4d71323ba6063885826134c386e72db8e789213c8ddca8755629723 +size 588976471 diff --git a/data/part-04669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b25fe361367ea7700a80ce0207a24411c441128 --- /dev/null +++ b/data/part-04669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c66a905647ca485bccb5e37502fda3bca6211fd831a2759e0dc419006dd6e0d +size 575184680 diff --git a/data/part-04670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebec58616c903ed6f37173dff03c6cda4a893ffb --- /dev/null +++ b/data/part-04670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7e776a30f29cf8ce9d6b7c8095e7904e0c7b751869132ca276d1bd49caf1c5 +size 440629232 diff --git a/data/part-04671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..888d2277ba0cee12e53efdc35269e253fc102874 --- /dev/null +++ b/data/part-04671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d056df2d2bcd2e9e2b7ae245e118fd440e84782e293fb2b7acd7e5b66d624249 +size 447836073 diff --git a/data/part-04672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64511d9a72704cc77562f84cf915b21346859907 --- /dev/null +++ b/data/part-04672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6c9e03235710f960271ca86eab5b282727c2aa4e933c96c75f10095bf3eba9 +size 434113082 diff --git a/data/part-04673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..923eeabe4deac857a59021c08af6dc9bea312b9a --- /dev/null +++ b/data/part-04673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2f4aa87bbb5304b535247869feba29a164c8ab89c5cbf1c9d18d3289a1a0bb +size 498382418 diff --git a/data/part-04674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cf7e9690c30b364f17fd7292585a51a52384482 --- /dev/null +++ b/data/part-04674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02d3352469ea66c443132d066d5b43890cefaa81ce161e12237a26263706362 +size 475146552 diff --git a/data/part-04675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e3f14031af8921d25157b34ee5e3d8d3ff12fb7 --- /dev/null +++ b/data/part-04675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60750698344639a56aa8f7a262801c5a8f666ac5799e68da92a1f26fc89bbb3b +size 441914790 diff --git a/data/part-04676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be95f031ae8e0e7f3d473855c698e78d0e5be277 --- /dev/null +++ b/data/part-04676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d93b1a659551d6fc8853b72b524396ceba3dec47422f572cdbc1c98a837506 +size 863538317 diff --git a/data/part-04677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fc460ecfbcb3c1e3958db508937cd366f149eea --- /dev/null +++ b/data/part-04677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67ce8dc88272b3f648082f5a8e6cb9614e36765dfbdd69544e8971c1ae14293 +size 604759510 diff --git a/data/part-04678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e784fecebd188e748cbcc6d1fa23d80faae852d6 --- /dev/null +++ b/data/part-04678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571461903b280df3c858f786b158adc3d70d8a6716aad8f482a39f644d52a549 +size 686070331 diff --git a/data/part-04679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b781cbd858158b22585e1e9fbf2bcba4c29c0295 --- /dev/null +++ b/data/part-04679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dfe5a3e7608b280f76081589e3ee231827fe29a87cfb52277f9b3278e3d271 +size 953547718 diff --git a/data/part-04680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1977ed5c55c869cb09262fc721a74028a439ad4e --- /dev/null +++ b/data/part-04680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c605cc1dadbd7d691ae2b826300bb779445de4701be35d6d073c9ec3dbaae9e5 +size 757797908 diff --git a/data/part-04681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22ec6e9e60d19788136dd657e1e69a2ec057a012 --- /dev/null +++ b/data/part-04681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a597ee3464ca5b5c7cc5332c269c65d586162eefe89a0e607cad5ebe54606cef +size 421933222 diff --git a/data/part-04682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b861b56a100a5cf86ae3ef2e3637dabfb4c5f63a --- /dev/null +++ b/data/part-04682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62b5f06755166547bd2cf7192c32804bae5ba71474d35540244ff38aa045612 +size 885602233 diff --git a/data/part-04683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44e473792ecdc9cea95b2cdfdee4c8d0d87759b9 --- /dev/null +++ b/data/part-04683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0ae1535f5ae0b147eef229ba00d74ca285aa3750eb67568825627c40fb10cd +size 455596567 diff --git a/data/part-04684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6170870a3e02ed20cefd2fdcb0d163fb31626faf --- /dev/null +++ b/data/part-04684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a9c7a4f7c4af2a24ee7843f30f9f048e73315ff4304491dc99f627bb025d04 +size 443190162 diff --git a/data/part-04685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56566cd59c4d1db7165901738fdb3f5a2516128c --- /dev/null +++ b/data/part-04685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6b1037f5ddd61cff232e17209d1390bf86bbb47a1298d6a8b29a665ef4f10b +size 511882139 diff --git a/data/part-04686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c175cd89d349ef11fb28d3e1549454571f9cb40a --- /dev/null +++ b/data/part-04686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab49db95ae13fe13c43ebcccafd427c48052047f6541d835eb2f5735c8cb49e2 +size 474472785 diff --git a/data/part-04687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ea9268f62ba37be5a6f9b85c0e1dcb25d14f677 --- /dev/null +++ b/data/part-04687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5376e0cb074b04b2715b64714c870064e625b80e1816f8ed28dbe3a14fcf40f3 +size 510750503 diff --git a/data/part-04688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..177aafc66030e95e67d9bf4db85af77615aa9541 --- /dev/null +++ b/data/part-04688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac862291410c60b74195e031a305e85cee65c7bccece367bb18349d51ffe4d3 +size 709253797 diff --git a/data/part-04689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95658b1439d5177cfa8b5265a46eb2a987074565 --- /dev/null +++ b/data/part-04689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6b0a9e64d0de4b14deeaaef437306e713314f76727e0e54cc381e6a4801ac9 +size 891098452 diff --git a/data/part-04690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c341547d48526f5db396d62761097b487b80d7f4 --- /dev/null +++ b/data/part-04690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fb4e3f11ace8a38a127c0af064564ba071c433f4c643b4fa25075c35170218 +size 417872074 diff --git a/data/part-04691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aa9d9b4e20d576419a8b9e97d77630d19cadf79 --- /dev/null +++ b/data/part-04691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9c9db38e4574056af0606375dd772a2060c9f496c92ff52c2d928f470b9638 +size 598826534 diff --git a/data/part-04692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0add2ea0ead0a09ceb651cbe0daa4d4b6c2efa67 --- /dev/null +++ b/data/part-04692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f7cec4e00aa23c424555ff96644869df42eff4d2394867280fd39fc8b0e0c4 +size 458121768 diff --git a/data/part-04693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80459665325c2ec14f45925f05f0f25cc2b1036f --- /dev/null +++ b/data/part-04693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663f3f533460d1772fb8e0757d0ad7afbd6cbc83e29a93795700b1b649d1c72e +size 419817829 diff --git a/data/part-04694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cb615ae249f1a764f32f791fde24ca602668885 --- /dev/null +++ b/data/part-04694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbd3fded50eea695f9fcbd57772ce6a604175ba2083dfbd0a073accbebdebe3 +size 457957322 diff --git a/data/part-04695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee1f1c74b8136edb0824a4450b5c5c8bf148b9f1 --- /dev/null +++ b/data/part-04695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb19d4b0e8369159cce5567045a46e3fc092e06471fa23c3261f04eab6008ad +size 648710366 diff --git a/data/part-04696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de7b97fc160562fa1e02d46c771e108df84f8094 --- /dev/null +++ b/data/part-04696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2d630c117455262a698ad3664277e59bda3ccfc1e27de4d015db1012bffc2d +size 567498887 diff --git a/data/part-04697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a33f72f6820a53833e74fe814f77b771213fcbef --- /dev/null +++ b/data/part-04697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843dc651f6c4f758e7925b7ac403c56ed97d9d04b094dfa1eb3f6ee90e347966 +size 654412862 diff --git a/data/part-04698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f308527bd160ba567d74a7d0c56fda24e3e0ce1b --- /dev/null +++ b/data/part-04698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164184520da0854916b666b0c7a3eebe2b40cb0a347910f858aa6f25cfd1d032 +size 634477942 diff --git a/data/part-04699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0c1d70bef43af6c5d1c687b994a125bd7def400 --- /dev/null +++ b/data/part-04699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b01b4c3e3c3ac3738ddaf006863065929583ca9b054b0347da7edc00f7acfc +size 484804014 diff --git a/data/part-04700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..484a3f3bbe002fd15e937728411e525184fe9d55 --- /dev/null +++ b/data/part-04700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271dbe520778bf47a0cbafb6d64ac6a389b225c32d092b2ab5456c7e8a706d0c +size 400757283 diff --git a/data/part-04701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..043c0868b2d762be5a684a41b04b62229c0f4345 --- /dev/null +++ b/data/part-04701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbf85df338bf150fd805ea5d6d64770dd2805ed279ab117460bfaf0f1535c4d +size 507467564 diff --git a/data/part-04702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75a9af502b02352dfc41277075dae487c1a31ede --- /dev/null +++ b/data/part-04702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a2f77246ce9a96bbf532f51e11e831b41f8b910aa649f14f92b53667e00ed0 +size 589135147 diff --git a/data/part-04703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034ba9fcfab6cd33667bef04534c2f9fe0e0666c --- /dev/null +++ b/data/part-04703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772f986733e414a2fa78d95680781e1e8b6d53e5d3f90bd8b361a8fd83d38aba +size 661292665 diff --git a/data/part-04704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..736173ae465ee8e5fab86d1f33b0b25ea8a9cec9 --- /dev/null +++ b/data/part-04704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6a541ffc40ab4015ebfaa8627d311c02e63e05f93d87f10f6891033cbff212 +size 600893309 diff --git a/data/part-04705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0836bd40b98c6e01c31ddb22995e686458ca846c --- /dev/null +++ b/data/part-04705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359b08d43f5da61f6aea136a617a31aff7d20e1bca198e43dbbb107ad8b32241 +size 444181934 diff --git a/data/part-04706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0db65af0eed43efcf7b3e883472dd990510f2c7a --- /dev/null +++ b/data/part-04706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93b225cb7f8e2567f5bb4a78041d6296a1cf15138c408f7b8064fd9861564c2 +size 553748446 diff --git a/data/part-04707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65305e417457b576b81da9dc6516b93bbc570511 --- /dev/null +++ b/data/part-04707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a830db6bae4d18f61677596d54ed5c34054ceb8cb8e5002a32c4ef7bc8f8a587 +size 444686451 diff --git a/data/part-04708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cf64a025b4d282d858aee8213c808a10bacf0ec --- /dev/null +++ b/data/part-04708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac62ade99ef7abd3cac5b429cc1de23e58aa3c0e3aac9a30a50e38ad8b325fa +size 424060303 diff --git a/data/part-04709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd105853abfdc89ff41dd5cfb5ad6fb8efd98977 --- /dev/null +++ b/data/part-04709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74df5324779fad275a7dd927e49574efe9ed9c8a05ec662b0e3ea7c4c8c6dc3c +size 476654647 diff --git a/data/part-04710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fa46ecee5264191b7273e7d57c8095f6f140d6b --- /dev/null +++ b/data/part-04710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f86beddfb65bc657708c99ba25f68f07ee1781dd9cf96620cd00f6d82aabeac +size 494772787 diff --git a/data/part-04711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee02a3a71723a6d7b9e7f1cf872f7f1202e9ea30 --- /dev/null +++ b/data/part-04711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a54152e8c206c3223a179c63c9bcc1d337d23b25a18c8dd038c69b4c7cf7e8 +size 992983500 diff --git a/data/part-04712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2679ffce8348728fed584c7eab983efbc61df10 --- /dev/null +++ b/data/part-04712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f40fe42e78d187428165d5ef6e0a8e6a66d1d68f7ae96921c7a2547afcebf37 +size 429624046 diff --git a/data/part-04713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..763e7a62b9d5032d70b0a37ca74b20d10c16de57 --- /dev/null +++ b/data/part-04713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0516be5b033537e446e9522dabb432cd98c7f22c3811148fb5e5080cd51fce6 +size 479973994 diff --git a/data/part-04714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd4275f4dda7db9d2d811bbfc561eb2935a3a21a --- /dev/null +++ b/data/part-04714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c176fcd74b8e86fbbd809fdfe927c1f18b49321d2bcd086cb71c9e6883f4279f +size 581548966 diff --git a/data/part-04715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35f5a94dde65fa481f460b20443be1ab88966b2e --- /dev/null +++ b/data/part-04715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e3c927c3c9c3f9e79fdbb1be958abbd48f8d78f4a5f3ff1bb3a751ba7e05d4 +size 661506343 diff --git a/data/part-04716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..894465bdd1b060a1a8eed1114455513d4640086f --- /dev/null +++ b/data/part-04716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1623045fcf6cb5d61dde343143709dc1a0d184bc03f3952d0896ae13d60c1cf0 +size 542095130 diff --git a/data/part-04717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12e7ce3f618939df9ae7ff1852eab4afd355a567 --- /dev/null +++ b/data/part-04717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af731a4bb9a671e75f38a9c15e2eace012699ca8b5485e7028ed54592c4fdfa +size 449691949 diff --git a/data/part-04718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b587452991b722695a8a77ec71a04acfa0ff21a3 --- /dev/null +++ b/data/part-04718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c9702e8a3e1983ad37be492681f29ad8dd8a738044f784d0fa4da0aa8cb7ca +size 527711414 diff --git a/data/part-04719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f8e24f599a536648ee2fa980d68634c84f34571 --- /dev/null +++ b/data/part-04719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264a4bf63d594260403cf2a67756264854a50d8ef425a5907b572c9d0609d442 +size 640546802 diff --git a/data/part-04720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9566db7d036db1d078827bcd1d7edf3dcbee2486 --- /dev/null +++ b/data/part-04720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6c844461951c0598f4a0e5c114edd90ee95bf9260a420a6794fc16c7ee4eb0 +size 777919926 diff --git a/data/part-04721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e501762e16435152137d38505c206b347debd6a --- /dev/null +++ b/data/part-04721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df231ad98ecb570b43ff468da303cd27408c70b6fdf3b940481c8612eff4b1a5 +size 525940795 diff --git a/data/part-04722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dea0a98e985e4aa6483258094788b7b915f3d29 --- /dev/null +++ b/data/part-04722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a222453a64d2d9f967c9b88fe29c00fbfb46203f8535950560aa1b15f58a00c +size 477274768 diff --git a/data/part-04723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59491b895401a3135805180e6beac96eaad832ae --- /dev/null +++ b/data/part-04723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c76f526db55e180018ceaecb3e95558f2992ad19b76eb7a8498fb2c813f84c +size 619739239 diff --git a/data/part-04724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5257822fd5729355b2ba45ef5727d811c89213f9 --- /dev/null +++ b/data/part-04724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d10bf9ee25645d386be84faee51bd66d681a00bb408a2c748e871cf2327762 +size 547518023 diff --git a/data/part-04725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aca39a3e1edfe2ae2d802772221f1fbaed479094 --- /dev/null +++ b/data/part-04725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94d11e7e86d30a0485b0ea929ea33c3002c36f93716c0ca70783a5ac0e2c48f +size 739973458 diff --git a/data/part-04726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa8a36b7328202a37d865134079b85ef9efc825b --- /dev/null +++ b/data/part-04726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d0a62cec775bf79f81d767c9c3993208d84db4ecef5975a3c02969aa8be198 +size 638266384 diff --git a/data/part-04727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b821446a52057c05a1fc62de50d111dab7167ae --- /dev/null +++ b/data/part-04727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f4b68b964e9eb2199026232ec07d13cc5366fac19d20656fde19d7551ddc6f +size 451237410 diff --git a/data/part-04728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65bee29baa7a56b94d497183eb2e6d3212862ef0 --- /dev/null +++ b/data/part-04728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a16d54d8a7c98ce6fe33e8809893be6a606f2f3536b8d4ce8bb0deb84b3857 +size 578515313 diff --git a/data/part-04729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47e6af8a6ab4100bf90e6878bd8c7d00e60f8e60 --- /dev/null +++ b/data/part-04729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70261ae3935b8f4a17ead0f59fc5f915623b3e8b0e2369eac4c344bffb980b3c +size 551705356 diff --git a/data/part-04730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d566e00ef76427c9d8860b4f4060ab279d30295f --- /dev/null +++ b/data/part-04730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fb8dc1c29123f5d8b850e7c293063a22a25af55e1f641b92fe961a37128608 +size 540150318 diff --git a/data/part-04731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b5f37702e8bf80601e814c91df1b55389682220 --- /dev/null +++ b/data/part-04731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052cb1256ee968e0adb75b50bb26eeee038a812ddba0f29203db8c7318991d86 +size 573990083 diff --git a/data/part-04732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3bf06875605c33aaffe4563376e9569479f8bb6 --- /dev/null +++ b/data/part-04732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5308de9e3b32b5b67919319e8d5cef9efa47146bced17cdace464334d52798c5 +size 609477898 diff --git a/data/part-04733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26086b0e9a84316eb67a0c0c586740b1c6d1d920 --- /dev/null +++ b/data/part-04733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525ec8ab81781165eb9b8b55394dc6aff7175beab29e8ba6f160a33bae618f73 +size 405407476 diff --git a/data/part-04734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..331dddb9a80e58932afb0954855397c7be39452d --- /dev/null +++ b/data/part-04734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f93b7d324670d17ae27737d09079e0a0bc29c39239841a9e829612efabf798d +size 506214661 diff --git a/data/part-04735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ab09b6719b81d3e97907856b2c0891efc7c5085 --- /dev/null +++ b/data/part-04735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf6ffbf8aa083a9c63b7495676968ef2f160d26763444ec782da06aa41cbcbf +size 688344847 diff --git a/data/part-04736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b659c39405268b1fd56e5a44e72a5bf422b0395b --- /dev/null +++ b/data/part-04736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e95de222125224e17edc71c61fa65c25566e8a4ff0df071d9ab77c20d38b84 +size 635759241 diff --git a/data/part-04737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2149998156055e94fd705571cb14f7e62d38ff0 --- /dev/null +++ b/data/part-04737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d67e1dbee24029906b67314cdaedfbeb9ecade5fde2f614a95af375583c06f +size 644934346 diff --git a/data/part-04738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc3d2812cedff9775a4e9bd3815dc4b9c1319da7 --- /dev/null +++ b/data/part-04738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0277ec7827ccc1d0c7202ddcbbd101732cc3b5f4a13fd5e5d70dcb36b255b614 +size 696211889 diff --git a/data/part-04739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08e6130e0f7e066e7af00bcd441aa2e58f15c4f0 --- /dev/null +++ b/data/part-04739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d754c0bead6650d546da1aec90d3c4145b4a752b00bb217bb5e0e626ce15e8 +size 445765275 diff --git a/data/part-04740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8c17484c939352eba0f0ca913b7c217fab2637e --- /dev/null +++ b/data/part-04740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4081cba71de820a181b3a0d741b6025f5f42af9163a32128d605c54d43ae7a +size 387969721 diff --git a/data/part-04741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76211fef044c9a9b18e75b6b16a778dbb0d47a03 --- /dev/null +++ b/data/part-04741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47467cc0d1bc31a2a873eec9dde319cd2f25733b139f148f655f6956e4e8eae0 +size 524730572 diff --git a/data/part-04742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06a9c9f0fdbb0463900cafd9d19d5c362422e953 --- /dev/null +++ b/data/part-04742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85e3b05e392e9ded95293f83e0e355c4973e8ccc3d557c03d1dba03d63bc8a0 +size 777872073 diff --git a/data/part-04743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..332b2b3c731ef4f1845c1cb5eaa8992ee8233bcb --- /dev/null +++ b/data/part-04743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51489b99c50e1942af922bf832834e9ecabb72fca86f9f61b06c353e236f44f3 +size 582878822 diff --git a/data/part-04744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d715a4d00f661a73fbf4a0e472b12a597c8260b --- /dev/null +++ b/data/part-04744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f648700153c6fc2d0ef1f59108b309798d915ce5ce79982b8b2e1d907f85623b +size 409206168 diff --git a/data/part-04745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b180a4de213ba39fa1e525e1fb0af154872d706 --- /dev/null +++ b/data/part-04745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e78fdc1e3236b53f9647c18345de5cf488f7ffdde61c32b29f5e8945f89cd0d +size 506951776 diff --git a/data/part-04746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d8145cd73cc2d4711a04bcc76306c9ad22a3f51 --- /dev/null +++ b/data/part-04746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a267283bd3a000863d9aa9b91806cdd6fe9bc2d02d7fd8ef9cea6ec9dcf94514 +size 473585216 diff --git a/data/part-04747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f381df401990485c84d451919ec24363ac772eb7 --- /dev/null +++ b/data/part-04747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5a6a0696d78c9d99f25348d1f5b3f268ddd0123b7637c4f9acb1bcda2e233d +size 532010717 diff --git a/data/part-04748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76fe311be39e9865880b695ddd286c98d26c891e --- /dev/null +++ b/data/part-04748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b01b6d50546fef56dba4b917ba6ac72ee3bf5e14a879edf0ab877ffcbe29e0d +size 567767732 diff --git a/data/part-04749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71ce689254cfd2da585a9c0a9e11aec89d3ed780 --- /dev/null +++ b/data/part-04749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b698d3d6c8884379b669ebb13ee1d9fba4f1746c4f2f24a1b99f6a178571de +size 416042000 diff --git a/data/part-04750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5533d52652646e94bf3325842fb6dbfd9580a20f --- /dev/null +++ b/data/part-04750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a38a43ba51bd04a3d18ce007ae2c64b7ed0e09303c3fe0b512dcbf222b0e958 +size 494321697 diff --git a/data/part-04751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35ad7e51d3eb01c4c3dd18d25bb2661535387dd6 --- /dev/null +++ b/data/part-04751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1186cc69b6c553e163ab4be2378ceaca6a493f9869dac4fa7e0338aa3c2235 +size 366380263 diff --git a/data/part-04752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e719040e18f255879150ce5166fd6495b6cf7d4d --- /dev/null +++ b/data/part-04752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775f121e3aed2a4e2c93ddef2ca9984a0b28d0cd9846679611538402aa877dbe +size 634123444 diff --git a/data/part-04753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a57395e536ba175037d8328200d995ca1f8ed950 --- /dev/null +++ b/data/part-04753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcafb6c7c42d2f34b67a2aa8e06408faf58aef607fb157696d60fdedc3e2b91f +size 444988538 diff --git a/data/part-04754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cc6281b92818462dce22dff3d62a46f9aad2045 --- /dev/null +++ b/data/part-04754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f904263f5474f6cbf589a9b25374d16a0701ba34c25bdb48195d236c68a7f725 +size 417743797 diff --git a/data/part-04755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57b31d59f4c5a1606ac99ca46cf71a91183b119d --- /dev/null +++ b/data/part-04755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39bdfc25e41893a201de89bb2185d971b93bb75e30e25e6b6e4faf6be067c32 +size 421018098 diff --git a/data/part-04756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88da36df3c85380376119d2fd9bc03f06012d058 --- /dev/null +++ b/data/part-04756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4614e597aae631f9c2574ddc86aeeeffda4bf33ff81a209cca39b15afba003 +size 389343487 diff --git a/data/part-04757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39bb1bc048a17ead602168f523b3c0866e37a82e --- /dev/null +++ b/data/part-04757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be46fb0c5e4ef5106b58aa4e3a7120ccc0cf47f3bfa19ab9f4886fe2c3a51375 +size 508887302 diff --git a/data/part-04758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f69b611e773e67bb784f7adc1655ef1e19e43a65 --- /dev/null +++ b/data/part-04758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a35d78e835efa3850b30271335d0d54a36fafd2c022a2d8887938dd74db4f2 +size 596152371 diff --git a/data/part-04759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b84f5eaf17bcbcb40170b6aa6fa68b20e46377c3 --- /dev/null +++ b/data/part-04759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a8cdee4c0c839553ad65a4dc71ec55c6d8c6fa72ac93b063e30be552fca3a7 +size 482065595 diff --git a/data/part-04760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd1655802a24281020923fbcadef2d9e77e84adc --- /dev/null +++ b/data/part-04760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f9214dd896677760b5ed5907c3d8da4da91ce3a507c9e3177e028db3402d88 +size 482404296 diff --git a/data/part-04761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86688864bedbb64335322a50f53e0703dc2fac2a --- /dev/null +++ b/data/part-04761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625b35f27c2a8dbeff6349b233c536e12f0c49ce2ff54ee5b12b409b9f74555e +size 510240343 diff --git a/data/part-04762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d62b0d6e56060268dac281afbbda6426827c9889 --- /dev/null +++ b/data/part-04762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c0abe28baecf268673ac2388e93052b1247ad8cc941a1e06631c3250dc63a6 +size 479022023 diff --git a/data/part-04763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4ac8cad0d68640866d28511c618b0495b60e8f8 --- /dev/null +++ b/data/part-04763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9a5deffc38846e62a9a7d4bd4965fd1f0dad6fc49980a1e7c6ac83caeb37b6 +size 436898626 diff --git a/data/part-04764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9226d552bb514324fc7ada57b2d41bdc61dd8307 --- /dev/null +++ b/data/part-04764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ded176ead7f0c3faaa99de0bb7fc949cb544397f31a502b5a4ac8fd457dc32 +size 461426275 diff --git a/data/part-04765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0317c0bcb5cefd66c044a66ff14b58e60470db65 --- /dev/null +++ b/data/part-04765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0f2d9da7aadf0812e414839bd0ba3d0e4aa988874d5817caee6aff413ed2b7 +size 418854842 diff --git a/data/part-04766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..956dee1653f60e555c91160da788fe507c77f24b --- /dev/null +++ b/data/part-04766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4908c1afe74acc8c282bdcaa217cd6cc85a433eba65bd96360f04af7ea7d3b65 +size 470552160 diff --git a/data/part-04767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfde20f8ec24e3795a7c9754d87b5fa2de240ef9 --- /dev/null +++ b/data/part-04767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291c6a3872f29b6718e60e2d3a71be67ff0b3c31b2ff2c57de0d23450be05c0e +size 407722517 diff --git a/data/part-04768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8879e779c62633e130aa9e5b956ce79b709a4c79 --- /dev/null +++ b/data/part-04768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56a8773bae9f380325341e0d02af7f8e7e66896f903b702557db044d074b873 +size 885302808 diff --git a/data/part-04769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9c5ea5f2e4bc726892f488f2ee8e3f6e5386d32 --- /dev/null +++ b/data/part-04769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f795ebee0098283df2146acf63ce8cecf5dcd22a328b37805a3d8512b9a757a +size 546626054 diff --git a/data/part-04770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6bd89d4e109a2fbd59a913f06787a3e13a28282 --- /dev/null +++ b/data/part-04770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cc64754221c0315f5c0ab3a1bf91d27d612a34ccbe8f0eddb9700fa808d9d2 +size 448638803 diff --git a/data/part-04771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5addfefd591df41985ebb4bc1161b8d3d387bd7 --- /dev/null +++ b/data/part-04771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e2a37b7ce238317b52e5e0d8f72216bf036e422c41c52553e87ff4c7ae196f +size 444729268 diff --git a/data/part-04772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..959c10c3589f6ffe5d4837d6c4e6c28ebbca4d93 --- /dev/null +++ b/data/part-04772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229f12e05f2e8e3ae6fb3626f8904abd21e441144db21f42d39dbc1b0290e104 +size 510042428 diff --git a/data/part-04773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00de4c163563ba461818bc2c33d36d86325b52b6 --- /dev/null +++ b/data/part-04773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53a7e37bf542f10e94ced8fabcbb459630503f1cda36422e8a32fb71065462d +size 401309400 diff --git a/data/part-04774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..753c447fad59ea39776d5656fa00caaecd616c95 --- /dev/null +++ b/data/part-04774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f394b32f7322a0b3d3b38505c74324412e6f721f58ea68f874b220609a8ec589 +size 552429430 diff --git a/data/part-04775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2edf5342321a0225c03c6b073accda8b02bfb9f5 --- /dev/null +++ b/data/part-04775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7377cc183c7d55e7103a588ab821afe6516711d89201fbfd52ec1f00264439f +size 635594038 diff --git a/data/part-04776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d592b86f6ce9beac1c93845291539b461940793 --- /dev/null +++ b/data/part-04776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afee01b194a1c9d495d2ee67a514e3ba0ce899d8ba06b2b24f5b81dd78437d70 +size 515565132 diff --git a/data/part-04777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..712355e967cd1386eadc72a161b0e99a81f00598 --- /dev/null +++ b/data/part-04777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17807a0cbac87998691cac594e0275c1f00c1ba6c56545e90bdb9b444ee28ea4 +size 467561315 diff --git a/data/part-04778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5297ad43dda176be447bb16cfda52b56822d2342 --- /dev/null +++ b/data/part-04778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a661a68262d0b03e88e635c8a5ad5693e1409f7ca4f05307baa1b8de22b17742 +size 697091966 diff --git a/data/part-04779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97adc279d8a573234702c322dde7e8955976206c --- /dev/null +++ b/data/part-04779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb4d3b308dedbbcc922dc0a3fa1d73cf6e668c3896ae5c0aab002457940e74 +size 769874974 diff --git a/data/part-04780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b57fd7e088b6cf726584605d19db8fd5dabd91f --- /dev/null +++ b/data/part-04780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337d08adb1c30b0663c1c9da97ba53b5247dfb4c1cef6bf6bbe7a7770b3a4905 +size 603517104 diff --git a/data/part-04781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..183ce0590b897baec587a07ab52f9089580ad7f0 --- /dev/null +++ b/data/part-04781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33503137a94896b801ce37a1dd2df22b288642cd0df59abb22ed0a3ee2ba039f +size 571736397 diff --git a/data/part-04782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b28fd9c74c92fa69b807e6c3a3af81143fa1e14 --- /dev/null +++ b/data/part-04782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a743d21367371851c8700ce3bd2cd3b92ef822684e71d9d22d1ebdbf40e21b9 +size 482103081 diff --git a/data/part-04783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75b7dec3a9903bcdea4c57e1583df0c11f732666 --- /dev/null +++ b/data/part-04783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166defe16cce9176756543769bb7ac699a88ff99144c1e385e2248125b97f46a +size 750747718 diff --git a/data/part-04784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a654a776e7b2bf8e65e78725fe3af7ab8eeb641b --- /dev/null +++ b/data/part-04784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc676dc5ae4ab2b4f9dc929f24196094a045d84235d96b30a17b4b42e77b446 +size 568501121 diff --git a/data/part-04785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d1948c14e46e3cf6a42f190b2cb36ccc2128513 --- /dev/null +++ b/data/part-04785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b513058592c8b97456ae87ebf3c5b5c5775e788ce6a5bd9b574c255e36e128f9 +size 938461680 diff --git a/data/part-04786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b5b466c6f84666bc6bb74e352218e21be0e74a1 --- /dev/null +++ b/data/part-04786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965eac613acb6912c4f19178cac35233d7e99459e75f3cedec30f74e2915ae3f +size 551313124 diff --git a/data/part-04787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92fe26f4f448d1d3cce6aa2590c22afbb53032e6 --- /dev/null +++ b/data/part-04787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba33d49166e8f429e936bdd47a56d5bfdcb539b851a0e666473a9da1c265ef64 +size 717460969 diff --git a/data/part-04788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4924fb70d650247debb0e2de3324f218bb67309f --- /dev/null +++ b/data/part-04788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8afa63c94555d60800b5f4d3142897faa0162e8db15e43206e334bffb1e9d1 +size 697829853 diff --git a/data/part-04789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5928735a01908b6491895bfdca915e59b64b4886 --- /dev/null +++ b/data/part-04789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f100f483d132f5b9171faaa7ec750ca4a96cfc32fcfc33fc60a711d9787279d +size 395806715 diff --git a/data/part-04790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f98dfba7f2cd762625f17b83284169d09426d3e7 --- /dev/null +++ b/data/part-04790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0818732cf8e9ba298528e9808c0998a9c8a9b40ea915d97e21b10d725369158c +size 610021859 diff --git a/data/part-04791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..366f4ed5c8a19f45e99684a373ba1848653d4a5f --- /dev/null +++ b/data/part-04791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e584da913af147e6eb334f0943c66e83be1787392a4c4c950bb810fb3e30fb8c +size 731169019 diff --git a/data/part-04792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f511c49390c68a49bf9446b9381acacddfc88581 --- /dev/null +++ b/data/part-04792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67372bfbb68d4ba568064e88ce0d2d750935b2f30b9c9bd9244223ab73f97d4d +size 661027168 diff --git a/data/part-04793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4256de3e396bd7c3fe925955a3a4c55934664dfa --- /dev/null +++ b/data/part-04793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c7d047eb1a68621fd1177dac7c404e227c0f7ab73fe59cfa41cc8843fc3b16 +size 390690150 diff --git a/data/part-04794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1441a3048ab7862d5e5e28108152cd2a469e96f --- /dev/null +++ b/data/part-04794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c373464aff566cd87ae32b6b740edc004cccf1514c9e2761a8b699c7c906fa2 +size 627102842 diff --git a/data/part-04795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9720eddef5f88a307d495d745c08fb2426cdc6a6 --- /dev/null +++ b/data/part-04795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a718086e2410b6437a21a3a88487fd3424b314550ebc2e033fa95f06e1516da6 +size 464342345 diff --git a/data/part-04796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f6f11c6ea68373352eb39e2c3251c805e4d8ca2 --- /dev/null +++ b/data/part-04796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b4645fb120e8898437a1548de1a187186aab4ac6ce3ea46340aebe3824558b +size 525636972 diff --git a/data/part-04797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..622432fda763fa2fa58b92fae4984181cd41f4f7 --- /dev/null +++ b/data/part-04797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f3aa76c98039e86635fe7b4385847b413e476f837736e27acac8e8a741346a +size 538700390 diff --git a/data/part-04798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49f36d392c14aeaa4734ebd6cfb54b646dd29af3 --- /dev/null +++ b/data/part-04798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504cfc8330e79f6e0c9d58cfee5593936af3840f9aa41f2ac507141f9935d1e4 +size 665316538 diff --git a/data/part-04799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d5958f8e357d86337c97daa0f6b51eee23771c1 --- /dev/null +++ b/data/part-04799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29edec832e208858d077dff6bbb896273681dfa0b85517fb926fef06ef05adca +size 823019797 diff --git a/data/part-04800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ac2c82656291a702d79c88633490ca5c8fe8fcf --- /dev/null +++ b/data/part-04800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e9f944a2f3c820b91ed8e70dec1f9ec27df5df5cf7a9473731c41bcbfe5dc6 +size 464259521 diff --git a/data/part-04801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ee4060fd75ee4e5d1e42d7b3dcd2b423df0ebb1 --- /dev/null +++ b/data/part-04801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f874f288558ec6e0d9c31cefb37e8bfec069292399ff8a379585f8d9ac38391 +size 633779659 diff --git a/data/part-04802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdcd1f5ce132a69fe8e505a2a1654bbdcf3a85df --- /dev/null +++ b/data/part-04802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2593fe3cf63cd6fff3db024ecfcfbc4df0342ad5c4b0f9b75df21e91a2c020a0 +size 500777385 diff --git a/data/part-04803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8dbbd39e744763c9193be6acf0b3ed55cea1721 --- /dev/null +++ b/data/part-04803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b06f65eeb6b7ccd4e81d821c32c288b2f3cb0a148862bc388fc8d1470f397d1 +size 457008837 diff --git a/data/part-04804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27d026f4b92717e986e7c4408818e500506ac6fd --- /dev/null +++ b/data/part-04804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c4805c420520f55d52201e81ed7b28f4cbedf3f235a68dffe0e1f53414b7b8 +size 494556754 diff --git a/data/part-04805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d11ea6bff8b01b234be51aad6a7bf736de7ab7cd --- /dev/null +++ b/data/part-04805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18fb188c864182a7f09dccd6ed29c0d860c0e095fbe536f2afd4b1309192abb +size 506522347 diff --git a/data/part-04806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c5909daa2195cf8668c686fc5e9f8cd73a5efc5 --- /dev/null +++ b/data/part-04806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f36439cba0ee09df3d9c6c403822b2f979c187a151ad85280e559dd465d4c8 +size 597593005 diff --git a/data/part-04807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96e8db242efce3578755afd058b6c9b6767e8537 --- /dev/null +++ b/data/part-04807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fe0fa833324c221b8f55e3ec617bdf2fa32e424ab959f6dc1204d0af66cefc +size 596087020 diff --git a/data/part-04808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b147a6362b8854af9587e18d84d5a9971f778640 --- /dev/null +++ b/data/part-04808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902da636d85ff627a31f8ac7ccc5acd054ab06b590811358ee25dc4dfde72421 +size 847503672 diff --git a/data/part-04809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9cd147910f3bb45d7abfe592fabec38afd8580e --- /dev/null +++ b/data/part-04809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad340aa3f34147e3ae29142efd09c2a9a195cc1770acf9d7140ecc7cf2f3f09 +size 521225126 diff --git a/data/part-04810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..204462068716075479d1680410b0dec9febd4576 --- /dev/null +++ b/data/part-04810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6089d09b7f0e05e02d3c2ebece1a1b35776c4c73341492625a0700cfcef55b +size 644182721 diff --git a/data/part-04811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..352285bf53305823db4658975fd5c4bd567481d4 --- /dev/null +++ b/data/part-04811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32943e3a73c3233bc34ac5e7f8eeccc5158ecdb273cc95d718b4039fc0b68adf +size 410056963 diff --git a/data/part-04812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..204c61e459b9e2912c48aee7edf79e8a2c28c22d --- /dev/null +++ b/data/part-04812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f3e3c582c78e15801683986190e33b63fc4bb6aca4120e4f77ce187792afd8 +size 575084527 diff --git a/data/part-04813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba7debf4c686658aaa9bc7fab6e6e2f2f736fc2c --- /dev/null +++ b/data/part-04813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88468e31fbce6489c26ca86350e13ae1e82e4295c23024a0e0830e188196f254 +size 584063512 diff --git a/data/part-04814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5660beb9371af03d3b99c5551b3148be67e9bd88 --- /dev/null +++ b/data/part-04814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5dd2b4fdd4f2b5e1d5878019d9df846b6ef76828ea52fd8eb1fa595b1606d1 +size 1184736049 diff --git a/data/part-04815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4e7e3455826efc0c382d51d6295b2b57e4bf1a9 --- /dev/null +++ b/data/part-04815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d14e505e8c29a51b4f8d1d479c56c148989ea0920d339341306dda2429dd8c9 +size 511400007 diff --git a/data/part-04816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..319e2ba7ee7f67d51f57e3f518c3895ae09f7ed5 --- /dev/null +++ b/data/part-04816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcb73253fe903a0ef5626b552b90778d812a6c6faca86d58b02b4c4cd6c75a5 +size 518515767 diff --git a/data/part-04817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5bc7cffd99d39deeaaeaaf9d74da89a3cc6053b --- /dev/null +++ b/data/part-04817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0895efc7b722c389931f925ae77a20712ff2509aebea5b3371d64f002962074a +size 494954093 diff --git a/data/part-04818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2020e33faac7db0bd7b32df3f89c60c5d7f0163f --- /dev/null +++ b/data/part-04818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ead9c9bd20e1faad11d20da59c31c8e7c0ffa25b1d51a32d2e29ac40e9f1a3 +size 557565137 diff --git a/data/part-04819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dab85cf9eca103a27696632f87a02c4859b4701b --- /dev/null +++ b/data/part-04819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf636cb82a54fdd2b83ca67a52b68c4f5657ef6ee53c3b287c95b265cf061a83 +size 564579961 diff --git a/data/part-04820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21d2bdcc24f9d3561e5be12280dfc022795da6bd --- /dev/null +++ b/data/part-04820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437e249cf82c519f5dc4d03ef916e20007aae53c8334abc728a4ab0d1e86e1f2 +size 616972874 diff --git a/data/part-04821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63f4985ec6c8c38eb34180ac7a579b812358a6cb --- /dev/null +++ b/data/part-04821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f84dd37fd4474989ae9cd51a889c10d9edb43c1db8a43a4707fa12ecfaf686 +size 457174500 diff --git a/data/part-04822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1462b9278adf8036a6089fe25883adfdd73b51f6 --- /dev/null +++ b/data/part-04822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4dd15d3a1afff6fa7ead54c2cf9cf12b902f7835cf764480d30c81ce544db0 +size 493907042 diff --git a/data/part-04823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef79458e8a4c001fb0a100b323681b2d544b6159 --- /dev/null +++ b/data/part-04823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849311e5c5eb0d42c6545c91adb28e80ee4fc1faceaadb26742ec3c3f5e983a5 +size 577020956 diff --git a/data/part-04824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..451d89eedc6c039bd0d3c0fd67552dee3deefcc8 --- /dev/null +++ b/data/part-04824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4a74a447368dbad9961ca9877ce88942f9271e4a80c13a288c0a016019749c +size 426518130 diff --git a/data/part-04825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..319eea8e88b417b41ba2875e5989ceb847e11e32 --- /dev/null +++ b/data/part-04825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50458ead5be6ec70f26b225a962fee005cc48a36f29956c05dc9199c25181eda +size 591793064 diff --git a/data/part-04826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a3578b4dca3a740fa42547ab27bb5a7c1d7a650 --- /dev/null +++ b/data/part-04826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f3dd4d9f14070710d00ce5b8cb88beb408507aaf65d0448d83bc878158fbc7 +size 402827669 diff --git a/data/part-04827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58866d533e7a61d969b2ba84878d114053dd3cc4 --- /dev/null +++ b/data/part-04827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55193a896def380db5348e1610c1d8830eafb9b0e76473b306898789475b1c3 +size 559157183 diff --git a/data/part-04828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29db4c6d163249294f861519393473f5e89ecae0 --- /dev/null +++ b/data/part-04828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81307a1658e66f384c4d6abd53cf92ce3e89dfe0d56701e1b5683c567cd99c2b +size 521812257 diff --git a/data/part-04829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d0ccc92bfbc040315e199a722bf079a38db03b4 --- /dev/null +++ b/data/part-04829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466e16382f68edffc84623b58c3f259b9da2a311d3ab5410cb0a24d465f525cd +size 698275143 diff --git a/data/part-04830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..114bfa78c664b3bd96b7db5ac8ae3cf210035f92 --- /dev/null +++ b/data/part-04830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f215180067a25d5f8d37e41308098335905f6b2e3b35a3c406c79ba2b0482909 +size 622461914 diff --git a/data/part-04831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71e61044fb44000758bfe07da7863c9299492130 --- /dev/null +++ b/data/part-04831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6bddf43d9b3f56afd5406da0a320daeca25cdac8e390e6937bf77c88732b28 +size 521139621 diff --git a/data/part-04832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a76be4537fc66aa603c6a61fa6f294b0f238efde --- /dev/null +++ b/data/part-04832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169a87aa048f09a3c626ca56a830150e65069e987161031a101bb7370890f981 +size 626331009 diff --git a/data/part-04833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6f022e737fc9a5ede8ac7ec7a4e3990aadeb59a --- /dev/null +++ b/data/part-04833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c733b1485396333e7a3aadaf9305b9b186e8c643489922fb2db30068459681d +size 697850407 diff --git a/data/part-04834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff006ee312cfd75066bacc25e508d3a5814f0786 --- /dev/null +++ b/data/part-04834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da66d8fd7e14befde8836e5504c7bd0abe75581d3d53ff859555794a7025006d +size 460578602 diff --git a/data/part-04835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ea36462d6607ad2b44a344a1ca657ff2bd273dd --- /dev/null +++ b/data/part-04835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06e484143f97105de05422ba787a79caf6ea0bee7f30ee490be88c09ea59ec0 +size 478476523 diff --git a/data/part-04836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb8c7fed61fac17ad0b6227e3603a6808d720649 --- /dev/null +++ b/data/part-04836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5217a30ab1c0f217512925d34df8362bce881839ce1e2760fbe8be77fc4576da +size 627437537 diff --git a/data/part-04837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..149db1cd20d8d0bfec2be8c668c9c72721b2afa0 --- /dev/null +++ b/data/part-04837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fca6e901f930abb37fd2b5387cc34962c85e14159ea0426012dbedbc911a78 +size 586336966 diff --git a/data/part-04838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef51c969efd0dcceee0de7ba17489c143026ca29 --- /dev/null +++ b/data/part-04838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6708b8570c26c7d75ab97b21a5964011460763223dd8158d66e720200d04747 +size 465628562 diff --git a/data/part-04839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5d08aca66ac1acfd5d2d1b3a70fd9ca5a94bcb3 --- /dev/null +++ b/data/part-04839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5701450d4e1c7d5f6ed8481b0df7836fa12d8b76000c071f02d7111e99f6f45d +size 544215095 diff --git a/data/part-04840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1caf6dbf28e784b3f8358bc14d5f24383c6640fe --- /dev/null +++ b/data/part-04840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a17fadc47b49590e874aedf99741a0fd56defcd4aac18f65cce5fbf702a365 +size 789214196 diff --git a/data/part-04841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0391af75f7963a338ea9a689bca8460c9eb62d9 --- /dev/null +++ b/data/part-04841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65bd1e4469adfd0de3b090bc97ae251f50b7edb2057f0d97c46960263e411bd +size 512656917 diff --git a/data/part-04842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6a720064d5e450d009243c0baf48f605a27036d --- /dev/null +++ b/data/part-04842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5ae4b5fc7306f3dd4c1bc881a12db3b187b940064848de97b23f3d1cbfbe9a +size 853659413 diff --git a/data/part-04843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36ba752aafab09c38e7d9db11858575055d442a9 --- /dev/null +++ b/data/part-04843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979a02b9fb23e59a9b04054ba2064ca8167e0776e8581be9a1dfdbb7a3ec2b3c +size 502274138 diff --git a/data/part-04844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5339542c92cf6f3d3da4e29ef641a2977f66b3d --- /dev/null +++ b/data/part-04844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d0fab17cc77b503dee17941e1401af7827a25169e401838cddca2ec9e9cbc0 +size 737522511 diff --git a/data/part-04845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fee2de75fd270d5bcd37379437339fe58019bf3 --- /dev/null +++ b/data/part-04845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2d118610ad05dc607abb48097a240b5c0186c76f6bf1bf08579592aa3e1fd8 +size 330745229 diff --git a/data/part-04846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26b708b1188562d59dfcbb30d2ee2dc0d7e65766 --- /dev/null +++ b/data/part-04846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992e6681fecc46ed67bda7c4b5268658fbc14be3a205653ba9c3d8519f18ff80 +size 383549949 diff --git a/data/part-04847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dac316ef0bb767ba64bcb15dfc30301d980c7d0 --- /dev/null +++ b/data/part-04847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062518f6cd8dad88e2154646f6c3b62b34c19f49a7930f4a2fd23ad78d3a5c1e +size 584724931 diff --git a/data/part-04848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c866543d8073214ec20ca7f222bc38bf112045fe --- /dev/null +++ b/data/part-04848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759c0cfc6186ca4eae38eb0bc7c3fb1f705e1db3f114b3d394b9594590b03984 +size 728390797 diff --git a/data/part-04849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48587e3ced9117c649ed8356b15719c2177963c8 --- /dev/null +++ b/data/part-04849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a7b6668e41f51099d50bd955652786bdc5a22a1a8843627fb6085b9598f4fc +size 540680949 diff --git a/data/part-04850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff9129c4fd3e7b7c5c060b5f3c42cc314f630289 --- /dev/null +++ b/data/part-04850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b052cd0aec8e4ed4a4b6feae9913afe3dd70f162314a9d7f54b14e45a577100 +size 686796370 diff --git a/data/part-04851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a45e38cbe574421c8ad3e4bb45787a62d6b28652 --- /dev/null +++ b/data/part-04851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495332540a7caaf722f11383cb0aca7c9545c9e84e010ad56a6a95e9bc2b9a0 +size 1266616762 diff --git a/data/part-04852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..769e20e9142252144cb8190b25b6ae665efa525e --- /dev/null +++ b/data/part-04852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0daf1cd04440679a47c897cff186d78a463569f53134b4b98238b3bc0af21ad +size 401408032 diff --git a/data/part-04853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44ac29e6170afaa94d8062d921ad54ceb1192ca7 --- /dev/null +++ b/data/part-04853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ba64003ff2153212dfd1ffda0b525d8b26f4f4f952831726d6820e01b1dea6 +size 548834290 diff --git a/data/part-04854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66e7503767d9375b63611efb2849b21bb3e7e4cf --- /dev/null +++ b/data/part-04854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a188b4addcdaaa406647a0245167d3a273e725ee3614eeec06a1980eefc4b57d +size 681342292 diff --git a/data/part-04855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c2ba6d778739c1b88ed45772bf17466df9b1385 --- /dev/null +++ b/data/part-04855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716319c584dafce148f0b136a87a0b2600e9676d1ace68bef41f2bae00f64f92 +size 423120840 diff --git a/data/part-04856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eb00c0072c2a893b8f52cde9a92d65707650e50 --- /dev/null +++ b/data/part-04856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fbaefbe937275b15f8c64446a2be6e41bb95b2132b0c1f364f1883db59094d +size 534177116 diff --git a/data/part-04857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d6e4f83770b453d058c389fcd668c8dedbf5f20 --- /dev/null +++ b/data/part-04857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bc7f76c93ab83832f7ed09efab0e7ec0419fc9bc93bd3c0207158365f8a78c +size 529196515 diff --git a/data/part-04858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7316faaba70a919496ba3ca53e4d49ec4d922c18 --- /dev/null +++ b/data/part-04858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb45282138f7ef73582b1757df7ae098abe149d32130335e5cb60c07f6afafb3 +size 399190323 diff --git a/data/part-04859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..832cc4b1b63165d505bb4da5a668e2dd998b1861 --- /dev/null +++ b/data/part-04859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222429e969834a00c9b750285f4a0dfd33d97bf6d1b4a603988f58390d66ffe8 +size 593231839 diff --git a/data/part-04860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c3d1d15049b39c733d51ec92180b999b69fc191 --- /dev/null +++ b/data/part-04860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c0df4e551d8a08261b6cd1cfd8a0b314b6b1078292fb867dd62738b95ab5b7 +size 474815744 diff --git a/data/part-04861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa5c43eaa3c2b6f8dbe71cfea679b8f5252ae158 --- /dev/null +++ b/data/part-04861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0ef35134a24db904bb1e6084488c8df2fad8dabe51d1581114cf67b2d6cbc0 +size 588548714 diff --git a/data/part-04862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebc9ae31be9c5f1ba0dc8e55bed34dd9a9997c68 --- /dev/null +++ b/data/part-04862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053ce09d7baeea486e2fe609b766589583f342d44c5acd7b45727516271eca14 +size 442433902 diff --git a/data/part-04863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..219977d24be5fed948df6a7dc555d3408586080a --- /dev/null +++ b/data/part-04863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f63178eb387368f22f9357b0acbd4f6de746f9d2c59a3c03b3689933d866d78 +size 979758352 diff --git a/data/part-04864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72998c993f5bad5d5ab9541af2133e2037897b17 --- /dev/null +++ b/data/part-04864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e91513ac383d9abaf612a1733870d419558fba51374352ad33291925835087a +size 506468704 diff --git a/data/part-04865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f89708d7dff19ea26b14089ffe2cc1e3e072672f --- /dev/null +++ b/data/part-04865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1d3ef41eacfe34642e1b84f9e92d86c3194a190adf3efb1bd4c21de4a67ed9 +size 1057415660 diff --git a/data/part-04866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e85be4bc84345830da253f46fc7821f2d9d0f53 --- /dev/null +++ b/data/part-04866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e5fad2a8652b94ac07c51f0e51f4c6f45f5d34326cb565c283f0bd5274c80b +size 421662376 diff --git a/data/part-04867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82e3f91fc168734edda61b3dc951897b8bde71c0 --- /dev/null +++ b/data/part-04867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c300ddcad8d4620969fde54e4af2ba34202c777dd952ab00a12f5b0c47a979 +size 646871526 diff --git a/data/part-04868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1268f22f077591a62ad4fa6117f0ca94cf1a23e --- /dev/null +++ b/data/part-04868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24bd67db893de2f09a8837d84ddbd876086578295c8afa7d6560be540e2207a +size 540547967 diff --git a/data/part-04869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1088a7be35f9d8b098798e51b226b8e01202081 --- /dev/null +++ b/data/part-04869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d872a21f164331f7cb1ab1e182f28a63137f35efd873320310c875517352a +size 444634883 diff --git a/data/part-04870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80a133bfce0fb071645d7edcef0b04f8b6b45477 --- /dev/null +++ b/data/part-04870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adda89104dd5978c4ff212d226db2eab416a01c8e5d4063ab084bc2041af6f6 +size 475920810 diff --git a/data/part-04871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39236bbfc58bad01b14011beda7a91d737f8ccc5 --- /dev/null +++ b/data/part-04871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfbc215061bcf4956c4c923dc4efcd2acc59d2fe00390599bbf1d542a6b864d +size 408699835 diff --git a/data/part-04872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6649c433729a5b67c01d30016be950f9a0ca14ba --- /dev/null +++ b/data/part-04872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0670135ce932b67b68f299a978c8818d0c8be12cb82a698fabe134b43073a887 +size 447824816 diff --git a/data/part-04873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d0d074f8d13b0b1af5d591edd8739851df7b511 --- /dev/null +++ b/data/part-04873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd923d7a9c0e188eed9dcb4b6b41dfc4fdba06c8c3cd119e84a76e71535c3a4 +size 1098700804 diff --git a/data/part-04874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d78b4fe916f6ccd2519136840fe5e8856c7f1134 --- /dev/null +++ b/data/part-04874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e95a0a8d99cfb8f3eb1a2e8474e38b062c4201b32ce7ef343d2d61fd0a2b394 +size 581149080 diff --git a/data/part-04875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61586f44527b53bf709f1cacf547dc468e60cb34 --- /dev/null +++ b/data/part-04875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac5b05d9c32f6b96f68c2e9e0079ce90a714326c3e442c7f1237c29e7c98a56 +size 665567905 diff --git a/data/part-04876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d69a3f1aee0baaab1ac258cd79a9a4e9637de18e --- /dev/null +++ b/data/part-04876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cce03fb2a923c763aa393af5c4c2185f67861ab3c3b41f843abb0b6fb694c6e +size 902387438 diff --git a/data/part-04877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f758049ff68aa9c36fb3a30f2c8cd634d2eab3b2 --- /dev/null +++ b/data/part-04877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a88ebfe59ef38e89e64908f47b8e91a0029345b6d9a532c31b9ca17ed26548 +size 625322068 diff --git a/data/part-04878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86cae8bcfd0f0be36f1c2814622d48d37d2219b9 --- /dev/null +++ b/data/part-04878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c940f852a3f55db3237314d565b7765f9b56703060e66bca7efcca9eac66ea4 +size 473730124 diff --git a/data/part-04879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0316e4c18dc6f220bb84c0d599bd902765e082ad --- /dev/null +++ b/data/part-04879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a07912090b9ff5837202ff8284e8542769effbd71542e2781ce5580ccbfca7 +size 491655738 diff --git a/data/part-04880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63b8eb40f0883d8948bcb3c2bc0daa744a464e62 --- /dev/null +++ b/data/part-04880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7cf7099aef1f5ff60d1db90c336bc24b23dca0b79750e213da51f74c1159d6 +size 601456398 diff --git a/data/part-04881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3acdfc18f92ce6fd3d28e96bac33ac919f867d42 --- /dev/null +++ b/data/part-04881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a041b9d3986efe56a8fb30ce5ea8460d76445b274a8fc1bc9477c082a6a0bfda +size 541443851 diff --git a/data/part-04882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4abf74fa737ffd614ae06181b679bb897971b414 --- /dev/null +++ b/data/part-04882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f447a50201ec616cb90dee9a8ae7967135019740365af5529583c1672d834746 +size 864574463 diff --git a/data/part-04883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0d6f7e1c7195466b80dff7ff0fba9e346e95f45 --- /dev/null +++ b/data/part-04883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdf201e0bd74603e3499aa5a29066900f659409d7b577ae98535e2ec7651a07 +size 487028742 diff --git a/data/part-04884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f14a3528f20c508e4bea92ed75d22bd29e8a95b4 --- /dev/null +++ b/data/part-04884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07720943f9404357922a99e978eec1fab6f7f99da094d94eeb40e41ac733cbbd +size 654439271 diff --git a/data/part-04885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..519c85b64cbbeb4b659ac46c590267a7b65e59f4 --- /dev/null +++ b/data/part-04885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09730cd979eea23003012784ad6bd4ea06acbec10e58e56d012eb7bb1acfb39c +size 805297582 diff --git a/data/part-04886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad574d3afe265bc7c1190799d92a1b0fbe8ee24b --- /dev/null +++ b/data/part-04886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2656524f416af5af048a2064a82f3603680ed131dbd6d7d0a40acd1c87269a0f +size 424734143 diff --git a/data/part-04887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cafca32fc8ad53f229ee288bb6bf8a8c140ab7c --- /dev/null +++ b/data/part-04887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30473c99bbfe9ef3a2c5f54898baabecca003ba51e791d305455e27b72e64f26 +size 755575012 diff --git a/data/part-04888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ac274e2c5f094a6c89f2a34369422fc25817690 --- /dev/null +++ b/data/part-04888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867e6da146e82dc6ca96172a8030bf65670996d8972bfc5a17c369cd9335a1f5 +size 380471132 diff --git a/data/part-04889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..709c8e0d7b449245ac3677e88eee943aa3b1d535 --- /dev/null +++ b/data/part-04889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ad456e02bcedefe3ec934325182e4f3b3d27a174d21937f3ddcf51634ad010 +size 422266432 diff --git a/data/part-04890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acc72204cdfd97be3d50954c37c5c98b6c6feea0 --- /dev/null +++ b/data/part-04890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c743999353539ce21024ae85321071f42ff9a10708de1d96013ee893ffd0d7a +size 681103806 diff --git a/data/part-04891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ff21ef7d788fa7ee4b6607a2e3fb73a0561a694 --- /dev/null +++ b/data/part-04891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9701a04f4bd39c16d9f990d619c09d28fec3b1fdfdcb89ecc789c2ffed5f9bde +size 845277279 diff --git a/data/part-04892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55514d672c537d672a9ca510368805a4685ac847 --- /dev/null +++ b/data/part-04892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164e31d9a7e8e912fe1d86e740507cb81eb56d2aebae5062924e0093f5bb2473 +size 468515519 diff --git a/data/part-04893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..993071d3e961d0cca4115db1255a236e7428f4a6 --- /dev/null +++ b/data/part-04893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb9f7a3a942356d819f018f89d5aabe8a4d5e262af862b8c7daa54ff346827c +size 484096126 diff --git a/data/part-04894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83b970308f00f23e88f09c2b62b41dbf9c1795cf --- /dev/null +++ b/data/part-04894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d845a85f11af58ea3f31233223a7c945c451283be75182e973afd4ce9e053a +size 434369839 diff --git a/data/part-04895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4738145b755462ce56daf8e1ed6792e35148fe2e --- /dev/null +++ b/data/part-04895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b84223660526e8cbe4af822c38f8327f9ba980e62bc6852a04ea9a942410348 +size 379315410 diff --git a/data/part-04896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cdbc665d36dd46cadde8abd2fcc5367a4eb5c8e --- /dev/null +++ b/data/part-04896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d800ea19ddb99ee0e08f8486780a9dcfbf3d83953aa5863e1bd55c000cc556 +size 466200192 diff --git a/data/part-04897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a56926ebfc35ae4813f3ae523553b9f868370d8 --- /dev/null +++ b/data/part-04897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b21a4a4f011aca351410597b6822087e5ef721182faf8be59f43b4a7a9420b +size 405121424 diff --git a/data/part-04898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a973183c8b9683f0ac7018998f210043d88041d9 --- /dev/null +++ b/data/part-04898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bcbd96d4b9a774cc498fdb7fc723051951b07f67d7ffb6f3a915e3cf2d6908 +size 531783867 diff --git a/data/part-04899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70fddd511ddf7bf6c35a61c4b1b44cf9619b50be --- /dev/null +++ b/data/part-04899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d37115287564dbd8add824b693326ef0a531dec65060142c682c33e23537d63 +size 529471539 diff --git a/data/part-04900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb962ebf3051c26d991c6585e6da8769dcabaf36 --- /dev/null +++ b/data/part-04900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c04f68b3264e9a638bf5eb51ab1b6c08339dc5e0416e662776afa82c1881bc8 +size 540856642 diff --git a/data/part-04901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b1feecd94c58821e52e55573058ba662293f13c --- /dev/null +++ b/data/part-04901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8373d7db7280b21f711963140be993b3d7427c4473f73e38b0572f35ddd82b41 +size 803451921 diff --git a/data/part-04902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ad958b348874cd418f56932bae62df9e791b68f --- /dev/null +++ b/data/part-04902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f570acbcb071cec4e5a467c7065b7a5b3a92d7c4cd61142b13cb765f5eda5c9f +size 639733960 diff --git a/data/part-04903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6957d49767955a6066b617f7a69baddc10965ca0 --- /dev/null +++ b/data/part-04903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7843c371716c75e59adeb11866cd0d270b0478bd9246ad19aa01f691e53c8b7a +size 562118724 diff --git a/data/part-04904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d506451186d8765fdb14e3261488f64ed52a376 --- /dev/null +++ b/data/part-04904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562b84365721002d5b654f34f623a28d36012d49823852603c7464fc055cf6ac +size 478460354 diff --git a/data/part-04905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0c4cdcf59b1dbb87010da651d5b818d81320beb --- /dev/null +++ b/data/part-04905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a4759e67236607d096cc1da4b88840400cd6c0138a8d4891843bb351705fd8 +size 363942101 diff --git a/data/part-04906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d623720bf119fa842cda6a8d21970ca83af446e3 --- /dev/null +++ b/data/part-04906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c634f47c0c9ff8dae704b09e73bdca44be5fe274cd651e97aaa317bcd76718b0 +size 542018248 diff --git a/data/part-04907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..932e4ed1ac1ab1b05c779437f3648ad6b1a1bd0f --- /dev/null +++ b/data/part-04907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77070e729161684660984b24f4b3048470ffc4e612d74095d538e2a2261d02f +size 426234093 diff --git a/data/part-04908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..573d82e25d5d9c0223be1f404e87e6c055428b69 --- /dev/null +++ b/data/part-04908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09acc1e7787c5273d810c5a1bae6e51e0d6d83bd89dfe9e72f661f9f23a6e38f +size 855136212 diff --git a/data/part-04909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c4044d6cc9473be710d31f5a22a5af50b0f1e21 --- /dev/null +++ b/data/part-04909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8370bd9f37286261fd026776d795e8960ac116abf8b0d5fa2590cad7b326b15b +size 397956834 diff --git a/data/part-04910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6484217f28d89167ed34824abefaaada2fbfc5b6 --- /dev/null +++ b/data/part-04910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2d035390464125faadd966e2aae480cbc35203bc168629fe9cf77c5cf20d1e +size 496912173 diff --git a/data/part-04911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3e42feccfb6766a7d49f231fcf313e32ac2d8f4 --- /dev/null +++ b/data/part-04911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56213b2fcb7affdf0f216614a326015fea3526b2487c199e924a67584fb8712f +size 628251153 diff --git a/data/part-04912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9149a804d880f6df0e515134d07d3df7528b060 --- /dev/null +++ b/data/part-04912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ee9746a8a96a1e8efbfc6c1c0768b80b6569d4d73fc34bd7ff3155ebe03e01 +size 751829569 diff --git a/data/part-04913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ff65ac0ddb1fd667009bac8029543e3de6c3d77 --- /dev/null +++ b/data/part-04913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3b2fb66e1232730de721448ad8dc4d504b36b3147495b0b0bb3e5fcfef2eda +size 501494478 diff --git a/data/part-04914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0c608c92ca386ca4596ad6379054cec255de0f2 --- /dev/null +++ b/data/part-04914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2610f445bd3e16de373d710f9c70b31f82ced6adbbe7d01eac7467d97418e985 +size 351247892 diff --git a/data/part-04915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09ddf7e970542f765a814edbab82c58d137ea6b9 --- /dev/null +++ b/data/part-04915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d317e58ba4821ba5ede64bfc3e7f74a8435c9d50639337751c1da18a8ef393ff +size 476838293 diff --git a/data/part-04916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea36d969ae1569ae23c15b3d83203d29d2245201 --- /dev/null +++ b/data/part-04916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6115aff382115d32436db64c33b92065ebb7a91776be5031df8572d77642d6d +size 440201271 diff --git a/data/part-04917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d464494d0b0d56b5d5a0c326abfbbf5afc600ee --- /dev/null +++ b/data/part-04917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dafdf40d828ebdd65a0e5fbd1388754ed23dbbb222075f10bdc85c75be2a40 +size 713434715 diff --git a/data/part-04918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49146c13d4ef7be4efddbef0392cb498cc3e5373 --- /dev/null +++ b/data/part-04918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11e9f2eada543fb29740d31d7bd0b5e13c1d48b2ec6337e6f774d505d1cf77d +size 585486734 diff --git a/data/part-04919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3263abd148fbfe5ca6ab13f6ee60d4c71b92b79c --- /dev/null +++ b/data/part-04919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b5ba74df496f74558341fbd322dd6e8c74a0319dafe8353370ffa5fa4600db +size 351234427 diff --git a/data/part-04920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3938894283d131accb335a69862b89f96391576b --- /dev/null +++ b/data/part-04920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664f68c524041b591c50eff874e518e50564a54e7e1e2711260f62ab98dc2772 +size 447103975 diff --git a/data/part-04921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8f987f794a9c0932d61a66fd34b00df0531a74d --- /dev/null +++ b/data/part-04921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5dee297c2f03a1e0ef73a9bfeacfa13c07dbfe0758fe0726ea8714e1018e0a +size 664866364 diff --git a/data/part-04922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3ae9e07aad22157ef38526b3976c8db48d49159 --- /dev/null +++ b/data/part-04922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a75035b31ff011f83a20615860a4f60758c35b18910356240dc86e207a597b +size 510050282 diff --git a/data/part-04923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bccddb3095a1de48729a82664c2ce5966bcce6c --- /dev/null +++ b/data/part-04923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe602df2b00fee73208d25c57f871469231fd7dbc33d4d5f403d3829c4db1977 +size 365086056 diff --git a/data/part-04924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a820e7ff4a8a653443c974be140c49aff53b2b9f --- /dev/null +++ b/data/part-04924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abef1b15a36666c7f0dadde35ee5064e13ecea0eba6ba2e79d7cbce06572be4 +size 414300085 diff --git a/data/part-04925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c761eefafcf664a28b5cb4e5facdb409c79c607 --- /dev/null +++ b/data/part-04925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815839a38437010d8d653c32473cf3b636fb791da3009fd5c147ed73b9c7811c +size 402435749 diff --git a/data/part-04926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc7a95f14341e8ecf4bfd01989fe7ef0c9f6cd57 --- /dev/null +++ b/data/part-04926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e6430b0fc8a24174adc143e63ea26ac798f7149a6dbb26bb095320bf5ed1eb +size 1038317884 diff --git a/data/part-04927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..721f5f09752a9c98c9c908bd568f3b29d235564b --- /dev/null +++ b/data/part-04927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d418a11dee07d6dd1f7255623bd33c880f39213fa7cc68dcac0f51ca98a314 +size 495758524 diff --git a/data/part-04928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4b5e3e6d34ddf751a87314b891a23dbc85cf8f0 --- /dev/null +++ b/data/part-04928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa773cf3fb72327fedd39ee3e6f224b5fc6afaf4cfb6b26d68094dadc2e006e1 +size 497960237 diff --git a/data/part-04929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4362f6455a84096144d191c6192c6784e3be6eaa --- /dev/null +++ b/data/part-04929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dad284c748a21e48af94443cf1c1637fce2d515d51b6246be29e6f2d7e0c93 +size 556921412 diff --git a/data/part-04930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..611020b27f761cfb623ba781500be64860630a0a --- /dev/null +++ b/data/part-04930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8180984101bc9c0eb634da8f1a45380690a91608729d349b284b3e1b82474432 +size 473181554 diff --git a/data/part-04931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6bd73abc38362557a0abff8ff779312b46d14aa --- /dev/null +++ b/data/part-04931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f48245bf79556c102d5fff2baac1f5912e86c648a9adc6d4325d9a5b9e28a3a +size 490086096 diff --git a/data/part-04932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc73816cf4617b897a24d8ce2c8c480920a997db --- /dev/null +++ b/data/part-04932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4a618a3de9c35406cc80ba3bfd4a0ccdfcb327e1e7326cd6b956d41275a855 +size 413184615 diff --git a/data/part-04933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68db09498ad3d6db0243777bd8a1c4bce9b7fbdd --- /dev/null +++ b/data/part-04933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d008c6c7cff4fce3c3afeb9daa02adb53bc3f3b3baf030580909ddeb7b0981 +size 370381068 diff --git a/data/part-04934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91487e0b12e633aaa7b65e8b299f57c6a3111c3a --- /dev/null +++ b/data/part-04934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b288390924ecd87889015a2a81b65bec979cdc57fed0ab8fb9b5cbb9149457c2 +size 675244671 diff --git a/data/part-04935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bf818f8c4ed3c6f20988bb64729917d7e7c86d7 --- /dev/null +++ b/data/part-04935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b432db4d3eca9201114000a37806d9132e7f72c0134d7cb8c6fccb6d8bd77215 +size 777607876 diff --git a/data/part-04936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80d2c8b55072b8dcd55072e39e334b33dfe80db3 --- /dev/null +++ b/data/part-04936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee07d566a2944ce2a0964615bdcc006e87337f74d8674882b0ea62cfcac301ee +size 571457455 diff --git a/data/part-04937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2f36fb5342ae1b8e9129b15abafbb40d9dbc1a6 --- /dev/null +++ b/data/part-04937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc55de849a47ce17950f21767031542daaab88f139c057dd86e831a6e67486 +size 576214335 diff --git a/data/part-04938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf9ab40fb36d3b28031b8c59c668bc7a9f5d495b --- /dev/null +++ b/data/part-04938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b100119b9d4f8a62c485b6c45d619f43fe79557a660a29b8567c7d3ead9d53b +size 482188021 diff --git a/data/part-04939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..480b02bb9969bcca77aa566e236737a24527f5ad --- /dev/null +++ b/data/part-04939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4690d55d089a5d97cb245461ed2e0f097016693f4a238f1a5595d147d9a83e6e +size 485584344 diff --git a/data/part-04940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f9acd649531f2ae5b46a6692bed73a0bb7b863 --- /dev/null +++ b/data/part-04940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b95c046afd20f8409a2d4a2962acc9ce6d53cf11799777d7d437481c7aa9012 +size 578084419 diff --git a/data/part-04941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..510f92a7ef627c8bac4e5b920dd36bea5866f35b --- /dev/null +++ b/data/part-04941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c75b700a6a4df23a18f7d3f0766b279a805c365ba303e8d612a819f1e584fb3 +size 550344846 diff --git a/data/part-04942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..717db8338ef77fc5630a76c2e82b0faec83c2a9d --- /dev/null +++ b/data/part-04942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9756c59204147fa04d7e5e08d480d7fd0ed7428b596433f2eeb5ee3691e197d1 +size 1116474102 diff --git a/data/part-04943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f69fb357f4f0d8c7522b2c9b6b1c87fcc6fa7f8 --- /dev/null +++ b/data/part-04943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f9792df6af9179a20bf6141112a302830e288abc482c457ccec149a87b4fb0 +size 460516821 diff --git a/data/part-04944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acd68d445bbb5fbeccfc6bb0ccb0e2c59d13cc30 --- /dev/null +++ b/data/part-04944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59008bf9b761b235807527ff329129037db458ff970806228c0d6bf8f1554bd3 +size 603780688 diff --git a/data/part-04945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90487126c39ac6998f7a014d3fcc4ea5fb501c0b --- /dev/null +++ b/data/part-04945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18caaa07248407462542b2e13fab4068e5f1161a3245be57c82e83ca03e1daaa +size 442029489 diff --git a/data/part-04946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd5efffbfedb9c3127d773b678728447f150d83d --- /dev/null +++ b/data/part-04946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c3b6055e6d1360f5adceb472847accd0df36de7a1e2847abf1f5c7be781fb7 +size 497796153 diff --git a/data/part-04947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03c7cb3854ca75941acd8a6e3ebf502c1a8378a7 --- /dev/null +++ b/data/part-04947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590ee7a08512827105aa736712c43a75324ea5bb86ebbd5c1c3295b529993114 +size 515134856 diff --git a/data/part-04948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..212234d060167b6da326668e53f4307631368a11 --- /dev/null +++ b/data/part-04948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d914c3d1eb65f27cf370f37a250c7b5675430948a06269c9c0f2aea4c20acd +size 545035797 diff --git a/data/part-04949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22bb076be3ba1863a26feac0a4cfba03b7344249 --- /dev/null +++ b/data/part-04949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bc87d0c9d2ee8686a5204abbb9f6c79b427b6ddf6c413f904c9da173539bc8 +size 393825861 diff --git a/data/part-04950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc3aa9367099e9d91cea58228a9e39f33ddd02d0 --- /dev/null +++ b/data/part-04950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf149e5d589a40bd0ee658dc2ca284d7c35215a90a5f85336a34c2875c041afb +size 736443831 diff --git a/data/part-04951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26690551dc0b465a6d657c7401f073e9e6dd7071 --- /dev/null +++ b/data/part-04951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbde8e32890c55b93244078aca256f92550cb79b51524f49f21fc33f821f5e95 +size 580118027 diff --git a/data/part-04952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7263cc5cf4750ee5f3905fefd7e80d83ed58adde --- /dev/null +++ b/data/part-04952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7027258460f03768ac3a4a575d6cd5ed65717e6512413c1f354219abe237c2 +size 397909426 diff --git a/data/part-04953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5a318ef9d25b26d60cf48579ab64e9d160c8494 --- /dev/null +++ b/data/part-04953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd451b7017abf55cd879f7a483c5fe73b0ba63b54033805a46cc7a39a8ba385 +size 380996968 diff --git a/data/part-04954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aee84b7a2d630a02a6ea880bedf0b44f28b78fc0 --- /dev/null +++ b/data/part-04954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f7d4cda93c8fea5ab91742cba7bb9cd4a81b95cab6fb05bd27c15e0d4c1ae6 +size 654433435 diff --git a/data/part-04955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8f8e340855246472b505b7fd076f85a60b53bc2 --- /dev/null +++ b/data/part-04955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c539576d977de186a87f06ba4176a69d2d1e188cdad252c2bc1053ed44d0c0 +size 908643093 diff --git a/data/part-04956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb95ca06ce0d593111811eb4f6b809289b235db0 --- /dev/null +++ b/data/part-04956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce28d0b4f39181c6264d02e1d27c96f508af75abb28dd0762b3176251f181ad7 +size 533515509 diff --git a/data/part-04957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df41b7b15e21c81281906aa1b9c2a29d97a5d44b --- /dev/null +++ b/data/part-04957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ac9fbe27c5e1213dfe0cbaa6400acb9bcf6ac3fb55b23ea03856a134b53b87 +size 467198275 diff --git a/data/part-04958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c5239d502e2fcc59b8ee6669f553dfa11379351 --- /dev/null +++ b/data/part-04958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc16e3e1ae42c46d092f2649bb9892d2ec698bf4fbef215ff66b75d6067987a +size 623962073 diff --git a/data/part-04959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb029d75f15ec03cb88345b004b055420c583003 --- /dev/null +++ b/data/part-04959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e62525177e48bfd8bd7b68e72b585b25cfc9b897061dafa2e8ca2cf87e7634 +size 437723937 diff --git a/data/part-04960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48bdfd073b464e8add1220b2e188ecb0ade589e6 --- /dev/null +++ b/data/part-04960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2282acdab35a9341a285fe48406ccb15e0de4bbdfe88d5410486b709470c6f +size 633937866 diff --git a/data/part-04961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98fa1250125dc66e1d3ec3d75564973305cc2670 --- /dev/null +++ b/data/part-04961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b82a8e709397830cc90f1c60c0ce048031d67d4ba5a2d97c5b4c350f65c04e +size 380209902 diff --git a/data/part-04962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0eacf9fe887137af973f031bc304e63ceb959924 --- /dev/null +++ b/data/part-04962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7de30710d4d2b96f97ae275a579b581bfbf6a7b0f420793ab92b78974be0b87 +size 417454826 diff --git a/data/part-04963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e94ae1bbec2fdde4f2d8fbbda9c055fcf2bc9a06 --- /dev/null +++ b/data/part-04963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c18f6ee61581f55542312a3efbf91088b6e29e25149e5be8ced1926575c13e7 +size 590243769 diff --git a/data/part-04964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5cf46bccc243ec5ba08baaeb066494a49cc50a6 --- /dev/null +++ b/data/part-04964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fc4a7d26740a6ff0f54ec627e6cb0b036d680bf65e5fb4f03120836eed7f9c +size 552366619 diff --git a/data/part-04965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..979967011db21b20df2b27394703d14cf4139322 --- /dev/null +++ b/data/part-04965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d00f06871ab9b790795f66d1c0d471543718b04be0b5986c45224d3b8c3f6b4 +size 611894448 diff --git a/data/part-04966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5976ca78cf21cdc1f348375c711a7f7e10965f8 --- /dev/null +++ b/data/part-04966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c81b23e200fd3bb47260fd1d0a9f639576a79649dde538793f3687c7daa29 +size 767212698 diff --git a/data/part-04967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2311808fe4430a5e96af6e90e0dba3d7e578d2a --- /dev/null +++ b/data/part-04967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e012e22d65541ac9ed8dc7704990b149c76eeb0f0bf5d6fbe201cdcc312e5f +size 455817391 diff --git a/data/part-04968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88cc104e81475b73f5f6e491f81bc0fa58ec9c8d --- /dev/null +++ b/data/part-04968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4e919c4971e890c1611d9be04735321d09125d240c3c0f4e11cb88f02b7046 +size 507044977 diff --git a/data/part-04969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f22cbd764d98abbe3d3a6ccb02ca590491df0267 --- /dev/null +++ b/data/part-04969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16c143fbcaf0c471559d7701ed391f55d142d8bdb15aa127ba5a83b61bffcac +size 379435755 diff --git a/data/part-04970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..292ee958dc9a31ca9d861b496a24d78fceee3329 --- /dev/null +++ b/data/part-04970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6451343f4de58b5002912fae1f9e50703f5f6821aa073eed7d53c64cae57e060 +size 550190761 diff --git a/data/part-04971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7394e743f40b05b1b594ff2571f73c92da9cc1c6 --- /dev/null +++ b/data/part-04971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2c529a118698ac92a384cdaa83e1a43ac4a5a8e6c41f6e85967499b5226748 +size 629859353 diff --git a/data/part-04972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b63861cff919064415963298a499112a38bd7ad --- /dev/null +++ b/data/part-04972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2573bed7d1a0c0f0d5bb814c6e10009eb6d38a1df93033993c167d7caefaa30 +size 386669744 diff --git a/data/part-04973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff271e3bdbee02c8b1197a0229ca91b138fa296c --- /dev/null +++ b/data/part-04973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ae69f044205d692665e55ae40f634be582702e32622237322c5aedf25f641c +size 456903706 diff --git a/data/part-04974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e935b4c92549a6d884ca7d531b729c6473c154c --- /dev/null +++ b/data/part-04974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec73f860a90c49a9390045d39695678b01f21b77f0c6193d1d53df903d7bf93 +size 414629418 diff --git a/data/part-04975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b97c01e6685f113c685bdac675d759060c4eea90 --- /dev/null +++ b/data/part-04975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b7e799122bb2210ca984315b3272c62c6e1203bf1136fa73e2f977ba9f894b +size 647486226 diff --git a/data/part-04976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6d08411a44afeefa11090d611a015ee1a2d909f --- /dev/null +++ b/data/part-04976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1560f630ad2d329921e816d15c74b23de5054ef6e8997180cd4599db0af13e9d +size 449671314 diff --git a/data/part-04977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb827e2363d484e99c66a4e7e4dae84758de6e52 --- /dev/null +++ b/data/part-04977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da14b54f59421f200be6cc50264e283a5d0f96a7f83739fef25c51c91d5872d9 +size 374835877 diff --git a/data/part-04978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e259393058af87d22391033d3e3adb80a83dc921 --- /dev/null +++ b/data/part-04978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b4e5d52d9692409a79e62776a3b43e3dd6d324f3859a0df65cd033355c189e +size 442605993 diff --git a/data/part-04979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..070156676777350518fbf86d27547bd1b12d5845 --- /dev/null +++ b/data/part-04979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c970404a5fb3f8cd14aac63b916dc8d9b9805b678db1f641899e5f561cd0579 +size 484907672 diff --git a/data/part-04980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d13263b6a47a8fcd36e9bf4d111fcb854d4b50dd --- /dev/null +++ b/data/part-04980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836868c8fc1aca704974177d10057274745df643c952d41a7ce582e1f60dea97 +size 560639614 diff --git a/data/part-04981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05377aa247f11d63c4586b98c6731f8cbb117235 --- /dev/null +++ b/data/part-04981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92461dd52b35cdcb0dcb2389362bb9ecc2732723cd36657bbac203674161074 +size 452094631 diff --git a/data/part-04982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b48fe26132c996a8f5f5d82283c26706bfa56ea --- /dev/null +++ b/data/part-04982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87fba640b684d965dc6c4aea79bc480aeb8ef927fdfd0a7bd0b4c086881be69 +size 377191668 diff --git a/data/part-04983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f79063bebda260f3f63dfc295dc5bd27a7023de0 --- /dev/null +++ b/data/part-04983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185f2997965ed754fd3642d0092ce75ad537a8898403b52653176b63a3808d8b +size 509801959 diff --git a/data/part-04984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7ec6e6ad53a99ecbfc30e55e996f206fe8d2999 --- /dev/null +++ b/data/part-04984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ed1b0b44b04652426dcaf557119271785048c3bb37f7ea21caa17489fea3b4 +size 695594140 diff --git a/data/part-04985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0664223717cde1067e956961b8508bd0abd596e2 --- /dev/null +++ b/data/part-04985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3a2f5a081f57a414cdfc7f4cfa31fbb2c291650937601f7cd12d2cad4d5767 +size 805505256 diff --git a/data/part-04986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..653e48cf3ecb0c8e9906b846096b8f89d8f781e2 --- /dev/null +++ b/data/part-04986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4580d444d09ca239937382cb2d0f0241a73341c3e560be1b3e0980b388a368 +size 416983399 diff --git a/data/part-04987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a737d345b2bc28c332387b7d05f38eabe538025 --- /dev/null +++ b/data/part-04987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96addfc77fb76a770e50fb902dbf1fcab50678192d8edaf8b7057905dd8c509b +size 501354618 diff --git a/data/part-04988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f4584b2f0194d2c46ff8c1e8363ec8db7ebed29 --- /dev/null +++ b/data/part-04988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2caa644adf191086bb5fb85f6945022a13a1b0991f9fdd910a4b467662939eb0 +size 680495596 diff --git a/data/part-04989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6bc212d2ac4f0184dcfe550d62c80517a875bc7 --- /dev/null +++ b/data/part-04989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4093e79e74702c24c361b3b6bc560e561b556ae4cdcc23c056652b5ef91dca +size 418085739 diff --git a/data/part-04990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8082c6778c235322b6b6184c5d802c1ee32671c4 --- /dev/null +++ b/data/part-04990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccc8d1fedaa8cd4cf1bc8c275785c5352023f636871fdef0d9d68489bb059fc +size 496612553 diff --git a/data/part-04991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..840de4f3382dbc8ba6d4a4c5d574a58f2ef8cebd --- /dev/null +++ b/data/part-04991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f188a5e032be086ddb27a83f4c69c19e65c0e9ecec39c6b5c1ac19c1a7dddeb +size 454368823 diff --git a/data/part-04992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54383b73f85bba328de7fb1453fb8adde34e21e5 --- /dev/null +++ b/data/part-04992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e3a0dc614aa496eb96f0d1f92fd0c1d757a63614b71c83855f727082a3a9cf +size 602939750 diff --git a/data/part-04993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e84992580cbc4c06da5de41cf0a56bd58e455740 --- /dev/null +++ b/data/part-04993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6f85e77aeb0ecdd4897b6d03224ae2a92a17820bec87b953e13a504f32eabe +size 414823834 diff --git a/data/part-04994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ef5c91c43358cad9d63c6d4e07c6fdfdea060e1 --- /dev/null +++ b/data/part-04994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092de6282899ff7971c6e54a1d088a7569746bd9cbe4bc33a716e8c7e819ce00 +size 598522003 diff --git a/data/part-04995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39b2972b15c5df0b710e423a57b3972a8f6add4c --- /dev/null +++ b/data/part-04995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267c98988ae4b0fba734ad91ef90bf1c45e7f46cd267b8ed2edb89c6539d9234 +size 511983648 diff --git a/data/part-04996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05e46489caa5140d1a772fa6f9f5faabf948d38a --- /dev/null +++ b/data/part-04996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d1c0040b2723646e79984b7c3ddc7c523c3db13503f7ab59be306be0855584 +size 483140475 diff --git a/data/part-04997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b087e2e6ec4a8ebe617dc8f704a4983f047b5c70 --- /dev/null +++ b/data/part-04997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9f7134248dd4d2bea9a8f12e34c07a38703213da69e3aceb64b3fc141a78cf +size 591804518 diff --git a/data/part-04998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a96b9916c41a551a302387aa1563f20393152cbb --- /dev/null +++ b/data/part-04998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b315a046dad5ed1db8877860f5ceec016b57ace014ce8f212ea3b87582a1fc5a +size 704398587 diff --git a/data/part-04999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-04999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0939c245e54e39f23e7776926d7ab2fb9fdad468 --- /dev/null +++ b/data/part-04999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a635814aa0915ad8b2b53092e8d70948a3ca2a8293d0c68a22f70494d6fcc77 +size 400470392 diff --git a/data/part-05000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ff1889061817b6a8446831c184d3fc1875664db --- /dev/null +++ b/data/part-05000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1874565130cd04dda3128b8e22d7588a584ec3c1e69dc4bf285dd20539b586b4 +size 415686928 diff --git a/data/part-05001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..020bd4b340b9ed99dbe7ea933ab7f109a8c1792a --- /dev/null +++ b/data/part-05001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c2fd3393c8b27d7d0283643d1bc8d6cbb60213180548bd4e3046493a71b11b +size 392759481 diff --git a/data/part-05002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3422782bef136fbea47ba45e1a6c4c0f41bb0c55 --- /dev/null +++ b/data/part-05002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bb8fd17fad5d0404f1db885c0234d920ab3a67ed4f3662cfbdd899ef9032be +size 355622390 diff --git a/data/part-05003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac9212cbc9506d6c7e158c66f16462d978c81305 --- /dev/null +++ b/data/part-05003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6055a249e0a62f396485ce63b78f0c7561385de81cf0379061cc6f5df97e3260 +size 442702165 diff --git a/data/part-05004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4b14f01ef3eb32f5474e5f15bc82c60d10cd882 --- /dev/null +++ b/data/part-05004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4b0689b7bd3e263f7936753e347fc3cbfc00acc2a652fc23039de4f7618acb +size 611836808 diff --git a/data/part-05005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b55e4709391ac5b4a379381aaf0e71741a541f4b --- /dev/null +++ b/data/part-05005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f251604dba15e258e2e42dcef0a2fd6cb1ee65467229b48e758efb3c85e264 +size 466659777 diff --git a/data/part-05006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dce18849af6f86dd84d2738773e75cc0a2631bd --- /dev/null +++ b/data/part-05006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23a6851cc9cf1e6ade7b12fb5bedabcb7096b17b83ca02081b2cbd14caa288b +size 436635834 diff --git a/data/part-05007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fe463f2ee6e1385e57ebe1d4937911508fe8318 --- /dev/null +++ b/data/part-05007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b082641cc9e344a66eed58baf51d042a7d72f148e2d5846b6484ce765ea911a +size 424382659 diff --git a/data/part-05008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5963beff02cc37c4e5f8f0abb0f358b4837b2ae0 --- /dev/null +++ b/data/part-05008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46845e35964544d37230c579e0298de6cace89a97164816e681cb09533fcef30 +size 474783370 diff --git a/data/part-05009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..583768f4b50a7809db4613127f41e4a3f2e96ed1 --- /dev/null +++ b/data/part-05009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed8b2a8e1fe3eca8721a9cc99da7a9b335dcf627c01d7d485df3e030015ac4c +size 486088933 diff --git a/data/part-05010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71b9d4bddd4b8d21c7f2397699af7c2b84d320e6 --- /dev/null +++ b/data/part-05010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fe294cbe89f1d28aff29b1264cc8343e530a9543a700bcdf190c7036a81e21 +size 858586936 diff --git a/data/part-05011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa1583f9174275061bd9386212740382e2b65248 --- /dev/null +++ b/data/part-05011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841a97e2fb85c90e13ad88b612f8284b65ec6de07da0b251d8566fb968d086bb +size 664650305 diff --git a/data/part-05012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e502575c6d2826ac803a69f75554cf7191c700c2 --- /dev/null +++ b/data/part-05012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115d687ac9b7387bcccf0a0a99d15537876f436f3f2f7e09578c9f675efc8fab +size 827017531 diff --git a/data/part-05013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6455cc1b7ce47adcc0e3dbe3722100f9bd2aca51 --- /dev/null +++ b/data/part-05013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c552909e977db228c1675bcc25fab81846a6a403899158a34c7f81293d938a2b +size 416682791 diff --git a/data/part-05014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c44135bf265c511d004fb5196f0133cd235a145f --- /dev/null +++ b/data/part-05014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6e5383cfa26123297c944443258d5d9c20f5c97618df59a666f2faaa54f94c +size 416799346 diff --git a/data/part-05015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67c7cf39a8035ff4a16bdb432e9599e55dafeb69 --- /dev/null +++ b/data/part-05015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf4353246f29c2a0452eeb7231ee860b00a6b04a481b2d661f8febaa9534ff5 +size 482006579 diff --git a/data/part-05016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..505358e8ee97c61a15c0cd911049dd0e5e9401ee --- /dev/null +++ b/data/part-05016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63404aed856fef62ed03a63cd8be4c6eba99b96fa34b103d4c330d3addbce07f +size 574495466 diff --git a/data/part-05017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fc1ef09ce45357b42cde25e89e8e141b3cc7c99 --- /dev/null +++ b/data/part-05017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc6f5f7c82a471bced11c29789d2590c20a7d037e26a453e72471e917ecfada +size 511646112 diff --git a/data/part-05018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4450bd6228c5e32a4919890a2a021daebd617ec0 --- /dev/null +++ b/data/part-05018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec6fed89d67a92020f2503611fe1cb478cebd09704c2f51877ade80e4b906c1 +size 558731296 diff --git a/data/part-05019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a3ca2676f82ccd2fc5309a1a18e07bfb1709f9d --- /dev/null +++ b/data/part-05019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8556200993d8e603689ef641b353d94aca0491db7558878135cd0c89c9573c8 +size 728135155 diff --git a/data/part-05020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b890cabf5782a982c6f3e44415773ceef2dd3d16 --- /dev/null +++ b/data/part-05020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f6ad09d7eec35637cf28e41288a70d4e6004cecd5e33c2e8486b9e958bb173 +size 536935072 diff --git a/data/part-05021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aec0844700d938eeeb8f71edb010790fd882d449 --- /dev/null +++ b/data/part-05021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27db064f50523ac74f59b0f510ce6c199b7b65b65d926120071f0125b8a33b61 +size 637682880 diff --git a/data/part-05022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60dad7061ac9d4a823dfb1dfacb8916006220ad2 --- /dev/null +++ b/data/part-05022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68249d955e353d67bde3a1507b523b19245b38e848a4fe65a2db503886f28e0 +size 467276226 diff --git a/data/part-05023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d426c308ef87fa875de0761e81a2e417364a5556 --- /dev/null +++ b/data/part-05023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef82a134ba0900110dc097fab8a563cb77274aff7457cb2266b2079af994468 +size 723043480 diff --git a/data/part-05024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..737ffb175df6fa3a415832b1de518bc20833db1b --- /dev/null +++ b/data/part-05024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c324118d975ba2ef4d2a16ef513e2675da53a0c4ef41d17f0f78d46d6262625e +size 962024941 diff --git a/data/part-05025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a97e3b136528dd644da391bda48d00ae3768c9 --- /dev/null +++ b/data/part-05025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee2968f943d29056318eb959d9de3f15f0df1a2a600bde4ae83fd5c90f1a19e +size 587141808 diff --git a/data/part-05026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cae419405ff062f6698d992e20631db9c5e1bd52 --- /dev/null +++ b/data/part-05026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c0fe6f2119898574764e3bc84f39945c66789eb9a8d45a0debc099ed4f1479 +size 453705531 diff --git a/data/part-05027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6995ca6946e009302d2ca48b9b58f6655e4da986 --- /dev/null +++ b/data/part-05027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646745ef222b80e98fe6f355ba560e0d79826962a4e5c00535bed06c88749792 +size 413802815 diff --git a/data/part-05028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..833107909ef519753fb2a8ead414befc07d914b2 --- /dev/null +++ b/data/part-05028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8941af1b5f737b0548b0a50ccbbec77f9f173f786d88f166d4a39115121123fb +size 480664246 diff --git a/data/part-05029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e2e106c6684a2ef951fee2a6ffcfb5905a4471a --- /dev/null +++ b/data/part-05029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c0c43dd832c6f232b1b9244f8769dd9980c092a372303324c59665cdfa1698 +size 645737341 diff --git a/data/part-05030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13fd5b796075beeace4b0cece4c356f3463d7817 --- /dev/null +++ b/data/part-05030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b77201041fde9d5b221f45cb5cd11c437aadaf15726ce65f434f86d15c28a8 +size 505351179 diff --git a/data/part-05031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..001b0959d2286dac19eec30d8241f9a6167808a9 --- /dev/null +++ b/data/part-05031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3d1a47c04a3242a25d1a61b28e5bc0e404e4a33a1de184dbbf364620b4a2bb +size 445755749 diff --git a/data/part-05032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd5ab00343e255bcc6bb85302bc7e2321a6daf67 --- /dev/null +++ b/data/part-05032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0cfa468a511ada7433d2357ec90c0699ef5c89cdbcbd9e14df33e90be33295 +size 571230614 diff --git a/data/part-05033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..213da719ff232dda32ea3c39d43c1b19928df5e1 --- /dev/null +++ b/data/part-05033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675f94fc3d274fd8e86e3686a762980963d4f8f830b58c74950328b0ea697231 +size 510796574 diff --git a/data/part-05034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cc2f66f9e2b16ce66108c36aab9be4b0f4579cd --- /dev/null +++ b/data/part-05034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68aa2f53f381324f9dd54a957154d6afa22dcb0bed8345fd5fcc06573a9bbe20 +size 546525180 diff --git a/data/part-05035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c849a1379f895df42ef1929b1dff808981f7901 --- /dev/null +++ b/data/part-05035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03705c34e194a2b1e98059420a17be7ded70ce7124d12149cdb24a7bb4a7fcdd +size 457610619 diff --git a/data/part-05036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58e42415f619cea5934625ee14580522b3623ccd --- /dev/null +++ b/data/part-05036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c217e097412753fb787843a7dffbbede3054195466bf8c3c89125906fc13f836 +size 366553366 diff --git a/data/part-05037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb2d22869e6a0ec205578002c14402686859deca --- /dev/null +++ b/data/part-05037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13942deb1a338ab1765e88a4558379448f6873c3f8fe78946f2c04e637b134a7 +size 710626790 diff --git a/data/part-05038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af6804a4535c82ebd8715ba68af262975c7d2a37 --- /dev/null +++ b/data/part-05038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7480ef5d6230f642bb688897dcecc47a80dc2fbfb7e809c9e1b6c0da03c32e62 +size 454670072 diff --git a/data/part-05039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb770a6784f797a244a339f73b32a6526bd4c894 --- /dev/null +++ b/data/part-05039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f7e491427b10cec120b3b0b6f7c59fdef7a389bc7b2d817c91359425eb50a3 +size 477136067 diff --git a/data/part-05040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41ab73488f35d7aeb1e3f843afde1994a5d466aa --- /dev/null +++ b/data/part-05040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf5320676868eda6498f7bcdf5a085c9ae2db2ccdd821af6d96264b94db2fe9 +size 534354415 diff --git a/data/part-05041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37a6a064aed22a3cbeadf7f8546018ba7c2946c5 --- /dev/null +++ b/data/part-05041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771a51d865d1633059422be93deefab78d8701e403266f5e71c49004980d5d98 +size 555946461 diff --git a/data/part-05042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..361670e434f27ae7fc72294db87ab22e18a65ec2 --- /dev/null +++ b/data/part-05042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c156d2d875920252c8be954809ab46aa62ac2f9b15ad10f86589cbf880943bf6 +size 545510568 diff --git a/data/part-05043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b77ffc351c782f9c90737d8adf77b4fff22f6b91 --- /dev/null +++ b/data/part-05043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16cece5e0dc57485b609bef667c33ea794565de66a731ee81cd0fe80d9fa55a +size 647745530 diff --git a/data/part-05044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b86a4cf2f86ae69d8f370071d98eca4a5ba1eae --- /dev/null +++ b/data/part-05044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73c62e8548493cf678c06e0994695e96bbc339f571b806cd91456904106272f +size 391012404 diff --git a/data/part-05045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c67542ded8628ea7505536d3591e2b0ff3d505e --- /dev/null +++ b/data/part-05045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b89444a8f4439894eef9c29fbd31880d9c211bbd5cfbdeaa08076f9de9e6aa0 +size 546121283 diff --git a/data/part-05046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b124871a6c884bcc58fb5da4d48c2b7e4313b61 --- /dev/null +++ b/data/part-05046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024b707c74c4efa054e4ec6f4032a394c74876d03761de90826de93b7b07fdcb +size 499603288 diff --git a/data/part-05047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8b72a7fc09e3fad7298217023680f210b052a56 --- /dev/null +++ b/data/part-05047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5e3983fdb66762b7a784f12c77b443c4d94b99b006966a988016067e08fec2 +size 345815143 diff --git a/data/part-05048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abbdc33ffde631fa9f1fcad1e8244d8381f8daad --- /dev/null +++ b/data/part-05048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f86d0e7316b6b8ca687c581ccce6fff8fea2b0e401918b837d0896cf133f2d +size 593913726 diff --git a/data/part-05049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61def8c5a79d54db7330850ebf3762c621753eef --- /dev/null +++ b/data/part-05049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4ac48a85037af52c0356e1e37a7debfdb6bba0c4b751efc8b048ad5fd6a16d +size 694194567 diff --git a/data/part-05050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6eeb41400014050224ea374bda8a45ce5c1822d8 --- /dev/null +++ b/data/part-05050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8e32ebe470dd4786c51571675f7a346e6c09756367cbfa9d6f3b2c353aff07 +size 643913192 diff --git a/data/part-05051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4986517cb23114b79529ef95514505397297b18d --- /dev/null +++ b/data/part-05051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba385ebab020d99e87a4553c6163215e5af6c23143d7a6ee16b101245ba8a11 +size 488426443 diff --git a/data/part-05052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7767e8068d0ab913597358acb557f39e9504973a --- /dev/null +++ b/data/part-05052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1bd342db74f66c78ae71cbb53a6dd3c9d8f3204ea1ebf1cfb4e88c229f3fe7 +size 419984718 diff --git a/data/part-05053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3420e0f2934546da7f6aad44d24665473bebbf3e --- /dev/null +++ b/data/part-05053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcb9550f7d6a52063ff0e08afe0c614f6413afa11158aaba3832ee4d3c6664f +size 507240758 diff --git a/data/part-05054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e8e8d64a4c9430f4038fabc66122ec21da2a510 --- /dev/null +++ b/data/part-05054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dce53bb5f0278c1510c7982b69ce5d60aafa25d3cb99757d7585cd96e6682a0 +size 730450580 diff --git a/data/part-05055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50d64b80ff24ff61d7b298a934f77feae74b1da5 --- /dev/null +++ b/data/part-05055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06ed8155c34b2f2fbe67934dec5206cf20f92d0bf2a9210df34c53729aefb10 +size 500816868 diff --git a/data/part-05056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e719772b64fac6a44b527537a06a10fd52c193d5 --- /dev/null +++ b/data/part-05056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d2ef00009616a4df6dc2ae914437e55a9f0087084e61c1845f9c792b72435e +size 477064013 diff --git a/data/part-05057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4212a82ec2c3f05362628917326e767a7608164b --- /dev/null +++ b/data/part-05057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28076b4a6616e93ca5a09b7f80433866a2f5754bfa1ba957994de6e30db85bdd +size 487237138 diff --git a/data/part-05058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b75b565397035954648e52bfb4c9cadeff912714 --- /dev/null +++ b/data/part-05058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbab882ff6a2a5e3db66d82addffce06de56282535d9e498f9a59756ddc4dc4 +size 468601109 diff --git a/data/part-05059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0d9e4ae43195b3136eddca8ce110ef8f74a0a52 --- /dev/null +++ b/data/part-05059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d24ca73ed00b460806e56fb422123321a8af33ba681d38ac2db90795d99301 +size 559362662 diff --git a/data/part-05060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31e2b7f536d9488ae1d69b3e2eb4a889ce0c4d9f --- /dev/null +++ b/data/part-05060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246fe037882b8b637cc9bca437384d0d16df9cf7260180146c0faf3a1fb1a4c6 +size 568399341 diff --git a/data/part-05061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54419d368d587f9f305bf9841a63ea29d9c07f60 --- /dev/null +++ b/data/part-05061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7319b78458fcc58d4ea24f53a2e80c847a86095d48c6ea313a3bd58b8fb4acd +size 542006168 diff --git a/data/part-05062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe5276c5ae266642e1a1bf756aa48b8e7e92b75b --- /dev/null +++ b/data/part-05062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4b62ba2c54960b82935803dfd00368fdacfb560fef68e4980e1d22dd7b982d +size 611725431 diff --git a/data/part-05063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25bed9bcb0687ca7df74eb6f3b7ca1c5439f4588 --- /dev/null +++ b/data/part-05063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a178ca788a1915ac7a42568ede2a914e07b0f9470acf68f9f02d1cf8f72da14 +size 501360151 diff --git a/data/part-05064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f14519afc2b4de063cd44bfc9aad993eede36227 --- /dev/null +++ b/data/part-05064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9ca0e5abcac28f79471ef75be83d3803b4266e136511c5a4ac0c261637c68d +size 515769561 diff --git a/data/part-05065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18582006506d449c05099df076a8efa813e729eb --- /dev/null +++ b/data/part-05065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9752b8512ed94362c3ff8ed9dc64d3f7cca5ba691bbe7f0fe16226e4c9381a6f +size 369805781 diff --git a/data/part-05066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5347d79afc467e1a77dabb04d2a70e2ffc21ab59 --- /dev/null +++ b/data/part-05066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b61cd5c20423a3b14f6272ad0ecbb4fa2a2047a98568aeccc1df0004b16730 +size 971424960 diff --git a/data/part-05067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5c8555a294165c034ac7880ee8404805eed5335 --- /dev/null +++ b/data/part-05067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a304cee4cbd3b6db4d73e1b35e4b0a9a760d7d2c1d3e7fa852a4a76fabe64196 +size 482041113 diff --git a/data/part-05068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44a1f8cc3b9212ee9644980f570e8b1de50bca6e --- /dev/null +++ b/data/part-05068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d9c0f8af7ede900e40ddff66f1dae0a625ce1557fd460464bcb2d313302f60 +size 513156549 diff --git a/data/part-05069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea6c2b64cf8f3bf41c1d0b1fa0e9758c32a94564 --- /dev/null +++ b/data/part-05069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780d59b3e2922d36a070290f313a6d920c27ed0f70592120c5fc9fdd4ce472fb +size 636394129 diff --git a/data/part-05070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7562584e224677c54879fb0f0965a83b4ba31f30 --- /dev/null +++ b/data/part-05070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265de64bc6c36c89a83faf08e9926e06319e277658f25c1148cdb22d1f8b53ff +size 509018521 diff --git a/data/part-05071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3767316bc6b5d11cbff3db2c60ce97c2de001710 --- /dev/null +++ b/data/part-05071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5107b2c7657c639124e92e55c48d1f5b1a8e92d9966148fac0657165cea16fde +size 710948267 diff --git a/data/part-05072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30120bf0c2be2f580e328e89f92f2c3b18959bef --- /dev/null +++ b/data/part-05072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91912c0b51f98223f04c1f135da8799afc9aa2fc741525e70d5ab81af99c19e7 +size 429291025 diff --git a/data/part-05073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d756cf5ed79bd8a8e303d78135f7764bb40f4884 --- /dev/null +++ b/data/part-05073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b385a5ac21542580c8b7b30da6715a9c554d255edc5bdd15d36d00f02ea11568 +size 863221453 diff --git a/data/part-05074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1297b40dad2da35429c49efbe5e52efaf3b1ed4 --- /dev/null +++ b/data/part-05074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8733ae9141cf29106cb3f9ed9b786db14445cfa87962ce9cf60c1311954b406a +size 614911619 diff --git a/data/part-05075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7436ffd0ce43cdf76487b2207ab0b74b7760ca5 --- /dev/null +++ b/data/part-05075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f780478c86aafd915cbe358b04c7c4d87edc92e8390c4671e7afd640d5738c3e +size 506273786 diff --git a/data/part-05076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2e8dde251bf84a1a4af4be12e20e61a39e5c6c3 --- /dev/null +++ b/data/part-05076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be084bd8c55dfaa8e082cfc4f518df875ca29b5ff56106c06bf77553c2f7bcdf +size 693335007 diff --git a/data/part-05077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2f30ecc8bea692d5b148cb6e531b038c01549fd --- /dev/null +++ b/data/part-05077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1e1febee3540fa9f3144ea3460d07f527127f090b807420965e6efa1ed472a +size 456326536 diff --git a/data/part-05078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cc25d5840c2ecb6ded82395098605a09b2ed23c --- /dev/null +++ b/data/part-05078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c126f04dd9f822d5cf067d9ba4de36911d8943909165d7d85f21a597c367b86 +size 489636521 diff --git a/data/part-05079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ef57823eb320475cb520ec8769c8b6553be69da --- /dev/null +++ b/data/part-05079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9ed424a174c0e6398f2ab8764a087558a29d522961996da7d1c7f7ca40f614 +size 892349104 diff --git a/data/part-05080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4af365f96cd0e3b819d7e54674942878d9f7729d --- /dev/null +++ b/data/part-05080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3916a825f932e9f140e4325a7e411918bb33ce5acb41c4f7b95d826f471a9c1d +size 564166759 diff --git a/data/part-05081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cab62bb9faf62e9b074a242938681b2dc416c4e --- /dev/null +++ b/data/part-05081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e909d16629b6b5881ce74d29a148e293d59d3f9790f53fcac29e2750462c2291 +size 490009336 diff --git a/data/part-05082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87aa3428134bc6132ab08ca17810ace5021c7841 --- /dev/null +++ b/data/part-05082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a212df742508522d276ffafaa94d8f57c05e64f1b3ec2c1a7293a3ac49c76e4d +size 479584624 diff --git a/data/part-05083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afb92ac1fdd7de9f6e73812a5a0b72a941dba2cd --- /dev/null +++ b/data/part-05083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5e74eb061b8019e38c23d6f6efad39959e652b007175de262875cf977415a7 +size 420205639 diff --git a/data/part-05084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a398a21c350211fb80faeab5289adf42298a256a --- /dev/null +++ b/data/part-05084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e2328e2fc9e957b9cc4d0d4f8bad3e14bbbf5b49474ea0014eac4ada6f0b33 +size 435787973 diff --git a/data/part-05085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86f272e18be720060c5da16fe78077135659f890 --- /dev/null +++ b/data/part-05085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c7968f8bf149bedfb8fdd264faba88ef1d2e03521ca8be31fb2accce755f58 +size 801308646 diff --git a/data/part-05086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a7b60e32dfa9d12fdd8552c60569bc5d7922fea --- /dev/null +++ b/data/part-05086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9577141c51c894e3bf4b16845d717213e7e5df8da71f7bd4a40dc6d59a28c64f +size 489300598 diff --git a/data/part-05087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0113089e7ac5fe1df8b2f6fa23c1f69d9378ed59 --- /dev/null +++ b/data/part-05087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d377cb04227b20831cd887b67105f812e39a00193f935206186592af123175b +size 715223034 diff --git a/data/part-05088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..146b15e13ac86f38a2969dfc919344f233ebcf1a --- /dev/null +++ b/data/part-05088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f4cfba22e5428073559e1aee8413b7e3be66ab91ac4271b86af7649dc084c6 +size 509112805 diff --git a/data/part-05089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e550e6033dfd7a4ee0ddbb979502af980352d6 --- /dev/null +++ b/data/part-05089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10305fd827fc75a306a362bab5701c7e3bec8b10b7ff18a047cd0fcde56c75a2 +size 613725044 diff --git a/data/part-05090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17a24b88ca34841d3579ee5cad410b1e0c809378 --- /dev/null +++ b/data/part-05090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8811e103b28bb80a952f24060e6de4c04e5f276a8a3f02b5d7b073cef4aac0bd +size 643398834 diff --git a/data/part-05091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fc48c05f6ea5b78b9a644be2ad72a96c7e098e8 --- /dev/null +++ b/data/part-05091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d155959180756356ae83175eb1a6b1734dcaeade02ff38a5c4ab158b30ea8b1 +size 962924837 diff --git a/data/part-05092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78f9c5b1ffc0627407dc030c2540810f82a5f1b0 --- /dev/null +++ b/data/part-05092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac24a8cec94c1be25d49a8c99b3a218fc4ad449961832b32efbecaff3c922e59 +size 411478665 diff --git a/data/part-05093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6b88bb2b617748d4d9b3313d2f035e8c300ccb7 --- /dev/null +++ b/data/part-05093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54799fca568d49291113fce90ab5f6534ee87dc524747435e107bf0be6d51a95 +size 499665738 diff --git a/data/part-05094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d449474ae1ff4e6ba53b53ceedf56116811b89c9 --- /dev/null +++ b/data/part-05094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9451d381445494f1f48a434dd97aa02ced2216767054ca43316df1740ac77c06 +size 550661831 diff --git a/data/part-05095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5be486ab009898dc7e976d75cc81e43766487141 --- /dev/null +++ b/data/part-05095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb8333bbadd34a1dd133124ca10dbbb486c6c90d5d678f153f567d1c6b9c870 +size 511406108 diff --git a/data/part-05096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3773264fb1a295101409870d9807798e870c15b0 --- /dev/null +++ b/data/part-05096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34becd2f0ab1631aab10b8427a2f0a9299c1f1a81cbdd4bf6aefbf88577ef3cc +size 434378889 diff --git a/data/part-05097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cefab930cc0c4d8180adae6dbfa4a2107df213c --- /dev/null +++ b/data/part-05097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dd21c5485dcba64a1dc4f4fb63938d6ce1543cfce944cabec30132fa423974 +size 465886029 diff --git a/data/part-05098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9575f21d3b0bc867db74bc6de1101caf2fe62caf --- /dev/null +++ b/data/part-05098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec71da00003725a3cc438f495521f4b85f27e09839f6e33e1654149fc911e49 +size 634587587 diff --git a/data/part-05099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b59c9ed9eecd4a6aef8075b64a6298f75445dad4 --- /dev/null +++ b/data/part-05099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8da09cf433f34dd2972c910ee93821e9e466f7cf5bd9967806746263a97713 +size 411708769 diff --git a/data/part-05100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fe4f3b3a29dd160ca61a83004f287cdb79df3e4 --- /dev/null +++ b/data/part-05100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8396b8d00828c1a4e9317b0419ac7d6e2766ea266866782e67bf155f7abb14c +size 525172778 diff --git a/data/part-05101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad95f14cb23a04beaf346086871bd19d8332f16b --- /dev/null +++ b/data/part-05101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99482f7993f40acc48b0d89e3b1f5785be47d969d3d62e8e17c65cf1067e4514 +size 496837979 diff --git a/data/part-05102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac88ced96df334961a8daa04ca33f8286ce9a3ac --- /dev/null +++ b/data/part-05102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631866f38c00e119a79dd61f63358024e2ef0b789eb8844b9ac1b386c252b83a +size 645182735 diff --git a/data/part-05103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0de735b1df1061c6576170d2b6b66e6e9f7755a --- /dev/null +++ b/data/part-05103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7879384b637a03195dc8dfd705507ede3788b7deaad05ee86a83e18312b240 +size 577437196 diff --git a/data/part-05104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..454ec8205e6db6dd05cf78f9dba93823881821a0 --- /dev/null +++ b/data/part-05104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3572f47cefcf45e53b5d0ead424973b2e3956a3b1cd4aa4cf8951bdb4f1ea46d +size 593044549 diff --git a/data/part-05105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e323f3e37dc883a2176be841eeb30108e11e049 --- /dev/null +++ b/data/part-05105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d2ddf8c6a5355ecb3e04d7387500af5f87bdb9f250e763ce84070fab0c6c80 +size 563281587 diff --git a/data/part-05106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe9af9f31fed68338a14f709cbc0c0245349c98c --- /dev/null +++ b/data/part-05106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e31347a8bbb835ef47cd84e10d1705c45d1d5246fba8f9dcee8a492a5564cae +size 460873410 diff --git a/data/part-05107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f37072d72917029ee5b76107ebaeafc877dbbb17 --- /dev/null +++ b/data/part-05107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacb42d74c0e29f79323562d44b3bad59739e3b3eec42fcc93430f3cab2a94b4 +size 502680618 diff --git a/data/part-05108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9949ac1baa8ef66721f7a10f42ff3dfe20f30fff --- /dev/null +++ b/data/part-05108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60452831bf95ec80e61053a8f867256031d78e160575552ede5056b8ec78eb13 +size 539172392 diff --git a/data/part-05109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..684fdfcc91704e455c3c1ec1e0b25e8cfe99e31c --- /dev/null +++ b/data/part-05109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7afd5cdc22e77725e4bd3a719da661ab834762c4b4a034d269e139a6a7ff254 +size 428295663 diff --git a/data/part-05110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e740446df1d24282828c215c66a3c00f0e2d16b --- /dev/null +++ b/data/part-05110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcde47ed21320ed68c92d918a38ce700ab4bb7c3446c59ca63ffa727f126dbe8 +size 801128741 diff --git a/data/part-05111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..802444365cf40674ac902342d839a49a94e55233 --- /dev/null +++ b/data/part-05111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821e44f3c1118b0e7e1a8c05b132523c6aee57791757d5c1df476c6179846bbc +size 523160613 diff --git a/data/part-05112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1dba95e013f2341d251b745684761ee810f112f --- /dev/null +++ b/data/part-05112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d312e9f2e94ed3e739fefaed4dd792a063c1f86ae255dc876139e9ef1ded38 +size 461565487 diff --git a/data/part-05113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f61da73b8d6ccc191d0e16a128be8dede5479a80 --- /dev/null +++ b/data/part-05113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2242fc2cdd5af35ed7eb0f2f317e4c32696fbef4818c8ea7213f823bb4fd479 +size 746351479 diff --git a/data/part-05114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ad1e3a7378947910db75913f974f01110db8182 --- /dev/null +++ b/data/part-05114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66a62087545560486b225b54949fafa0ad5d64e4f3cd6458c3fbb44966c8c65 +size 477832410 diff --git a/data/part-05115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f61e98faa7a1566913d951983a9db7635f5f775a --- /dev/null +++ b/data/part-05115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933bd00a27356b66e5d05dc16acb9c12d5fd7dc1f212c14f2cd3029f371295f6 +size 978791636 diff --git a/data/part-05116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..679ffa44b3b7c47bb224173acc040b452ba19091 --- /dev/null +++ b/data/part-05116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29b7e575303d63083c0561bd6f07975dad92d7ba56f5b00d98a3fad1f265d71 +size 443552645 diff --git a/data/part-05117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0abbba16914304e9f9429c2b9f7ce784dfb91006 --- /dev/null +++ b/data/part-05117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88c0673beeb58fb7c9846803d7b373eab278832f670845a63299894d26171d5 +size 636260266 diff --git a/data/part-05118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7857e1f6529c58cb929cfea7347ce9d6a7095a2b --- /dev/null +++ b/data/part-05118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf3714e3ffc9982431968c88deede85a42ae4da8690b6064d3961729b851634 +size 498930754 diff --git a/data/part-05119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a67f08e219a9f0e23277ffb2b85e10e87aa0740 --- /dev/null +++ b/data/part-05119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046404789e7534be9897bd839175a47738926026e8e2ad4eed7d7a1e2a741c36 +size 482912973 diff --git a/data/part-05120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35c836b6a714f7a41f69bdc7f62788d524259f98 --- /dev/null +++ b/data/part-05120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f236136e00b0218fe2839ea11e822eee4983f049888894a3988ad6dd9625d9 +size 531446271 diff --git a/data/part-05121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8155be13d2c083c1c8dbb38a39d56da9e1b096a7 --- /dev/null +++ b/data/part-05121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa52e4361cd15b74a71dcab88f75747a4feae93d427769d40ac340919d2b512 +size 480538623 diff --git a/data/part-05122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ed0e9141315b1c234e0bbdb76547c3a414a6ce1 --- /dev/null +++ b/data/part-05122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3757938cbf07c9406afc01b050439f8a87714a6c0195632ca76dbf589d975480 +size 525280553 diff --git a/data/part-05123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb5158e7c25b6a6a36882552d096cf44efd94d52 --- /dev/null +++ b/data/part-05123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d0e97e610bd4b2ed798f88a72848ced2b98b87f9bcd23a531f494ce6743974 +size 689519976 diff --git a/data/part-05124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c62eb524db5a72216e67b081ae9192e7d8cb7ccc --- /dev/null +++ b/data/part-05124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8711b4df01a21f9dad1e86ece56d3aeb274b0f43319d96de2e63bd5afa80bc76 +size 469787377 diff --git a/data/part-05125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdd4964dfb4287945d78655043c66ca7a61e024c --- /dev/null +++ b/data/part-05125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c23d43643430e273ef1837b6df3221894891b36cd342b2c0c1cf27dc0e4787d +size 474451342 diff --git a/data/part-05126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..224a0ca8bf70f811760fcae51529d0e57470e354 --- /dev/null +++ b/data/part-05126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f51350030b8cc4a4cd94545216e4a2d7c2bd02a1f219993cab0b8b11c7f2f +size 451227530 diff --git a/data/part-05127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2faf5f9e16828b5a4f24e8547c24cc8e615ef99a --- /dev/null +++ b/data/part-05127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fbe33655feb3dc75b34866b95077af073554d7c69ff7c2af6c62c66d9733b6 +size 517950736 diff --git a/data/part-05128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f9f85939a9f1eaa93fa6bf61f80e601de66a2ec --- /dev/null +++ b/data/part-05128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6a9680f765111df5361086fe012993127c7203cb7bafeddbfb0d8c0d6c6cff +size 445130313 diff --git a/data/part-05129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b0dd59ee51692cbba005df1d1f32868f128809d --- /dev/null +++ b/data/part-05129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8da2074ef5c7a7d27c3ce8a7c5a430472ff7584abde56341878f1853b056c89 +size 454188483 diff --git a/data/part-05130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a852f42cd712068b6dbad10b9a24054bdee4815 --- /dev/null +++ b/data/part-05130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2819339bb4de08a149d5b2d7cb724fc2efd9cf13cd12bd9c8ac7ef96290209 +size 482481449 diff --git a/data/part-05131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4741a079e774314d74bb847efb45be2d9f641fd --- /dev/null +++ b/data/part-05131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef84181817d82a45b7ca9888a91ced3c5e60a6665f78eaae683276790149d4b +size 429899369 diff --git a/data/part-05132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01e345462e9fdf6b68a83b32e38d4e8f245cd8b5 --- /dev/null +++ b/data/part-05132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7abd17d9d562b525947dcd49105d8cd8bb8f105c33db76eeb2bc1fb2d5f83 +size 567411170 diff --git a/data/part-05133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8be7e2e5f67379760a74070c8e48c7994928f88 --- /dev/null +++ b/data/part-05133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e00f78119261f8d19a8762b7f54dc99bccb050aee27113dd165051019cb8ca6 +size 456055244 diff --git a/data/part-05134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..539fe13cd1a932721245a64118cbcc2b7c0b68ba --- /dev/null +++ b/data/part-05134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc69043ecd45f25904457b9b9e6167616cfddc7420bdad5701ff840a2a181f6 +size 833572016 diff --git a/data/part-05135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..077abdbfe6a76b4d4f668e5bbf728ce00ab7bd0d --- /dev/null +++ b/data/part-05135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918c63e0ca4f80199dc2ea995dcbed5747043cb1be375c419332ffda9914ee90 +size 619076145 diff --git a/data/part-05136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4347a1378af8c58f6f627ff55ba822855ec70779 --- /dev/null +++ b/data/part-05136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a1d7807eb8d2d3a1e4ddbc8dbeb28e43336cbd5c639191580a07859eba1525 +size 455740107 diff --git a/data/part-05137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6310d0e1ac9af696cc54b02b416562b0c89bca6a --- /dev/null +++ b/data/part-05137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c4acfc735c71893c7fed875d63b1d887c1be5f89255646dc434afc021db191 +size 499377464 diff --git a/data/part-05138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c20bb6e2340f791e1821b807e6561250ccb49ba3 --- /dev/null +++ b/data/part-05138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f0b59ef3f972ee0098a6b2182aa68445496a21d6cedba9c24de890d514f21c +size 550150352 diff --git a/data/part-05139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..567aed47e7a0a64d43cbfdf9a5a1037fdf4a94a6 --- /dev/null +++ b/data/part-05139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc298f3c5a45e321221ac9e2bf7cc64c0dea562535a6dbdb8ad016cbaaa38d7b +size 955424670 diff --git a/data/part-05140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40894641ac9610d9f67f712e50525af3abc9c36a --- /dev/null +++ b/data/part-05140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef08a1527e85f31a6c82c5ea247b6320dad29ca09748d6521b982c1d7b2b794b +size 397180048 diff --git a/data/part-05141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4384e255e48a3781e596819921d6fb150ab7817d --- /dev/null +++ b/data/part-05141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53409b0b67a65656b3f008248db01183342029b8eb3507dd5e28d5d2bb2c70fe +size 401341722 diff --git a/data/part-05142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3724a82da9b117aa2aaf5aa11cee83418a0ab43c --- /dev/null +++ b/data/part-05142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d911594904c3eef2acee3037d0afaaba12dc49d91aaa97dbacc8fe831baa4a44 +size 584536468 diff --git a/data/part-05143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e12a01c815432eec1ba5fb53abbc33b2902d21e4 --- /dev/null +++ b/data/part-05143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ca9abac0af2708687457d242d606f569c20a4528ab9d87f224a0baf7b5eec0 +size 811045683 diff --git a/data/part-05144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbb45df9affca378a5f5f206299428316b5a50c8 --- /dev/null +++ b/data/part-05144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90489895fc489efc2a6dbf9df3b95fbab6ac328a48765f3fd06d3dd6952b366b +size 708044009 diff --git a/data/part-05145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3f0c6a83ccddca6ef5cb88cc8433f0e28afd333 --- /dev/null +++ b/data/part-05145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c6d53656c18f23f4864c01ca0699dbd606a202f4747c90c5e11d2ba2362f69 +size 592219078 diff --git a/data/part-05146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f6e3e412343d9957419e5db9e5da03a9a6e367f --- /dev/null +++ b/data/part-05146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414240276536757902617cda884e029db28e3ebac1abe2cc9251ee5ca9da54f4 +size 393285606 diff --git a/data/part-05147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92d67c819715c31634917428bef0969c4e5fb25b --- /dev/null +++ b/data/part-05147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dbdc54af4ff93145964c3000dc524ebf99cfef02ad5444c02527de81591518 +size 758192825 diff --git a/data/part-05148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71c214b6ff6f26b6140b38d01e1e2cd2b2a12592 --- /dev/null +++ b/data/part-05148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc88e6ff7dd7810a184a7337f3a4fa87380d668676f4447db261fcc186d6b4a7 +size 434116845 diff --git a/data/part-05149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fffd2e3eca2f6c9afa7f7d134395c273be2cb49 --- /dev/null +++ b/data/part-05149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065a2927f2594b35569d0286bddc5d1949b93b82fd9a87ed787361a1d35e210a +size 466154021 diff --git a/data/part-05150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed033a5f7129cb78bb6a132d244ee079da5b1510 --- /dev/null +++ b/data/part-05150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26e975e9148fedc7980c32696a8242a71d437050d6a5546e3bba094c6c9840e +size 608820435 diff --git a/data/part-05151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b3246e682eae359b5c1b16156ff0fe384264b1d --- /dev/null +++ b/data/part-05151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be5c6d3bcee7e3b27974a5a8e32594de089b3eebf8faa746fb7d2f603382a24 +size 462522352 diff --git a/data/part-05152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19bfb368f48c8e41a6f86a91451ccbdf8b966786 --- /dev/null +++ b/data/part-05152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdccca685f1115b06cfab1d3d34a42b38008448117f1b50d18e4fddb0273372f +size 801548080 diff --git a/data/part-05153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb732a66d0192b1ce51ab7e6b2a66edaf9fc0bd3 --- /dev/null +++ b/data/part-05153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6e297abfed340d89be003d20290b47acb0f4c3853d5868aaa4362065d4a924 +size 511874781 diff --git a/data/part-05154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..221b5789a94d6901dd33e1565cbe3092d35ec9ad --- /dev/null +++ b/data/part-05154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b319f4d7c37293f645bf017111c962fca60a008cbfaca19cc25d9a76aabeaec +size 860287305 diff --git a/data/part-05155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acbb5e07655f4c27db404630afe69504f25bfb71 --- /dev/null +++ b/data/part-05155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e617cdb2320e3299896d96a8dca4cabb547fc0be6f011a9174682d981070c6d6 +size 375436549 diff --git a/data/part-05156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..309b9b87594cba9411c0c849d076b7662af055dc --- /dev/null +++ b/data/part-05156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca16ec0e0b7c4cb1d6488be94852afd9f39019caf64b2869ce08becd98c8c3f +size 540094039 diff --git a/data/part-05157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3777f83c285bd743db98372b6dfc3db4f4775aaa --- /dev/null +++ b/data/part-05157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6745217e79cffb878e9581d6da8d2770a02ec9e94ed00f5ecb1be60ebf96368 +size 500284207 diff --git a/data/part-05158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c53c28a50d9b3ece09b7a40a3ae971ae588ca335 --- /dev/null +++ b/data/part-05158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8811ebdc511293cb0aad1af08ac209705cdbe6dfd355634ca2bffd39089e90fa +size 641366526 diff --git a/data/part-05159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..892c69d31bfa8f8fce03c57064f14bccc899fffc --- /dev/null +++ b/data/part-05159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee98a53aa02d9b2cc5f0ad722af300ef31140aa5d12090e05422f493e6f4066c +size 772456104 diff --git a/data/part-05160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e665d0fb9c3366d837469cf89e44cc296049841 --- /dev/null +++ b/data/part-05160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8e94a6c0d9800c3bfa5fd0b86a9f4bf68894030aaa9323094a5047aed3dcd0 +size 569547272 diff --git a/data/part-05161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e5cf340458c49a1834a7b569c419630309aee6c --- /dev/null +++ b/data/part-05161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e05d30a0837ff4721a254754c73430063215a67b28cf972bdbab0d2a5c31c6d +size 607301637 diff --git a/data/part-05162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fe41dabc97cdd493fbaa7555cb15d9565d37d35 --- /dev/null +++ b/data/part-05162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bdbbc98588351ad6ce4ce422491dcdf3b219ecd89996b14b3e7171a3e94ac8 +size 541296934 diff --git a/data/part-05163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95f6442380aa840a12fe735a09e51a375ed7d239 --- /dev/null +++ b/data/part-05163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9456199cbb5bd89587de23c70d0c130cf7b40a8fee8588be18db0776c0149f77 +size 572477435 diff --git a/data/part-05164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a438b7895b97d83bc6dad33904bcf31b79c11c9 --- /dev/null +++ b/data/part-05164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86dd4ac45b38faa7626cee75412597533cbc5c4b645dded92d00e1f651042e3 +size 465064328 diff --git a/data/part-05165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a76c3b7f666748de017f0c1bbb890a5c1d958db8 --- /dev/null +++ b/data/part-05165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7fa2a564fe43af55b72217ad14a870ec7b64f03cef342445229e1f13e2c096 +size 499110731 diff --git a/data/part-05166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7841561a6295eafd00f4c7d936dcf24cc8773246 --- /dev/null +++ b/data/part-05166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d0f599a23b3f11b1dba55335098d8a025f94e23d398dd311db7c0a6abff2ba +size 580683849 diff --git a/data/part-05167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f37ec759cd5d9b0dceeda75b8fc8776eb207178 --- /dev/null +++ b/data/part-05167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900f0a93e1270681b1bf67e9c7aac78d7b7150d9354f292132a0f2a623e90347 +size 613474718 diff --git a/data/part-05168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ff10c2c17c1425d1f226b2efc424988eff74490 --- /dev/null +++ b/data/part-05168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2432cdd390d5ec5e7e3a4a9192e304f34d1b973fcd5ac53f1473add5889dbc3c +size 455605822 diff --git a/data/part-05169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1f0cb4f3697a12de66e4c07c51bf60a3859ac3f --- /dev/null +++ b/data/part-05169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65765862fa38b950bfb8ca8fab22b8075bdefcac9be2986b1edf637d654b47a2 +size 761044700 diff --git a/data/part-05170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c6113a77502861eb5237666c0449e0a8ff7bb26 --- /dev/null +++ b/data/part-05170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20941e16effc5cfa8b8d09f0eb893b8acd6fede9f928558cff31e10e43a4f9e +size 968287017 diff --git a/data/part-05171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9100177837efeb0f5020466cc25ebe29dfedda7 --- /dev/null +++ b/data/part-05171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e397355e062493ce1e7d7b018080049c5c2afba2afea99bdf8a10e79df79200 +size 934042467 diff --git a/data/part-05172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27d8e5ef34d2f9ebfcb47bedf3a3d0c10bacefed --- /dev/null +++ b/data/part-05172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5cb88b3bd38cf57f0fb3c2ae88cb6695e77830521609132ebf38f1470844dc +size 817419177 diff --git a/data/part-05173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1f948677ab24a4b79ea1822d3fbe077c642025e --- /dev/null +++ b/data/part-05173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725c891c252ffa1eafea85bca7e0e455fe04b0d1a4b8e2c30ebb101a9b3008df +size 578981654 diff --git a/data/part-05174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88a334a1f5915978f220816314e1758025327aef --- /dev/null +++ b/data/part-05174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653c5482619ab6d60b4698aba783ac6d21d8bddcc3cb40f5858ad50bacfb3fbe +size 556584307 diff --git a/data/part-05175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7806d71ff295df1b262f93ab126825ff414d924d --- /dev/null +++ b/data/part-05175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c8fe1cff9948239762a42a5dd2b4804d371876e94ee302c5e643b8604f281c +size 476603047 diff --git a/data/part-05176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eddce9b28ef6d009ccca5873e0905dae40eaae81 --- /dev/null +++ b/data/part-05176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c03433d8cdf0991c8902a608b29345533a514fc0591c6740eae040bcdd0b857 +size 617526259 diff --git a/data/part-05177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b72ea7a497e78365241a5038364219cdb31adb5 --- /dev/null +++ b/data/part-05177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d839d65f2b1fa727a74758e1eefc71463e0612172f1e16b67f141ad1bdd194f9 +size 426093401 diff --git a/data/part-05178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2eed80fbea85eb20bd143416905288a974b9620 --- /dev/null +++ b/data/part-05178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccd627110fa4f6874746af7b4d6e7dabfc1915f7ac7159415bb17bf29bc349a +size 570136957 diff --git a/data/part-05179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36dbf534e21bf7ff5e2bc18a62a31f7f336cf117 --- /dev/null +++ b/data/part-05179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc22a918eea6756acc069e02ed1fb07ada61d959de831ef3b186c86efa169710 +size 624692868 diff --git a/data/part-05180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3813c11b740f4e21022ad32558db2aa8592d8849 --- /dev/null +++ b/data/part-05180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ede0c1707a6938588dd525b07680ba02120b4c6b9fdfa548567d5e52c7a6337 +size 1217036973 diff --git a/data/part-05181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85741977a3afc05834697d0703d8ecc076446547 --- /dev/null +++ b/data/part-05181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0cb2e5e9a2ce68801c62877720a218db3e9a310acaca1fea0899165acc3c8c +size 426716313 diff --git a/data/part-05182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..267cca18165cbb1a8bb7fd7a720bdd03c0a7838c --- /dev/null +++ b/data/part-05182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b7ba96c98293d9129cc8f329aa45648debcb24ce8272f251b08c61fea0d4aa +size 420309123 diff --git a/data/part-05183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a749db79055a3c0b34282fc86e02d2aea30341b2 --- /dev/null +++ b/data/part-05183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfeb644f997f2d1abd0b59db7b943485e74f8478f46736614cfe64bbe5e28b7 +size 803058459 diff --git a/data/part-05184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29c28bc6268569121d4669ca4ae1bb30fa751e86 --- /dev/null +++ b/data/part-05184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94a1228abbe131c4d19d8643e2767cce345e49d7c0016dc6fc20dd9e7db33f4 +size 439521362 diff --git a/data/part-05185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb789792ac6f7b201275ca086e3b331ba2c92378 --- /dev/null +++ b/data/part-05185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7657de7b2c5af5f71d4623e708b474588b717e5a440a8bfecd02dfc20fbbfeba +size 503190624 diff --git a/data/part-05186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28d1d913128e32d5c66c48dde3c027f48c145122 --- /dev/null +++ b/data/part-05186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf606ba7040bcb0f5ab46a229767e44ac8a1210089951e4b1bb45d7169e4c5a8 +size 480435390 diff --git a/data/part-05187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..287bde2e400436af369e758208e0fd0aa1f76eee --- /dev/null +++ b/data/part-05187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3d36dc27364ccbf04796a417966cd0ebd0bd9455dc1a34b0ee36d3fc94ded2 +size 930319191 diff --git a/data/part-05188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddd25904eeb6e3a8955d0226e2e502031726ca7b --- /dev/null +++ b/data/part-05188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1830facc00e703fe4be022c03fd4f17825edbcf19b2315fa9f65fd0f0b55307 +size 454351733 diff --git a/data/part-05189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c9bbbdc1fe9035f83f622fb36945c81cd15374c --- /dev/null +++ b/data/part-05189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a598ed4f8b9f2891d0a9aeb4c47fdfd50af550288978fb45847413572d7d23 +size 543127869 diff --git a/data/part-05190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..339584a122d1a35863c479ef98c9f2106ec971c5 --- /dev/null +++ b/data/part-05190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae60c8ee50520b48a2024b0aafefaa01390719a759fb6230e1e05f043bdfbc2f +size 452499994 diff --git a/data/part-05191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbbcf547966d99b39f6e98ac9ddfc41a707a6812 --- /dev/null +++ b/data/part-05191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733080feed4bd56ca881ce3c0667cac78b6bd25339e4c25294285013a1c6a746 +size 963329895 diff --git a/data/part-05192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..119c3014b0f6ff19206b97967622261763699361 --- /dev/null +++ b/data/part-05192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce80ef5bc8344d6a6050673c4130ce183a6f6d64f1da44d19923feb259f5655e +size 574280588 diff --git a/data/part-05193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1310bf49cf047458daf163a1ea7a35adaa509881 --- /dev/null +++ b/data/part-05193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334bc5c8f3e108dd90ef608a2d308fa9e748d37489679ce11d372bb5fea45567 +size 492635351 diff --git a/data/part-05194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6042e891a1eefb0b577a19a2e786256e19d6c1e5 --- /dev/null +++ b/data/part-05194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0699cd28fef8be07a40373f904bf4c636f5c018ce572049307b5f5c8fef024f +size 414133058 diff --git a/data/part-05195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9732f4bd64223c71b6183cb9f2ac7a566259562 --- /dev/null +++ b/data/part-05195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ea3d387500901892ec529b93206c9c7f32a10989d80e945de3174136c88ec7 +size 692153622 diff --git a/data/part-05196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a3dae689adfdb9d7e0a8ea4669338de728f3b61 --- /dev/null +++ b/data/part-05196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8c27f012d3ed6808f00dd68269d3de559c434bb33ad7e2b3f8e6f23951ce6f +size 476458916 diff --git a/data/part-05197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..108c66e4a856cdec401a34849a310b576e406cbf --- /dev/null +++ b/data/part-05197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5be9bf35e2dfc50d65e753059dedcbe5869a399d1c0dc28e8d1a058b8cbdafa +size 445721757 diff --git a/data/part-05198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad813e474ace4c233607ade2f58f2770f020fada --- /dev/null +++ b/data/part-05198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8685048af5a96640d629beead42b5c0f039fb2566a7efaa82464df6b24f52304 +size 581515754 diff --git a/data/part-05199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b7784de75af6154a8cc2db1bf2ee03b65c8b491 --- /dev/null +++ b/data/part-05199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59bfb9f3ab78dc2dc058a8718b229deaebaf74808d28ecc85dfede8e5a31d52 +size 648183567 diff --git a/data/part-05200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23104a72c8bc55e85b0307bfd4da510c619ddc73 --- /dev/null +++ b/data/part-05200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120b9c693aedbc7971df745255490570836addb4cdd9e3d5e074312de9b5e92b +size 553959084 diff --git a/data/part-05201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1ef136c9729403b168e9878a8e50672cca6cc47 --- /dev/null +++ b/data/part-05201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d915509a49d7ff6575658e88a455f03312d1e156759446c419c99150c23585f +size 506077465 diff --git a/data/part-05202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecd5a084a659ea08f7ab09441693693dcb9e2414 --- /dev/null +++ b/data/part-05202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2807f6bcd9eef73e1e2532417ae0500558dcea43a9358c1c4f135c4e49c695 +size 383383491 diff --git a/data/part-05203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a283310af52889099c2059e033707e6ae85ac87 --- /dev/null +++ b/data/part-05203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c799c94faa405b8d6dc799de4208f536d4781ef403ba739e75cc22d6b24937b6 +size 478279881 diff --git a/data/part-05204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c4b3dcc41416043a0b5bf86315c0cf079c9064b --- /dev/null +++ b/data/part-05204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff70e9ed56fa5999571cc15c4a9633c8a6bc60c39a9bf7e011ff0818e2d0d06e +size 437966871 diff --git a/data/part-05205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5614493a80638711a993276b50fde09b16e68b0 --- /dev/null +++ b/data/part-05205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d573c43839ea2fa6f5cc8ca163c2290db27a886980fdb37a6ad048b0c4cc85a +size 565445586 diff --git a/data/part-05206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca2d13ce2cf81866bec4e0010088e117acb8760e --- /dev/null +++ b/data/part-05206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d728927c2940ed3331ff4311375b99d63663fbcf93991b8baccff26903263708 +size 602814350 diff --git a/data/part-05207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83f514517c347d095ec031abf176a339ccfceef4 --- /dev/null +++ b/data/part-05207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5fe1d381c822a15839324c91442371a041e50a98a06a6dac782a23ab292ec9 +size 664377665 diff --git a/data/part-05208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fe0f8384904681ff76e0adf59f61cbb8fadc7a2 --- /dev/null +++ b/data/part-05208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6721efa83ee048836f7d938269235ca43a3c39200ddbb744374ed3d7ff265934 +size 1103153549 diff --git a/data/part-05209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18de19d3440b8bb3ceddde716f718a16de615739 --- /dev/null +++ b/data/part-05209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e2f5fa788ae77080608ca1fb6cab20ac76e85b4c60cf15ad523f47ae5dbe35 +size 550145591 diff --git a/data/part-05210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4a9792f16aae614c04967542e64a48c7329cffe --- /dev/null +++ b/data/part-05210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9510c9d9dd54e50240231939848bf7076075bd714c4d095f13cf5b25a5bdb7de +size 494631244 diff --git a/data/part-05211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b37521e49130164d1f6c632b8a7885f45a2bdc51 --- /dev/null +++ b/data/part-05211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d0bb3df25c0825c9ef877e9f059324fd32bcd1d37e478af6a648c01e89a619 +size 931896601 diff --git a/data/part-05212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31a81e48d1eb1f69f7094b55c08c74f28b1db2d5 --- /dev/null +++ b/data/part-05212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c8e3ea640292e5000d3dbb1463bb866154ee4e541e2ad926faafe3d167a0be +size 853080869 diff --git a/data/part-05213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8d1b19723562ae190aaa211d2231d16ad2b640b --- /dev/null +++ b/data/part-05213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dd0d96ca499d5926adf7146e637501ee5e8ef611ae3555af9d392a278f50c9 +size 434893549 diff --git a/data/part-05214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d095721e89aeaec56c5d2acd43afab2d8ae4b313 --- /dev/null +++ b/data/part-05214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e05104601fc2594eab042309ae98af9947d012e7bdaae7afea90e032d74230 +size 404278103 diff --git a/data/part-05215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..961b987ea1f1d354348e204c6996934018847812 --- /dev/null +++ b/data/part-05215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb364d98159036bc3f27ac2d2789aed049a7212c004ccf24579980570806ad9e +size 427593021 diff --git a/data/part-05216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec36ac50f925438b8a228ee54def39ffa93a74e6 --- /dev/null +++ b/data/part-05216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9333feb74f1002c5b60ef3fe123af10e581650cb0b13edbce69c5012b0d323 +size 1235471853 diff --git a/data/part-05217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dd9dea7dc0d45d6a504689b99330f2f4a99d440 --- /dev/null +++ b/data/part-05217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2542f972f35d59d7e8b8bdda15051de09c5da4ad6f2629fe4de5abfb6bbed778 +size 706880178 diff --git a/data/part-05218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a5e3eff70da1b01f10808efccf45a6da9f9b16d --- /dev/null +++ b/data/part-05218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b81ef22e7783bae3a3d390891a42188a617fae757adcb7d6aa310793c2a50d4 +size 791537129 diff --git a/data/part-05219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b43539db2673be7febab7065ef649e9624fa7c4 --- /dev/null +++ b/data/part-05219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6853097eccf375508f957c42c22fc1ecb93d0ea8a3acb9b58ddd4155be665aaf +size 474940043 diff --git a/data/part-05220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d06d09007c734868e04437c5a12d7803aa4af08 --- /dev/null +++ b/data/part-05220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9932c69bf4fdda97364088edaa251b658359f651b0dbdf59afc0ff61e72eb6b +size 507829487 diff --git a/data/part-05221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de8fed6d895c9b52321c029a87c39db750dbec92 --- /dev/null +++ b/data/part-05221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5752680c145a019ff4765c205d699b3c516c35a9d232e70fbd28df1d8123dc +size 824864323 diff --git a/data/part-05222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..844f3bb77b66b1bc7f2a272c877baa2a907dc5f9 --- /dev/null +++ b/data/part-05222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d704ea4f0b2a3478ab734432b4511e8d5691c1424451550dbb824a0f45c49f95 +size 1181568373 diff --git a/data/part-05223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1745264e3cc9f7a2ec5d25937ddbaef9973ac658 --- /dev/null +++ b/data/part-05223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b35c7751c15cccc4585716e8230716dd73aefa4d3c66568e4cd7af241452c4e +size 642725194 diff --git a/data/part-05224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79a3a0b2988dc26b1162bc6e899910c8f92bdc42 --- /dev/null +++ b/data/part-05224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7493673eafd3ef1208d3ced5684b073fa551a0e18d687bf7f2b6bd7c5fa30f +size 546360997 diff --git a/data/part-05225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54fab955564595586f8f14e9377bdf72e1a6fe77 --- /dev/null +++ b/data/part-05225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd4837fdf436cc70796479ee979b6053b4a4bc5c44276d50e535025545c1e76 +size 497149453 diff --git a/data/part-05226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1da3221e46383fc1cffa2a30ca7668153c5c673c --- /dev/null +++ b/data/part-05226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01678366c1bcf6a47e4055aa2fe53dc4a303feddc1a02cfed8b030a8398225e +size 510905374 diff --git a/data/part-05227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..992554780dc813a2a9e15971acf84f3a1a28d5e6 --- /dev/null +++ b/data/part-05227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea4ab85a5afc1bd5b5e23e3ffe31f26e2551f34b9e76c9f42d73c5243c54814 +size 482038685 diff --git a/data/part-05228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37c1e4b7bf86d13752c694d5f1cd3718c05f7dc6 --- /dev/null +++ b/data/part-05228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4485611e243b6d8059d78e72339e563189449e3002e4d255c324965d7f4f9e0 +size 485157671 diff --git a/data/part-05229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..787e09fbc28f4a1ca3ecca3df10265ff1b8d7e97 --- /dev/null +++ b/data/part-05229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0df01f12b5a8ae6b16d8cbd6e1f279158193d7d161fb7765dd097633f594693 +size 714018200 diff --git a/data/part-05230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60c82805b954a3162770ad9c9eea16b482218fd8 --- /dev/null +++ b/data/part-05230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9bf358e4edcf8cc8dca49b4621b40a1655e422e58796bc41859c961710a87d +size 596232602 diff --git a/data/part-05231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..893303dcb9427437da29c5ba50d0c609566c7729 --- /dev/null +++ b/data/part-05231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34bce03c74958d9f1f221358c7d943ce8f63e4054ee76759113b6336517a2a1 +size 426204477 diff --git a/data/part-05232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11be88721809752b986131f4968d0fa85a0cca00 --- /dev/null +++ b/data/part-05232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30d87f0aea46170330277aa27027b2395d951b7a1e2278a4d62bdea7b31db5f +size 455665304 diff --git a/data/part-05233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc7d57b2e8e6b95a88c86fc66514c71747eaf498 --- /dev/null +++ b/data/part-05233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39655513a5055323b3ffac29b51114d6ba98c0b2e0f664168c73aeb0b289a831 +size 614759597 diff --git a/data/part-05234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdcffeb8e94d149cda2b48cb2bab4c3379a455ca --- /dev/null +++ b/data/part-05234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d26b5db0815fe0c01dca18e4d8c6cabad673ab8fa02488407a0fdaaba2308c +size 669693273 diff --git a/data/part-05235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42aaca8aa1e74c58005a98da429a244dfff262f3 --- /dev/null +++ b/data/part-05235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40b186abeb94a8911512e98b22bed747ea0b4ca2c0b29b127d79b67316fc632 +size 459698735 diff --git a/data/part-05236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..042b8419997ed381f72db086c2aef86774f33704 --- /dev/null +++ b/data/part-05236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52c9cd8209ec89c72f98ab46ed0bbddc3004c0a7e4b1ded400950ad65f8c4c7 +size 393579026 diff --git a/data/part-05237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ab99b832c5631b6292410c9bac8ebfd062ad655 --- /dev/null +++ b/data/part-05237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eea4505953a38ebfae1ee63c28c3508edba53c6d715e6c88357d96564106c28 +size 596173227 diff --git a/data/part-05238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22f58b08fa9f03e349a04b7c1b24101a1f57eaa9 --- /dev/null +++ b/data/part-05238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdb599d6000ad1af00ad44be50602260dac4e0a6f7b1069c7396d17779c264d +size 568935248 diff --git a/data/part-05239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5e74477092c347cd025f44a71f773e757e10d3c --- /dev/null +++ b/data/part-05239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976f813e8d6a733c2f7552799d2ee1d0d7b2c8e629b3d32a9f43f5a5eb49b8ed +size 461222874 diff --git a/data/part-05240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d875aeafd1d109ab80a8a858a854e1feb7e9775 --- /dev/null +++ b/data/part-05240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c5b5bf9180603f6143c7e642f73b01acb70de59269124291d27f659b958236 +size 552612501 diff --git a/data/part-05241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7298ac2c46a04dcff1fec9d8792bb0f5edfabfcc --- /dev/null +++ b/data/part-05241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c08a0d96defd16a9a75efb0e34848fb5546aafdcc8097e95df4d3f78c23521c +size 702630230 diff --git a/data/part-05242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1f9368c96c3c3b11e0e20bcc013f5ab07557660 --- /dev/null +++ b/data/part-05242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663da3f91f0ae213953cd022e4dabb3364f46691f6340b8ba98d9a22644aaa1c +size 399290744 diff --git a/data/part-05243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de9a9b70895bf3339b13de1ef84d42b5d2c36469 --- /dev/null +++ b/data/part-05243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a227c5a7029cbda181c08bcd405dd46b85fdccd61527bfe1626fa8c839c92f73 +size 790632367 diff --git a/data/part-05244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dac8cf14fbecfde3af6bfe73aaf06d4c388555f6 --- /dev/null +++ b/data/part-05244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6506daaa13bfb58cd5cbd0d9845b9732fce1a296f6986469fd5970e729b7cef9 +size 405550161 diff --git a/data/part-05245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..868c075648d94c2d2886cf66ff7155b59341109a --- /dev/null +++ b/data/part-05245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b4b089c2b7387e370fb5b3b021537d65934f2c205a4325bd1dabb45528d581 +size 436214195 diff --git a/data/part-05246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8f8374bc64830401977185dbb851e2ee1d42daa --- /dev/null +++ b/data/part-05246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582dd2577e270c9ea3ba6c44f9181885463a5867c9f7ffdea0ceac58a9752557 +size 416766011 diff --git a/data/part-05247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..965007abb60dc100cd211de34b5d2c7ddaf6a22d --- /dev/null +++ b/data/part-05247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a112bb92d81eb39d77173dce68a717b720b8c9cf1491b37d71064421c2f56506 +size 711428688 diff --git a/data/part-05248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1649f1b9fd395bec71199425db6eb3a674fc7ac4 --- /dev/null +++ b/data/part-05248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fbb557f45edc1e74d1271b06348076aa2d9ac815416abe5487bd911f7adb1d +size 587109597 diff --git a/data/part-05249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e450d9df2e33cb8b7f2b833d1429404a8bba8ab --- /dev/null +++ b/data/part-05249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b28609aaaf0ece4eae9bcbc2a6afd61c3e889c1e7aad5f20f4a3cb1ddb9613 +size 380087723 diff --git a/data/part-05250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68a2b7c2646c2b5bae86e12b67462037298fd3bf --- /dev/null +++ b/data/part-05250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff563fe9d7ebec4df53864f2b9aa89d7f45bc6d4e7cc9c8df79d383a563208b +size 612730650 diff --git a/data/part-05251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac867c73d311ef80941cc8de0044a9e926faa92a --- /dev/null +++ b/data/part-05251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e8b99e36c09a8f5cdf0f1e6735cd987dad65ab28ea4a229088e135a2807036 +size 470017254 diff --git a/data/part-05252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77578f26e75fc432f3128f18dcb495dda396d1c2 --- /dev/null +++ b/data/part-05252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb10a2fa1b8cf021c82566f6ed46950814a0e2200c92a76f042c408ad84a2db8 +size 933965627 diff --git a/data/part-05253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71887dd997afea9f019a52d0d7353bcb8b4b8337 --- /dev/null +++ b/data/part-05253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a858f12d57baf0878fda34a39f9f60cb3369cc0f3143e1cbf1ff5d8a9f232a +size 1402324000 diff --git a/data/part-05254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1fd700423b1c709f2bfcd881780bc67c1c9ea34 --- /dev/null +++ b/data/part-05254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608a373b5c39cf334c935573ce2dbcc350a7497b98df05e2f38f89b7c19a702e +size 463772520 diff --git a/data/part-05255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ea54826d1b42062fa21338c24e10bb6dc823171 --- /dev/null +++ b/data/part-05255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84817d676c8febffda48cb44cf2b03573db989a75469bc5d2174e53ca4f524be +size 409424878 diff --git a/data/part-05256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e293d0049bcb28862cf3d74b7bf0feedadd32c1b --- /dev/null +++ b/data/part-05256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5625d186b7134d46c2cbd211a76d4dc2f79e41e89e2c21d0f126a8a781795b +size 587705426 diff --git a/data/part-05257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..add0a4eaadef60f432c34cfe10e6860caf168556 --- /dev/null +++ b/data/part-05257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e1199d3dc436e6874f621ae078c3f3fd359ba78ca2af723509ddf1499b9480 +size 501552943 diff --git a/data/part-05258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee652f97ca30a8357b1392918497622506f0a247 --- /dev/null +++ b/data/part-05258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40561ee4f5c509889e63333ea7bdc583baff2b9465b0487f98ffa0427f2eb76 +size 811156601 diff --git a/data/part-05259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b89fafd66481dbcb5d64c904e44bd9d3737bd6d --- /dev/null +++ b/data/part-05259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca243c8bf2b434923a6845c2e296f6a3902f2d3587dab21bf99e72493f98754b +size 738864800 diff --git a/data/part-05260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86a863e69690cca561294f8506f3743486bff995 --- /dev/null +++ b/data/part-05260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30e3427859604739a745f96699d2472ba2e6588ffcd9ee583e1f2246d57951e +size 462717787 diff --git a/data/part-05261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0288e02de8188d7c6b95f7d4bad9df21f54b1e7e --- /dev/null +++ b/data/part-05261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5aa12213bcef5275507938fdcf3e06dc2358e508de7a29ee322cdf6f197d89 +size 677203745 diff --git a/data/part-05262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..550e9cfaf31ceed4b889b3cb0fd42dd9b4b464a3 --- /dev/null +++ b/data/part-05262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b29829ba8d33e946fedf9153173348f10e8f7129d66188b01b0f636b4c67b75 +size 580901447 diff --git a/data/part-05263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..440220e213fd12d15f8330f1e3698ccb3502adba --- /dev/null +++ b/data/part-05263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d2b226949b307e0bd579e57fa624362ea3306c8b1b50420a981a2fbd83266e +size 750862644 diff --git a/data/part-05264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65269ae453a59c302aadfcf71939b33a6dcf973d --- /dev/null +++ b/data/part-05264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c419eef1f3d3846e445c6f8a901b70fe7b6ab745dfa028f8033fd37124a1dc5e +size 496507984 diff --git a/data/part-05265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..939893897d55f151054aaec01b5a68e6087590a0 --- /dev/null +++ b/data/part-05265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69adc501cdfa31d993f0e0d1a5560876c35b43aec596708d3178ef08812e5b83 +size 483038385 diff --git a/data/part-05266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78707b6b03e2e8b7b7489291b134c475946b0260 --- /dev/null +++ b/data/part-05266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877136f5ed4bf6c571bd36aeb9cfdfb5aab6ee3ff89047a9106cb585b90c2ce4 +size 904391573 diff --git a/data/part-05267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ed1663b8d6aea70267c525cf8f22917ee9ee4cf --- /dev/null +++ b/data/part-05267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c4128b6608b4a156f1c682d6ead47ae8fa4755f2b4cbbba35b16ca917c8f03 +size 417419120 diff --git a/data/part-05268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2b06ea219b835442b80e4af294aa31cd2d3b9a3 --- /dev/null +++ b/data/part-05268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756aac4ccf9818a049e6f4ba0a20b07e92de57f477c3215ccca0fd679f315612 +size 463252131 diff --git a/data/part-05269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5fc48980b90baf18e5c3e1c31049df616342f4c --- /dev/null +++ b/data/part-05269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dc11a266635a55e2190357aec221e72a02d62bd0b2f33c249c5101a4ea4696 +size 525715548 diff --git a/data/part-05270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ec0757ef9554a1bd33ac347cde9e94cfd4a7e7a --- /dev/null +++ b/data/part-05270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c143d7ba9a099cf02aebb95bfdbda17b5171e10a80463b9aab92694f98200b +size 448580179 diff --git a/data/part-05271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76343613cea6787c3cc036eb2908218104a2a42d --- /dev/null +++ b/data/part-05271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60080b1982598f768ce59dcb730fd8de6ec8fdd93efc17cd0a213e4f14a7410 +size 435617166 diff --git a/data/part-05272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca6d99281b3906097763af4d2693c00f0777b9f0 --- /dev/null +++ b/data/part-05272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346d328558204912acd305ab17cbcad7af448a055dcb3740fd3cd141c6d2e027 +size 581467190 diff --git a/data/part-05273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9189ead280a9db871882da696edcf540a222bf0 --- /dev/null +++ b/data/part-05273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811b4ba2a458e5e1727a5878cb62e4eeaf2a4d284f76140b3270e73104877e85 +size 520975014 diff --git a/data/part-05274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08a83187b4e09291bd467c3d90feaab227362781 --- /dev/null +++ b/data/part-05274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae34b4bf68b1397bb210671021459e353d7fb8f8ef3a66cbb28714eb0ba2f8b1 +size 550814848 diff --git a/data/part-05275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddfb355ca198f1abae85556e48ab5a7cf190c46b --- /dev/null +++ b/data/part-05275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3eb15d0bcdd2b59ca356c2bec3fd4e69889f6d9dfbe2a1ab19741aee43dcbc +size 408464212 diff --git a/data/part-05276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b87c23839460790de07f84cf6dc515e383927c60 --- /dev/null +++ b/data/part-05276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d9f87070bc09a52fb4cbd343f9177f8f1e9a29f49a439ba3985e099ca4df4c +size 602031632 diff --git a/data/part-05277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e5d00416a2231cf82c1ee63cf9dac2c0f624eff --- /dev/null +++ b/data/part-05277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b139aba6d715b1be1acfd84d2aaad1a49be1d02eb6c5c0e6c2e87f667496c2 +size 455816525 diff --git a/data/part-05278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9b9ad71b4e67679d3c46363b279935bac8b2ce2 --- /dev/null +++ b/data/part-05278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68591c895b50214a756b82a9f9773b15f0e3c0fe830a7d197a67acf40d62dec3 +size 706315356 diff --git a/data/part-05279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1c294fc3fbe2dadc7356ca35e6549af488e5a62 --- /dev/null +++ b/data/part-05279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaef0c5a867eef725c1bf576bfc5610dc5ab34444d3594bbc1d1c45500e8396 +size 413717422 diff --git a/data/part-05280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa0b14746096b65c78cae6fd00e78e8b7a226f77 --- /dev/null +++ b/data/part-05280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c50c1ce36b7236ccba0dc8fe188ca1e950b61695d07958b310942c69e03fef8 +size 349519441 diff --git a/data/part-05281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcb377a9702d8f7a0ebdf624986c3e0f7f1da37e --- /dev/null +++ b/data/part-05281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c089ec3ecae89e66426646900546442bb887d84a2dee56a81dc1a91682e2ee66 +size 493958041 diff --git a/data/part-05282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27547177a52cdd6875d7aa046e6404aff72207a2 --- /dev/null +++ b/data/part-05282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18590079d2d9ab005a9e9896b9c1f1d43f9e10f7dd5831b4c6cdec2c0dc11430 +size 764369480 diff --git a/data/part-05283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35949e5693263501183fe986a24840296dcb7d36 --- /dev/null +++ b/data/part-05283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b89bdfb42d6a437e21647ca973a0c4a0f2e75ab0d4ef99a6aba4bf88c521a1d +size 466548166 diff --git a/data/part-05284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1d4e91c0b8ef22e17659c5db80261299f336670 --- /dev/null +++ b/data/part-05284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062a5386165092f367027553e66cf00fde367872403c3172f7a65a789f4c7424 +size 500620195 diff --git a/data/part-05285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a480a4f8e75a602acc2e74886b1cbe8b9ad76046 --- /dev/null +++ b/data/part-05285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ba59a64324b1d068e7e3765a83738ad2ac207c87a665599ddb14bea78a0199 +size 1412904680 diff --git a/data/part-05286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e810bb83599bf258c27e517792c6fa79cdb844f --- /dev/null +++ b/data/part-05286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ad3347055cb1f831943e1706114578dd54be3ecad60eb9bf4bf5a390de34df +size 647169846 diff --git a/data/part-05287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33913f3451b4b979d6ae93a57001ab8993523dc3 --- /dev/null +++ b/data/part-05287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da168008c36ae141544e38d3bf9dfbbfe92aff4b3db0d03097316726380008e5 +size 557326475 diff --git a/data/part-05288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..141618bfaf9f15edfa9de8fdcbfba959cf8708fb --- /dev/null +++ b/data/part-05288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d934e73569be8b49cfa9ebdc08014860b34c92d3de015b087d7918ec8aba13e +size 849390424 diff --git a/data/part-05289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bed735f042cb1a4241aa8a47e606ecda9d5556fc --- /dev/null +++ b/data/part-05289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de150a9f9ff5fd4d9d3e842bef0036d62815006f38e0abad840503772244bb7 +size 540383591 diff --git a/data/part-05290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0a0bec9e9aa1943ef4c7a69085b83f9d8d1daac --- /dev/null +++ b/data/part-05290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d096c48d033b3a162e78597277bff2a0c6b9ebc2283d330e5a7de4db3b6a92 +size 536194443 diff --git a/data/part-05291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..856f4bb5a17a9b795e1ebcb29c5e89b3f5ac60bd --- /dev/null +++ b/data/part-05291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b115782e722f9dc54d537d8d67ea39908e9800d782c87ea10aaad59238062ca3 +size 451907096 diff --git a/data/part-05292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad2096e96bf15943413f062fbbd5b7452cb014cf --- /dev/null +++ b/data/part-05292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72aa5baa24ec7c51a83f5bf05555afa3dfb75bfbfdf5b713b2c12e9fb21d47c4 +size 781668502 diff --git a/data/part-05293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26b154e175d3b27d48d5f620f06270dbb4063a56 --- /dev/null +++ b/data/part-05293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9106e343015506d4dff09bd11367d381e6e03a1a9d8083b831ac5a094495d3cc +size 395558366 diff --git a/data/part-05294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54924c64a90f297e540057e03826ce2445c1a1a4 --- /dev/null +++ b/data/part-05294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0650b68ffd2f709df0d09c412c2d1c532f97a73ca4fbe1c51e104c153f380bf5 +size 461513212 diff --git a/data/part-05295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e5d5dca36638fcd7dcd74f548daf1babdb6186 --- /dev/null +++ b/data/part-05295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc683b9be15493989d724fecc1bff882af552b77210cc760c244b8588ca45a7 +size 360129968 diff --git a/data/part-05296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc4c6fc36e12b092914d9e61907280c61760ee99 --- /dev/null +++ b/data/part-05296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5807d86d18f436e7372a5f423256e33be1cf213848bea57b63c66e97ef70b3 +size 585479728 diff --git a/data/part-05297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48e455fa918d8a50d3c877c04d9dbc6c66b8e7b7 --- /dev/null +++ b/data/part-05297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c92aaaec41615c9c5b2ef61f2a7025dbcac0a810b2d5820b61c6e2f2cb0ddf1 +size 487465746 diff --git a/data/part-05298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb3136794cb0890624877317813addc6ec63ee76 --- /dev/null +++ b/data/part-05298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb6e40d2a2783120612aaa081081f16d1dff379dde6c2548428edc952e7b6d9 +size 385510068 diff --git a/data/part-05299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a041b0e604bd2aaded40f1237e18a07154d9aa9 --- /dev/null +++ b/data/part-05299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7478bb2050c8f8da9bcaed779e4a219fb6c5c19651e181be6312c293213a70e8 +size 531273697 diff --git a/data/part-05300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4acc1d549152a87d59c2a0b2531c021ba76b5e4d --- /dev/null +++ b/data/part-05300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c4273708f16b60fc5f3b51424003d918de7eab84b651e1612e488c05ba8fd9 +size 656523509 diff --git a/data/part-05301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a520f202949785337ca2054ee7b40a6ca8bea0d --- /dev/null +++ b/data/part-05301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24176129023c5967820546c18433f7711835e7c83d2b4e8813c31343f5719934 +size 584390723 diff --git a/data/part-05302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..090f26f64660e3151ace10602aa28762f5ec4b19 --- /dev/null +++ b/data/part-05302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd6b0d18b4a43b0a6565c4320cdb231f4af78c81221ee45e712c40627a7910b +size 581249060 diff --git a/data/part-05303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..992ef9d073397325688031ba4f4c840ff0f89f2c --- /dev/null +++ b/data/part-05303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e71eb41aecde5e1d1dc9a4903018378b148d40b09eeea53bc471d322ea9a134 +size 803152055 diff --git a/data/part-05304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7ac94e6d56233290b514f3ed6c51d6add25f4d8 --- /dev/null +++ b/data/part-05304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2056d2fc46499675adc4cac905bb3be7b258390f93f19e0e05ee772ce8208c8d +size 486405744 diff --git a/data/part-05305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17b1e5ec3875ccdd152f8da237ec190401e9b451 --- /dev/null +++ b/data/part-05305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b15b1679af01e896536a86cfb55f2f17bf6358f47f1c6cd77cf1dba8f655e81 +size 464304158 diff --git a/data/part-05306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4748c55ff80a8f456a70bf3c9e1f4491cf161080 --- /dev/null +++ b/data/part-05306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bea7303a9ff6ae64660c051c11c2f012faf82ec7e5000c479e12d0933396735 +size 422487591 diff --git a/data/part-05307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d62745f74dd8e9656fd47106828ad54aa8367664 --- /dev/null +++ b/data/part-05307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9afe881fff4082a4c3f686483b855f3860bc9b075b5beabea2952e0234c6d2 +size 498964801 diff --git a/data/part-05308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af6972659b762dbced9bab03109d492928fefc00 --- /dev/null +++ b/data/part-05308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7474a593e8505b9c5ed190e836cc9d81026a56fcd0e730a8b730748d80a803d +size 588000728 diff --git a/data/part-05309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dab902e8a8127c32671bd08f3b1216b535049f15 --- /dev/null +++ b/data/part-05309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a29ac71fa434a7820ed791084f6f76c33cfafec2bca7db9ad5bc6a095dbda06 +size 603079008 diff --git a/data/part-05310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..900df6e3a7e75df64f5cf29b08bc5a22a4defd5f --- /dev/null +++ b/data/part-05310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27685a02f95a2482f38f08722f89f3abe0f8e1bcd974117c26b90dc67b1f42e +size 586340738 diff --git a/data/part-05311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9399f932b122a79f29628643d6d2e7fbcfff22e7 --- /dev/null +++ b/data/part-05311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fabbbe7c6fafda0adabaa1c6e209f13701923b71b67c1f01585bb93f0eae2af +size 489945859 diff --git a/data/part-05312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3ca12bc5617f3dd208762a804031871832aaccb --- /dev/null +++ b/data/part-05312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b6978b05b176cf38d5b1a927581b397945e126ae5340a9000573c117dbe0ae +size 636250971 diff --git a/data/part-05313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f431783bdb5e8f33d6395d1b227d7e22e10f527d --- /dev/null +++ b/data/part-05313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009bf69af316a6b902cab942813b2fb9c88c1de664ac68ef63433b9b73cea910 +size 629670195 diff --git a/data/part-05314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdc826946be032f761ff6d36658d8af94bb00049 --- /dev/null +++ b/data/part-05314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff41aa18bc92dbd826212509689a9e65daec010c5ee51658f89222fff17a071c +size 369751300 diff --git a/data/part-05315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa09157acfce61b7c4682fc7b792502f2358407c --- /dev/null +++ b/data/part-05315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070ba75fa1ec95f4cff5483105cb1208ff46c5c80b4d2d0891173f044d713baa +size 532174539 diff --git a/data/part-05316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d94c03914b8c2a2b4d93fde64638a1b409824e16 --- /dev/null +++ b/data/part-05316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42282aa615384a9a3526dbbdd751ab518f0fb4a2d6b8c3e61747a2804916e326 +size 524845339 diff --git a/data/part-05317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f240438e29cc5d0af0fab21687fc8be7cff80eb5 --- /dev/null +++ b/data/part-05317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bb5166754df8ddfa0710edc95be1f2e65b7929be83b5a26a74e8b5ef7a8539 +size 461370045 diff --git a/data/part-05318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb9f4c1b59052783bf3d2798658686be5129e191 --- /dev/null +++ b/data/part-05318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a3a0a7d97211419d1dc262530a2f36dcc238df343cc0f0bff033a3c3a2bfc0 +size 695065949 diff --git a/data/part-05319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..744f9b155db57ea4629e061086a7c53ab78ac207 --- /dev/null +++ b/data/part-05319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7d5c56d49eb2408f761c0c2900d5e47767c7ef5e063ade8f337eab135c1824 +size 405426111 diff --git a/data/part-05320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..475d7a2a6a7a2d516be099088830b99eaa363fc0 --- /dev/null +++ b/data/part-05320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d9a2419ebd4d3a4ccc5539f8828c2bc1aca8291e0d342e803e5fb74bc068b7 +size 589077145 diff --git a/data/part-05321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5455ff89fad40468a989214a7572dddbc2d51f9 --- /dev/null +++ b/data/part-05321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0915cedc022651c3613b5f665d080a051a52eabe49a8725e5a805d5b361f0e6 +size 358600041 diff --git a/data/part-05322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5bbe264f805313f48b200c74af997dab8a1cbb2 --- /dev/null +++ b/data/part-05322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a024bf916b5b3dff4b309ac3c34681d301718b714f22f586357250499233af65 +size 640165548 diff --git a/data/part-05323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16a3d44f29fc36fb653a7190a1e509344db629b4 --- /dev/null +++ b/data/part-05323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6938bdad53d9aaabef7d283ced2eb29ba9a4232c3e16a48ac32f454eb71fe0 +size 548914423 diff --git a/data/part-05324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ba38c7149f2383ab9028455cd01332775235f80 --- /dev/null +++ b/data/part-05324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7897825eb9e4f1ea2335550d7c314153cf4059c888703236767445b5f1a217 +size 793182112 diff --git a/data/part-05325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6393a5fd6ffa403985cc174b9d49bb6b4f75681 --- /dev/null +++ b/data/part-05325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c26a96331228fbad78d54a33c0e1927c3d02e16093db5c975d4098958b45756 +size 788720451 diff --git a/data/part-05326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef4f0df0e0278513b425a695fb8fbd0eec0e8364 --- /dev/null +++ b/data/part-05326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72882175c779b5bb93bf9618492997ad96e9639c39f70e95908dbfafcea651e +size 545671554 diff --git a/data/part-05327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f85aec263c88f245b300e967f1b9f3fb19185003 --- /dev/null +++ b/data/part-05327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d26385458b2b5992313d84462ab2ea43bdbad61ea358e2df36eddd8d0b6b7f +size 546855039 diff --git a/data/part-05328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bb457f2f7f34a47b6458b13b1359002f739fbae --- /dev/null +++ b/data/part-05328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae0cb538823cd58d61087d898ad529eb3edd6701928a21d97318df2aa792b5e +size 566663559 diff --git a/data/part-05329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7df270aa1d4d56d2ba4d032b5022dd1c379694e8 --- /dev/null +++ b/data/part-05329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcf73f74760e1e8aa56bcf98c1aaf40a0a4ee28ddec2264b3d216bf9552943a +size 523302026 diff --git a/data/part-05330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bca74d49850d81f341ee4b7a92c56e1342ba43c --- /dev/null +++ b/data/part-05330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7b911e3208e9e09c8f06af254ac08a4e2890fc14c506752521c1c21d3d1739 +size 577968528 diff --git a/data/part-05331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebe101d6c3c55800d7a687debae19bda39161989 --- /dev/null +++ b/data/part-05331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610ab47231aa176564fd51c3866424f5ab5c39fb95de71587dcc3e18fa340245 +size 495615976 diff --git a/data/part-05332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b01fefd81a5c462b8e90cf03671f32f90a198cca --- /dev/null +++ b/data/part-05332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8873407ee4d55309de55c94bd278e600840898ec855041cefc8a93fca31517 +size 496115733 diff --git a/data/part-05333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40ab56c0d024e0f2841a4585f8dfb31fb4902445 --- /dev/null +++ b/data/part-05333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062cf9d648bea12fe6e67f3801097b63330a48ff0427395418809bdade60ef76 +size 572324547 diff --git a/data/part-05334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f6177308977244b4f2b05c0e16087bbbd7e1f8a --- /dev/null +++ b/data/part-05334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935af87d986f689f2fb9f335e719889bb8d22bb71bb12d1e9e9ae71ec1cf3cc5 +size 573843174 diff --git a/data/part-05335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c736bea66847973843c39efa4bed4e8e4d43a56c --- /dev/null +++ b/data/part-05335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a7a0b146253090672b20c6bcad9e64885b00b3ff62db611187df5d94866604 +size 399255206 diff --git a/data/part-05336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74acb1b203ff9d55da246f22bd8468f935949c15 --- /dev/null +++ b/data/part-05336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6ee9d2e0bec93e2c2c2cf10f4ae81409ebf62bd885c3b3f781e0fe7e9654b4 +size 573769117 diff --git a/data/part-05337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29b0ded0e2b9fe32b5e7e734125fe04c6e02dac6 --- /dev/null +++ b/data/part-05337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c51886d1bca76eb7feb6fc1aab9cda99c4732ff82f13b1c49eb9fbfac5ec220 +size 556698675 diff --git a/data/part-05338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0b6bcc8b29f161cde8d50dd7237093717a3a754 --- /dev/null +++ b/data/part-05338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b628a5368946fbf93d03faaf62976b15a681e5045a29a034a4e7f74f30f995 +size 483726316 diff --git a/data/part-05339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a151d8a2d1765289185233477db92b46b909ba1 --- /dev/null +++ b/data/part-05339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c9670037ab68d7388e8d8b6523b3373546a216c50b310d948a09c4d4d05858 +size 719672187 diff --git a/data/part-05340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dc680308065c6378f59a79d0f80f7feea5d25c8 --- /dev/null +++ b/data/part-05340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395759be2047117a90103e4faa935e3d75e7a449e02032def74900ef6b66acac +size 641646327 diff --git a/data/part-05341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2eefa5b6a11e4fdb0d5fcdfc435dbcec38b7ec0 --- /dev/null +++ b/data/part-05341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3febe94f96cf1f167681beee65dac21d95b3343d17f6923ec38449f52a94abcf +size 878951382 diff --git a/data/part-05342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cc1b6b0c07f7f97dfe3980b27a86e578ccefb3a --- /dev/null +++ b/data/part-05342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73609f112d09262e0c971e65945b6af9b30dcb06909cea7cc5ce8ef6c90e8537 +size 681066202 diff --git a/data/part-05343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22c6eb8caecf0f3546b7f01847178cfea0c63c83 --- /dev/null +++ b/data/part-05343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc5de09e5cc8ea80491d10edea6710ca9e4d65b94873048890f062916c62c06 +size 439238720 diff --git a/data/part-05344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10b54aebd497ee5c3905c8fa99b776cf5722bf9b --- /dev/null +++ b/data/part-05344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a824d4d6aec6cf4261fc250e221d586fa3413a14804c6da5fe0a3ea1923c5e6 +size 551561063 diff --git a/data/part-05345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90fb4c4d70ce519389218f1be9cfc2775ae827df --- /dev/null +++ b/data/part-05345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63374e1c2493f8a28b37739100c733595db48c6a69e0a1dd97f16397d69f398 +size 556807238 diff --git a/data/part-05346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea48ca6a0162f66a5f438eca7b662008c06a0ba6 --- /dev/null +++ b/data/part-05346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c26d2422bd4a919a25485a3231008c8831018d1097be64fa55c92aa3d8c604 +size 582477939 diff --git a/data/part-05347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dfc6bb535e6068d3bc1ddc764039318a775fc2a --- /dev/null +++ b/data/part-05347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a1a902c4e74ee9db063aa7bc3df30cf555bc2681d324760e42840b41c22af5 +size 863076079 diff --git a/data/part-05348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4dac16659565465f4660150dc2e625e3b922dc7 --- /dev/null +++ b/data/part-05348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfa7f1745ccaec3d8099876e3fdc4f0f81c850040c963e4563c5f832a90bd44 +size 526819568 diff --git a/data/part-05349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e2a213c77228351402a9c222a23942df6bf69cd --- /dev/null +++ b/data/part-05349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40084b957d5d13f76c1e1a7a14f82b610c7f7ea36e57075f498e224ca08b0f3 +size 546728145 diff --git a/data/part-05350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf809dd2110d9eba0af6c5af55b2783b51068473 --- /dev/null +++ b/data/part-05350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6188c6dc04e8a7a7609390e6576f5bee9d74fc5690bdaecb48d287928d451c6f +size 432626288 diff --git a/data/part-05351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7be6e41f5eea2273b9f5f21d75fbf7512e279add --- /dev/null +++ b/data/part-05351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f4b302ecb6f22cc9eb618edfa2004385e92b5541e70d7dbb69f5c600a50773 +size 468392218 diff --git a/data/part-05352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f00e6a0cc0bfa4f4e42fabefbef1075d45964881 --- /dev/null +++ b/data/part-05352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38cae5e6b89344dc3f91816ea29245e5b4d0029c92a5c2405c2f43058938bb8 +size 413657016 diff --git a/data/part-05353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18758cf20bcd4e8121b72d115d09546dc7572e71 --- /dev/null +++ b/data/part-05353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e752995cc35830a477160f980507354bf0001ee91032a273ea7faf55a62ad2 +size 541874520 diff --git a/data/part-05354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad9a9138b72fdbe6e8bf660f9a6cb04d23e37092 --- /dev/null +++ b/data/part-05354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec93799518e40a620f230144d76175bc69f07fc4968dbebcbaedfeefe66bec5a +size 374915492 diff --git a/data/part-05355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25a96cc699c7ee8096f3e22fc39c0823470fb5e3 --- /dev/null +++ b/data/part-05355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d421e846cdc104b59e06bb9068ec97c1aa04ce65d995904688130626e357727d +size 396824166 diff --git a/data/part-05356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0321e823d61e629068834a6af1cf9a725e42e78 --- /dev/null +++ b/data/part-05356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3e90f4e6637282e2667517167092a607984cf602a93cfc1e7741e70a9e3162 +size 810080047 diff --git a/data/part-05357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34b606a67ebf582ddea6d360fdb5786ac46a2bb5 --- /dev/null +++ b/data/part-05357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5d12c2545e65bed7b3ab76997145be013609a86ea3b70e4e32b5e3eb302331 +size 478386112 diff --git a/data/part-05358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38443490e06c9a3013696c8506dea1e91ed7f7db --- /dev/null +++ b/data/part-05358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7ae7f29be608c2bc30f2d1ecb8d21b2ab0b37bcd7584ed271d0171a10e0149 +size 526436875 diff --git a/data/part-05359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..697b785ec75a785fe75a5be955ccfb0dfdb40066 --- /dev/null +++ b/data/part-05359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6beb14a361bd8fe094ffa8f601b3f652ad3505fbce0e18d63ac37b0d025002b +size 461602133 diff --git a/data/part-05360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1297ae7beb17cd99a3015163a12a8c362dea552 --- /dev/null +++ b/data/part-05360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dacd2e675f5ce786ab7cde9b6e69e6f03563a893d20f94da01213454219cac +size 559126001 diff --git a/data/part-05361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df4345d8d3479e07115248577889fc595346a4ee --- /dev/null +++ b/data/part-05361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fdd556fee131ea43aaca5dcc68fdba4a8d1e4eae40a0cada50df301d569387 +size 594804200 diff --git a/data/part-05362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45723340fc445ebdf6741d5e72d0cb7fe0e6b493 --- /dev/null +++ b/data/part-05362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299f18e3fa1956e7b4400e49bfb4e9954cc09cb32a4a0572a3326f3bc4eecaa9 +size 556286440 diff --git a/data/part-05363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92bf4ec6e5b4b97b7269aa414e8e410500603afe --- /dev/null +++ b/data/part-05363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e140e8870f3f210ad7de4b15d155ed6af6ffa6975afeace6383fe5be98786b52 +size 626027115 diff --git a/data/part-05364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32cd9619f10fd8dcaa38b485790e036fbd00e2a9 --- /dev/null +++ b/data/part-05364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ffd92d283f0a3bd87804774a8d703fadc0a3c1e0e83a6519da766a34fd2ac9 +size 503375472 diff --git a/data/part-05365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b42080e30e669e5a69c8dc537099bae5f10f10d --- /dev/null +++ b/data/part-05365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4c84df1ac7905544c0a774d3bf995762d22e39794f400452b4be40aa2c6c13 +size 517305030 diff --git a/data/part-05366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61d0b7f0cee14eb43830cb58bd8966eeaed4e909 --- /dev/null +++ b/data/part-05366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f52c737d59f4ac6d91c6e4d2ea696ca255f0de6a32f8ecfdf7083fae2b2215 +size 515144830 diff --git a/data/part-05367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecc64bee2c605e982f5e891c232ad88ce400acd2 --- /dev/null +++ b/data/part-05367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4db8920925d266d8e8525101327c40a372a584b74c3d1d4b42e36b72fa52a4 +size 597881703 diff --git a/data/part-05368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ea2ecb72c363cad53ecc26d76253842b9de2bb1 --- /dev/null +++ b/data/part-05368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d6ab98baba0d62bf6cb3956811742ff2acd80277041d452e3936f6a60109e7 +size 531731729 diff --git a/data/part-05369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..162180c4fc58c3ea33a90d583045cc568d966751 --- /dev/null +++ b/data/part-05369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b38aceb43ee6322cd1c23453c959290dea6fd25a836cfda83b305c2ff0a7d9 +size 564571042 diff --git a/data/part-05370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad75175dd8a0d129bf48d4be64af4c942f77acfb --- /dev/null +++ b/data/part-05370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8cd240f629d1821dc6bc64889579ca388d043140665f434e4b7aa3c13c2dc5 +size 1274961136 diff --git a/data/part-05371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdac29c73f3925fb9037b8d791b81a6942985130 --- /dev/null +++ b/data/part-05371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb9ab9a1a6dae09bb39c2e9178aa47ce64a8b66c75d7942db14c65af79a7bc7 +size 542101376 diff --git a/data/part-05372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfc8b317f1cfeec119d695ccc7aa7c1049371eac --- /dev/null +++ b/data/part-05372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a7359f63209a2e364b5c86de0c1f3124a65822ab34b04296265e0ce21ff71d +size 817979274 diff --git a/data/part-05373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a392393ead6615a639fc8df8041e7ca3de6d4b4e --- /dev/null +++ b/data/part-05373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4194ac9447b4ed7baca33fb56353032cbe820ba7dda1e333a8e2fb7007251160 +size 441049075 diff --git a/data/part-05374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea64e6ae9e5510d993c162e7a9dc26738b23d5d --- /dev/null +++ b/data/part-05374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005f3ef35e0a4073223e54b456f4c38bc612f0de3648f6759877e4567ad2e10b +size 408385683 diff --git a/data/part-05375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f175e30faf344afccc06ad1c1855a909a7cf7c84 --- /dev/null +++ b/data/part-05375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04709f0a00dc6b7fa1757af533e62dd65b7a240652dadc2920ee133123195a46 +size 430906946 diff --git a/data/part-05376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ec556a0eccb655b0a44d8a22332d1c0dc4432b8 --- /dev/null +++ b/data/part-05376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5498657d84464055edd5da65327eedc290a333a2c2e91c4d2c8d327fb07d0ce8 +size 595316761 diff --git a/data/part-05377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07c40b754c16b8d1c5ca84682a43ecd26dceade4 --- /dev/null +++ b/data/part-05377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876b3ca5dce606f9cc622724532e331e98be8658b7ebd66a1c9360994f516dda +size 528130425 diff --git a/data/part-05378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9076519958a5fe1d5b0d7e8771b0c1fe2279feef --- /dev/null +++ b/data/part-05378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c16eeee1a345f8095359ff8b964f94fe432b085d6ff46d1122735f682f8928c +size 828397555 diff --git a/data/part-05379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d9deab3b9c45be8c69c70e8169ec2fc87950aca --- /dev/null +++ b/data/part-05379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab1d857bf21f91ab3be2b52ae5ac6b22a4700b996bf10850cbb3329f07cf7ba +size 521278041 diff --git a/data/part-05380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c883e4072461704dfba73dc170d5cdf102df28ce --- /dev/null +++ b/data/part-05380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa9a21dd4b0f50821ee3d6fc6de3e47fd2d57fc41007c052c14645b5254541b +size 518764994 diff --git a/data/part-05381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca58e33a1f2ecfee48410c9c36cf36a974c49e2c --- /dev/null +++ b/data/part-05381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb8c93f5b52b3399c2793fc3fc9503c8426bb658e521d920855ca38f57b4b0e +size 440290848 diff --git a/data/part-05382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..718240ffb81a65f8e2efd96e4c17596606d5b5b7 --- /dev/null +++ b/data/part-05382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b772ae4b9c8d363c7791c7ad8f8452aba5f8888976adcb9f70ff2a70a056c8 +size 554379703 diff --git a/data/part-05383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f0d5d850143d3623a4b166205c1653446c370ed --- /dev/null +++ b/data/part-05383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4319ed0f9548ff84f22d3e425bfd6f2754896e3b4edcc1bda092c36f8363e9e9 +size 477837685 diff --git a/data/part-05384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d753b9aed01b83ef61c72267391b35623f60aa37 --- /dev/null +++ b/data/part-05384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464b8a9a52797429e43f5afe8ec56ed3a189d114fd79fdf6d4bd0538356a2636 +size 479016863 diff --git a/data/part-05385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db2963a816a8f97e9db065fdaa1b2c860615c4c6 --- /dev/null +++ b/data/part-05385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6e00353473db5a00faa68de7e6c58ea094a31a53dd4586ddc46cdda258db98 +size 725872386 diff --git a/data/part-05386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd6343b03b1e07ba7ccef19d09f504bf77987f19 --- /dev/null +++ b/data/part-05386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b0a0ddb9d074fb8b7e1bd02ca2955cc456542c80c4faa450a817fc6235fa92 +size 589997080 diff --git a/data/part-05387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..748921362181eada9ac8c88fed0ecc94f5724a89 --- /dev/null +++ b/data/part-05387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b1c20183717b297c462cc6191ffa2f7234f8b4e3364dc8553e116c06524070 +size 584983952 diff --git a/data/part-05388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dde8a7eb9fe6c7734901c89d52e9f55bdf41c288 --- /dev/null +++ b/data/part-05388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bc16223dd0f96273af3d4006556898b6a11e3079119dd174db476bcdb23b3e +size 469878609 diff --git a/data/part-05389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1f6499248fbd34574b9580fad68b9a5f220b969 --- /dev/null +++ b/data/part-05389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9706e0df19d54032fb1ea86923883163b0ed09af86d2e559dcfc996023edb7d +size 598991799 diff --git a/data/part-05390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9cd9e244ba60d8f1a37b03b94c6966b453a8cd9 --- /dev/null +++ b/data/part-05390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15d69d2b551afa1010490095a47c8005341f3a2a4532d68f8d459b20f1bba74 +size 380138142 diff --git a/data/part-05391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e3c11a59eb92a8721d1fe69b662d24b812fb3ad --- /dev/null +++ b/data/part-05391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a991cceecd72679e1ccfc2586873b926c8b55564530b29646132594883a0d8b6 +size 530707898 diff --git a/data/part-05392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..024fbc544981b029cdc375d44c653701a26452a5 --- /dev/null +++ b/data/part-05392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daf199883e8632643d3e49d547c0eff330f09b76cc170749dbc1d0a56cd3aab +size 467859365 diff --git a/data/part-05393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..122387e540ba34718b35f74263cdd7729a289974 --- /dev/null +++ b/data/part-05393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b739ae28361f0a247af58cf31d24305952b28e201d731aaa8cd178f4bbd0cb6b +size 470138452 diff --git a/data/part-05394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc26ace1adaf8811af145555ac00198ed740cc1e --- /dev/null +++ b/data/part-05394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c8c9e1907400286a109c3110ea9fb27d4bd698a9ca2b5b2c0cfa607bb4f40a +size 752674752 diff --git a/data/part-05395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f869244892add4e6678c1c2286d8fa2c27d6e8f --- /dev/null +++ b/data/part-05395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6309c2c71518affa11eecbe8e3cfb122afd55d778e0ca09f63041598d85650 +size 519724244 diff --git a/data/part-05396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1d0c5071e84b40be803ee943023d53d717d1b87 --- /dev/null +++ b/data/part-05396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59289ce3ae65355b4e1d6bfb23a5251395ed29b689f715e563b6be0268398f75 +size 413818897 diff --git a/data/part-05397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a61cf19ab91037b31309aafa44307ab6403827e --- /dev/null +++ b/data/part-05397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c1219829b47f53c8fe0d1b7e445d4d41e52a271189a1c42cc991a1e5cb7bbd +size 554412577 diff --git a/data/part-05398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc3183f474f84341a8b187ea3546bfd1030387fa --- /dev/null +++ b/data/part-05398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea684b873cc0ea468bec2e01429f13ea6bc76dfc8253c9476d8d495d90ae56d +size 511917017 diff --git a/data/part-05399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae95446b999713ad3186833f2e2d7f46a6998213 --- /dev/null +++ b/data/part-05399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07c4bd70b9acb1b9e467dc7d9beff7aec94b237d6240c96d5664d5bc48ad64c +size 796145283 diff --git a/data/part-05400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77ec4f0547414ffecc20304231b539be21c9e816 --- /dev/null +++ b/data/part-05400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8592ace3d7fdb6941e865d02c262811c31dbd10de33745b2564b0a4532480d +size 468257159 diff --git a/data/part-05401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2cb2a85a8f829b6a73c8bcb75b64feb2fb17316 --- /dev/null +++ b/data/part-05401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecc65adbf80a84bfdd602275af9586bfba4d8404091203e856f0e91850ea2a1 +size 438618352 diff --git a/data/part-05402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e46f304807ed16eb29351517244131a7c1740be8 --- /dev/null +++ b/data/part-05402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4a986181adeb79be9906264e3d1c1058a04019cd0529bf08892dd17e64f4e3 +size 976193898 diff --git a/data/part-05403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07f32001d10a90c4ea26dd8277e16a33f0e5a384 --- /dev/null +++ b/data/part-05403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f2868de666f3285c39dd0a42d4c6e02f88187d4e4e124a01852d91a5798476 +size 555155651 diff --git a/data/part-05404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60f0887f97029615096e9a23a59af20daab72ccc --- /dev/null +++ b/data/part-05404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d771197f3ab4d1e52d7ecf997051c2f90cbd7be4453cbb9aa17a9a1361d8bd91 +size 630914944 diff --git a/data/part-05405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..615b40a07546591505f775b81585016bbf78ef82 --- /dev/null +++ b/data/part-05405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6064c2fca42a976495c1be8c9ded63ea54a2b468c7151eafee0e032c99690bfd +size 443709685 diff --git a/data/part-05406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89e00dc2a54e00a29b9f5e41fc6053345c41fb34 --- /dev/null +++ b/data/part-05406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f410389702949ec2dc6dfae3a9ac4e4b25f11def36b6859df255789e3c8e3e90 +size 666163122 diff --git a/data/part-05407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88ec62de1571362aee0bd913876a510fd8759287 --- /dev/null +++ b/data/part-05407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fabbe52536c4be5e925d66431890168363d623f14e5d94efcda14c30538999c +size 741845609 diff --git a/data/part-05408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb6fef737edcc46d2c58b0c69e9a967a7f0af20f --- /dev/null +++ b/data/part-05408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c66c35b17af3abdeac019f460fa14185f0f5635caa564f39c66fb9419f55d +size 748877220 diff --git a/data/part-05409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e14d77799f3eb0cdc4d01261db0052fc989036f --- /dev/null +++ b/data/part-05409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d773896720ac44f6c6e1ebcbdb534efbc0f5dcacf40eb09c84073ff550ac95 +size 634815469 diff --git a/data/part-05410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..444a2f0d9cb12b846310589614afaa4cd1bf5a9f --- /dev/null +++ b/data/part-05410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfcecf32fbfe4295aee0c97f126a1df7aea28b80910ef66c40348d99ebec0d7 +size 907424034 diff --git a/data/part-05411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b115d9b80a94d2c1dd5a981868e9760dd74dece7 --- /dev/null +++ b/data/part-05411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e48a80fa0bc4e1367e0cbfc6949426436777ed335143f5ac5cade2498c342a +size 763846835 diff --git a/data/part-05412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9454e64c45df30944f1c4d2c3c4c560bcd739a8d --- /dev/null +++ b/data/part-05412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e6776bd62152ea84d054f5b2ae6cf83a0d6d460fa51178935c47c219afb88f +size 596525566 diff --git a/data/part-05413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..581a78d613b772e3d4f7291a84aa0e51780e74fe --- /dev/null +++ b/data/part-05413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1549b9bc6c67d5c0c047dbe828460970f1ce927956f1b9e1e2a41f78e3ceae80 +size 406179508 diff --git a/data/part-05414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d75a455dd795fe6fd34086902458b46afcb752cd --- /dev/null +++ b/data/part-05414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6518dc1a61bc5900a0f03d268131f4d408bcfee86577b1da4208474ee4e92e2 +size 654600883 diff --git a/data/part-05415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34843a4eabbaf7d1d7ea6147200bf839741797d6 --- /dev/null +++ b/data/part-05415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f26093029f314ab8542c055c87ef4078efaba9000bd648d454592691f826961 +size 561294231 diff --git a/data/part-05416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fbc3f635951df4b6631dd69eac6d28b9eb5c9d9 --- /dev/null +++ b/data/part-05416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f827f43bac32834326c5860bb3af318ecef4750e5662b506334ffcc8522332e +size 752560694 diff --git a/data/part-05417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc81d11e615a81613cad25c5b1e0a2e032584b37 --- /dev/null +++ b/data/part-05417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77492883e5e61b5ca2faf91940885baf8f789cedeada35d22b31e663f383543 +size 449512853 diff --git a/data/part-05418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41cdd98419b7efa9f10569a4b79f26bd75740825 --- /dev/null +++ b/data/part-05418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b78ee9ee0562b5214d90f8d07871a33bcbc0b52b26350f12b8fda86c0881cb +size 963694583 diff --git a/data/part-05419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9381fad32d65235e04d8c3311e5e603b7c159876 --- /dev/null +++ b/data/part-05419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9182fe1fcbad0e04a4117ba2a387815c7368797f777c498c3524b6e703557e1e +size 392634227 diff --git a/data/part-05420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31b28e3d61aa26c78c2c9fa1e040bb5a464bc324 --- /dev/null +++ b/data/part-05420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fe9ce3b367bc07366a88f8cce413eb0c756ca21c27d6b321fad23edb435992 +size 570917192 diff --git a/data/part-05421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0a3e501101bdad4b3a9f428b70174e3b4d9814a --- /dev/null +++ b/data/part-05421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d0429e279620f1ed9d8dc86976e2e3fd83406f5637862a323edf9b486c267e +size 596768735 diff --git a/data/part-05422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86765031c722ed559d0d7195d3fde1d0d09bab17 --- /dev/null +++ b/data/part-05422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce9bb71e25f920e97c3e43c4a2828238241a786e5b23d428d20be0f60f9ac28 +size 580405512 diff --git a/data/part-05423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..843203463179d65842ce072bcc5d1a52de70d332 --- /dev/null +++ b/data/part-05423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe870f228c0820a47b47de5ad1cfb55280f3d2bc267468b64bf5398e28ae4f1d +size 430463422 diff --git a/data/part-05424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb6a3c11ec8fef5ccc121f5ceaf7f58b86574dbc --- /dev/null +++ b/data/part-05424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2497520268628c26964706e20539f109f7596b81ca9de9bd4a04f35bbf222a25 +size 439526759 diff --git a/data/part-05425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3baac3fca91926072c77e324c69c8fe527c0bd6c --- /dev/null +++ b/data/part-05425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a869b9396156ca275d414fd74f92b0b39245deaab9c90d1a3b222a1fb63d1d43 +size 452321882 diff --git a/data/part-05426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc557d7e7cbf56a726b30db17ed42f8851db8dd6 --- /dev/null +++ b/data/part-05426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538719204bf25750d94165fc07bcf72081531be87394065b2fd8aaad9cc47724 +size 488975537 diff --git a/data/part-05427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50c62b0375bddda454f5379fe6e78ae6cff60b13 --- /dev/null +++ b/data/part-05427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e0985c126744ec7a6255ce6bd19b8e52f40512b4f2e5dcf258567fa99da844 +size 1249080050 diff --git a/data/part-05428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..861555a27bbee403aa357562f71a1159009cc876 --- /dev/null +++ b/data/part-05428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a71a4879cc0973a1c09529e1260363a766bec95f8a7d2e2e45f0ee4fe75511 +size 448340212 diff --git a/data/part-05429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b0481631c27904a7fec173b8479051c4a7b51b5 --- /dev/null +++ b/data/part-05429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff104cbdcf7dc49710d114515058a38769ee34baf22d6ae208b226faf8407745 +size 396591606 diff --git a/data/part-05430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9a6c1510ada3594d161b687c685d8f7e61de201 --- /dev/null +++ b/data/part-05430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53aac022f4ebe3fb6d872978eb3c4c976cb5e097d00924751e0bc5bf5e0d361c +size 734720881 diff --git a/data/part-05431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c234c5046fc2109023174f9b0450c715e8ccf8b --- /dev/null +++ b/data/part-05431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36545ae170f1b91b5443f5424bd311a5a4a2142e34f60f0e1d54b3b4568e8c87 +size 515320812 diff --git a/data/part-05432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ebf644928d546b1a90a6766db5415f238d5ba16 --- /dev/null +++ b/data/part-05432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586009fab45ff0aad73ac370a77edd523463cb06898d28274a19d689b6a51d35 +size 615715687 diff --git a/data/part-05433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aebc5de74fd73dc1e7f2549033143ba005f2ee89 --- /dev/null +++ b/data/part-05433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7f05eb58c37e578598e6ca4ac8e4bb430f74c0f789bb0c2751ef77b72551e6 +size 964880611 diff --git a/data/part-05434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a15b82ed90cdac1105eed9f74b086567250ba42 --- /dev/null +++ b/data/part-05434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f367f59c9edfd63d5a0b0ef7e147c96dec42d3377db56b5c973009ba13258513 +size 984549234 diff --git a/data/part-05435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e90289a5d6e5436e17d38c48f1f294df115edc0 --- /dev/null +++ b/data/part-05435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e093f50b5a72dde30facfe31366db6f9593a820c9b5136639a5ee14fb4ac23 +size 505454992 diff --git a/data/part-05436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9fd3eca7262d4624537ebdc149c5ce7f9f4ac6e --- /dev/null +++ b/data/part-05436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e3524dcf23baed30ba3af7643034912baea3f2a132e87dd6ae4a8546679b27 +size 471175769 diff --git a/data/part-05437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f229bdb7b83057c0977857de62b1dc14567b1740 --- /dev/null +++ b/data/part-05437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21878796157bc38dcfa493484d7fb22257bb68b5744e8e0d034203841a20345d +size 503124013 diff --git a/data/part-05438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad9464fbb9b2659cf9d79b31803d916d4c8d824f --- /dev/null +++ b/data/part-05438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a93596195a982d11f2bfd3dd6622c785ddeb3b8339499c509e799654a31f528 +size 879645642 diff --git a/data/part-05439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6629ed8a7125f66ae993898f31f4e2e96b0a84c --- /dev/null +++ b/data/part-05439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00518574f1c23715c8eb7fb2fbd7c5c94ee5768642e12d1f331b318d6e9312c0 +size 876097061 diff --git a/data/part-05440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7955954ce04c257889822639da2e1ace64f1e11b --- /dev/null +++ b/data/part-05440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1f15ac38a5b0e00e3d473d80ea57b6f67935c5fb4c297216038a63d1111f6d +size 375359291 diff --git a/data/part-05441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69ea6f4f1e2a09fd1997c524cb945591c0d1610e --- /dev/null +++ b/data/part-05441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648f82f66cc52688c3c6d8b446ac5ebbf7a19e0a251eefcd97ee3489188a6527 +size 932866781 diff --git a/data/part-05442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c67f3838120a1c30aad21154ce9e23cdc31ee88 --- /dev/null +++ b/data/part-05442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e956f7e62f3c708321a18360f40c00af0fdee5385f684249c8e4ff20d57af2b1 +size 478498921 diff --git a/data/part-05443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b99128365b8288ec9b6434350059f1575f734e77 --- /dev/null +++ b/data/part-05443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979d092be8145e4a8a7c266484cd452e9c3599eac4fc3e6b0f00fdf98f3515bc +size 515175598 diff --git a/data/part-05444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70da3baaddc3571be638257a2780c2ff9d92a657 --- /dev/null +++ b/data/part-05444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1119c4ec2ddd7e1292316712bd9f8b3f5ef3513da628ca8b5e4642482f23b1 +size 722379722 diff --git a/data/part-05445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a755a0c883c60a6f007579c5f4de145a4cfc1baf --- /dev/null +++ b/data/part-05445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b30a7bdff0e441b3d71681937ce0dec3158164ef6904572628854b1554c09e8 +size 783670811 diff --git a/data/part-05446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a68d1c27992a99a96683dc8da4ade5794658db01 --- /dev/null +++ b/data/part-05446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49053b0f0770505bbdbbca63b0d82e8e7da6e73b117f26f54378f5fe16b6b09 +size 720155189 diff --git a/data/part-05447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e383c5d27d0e6af02bd70ba7d06fc10518a9c19a --- /dev/null +++ b/data/part-05447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08cad8108d292c81b80ea6379a2b1dce3e8cd72949ab3cfac12a7d73dc17444 +size 588921070 diff --git a/data/part-05448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c27b03b7f769d3e4197e12b155a23a1e5d4d3251 --- /dev/null +++ b/data/part-05448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31a88124a65cf6bce8ec049f5c5249e89fdbb8cf29cdf8bf935cc6074e7ab8b +size 1065269932 diff --git a/data/part-05449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8953a589c9e8fba0703dc1785c752017c0f8916 --- /dev/null +++ b/data/part-05449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec221d4be91e902491f8861d374d251f2289de0be894a8cfbbb0f5e97d73a77 +size 575587831 diff --git a/data/part-05450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2e923d2c99359df21e64a58c123d1ac53bd3ad4 --- /dev/null +++ b/data/part-05450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f4a0f95c4ca39bcaa305ce4be4ad0e9224d20d76296e6695342c1c84089636 +size 471852872 diff --git a/data/part-05451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77d12881956831c11abdfeeacdb72dfe8fca1320 --- /dev/null +++ b/data/part-05451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538e8a18f17bc7d783a698678e08a23f5816d5e828972d5d9c2f844aaf232a4e +size 433498317 diff --git a/data/part-05452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce61a30243046d3768dcb335b5db3bd4cccd4f2a --- /dev/null +++ b/data/part-05452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19549c35e1092d047d159f724a6fc5ab5844dd7bd0859f2c2c15871778b80441 +size 574263916 diff --git a/data/part-05453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a198a970e3ce83cf94a9cfb223ce53b519258d0 --- /dev/null +++ b/data/part-05453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e378103b8a18e2d43fe1f9a4958367afd1219070f8b3f3e306610c49a32dc2db +size 623923678 diff --git a/data/part-05454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2056154f3a4e9543ce1e56afb950ed40cfed86a0 --- /dev/null +++ b/data/part-05454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c76cd950a1f41e5c7661bd51ded60cc59d9e67bd2630833aba6c165b99be46 +size 402586111 diff --git a/data/part-05455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4f93220c7ec2e0a728409ebdbfac9112e7e3253 --- /dev/null +++ b/data/part-05455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2529e40a2c5e8fd91cc81a62071011c0ee8cb900d08800e2ab094aa96b5b016b +size 389536748 diff --git a/data/part-05456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..390b143cb1d447bd4b1171238afd764fa543346a --- /dev/null +++ b/data/part-05456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a4f827e7144738fe8ce609e6e7c3108dfb7e3b6c9bae2c198a4473d879da9a +size 580265180 diff --git a/data/part-05457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d6e494f5ce86ad536062faa5911290f55ffe4b4 --- /dev/null +++ b/data/part-05457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1958f592c8729ef55b395ff56bfbec3e9164d11bd42b8965fdce3a11ca8b1512 +size 393608788 diff --git a/data/part-05458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a5f1c88375e2a2ec746c9c4c7eab2f924f0ad6 --- /dev/null +++ b/data/part-05458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213b516316b71e131727556c50c93bb372342e16dcbfc59317a0b07a5ddafee5 +size 432370857 diff --git a/data/part-05459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d37dde33ec69232e521073003b4bdd1d7bbba50 --- /dev/null +++ b/data/part-05459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a383b3b3b14e95439b8ea147b42b66cd24337ad81934ac77431fbc357753a788 +size 473224643 diff --git a/data/part-05460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b52e34f6659e27d4983462d0ef5ef429d70c5d --- /dev/null +++ b/data/part-05460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6503883b1462b7b33023b9edc0ea3ee1973619e3c61358e84fd48f564d186ef1 +size 472139067 diff --git a/data/part-05461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a8fb5052c9c15754240a361fd6b6b739c879e63 --- /dev/null +++ b/data/part-05461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f9e2c6dc0e446ebe55ef9ced5cd1262b2f12d8d7b2a812ba089528e563137e +size 621242545 diff --git a/data/part-05462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0cf6820e241291cc79b5e64653614a14776e88f --- /dev/null +++ b/data/part-05462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84a4674dff9b28796e51883dd43a88320efa1efe309dd327451f61957ba2a67 +size 401998974 diff --git a/data/part-05463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b066577b272486f604d3efc23697f11b8a7ec109 --- /dev/null +++ b/data/part-05463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7554ba8a4038477fbf7443ef218f2f604f687eb09cc5b3297dce70c8a2e12f +size 514224794 diff --git a/data/part-05464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..855ee4dcda8622b76aceaebb3344b2f61831ab4f --- /dev/null +++ b/data/part-05464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d66c30b91e988913d27fe19c114315fae0e57db207b20162ec8f0099dcf96a2 +size 467861409 diff --git a/data/part-05465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a255d89d5140a23e6d3a9a5a590057f13bc33826 --- /dev/null +++ b/data/part-05465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0023627499eddf5400c379bc2b61f9c037615257ce1353a1d2cf2e72219c539e +size 476769258 diff --git a/data/part-05466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..304635e019249188c25d10ce6cbd473d76100f85 --- /dev/null +++ b/data/part-05466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b09919972bd6ef28f1eefa3aba8c5a5fb7081962fcc22cb068550b93130dfe9 +size 468053810 diff --git a/data/part-05467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ad7ee2e93afae3c3742b89ab3315c8361214fb4 --- /dev/null +++ b/data/part-05467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8c34315cef99877b97523fef2ab7932ee185e6bf59afbef9df3aabaf1e6363 +size 528855256 diff --git a/data/part-05468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07c60760c67ddf22b34a4e15df09490c9f3a9b73 --- /dev/null +++ b/data/part-05468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd84bc274e2b5395f93d4709a466db874208ac0cfff8572b5a3c4584ebde741a +size 592134316 diff --git a/data/part-05469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65f9ba151add95220828481aa041d01d4f9c66f3 --- /dev/null +++ b/data/part-05469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df449a7988c5b133588706e17c3c2930b577effc0a3350938d58ea1fa552cfb +size 444940160 diff --git a/data/part-05470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a807a40864f058e3dfd0335365909657aad4fe62 --- /dev/null +++ b/data/part-05470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341b1be77dc7c666fc577bbace656afafa1f1109b33179a77081bdcbc3645bbe +size 594741194 diff --git a/data/part-05471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d23c87d06073e013ac579e8845cd9a9b3f54fd3 --- /dev/null +++ b/data/part-05471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5214fb86f6a57c75c7369229b3086ffa1ac0f4ba381270101b0303a4ae820f +size 423237900 diff --git a/data/part-05472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1867eeaf3a8d0b1aceee4106c5b1fd4f20a157c8 --- /dev/null +++ b/data/part-05472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c752f0b70313cf123e423943c18e09300138f072418190428e62904a577ba8d +size 554126858 diff --git a/data/part-05473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..548b631df9b77c982990d65c745947a14a79ac04 --- /dev/null +++ b/data/part-05473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d77bd9fb4f76789e8e5de52ced461b3e7e5d3948702ee3ab784e9ec5e65f26 +size 671904079 diff --git a/data/part-05474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba8976efaa1012757590ee94ada091149fc8b978 --- /dev/null +++ b/data/part-05474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5806d17667b609627c609746cf73cb600ee0043aaf04904ad44a059117ec4124 +size 544292669 diff --git a/data/part-05475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..193da4e3186631c4f58794f0d8d368c6511b12b2 --- /dev/null +++ b/data/part-05475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f8388c46a33bc3d94c71eae68bbaab13aac033350a744b1d79f69e26f593b7 +size 407052813 diff --git a/data/part-05476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfc8ca89349153dd9da971994336043d660b03ca --- /dev/null +++ b/data/part-05476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7ad3a6992b2cdf99d29aaf61b5d88691183089ce38a03675544a83ba687de3 +size 1022348668 diff --git a/data/part-05477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a9ef45410dcab663607ec4a0d9b560fc042d716 --- /dev/null +++ b/data/part-05477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c15d6716159274d343e7d4ff7784ab75f7464e0d2068d6ef58cc42cff464957 +size 829449149 diff --git a/data/part-05478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec68e498521344f6a0d14ca2eed83c4b1a8c9835 --- /dev/null +++ b/data/part-05478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a13a70804d039291308f02c071d51d5f6b3d7d29358011c0ec7bd05c46a5c0f +size 480031387 diff --git a/data/part-05479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7c0ccf2baf9c8feb394cdead0c31d688147c725 --- /dev/null +++ b/data/part-05479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3dc57cf0d8b1555d6ced7bbd8a29dedfd60c7f49b7c3033929fe390c676c629 +size 519236448 diff --git a/data/part-05480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f365165f2c30bcdb525f8642372c15f36fcfaa7 --- /dev/null +++ b/data/part-05480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc0f3cb883fcab7d3c5f5d09b0a885e4badddf9a7bc9f147faf28efdc9621fc +size 504147694 diff --git a/data/part-05481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96d6892a37c9a2eeb146768897278fcc35043e5e --- /dev/null +++ b/data/part-05481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f4d656d528624e5af7da8776d43d2324cabf3c9f69e38ace04e8ea13dd8f36 +size 413451194 diff --git a/data/part-05482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80a721acd51c6ba90df2f6e43e1f26cc0da80a67 --- /dev/null +++ b/data/part-05482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f38e066acf359b049aa4599f4f0cdcf8c77e68b37681bef4f93acabf8e8dd0b +size 472098714 diff --git a/data/part-05483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..458c462737fea24e411bc46b65ea6185b8eaa7e6 --- /dev/null +++ b/data/part-05483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17d9b5d68cda69f14f80fb40f6eae37b7ee90c2094bcf60806c3ea3144540a5 +size 526961359 diff --git a/data/part-05484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a42aea0477e8c2083e16f2967f51ae33d60ce45 --- /dev/null +++ b/data/part-05484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec83d3f1d7cd947e6ed981dadffded05197f89f2d30016458316178dcd93c9ca +size 497899906 diff --git a/data/part-05485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3c22ca23c2d1a082fb33fce1b84ca67c39cc634 --- /dev/null +++ b/data/part-05485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a29792ccacc46495ae27a5fbbc6f0f8cb07a44fb683299bf104d3e4937fbdb +size 502989627 diff --git a/data/part-05486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68cde58059ac7c1552a1569b6ab001bee0ff1033 --- /dev/null +++ b/data/part-05486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9c147facc8387b52872400e40796e6b4d0a0a6a2aacfb3214e29e61131f9ce +size 558779783 diff --git a/data/part-05487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1f34584f62df25aa006a93a998fb88058fa7d96 --- /dev/null +++ b/data/part-05487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e3c5e2dc049f759a60ec4f1a4f1ac7331cd6bd90c1fe3c5c668a36d93f0e0f +size 479149497 diff --git a/data/part-05488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..079410fe4f076a43b896d79717c3c0001692196e --- /dev/null +++ b/data/part-05488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16817f6354af7fe4ef79ebc59cba80856ecae029b05ea0d478eec1be81cd539 +size 542477418 diff --git a/data/part-05489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a19323c63f102cf58e5207628b756ee1c07873c4 --- /dev/null +++ b/data/part-05489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12625dacbbe83e2024608a438a9948b5c86b3568b2c1de48d35056cc79ef95e +size 549860622 diff --git a/data/part-05490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7acf9a88186e38f9faeeb7aef1b00df543ee3940 --- /dev/null +++ b/data/part-05490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfbc7270c4126d1dc64d52647b034f9deea40b658afa49d030659b4e76ed658 +size 435774278 diff --git a/data/part-05491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ce7ea9d20b4a5bff325ee13b6c19e5ab586279d --- /dev/null +++ b/data/part-05491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfa5ee8e5183f50d960a12b81634dd3cd8a4ac0c2dcba6af2b74bfe649bb421 +size 488233716 diff --git a/data/part-05492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6378ca58e85a16876f228484d419dca559e890ea --- /dev/null +++ b/data/part-05492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd1fa64561f9d142f632a30215fa1e8a3f42fdf981e742cd2176a8b7476ff0 +size 428018928 diff --git a/data/part-05493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1d06480571ee54b97b02a166d3b2e22ca7624df --- /dev/null +++ b/data/part-05493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1a159f32224a8bd182f49883cd9113b7208528d007be92e352c6d08fadee94 +size 518847671 diff --git a/data/part-05494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7da20da1c6872e3f7fe1260514f03e50be1cf629 --- /dev/null +++ b/data/part-05494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b2dab59253b4e038d96bfd920f1ad6fe3bb400ef9bc8973517bb04dd189d78 +size 639206120 diff --git a/data/part-05495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c265526d5314c27b3da32127a13002f2042e452f --- /dev/null +++ b/data/part-05495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae061c67c19f95b57b41961d21b35ad9d52823cc7fa860a140a4d47d677398e +size 980118948 diff --git a/data/part-05496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cb6f6c0ae2718478ee96549c83424305b65e741 --- /dev/null +++ b/data/part-05496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd94fa70f51964d196f5b9ec3bb1f188280c9cf2c86ccce9b6039df893fbc1b4 +size 590554193 diff --git a/data/part-05497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e725b2b884fe1965df0b05ef03104eee96e89218 --- /dev/null +++ b/data/part-05497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008986cd0c86e226c536625323ab1f4584eb6f73a8a458f95ba682fb721d1ab0 +size 675724909 diff --git a/data/part-05498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9662a7093e150f4773bc3e3d1830bcfb601851a9 --- /dev/null +++ b/data/part-05498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16680721bf0c53d93273fb283d25afc4022fb011ef8090988dba6fddab710ca +size 515029548 diff --git a/data/part-05499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65ef62b2ef163a0c1a503d59e59b636e0e0110ff --- /dev/null +++ b/data/part-05499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3b7d9931867266feb54361c0ab4773e8603b913e216fcb1e6455f711d616ce +size 558387199 diff --git a/data/part-05500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd09efe9d65c206f823a38599671fd05351076d4 --- /dev/null +++ b/data/part-05500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc75c1e8e5b91bfd5512534376261eb01f1351a8988cf61ace7d5f8efdb7dc8 +size 750800294 diff --git a/data/part-05501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd2df58e5cecb9cf8a7a181fee7b67ba97746a09 --- /dev/null +++ b/data/part-05501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97e74a3dd554b69960149afb20e3a9c514d7747af143fd7f6022df696b9ca6e +size 545333976 diff --git a/data/part-05502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68e9f5b69e90e916357c75c144eda551ec890196 --- /dev/null +++ b/data/part-05502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9d254beb9ed6c4ed73b9bf8e0f5fee872c08c300a88b7fc53aa4aad8829929 +size 444165207 diff --git a/data/part-05503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd03144a8851d858f1f36e33e20ecbdd4bfa4bf8 --- /dev/null +++ b/data/part-05503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74053e3a2084cca90608f6ce53026e6a203e74b5480a7a096ada5f704b8110b +size 547724064 diff --git a/data/part-05504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a9f0b8709177cee4916256217c6e2c1c85c7277 --- /dev/null +++ b/data/part-05504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204d17731909b75978c0e1b3d12911f2ffca1cb7f2c4dbf0f91fe0e867bea52d +size 486435489 diff --git a/data/part-05505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2045568c5596b2da63a7b85914db0be577ebb37d --- /dev/null +++ b/data/part-05505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1849b0158221f9481abcc5a56c9f3d45fdd6a297a564f29d588c209bb3c312 +size 500092599 diff --git a/data/part-05506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9c4a279463c883034f7447d3d73b57775180d42 --- /dev/null +++ b/data/part-05506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b0038f6e224a58e74aa1a035a84689e4290bf068d2db56eb4f7a194b1bd4d2 +size 490653703 diff --git a/data/part-05507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fd1dfd81a297cc798c109febe4ffd4bd194e108 --- /dev/null +++ b/data/part-05507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc868cb1587004dc49a6b12dbbcfb68c05362ae6b1275d856f4a33b9bce8daf +size 466510098 diff --git a/data/part-05508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..114719d2a44e8babcdff462bb323520c36d0d08f --- /dev/null +++ b/data/part-05508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a5f7ba745fb6be05f099addc1ad739c0263aa1c303d7e2b0bd613fa09b22fb +size 565694368 diff --git a/data/part-05509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a641bff24e14f087a031b15fdd1f2be7e47d178 --- /dev/null +++ b/data/part-05509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c934a8e91d66a0a2efcb4bf52bfd56517f7d20e753041d76f23e5231ac47c2 +size 500126572 diff --git a/data/part-05510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b183b7c133868b6c5913d0b95fe92a37264b207 --- /dev/null +++ b/data/part-05510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32c786ba344e5164e8c1a6e99a9b189bd4234f436d79b96890567620e479b22 +size 493573789 diff --git a/data/part-05511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd9b458e50942490b289ee597ec487b9a0d3e1d1 --- /dev/null +++ b/data/part-05511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6c373c6c1cec70adb835095ae6abae5fe77889e978dd75cfa40ec4e8d659bd +size 514634036 diff --git a/data/part-05512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b39acaa1a1e1368d55490fc2f7172062bf1ed432 --- /dev/null +++ b/data/part-05512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce5bd8154d6494432b773929c4ac887d8c585e057b85e7bf139274679e7ce40 +size 460189427 diff --git a/data/part-05513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93b41bdf69f330df2b3ef3078101ea2cd5b977fb --- /dev/null +++ b/data/part-05513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87f2cc9281588b105efbcf2735dcd8e138112282be13ca2e39025c610b68754 +size 613589025 diff --git a/data/part-05514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90882012692787a05c39c9858ed04e78b0026f3c --- /dev/null +++ b/data/part-05514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f477f554079512bbb3d57eb54765a868ee50e2a11d1b2ce49ee576679719b05 +size 689883675 diff --git a/data/part-05515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b77d31d26aa08d345de5de9eb92218945efa307 --- /dev/null +++ b/data/part-05515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a253943f3785e95805ca979f6ecb47913057e30e26f1bfb1fefd0f6fc8ed2fb1 +size 654202571 diff --git a/data/part-05516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16ed1c5a4aa75bcfeb53ba2228395bbb67bf56f6 --- /dev/null +++ b/data/part-05516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343ca55f965344bc87b4e2db31c8f79316275b877811ceb5d86604c6dd6d2a1e +size 410193324 diff --git a/data/part-05517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39b6093ff1814b0249849d59d8921589cfe5bb0f --- /dev/null +++ b/data/part-05517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e977852772df89c24597622a09692fd822ff24c77e76250001c371d934b99f4b +size 438695376 diff --git a/data/part-05518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8709914076d5b8a4299fd9af00e8c89d458709c7 --- /dev/null +++ b/data/part-05518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4ad71fc31ad2b8bcf1399a4ec0d18c783d8a9ae1f98c3720e4fe007483e075 +size 563897917 diff --git a/data/part-05519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e4243b59b835487d58c27518ccfbd73ede4f623 --- /dev/null +++ b/data/part-05519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aa8cec4afb7758fcd4b80eeef3b767d90f294eac8aeb701e1e46ea31167096 +size 420764428 diff --git a/data/part-05520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59eb0598bc818e5dce161ed785f054b127520192 --- /dev/null +++ b/data/part-05520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd0fd10957b32d04503936fd5f31344b2c203321001d701874a5420368691e7 +size 528942474 diff --git a/data/part-05521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c017cbc876e45531a66420ba319f48bead5e0060 --- /dev/null +++ b/data/part-05521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d15a6061b25719daf8c7add214c1c3bedbf0397ab767c602341335142ef058 +size 599091667 diff --git a/data/part-05522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e91a2d7e1e1b6a58d0331dd45639144aff4009f4 --- /dev/null +++ b/data/part-05522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768dd5adede4e401c0ebe88144aa25f07b906b89af679affe694079c90605601 +size 922907613 diff --git a/data/part-05523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb92aefb50f2c9cd7e980ad2060013a98acdb178 --- /dev/null +++ b/data/part-05523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37994c144baabec05484f45667ce75b23d33c277c1f88ce2a02c729a636e0c00 +size 417713876 diff --git a/data/part-05524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74e15fec5f5421541f486df21c77606f871a3138 --- /dev/null +++ b/data/part-05524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b1c9d5cdfc2280500f16da1161f9f179f4fc3d82f73da6e647f94fb2c6c86f +size 1165456577 diff --git a/data/part-05525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b57aaa8a385d57b07f4234e1c27afeb174fdd158 --- /dev/null +++ b/data/part-05525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763dfa49bb18701fca50ab1fcdffc5de506e2d7a0a084c46f30fbcf53e010031 +size 476478639 diff --git a/data/part-05526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77f25c3022d8db4e8fdad13342e3b9dffc9f0c3f --- /dev/null +++ b/data/part-05526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd27a6723baeb9a226d1040f0de91119e27fac037b152494806b1b199218a1c8 +size 420648293 diff --git a/data/part-05527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38c2d909ccbc639d5fe78bc5170ce12d54712846 --- /dev/null +++ b/data/part-05527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8b0a06cf74290d1c127c152ee70826d2896d2b064d9104cec3ce6de272430d +size 563196391 diff --git a/data/part-05528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..571bc975638a0cf34e57be9ffda903f8e16cc576 --- /dev/null +++ b/data/part-05528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b501180279628583d06c5fc871a7b5fec445df679a75290d82b215ac11bae2ae +size 485028963 diff --git a/data/part-05529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8963f1f0fc260890297e5d2a74fd75befed7561 --- /dev/null +++ b/data/part-05529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2404667062da2041a2373f627d15eb05f2c3e65f22e5a7f2e4009e4f9e4c73e3 +size 495869338 diff --git a/data/part-05530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b22fdeacdad80e804f5d010ef3f118e0d3c86f4 --- /dev/null +++ b/data/part-05530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5bb2b521e0a62dc888bfeb4305d7466146a01c699596c9c0ef7b746a396526 +size 556129043 diff --git a/data/part-05531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63bc26f91ab7257f232b1bb3ef471d063433316d --- /dev/null +++ b/data/part-05531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f829b1253b7db3f9ebaedb7e03b8ceda850fa2edd9dbe2b7a46ab7b36a8caf +size 389353303 diff --git a/data/part-05532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..051dd8cd75cbdbcc4b65b043bdfe45e5d31df53a --- /dev/null +++ b/data/part-05532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159c103a49793dc01b361937f82f0ef4a71ee528c247bbc440a447d5aadd87d +size 441079891 diff --git a/data/part-05533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53965dbfc06cb7e64420e752bdd44d537d14ca89 --- /dev/null +++ b/data/part-05533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92de8f2f97cf2aa49983166243c936926cf4d0627dabc35dfbcd12de20aaa30 +size 434836742 diff --git a/data/part-05534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3cac57c52cfc225990af8dea55e0be1f7ddd476 --- /dev/null +++ b/data/part-05534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280da54d1959529652f2e556a995fe90d4e368b9f62acb888eb21b3dc4ddde27 +size 389783941 diff --git a/data/part-05535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f412776c2479313a45ec589d292f52c4511269ce --- /dev/null +++ b/data/part-05535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3655099d53ef001ca6feff112bedd233eb00dcf796bea33105feb391ec1690e1 +size 527377191 diff --git a/data/part-05536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f74e8de9eabdeec3df0875badd1ecc27c7ab59fd --- /dev/null +++ b/data/part-05536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6061be05b14f476e88ea8f95f8d5d806d9a609e78c5b487641864843c0322e9 +size 478494999 diff --git a/data/part-05537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e73fe613baf112319da4e811850430e7114eb14 --- /dev/null +++ b/data/part-05537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b760c9a03c7f9f96ff0a07b67ecb7382af16cffe3f3c7a637f8ff7291b93651 +size 534797676 diff --git a/data/part-05538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6f8d44210272c15036011b0ca68e827697e89c6 --- /dev/null +++ b/data/part-05538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a3f11d1d9134a73f0f85e6a5cd1bebba8d54f3a55c55ee272b7af66a35363e +size 578301075 diff --git a/data/part-05539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4318861731c17933314cd9996b0c795f705c37d6 --- /dev/null +++ b/data/part-05539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d120e4c7d6580ffe11fa8e16a26984678fc5f197ea88af27187cf0a2250eda +size 758886405 diff --git a/data/part-05540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66b8923613ebe2f609cfd0ae6f5b4eb11e44896e --- /dev/null +++ b/data/part-05540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec0a70ee46bb5175f75cbfb4c101105394ace7846367eb26f3553487ff8601e +size 481193647 diff --git a/data/part-05541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb456ecf9dee9ffe79943577edac927529cc3c2f --- /dev/null +++ b/data/part-05541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c916334c141e8574190f717e2ccf2429c4224ab6209bbefee50b6953747f9be2 +size 709461105 diff --git a/data/part-05542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9e0a30833444b0533b8262c89403b07df180f00 --- /dev/null +++ b/data/part-05542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c20bc50fe35cee5ce258b198c28b9115413628014fdc951772dd764101b8afe +size 726989624 diff --git a/data/part-05543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7adf71d7b6ab1f75862adde1180f28792427d541 --- /dev/null +++ b/data/part-05543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c664dac2809670807894b943d8bb6bae386c46f86e86db671e53bc090956197d +size 575949107 diff --git a/data/part-05544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fc2e72a22f08b60e4a1ed79229be97873b325ed --- /dev/null +++ b/data/part-05544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9699386226d6d23a781cc3e4613bc6d87298873e97bba9fc9ce4bec5f8ab6c77 +size 627961226 diff --git a/data/part-05545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09f5f656912ae778085e88c431b7ebfc5bb815ce --- /dev/null +++ b/data/part-05545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5d06a18563e474e030ba645963b29d5961e813132da0c593365ed33071d4a1 +size 415233162 diff --git a/data/part-05546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..950c739fb2fd8981018ce38c04c99f9f80f65a65 --- /dev/null +++ b/data/part-05546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7753b42e15aeb72b5d6c4398c516eef61719f878bcd172c068e0123b6b3e96 +size 477177084 diff --git a/data/part-05547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0707016dcc4ce6df59fd4d40ca4ae18227e1cd0 --- /dev/null +++ b/data/part-05547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad0bb32b906212fe88557d6e09ee71bfb921c5c1d721bc03a32a7e44fd29c61 +size 537362296 diff --git a/data/part-05548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84d9b813f3c16e17c44363094fb32a39992ded8c --- /dev/null +++ b/data/part-05548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905b55c1ec5fa0f84be8951702f199a949ca3f04cd88ecfd254aa90e32d3fcec +size 485454337 diff --git a/data/part-05549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7a5f6fa4f8a591bbf723679306cb7b2a4bcfe73 --- /dev/null +++ b/data/part-05549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257e1968b8119582fb9a70b55bd4cff5b785eb10295c51d71c1e4c1d79a583bf +size 492912735 diff --git a/data/part-05550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e9da29d97aa6d10f3a46adf392d7aae923edd71 --- /dev/null +++ b/data/part-05550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e44cf911bc64c1d9edd614a75e257d5601be22f176d7ba515bcc083f15b617 +size 519967807 diff --git a/data/part-05551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c87b7ffdc5b6b5fb7dc86fe084234337bb7f6b1 --- /dev/null +++ b/data/part-05551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ff0044332ef90a611e341044aaa5d82e44d377b74d2b5db6abb9d0c05bba21 +size 556130617 diff --git a/data/part-05552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d1f6e5e944656fb671bdcdc30c1b0da2e369121 --- /dev/null +++ b/data/part-05552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a86defd52bd4066fc7f2ff5deba4744be4899e4e39dcabb4cc815b6275c470d +size 407891461 diff --git a/data/part-05553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c1f9cbecc75540704c9ce674b5125a70af7b502 --- /dev/null +++ b/data/part-05553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e941ea4b531c6eab19056c7780a67a94d7d51429db9383ac3b127380520e9140 +size 780197154 diff --git a/data/part-05554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8610f4c3256e32802f03ac52a1e86d9bca4820c9 --- /dev/null +++ b/data/part-05554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c48e9f26c02c23c8e453d2379797539f6179f14ae68db379b8c345de2e8aad7 +size 581200349 diff --git a/data/part-05555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfbd76e647fcae4303d401b2f2524e5417a760f5 --- /dev/null +++ b/data/part-05555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d827b3a60d2b06488aff09de305c616e60f3210d4bfee21f41ccaf75fa34bee +size 467831524 diff --git a/data/part-05556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88374eaac4ec937835987046c18d76e52ce60951 --- /dev/null +++ b/data/part-05556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bf989d640662d0f97ba4ce62a6865906a2c9c72d0707a486ffa7a1958707ce +size 428770900 diff --git a/data/part-05557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98b4471faa7e6801bdd26fb83d1ee5477ba5e0bd --- /dev/null +++ b/data/part-05557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d67ab128d71e8e8d3b7fcb7ce78c34afaf6500481229d594d4d536eaa5708d +size 618940791 diff --git a/data/part-05558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da07a93cbf71abf9a42b30c061cf670f8235cace --- /dev/null +++ b/data/part-05558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e787e7fed02c17934550c1949e763eadb2426a0d6d27b049b5d43f834c523ba7 +size 732975791 diff --git a/data/part-05559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe682581794b2538036c2be9fe84dc847b3fc27b --- /dev/null +++ b/data/part-05559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75876603bfc498f4f8d6b262db8eec261a97865f2b8b4f151c7f2b60e64adb6 +size 546978626 diff --git a/data/part-05560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d24cc98176a9a9aef190dd31beaa1f48f4b6f944 --- /dev/null +++ b/data/part-05560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50dd8a2784579ef48e44114d5e5ac65025c570d1297c4df12559a9c165e4d75e +size 1546947802 diff --git a/data/part-05561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d69c640342c72bc4d7320982e9151e3bc15eea20 --- /dev/null +++ b/data/part-05561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e732f83c49a43fa5e872c145ac39a867b0172616aa9eedd68cc0ad7d6ecd83 +size 393930892 diff --git a/data/part-05562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ee7c152ff29051868b06b8bf344d4662753017e --- /dev/null +++ b/data/part-05562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c4d316c2daf3eaf5f14f753d5aad70a9b9c3f5a466f02433a3ff21313739c9 +size 484249822 diff --git a/data/part-05563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..039fab8280349ab5072d8985eeab19c9e4d4f310 --- /dev/null +++ b/data/part-05563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db9b5c6a23e964947618fab36e89513298eea7177b5dff7f24b725444c783c2 +size 436303609 diff --git a/data/part-05564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b26019a278658bf3fefad6378d49d4e7f974fb5f --- /dev/null +++ b/data/part-05564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8eed3a8f01efe966a71276a0482a59f87500fe24017d061eb778451361b4a8 +size 491894138 diff --git a/data/part-05565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d60884663d965967a491cd0a316a2b0b20da6c7d --- /dev/null +++ b/data/part-05565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ea67d3ab407a9a0dcf06330caa6a8f79843a494cad14811cc4577e12638ba +size 944050567 diff --git a/data/part-05566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82289134ce7157c1e1c8736555b59d58622f4a20 --- /dev/null +++ b/data/part-05566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5317f36b0090eb17b7d8cb87cda964d8c5d16425497f5a28dc151f2a519fc94 +size 680628182 diff --git a/data/part-05567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6be8927d8dfd7b30b9d6f4491f471fbd33049af5 --- /dev/null +++ b/data/part-05567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf22a1b8df18611102f700c2f20cac570e55aa0dc981ce864fedada0986d47b3 +size 474053014 diff --git a/data/part-05568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89b8a9f920f01bb32e2298d43756d5434ec03787 --- /dev/null +++ b/data/part-05568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755150cfc250fde0389bc6e12092b399d530eca8d736d69193284deb86aa6767 +size 667133662 diff --git a/data/part-05569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..452b6680605c194a8c8a5efd9a441214fca90679 --- /dev/null +++ b/data/part-05569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823e7c1af5fec743fbfb8408b85fba103bd78ba02ecbff0152e2e1b120bdc3c4 +size 406454347 diff --git a/data/part-05570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85f64c00f6fe4c64e5f1c52568ffa42fb6f80c63 --- /dev/null +++ b/data/part-05570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cfa6f3d94f49012c3e54a60ca1d9b2f8d5dfd53bbe3f32813f4c2e1f4be3c5 +size 460505095 diff --git a/data/part-05571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7f4b29cad3172904ad8a4b75c8d0cf66c145ac1 --- /dev/null +++ b/data/part-05571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839413ef5efaf3750325ab144fa9fc0d6ccd10f59d085e5e5648509b3e7647a3 +size 658951813 diff --git a/data/part-05572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb71a0db0e2d41f428b9b78bc750a9c1d76f961c --- /dev/null +++ b/data/part-05572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d7a1b2e5dd7dd0b9da5c3c2215c3daeba0f7ba8e2481fa52293cd08a766673 +size 521052874 diff --git a/data/part-05573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0983e55e23ace9721db2bb4a235835256922cca7 --- /dev/null +++ b/data/part-05573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76212e77000e63de84556a921fb2d25e54848f6baeb715677434354d259689ec +size 643558341 diff --git a/data/part-05574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5968c54902b6829dd7f5b09d5a5df1217e42106 --- /dev/null +++ b/data/part-05574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a02e3c9f8b97fbd09d9d5b8f255496ce838a6bcd96248365546600ce473a09 +size 513709132 diff --git a/data/part-05575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..920e0b1e6043516a0b25d21bd1608c96329fd59b --- /dev/null +++ b/data/part-05575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21846d435cf63acb8eb7e3335c7f61825be60e63eb3b4191cc472d4d4a0454d +size 506953586 diff --git a/data/part-05576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef4ededa9f056a34c47356c06fc147120fdfb663 --- /dev/null +++ b/data/part-05576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c242121160609ae12a66c4b4f3314728e0c1bb721b0ae87f6f64ddcf4c32a7f9 +size 548565562 diff --git a/data/part-05577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..829432097969f59c8edd887cd2421b87675bef13 --- /dev/null +++ b/data/part-05577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8602e2a60d4c6ab5055fd2c624b5c9049024a01e056e63645ab6e4eb75324870 +size 400475380 diff --git a/data/part-05578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8722b9737a2da015cec8bc1c4e0adaf9ae903ab7 --- /dev/null +++ b/data/part-05578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65afcd9f4df9cc25979fafb800a993905f194f7c1335eb37114f945cfc833385 +size 592152631 diff --git a/data/part-05579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6488a663748b3f43f01b671b064529d78ec2dab --- /dev/null +++ b/data/part-05579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea331be759b7143bfadf1ed9e3f81d85f967fdc4404cb7dd3020302458b97695 +size 589104908 diff --git a/data/part-05580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3a642e0e6622129a7ee4e98d05ab6c8eff264a3 --- /dev/null +++ b/data/part-05580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffde693ce4fe4e598d61ff36e13fbbc1a2cb271cbb74c428f50c2b46b2cbed7 +size 740937656 diff --git a/data/part-05581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..767cd92e1fa66de4554ef24ad5789b62dfb7fb53 --- /dev/null +++ b/data/part-05581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3c6e5e3b554cd10a4fb79914737ede2abe0790e7a21078bfbcf26a00280a45 +size 491775659 diff --git a/data/part-05582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b7bd23408bd541070ab69aa070176043673d269 --- /dev/null +++ b/data/part-05582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2947e9107016c7853f12fe3e8dc94775433ecd2e9803964f3caf74055c0ebc +size 683957297 diff --git a/data/part-05583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d1701937f74c1d7929d01e3967e8d041faa2665 --- /dev/null +++ b/data/part-05583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1481d01b53a28cb3239490c91ef51999c1cde4478a8d3038908a1418d10975 +size 599436051 diff --git a/data/part-05584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abdac30cf6ee5897a36b90c228969fb2b6457b0e --- /dev/null +++ b/data/part-05584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2dd3954d013edce5e6dfb196dd4d436a8e692baf56b31b58ac2c48e9e9b43f +size 784941995 diff --git a/data/part-05585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89d97525ae5ac60c02f8e4704da501a32bd2fcc4 --- /dev/null +++ b/data/part-05585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac60d5be5eb4acf415e21af947bdd7a82e1377bd49ff5417acf8616a9adaee09 +size 491333537 diff --git a/data/part-05586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ac2f588e4e03169116bea4e85c18e27e0b66267 --- /dev/null +++ b/data/part-05586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd1aeae4f88ed18873c2e7bab8b3d07a1e122fff8a894adff93ef01acec3017 +size 415173817 diff --git a/data/part-05587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..632ef5bde85b0100f3066ec1debd5ce801c2d656 --- /dev/null +++ b/data/part-05587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baefde11326fec6ebd56827e8f03118196db37592bd53e3b2e468ce88bf110b +size 556719262 diff --git a/data/part-05588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c945c662ec29584ca8647447abe084a4d2a61c7c --- /dev/null +++ b/data/part-05588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758769063ddd8beb9adf34efb9b26ee3018985eb4107e58f22009843c4c57f1f +size 525931764 diff --git a/data/part-05589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d1fa076fe527f7ba89f9b088a07b338b0e47bbe --- /dev/null +++ b/data/part-05589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cae82236355f48a43205efa0822cbd5ed4fcc3797e5ed86033b88cca4ff95fc +size 463168905 diff --git a/data/part-05590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bf14564cf144733f77cefa80b4d5742bd1d282f --- /dev/null +++ b/data/part-05590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab6315e933ec9f8f3bc0312b11ae659e648ceec440f75b4db5fe178e212621f +size 598797630 diff --git a/data/part-05591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db4ec5b8ffd5306cd35119ec87ac2e16f2a6818d --- /dev/null +++ b/data/part-05591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5b653bebc8e495cc38f69c63962adf7efd31110eb89a390d41796adac1798a +size 712488282 diff --git a/data/part-05592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bb4d58c793f9c98e28eb3c6e34e46dc4a393e3c --- /dev/null +++ b/data/part-05592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da7f1c95d874c253e6ff227c5994e89655355894f4f100d61132109763cc8c +size 452365482 diff --git a/data/part-05593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d754e89bcdcea628a644a3a1571ff76877a9b732 --- /dev/null +++ b/data/part-05593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e7311aacafee8a658b60d478da7283220495b65550a141c3def9718d10d68a +size 1496232891 diff --git a/data/part-05594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25997338ff39cee600f69260a607ccd41227769e --- /dev/null +++ b/data/part-05594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b92b7535e992b060126fb709523c4018862e813f3e462bc101630c4a8bcd1 +size 643028106 diff --git a/data/part-05595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47e6b63597cc27f1ae105c2efa764e4e7d0aee0f --- /dev/null +++ b/data/part-05595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2e3d3595ec03acab3904a77f82da5a767670fcc5ecdf8d2b354f7f3b919ce9 +size 588167937 diff --git a/data/part-05596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7d4b3882d1f20595daee3e2401bf663607f2b08 --- /dev/null +++ b/data/part-05596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680b128a8dce9af52f067900e430299bfc32a8d87215183fc197f924e5258820 +size 510613222 diff --git a/data/part-05597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eeb384663b788ae257aaa4a6ab38b2319992f436 --- /dev/null +++ b/data/part-05597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5321c1c7427d52607469dfc741c27009abcfc3a97e4cc9b3b714f3fd34ddca27 +size 622755216 diff --git a/data/part-05598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3fe6e893d4d22138bcb08bf756bc5c5db3c2ef9 --- /dev/null +++ b/data/part-05598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac8c09ffd37dafa09ef93fcfdc59279e33ae2ee961c34fcb164ee380ad6983a +size 456460654 diff --git a/data/part-05599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70a95d326958adf42fe02ebfca1fd902eca0f1fc --- /dev/null +++ b/data/part-05599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56d4153d7faf4f840dcbdfe583e922aead0558df7b6f7c39f3b136873e8368b +size 460924534 diff --git a/data/part-05600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e6c712b6e1a904793f9333a33babd4017f9d047 --- /dev/null +++ b/data/part-05600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcebf4195e750cc0333dd03533e10b1874c4651084709fee58295532cfe8317 +size 499162865 diff --git a/data/part-05601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76c4c156b35167fee82fe7b95061bf67f46ee633 --- /dev/null +++ b/data/part-05601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcc257c4dad77e78670e41cf495965857a5e18fb0426074d343611ff06adaa3 +size 983855560 diff --git a/data/part-05602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4473d58d855c1b7addf1b125802c1e68e9e5e49b --- /dev/null +++ b/data/part-05602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06946b3846d3d3276a098b7df5f67f6e6a6932726b1024b2008f8c4d2e05fc4b +size 437967547 diff --git a/data/part-05603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ea97ec1c92d34295c7ab6c7f646953995e7f835 --- /dev/null +++ b/data/part-05603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a945bfb31a146589eb8a85a1315f0dfeed504f57ebc4c6a23058c7f43331634 +size 484707468 diff --git a/data/part-05604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..277594873d37a92f934d82809fecf8800cf1f577 --- /dev/null +++ b/data/part-05604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f985f2ef8153493bae2dfa9721d46448c9fb06b8810ad5312be2be37fcef319 +size 411993073 diff --git a/data/part-05605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..beaba73e4281ebacd5ae75be478221909c49e8bd --- /dev/null +++ b/data/part-05605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b544647eebd6676d11614dc0311e32fd7e036d7a7a5c630a210c55d38efd7b +size 533287872 diff --git a/data/part-05606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3147d60e20d43cb0c200cd3a0dd6a2bbf352565 --- /dev/null +++ b/data/part-05606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb6e50e6caeefae7ccf8a5d29a6e69fa8de3106371ead3c2aa6127a7fdb1b3b +size 613395094 diff --git a/data/part-05607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d29c3ab403ebe776d6f15d1a3f14416f2253bd43 --- /dev/null +++ b/data/part-05607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd05812548eabd88104aeaa216cf6afe0ceb9f816df41613eb7817a924ca4ad4 +size 352184282 diff --git a/data/part-05608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..528c2166cb8019ca1f4c5f64102832bedbd66ee0 --- /dev/null +++ b/data/part-05608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540ba643667e0bdbde06955a532ae1f55e71c17a5ecaa4e8930c2a3193de3fdc +size 749961126 diff --git a/data/part-05609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e98528bb31f7a937a38bd9928d94531b8c0c66bb --- /dev/null +++ b/data/part-05609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1322f2e35d1489b8d7d6fadef8bcb74e323af3bf5eff099a09bf81c0b886942d +size 601741611 diff --git a/data/part-05610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc7c91916afd1f674d90066b42c951379d7a2ae5 --- /dev/null +++ b/data/part-05610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9b1a384a8b4ff2c9efe256395d9ffb485768dc266052b6df0ecb86a20c4e5c +size 376227301 diff --git a/data/part-05611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..770578f405d64f4eaf4c10a18a74c0a0894eab9e --- /dev/null +++ b/data/part-05611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2022f413e3788b34c6d51986080d3b094f1a1a42a06599c010e41149307eb9 +size 485401784 diff --git a/data/part-05612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13d381f1ae7491a99a8b6dc6685d5f95a356c827 --- /dev/null +++ b/data/part-05612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad38965c513794130a37a6784ac93da1c119613e2eac0e50806ba6f495f8a16 +size 553933421 diff --git a/data/part-05613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ffb651f76f97ee3ee2e5a15580ab3bb8e676300 --- /dev/null +++ b/data/part-05613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d363977faf45826c75d409fc7d7dc3c16325ccc72b38e0365a0a8c54a4516e +size 420454901 diff --git a/data/part-05614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8405749b1670a2248a02a866f6f7a6caf2b4f952 --- /dev/null +++ b/data/part-05614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd43b7183b7281ef8e1ded547cb7dd3d90084dd458049a59af083928c069e9c4 +size 745749705 diff --git a/data/part-05615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bf93520c79080146a4eab2968ff96c0005db4c4 --- /dev/null +++ b/data/part-05615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3ba6d59250de63865993e6cb353b73bf2a9320c8d92ca2991d5a33df15e1f8 +size 485655118 diff --git a/data/part-05616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..915b6451d2e028f6ab1d470a945f9f6a06ac67db --- /dev/null +++ b/data/part-05616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8507e75f49bb70e52b80bf754781573532c4c8b4e0bf48ba2ee31425c2a3e273 +size 553066367 diff --git a/data/part-05617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91bb1ed23c3a05a524f4a9239e5a08ca5993791d --- /dev/null +++ b/data/part-05617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3837434950e15d5bef07233720caff72c497d353c23b67ea9a333d2299647ae2 +size 485595096 diff --git a/data/part-05618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f476981c911722327f0a9bcf7e63017001377be1 --- /dev/null +++ b/data/part-05618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7c6d421232abbfc8214a4b1ccfff25a9a9ce2c4302a9f1d4fdde9d4348dcd4 +size 581524061 diff --git a/data/part-05619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f02ce14543aaf8c6a0eeefa50ea74ae82bbf5aea --- /dev/null +++ b/data/part-05619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7979579c566902b8ce43984d6a2c53041d465f87857b6a68a4ea26671d2c19f +size 489205497 diff --git a/data/part-05620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..758d0c99e981abca7856436904f806731bf0811d --- /dev/null +++ b/data/part-05620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031813cd33076b7b71533b985aca31a4194ce18667babddd30cb9dd9c07a90d0 +size 405994559 diff --git a/data/part-05621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3486efd0b9d7dacf15552ac4661300266fb2b27 --- /dev/null +++ b/data/part-05621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592c9bf3144ec388f083e5ab07e6a26cbf1d6f590524f1151506505c27b60c55 +size 695719517 diff --git a/data/part-05622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fac7cbb34b0c48167ee556ace4351421fbf84c94 --- /dev/null +++ b/data/part-05622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d83d7f543eb690215d324c7254b59fef1eaed72b298c70379939431b9513c59 +size 501414856 diff --git a/data/part-05623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46258edc8480d67359629143cac35cec30c1cdca --- /dev/null +++ b/data/part-05623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2405508f0bb3b92ad03b9369324cc3b63e3b601cca09dca3eb10c16b83f81e3 +size 414882388 diff --git a/data/part-05624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e2a24755c30863b0fd0805a0cedc55e3d1d1bc --- /dev/null +++ b/data/part-05624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abff175a7962d17927290f5b5939c7b700e6c494483d7e8899c4f263dbc76f65 +size 506009985 diff --git a/data/part-05625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c01f27a3d90fb434b48d9780f38711e6bd5cd99 --- /dev/null +++ b/data/part-05625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bca68e2d4810fa074253dd1b704a1a82d8c0c543aabe3e4a8e326ddaebd72c3 +size 631484434 diff --git a/data/part-05626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed7ab7fa7711316f00403496d4e9c65c2eca90a6 --- /dev/null +++ b/data/part-05626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ad59f506d429e00b8cc24f30a79716f5eda2caf5e0e4931ab7fd4370111b7c +size 457851815 diff --git a/data/part-05627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2709f09c2df7f4fd87234f40d362b5cc8f2311a5 --- /dev/null +++ b/data/part-05627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afbdc3f46d4ab9a7ee992c1222bec1a3fb09ee05d158c371cb3d94b279bca11 +size 464399465 diff --git a/data/part-05628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd1c8b94ee480daad7e1c3b7d01f957b14a8e9c7 --- /dev/null +++ b/data/part-05628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6f061709a637cda5d772761b9e594fd7be3063c77a18ed5da297e6f68e4ed9 +size 584817107 diff --git a/data/part-05629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb12a2a4b54b8b89bb22f6961e9b39e88019e807 --- /dev/null +++ b/data/part-05629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3b3e3aa858f57c2b7a9e67145664d238da4a0fe76dc4ee896c2a2c8d001532 +size 442408124 diff --git a/data/part-05630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bc7e86122dae554605a2a219ebaa9c41f878b36 --- /dev/null +++ b/data/part-05630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf164b1eaa50a3fe7a9da52a8f8ba2160eaecb80e9400f60f07d18a5d259f5d +size 451557292 diff --git a/data/part-05631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..403d70e77636eb40843b0288e3d741b4f1f569d2 --- /dev/null +++ b/data/part-05631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816e14431670ffb03d8058ff10a1e9aca5f8cd9a436d75d1fb6297db74b3ec99 +size 509321162 diff --git a/data/part-05632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..172c9f900ea41e75aef71bd9b2a0c7feea541471 --- /dev/null +++ b/data/part-05632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5c675c094a7f9ef995e7b4176e4c18e7e8a06f718f561de98a75f3614e0293 +size 963276873 diff --git a/data/part-05633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..805d50656d1c4ed6eb9c2688481991706d338b17 --- /dev/null +++ b/data/part-05633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d1518c372e5d507e7db6a2d6941a3b66160085e11af2ff3bcea94accad2850 +size 637526378 diff --git a/data/part-05634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74e75eaf6a0a0f45728e0dcf3914dec11e4b0447 --- /dev/null +++ b/data/part-05634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc39a5524b51c85021013aa41e67217df61dcd90251633a68d8f613bc150ce2 +size 557064110 diff --git a/data/part-05635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d775a07dcfd58fd5cc2995d4385110a414f52ec --- /dev/null +++ b/data/part-05635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec3413c26919fba591c2fb3d12fdd342fce21ce69b95230c79b48a8599792ad +size 359596177 diff --git a/data/part-05636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f5cd7b9daaab08afcd01bd6b89bda2e0b4b7aaf --- /dev/null +++ b/data/part-05636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc85d44a4ebe1ad8d8744c8cc7dcbdce941f04129ff490816822ffed59a9834 +size 493924668 diff --git a/data/part-05637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cb484badbc19a0475d9ab3e958413578982d002 --- /dev/null +++ b/data/part-05637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98310dc5527d9b02ee486e25a26542ae779b525c84b4aa5fd835beffff99423a +size 417629463 diff --git a/data/part-05638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27578191135878d89ac772156751c4573488ae87 --- /dev/null +++ b/data/part-05638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a44d8da770d76915f992adaa721fff06254b368c77a5468991f576d5c5838f6 +size 481259792 diff --git a/data/part-05639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b8dc78c53f33721a16cdfd52e2c58f0f46af950 --- /dev/null +++ b/data/part-05639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a185160c6ede98c50ad1ad4b5750a32c7285d2b1d486289197308ade68152f0 +size 385657072 diff --git a/data/part-05640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cceb6b74711c1ce1d48bb0505d2f994d470845e9 --- /dev/null +++ b/data/part-05640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b15fe5cb48dc209c3da8faccadf96f342a626e58d7192ad223b1a044da7bc93 +size 568740997 diff --git a/data/part-05641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e67482b3c20f544e694d153136a04b6b148796e --- /dev/null +++ b/data/part-05641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323998b1169c2b2da5350db3ff3d97bdc74769b568485a8c7ae80525fed58bc4 +size 644956923 diff --git a/data/part-05642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72e6115b2500041bdc26466c63e45c8605327a61 --- /dev/null +++ b/data/part-05642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ce4f9fca364c33f73d14c112b8aa954cbf3fbba5286f6e71019ccbf366b5d1 +size 425153429 diff --git a/data/part-05643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad4bc7083f89c7cfa8c2b5ed669ca003acd1372f --- /dev/null +++ b/data/part-05643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4026d2caf27004e7f817b50b7d98825463d4fdf505ac931fd5da6c8e31e2b48 +size 658802086 diff --git a/data/part-05644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c68484c3f08eefe8ea4b31e02acaa0191c40912 --- /dev/null +++ b/data/part-05644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebdf0f007b479bb90a892a6be8e1c9e8c27e00d79d03d4e9340945cfd13c6e8 +size 587505190 diff --git a/data/part-05645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c7f44c99e7bfd3027fbcb57535118499fc9de7d --- /dev/null +++ b/data/part-05645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463010de691f28d9b092b564332b796afb77dcc357c0e5138cbb4067caa06afb +size 502969862 diff --git a/data/part-05646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..091262fe13a95cd6c521afd1d4d71fb7b11d97dd --- /dev/null +++ b/data/part-05646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3aacd363036ce390add03331913e01b7198aa183fb99391695f48faacf6ad3 +size 459640207 diff --git a/data/part-05647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68c0597a267c8adf049342b7f341e33b5bad869a --- /dev/null +++ b/data/part-05647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0fa40ea59fbf89e3621ebd3ebdafd9559655032a5c495ab2c07a006ebfaf2f +size 837748065 diff --git a/data/part-05648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da98c6a8a4b573c9d8598556ea35d17d0cb058df --- /dev/null +++ b/data/part-05648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634a8d84b92b4a6e5aa86a6c635d4bc557cac0243bc19cf9d4df183549a32918 +size 438084947 diff --git a/data/part-05649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..996db3520b4f11035cbc7da9b6efadd9da42c7ce --- /dev/null +++ b/data/part-05649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1347fd4583a65c00d1f7628656137e0809e54f98012c96ad50d0255c30788f59 +size 738126120 diff --git a/data/part-05650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40fead1ad621b73130c112d83e116844b21f86f5 --- /dev/null +++ b/data/part-05650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7350cf36e383762db9b011f87cf64c1872021144457225a6e1b4f1def2a98e31 +size 562268186 diff --git a/data/part-05651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daafeee656d746cba8b6031315d45dc6c76f5f95 --- /dev/null +++ b/data/part-05651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982d901298255f0b4ab027b57f50f983ddcb3a2762a04c86dbe6731860e5206d +size 679952933 diff --git a/data/part-05652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78eeae235128fca7326adf36d1eb221730031e61 --- /dev/null +++ b/data/part-05652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7fd89c0f87dd7816604564502d2c6c56e2b68f16c2902d8d8b0075b28abc6d +size 579684975 diff --git a/data/part-05653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47c8237964036e170238600dee697955e3412816 --- /dev/null +++ b/data/part-05653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b651cf392d23489439c69314382d87b3a6569a8a83c8a701c302d4d6817cfc4d +size 567018947 diff --git a/data/part-05654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3d56549dca5304a45faccbe4a20d008126bb875 --- /dev/null +++ b/data/part-05654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfcf7e50eddba09883213dc0061e1cbf95ec503b9ba0df1b3dd62e01d6eaa1 +size 1170570676 diff --git a/data/part-05655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..704c95ebbf5fca3e48c52b5d7b21d84f3de4b173 --- /dev/null +++ b/data/part-05655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b0200688239cd213d181b8c64f9931d46b6c39d4b8eec38c34fb8b4e395f12 +size 534972215 diff --git a/data/part-05656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eaeca7d02120399a676fec6785465c8a2505803 --- /dev/null +++ b/data/part-05656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a4d025f3807783b02e53019908e72baaa87fedb67ac09e159950d04d7531b +size 616808669 diff --git a/data/part-05657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de0e9ce4467a33ae04ba8297e6f93b7b194acdde --- /dev/null +++ b/data/part-05657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767f0d8f50db651bca9b1163fa2ea416ef77a6e56c65120eadd93db62c257745 +size 515964302 diff --git a/data/part-05658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f75561cac801393e18b6d68773f6c8e18958514 --- /dev/null +++ b/data/part-05658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0865b6b8f0fd74f899cd5508eb390b9076f590a91566e56c79f5783f7a84e932 +size 501891388 diff --git a/data/part-05659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f18996ba572d40b7f65d30adff21774cb6be03aa --- /dev/null +++ b/data/part-05659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cd30edffcd4be230188c492e0e0a4e55337f5c44d9bf24aaa0084c1b2a0d54 +size 538554633 diff --git a/data/part-05660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9643bd759fe6b791e7701a7c6c6a720442e103f9 --- /dev/null +++ b/data/part-05660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583a8a096e67b5ba90383a5ce4600e7301b181b14d1392a21764fad1d46ec825 +size 661740571 diff --git a/data/part-05661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de41056aed017aea7ec9155055588f39a0f080a9 --- /dev/null +++ b/data/part-05661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20143315af896db86cb0d166c0acf72877a9fc9407b31c19ccf42ce8f8773aac +size 557762120 diff --git a/data/part-05662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d2cf143c55120407f0c1eb242cd2ab46e260086 --- /dev/null +++ b/data/part-05662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce58183f33f9f3992e6ad51b30f5103c07771e6d204a3bdc3a25dfaeb6085563 +size 623504537 diff --git a/data/part-05663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d30148d393ea6b6fa6ef8598a41d9d76dae509a8 --- /dev/null +++ b/data/part-05663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b121e8181aab8f2b6a2bcc2e5612850aff89d050b1854cce9c779d89725abe +size 426481985 diff --git a/data/part-05664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b98703b382014de45dea25e0f12fd8579691e967 --- /dev/null +++ b/data/part-05664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aeecf4f0877f1fad2f37f6447e88b1b5338d494033e86f9677c96b9768c43d5 +size 615678535 diff --git a/data/part-05665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3982fefb7623a20c6c624a5ab311c5aba76f7776 --- /dev/null +++ b/data/part-05665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b77e6070673642a6243bb9a7c644df0f5d9319daf667144038ebd74015a7625 +size 601835563 diff --git a/data/part-05666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f683321a429c0a7f37425f72e080bf25a2533c2 --- /dev/null +++ b/data/part-05666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5575b48a6a40930c4c5d94b582ff971cce528c74ab3bd3c7a11af88d05fefe58 +size 729437142 diff --git a/data/part-05667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87844d05526044fd8742daf4e371fbd4f9a0e2cc --- /dev/null +++ b/data/part-05667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c0ab9275e61ec716ebea85954f7c9d62aa3295ad66d97df5bfe3ce44399dfd +size 427331819 diff --git a/data/part-05668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ee2f947364ac79c1c9134a70ef74b7ed568d2b4 --- /dev/null +++ b/data/part-05668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41b45803031558b36814f5073e7017c9cf302feb3b4b7a8e0b4cef473bb3515 +size 550908813 diff --git a/data/part-05669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3478beec3b7ee5b5cd51cab1d0448d647f2d8ad1 --- /dev/null +++ b/data/part-05669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0404520b76d43443d602d53e5c0c33a22d1bbac1dd28deed5cf855cda8f804 +size 513671813 diff --git a/data/part-05670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d9519a5f663d90331f9901acf45094253748d5e --- /dev/null +++ b/data/part-05670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de6e03c2c448be9444fd86755a52dfbde28767c07251b9a6bcd5e5aa72fe25f +size 844441676 diff --git a/data/part-05671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17b4b1df5866458c858247fb6b1e0dfbf2c6ca98 --- /dev/null +++ b/data/part-05671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa5bde0d2e9b5d00b686e006c25a401f119ed7d9c5c95f374453107c72d358a +size 572560636 diff --git a/data/part-05672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04bfce255544f42323eaee6b5dbab37efc6e1011 --- /dev/null +++ b/data/part-05672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe28576b2c53d27ed463b6055571633c8b33a7ed207edb5947bc96004c473e1 +size 1028741683 diff --git a/data/part-05673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8742c39950dfb429c2d1b42a523ff68aeb789f26 --- /dev/null +++ b/data/part-05673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bd454475bad50d0b8ef218e5a4ee8bf8144d1d4422dc9f7bc8188f74578031 +size 471943727 diff --git a/data/part-05674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5344cbba8ffd127013fa479327daa3774a1f10b5 --- /dev/null +++ b/data/part-05674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d4bff784f11c3fa6d14dcb3c1f71c0648f0cb9e9719632b02ec85ad27079e9 +size 556658629 diff --git a/data/part-05675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4e8ce2ea2da01a564a6b7920be6c44993ed132e --- /dev/null +++ b/data/part-05675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b83eb7577ac3add860a8494d44a53f1e63eb087ac0e5ca43a9b38e7498cedd +size 480966248 diff --git a/data/part-05676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b84388e7c6867b859fc43948a146b3bdec37ad8 --- /dev/null +++ b/data/part-05676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9b758e25433f7094bef09279756f8d77c7434e6616c9c94335bc404f829f44 +size 452975618 diff --git a/data/part-05677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0fae7bcb71dca75ecb4e7ba8c087ef5b8ec35d2 --- /dev/null +++ b/data/part-05677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c30e43ba1c68abc1e68047c0a27d68b630737a6be5576dd8191680ccebbd0a1 +size 640509469 diff --git a/data/part-05678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f91ca2d62febfe0121a99dbeb2db4acafbc6e55b --- /dev/null +++ b/data/part-05678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a38cceff224106c575dd77f53067de02258d75c4175bd9e40508808f08a6a3a +size 435693169 diff --git a/data/part-05679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60ff9d4f99525efd165ec67197ec44f1f7103c2b --- /dev/null +++ b/data/part-05679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859d06cf1f6c3f434c6fb26e920ac8098f7c2b34ae5171a4f08ae179fc893a63 +size 1090416365 diff --git a/data/part-05680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a7c6c4c8a1ad3573e7fdb1870c15e018bfc4301 --- /dev/null +++ b/data/part-05680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8089970f1cfbeec482b42afccad0f8d53904ee4d20c8dcc5abae1363b2b5c72 +size 404093851 diff --git a/data/part-05681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aae7d471c793ea4551008198d4db4580abcd9044 --- /dev/null +++ b/data/part-05681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df11e5bf173f58aa7b9e9e009bdc662f13a325d7adf1ea39e63ffc624778d80 +size 609318420 diff --git a/data/part-05682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4fc53e5d381eea25ecd5c9cda158c0dbe4e11ed --- /dev/null +++ b/data/part-05682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60489a59f76daeaf2575858aaff2d19619060a827d98f059936221c9106ac1b9 +size 696418734 diff --git a/data/part-05683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9da40e617b8a3ef3a355267c7be9d171cb7c80e --- /dev/null +++ b/data/part-05683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea163fa8845570b7982c49d45c15a2d85dd1d8d3c297403b140aa783434bb78 +size 465572212 diff --git a/data/part-05684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a141422805a16822baf5053d8f935c7908296a7 --- /dev/null +++ b/data/part-05684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c47ab8a7cc3bb999207ed5357f03ff8fbbac6eb3f527d842842a359168d47cb +size 688723394 diff --git a/data/part-05685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb54de5356556e486eb1ea7b2fc5c2589077f74d --- /dev/null +++ b/data/part-05685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0c5f63bc93ba8dfa06f28a9ac814a41407e27e83726d8380466eaef2c70890 +size 516941735 diff --git a/data/part-05686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c5a03b56635923798ec3b8976daa6bc2c34f66d --- /dev/null +++ b/data/part-05686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78df943e4c8bcb870fadc433875b6a39cd4ab371b628ab6a90224aa44db3112 +size 432258717 diff --git a/data/part-05687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3eca5c0f8b246fec4eb96a6f9aeddbb551aa0ab1 --- /dev/null +++ b/data/part-05687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2495f3ab737c1a01aaeb88f467f93eb8d39537b2a62abc94ef14dd8f6c1f883 +size 930420526 diff --git a/data/part-05688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0744df41f204b682406f74378c7f41206b9562c --- /dev/null +++ b/data/part-05688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadc229f0a27b62d276e3acc5764a4e06d68e3c5484d6bf62f85a3efc28488a1 +size 627367035 diff --git a/data/part-05689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3b8cead07ce5345c859377709076f0ffd222cf1 --- /dev/null +++ b/data/part-05689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e7d1c8e6793c203d7907deafb9d2bc2aefb15c14d148b686a8f9ba3891cedc +size 594963658 diff --git a/data/part-05690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14c744a8e00a25c96076d8c98ee91a79c2e69b41 --- /dev/null +++ b/data/part-05690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68d0c7326420ce0d05c283b8cd8e229e506d1c78a738a528a3ab18a65b3da31 +size 501309540 diff --git a/data/part-05691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8b9b1b22e1523258bd855a7e42c9741faec5675 --- /dev/null +++ b/data/part-05691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863f8df8f6284f6db541dca12a7cb2637e13b969693dee1fa8fb5af78adb2b1c +size 530309235 diff --git a/data/part-05692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..865aafac94dcd736d19dd936e62a5a339879e6b1 --- /dev/null +++ b/data/part-05692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec0fa0bc1c18c03ec5e4a2ca64277d12828d3ef0aed30c1a07fca9f7bb16ab5 +size 484184177 diff --git a/data/part-05693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40040023db56e240f23d63ced259ad6aafa7f69e --- /dev/null +++ b/data/part-05693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6451413fc0b1a3bf962c01d88bf1d46293d6a4cdcba632188f9e7d8438e6253 +size 567737982 diff --git a/data/part-05694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12f152bb17217990ecd597ea6d15ededbe5dc8f8 --- /dev/null +++ b/data/part-05694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b08939daa7f8529ad4b64d792bfc275d0fa2557c0abbccf5d6e0cce5c42f26 +size 439464150 diff --git a/data/part-05695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a17dee6646e1909847dfd22b9f057dc7744ad9 --- /dev/null +++ b/data/part-05695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6c3a36df915057b14025319164884eb2b5a19c79cae6b3fb76c082fb692963 +size 796852536 diff --git a/data/part-05696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..502b368ef311b2e03cfaae5b5d406535cdad15d6 --- /dev/null +++ b/data/part-05696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237f9c1cc14d04c56eb1ee7b9da583492f659e173a73bcf853cf8d59421ac175 +size 423729493 diff --git a/data/part-05697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..943681419e41593db914f1d9845196c55379eb80 --- /dev/null +++ b/data/part-05697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84362abe2bf5930cef4f9e2da89041cb407c2dc1d11ae1df973608b0d13cbeb7 +size 804425721 diff --git a/data/part-05698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f9356af8c800f6bdcc95a084f8d35af8cd2381a --- /dev/null +++ b/data/part-05698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176016d8adc35e81ee9082b68f7154feed07b05a87524ae025a8ec7271b01e13 +size 487079508 diff --git a/data/part-05699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21cf0170dd1c0021503c020c38deca30d5aa4590 --- /dev/null +++ b/data/part-05699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b064497db0403a210bec4158b60ff99d78a15f97468fda9ef472d87a7d7bf82 +size 414687079 diff --git a/data/part-05700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..916a09f8ef0fff677424947576fce3a952495de4 --- /dev/null +++ b/data/part-05700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef168caf51f3306d14c6200f1df572fb6382495f4eef6898ec48efc25c66e592 +size 513902955 diff --git a/data/part-05701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7307190ab969ef273e025d21323a53c092996d5c --- /dev/null +++ b/data/part-05701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdccb13177a753f594f7614cc2ad84a90262ea873acbf7e2f4ebeff9bbb8d80 +size 437007350 diff --git a/data/part-05702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1edc6fc0ef00e7635f21ffbc8835bdc23b87b866 --- /dev/null +++ b/data/part-05702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064f13a1fb2044c2a3fb9613e8d97f75c97e36c72c5e8e3d8f753f663cb5039b +size 461437959 diff --git a/data/part-05703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d02b2769a2f89efb20518aea46209db66d23d490 --- /dev/null +++ b/data/part-05703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6483766a67d2f14a1710880e668de41d2cb297429ba356f98f48b3398cc92613 +size 483520733 diff --git a/data/part-05704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d44465b5e23aa8c8a8616f14a99ed2b1c0944637 --- /dev/null +++ b/data/part-05704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43e1f95c55ecccc95c1d631dd1eee6945e42bfa89fc51f26a68010b483fe2b5 +size 592110076 diff --git a/data/part-05705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffac41fcbc56b39ac8f0760ac99f2918b92d05fd --- /dev/null +++ b/data/part-05705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bc14dd08f039faef19030f32fabd64830ad9928deb719c262f35005ecb2814 +size 580245423 diff --git a/data/part-05706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5901c52cf180c70baa360b5fa47793cac6687567 --- /dev/null +++ b/data/part-05706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7947ead60c50622faaf4ee96657ed63df82be49b9970fb7ae5371000910260c5 +size 424929143 diff --git a/data/part-05707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a352e4ce5f2061a3b9dae577946bec5b915d10f --- /dev/null +++ b/data/part-05707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb0341cff3f005733ecebd20646153936c7be4eadf5ebc4ea03bd755825313c +size 568955216 diff --git a/data/part-05708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21e2272b4e0c0dbdb5c83e12b63f4a5e39412687 --- /dev/null +++ b/data/part-05708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa01ecbf277157659f7d94d8e744afb523fc7292bb89249fe4689049f2ec2077 +size 570591912 diff --git a/data/part-05709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5c3ffcfa34cea9906dbe9738a6a788a4671e6ca --- /dev/null +++ b/data/part-05709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8206bcfe65d900299ae056c9cb6e81939eb868186ab36e98f94087f35ddf0e87 +size 437327384 diff --git a/data/part-05710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f201244eb597c455d6366b7b1b5b44d1562c1dc6 --- /dev/null +++ b/data/part-05710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66902733fd28bafe418e25870591a96b07bd57a5a364865cd509737e9f50230d +size 421303990 diff --git a/data/part-05711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..024fe30b245a4e181e08f7d1fca540d470fffb53 --- /dev/null +++ b/data/part-05711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a94a222779715e86984acf1ee4d904c753b56e95da6d6ca78e8eb4b570d0574 +size 1038306310 diff --git a/data/part-05712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de0e62bf7aad3dc5a8733103f05825f31bb7a5cd --- /dev/null +++ b/data/part-05712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab41fc6ece11d771eb1247474740b541740e496c66d18459f9378f4f3754353 +size 581358674 diff --git a/data/part-05713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cbdf34f768d4d3f230d23fcbeba2a73ac846598 --- /dev/null +++ b/data/part-05713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223016333167daa3690a890afc7fc60f88a47982f86a61912a59bdab1ef35b36 +size 459765492 diff --git a/data/part-05714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d078673f797a0c48db58521f3984644fc6431b8 --- /dev/null +++ b/data/part-05714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9fdeaf30b31d72ca5bef0ce3afdd4836556a47b0204554e62a902ff92a2361 +size 1354111528 diff --git a/data/part-05715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63a5db05897ab25dd59505d5593248e0a2371006 --- /dev/null +++ b/data/part-05715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be6232283394f3bbf43cef7ad878cb6303222b152d5ceab20af509c75db538e +size 1132041735 diff --git a/data/part-05716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8b178295accc9d2c28904929b2277f0f45511ff --- /dev/null +++ b/data/part-05716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cb96e790bdc965a6220643347770ed61d06882af723bd6f6e198a81795e231 +size 647206222 diff --git a/data/part-05717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57a7079e22194fc00d176390b7bc90d34c59d65a --- /dev/null +++ b/data/part-05717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f1a1d332dfa3e566e8350ae2aa07209884987f26c83a8607cd6670c6c20617 +size 558739114 diff --git a/data/part-05718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d858486b63c20ac95599f61f167c62c3ccd00f62 --- /dev/null +++ b/data/part-05718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95056c48fe0e2fad857371debe9540e16c46834d5ae5431679b529b7eb7493cd +size 434607499 diff --git a/data/part-05719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ba512cc45cf204f3b3025296284b838c993b924 --- /dev/null +++ b/data/part-05719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c8fe4275f74296198075804ae1ed9bcb0e539492bb6a919cf789acce131abf +size 451152465 diff --git a/data/part-05720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d70d847fdb3bbd1c20e0c79f39dd02875b536bcb --- /dev/null +++ b/data/part-05720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883a23673f98fdd3a6dab1d031ef913d145a25f7037980728bf1099cdfeb7794 +size 436922711 diff --git a/data/part-05721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5eb50ec14bdd8dad35ca0d9f6084226d43614909 --- /dev/null +++ b/data/part-05721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef9ab67d2a35cefe4b5070c02116458f586d761b7a34e4cb83f5317dbf3bc95 +size 585581849 diff --git a/data/part-05722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8ccf5ca09dd0014a2466376b22828f733cc450c --- /dev/null +++ b/data/part-05722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efef2c7494a032cba3a743c941fc17a6505028198361ed5734b0af8ce40144fc +size 541623974 diff --git a/data/part-05723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f114c6a75cc4320878ddd652681ed8e17a1738fc --- /dev/null +++ b/data/part-05723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991a57605ed94120157550fff53ed0e7eadcff58f1020e40032497f959a88ef9 +size 566219931 diff --git a/data/part-05724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af29a2c52b3129a491f95a2cb9bdbe04b038ba17 --- /dev/null +++ b/data/part-05724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95041ba30673e862b41eed0f49088bc0bb850392752d14589ef1a0fd58b07fd1 +size 407465291 diff --git a/data/part-05725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..302a79000d94497621d63b0aa56c9001c2675359 --- /dev/null +++ b/data/part-05725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44764bf98c73f58170ab295c5eeb36c6f1b4e418d9970d53f8ec00d1457388eb +size 511457197 diff --git a/data/part-05726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a0fa91851fa6d1834291ebb2ec1b7610ceee157 --- /dev/null +++ b/data/part-05726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa1d571e3139955263ca7c0d485bab365ac43e2391595602eddc9fd9f3ea41b +size 465810431 diff --git a/data/part-05727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10b2ae4f6e76829558c35c0d715722009be72c75 --- /dev/null +++ b/data/part-05727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3deea27db83c79a2aa72ce5f06e016f9c0573efbc566b65a00c89dd6f499791 +size 392750398 diff --git a/data/part-05728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be3486ff27c1592463b950946c824c82c20bb680 --- /dev/null +++ b/data/part-05728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2d36aa5e63524954c2380160c64718ea7a2f449f5f434f084d3680b511e2bb +size 517924653 diff --git a/data/part-05729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70c2446b9961eef5858a5846311b9595040a4350 --- /dev/null +++ b/data/part-05729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a67f24786bf561b2e9943ea0aac7b32f5ae8eba5394c552b7623e99e4c8e83 +size 469239917 diff --git a/data/part-05730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..560ad861f08a0a2c0317c929bdaa1b9406f83894 --- /dev/null +++ b/data/part-05730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35398fe07f956ea0dc66cef395b00abe5f9d6526b26aebc5363f2a3b0ab03b09 +size 431329640 diff --git a/data/part-05731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdf7587e009f9a2370996b81c2dda9bc829fba5e --- /dev/null +++ b/data/part-05731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f7dd0a657ca3fd6895f2fcda3d296c30fbfe1cc43c0aa6891988432044ecc8 +size 576485715 diff --git a/data/part-05732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb1c9ce96f5f3f0508e26237c1ae3cf604ec8527 --- /dev/null +++ b/data/part-05732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db2eab43ad954ecfc08462ea49cb39ae3d6272fb9512da44e43cab5936809da +size 485032038 diff --git a/data/part-05733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3452411613816b931a613ef4e11c1ab217cf59d5 --- /dev/null +++ b/data/part-05733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7064dd498d8da399b23ba20f3b8eb5fbade0ea2cdba211fa961df4d87487af +size 432907765 diff --git a/data/part-05734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66c2347c7d6d3e027d8112e9e4dd5cace12ded62 --- /dev/null +++ b/data/part-05734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90531a1167772c77d9352b23741e17315a2c7a5f5aff759285a40cb9e491145 +size 504193328 diff --git a/data/part-05735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be51e986f9cc288a9f9f07e93d1acb9ed3070403 --- /dev/null +++ b/data/part-05735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589f508a1c77e1280bfb088a68ed1df742438ce863e7dc0fd764843f943d9f6c +size 576196633 diff --git a/data/part-05736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a59e635c0b1cb57744c13db8876c9b8e62a272cf --- /dev/null +++ b/data/part-05736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a06f6359490e6c76b6a99cce41b5748abe1195a831c9ccc44a5facbcb5fc81 +size 383745725 diff --git a/data/part-05737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fbdf226161a695e4ed506ca46a58a3f97aedbfb --- /dev/null +++ b/data/part-05737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd097397ca518f71938a9b8a4a6a4107fe3d5f83f3147851d12c94e97ddc0ba8 +size 561741204 diff --git a/data/part-05738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39e3418ff0799be6a27b33aed6be09dd2f3fec02 --- /dev/null +++ b/data/part-05738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074b073203181780309b7252fbb79e813158dc9c7a627eeb362eaa273815616d +size 468357231 diff --git a/data/part-05739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9282f3fab0bc92825ca9c5ede638bf03d70d2a01 --- /dev/null +++ b/data/part-05739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aca7a49da7a2621e55308b8005342ad17c2a4580d22f69ef06458f4af77ad49 +size 467362227 diff --git a/data/part-05740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de6cf1108359867293277b3d2e3a289bb9bbf558 --- /dev/null +++ b/data/part-05740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8355944ef1698c4879599d8e78370abd47560624b8ab81646b88a9c33ea569f2 +size 700459010 diff --git a/data/part-05741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46f8d9844ba706dcfa16383405ef74389dae63cd --- /dev/null +++ b/data/part-05741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b3c3cf1fb81b07c27e1ed962758a8930d6455bd14b85b60268d12b10f8a63a +size 684725169 diff --git a/data/part-05742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0dc173f73bd1625007e54664c2e71f622432931 --- /dev/null +++ b/data/part-05742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec2364ca178597093a02d14574c98a3dd5e57fee613753886299013f760f5cb +size 514481166 diff --git a/data/part-05743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8170dc0f4ce586513d4c61fdadd782845d2dc4dd --- /dev/null +++ b/data/part-05743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf7e16bf615dff8bc6e28219f311dafec766dbd819281ce9d22d4d800cbd9e8 +size 423127932 diff --git a/data/part-05744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97771eb8049f2bb908bbfe8892dae5373127d497 --- /dev/null +++ b/data/part-05744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fdcff862af907a0246011c0c947fd7ed5bad5c69166e706693daf91b5c2932 +size 593416670 diff --git a/data/part-05745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5375b0a8a97025599ca8112f39be338ef7a46bf --- /dev/null +++ b/data/part-05745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db3983eabf3bd77c280c04e27bb43e423a5d538114f126b55f94d0946589e50 +size 499272322 diff --git a/data/part-05746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ddcd2edfe02886a348caa3b577137da90041d50 --- /dev/null +++ b/data/part-05746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ba1ed552ce765d995bf95038fe02a7b3f22809722a97603bc8dc6d385192fd +size 1595305670 diff --git a/data/part-05747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41a077cd77a26671c8c8d8aede84c4e1d37318b3 --- /dev/null +++ b/data/part-05747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cd3551ec95356ae8020ec6fcfc12d5493dbccf734ae75e3fa274f80c692486 +size 510177415 diff --git a/data/part-05748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32678e76870374f49cb38df6e650a894927e960e --- /dev/null +++ b/data/part-05748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57029bc071e9b4626fbd9398290fcb96d8055d38980cda0f71682f70ea483f53 +size 442350037 diff --git a/data/part-05749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..686a95677a62d071a46f5e1148985e7531a90415 --- /dev/null +++ b/data/part-05749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f867aefc0c4c99f143cec3d8c6959199f6e60b26315e1a5730efcd0ef11870 +size 468129033 diff --git a/data/part-05750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9140bb6dcb8d41c99604e619f17cd659a5440f62 --- /dev/null +++ b/data/part-05750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f851eb3e33440cc06089da5b3cc09d7f9c974ebda31c94be676fe3329b9e088 +size 601002534 diff --git a/data/part-05751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fce4cc5a701476372e4c3fbd3995d6346b4df789 --- /dev/null +++ b/data/part-05751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5326846cd0485d94e163c67080fe3a7b173cb8a615b98292971bbd3d4cb7d444 +size 437948390 diff --git a/data/part-05752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a74d24d24f3e555663aa47274aa563f291f8ca6 --- /dev/null +++ b/data/part-05752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addd5c7fc0970351c2b5db78a149516a47e4e9194713e285fe5a981457687f4d +size 459433744 diff --git a/data/part-05753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0839ae9d8f4602f6ccbaed85c3b61b6664edc3b --- /dev/null +++ b/data/part-05753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90bc6425736756f0040c74c946060a3deb6c2649c5f0f82b6ae6bd9cda276f1 +size 518997012 diff --git a/data/part-05754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35573ea47bc82f55e2894564f2f5c1798ad1887a --- /dev/null +++ b/data/part-05754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769f2f3884776679acba38d59b563a5dd3c917f0292c7a091fe93b8ca9f240f6 +size 651735126 diff --git a/data/part-05755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be31e6808d7ecba04c7e3d70346b1a618a68ad92 --- /dev/null +++ b/data/part-05755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66de307cc60d930d96aa98748b8cbe28ef5aa109406a498cd0ce42e2cefa1be9 +size 644519698 diff --git a/data/part-05756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b219056e4900f7978e6a633807ad43d3fe43df60 --- /dev/null +++ b/data/part-05756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d9ad6f44d8cc9527df98f9f9266e6a1b3b3ea57378d253ac22a0c09a3bd97 +size 436708171 diff --git a/data/part-05757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8362f2d3d4a683b89a93bffacc4b9b1e68f50c54 --- /dev/null +++ b/data/part-05757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7d3835f7fb9c4d6f15978277c474343efffaf4bd1ba1641203184d146eafc3 +size 916325890 diff --git a/data/part-05758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe83151160bac7c357d9afff7e052313e6295022 --- /dev/null +++ b/data/part-05758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b43b7b67f4b9fbb7af1c1ef99aa7827f93b5ebbc0ebaaede8682bd2747cc02 +size 456195285 diff --git a/data/part-05759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9242cc3c07f879430a75ebd4688859067cb9d3a0 --- /dev/null +++ b/data/part-05759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b3ebbf98cb2c3af63f785f749ec66a4ef10c3f705b8a88ee2c331a2ae28335 +size 457389629 diff --git a/data/part-05760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fdf863a1c4898afbe69f17a4cb4c3b9e9333366 --- /dev/null +++ b/data/part-05760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18816b3d3dddffec9fa45fe51816ef73cdfeceda6a784d31077a396c8754dd7d +size 525951638 diff --git a/data/part-05761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e19087c99dea93e8c20ba884fd4b4163014de94 --- /dev/null +++ b/data/part-05761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61ec21e3d0626b206695bf22c02493b7a81293892d8bdb73f99a8e55cf4f599 +size 684382591 diff --git a/data/part-05762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..269a2d5325eb5988755cadd4d5af927ea1bf00f1 --- /dev/null +++ b/data/part-05762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438a9880a893771cfa511741555fb4e30dd81b54d061819412ade5e8d9af3597 +size 551849881 diff --git a/data/part-05763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ce3bef4c3785d69d78d1cd56c6b1d40394884bf --- /dev/null +++ b/data/part-05763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea7c0a2af68b8747485fcf0b3fac116509b548f87ce023f406c1731fe2ee316 +size 458642878 diff --git a/data/part-05764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5feb1f5c8fcc987c99589f376727d0779ed8567f --- /dev/null +++ b/data/part-05764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1244f0adb116a8c8a91099a8681c69b1ef47cdbbdf3ebb44cad2966dfa8ef5b2 +size 460886114 diff --git a/data/part-05765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f19b1bf18969dedd649b890fb73c93b2f15d8ad2 --- /dev/null +++ b/data/part-05765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c21a87d00544f3e4ed7aafadbc07c870b35314f794c994c9d29d94dfeb6681 +size 542068959 diff --git a/data/part-05766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02d859a5fd1837c78b66a42604c3dc1f703d2af3 --- /dev/null +++ b/data/part-05766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b845d98a93d57e915b1a40bff225b11e602e915441c5e4d24c8b3b60df97b07 +size 568633382 diff --git a/data/part-05767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddc01bd61e68914479e5eff9a3f8104b96770b7c --- /dev/null +++ b/data/part-05767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2158fefa110a22b96792e449c5f4527e1854aa4e28124a157fb3e039aef4dc61 +size 608774779 diff --git a/data/part-05768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4983651e0044db617d1d96fcd9ba151898990134 --- /dev/null +++ b/data/part-05768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e7dc840e68fc021858feaecbb0beea2e32fe69ddc08f2a1da7bdd2c358baae +size 483655488 diff --git a/data/part-05769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fe4f9d276f0c3e0f4a37c4ce454081d8e5d1c67 --- /dev/null +++ b/data/part-05769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8000be6881c82482f0ddeb7c6ed876315326fe2b297cfc68b135c2bd885c37e9 +size 665267318 diff --git a/data/part-05770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c5e4a1224b7112a4eac2f6914d32de40b3b9bfe --- /dev/null +++ b/data/part-05770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19148a1ac29b2b4f8fd96e42cf9fa1018d5531c3e4574740552d5c35e2fcbda +size 455879541 diff --git a/data/part-05771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..283e3c77ab8fc7066efbef21b23a30c2fe81aa81 --- /dev/null +++ b/data/part-05771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a22da9e265bc0b4ae725931335830ca49eca1e1aa35553853d88868df26cfd +size 517731237 diff --git a/data/part-05772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a34ecb6979bc6e05ba099d759c2e0111e9e127c --- /dev/null +++ b/data/part-05772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1b53bc0a51b0bb8ada4e6f51dd2f8bafbca6fab41dffa9364f1c539818902c +size 677745380 diff --git a/data/part-05773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e643c80d2223e13daf74a2ef2d37ed9ce18787dd --- /dev/null +++ b/data/part-05773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3623254f4b043e49f1d26849467b2a9a397057fde01faafeeb4ad23090378a +size 680779295 diff --git a/data/part-05774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6163386dfda00a7ff57b56af068c0bd272020017 --- /dev/null +++ b/data/part-05774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140343202ddcce12f3e1de0dae8bba3c47af6d2265c9d2163f1e29a38a938ce6 +size 493767150 diff --git a/data/part-05775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..522e621200302d47f6409c6f3f73d64c9bae90b9 --- /dev/null +++ b/data/part-05775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2544f6869f96566b7453c4f3cfa9d75e4f7166b1055f634a0b1421dd8d779802 +size 605120064 diff --git a/data/part-05776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf9fedc2333c892194c54aed3ec59c5cafc56276 --- /dev/null +++ b/data/part-05776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7288504840c2a4f2c1896ba9913bf103f371b0d3e29e3c7c92d6147fec690997 +size 412265900 diff --git a/data/part-05777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca175de725b35e8682d87c4e8e5b1c76764a0c84 --- /dev/null +++ b/data/part-05777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b67b788cd751623c56a3168b888c1bfa6909cf6389bd0f75fc3d00ae81c5956 +size 802806008 diff --git a/data/part-05778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b98d201f74fc00d5738fe05c8b4340d261bfd80d --- /dev/null +++ b/data/part-05778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824328700425ca63a5c315acd24bec22ec69767a0bbefa9c240ae45c69c0c358 +size 695748343 diff --git a/data/part-05779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d11e3c59935cb1675946afeaa23175536ab307b --- /dev/null +++ b/data/part-05779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016fa50596ae2cea1e1c07f7ac2c45ecd7f655e015d7a3f10aa87d18525f606e +size 378469708 diff --git a/data/part-05780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8b7aeb9166ba12c54bd146d3fb1145045880cca --- /dev/null +++ b/data/part-05780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a7dccadb2bd6a03869c40a5982f044fb26eab82d92cab3dd2177cedb7e28bc +size 550860320 diff --git a/data/part-05781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76a09e3dd600f7b1c425a37d568ee2ab9c640d85 --- /dev/null +++ b/data/part-05781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30b113ed59fbdb8dd1a79673559a847741e4c861fd36d9d94928f2861bd3f9a +size 505984815 diff --git a/data/part-05782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ed73eb6dd94ec57bcbdc328ded346184cf63c37 --- /dev/null +++ b/data/part-05782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f845eac2a177f0e16e519b32feb46752e6c81c91cb315bc8245907d544237040 +size 862938749 diff --git a/data/part-05783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21430679b649574a42de9ab49f55a4a7cab9a42f --- /dev/null +++ b/data/part-05783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842223d53c9e939d6289f930a6807af46b4e8632bb0c889807233f9b5b0aff1d +size 542488285 diff --git a/data/part-05784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82dad5f3add08efcc49a9fb4d3e0b9320ef6cb27 --- /dev/null +++ b/data/part-05784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a57bc138051ade5f68fed42f274eb017059471011f8dbb1ac5d8a5f35c8417 +size 477264350 diff --git a/data/part-05785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..084cfbc12a466cdd220d98ae48b48d4dc0537b61 --- /dev/null +++ b/data/part-05785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b34c8d5ac80def50a71b37a35154467e93c300cfc9b14e462c9579fc58f1265 +size 742382316 diff --git a/data/part-05786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..166753733f98c53db57298cf0aeaab466d6a5671 --- /dev/null +++ b/data/part-05786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d77fdb747888586d7c786614a446ccb01c4c8563ad7f03419782e404066120f +size 422451872 diff --git a/data/part-05787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58c2747977a51362c4cc0b8706da403b53c84348 --- /dev/null +++ b/data/part-05787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebc1ddded7f884c3e9dc1c645842bc408948cc470f9df074450b940625973f2 +size 431108868 diff --git a/data/part-05788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74ce37c1c4eb22a16cac1f03b64f0cc8445bf738 --- /dev/null +++ b/data/part-05788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ae0d2daf53570b4633cd485d4386534188964a7f53c7043052256f38f2bc47 +size 472762357 diff --git a/data/part-05789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23da796054992f67f7d6837464e2f9733667f988 --- /dev/null +++ b/data/part-05789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2834974282ff18fa99a89ad60d5bff00e1d5f86ec8491d42f82cc044e79fce +size 500490382 diff --git a/data/part-05790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8af191f5a6a6cbb8ede894c6b8b7e22c95a1df0d --- /dev/null +++ b/data/part-05790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e7dc667e6e4ed7e123c999552e94d0a1498ad04d883571610ec55e75403514 +size 406263718 diff --git a/data/part-05791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d7c14cf880a10d4e8a32e2b23aae5d7f8b8a5b9 --- /dev/null +++ b/data/part-05791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd254d9658819105c2d7798fbd5ad3a4dd1ccbf1dcfa18d39a7a600b1e69d9fd +size 594769023 diff --git a/data/part-05792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1313eb8cff6bb42548758bd24ddecf900e7f713a --- /dev/null +++ b/data/part-05792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72792d613d8cf0442644d494edbd0eb8eb2e2514752e44d85899f5e1cc62bc6e +size 517279757 diff --git a/data/part-05793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ab2b70818bebcd4a3fb2ff32297f457c130c55b --- /dev/null +++ b/data/part-05793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfcc400db101c9ee26c52b7998af566b35b959696400fbe0f2173e3bd81a0db +size 619273493 diff --git a/data/part-05794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffdfd1404277409a1be41a7243fa4dc3fce3f191 --- /dev/null +++ b/data/part-05794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c52ab80af94d660e680c0f7d3672e6be876ed7fb08c24c7c7c42617c996af3e +size 512128554 diff --git a/data/part-05795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bcd605c192726fb6fb56f8daed9b643508257a8 --- /dev/null +++ b/data/part-05795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d966196ddbf14a651d82c0f4d7589aa7173c46ebaadc66529aa2c3fc7e8b47 +size 549762813 diff --git a/data/part-05796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8c7a3833fdf66e2d5554b291796e1332ba2f778 --- /dev/null +++ b/data/part-05796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2b16a053419c1e9a1cd4ec2ad9dc2ec5e815ee7653f2925c94065887f20d1 +size 555528305 diff --git a/data/part-05797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4775543863fde6629267d591d1e5219dbfe9bacf --- /dev/null +++ b/data/part-05797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ee9fdbb4c7f5f8b109c6f7c576319f7e9a6abd4a805b78d1ef9bc51bac5836 +size 393251710 diff --git a/data/part-05798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70db549cf0203b8995933d15cf065c204fbc9d87 --- /dev/null +++ b/data/part-05798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf8c8b6314f7db8a01051025509926af9928cb6cac6fe7f2eb41b04381bb5cb +size 436961025 diff --git a/data/part-05799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7720dcdc12f4c124d5f854ae9718d2f6ab8d50ad --- /dev/null +++ b/data/part-05799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242b31e5f16c8dedc3701cc948a147f53409d286d75491b63f39e85e6a0ea917 +size 442896178 diff --git a/data/part-05800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bee490402221082ab3d013acfb728aad4c3ab19 --- /dev/null +++ b/data/part-05800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18bda64a06be94ef6195e57f83f4421aaa0432c8b6af6586568f4a9cfd4e6b3 +size 504415034 diff --git a/data/part-05801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bc29413af485e344a04a055bf8426a9f787a58a --- /dev/null +++ b/data/part-05801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5e390abe73d50a2a1f504bf18861aa0f5437c396046a9c235b66ed521bb26a +size 394936672 diff --git a/data/part-05802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb012e54305639c8786299a16a5c2ccf4f5d1962 --- /dev/null +++ b/data/part-05802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5ab15ece9b050836a6bdd9b72803704a0fa5687882c35ac5cc6743475e2ef8 +size 510990390 diff --git a/data/part-05803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc56e7dc372efae14e02f54074875b59c6a8134f --- /dev/null +++ b/data/part-05803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3332131adbf3d7987fef0d6affa39856659e195511cb316c748173f16d745ee0 +size 533416351 diff --git a/data/part-05804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea2ec2db6059f7987a034c1c15658afb700b34a --- /dev/null +++ b/data/part-05804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d425ecdae1a167a2fb998092b4bbddbf2c1e5b75aea8911317b60173a584353 +size 386625502 diff --git a/data/part-05805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc90a606834c811c17550189aa7b9a0c1df69068 --- /dev/null +++ b/data/part-05805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546d5681394f539f18f5b0423016494b4be384e4047abbe2a19eb6c99611d3a4 +size 437547320 diff --git a/data/part-05806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2264b1e25211f22d876b16ea6ce7ef9c6afd75d3 --- /dev/null +++ b/data/part-05806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec2aa13984b0e81bcb90128d21ab472b4aa41c4a0c5f436684a5150f87d6bb6 +size 1054965671 diff --git a/data/part-05807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1b1ae0ea4b9f0e439ffac5a7bb4369ec9bf0349 --- /dev/null +++ b/data/part-05807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b13f30638ad41072d21d90cf52f055cdc1bbc4a55d8385e27d904c19140bb +size 831005971 diff --git a/data/part-05808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19c784030beee1fac5b38aeef3cd040e50360f77 --- /dev/null +++ b/data/part-05808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b881839c8285fb2e8b1f6b4302cddd089cc841b82136dce7c7658acf7d050c33 +size 1078628734 diff --git a/data/part-05809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b07b8e888d350d818932bafa51b2580bdd781aca --- /dev/null +++ b/data/part-05809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbf0c6ce5d90a6f727e5f9c080553039a76375eed4a172c1527b43f9a4dbb50 +size 559920534 diff --git a/data/part-05810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0844ef3b708e3ccb9cdf5217d007c6378eddea51 --- /dev/null +++ b/data/part-05810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da26238331ac13bb11ae8b0e562cf0995550747fb32a641ef4c291b4e562d6a +size 464683270 diff --git a/data/part-05811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..817e92f3ef56b58b291e3304b4dd89c2ec6be997 --- /dev/null +++ b/data/part-05811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f3ef0afb410e200ddcc2d48750ae0281854b2d6e167731bc44921bb250cac7 +size 587201540 diff --git a/data/part-05812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ce648a2222eb008da57812aabdd77cae01b6141 --- /dev/null +++ b/data/part-05812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc513e89637059bdef3ab3efc8eb32faefd6aab588e5682b52b89b1f48ae77b +size 724944535 diff --git a/data/part-05813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fa8a23e668aec3dd15bd8ae06a63f098314de55 --- /dev/null +++ b/data/part-05813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39eb96212a77ded1ae0acb2fd158f30b90998dc80f7eba8ac6f2fb4650e8c26 +size 459924166 diff --git a/data/part-05814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dcbfb5df154f186252a786176f534ab845e6a18 --- /dev/null +++ b/data/part-05814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef106cd707bffb017b7c0d8fa8b22284c0c72048178dac97d06adb963d31db2 +size 915539647 diff --git a/data/part-05815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e25e82c7eb8f7884b19757c2e09fc2b0e9f1147 --- /dev/null +++ b/data/part-05815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6bca6f1a72edf474f78702a143d18db161294842e0ec08e3a575cd1b6b96c3e +size 467342352 diff --git a/data/part-05816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19c275b154c3cb37e0d579330471204398e4d1b3 --- /dev/null +++ b/data/part-05816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4333251cb1eb43ed9acf09f2866c16c520ec02f456677a255751f5d22b82f148 +size 630804096 diff --git a/data/part-05817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b27cf3366582f5e8952d7aa5f48b02cc42c0134a --- /dev/null +++ b/data/part-05817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2959775288d534cbbe93c2015455f066ba4dc539172782a65866fed120090b +size 570155390 diff --git a/data/part-05818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2ed6f68e01696b928bf330e12b11deb233186dc --- /dev/null +++ b/data/part-05818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de06a22267a4f807fe237edb76c3d98578649224eaf199aa50456d9593e8192e +size 499041813 diff --git a/data/part-05819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32566aeebff2c81b911f54e1abd804c95ee487ef --- /dev/null +++ b/data/part-05819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df6f7cfdf6710c48529f97730351d1d147410b616c01eec0261ead778af1765 +size 532033719 diff --git a/data/part-05820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d1e5df7b55d19d88ea39308bebb49f326ccafed --- /dev/null +++ b/data/part-05820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0186b1a229e33173262b2ad9bfd352453ab2ae1e467b29266b171390fa2483f6 +size 633713205 diff --git a/data/part-05821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8617c567d383e9107b1225f8fcae840e99e216a3 --- /dev/null +++ b/data/part-05821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2982948ec516f35804a37e1e1a2b1e3243913dd12f3d432502a261970de0f9 +size 671085888 diff --git a/data/part-05822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dfd3556c06a841fa7bd3978aee756b25b31037f --- /dev/null +++ b/data/part-05822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818ee1375f9e93deec6e7f67d91102fcbde8b2cd48d58e27f7085b8868514315 +size 540688005 diff --git a/data/part-05823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d1a7069e23cddce4366025f64f45c5600bcf805 --- /dev/null +++ b/data/part-05823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c898ad1716d3b5b6a231da0c5051d0df64edf8826d61dc864d24506b461e203 +size 715524593 diff --git a/data/part-05824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86c6532780bde2c18ea4ac0ca0167d24b07b5d90 --- /dev/null +++ b/data/part-05824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab5780638dcb5b01c0d344e795cdd794782308ac10948f88f8940f83a7889cd +size 382031602 diff --git a/data/part-05825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a14cc4dbaa91bfaf1787c12d7a98889ac914e77d --- /dev/null +++ b/data/part-05825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac22df7c5777beeab46ee97ac1381ce7dfd9c4f449fda600f908889849e7f86a +size 414498960 diff --git a/data/part-05826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d47cd8ed8d4b5a17c60fcf4001c52992f1f89663 --- /dev/null +++ b/data/part-05826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e73b93a017e0d4f79357263124e372cc42c266d84432e04b0eb3ebc9266e64 +size 578124123 diff --git a/data/part-05827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5530817aee4d2627a04e4a1b40255070b945ffe9 --- /dev/null +++ b/data/part-05827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d9b8f0d3e9d5234169e5f43fb8e92d85fbedc2e6cc99ea3c8182b124475a02 +size 904392589 diff --git a/data/part-05828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1734c1b530ec190fc49700bfeae3a4e6622e55ca --- /dev/null +++ b/data/part-05828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da50b161b17b7833c25712eb07b734c74eefdb4c02e9b4e2722b15d39ae8359 +size 574146988 diff --git a/data/part-05829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a855edcb53e6d581c8a1b40edac623581ef2440 --- /dev/null +++ b/data/part-05829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba30c7c6a6f7a2b922eb0a63498bff836ceb625f1bbc68aabe176755c9963ecf +size 447719093 diff --git a/data/part-05830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79c38902fa0cf89efa05223400f49b7b530c0079 --- /dev/null +++ b/data/part-05830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760c0291a4c703e49639d64f45912109c32d8ac716136078e83c585e8e436077 +size 398706995 diff --git a/data/part-05831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..545dc0c75f7e86bbc36193755b3c02e24b269283 --- /dev/null +++ b/data/part-05831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b920c493c587d488dcd42790279032ab215b5384d86654db02e7d23fef6b2c +size 479367432 diff --git a/data/part-05832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff7cef0be552766c89a64fff96124cee9ad86f35 --- /dev/null +++ b/data/part-05832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edd36aa47c3108006ba55a4a7211172a1bfbdf0b2f1d688480ff013ae91721f +size 791855876 diff --git a/data/part-05833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88677bf0f808ae0e9ffbbb8f6e45559fbe1456d7 --- /dev/null +++ b/data/part-05833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c3f5c290a32c140746e72228572ec121d09d79882bb5fbec5da91a8b0ed25e +size 523706873 diff --git a/data/part-05834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b5d4066b912c96aa3eb37ed5765661c4428bb03 --- /dev/null +++ b/data/part-05834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dbcc856e079297bc06ef794fc29fb9c0844ee3a953df21d14ffac6b4001fcc +size 867284547 diff --git a/data/part-05835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b37b1792798bb429f70cb3624b3ca0704f41a705 --- /dev/null +++ b/data/part-05835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7287c5bc767c3a0bf70199ddb05d82f29a68b9cd6e655334f1799dca5907d276 +size 507263401 diff --git a/data/part-05836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec2c0e6791ee74ee5499c4197d201aaa5160026d --- /dev/null +++ b/data/part-05836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2f6dffc0076e086900e12c13fefaf2f17c134d250ffe6eae7bdac0e05fcab6 +size 951804253 diff --git a/data/part-05837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64546950eed2ea39791ad397ea90e6349000c088 --- /dev/null +++ b/data/part-05837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452c8de2d0c3122f809708562593e2321a0eb2a976ac486f7228f897ee65ea0b +size 359992215 diff --git a/data/part-05838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2debde48de04fdafe40d890ad7b62432f639a218 --- /dev/null +++ b/data/part-05838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c74378677c99879e3c762c78dc5dfebbadfe9eddded2698409ce43380dfdc20 +size 776047437 diff --git a/data/part-05839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03c8d18df368e932c9757088057b45e1d9fe9eba --- /dev/null +++ b/data/part-05839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969b7e3d891fcf45646694b0ba9e032346b415bca4b58dd6ffcb90cb2e8431f1 +size 502513548 diff --git a/data/part-05840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d369f68ffac0f228f3b00ab2ef0d2a2f4eba480 --- /dev/null +++ b/data/part-05840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32147f927cfaf51a16b8b162df7ec7f5b733f69c92bcdfece7f8f16c50e9bc81 +size 394374018 diff --git a/data/part-05841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d69b3d8eea21f41e59a64f0fb76ba27a544a44a --- /dev/null +++ b/data/part-05841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffa61d438e295d0abf758a5c4e6f2ea5b76f08dcc0348c85d6fd8e175e7c9df +size 382727617 diff --git a/data/part-05842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b16601a3db8043d1167c1679f5137fa18399ee2 --- /dev/null +++ b/data/part-05842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a9aa4909df06003b44815f663fec5e80252ec9c566e11bd832d324c8243a55 +size 506314568 diff --git a/data/part-05843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14dd67cac7dac3f751319548cd403df7e02e65dc --- /dev/null +++ b/data/part-05843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913aec7d19daaad27271241964e8dd13de4cfda2f929d6de07ba9e9bdaf078fb +size 592778649 diff --git a/data/part-05844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8840664b47ad2c0067388fd776f4aea4fea9a8a --- /dev/null +++ b/data/part-05844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8807e68725d2e62df0d0280b963335c517f6b1243efc1abf7f7591afb18d5d76 +size 915525709 diff --git a/data/part-05845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6666808396401cd64bf7044f547cb910b151e70a --- /dev/null +++ b/data/part-05845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac2db3b08e83800eb3b942f272c045eee48565be147bcbcb887389e99947ce2 +size 475492397 diff --git a/data/part-05846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7284673ac0094cd3807969b2d4e6b9334a725147 --- /dev/null +++ b/data/part-05846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c812cd661402bdaaf925b5ecbca66fc17aa35b1491fc45324ab4a79a160fc6 +size 769417569 diff --git a/data/part-05847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13000d083e96afe4ebaf57f1febd188b45796694 --- /dev/null +++ b/data/part-05847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088e82022832092aef5035d6d13e61580531b6298b39c68ef547b7712f192635 +size 544879738 diff --git a/data/part-05848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b09af3e81dfafb3e53822b4b3a8cca69d5cce3c9 --- /dev/null +++ b/data/part-05848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbcd926d49a03d0398f38e9377d586dd910eb32d724ade4f6be7b2d2728a3b1 +size 441051294 diff --git a/data/part-05849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae473a3fccc802115947b4f2c4e5fba1c2c766d0 --- /dev/null +++ b/data/part-05849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03bae4bd7282562569100d5a9294b420290372d8e781ecb2694e1677f1cf9b9 +size 536900278 diff --git a/data/part-05850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abff61d74f55dc9ca628ae4c3a51618d1c3b2cb5 --- /dev/null +++ b/data/part-05850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190d3d202ca3ed555d47d79e0a63011949cc643d4645d25e8dd3ef1e57288ada +size 592157319 diff --git a/data/part-05851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c211e352e98735eca8aad3ffc47514f5a64639ff --- /dev/null +++ b/data/part-05851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced9e8f3aa20224ace7850a3f2a548207a5b7eed35f416123106f8331843a85e +size 517355544 diff --git a/data/part-05852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e62c2699743ad7c68ec11a59ee778d10450c8340 --- /dev/null +++ b/data/part-05852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17448dca6f400335a7fee23cff3f1c34d67af75c68af2a055ddc0e6ae688d26d +size 550301153 diff --git a/data/part-05853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..369b69d9ec183d5c44b0df2d4fd0df757265935a --- /dev/null +++ b/data/part-05853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a939f7c9845e271a81902abc95d8f0e5c9b377753f4dbe43b2dbb9b3c19b84 +size 592547670 diff --git a/data/part-05854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b307084aace7b8aabb340f424c92d4bec16f6f2 --- /dev/null +++ b/data/part-05854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651199ace4b97066963fad82a4fdb9b1829fdd64f2d7cd24b5950a3f24f2db39 +size 473366572 diff --git a/data/part-05855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df3c5883bccf9683e4d18ac8a563396ad089266f --- /dev/null +++ b/data/part-05855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c569abee30008c838399bfac16ff35945c56461737d2773d1252d4a933333125 +size 364406771 diff --git a/data/part-05856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29ae466f00a343c963e23d03603b39bc4a064d02 --- /dev/null +++ b/data/part-05856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebea895441e2d47f8ccbe831ce4341462b10983a59a5102df88ce3e9024fdd1a +size 420391587 diff --git a/data/part-05857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b7ffea39186bd17a1cddec63716da62fe2c5bad --- /dev/null +++ b/data/part-05857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce23e4d3c60ecb32bd64ab8c0f17b736b2bfaffe07787a9bf3ba0f8ce3e7362 +size 684988959 diff --git a/data/part-05858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e27131a5c697ebff0eb6783fdf4a7c276f3c6dc8 --- /dev/null +++ b/data/part-05858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42864d37d8a29b3d7e5085ba09f50023e4e7172d0c22172314c76dc12015b3ec +size 515674421 diff --git a/data/part-05859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..815d0e7f1818cdf77a80debaae8dd92ef4d628e6 --- /dev/null +++ b/data/part-05859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f409c63f2a97db13c4b0e4ec29e47421fd64050f57931ef164386f0339b8d06 +size 543636597 diff --git a/data/part-05860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83d1193fc5b0957fb9e12bb1de4fef60260cccdf --- /dev/null +++ b/data/part-05860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf339b5fd35fe5ffd7412d27dbb6d636cf5dacd3034c6deba46cfbc8ca9a83d +size 492600980 diff --git a/data/part-05861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09d1963108340a242969981ccdcc27ae40210895 --- /dev/null +++ b/data/part-05861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e14f3e82c9215a206e7526f566d398ca705f5ffc129f09de955dd8470994f9 +size 470240196 diff --git a/data/part-05862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47abecd79372a2ecded8d95598022f4d706935e5 --- /dev/null +++ b/data/part-05862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e73430f43eedb08de22f2df30db1d3ab06da07eda6123aa3f9201a828e453e +size 761489645 diff --git a/data/part-05863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27892f467862ddd8ccb279566e0334ce1530d3f5 --- /dev/null +++ b/data/part-05863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dd1a877ccf6efd039e4026904ce33a1ea0735b2eb632fcad0ad818113db463 +size 629382819 diff --git a/data/part-05864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..896f05fc58aed48328c4613ab6dea5d08505e2c5 --- /dev/null +++ b/data/part-05864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2a35a36713e944e37e5ad933b28b1271db6484c2af72680cbf02cde324e2f0 +size 420655353 diff --git a/data/part-05865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6a9932ceda81c35250004daa2f8b2c0ddcb0920 --- /dev/null +++ b/data/part-05865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8018b073f96c953fe7387e804646ede9e6cc90a756f90118b9715eeb21907fcd +size 738642715 diff --git a/data/part-05866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d038c25c432dd9a98f098c931d5c8c77553f8de --- /dev/null +++ b/data/part-05866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161ffc3e44265ad3b5c0279c0a8dcedb4009654a2ba77ef339855512ea782bae +size 509701308 diff --git a/data/part-05867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c3f5bbc807025ab0afff6ae93ffe105c90cc062 --- /dev/null +++ b/data/part-05867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a51cb20bae44097c10b56ad57dc013513cf00c7de8dde3395fcd8413030e96 +size 542162119 diff --git a/data/part-05868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64391169754156f155a1c6daf580b42796dc07f4 --- /dev/null +++ b/data/part-05868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a35c295ffafee17e71ef84747bcdd3120407e9cd5d89fad11a8e52381f83873 +size 561364734 diff --git a/data/part-05869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c48ead863856e9c03ae00750c20ea395bd1b12f --- /dev/null +++ b/data/part-05869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0135267933137253168aeaa207fd00b26427ae896e0d73490b0446bc2ee6f56c +size 506346169 diff --git a/data/part-05870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0402b2fc8f363212086d085f40fa12b429ff9a6 --- /dev/null +++ b/data/part-05870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef98f5a9b745aca3bb8a57bf0e0c18a5a119a8ecccaf67fba47f393e6d21e69 +size 796155340 diff --git a/data/part-05871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98e59dd557ee02ff4c2bcaa4363444c90a25d5be --- /dev/null +++ b/data/part-05871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab47337cb78e92788b1e51527c774c41701ee5d7dfaa636f9536959191428ff +size 359540446 diff --git a/data/part-05872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..701c901d1657b13653af7f5a4d41190879b8360c --- /dev/null +++ b/data/part-05872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee26179df4e309512664a0236e1510e41bdcd7c92f68ac59ee4055a62f2a2816 +size 574435580 diff --git a/data/part-05873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64d95868b90c28990b2fb22a5c35b74621dea79e --- /dev/null +++ b/data/part-05873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07633968c64b9043e82f1729e0dd6f23a9d8bf594029e8bfa144392edd08a053 +size 415686193 diff --git a/data/part-05874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c991f2d3e5c75a64d719bc62aa0e3f6b8bc1ed1 --- /dev/null +++ b/data/part-05874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d144a19a582df162b876b2d52958a6dda8786607877052cb081845b9ff0aaf +size 408056615 diff --git a/data/part-05875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f75548392d8fad8b1b68e4880eed04c4eb4f4c1e --- /dev/null +++ b/data/part-05875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecb3caf3e61032481c8b0541af0875bee24b29675d3b9da68aca17fed8feca7 +size 562762058 diff --git a/data/part-05876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1b8836b9b5fe7bb5c867ff668e595070c2be48c --- /dev/null +++ b/data/part-05876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905a76624babdf9dc31e131e5ba180d878bde4b8bff91eeb00974cf6fe620baa +size 773057961 diff --git a/data/part-05877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21e005974f0ff24f5ac03b70da233aee8dcf75b9 --- /dev/null +++ b/data/part-05877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5664e2a19a49bd3e415b04e3ec559e0ad6f9afb4d758c51ab11906700454dc7 +size 1132275924 diff --git a/data/part-05878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6e9ac31eda95d7b1ca2fc3c9905c38c957d8362 --- /dev/null +++ b/data/part-05878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca87dd6098295273c7bd0314db825c015975f2cd5b8a5d816ccfb39669561a8d +size 411046366 diff --git a/data/part-05879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19eacacd8ac972d744b62af9eaeb29ae7bdcb28d --- /dev/null +++ b/data/part-05879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e980a774ef93eb60b4338e08697adfacf954b0844a15d2703b3a505c8c49c0 +size 577070078 diff --git a/data/part-05880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..942c46c67f27ff9f518fd7422b77e4ae16de77a2 --- /dev/null +++ b/data/part-05880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3276a494a5d7a5075ef572ec991018e873da41cda86087d63ea87a452820b886 +size 463707359 diff --git a/data/part-05881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..057d2fc0f70d031d4ab3e7377f8d3281ec7b7aed --- /dev/null +++ b/data/part-05881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59a2b90e151a51a5ce22778cba035276c8b8e858ff11f4ebfb1edec6baf908c +size 376692538 diff --git a/data/part-05882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..362d50bd4717ab81b5c3b2aa4bc5a6937e3c370d --- /dev/null +++ b/data/part-05882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0509050551391a6bfebc57e6fcaea67e8f72daf364b8935edaf318c2f03bbd49 +size 545290036 diff --git a/data/part-05883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..797128be1995bd0e8fbe85089b2e78dbff70de2d --- /dev/null +++ b/data/part-05883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3384f9d98a38c2a666f84a815f3565769051601840d0e37654572b2d3ae93495 +size 522276069 diff --git a/data/part-05884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f175f6aaa78699081ff68cbc9715cdd76f324d2 --- /dev/null +++ b/data/part-05884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a78676ed598c6933df811624c03ef81773bef335b1a027c54865870eda4753e +size 387410463 diff --git a/data/part-05885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ee02a8ae285bdebbad1058cd0fb34d25ca37b46 --- /dev/null +++ b/data/part-05885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a932134c323350b098567e8aac1dcba00df971869fd5704100cb3c6cbc14f3b +size 437351685 diff --git a/data/part-05886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75442b0fa14efdb2245b16154d38573dec4edb4c --- /dev/null +++ b/data/part-05886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac5040fc66a482329fa5ca9e44dc843613dc596dfcdd3f9e558546369525794 +size 555713010 diff --git a/data/part-05887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dc469835c9b7e5ef0cdaa3fdf24c9448bd1a771 --- /dev/null +++ b/data/part-05887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f50da0721f597cdb526f732392ffeaeaf45d6143b5db4626cb19857b19d62f2 +size 429573403 diff --git a/data/part-05888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3457ff350532eff0db5553938c6405f51ec7461 --- /dev/null +++ b/data/part-05888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3efd4484a5fc0f7fda1e8b4713afba0831a15479414293720fb67e0df41434 +size 590497685 diff --git a/data/part-05889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de2cac4d149619932ace8e39b5e58cbf28368e39 --- /dev/null +++ b/data/part-05889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97561e7bc842368608f059292c21043405dfb7da93f0d79bc87305d62282eec +size 430581913 diff --git a/data/part-05890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43741b19a59096aabc25fd22c7bdc4ac75f31250 --- /dev/null +++ b/data/part-05890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c96d6d0a595d3f73762198739c7382b22322a7711aae0bfb8e3386a8400e8d +size 503252656 diff --git a/data/part-05891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6144cb762fd17b0198bc2e995b261753a8bfcb2 --- /dev/null +++ b/data/part-05891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d2d70256c8491e771de9124069a29f3ac2b6541bfe43938c99ec8fab3e8612 +size 429909329 diff --git a/data/part-05892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d65e63b7716f64e44fb04a981acc83405d19bb30 --- /dev/null +++ b/data/part-05892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aeec219d73f2cebacee98db23e9ca84b1cb5411750ca41274a933ec9dc30dc +size 788364830 diff --git a/data/part-05893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ea9e7d1bb26a462cfc533d47f73d054f88acc78 --- /dev/null +++ b/data/part-05893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff311a8c5a40079d413caf86cc4a8576826a6c47ccaa31c51994997fd2d3814 +size 698476386 diff --git a/data/part-05894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..844ed11f49954f08da84f30aa4d98c6ca1fd7303 --- /dev/null +++ b/data/part-05894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee99c864c8d74a65401f44d87be317e6090cd3f0f319901dcc73e48751a06726 +size 1118713577 diff --git a/data/part-05895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ec1ef7d1a7c7becdf0e4932d0e4aadf2ca2295c --- /dev/null +++ b/data/part-05895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd91c3b3702a298e955c3740f91d85f2ed86f1467cc6ec224d8c1e048ffdf1ed +size 527016659 diff --git a/data/part-05896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deea620a60955483e0ae8ae6652a2305278105a9 --- /dev/null +++ b/data/part-05896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61adf2f8c77740d9e1ccd53d1f972a2b0b5c905df37354e93c7b0f01c9312863 +size 528154254 diff --git a/data/part-05897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58ab3de24516b448cc5045551fa6737c24609dcc --- /dev/null +++ b/data/part-05897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbb90081392d91d2d55b853fc94b0213ae3ac4868f857134fab6e18fa52801e +size 707465445 diff --git a/data/part-05898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c8e24e11c31c1707c9c38305ad6c8677a3e941a --- /dev/null +++ b/data/part-05898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823ee3d7add3d503777acafaf7e91098004d10bd9422b7822f972fefcbbb2979 +size 522979734 diff --git a/data/part-05899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d57a88e02f42f1c85f42aac0497a25ffbc1c6b40 --- /dev/null +++ b/data/part-05899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be78054afe50f7fff4914b4c28095de2f57e9f50f5813dbd9f9474588b8c27b3 +size 638752238 diff --git a/data/part-05900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2c606ab71510e679e1aca43c0f4cb8d07e7f078 --- /dev/null +++ b/data/part-05900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c850e9104967b83096a498e8e91358b48908a6193003a9c123798b30fc940618 +size 607661907 diff --git a/data/part-05901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..270a3265aa94b8e95196a7fec7ce9f3da2da6eb7 --- /dev/null +++ b/data/part-05901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de46ec29d625dfb30a44b2b0883c80ff8d730d280dcba8bb045f3c675774c4c +size 464875850 diff --git a/data/part-05902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dec59bb8dd67b4c255c985ebf9ae4a49ff57495 --- /dev/null +++ b/data/part-05902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b129d2733223ba838beece74552682793a9c0f26c6ba9291d4f207ae69c7f3b +size 667016580 diff --git a/data/part-05903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fba32bc076aae2f585c869de610cbce7531591a8 --- /dev/null +++ b/data/part-05903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31227fd92b7801cdca000c43d740a1dcad2db2ef544a92237d60af18a44b2637 +size 603372811 diff --git a/data/part-05904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..845a7412e1932400dd7053579a532fac56761586 --- /dev/null +++ b/data/part-05904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e97ae108037cf9a0087256599b0712dc658096318a8057d163dae4b1f5ae51b +size 517368732 diff --git a/data/part-05905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac8f74e93624a4c650ac616d4fa3119fb071eb2f --- /dev/null +++ b/data/part-05905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932522ce4ce58bfdbe9b0b29a70d09d682c61e2e957150f35517c0017b7aa062 +size 473207726 diff --git a/data/part-05906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f89205a1554558814fb67efde0a5838e6f811b46 --- /dev/null +++ b/data/part-05906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315f787663f8ed3a26292654b652164b39bd64560583d0d64e359bd669564e38 +size 393815319 diff --git a/data/part-05907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..659cc4d0fd54ef1c12a7f792dce749bc8215fd83 --- /dev/null +++ b/data/part-05907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2229e218fec32173d03d26d69f4e094dccb46bf43f994cc5c61e5b413a8b5f94 +size 515181391 diff --git a/data/part-05908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87a25599b4bb08e187a8a15d8ee275824d69a8e6 --- /dev/null +++ b/data/part-05908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c858655bfffd4e055391be1259f93f069972e44d72651d9057f815bee270f941 +size 483871757 diff --git a/data/part-05909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4e5fe771f228a7da03d27767d4384585239f3ef --- /dev/null +++ b/data/part-05909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3430516c3503a003317b629a901fa6dd9efa892e20154903c2d6f11dc4249b9b +size 607706567 diff --git a/data/part-05910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74d3bcdd40919e1d87975331a31c83e26b1ea29c --- /dev/null +++ b/data/part-05910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988db772a4276f45f081c255a5b9e17a3ffea759169fb459c83e5af4c0a25695 +size 511624981 diff --git a/data/part-05911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0de09c972616f40fc121a01cfe73c909baab14c7 --- /dev/null +++ b/data/part-05911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c066cce971467372c877860532eb279d2c4b5ce345993cf82fc84fbfec4480e +size 1098316711 diff --git a/data/part-05912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5324a118775264f083bb829446284099c51b252f --- /dev/null +++ b/data/part-05912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13735675aebb689c2bab6d8487c660b366c13bf00d1be9618f603c16be8056d5 +size 608067684 diff --git a/data/part-05913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..300aebcccb89a47d0a33bce4e87cadc50395d432 --- /dev/null +++ b/data/part-05913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5503e67fcde6620beb3b0286323814ab2a31bd18e2b59c23217248b41910606 +size 780594638 diff --git a/data/part-05914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a10f20743813d7365aedab453d70428a31b1609a --- /dev/null +++ b/data/part-05914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4baa4a1449ed90f15771ae986e967f5b9e972171bbb3de6743a755914de9a3d8 +size 478156931 diff --git a/data/part-05915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe18955c573595695ae00b143396d955e6ad23f1 --- /dev/null +++ b/data/part-05915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d09a7d8081f0a5f71fba771c1b00cb15486dc6813b492530013034f4033671f +size 551720808 diff --git a/data/part-05916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61e074c7687dd6d2e58fa9896a66fd95227a9c6b --- /dev/null +++ b/data/part-05916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d4f8b1b647301080ce4cd126e011003a9687f7daabca345255de8b01b44d5b +size 463489419 diff --git a/data/part-05917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22c6d1f25e120cce0c6aecf8a251c4c64127dd00 --- /dev/null +++ b/data/part-05917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93eedf3212a687c315b882dd57fd75f2bbba02e8c998f3890c6a5d9b5e9b1d4 +size 500146275 diff --git a/data/part-05918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a31fe5e8aa1bf263ea623f1ba7b622442a20c3c0 --- /dev/null +++ b/data/part-05918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c75e1ce1c1f2468ccae1136d24fd8bb8eaffcb1b3bc6b6b8baf76b9028e2e6 +size 509349644 diff --git a/data/part-05919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8400c4c21abe747e0935662c147c2fd0c82058c --- /dev/null +++ b/data/part-05919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cb80e31209f36bc88181e1cf222f76422fcf825939701e04d5781fdc93d9cf +size 469014287 diff --git a/data/part-05920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82ac4b26c9758cdca4dde98776a64e6fec0b1b76 --- /dev/null +++ b/data/part-05920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e85ca2956f2bc563f1c6b39a5ed1ad5ec796b123ea0abd8ea1c2a5c023ddf03 +size 483743014 diff --git a/data/part-05921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3e65d4d66e45c7f2092ebadfb678911a9db239b --- /dev/null +++ b/data/part-05921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfd558057a205bf9bf44248e12e1790e18d7da0347426ca076cc4dfc288ccf1 +size 546508111 diff --git a/data/part-05922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f70eed39521726583d382746be3e27965eab8c74 --- /dev/null +++ b/data/part-05922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc189b56e44f07131e3e236f5a0b7365fde41c31d076178bcecda899345e2274 +size 628995489 diff --git a/data/part-05923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1de0a2f62341aa09c18dea0b5f1ffcfcb37d96f1 --- /dev/null +++ b/data/part-05923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d3eefa82841014e39178f991f3ecb9af8ac49cb852174d4ec9ad5959367c98 +size 508219370 diff --git a/data/part-05924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63fb577f376e9fe0b6016b5510e0262663dff6ff --- /dev/null +++ b/data/part-05924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d66bf2f50786f4d21e7ba554a1093b6e07542e073247ba5145c49efc8a5d10b +size 564533801 diff --git a/data/part-05925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d267e3fc5dcba97e5fb90e280f0a7db04ea6f758 --- /dev/null +++ b/data/part-05925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e62d916743a1d5b7963280fb82e5c773249d37e8be767f062b6e25f21878f1 +size 580896200 diff --git a/data/part-05926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac3c0decd39d4c1845bbd9c16bab7c113a8eb0c9 --- /dev/null +++ b/data/part-05926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d5b8d12b27fc6fae503c4aa2b14f4dc2ba279b930e90e11a2cf90a3fba194e +size 613048454 diff --git a/data/part-05927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9b30084baf0dae736cc8eae9a55c68ef51877c8 --- /dev/null +++ b/data/part-05927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fa1218f43a6eca099adaf74d37de4968995e1c26ad397b19db91f4c79854a0 +size 501793938 diff --git a/data/part-05928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1acd0f10188c34b7d745a3eb878aeab8866e6dd4 --- /dev/null +++ b/data/part-05928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16328c4fd32ba7e8c04ec51ae3b24ea07541250c62a8a7b2b4ba17fec7b40eb5 +size 386770007 diff --git a/data/part-05929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..392af7585f127f56f68e4658882d161dade26ce3 --- /dev/null +++ b/data/part-05929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71aebefee5816343169c4b31e7c62aba4be221729deb71fc1ed963b2ac76c198 +size 585638783 diff --git a/data/part-05930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b25784e3bb0b994029fcfab61594f5bd64b081f1 --- /dev/null +++ b/data/part-05930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7669a5b9e913f1a476a23ba62d96f1301c207fae573f2bbb4904309bbfec4d0d +size 613507908 diff --git a/data/part-05931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad75c4d6700a4f7d16bb917d7c5e4d202bef1a85 --- /dev/null +++ b/data/part-05931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd5c292dd8e845ce37b7d1e5f1e5bcc9669ba34e7401c429b019bc327efc95c +size 374211781 diff --git a/data/part-05932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51e33b1e8ad5df8d66e34f2d5195bc9f41092827 --- /dev/null +++ b/data/part-05932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d17be0743dc1c8b88388728535afa9657c184c651ea2368ba5c91a95a2d5a4 +size 474605110 diff --git a/data/part-05933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de6c3868aef50279a0b64d71c4a0c7793c624c56 --- /dev/null +++ b/data/part-05933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6821aeb2d060ae219b1ce32bf23f770a7d3594bfe6584bc7503b89529f0a4ebd +size 574042095 diff --git a/data/part-05934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..407ce2b3cc246e6e65114f534b99f9b377a4aa58 --- /dev/null +++ b/data/part-05934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c082ac02126ad250dff9911226c6f0d1a7482197f147d8f62b65c5846472aa5 +size 469361215 diff --git a/data/part-05935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5854ed6db3e405cb745b144c0c61a12f98e2073 --- /dev/null +++ b/data/part-05935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa39a06bf1a075b6c0b85463dcb64cadd2c0e3605391ec6d10c14f93943d1c62 +size 794544829 diff --git a/data/part-05936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fe4f6b6d8f6ed08bec48945fa5774a0747131e8 --- /dev/null +++ b/data/part-05936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2576128fa7cec7405a3bd509b4c02e4acbd1ae4c9a795bd0f836c2ad1d04a48c +size 506769982 diff --git a/data/part-05937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2863e810ac4b8830fa260e1987ce13d96f17293b --- /dev/null +++ b/data/part-05937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7c84ce4ed22a892935d7fe3ca0b1d6546d3b009a62dfb263953733a68ae97e +size 608604618 diff --git a/data/part-05938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2857fa64174a27f695780dac33bb880629fb5769 --- /dev/null +++ b/data/part-05938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3fdaf5fd36af32a7f9895d6a9b51cc27098e2820402363272fb14c6b400648 +size 473988894 diff --git a/data/part-05939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd31f4717f507de4f476919fc8c3d7e987857626 --- /dev/null +++ b/data/part-05939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8791fd6520ec661a311b8ac3bcd9540fe6d4dc911bcdea76038fa6d91ad77dbf +size 539036775 diff --git a/data/part-05940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b598a396797481ec1b942becd619a5048121a1d --- /dev/null +++ b/data/part-05940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd17300ea21a4c0962cd58d7544e2cedc5e508a43b62f102aaca76c99f55159 +size 437727719 diff --git a/data/part-05941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fbcee40b75b011f86b00a464db065d2af5a55d2 --- /dev/null +++ b/data/part-05941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00fdc3d05cb6a53c2d8e874db5a18120d8ac96e39a4817d3cb29566281ec266 +size 1472297012 diff --git a/data/part-05942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d179844333cab1e692809e4d3be17a756ae9274 --- /dev/null +++ b/data/part-05942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099d91c2fccf269502d4c34042bde137d16779a490debe39588a224b0eb81177 +size 740036436 diff --git a/data/part-05943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83ca8701b33fead68fa7d173510156aa014609f1 --- /dev/null +++ b/data/part-05943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6f69bd270c906cebcd09511682b8276742c43705343ee1a8f95e67c4cf0c13 +size 951493359 diff --git a/data/part-05944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73d00105192442a79b21b64a4b3edb5202eee134 --- /dev/null +++ b/data/part-05944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846560eeaf8352afa17f0616345ea11224a3c293ee1e6356d8817d0b93634a20 +size 693225639 diff --git a/data/part-05945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..228675ebb6cb0a1845e3bbc9c605b8d1b60b32c9 --- /dev/null +++ b/data/part-05945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d302f42b37adb56941fd3e03bd772335df8ecc7c5e486cd109a281db6e9e3c2 +size 550468798 diff --git a/data/part-05946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9206ca6e67c58e3cabe23408d172834c759c60bb --- /dev/null +++ b/data/part-05946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e92678ff3b2cb9e99fbf8fbcc818b4100e41424fb4fcc1bfc76c34567f158f +size 358781295 diff --git a/data/part-05947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebe89870ae5564e895b2ec9475ec0949abd9499e --- /dev/null +++ b/data/part-05947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9a568b73afd6e5ffeb20e34edcf78b92f9dda6b0871970f46f5bbe896e393e +size 425989949 diff --git a/data/part-05948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ac3d3812865a1919724c15afc5d8266d4c6b14e --- /dev/null +++ b/data/part-05948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0858df9e07ad399e6fb77106eee7d32eb2ad0dd53253a53f18c125d307e015df +size 807692502 diff --git a/data/part-05949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cae1e7443aa7142fa2cddefd4cdd621d019a9b59 --- /dev/null +++ b/data/part-05949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d4e739a5caeb19df0716a997e1f16a8c6b27ed7bc6fcddd3d0b1c35018879e +size 1032416220 diff --git a/data/part-05950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69581ee04c3fec31bb13c54d0912ff3029b71634 --- /dev/null +++ b/data/part-05950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f7427cb880ba033d2009c832a49193cd76172a1d163e7161afcc4a62f622cd +size 477741467 diff --git a/data/part-05951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f0365342b9ff01fc193cb5f6f1a1fd44258aed3 --- /dev/null +++ b/data/part-05951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd3f8a3fb41c0c6e6dc5b0241d64646cfbb0e117d914e252e9ce3d20a6e3410 +size 688802185 diff --git a/data/part-05952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45b211c9ec0fea281c2c75284bfdd1a005970b32 --- /dev/null +++ b/data/part-05952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dc306d4df47e167f660ef1475701c638e5a6892f6a9721d47e01823167e9ba +size 638023534 diff --git a/data/part-05953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f00f8872c1f98fa8ad2bce3a0bf5354f5a8ab040 --- /dev/null +++ b/data/part-05953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8774029c6367f13e25e95e2a0619bc5a1187851cef03a8a2e2ed1537586db9 +size 443504472 diff --git a/data/part-05954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1711da1a849c7125370e1cebb722e6187dda9314 --- /dev/null +++ b/data/part-05954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9a5a33e00486a491327c78d0bd3bfdb2a54fd54ac1f46a663493bbd654c07f +size 772230859 diff --git a/data/part-05955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd7e0772ffa2816a91754ae0a5d267ec8afe470d --- /dev/null +++ b/data/part-05955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481aa7cce69cc829c18351553b6466b64d4d58670eba8192716c119c5c2fd670 +size 463935749 diff --git a/data/part-05956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b6d721b8201ba67108a0c792d64742e403d6772 --- /dev/null +++ b/data/part-05956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aba323cf50674cb114d6096dee7680fa962db3cbfb87c237606075713267af +size 364221313 diff --git a/data/part-05957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deaa90e06e2d7ed591bae944d70f5923a9acdedc --- /dev/null +++ b/data/part-05957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619fa039d5050207a192886b9b2cc64bc70e0f1b11b5ac531a3b28de557cee2c +size 546516207 diff --git a/data/part-05958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df40fb0324738c7d01a4cb901db78a5121f364e8 --- /dev/null +++ b/data/part-05958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc460febaf8e7e0081a0d2fc26d284fb34247aab702a81e4f33dc9fae30b9698 +size 492913242 diff --git a/data/part-05959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..750c17f603bd0f4534b5134def5345ffcc1e1f42 --- /dev/null +++ b/data/part-05959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8ca61aca57d8b53a1a1c4a4f89f52726cd7d4f47290f584a249dcfb33085ef +size 641996892 diff --git a/data/part-05960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..269064f03bf02eb9e1e457a985671a928743a22d --- /dev/null +++ b/data/part-05960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d04527ff17844c6a3711dd4c93a6afee8c4b4e4a241435d452186209cc922d +size 535077961 diff --git a/data/part-05961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c636766bdfa3918f1604db707c719a770674848d --- /dev/null +++ b/data/part-05961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259cd1cb09b0f7cc81fe41338c6decabb0d1a3c169a8d89954d488b3a36f0dcb +size 513380951 diff --git a/data/part-05962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff6c0aea64da952a1a8e830bdbbfa49ea00c0f79 --- /dev/null +++ b/data/part-05962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12df8ec3c13cdd27b71cdd543e03c53a8d3b5980dea6beafea2bf8907a96bdf3 +size 454553170 diff --git a/data/part-05963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1030fccfe0a84292e65c36098441fe7cb4f3d66f --- /dev/null +++ b/data/part-05963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4935af505ef30ccf9d5c66b65313e5920fa252921d80b678046e4f3cc10ecc4d +size 700778538 diff --git a/data/part-05964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..997423c09ca1e4d8f1f22819b33359eacc8aa32b --- /dev/null +++ b/data/part-05964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcead367a97ee96c5cd9cbc9f174b6a6f911a4adb0a30b352e6d3c5b1224b43 +size 829612494 diff --git a/data/part-05965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c92e551b5ad498ca556665f4acd6aac4a9d004a2 --- /dev/null +++ b/data/part-05965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35dacc2f8642e90772f078029f182cb6a7708e36e3484666a99f4fdc8b1e0b6 +size 708944068 diff --git a/data/part-05966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a8e8dd130902a61280b1b7f5d0f9bb383e85d3b --- /dev/null +++ b/data/part-05966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e917be09cc5516962341b798b7fc904441e648ec6635c56df8c44667dfbf658 +size 873388191 diff --git a/data/part-05967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c1a721948d2eda0101492e8cc79cf5909f08e8a --- /dev/null +++ b/data/part-05967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf91ceb755acf9a4306784c5f853f5c824260f8604b63d3a12e24b97121ce7d +size 492441779 diff --git a/data/part-05968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98b32ffff16a22dd1fc9fe224e4bed8725ec1865 --- /dev/null +++ b/data/part-05968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3245e462c5fc8b183b5ecd65961fdb04699900b4038b6778d1d2c8a436201942 +size 597144527 diff --git a/data/part-05969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e5d5b33653149c5a69f02eb67a76694181781ec --- /dev/null +++ b/data/part-05969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e217fc9943813c7f849e2f402c8df37159018290fba663fa0143d723b79d63ec +size 771859222 diff --git a/data/part-05970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5dcf8bf30e7197dd045f620563a2a5cf3d82317 --- /dev/null +++ b/data/part-05970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31249566ab58c9475ce10425dc677df5f393a0c5429d6a43320af8d9ccb52d7f +size 472715254 diff --git a/data/part-05971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a838be9fc38520e9fa1143680c001b3b46a107b --- /dev/null +++ b/data/part-05971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8029e7e076ab9494d57720b9254c99647d547141d5fd23c97ff0cedfb38e4ab2 +size 591832957 diff --git a/data/part-05972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a978ff3e31909a108383d69bf61ce07523d0284 --- /dev/null +++ b/data/part-05972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c19d09d66be17930f11242f6d6b66c369eee7bbdd78ec149afff904af69c053 +size 397034241 diff --git a/data/part-05973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6134ef5872131a784b50233647adc462bf41074f --- /dev/null +++ b/data/part-05973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d04186aa2ecd1bceae7ca83e9909c443679a1bfd7f66a14ba15bbcce9f07b41 +size 406908959 diff --git a/data/part-05974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21ebb59c86138059e7842bb7a85dde25707e62ef --- /dev/null +++ b/data/part-05974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9980907258a4cb9963d15386b52823f1c39e9ed2c7280a49a709b34c0ca7be +size 572170449 diff --git a/data/part-05975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8933116b81e1ad3b9b37ea6524e5632b40c672e5 --- /dev/null +++ b/data/part-05975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61851758191f3e90f078c78cfed2c5118e0861c96cad5f02df42c8d98601564 +size 1008028384 diff --git a/data/part-05976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76cdf4a13577400fdb044e25f15c74da5ac67569 --- /dev/null +++ b/data/part-05976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bfe44211058782b07e31a322e673a12dde28b87d34835648bbbcc09efdc128 +size 486473418 diff --git a/data/part-05977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd6cf500ee573949d6d9f79769d0116aa11a8030 --- /dev/null +++ b/data/part-05977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e050638d4c4005751ce86865d2beeb854ed191937808727eaabaf30534bc16e3 +size 642085164 diff --git a/data/part-05978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbfd05cec5d2c61ca859d7028670e29e68752f6a --- /dev/null +++ b/data/part-05978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1344a88017488fe911fc6f7405f571f248289d58b0f7adbd08f36ce44ab28a +size 421073172 diff --git a/data/part-05979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f3817b78544aba85caff96504bd5baf584e725d --- /dev/null +++ b/data/part-05979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76323929f6d67d20c242ce810ed8ef81359b3aa179a52a101d59a539c0cc895e +size 443214690 diff --git a/data/part-05980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6b864bdb42add6e243473045fea80943cc5fb2e --- /dev/null +++ b/data/part-05980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f096c86bdd757274a321a26d96e028fc9db62c41fdfeb2bd620136d14e0b0e +size 563471147 diff --git a/data/part-05981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74e9c1b0133cf018b68cb8ab868b6e39a05f927f --- /dev/null +++ b/data/part-05981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f970bd9d96f351887f4babf66b4cf1c523ec123d06379a049b2ee37adee607c +size 481796446 diff --git a/data/part-05982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c23defedd03db95f3fdcee66cc5e7dacf37067e9 --- /dev/null +++ b/data/part-05982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0f6376d28944a89a4395fefffe99ccb92f9d88432a465e08191c29fc3f10d8 +size 398767812 diff --git a/data/part-05983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da1f040a403f2a196fd5c34984fee676a501453a --- /dev/null +++ b/data/part-05983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849e217046b2e805b8aa6e2ca64efc2c9d452f2a58e8276aa9e99d8dfe2767c4 +size 411578792 diff --git a/data/part-05984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f36a65d9aa9b65ca857e7912d3105de974c31d34 --- /dev/null +++ b/data/part-05984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2941effc5b99cac6407a5957e871cbc8ce9818cdbd45801c09c0868826cc06e8 +size 347505253 diff --git a/data/part-05985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bb0fa626266803c30873a9e998ad41484529371 --- /dev/null +++ b/data/part-05985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8277733adf9882610520a2a7c4f07377a83d6adde0d037f7816d9fe8ca5b03eb +size 907296449 diff --git a/data/part-05986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f17b34635a99d4e2ad59b274451f6c37c3b45be7 --- /dev/null +++ b/data/part-05986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de13f8c9a1a85d9f25268ca6947a268f834bf3978a21fc3572415b5469c529cf +size 558072375 diff --git a/data/part-05987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a07e053e8ffa3eb8694e3e40bb13dcfbe21375f --- /dev/null +++ b/data/part-05987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afa58dc2982498e7a95e8ce49b31d425560f7f19af8af794d2ab11c02892c96 +size 399784083 diff --git a/data/part-05988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..836e30309bc91f0582418f4c732753b8d7b5a39f --- /dev/null +++ b/data/part-05988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5327754f8401cab3ccaf2fac169b1ae8c3d28bbd0a53d7d0cfbd3f6248291911 +size 421766596 diff --git a/data/part-05989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3323ebc60fc23f076e256a1269bcac0a6b0cc68a --- /dev/null +++ b/data/part-05989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114bba8eb66a3f7bc91638575998cbfb28e9919f72f9e68382e47a0d3efed919 +size 393349871 diff --git a/data/part-05990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09971b9050356537bb4197b3f97191e4928b6236 --- /dev/null +++ b/data/part-05990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608075e25cb26a64881b62a88bfc02dbf158b57dff30871d8cf2981886bf859f +size 382910618 diff --git a/data/part-05991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07cf18456ec53b7e6d970e19c74aa952ba4d2ac3 --- /dev/null +++ b/data/part-05991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd58b13b416091913992af61239f18ccdbfd1a9b84e1c90925ce538e9ea82734 +size 425361134 diff --git a/data/part-05992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af5879b6d4d42091a0c5e5e8233d08d68281a622 --- /dev/null +++ b/data/part-05992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfe66cf29370c3e44dfc4b8c2c5c5b732d8538eee5142dc82bc67c98f655959 +size 1785117653 diff --git a/data/part-05993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee1100f4bd8293a044ce61ab3b858188af59aa1c --- /dev/null +++ b/data/part-05993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80989f324e9b71e1cb383e8d30456e2e98efbd63ccc6ad89641b1ba6fe82f320 +size 629984011 diff --git a/data/part-05994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..008ba36e870d8dd576f1a3a7335b4dc5ef583cec --- /dev/null +++ b/data/part-05994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc8891e13e6a50f980297338daa65754575a9992c80d940306715d0b61eec02 +size 741145201 diff --git a/data/part-05995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c76c82d728b129c7c73ec814364e90e1d6ec525e --- /dev/null +++ b/data/part-05995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c0d6df70f6e6578851a9de1e06eaed991c89653e40b78a4c6487d574c0f429 +size 562403934 diff --git a/data/part-05996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac7faf9cbd426811a34d4f5d504e5818f07927e1 --- /dev/null +++ b/data/part-05996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4be2e250cd43fb3763ad5d1e2ae3a1e25a49c54adfea19baf76ab03811aa37 +size 776677105 diff --git a/data/part-05997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afa5cf0025ce5985b8a247f34dcf7a4cb3d8326d --- /dev/null +++ b/data/part-05997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251bde507a289978722a06263a328a1cede48fa8908ebe40327d04b065315796 +size 439638035 diff --git a/data/part-05998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..672a359d3bb19fbb574fb187e9c723fc9f6d9d1a --- /dev/null +++ b/data/part-05998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a0de2445fc835527140cb0607174ad42f9739fd0b0c361b967eb7218a84ada +size 556853410 diff --git a/data/part-05999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-05999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea2de54a6d528b5f9bc06f62620885eb5b1dcfa1 --- /dev/null +++ b/data/part-05999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b220c91278a77ac516524da83f9ade156003371e50aa6c21b57ed25e79a48d97 +size 827811797 diff --git a/data/part-06000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e1ce3b1ce60d0a9d6e3751d75689ef21812a526 --- /dev/null +++ b/data/part-06000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a084bdeadf790bf0e5ed6e1ab6ce5a2d7da576d53c2095ba676f8d29dd535a +size 409886180 diff --git a/data/part-06001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1330ffc8d54607937c1f278d5cd27f5164b59043 --- /dev/null +++ b/data/part-06001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8ef509d9b8439c36ee742ed769ad0d0521644c92e6d497ff18ce394ef73258 +size 1286103799 diff --git a/data/part-06002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d98d6237edb84a7a9c31e450dc8d3287f7965774 --- /dev/null +++ b/data/part-06002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad9687edcd70a7f45b7db3b7007bbecaa6d1a29641887000a153071d7520528 +size 377715257 diff --git a/data/part-06003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a05807f626b13a512ac42b4a62841a39024f6e44 --- /dev/null +++ b/data/part-06003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548bff32353eb1929c6a42d83e9801413604818a5dc086cb662db44829b6afc7 +size 641468289 diff --git a/data/part-06004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45080482e0607f70e817221285c91c4abc03086a --- /dev/null +++ b/data/part-06004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92ad9cfed35f08b2aa2d125cbbd8c65e2e2750d26e70312e06a2f1e0f8e735c +size 420795903 diff --git a/data/part-06005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db4c26a9332a4fc4152ec6a0be8936ad57232c96 --- /dev/null +++ b/data/part-06005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efc5a279b400502033a4c184a79ecb65a903ecbc6dd7aadaf0ce4d8b8f8851e +size 513346644 diff --git a/data/part-06006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53ade824e5cee643bff047958f4ac44418997723 --- /dev/null +++ b/data/part-06006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117c1c445f8983756165ea96e09f1d46f2c6b685c2103d8126687ad0f0cc772b +size 487588893 diff --git a/data/part-06007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..795630a0a61a3d691cc0f1a871f709193031bdc0 --- /dev/null +++ b/data/part-06007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f70e192b4a0a11ab9c6112a95fd36679e8657d7427e56473e8f1c29f7c26456 +size 503174946 diff --git a/data/part-06008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bce7ffa43eefe91c6984d862194063bea79beec --- /dev/null +++ b/data/part-06008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b03c387dd8984150a99536af590b482676791662937a365b09e6d329b95f8d +size 458924399 diff --git a/data/part-06009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8864c8e61a7d88eeb661d2abb661dc4465e2ded --- /dev/null +++ b/data/part-06009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb3dd7e566684bed7749c10a785e29e6f8d83d261c53642d5bed3f806c41f65 +size 486765070 diff --git a/data/part-06010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21e59cc0d74c1396decf61b6bb2735556d61c71e --- /dev/null +++ b/data/part-06010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c648ce3bef8bcd071c660485369c9928537e9ef5b02d10ae51fca954accdec5b +size 488115853 diff --git a/data/part-06011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..870c42d0469a138cc6279c8b0a73836c98334c62 --- /dev/null +++ b/data/part-06011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213892f52124a2d987ecfed3184c5e44a29af0152ff4e9cd5e6f11b0d8a03d86 +size 363010213 diff --git a/data/part-06012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..275dc50691a6f38c006586f383441269a1df50f6 --- /dev/null +++ b/data/part-06012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f128a03c68c068258865659e31b9cbf2d4d412e82711302b92d9dad4882e50 +size 504647310 diff --git a/data/part-06013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c3188ef7500c5e34842d00b1419158e24a4857b --- /dev/null +++ b/data/part-06013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf153eed49ae42028b14e3aec5d964f5c75cc8ebf572dfdb58b0434d4c551f8 +size 503604690 diff --git a/data/part-06014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..931433f7d1b8bdd3f2e99198bc9fb7097262cc51 --- /dev/null +++ b/data/part-06014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb239f59a967bde7e64dfb3749c36a700922a35a49b6013674ea46be9a2edca +size 1849190532 diff --git a/data/part-06015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5db4a4220bfccd03458163c4e75cf6f726a6f6a --- /dev/null +++ b/data/part-06015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126b3cae761a87d8027a70e346534597a341af8151dadc4b92fecf79bf644707 +size 655829102 diff --git a/data/part-06016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1be24552a76ea6b7c21561e98bb459164bda867b --- /dev/null +++ b/data/part-06016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb10bf43cbec0d1419eadac6f62da95efc41f64b4092656b7c3a7572cfee626 +size 375097965 diff --git a/data/part-06017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbbe9cc7fd41621bfd506e567cb7e2de52ad1f2d --- /dev/null +++ b/data/part-06017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171142965c8bbcaf4325001447addb0944ad9111fd05abd10877bcfe270922ed +size 467997307 diff --git a/data/part-06018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a132f530e703381a07b804651a6b51bb8c58e362 --- /dev/null +++ b/data/part-06018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f86280a7bf404f02cf9e8909a3beb9750d9c77f64f89f3145b8084987422b31 +size 943916989 diff --git a/data/part-06019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7167028600f8207306de2af93365142d4cc21c3b --- /dev/null +++ b/data/part-06019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab433b49844c35a6b13bada62a2b8c9914f4d7dc51beb80b6fdc2ff85b61545 +size 463793084 diff --git a/data/part-06020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bb842b0aa2f23fc40eeee5d92b5297c78ceb11e --- /dev/null +++ b/data/part-06020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615899aeef050da89a595840e8887db297015b36b2173261437a1f54188512d3 +size 443430807 diff --git a/data/part-06021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e77bcce16e5591325ed3e910476f946a3d37eb24 --- /dev/null +++ b/data/part-06021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3edfa81a48eea47b5f3220cdf8c345ee69655386b52ff1760da868618a1b3c +size 447665158 diff --git a/data/part-06022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f400a93cdb416d74dfbe713361b49f3b0011d8c --- /dev/null +++ b/data/part-06022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3023679771e872c2dcb3e11021d391d0e4a87e0583ab3723f519328114d105 +size 983184312 diff --git a/data/part-06023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87ebe09ef3e9f11399cb4333305ba3c87dac2e31 --- /dev/null +++ b/data/part-06023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a244171bb34b8b21ee4207b0d31721de1fbd06e3462865bbfc11508e02d3de64 +size 413763347 diff --git a/data/part-06024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9befc3e928e2573d71220223c67e36a8ab3f65b --- /dev/null +++ b/data/part-06024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c66ed148230c1f9622e619cda84a2e8f279105715f6692621765ff3391b727 +size 420524520 diff --git a/data/part-06025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbbde8ffd269ddff56d0d850b84d476df649890e --- /dev/null +++ b/data/part-06025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fe9f88d58454b29d6c0a65ee2b63b965ab7446351f6a5fa59b9114d3fe50d8 +size 466278067 diff --git a/data/part-06026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2552e83807978684e5f69aae1e3e6a006a2117b5 --- /dev/null +++ b/data/part-06026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cb6e239df9a46170b142d6e7ba163a7f168790c1fdfaeb50961f93ec90e637 +size 476363421 diff --git a/data/part-06027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..361bac4ee3392041d2dfd19389577bfd7984a12d --- /dev/null +++ b/data/part-06027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0421fb7b2f5f1a2085dce1aa23b3f5419ee699f4be53b1bfff87c0614afe8591 +size 550226256 diff --git a/data/part-06028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc9c38ae1c8cc7daedab33acc371af40086209ce --- /dev/null +++ b/data/part-06028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0dab02fb62ef94c1d5de8870112b05258ef1091c95d184846e6aa786e99d98 +size 486946070 diff --git a/data/part-06029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4c5b409ae5a08d61c0500e5fdce1d7d5e28d500 --- /dev/null +++ b/data/part-06029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c60d4e85ea60b4fc79e8424e72c39f2efd50cfe0f8b77f8db65c5bf20a5677e +size 499544246 diff --git a/data/part-06030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fda8e075c287320e55da05a694c4c57b7c253984 --- /dev/null +++ b/data/part-06030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c9a1b270587b1e27ed725c880e2a399165bf2fa5d0e4e753089ed8bfe742c1 +size 1008419292 diff --git a/data/part-06031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c865e1a94d57b1a77ee47cd177d355e3b3207a1f --- /dev/null +++ b/data/part-06031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74917d98aeefc1e4fc923f8e53c164ba75502adac999c7862e1feed8e3064107 +size 384735243 diff --git a/data/part-06032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbafa693adc1f3398a0eb8102eee4167b8aa8036 --- /dev/null +++ b/data/part-06032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d281d71499864ab559778ebcdec33d127f26e3cdd52d2f9b73c752497caf75 +size 1091524308 diff --git a/data/part-06033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..784d5245d2a756e63946aca1458e66eb9824d819 --- /dev/null +++ b/data/part-06033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b945b5c56e01868d06959788d9f6c0838f6bb9a07671add4a39874766b9423a9 +size 811029638 diff --git a/data/part-06034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..991589ab987a043970410f754e4564eb05fdb169 --- /dev/null +++ b/data/part-06034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e4c457b45f0b620b725995addb35b20cb742dea4499b7269bcf1e96da61f29 +size 462984586 diff --git a/data/part-06035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b201ca1d1fa9d8fa38d29dacdbe9fa92e6a6b3b --- /dev/null +++ b/data/part-06035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6a8d76b0264b1b01801be6649b4045c4575e8451d30275812baa1f3a4b57dc +size 420889868 diff --git a/data/part-06036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca930cb13ab8259657c535c14326114c883133e9 --- /dev/null +++ b/data/part-06036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52120e3e81246926df4195d18d72f7c63244c3538a9fefcafb8393a05d7f3648 +size 424094657 diff --git a/data/part-06037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dfb883ab86a0ce1aee425ae9cea74e934934826 --- /dev/null +++ b/data/part-06037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8b93333fe3b0caee7e66a5e9830a91f2d3fb8aed52cef9c529ff7a933149ee +size 517080066 diff --git a/data/part-06038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d8562fd01785845480e6f78860d38bee8714d2c --- /dev/null +++ b/data/part-06038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fe78c5d61b51817f7d04529bd38c0df635ab64bf82ba6b36e7e4f1f4eb55c5 +size 704139204 diff --git a/data/part-06039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..147dc7982ab1776e4be72cd3c705ca629dc9d840 --- /dev/null +++ b/data/part-06039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af27c9f44e50a2599e9d5625d34522e6bc9f86b1f7492b790884967b4637c091 +size 581814916 diff --git a/data/part-06040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..136a3ade75076150bbb25564e7a37bb59070c6f8 --- /dev/null +++ b/data/part-06040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b77a3b2eef630601e0a9bb74e9d4592336bef948a7cd3fa287de50dd4de85fc +size 743464262 diff --git a/data/part-06041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c7024583843906024168737e3b69f272f9ddd8d --- /dev/null +++ b/data/part-06041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8bb131a88352a256ddadb9087082b9c9a4c6c31b33208a502f2c983e74d011 +size 531167275 diff --git a/data/part-06042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f25ef823be6daeec2b99b506ddfffb34e01945a6 --- /dev/null +++ b/data/part-06042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d81b98c65e410bda10b3a42d8ffe570f6d0dd4fd8e0e0dfec38dce1a922e9d +size 779078258 diff --git a/data/part-06043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f257c6ced1d061725e47ad1f285dc59aa2fcd84d --- /dev/null +++ b/data/part-06043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32897e533f57ac9ee9eb7f314ef1d7c1cf1f7411b88ece301db3c81ce837058 +size 479279553 diff --git a/data/part-06044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c48e448ce8eb867a3fcdc6fe47abea54e4317322 --- /dev/null +++ b/data/part-06044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a08cd8b206e66cba13c1c17b306457c8664c261074a23e510eecfd7dab9388e +size 647371790 diff --git a/data/part-06045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44b8b0b0bf03e6cd687ed0e1ff34fa3bf62c4a82 --- /dev/null +++ b/data/part-06045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083df5fcd1fa66e19ce870522c2657ff26df3c45a9c0955b9a8bdb9dc9f62bee +size 916577845 diff --git a/data/part-06046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b16767a5e1c0495c110fcc5ab6d46a7f123a88c --- /dev/null +++ b/data/part-06046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c79f1235b0a987a9a8b386ef3d12bf33c938267ae869fd5c15e60c046f3558c +size 966010291 diff --git a/data/part-06047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..575c3a626134a004715347b5cacc4d6ea4395057 --- /dev/null +++ b/data/part-06047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9eb02215457b5a14432a66288aedc9bab1b1260b49f4073d0cc87b9c879091 +size 535095835 diff --git a/data/part-06048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a48d6b93a5f1840ded5e00a91859cb9c8dfb79ca --- /dev/null +++ b/data/part-06048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faea93ff6b09a8875a6628b2177e9c9b20e74456f2e8efdf9bc424577bb3404f +size 523188377 diff --git a/data/part-06049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b018ac817bda535c1962b6997697e28ed22ed59 --- /dev/null +++ b/data/part-06049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d76c13f760b58171a9e8f6121a39089e1a354daf74e72cd229a42b2590bcf9 +size 447547383 diff --git a/data/part-06050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2855f2623af9e3c6ae4b7ed82b7d9e2825438e70 --- /dev/null +++ b/data/part-06050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e44db104b3548885ecbb0c1b0a67c4c3afd4f4864e2a7a8d24f344f5cdb146 +size 921529057 diff --git a/data/part-06051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f0983db15566c246efe9d75ae8e8d76f4379110 --- /dev/null +++ b/data/part-06051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c972dd2d0529f21cddb7173563037f38bce7c04c731fa066cfaf43cca4666c12 +size 470061474 diff --git a/data/part-06052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1724f310844beb6b71b70ac3178d1d0beaa1ab6 --- /dev/null +++ b/data/part-06052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e21bf3c7b2fc38c8550b1c762d856218153f563b8c219d6c94ead49d59881d6 +size 590684092 diff --git a/data/part-06053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f0ebc5a39e789fdb0529d6ee1ddd68ea2f489c8 --- /dev/null +++ b/data/part-06053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfad5a3223a95cc2f6f9c112a1cc63ed7f792646dbd0b1b9b928005b0e95778 +size 445427588 diff --git a/data/part-06054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95acdaa63cf91e214fa072bc9f645692d572f7e4 --- /dev/null +++ b/data/part-06054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72bcd26cd3202f6b1169bafbf5fe80e01898edacb7d6125545248d379c265ec +size 427887085 diff --git a/data/part-06055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea4871d7521411e0990589d201e08ddaead64be0 --- /dev/null +++ b/data/part-06055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5053d0241c356f4a1822fa725e20a15ccd2a14ef3f20b4ea46e7b1428a7adc +size 466500864 diff --git a/data/part-06056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b20723d0113e9b7fc5018336b97e3f95f2928f5d --- /dev/null +++ b/data/part-06056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17c6b13fbb1986b06adda292cb504c516c6ad17d015a918d2d67f7ee98a06d8 +size 397586865 diff --git a/data/part-06057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..006731c2a380b34330596561e5f2ad5334074fe7 --- /dev/null +++ b/data/part-06057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb0f1d1777bdabf38b1a2eec36c02d5b2511eff92929df98921d34abaff6192 +size 438967026 diff --git a/data/part-06058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5702f7776e9f5b8ef7fcbb5a1b4968be216ebaae --- /dev/null +++ b/data/part-06058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8585c78962e3b3f219dc1b85a18821c4ff0882c1ba6eb7ea69c8bddfff90f8 +size 516539852 diff --git a/data/part-06059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccf34e4285418e608f1c2cf704c631a3d6877ee0 --- /dev/null +++ b/data/part-06059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491dca9e9caa9032fca1b5684567c61073373869644508d03b100fa414010785 +size 459243188 diff --git a/data/part-06060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22faf8b63dc2f0f9bcdf7bfbe0c00f5a4a8fb4e5 --- /dev/null +++ b/data/part-06060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd48972fab3b808143b71d0d97742a55dd44974d9180805d6d1c8285b92d654 +size 431607109 diff --git a/data/part-06061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea0be29838620cae3bb86f4f89a5c92fdcef283f --- /dev/null +++ b/data/part-06061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626fb1b8a13e150f2609b7e4606eca73df94d2d04dd7652e97f35fe2a0c629b1 +size 664983956 diff --git a/data/part-06062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be0849d81132a69f07f8c05d9acb87f97400121e --- /dev/null +++ b/data/part-06062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78be40337a33ad47d68afb64e855b669d48d10ed406aeee9d40f795f1174b43 +size 444398396 diff --git a/data/part-06063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..650991c78398a1780228981c97c293aac92fe840 --- /dev/null +++ b/data/part-06063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9dfb7b05ad1939fe3aa6f0b2daedd81e15d10d979aee16bc1ff3d2f2042019 +size 602812543 diff --git a/data/part-06064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa9131e7854a7e8d7d1573dd56d8be5e3e8e05ae --- /dev/null +++ b/data/part-06064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4a801bb66eacba609993697be6e14f64d1b42ac01d9aee546d7cd1712d5c3f +size 533787856 diff --git a/data/part-06065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b050e3d3ae748ebb337b2cd03c30236f677aecd1 --- /dev/null +++ b/data/part-06065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a503509391b3b205f9d9f17d41525b19bb3ce4efdca4022de43009a0ef8f68 +size 570128134 diff --git a/data/part-06066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..731975991114042a2490a28a314c54e65dd6a116 --- /dev/null +++ b/data/part-06066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c127dd77a1fdeba4c81ad0f7ac5e037c72379e529b8869be7edaf5af77f1d26b +size 481031818 diff --git a/data/part-06067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fe63bf1c3d24657b5c65c03c310075b99e73bea --- /dev/null +++ b/data/part-06067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538eeb9fd3d367330e111da42c33b02853e409c7154b079f7692c20cbbc9c6ba +size 535517496 diff --git a/data/part-06068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86ce1e571d7f7ccd3c736bcdaeddb26772d1a1b9 --- /dev/null +++ b/data/part-06068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffbc67178dea732bc4f7ffb970d1521da16ccc86d91e617db5a98d08ce4e8b3 +size 478354321 diff --git a/data/part-06069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8d6fce88188b9ed1c4ea51df781f738cfe33d53 --- /dev/null +++ b/data/part-06069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d54d052837bd0a2b3e48280a595535887e8c36cf51024da1ea260d4853d934 +size 577202864 diff --git a/data/part-06070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ec8451ffbe50832d3a5100df603b863515f86f3 --- /dev/null +++ b/data/part-06070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab00b4c049c804e160537cd6810c3b313ca7699b07ebf333f7629dcf8f703f +size 473808430 diff --git a/data/part-06071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3062a4d0fc7bedf9b8434c15f7339b23ee973a57 --- /dev/null +++ b/data/part-06071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adbcb04ee95176cec22011f5ede99ff95e7dcc24f94623d6b0a70831f8606af +size 487368129 diff --git a/data/part-06072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb25578ffe4634a811d47f34cd089f5bd5b3376b --- /dev/null +++ b/data/part-06072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8d046554dcbf9605ba48ea416e31b7ebea48ff2d18227b0a0946e3eab0a932 +size 635734572 diff --git a/data/part-06073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5400ca1c509af22425147b5d30f8727903c0f607 --- /dev/null +++ b/data/part-06073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4d6cf42bb9b3f123a759cb5479a12bd355e7f48c394e0145ef3722757b8545 +size 441163680 diff --git a/data/part-06074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..714a5af0b8b1deb0abdabfa580f66b6c2801b4c4 --- /dev/null +++ b/data/part-06074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d029d4d9a8f55031b1b3c3c123dcb4944b90ad1989d25710f2785842970ee22 +size 380593581 diff --git a/data/part-06075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3235e0ef7304ff96e4700f13311ec585886e9c2d --- /dev/null +++ b/data/part-06075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1e7e54bd49b9b1157ae734e6a7066ca556bbcd392e8ed0d31c7e390f333e25 +size 547046407 diff --git a/data/part-06076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83f47b67cabfa9dc7fc95ac8bbe20c2c44587514 --- /dev/null +++ b/data/part-06076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86863a875933dd198b335ed1a1d6eb24ba5c65f7ca08892afcc803cc55653011 +size 414941543 diff --git a/data/part-06077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e60dc70a12152e1d98175d6a8b4fbaff776bf09 --- /dev/null +++ b/data/part-06077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d417bbe9f9e98fe55ad9507ff37999519fca27ff6163e876cbda139dfa1b4c02 +size 1024072764 diff --git a/data/part-06078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38caba5769a66387f42e1383da0d98a713b11a0d --- /dev/null +++ b/data/part-06078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ef4f23ecc74c7a0b904fb771b9361d3fe023909ead913c167ab9412a0663ad +size 541753267 diff --git a/data/part-06079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4848cf116b080f118226399c42b364a30d08bc62 --- /dev/null +++ b/data/part-06079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa940d732d643d9ed878750983742151677b044440180a03a414c8b2469e6ca +size 545411801 diff --git a/data/part-06080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccf9493770525232bf50996c21c3b516f142296d --- /dev/null +++ b/data/part-06080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a7289182525d179a2df38b59c9a7db8bd0abe56a8b0463a4833919ef1bc23a +size 718817260 diff --git a/data/part-06081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eb2998316f24bfb9c3a125408beb33a4762e4b1 --- /dev/null +++ b/data/part-06081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fff0d3eb4d3c5f9b7e391e665e1604afb00dc5591f8e6035451432b7d6d3b8 +size 519673337 diff --git a/data/part-06082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41ecb9fe05913aecfb040417300bd9630a459afb --- /dev/null +++ b/data/part-06082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fbfb90928e52428723409a852683e3ea7ba8013b6e0a4e98c64a20fc7979a2 +size 614885309 diff --git a/data/part-06083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22a2a60a544ee60701f492dc107554951a176de3 --- /dev/null +++ b/data/part-06083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0244b2c69dc23dc053f7eb1b31b94463768429148b9da21428dca5c1d37f22 +size 389225194 diff --git a/data/part-06084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5f2a38fbcb27bc6806e47629edb037f51ef84de --- /dev/null +++ b/data/part-06084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523647c9761a9aa40f883f567835f98b1e6ee078df76bb8e3b78a5c970dc657b +size 523092949 diff --git a/data/part-06085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc474ddaebfe9ace4ad4760dc11095a86ee61d1b --- /dev/null +++ b/data/part-06085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4472a9e6be9b687c46264df70c9e2fe1e215089a73f956794598f588423b0bff +size 534630186 diff --git a/data/part-06086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e405855228de13e09e84efcffa722a25a4a66d0f --- /dev/null +++ b/data/part-06086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bb1cee2d4cdb35a7a5168cb59b01051af9dcd733e8b63214ffd21ad1f61468 +size 622232239 diff --git a/data/part-06087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb3351712054bb6b8c082fe87cf3428ba1d64027 --- /dev/null +++ b/data/part-06087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532bf70e961911a6bd2bb3dcd20eb5c06befc6bdedcfece3b30fe7244f5ea5d2 +size 521080046 diff --git a/data/part-06088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d349a4b59300444eb162ea9a85d88ef6ff6c9795 --- /dev/null +++ b/data/part-06088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a8a1bcd88fcb8c793dfe7979a2634bd5292276c9153309475de02687fa3d40 +size 526915636 diff --git a/data/part-06089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd689232a92391d3842e050af0cbb6fc795054c3 --- /dev/null +++ b/data/part-06089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37236838bb1817cb12e84660b89c799ff6ee4f6bc904172e146a61eb9ecf0214 +size 452745568 diff --git a/data/part-06090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..762078d90b690a2fe46d3577f103254fec1a989c --- /dev/null +++ b/data/part-06090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ddf1d3fe3b1dbfbc1c58421028d5dd8ed2015bf968728fbbe05ecd5b86a2c4 +size 568647049 diff --git a/data/part-06091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fae55fa973d310a619a2aed1bed1e868780673c1 --- /dev/null +++ b/data/part-06091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bce3a78854917547bd931b947ec650da061f79e71ef703e744864b7ae8cdb4e +size 578592581 diff --git a/data/part-06092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df4b9ecf7698ed1cd4021d5cbb561508699e0f60 --- /dev/null +++ b/data/part-06092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9a292767cda6a4b388fe71400c2015363041d3844f7a1c4eef4f1842a0fce6 +size 439364902 diff --git a/data/part-06093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c02f841488617aaff3f5fb84c2938a65e0127d03 --- /dev/null +++ b/data/part-06093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e4468db8e8864a069dc6c19bb7a5bcee8250b3194638c39a878f888d08679e +size 472646294 diff --git a/data/part-06094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1f1d3edc1622cd2d467a030d3c44dd61b5cf11c --- /dev/null +++ b/data/part-06094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0985ac1952cb1ba70c46b892a5fa56bcac632d1de87845e6c1037d44c00d9641 +size 554453792 diff --git a/data/part-06095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bfc688e705d969ab8c8e77faf44e582b482020e --- /dev/null +++ b/data/part-06095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a07e0a94f403c5fda7b5a65ceb79f5831f132d6341e239a33bb62115730c50 +size 500842798 diff --git a/data/part-06096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc20e23d8c0e7391aa933bb0640821a28f40b117 --- /dev/null +++ b/data/part-06096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dacb739285a55e1f6056a4e0abae83fa27f37d5e01eb7db871137b57cf82d2 +size 431325250 diff --git a/data/part-06097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d910594f4d6e16c84e167d42aacce01792ac366 --- /dev/null +++ b/data/part-06097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3796390ce991f06992d3843388a98225e73c642e2742b06a5e1e1f7d2009d303 +size 445698224 diff --git a/data/part-06098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31915520638e68346af7a5f36d22551fc46e92e4 --- /dev/null +++ b/data/part-06098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea56ca29e540ef45dc21c0a2fdd11cb6255c376a1270236531e19f15ba47ce6d +size 881199124 diff --git a/data/part-06099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a615c45bc0bfb3c0d5b0c7f0c88d80ddb61697dd --- /dev/null +++ b/data/part-06099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e700988887359e5d41b3faeee758bea1fd210512a823feaca243548342b4512 +size 723247314 diff --git a/data/part-06100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0aa9183f4e01ebb4badd85f050f1f697c9a7ba28 --- /dev/null +++ b/data/part-06100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09477933c45fd4634442b90df023c387f09c2b191e3480964b452f61b1e8e7db +size 368983114 diff --git a/data/part-06101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cad238d20d62e9dfdc240816dd5fd40ec1424eb0 --- /dev/null +++ b/data/part-06101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760832695fa25cf9fdae5474f59e7d7b1c096ba32ae24aed1ac2b52c1643c49b +size 815822518 diff --git a/data/part-06102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41520431e3a1e6804ee228bd49c42a09db57d59d --- /dev/null +++ b/data/part-06102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916747c5902800e9ed4f574e71d9018702fd9106f0a2e7725ba451c43b3aed0f +size 590904590 diff --git a/data/part-06103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77b13cf92f79850932317f22e13373ba13a84f55 --- /dev/null +++ b/data/part-06103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefc3dbdd3947d848ca1eeb01f2d7a1b077f19e061c0a80ae144527a127bf387 +size 407002846 diff --git a/data/part-06104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddbb4905c0bf81cd097c7b587c5ebe12218f6869 --- /dev/null +++ b/data/part-06104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaaf81d23f9393e841b930905d218d5ba392921bbc398e749fe1293263822ec +size 444605280 diff --git a/data/part-06105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..581c27a145e61bbd8b767d69ffaab37491163080 --- /dev/null +++ b/data/part-06105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1388fde6a77cce56f15e571f560c1051d576c77a1c369c8bcf3e3ad5067bf3 +size 712998529 diff --git a/data/part-06106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c756662e13da392804f4e07845f81627aaaee312 --- /dev/null +++ b/data/part-06106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19deaa349d82f70793a9072c5e08a3de4ecc812ff16587285e7fc2580de0dac6 +size 393355145 diff --git a/data/part-06107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acd61b3f93218f3818bdd6530aa14d8340633c95 --- /dev/null +++ b/data/part-06107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48c14e172e8d39784cb9653429b4e9225bee348bf200121cc56b897e5dc12f8 +size 502149480 diff --git a/data/part-06108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77f3bbe5d369364085e6cf9e89805c3f701e612a --- /dev/null +++ b/data/part-06108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35da111f9c44ff02ec270f046ea1d62a48b0dbdd2a1d998a766b1ce26ff857e8 +size 538494726 diff --git a/data/part-06109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7cc4956dd03a80865bb61724850d33c56984562 --- /dev/null +++ b/data/part-06109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c49354540d510d15c09221b88784a016c8d4af50375849e8132b4f966531797 +size 914676767 diff --git a/data/part-06110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ce2be973dbad59634500c4628c6430e118cc7fd --- /dev/null +++ b/data/part-06110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1be542dcad32cc6deba880a360a51d69accb48a4bb79f0d5fe76ea3074b543 +size 513999195 diff --git a/data/part-06111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3cae4ffac06b53239f9910e1fbb62724c17af85 --- /dev/null +++ b/data/part-06111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3493d03b5fe68b6888357904ccf3cbcdd637f281ebca6755bb675970831e02 +size 673380891 diff --git a/data/part-06112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd881d80bb499638e6f18cc80443f900a7cdf8e5 --- /dev/null +++ b/data/part-06112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150ae5570fb55101dd3d35fb796fcf3352215532af576ffa5d6cf328508c54d6 +size 477498153 diff --git a/data/part-06113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49792bf91986d5c286559de0a54f5e5ef00addf0 --- /dev/null +++ b/data/part-06113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9cb8c871571e2e96f6ffc2cfc6192662865dbfde52d1d74dcd66d106574b36 +size 873163223 diff --git a/data/part-06114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63d1527f8aa896f42cb649457d9461b6927e23e1 --- /dev/null +++ b/data/part-06114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcf7a66816a1d7e8f14b3dab6e4b9420755c21bc55fa76e5aded3c42320279a +size 417952072 diff --git a/data/part-06115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..832b00adb5367978128f3120ec653a79d725ffc4 --- /dev/null +++ b/data/part-06115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdb25a8cd22c695d5548b782498274dfa0cfc55faf94b6368d14147252ebf76 +size 517671871 diff --git a/data/part-06116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc3e2b845acdfa4c9eaff8dc5a1df46360db03da --- /dev/null +++ b/data/part-06116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9a0ee6abe07b8bd961af17c5cea1c76291ad8250edf8b7f2fbd9ca2435c02e +size 514154257 diff --git a/data/part-06117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad32413ff13d097a686a79059e933f1aa4cfacaa --- /dev/null +++ b/data/part-06117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1698a6dd4602cb58f85da980251f6fd018db61eb982890f8016181f475c9cc2 +size 446058348 diff --git a/data/part-06118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cf42f5a842b222e5e956582282fd882ba4949fe --- /dev/null +++ b/data/part-06118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a76c68f08de960a4c508baaf1f5eee2f9658de4ea95d342b9106495e602169 +size 370149943 diff --git a/data/part-06119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61a07fd6c85b7e5d2a24a92cfbb99130d0c22915 --- /dev/null +++ b/data/part-06119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4735170573613af492c52fcefbffa0e73a7fac7cb0cdb4d188d5626ba3e877ba +size 442270446 diff --git a/data/part-06120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..889bdc6b223e325348ab2d3a62ad59ff0bcc64de --- /dev/null +++ b/data/part-06120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78640a0eb5fa612efdc7a9b1f3a1b0956d93ff53da4035c178ce2f208ee8cc2a +size 503910096 diff --git a/data/part-06121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fce46b2e7806954ace6223932544d0d3a5043d8d --- /dev/null +++ b/data/part-06121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b495a9967716a5d616d12172f93f748d236acdda39145009f145028a89e566 +size 1267666522 diff --git a/data/part-06122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b0d433dd12f679ade382b027f69ff28f8dfc7e0 --- /dev/null +++ b/data/part-06122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff645376e2ccbb7429940508033b448aafc6dcbfc6c183bdcc30e00d78c5cba +size 415570588 diff --git a/data/part-06123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75e496712b6ebb5a25ed4c6475bd38cb559f9297 --- /dev/null +++ b/data/part-06123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c86cfa4e2f76c9d9d5a0e8f525d8f77534e6c9473f0a023bf813ce1368bfa05 +size 704669186 diff --git a/data/part-06124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c76bcf860d8914fa8ac08934e2d798a88e9c14f --- /dev/null +++ b/data/part-06124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f88b4509567f0973fbe5406acf1d030200e18af0bc70002e390328d8a6a1aee +size 661379188 diff --git a/data/part-06125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b090c84bc2095a9ddf4674dfc3743af4d6122cea --- /dev/null +++ b/data/part-06125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daed47e71c32f230e5d4c7c39c56a927ee6584c32f0a9879b10bf34abb90bc3e +size 830352446 diff --git a/data/part-06126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8409fe3484b9ba0217d3aff3125a57a3887ebd92 --- /dev/null +++ b/data/part-06126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4695d685375e2603d14121de9da128ee8ef567bcba092cced865d73baf397863 +size 514764332 diff --git a/data/part-06127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6909378d16fdb8d4358cdb78472f5ca2982740b6 --- /dev/null +++ b/data/part-06127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3678b6c288ebbf68cabd6dd1d0cc0e48bd1bfe5e1c7f1bdd8c9a989b52296fca +size 482117930 diff --git a/data/part-06128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..becce813afecfc22b405a0bd7a29df2b020cb27a --- /dev/null +++ b/data/part-06128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f25caaf01c3d0e24f425a7aca0cc0c617dcc2891450c56584a79567e629566f +size 514600927 diff --git a/data/part-06129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d124737c2fe17e875c14a99d447a2057512f1df --- /dev/null +++ b/data/part-06129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01155f794a2d2902421c2c6c24fd3d953a19c42c8aaae30f06fe65fde664c98d +size 499350477 diff --git a/data/part-06130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b25297aceeb17201c0297a051006c44fd50b656 --- /dev/null +++ b/data/part-06130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6efc63ddb2a5808522cd9ad91cc17c0dde94ea945f25bce130527dcef8fc86 +size 444856824 diff --git a/data/part-06131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5258c18b1398b042d151bc847079cd4d1237c73f --- /dev/null +++ b/data/part-06131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d3c4a20566563ba679000ca2f57cc2e6f1b2120597d81b0a559fd3e79d5bdf +size 456369601 diff --git a/data/part-06132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a77d5e196f4a22e0e1a76f32d9cbd0e409aa2c9d --- /dev/null +++ b/data/part-06132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a219ad9fb572a6eeb06cb5b1e94b6362854c76ff870056f85c1bc2f2bc9f90 +size 504642704 diff --git a/data/part-06133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a701fa266a76dad310c36e7b51da8bb5b957c667 --- /dev/null +++ b/data/part-06133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6262d117e3bd264db4be01016b99efc82c2e48ad0ee4e7f590192bd70028d85f +size 706400983 diff --git a/data/part-06134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..755769a2b7f78a74748d4b906fc59f676aca3e42 --- /dev/null +++ b/data/part-06134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931f56c3edd305170d80835c5e5f178d5811ad7125e15f3176ea0f0359ca717 +size 613526602 diff --git a/data/part-06135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4eca28619d87efcd3f23eeb263ce0ff6fe354c9 --- /dev/null +++ b/data/part-06135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753a3e90bb66542a4a4c770bd2fe96c2485ca4131e1100f2b14ba35f901d0272 +size 476747209 diff --git a/data/part-06136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0019b991fbb014c20fc6d5c17eccfe03e5a179a --- /dev/null +++ b/data/part-06136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffac9f5de6473aa407b8b5b662d8551f87f61173363443646dd306b652bb2557 +size 427384536 diff --git a/data/part-06137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cd7b0985024367d662e376a1793ae72232317fb --- /dev/null +++ b/data/part-06137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b29e2a025ff88bc2fcadbe83294fad60c85cb8bc285c11927da2c38dd3f3b64 +size 416172153 diff --git a/data/part-06138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6a0b7eb5d05fada8ca37d850945b92a9c1e42c --- /dev/null +++ b/data/part-06138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9d714ca14dd40ae7beee1b134c818dede77051dd618079369ae10fb31d0d6a +size 392874141 diff --git a/data/part-06139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9001506faf32f92283a9d6e61dd50e78a2262e3a --- /dev/null +++ b/data/part-06139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dec528f47b949b8c702b1045fc08de36b0f1e45b1dc95ba464d3047383a229 +size 405096959 diff --git a/data/part-06140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47185aeeddc672bd6c90a3c85ba5feb160a70e70 --- /dev/null +++ b/data/part-06140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452cf78cb0bb14755a517e4bedf40623264209c0ce29b98ece32a9d6f7f824a5 +size 684640041 diff --git a/data/part-06141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f57c24ef15942ec3eb65bd956c1a799cc7463847 --- /dev/null +++ b/data/part-06141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae42797e917e5de369fae5fa4ce45405d3f98bb558c89f145a40d84ea1cadfd1 +size 412915800 diff --git a/data/part-06142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0d6fb58abb478855a4f49c172e185ca8afc5181 --- /dev/null +++ b/data/part-06142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fceb259ea5e76d65276bc58697e7ca23b07fc39eec06e1feb719868ef723f1 +size 406130963 diff --git a/data/part-06143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dce2b796c10ff5206bedd59e2496047cb9d6ec79 --- /dev/null +++ b/data/part-06143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d0c679a1fb6a14189a1c6d5254ef9a3e880fa4f52cbf3cda6b5162a0d907cb +size 536466355 diff --git a/data/part-06144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63b14433b717a880e46564ed8200a4290e62268e --- /dev/null +++ b/data/part-06144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6dd35df7da2ad177881d1dbbc627d39f5c4903d417966f3633ab69dfe12daf +size 948032432 diff --git a/data/part-06145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce232c3082322541a8808ca8af3be1210208e29f --- /dev/null +++ b/data/part-06145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1258ef423e59b0420ed30dad8ecb49145a99ad87462d749b655ebe8a2a7be2af +size 467350102 diff --git a/data/part-06146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..559abe62c7813022bb2d7665545555cdcbb4a1dc --- /dev/null +++ b/data/part-06146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea7db140352df44411e56eccd39c27b3a11beca48a57d589145a81479e90e04 +size 909572216 diff --git a/data/part-06147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caa9b362b663166f63424c32e9c43271308539db --- /dev/null +++ b/data/part-06147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5772b1e397ac8afc9492beb8e148d2d4435787f1454e6df93e07ffd3a835d9d +size 709011332 diff --git a/data/part-06148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0177e30ca04ffbdebbb48ca516d8f3a8d8aebcb --- /dev/null +++ b/data/part-06148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50baa5c4381037fb4d462b3df849747ede6ade3d0baad5df2886b780a1ef2a46 +size 408060254 diff --git a/data/part-06149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9221f34e8667c6cc341dbe3441e6c728a05db89 --- /dev/null +++ b/data/part-06149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0ecbc35e90000f0e22e69e2e4834118261c64142716a4053276811466aa1b1 +size 444258761 diff --git a/data/part-06150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eab9ab48e978c57a1da386046c42064721935e4a --- /dev/null +++ b/data/part-06150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed8ec4971dbb871671e33cf19136a52e6b3299fc0a6c2ecbefc510455ed7cb1 +size 444706672 diff --git a/data/part-06151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96a9d19801f70d7211b73707b0ea391053e83cbb --- /dev/null +++ b/data/part-06151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6d74d9d5df3b1db7106132e1465f8ce95e8a086ff16f36748adec91beab792 +size 452722772 diff --git a/data/part-06152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83d0ec081506f6af645fdf7e9065a6a0f8c4e1ed --- /dev/null +++ b/data/part-06152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df011f380d8c6ec636e2e66f37010b06a8a2bb1cba72be0a85a73fd21bd476e +size 572131360 diff --git a/data/part-06153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edf111fbfc9304e934572477a2771a1c7bed9d71 --- /dev/null +++ b/data/part-06153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0040171fd0fe20bf42c8c99fd8c6009bd08058730fd96a80f43796f688f1045 +size 750136067 diff --git a/data/part-06154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc0b4023492d6a3aa98e41e8dd65b3314ecbd2a6 --- /dev/null +++ b/data/part-06154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aab5817f3a8173b638c828d4f4e1c5874b394def4451734aa3c86b7431f905 +size 441743467 diff --git a/data/part-06155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b8e73e46860f84f6ca75fa2956969926b958bbe --- /dev/null +++ b/data/part-06155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4aa04b8b2f70b9c56d36de1c326498336d02c73e36411b3c052c2b81bab670 +size 611881678 diff --git a/data/part-06156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c49a1a344dea51170cb1b285ea8ca8b2ca5634d8 --- /dev/null +++ b/data/part-06156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5934248cde3b568e12c9889ab0348e9ae0ad338936db771cc5ce50d67a372377 +size 608477603 diff --git a/data/part-06157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b232f925c331a672079b0f033fea9db25192383 --- /dev/null +++ b/data/part-06157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d323221c8a9bc2212a3c330257a44e2cef0f1838162178483f8f47fde61fc16 +size 522757385 diff --git a/data/part-06158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62eed75b26e453a52e81e8a3d2e0c8d916ec52db --- /dev/null +++ b/data/part-06158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7ae46bfc0f7bd2ede1109f05a7ae51efa8dde29a1b1a0cd133c6be499fca47 +size 503574253 diff --git a/data/part-06159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..428d612ce75ea381651f035246a9f25dff7de3f9 --- /dev/null +++ b/data/part-06159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127bfc674c5171b6a4d212d45e8839e842d8a3869ae35d77dda083d6bf321420 +size 685983550 diff --git a/data/part-06160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f877a742c4f1a64db1999d22d27144d6e811adee --- /dev/null +++ b/data/part-06160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb20dcb48c94ed473a3fda1ec2ba1d9e58bb3d4a2a88cb54ecf3753abadd883c +size 808290042 diff --git a/data/part-06161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd8f35c76f3a69660a065269285654df84fb71a2 --- /dev/null +++ b/data/part-06161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c69e805cf29f2d395ccf74075e6b9be0476af1172de4e9579c8557f8c31fb7 +size 531436090 diff --git a/data/part-06162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abfe34151a9bb57386efcbfec5eccfe0f4c6f7b4 --- /dev/null +++ b/data/part-06162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea19ed0ad367d5ada0ae2ddef21915c4bc0d0bd5a3bcc023dbc1784c275b1e04 +size 529887210 diff --git a/data/part-06163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce20e00d82c4bb54ca0bec88a9588b4fbb2851b5 --- /dev/null +++ b/data/part-06163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0b64e62a4347d230c18625e2eb21e8405c37a75f5c46a3fe159358a969c237 +size 398735702 diff --git a/data/part-06164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb0d4342d2f799b30561e2340b4a1214c5c9e305 --- /dev/null +++ b/data/part-06164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b30ffa6c22bfc5a31a2eea4b27dd3a8bf19a05557c6be47b567a41cfefbd1a +size 532382452 diff --git a/data/part-06165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c09d9e32c0bb7e5a1a131b969fd75b8da780bdab --- /dev/null +++ b/data/part-06165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d2b8790c5bf264c4d0fc5432c935ae5cab762c3c8283242ad3af53416f8b3f +size 513234679 diff --git a/data/part-06166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a65addb00b8a9a32e6cbc0f04ed57380251e12de --- /dev/null +++ b/data/part-06166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5d5244e43ea800ed810b1fdefc052fdcd76e921878d920b5435ffafe88ae93 +size 584774055 diff --git a/data/part-06167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2027eeb95a8b78a8ccdb9aeebf68cfa6cc22bf4 --- /dev/null +++ b/data/part-06167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8fe816b91a4c3b9f52ca8acac9bdd04ed3d9ac8a4bfdc8f454d47f8845e46e +size 378672614 diff --git a/data/part-06168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93996c9ba6ffba89261b250bd1f3447908cab175 --- /dev/null +++ b/data/part-06168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39266690a5a76f641bcea89aac72d3c3e38b2fa74234089a6f388861242ee32e +size 658491553 diff --git a/data/part-06169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..870d46e63d13e3a44cf9ef5ca97385ca7f8d2acf --- /dev/null +++ b/data/part-06169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de0327342ff841093aaa4a49129e39f8afc8dcc4693785a612b51846346caac +size 496252524 diff --git a/data/part-06170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6210c07a72757ad298a4f895d027bd9cc812d2ef --- /dev/null +++ b/data/part-06170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22469bcc497b8bfba3b251ba1151889debf4e9f56b1179b1da5baff7787f3a92 +size 594739988 diff --git a/data/part-06171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f558e6bd5be85e557befec541a535ec8c8260b8e --- /dev/null +++ b/data/part-06171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceed97dee282cf1cb59c4c3a7e1ca8fb9620bc076dd2c7e167801699888290e +size 659180700 diff --git a/data/part-06172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6a51c843fabc42b363f9b57890aaa4239960d9b --- /dev/null +++ b/data/part-06172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3a28a709e9575c59cf8253940e72b644abbb863800a8d60ce84d4415b65a91 +size 521759367 diff --git a/data/part-06173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aed2068a5bf5b9e203ababd6e11e561a907f68f5 --- /dev/null +++ b/data/part-06173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a2b4d8981ca2d8b57f2560d61fff904bb657d4039b67a96b54f17841ccb9d1 +size 458249735 diff --git a/data/part-06174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6f2d159891b2f46a354dd25cc692c56639148b --- /dev/null +++ b/data/part-06174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f44d2bbcfcc362176e5e50e7fea503da2258cd5f0e9df59e3d992c6afeb4c4d +size 425773981 diff --git a/data/part-06175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dcacab63fcf9e365a2e66a14c79364ca20425f1 --- /dev/null +++ b/data/part-06175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d7b8a78d22d713cdff02346851cb85f74c15f0c973e9d86256686b2783e6f0 +size 556099752 diff --git a/data/part-06176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..135e44f41644b2af4f9fdf9e9b477d7c12cc8a81 --- /dev/null +++ b/data/part-06176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b14797d2cedd0538374d11526675bac63af891104067e2b60df8cebf77a4433 +size 584051558 diff --git a/data/part-06177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3355bf800ee74ad29d2dc07a58492a47105c8a28 --- /dev/null +++ b/data/part-06177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0420de238f6d90abfb107f3e60435e9cdf0090f9a3ea27c5f1c74bbf262083 +size 959988894 diff --git a/data/part-06178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03b6d94ed572f392a047ab09857de309a8f31623 --- /dev/null +++ b/data/part-06178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38039ef845e1fd77984ac8f95a1cdbd6c0a6cffce7c4e583fac4fa6823e1755c +size 545074523 diff --git a/data/part-06179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be5628a6ac5be2076f1e4da6589574e6400d7074 --- /dev/null +++ b/data/part-06179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d8f8e385d76a01c73c2baab491eedbdd7dd0f00b007b72ff62b0774b60ee10 +size 437984954 diff --git a/data/part-06180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed090bce833bcbfa6386715bb0108cce05af1fc3 --- /dev/null +++ b/data/part-06180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3638798f604871ae4b49163106cd17b50be2cdc99e56b588ec782df682f4a34b +size 474576261 diff --git a/data/part-06181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8342a0ec2e80e727c7d17495a033be34fb22659 --- /dev/null +++ b/data/part-06181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba9d2051f1b23b10393dd9ed11e6fc1f2af843c57df8092448f8d96ece6f631 +size 549941579 diff --git a/data/part-06182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f6fa15b75a3495bf5ea9c8baf79884f64f69c8f --- /dev/null +++ b/data/part-06182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0db9e73d3f4f7f14488d4a1241c09372490cffe1bd1ce29a850343ef1e33d2a +size 1100421384 diff --git a/data/part-06183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac7c40e7d9c9fe3f7d6abe75d2a888eac06de2f8 --- /dev/null +++ b/data/part-06183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050126caf1c64f92b2e2027a79d226e676f5e22702d1ee6a44958c4aaca0350b +size 434032488 diff --git a/data/part-06184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3511d7e0e407ff6b50d3b1cd6b276306a3c1ff58 --- /dev/null +++ b/data/part-06184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c741ed620579715c0d83810df0c6487d7d6c59ffd1f59432d64f95481a90a8b3 +size 676705714 diff --git a/data/part-06185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00d6ce15f416ff6ba48901ec8f25d3dd383389c6 --- /dev/null +++ b/data/part-06185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785c5ecae47ad427a30365551d16ced6a86a46bbe6d0adafaaa157fae16631f4 +size 401806729 diff --git a/data/part-06186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..489554e4bc2d1092ef442a92cc898fc39667b4ce --- /dev/null +++ b/data/part-06186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca35c1c1875c6be4dba8e17ec6bfc01ec012cae21303edc2238431f324545400 +size 472652475 diff --git a/data/part-06187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..335c541f19032b286d9af9f959a43dc81cd9a9b1 --- /dev/null +++ b/data/part-06187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3dbe324a3e8fc5b270ff023749a25acfb8cae7e0ca5221fd184bfabe843962 +size 421128154 diff --git a/data/part-06188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0853ad4342f40b0b80fa7b692fc612d0c78dcda7 --- /dev/null +++ b/data/part-06188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c18abe087e86021204173b625c536d56507abb9f65298669e542435cc1f3112 +size 535126933 diff --git a/data/part-06189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b545d3bef46af04e99919abcd1e241cfe4ede4e --- /dev/null +++ b/data/part-06189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b685b201e10c045b07e86a9abe62f4369bddf1f7eb5a9f19ed25aece950910e +size 477305524 diff --git a/data/part-06190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3835554720c9b5b0f620c0e1e2295972bf93ecba --- /dev/null +++ b/data/part-06190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b49aff4c38477980feeeba8e4951671b9e3c46cf3adc7b2cfc5664cac3c6f0 +size 534367277 diff --git a/data/part-06191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e350242500a2fa78398f660179c4ee4b54989bc3 --- /dev/null +++ b/data/part-06191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105310cd291a9278ef64ebbb05a6ca09965d2339f477f10b4fd48f91775f4470 +size 419319744 diff --git a/data/part-06192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f443efafb62b2c3a4279d67858a4d4b6c9dbfaca --- /dev/null +++ b/data/part-06192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0c5de585b8d5803805ff8cc4ebd1f954710937b05267fe450c58e754021102 +size 367872371 diff --git a/data/part-06193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebad6afd0b33cbf839abd7de4db8bde541738272 --- /dev/null +++ b/data/part-06193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebdb7d66da8f877a7709d4c384615cfc73033a1dd849f479d8410d6ee3a6ec5 +size 679393769 diff --git a/data/part-06194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85d8826f81b1b82484d852bd2637fb7c5613f190 --- /dev/null +++ b/data/part-06194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4746613043d71076c91526392c84b09fa42259ad007e16da7a08f178e3150fa +size 455852759 diff --git a/data/part-06195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4add6949b92bac6c1d982afabf3639043a10fd3 --- /dev/null +++ b/data/part-06195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88403d672cd97797beca442dd5f96a6f8e7061cad543d36027b203ae3057b095 +size 468065176 diff --git a/data/part-06196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09acc019b9e51ef83300bec28721fd481dc32696 --- /dev/null +++ b/data/part-06196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876e8112eb0f4c634199598f1f0aa51ff612f5d9ad1f9369c36a8af6423fdcd6 +size 728299660 diff --git a/data/part-06197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e8ee69df2ab97ba540dda753ad390ee6a2098aa --- /dev/null +++ b/data/part-06197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d95d122f8ea5f5c38876ab150d6b81f3e1407af0a09a5c04c564a3d6f951a0 +size 452729692 diff --git a/data/part-06198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fff690059c08d4a68c59a4e108c5e4d4d7df1e0 --- /dev/null +++ b/data/part-06198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b197b3b9facaacc0f9f41bdafaae9181e0c9ace6ecab5668d597e4078df2197c +size 450563207 diff --git a/data/part-06199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9ea30c18e992489d15facef6518665c1b92284a --- /dev/null +++ b/data/part-06199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988a7a8e66ec17396034c0c953e4fa90921384a83a1a57227fb280246a562ef7 +size 482737332 diff --git a/data/part-06200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b64467ecc42aa8a1d2ecbcd17ccfc5637a30cb2a --- /dev/null +++ b/data/part-06200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6452c51664471d7cb083fef029d61a651a03331b2c0867603db55e7c1bbfeef9 +size 405071613 diff --git a/data/part-06201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c44fbfd85b8d54ecbe5e8cdd58946c12917c1f5b --- /dev/null +++ b/data/part-06201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd64d662d0c3d554e70ba562f1c0deae5190e8bd6468aba92d4ef9a0747b8d5 +size 421123513 diff --git a/data/part-06202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..726558b4bec8940a38583aff77f5b21429c4271f --- /dev/null +++ b/data/part-06202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d829933f1c4f1bf68a12e83731c1f7d6818f2b185b169c9610a1f2d7a511fad +size 389138892 diff --git a/data/part-06203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c17b4dd5a52bb7ffe329771e9de0a0214a89a101 --- /dev/null +++ b/data/part-06203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad66cb328344ebae9cbadfab1fc93d60c64ff7b804022a2738f90f7c65768b79 +size 483157414 diff --git a/data/part-06204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e635ce3c90f75584ca41f074319ad34faa97edfa --- /dev/null +++ b/data/part-06204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef7e167e6cfccacd6d6abcba796e74b306e696c88c31fb1af0223e0c4df9ceb +size 645229054 diff --git a/data/part-06205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..335d19f0804231e4d0fe17a93f236248b2ee9fd9 --- /dev/null +++ b/data/part-06205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c435d5e07a5c5fa4bdcc1c8e5a9535b2cd7ae56cf1194d84f64e433b40828b5 +size 636755669 diff --git a/data/part-06206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9073c06987b64fa50d71a473e98cddb8e426234 --- /dev/null +++ b/data/part-06206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bf7b741735c35dd4d993dc7036438dd6f87180926c080899776b830feecdd8 +size 437923142 diff --git a/data/part-06207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a271567aafead87fa9a7b0401c7212940ae05d5 --- /dev/null +++ b/data/part-06207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e952f393eecba12e2a8b03cd8967ef612cdceeb543009712154d4bfb0a2a6cf +size 571728642 diff --git a/data/part-06208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3525c28643717720e628db4671292dd37932d3a3 --- /dev/null +++ b/data/part-06208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212b69cca2b6e434b4b61696d9fe6469bbcbd170e9171396b64548ca3c4d9a05 +size 444910146 diff --git a/data/part-06209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5876f561b35f02a3a2dff40ebf75b38ffe4034be --- /dev/null +++ b/data/part-06209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db98df4c6f4eaa7d0f35f8c2401ee71c02576a1661264f6102764101e2bb41aa +size 498146924 diff --git a/data/part-06210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9495a56604b504c29eecf493723a58378d7d383 --- /dev/null +++ b/data/part-06210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fab5eefb3eb570203ee3b181d3ee498e983ce2e0ca4e624dd8c7d9acf9ed55 +size 556402114 diff --git a/data/part-06211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0cb8826c8de84870b8ac6ae5a408108e81018b0 --- /dev/null +++ b/data/part-06211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237af92e3c6bcf2eefd7e36d547020f6e9dc79b1ebbc46fd9908fb91c7e307fd +size 769855387 diff --git a/data/part-06212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fdb68a9550ce92562b844bc5a4d0aaba3518ebd --- /dev/null +++ b/data/part-06212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7531bc4c8d61672b9c683e76fa40e190a9284dbc8aa83ff8ec2500668484aba +size 499572028 diff --git a/data/part-06213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f177acbf9fda1b13662c16b1a1ebd88d64379cf --- /dev/null +++ b/data/part-06213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55269483b1617f38f576730a9f0dfbc402bfb913a3b309b35cd8e881ed4be94 +size 495531679 diff --git a/data/part-06214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3df38a9d5550c474cee66baae166fc8750d6e58c --- /dev/null +++ b/data/part-06214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c538fab998334fc22a9c0e42fe17a9511fb0c102c3c65b3a24ca3eaa47d05dc2 +size 468956960 diff --git a/data/part-06215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bd70eb7f99eb3f55ae10c074d76575684ab9484 --- /dev/null +++ b/data/part-06215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df27c73ae0f4d9c80f96cdf4ba8f411b61ee5a83f645d485e41384a6e663ee5 +size 471090662 diff --git a/data/part-06216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f41d4e4f53953cf559a32a26ee386593745f4dd --- /dev/null +++ b/data/part-06216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc56996bd915f3cbaaab2cd3035a2befbc40ff5b87c39024a7a2552affa66b7 +size 469090596 diff --git a/data/part-06217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2018b730852faa1192bdfd9a44bb641f593462ad --- /dev/null +++ b/data/part-06217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e014d580f34aef72008d12c93faee6d48542e3c1225968050271e1b23ad7dd8f +size 454539602 diff --git a/data/part-06218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afddbb9a7f53b030512bfd5a1c69d692097e8c7b --- /dev/null +++ b/data/part-06218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79df21b0eaeca27bf89b3be83418460873b0dabdb69587e1acffd86e500ddd7 +size 446897437 diff --git a/data/part-06219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f57b42175b537137fed7a3b2f0ad2d8fab7d2cd4 --- /dev/null +++ b/data/part-06219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ba2848780fb7b632271edc0ca550e4bd7d105ac9f7161d9eb0da26e779beed +size 708313469 diff --git a/data/part-06220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af7a08080e2583a092f557a212e534729795b192 --- /dev/null +++ b/data/part-06220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895fdcba1d40151cf97a12c67f8073a8b90ee9017c11645296e7943dfb40d48a +size 1311853163 diff --git a/data/part-06221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14eeddb96626be08eb6341ffe78413f0007bd3a3 --- /dev/null +++ b/data/part-06221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0166178bcf45bb66e4a23c23ce80e35fdd8e4b0e0e943b4651d4e7cb557cdb27 +size 580677428 diff --git a/data/part-06222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14cfdf3cbc177d62cf514cfe57e9140549fa0366 --- /dev/null +++ b/data/part-06222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e415023b535576d48d36d58e998378d9c8f9a61a0057fc24c2dc3c28316a8b88 +size 658039318 diff --git a/data/part-06223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31233505ebd4198feedf529f18fd48525ab9bf4d --- /dev/null +++ b/data/part-06223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5fefe5a900817c4a8f78064b29679c6aec8b94414eaef399d30811543a6ba1 +size 518328579 diff --git a/data/part-06224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9617bc3d5af1095e5f64f1411f805bf5e4a5837a --- /dev/null +++ b/data/part-06224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c54d6f5fbb3f5a1fa75ccc39306539f4a0684b0844575c804d0b637aa2a803 +size 578502859 diff --git a/data/part-06225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..effc620362a82ec585b5210df16e6200db47bd60 --- /dev/null +++ b/data/part-06225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4f655734673bc9a49bff5a357e4d228dc5dd97f68ef608a566b34d0618420a +size 436269559 diff --git a/data/part-06226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b175463a24a1bcf609e0f7fc61ee4c83a0369f3 --- /dev/null +++ b/data/part-06226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab70f610f95edb883030e9efa80b32b6951c575783fd749090309a65210fbfc +size 362543628 diff --git a/data/part-06227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eccfed13c41b182a8d5ad874c67458ab7bdc44c1 --- /dev/null +++ b/data/part-06227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4807bbb80b51b672456e7b3f5703281cdf4f5ce0a36842c721052e0eaa01d2 +size 504987151 diff --git a/data/part-06228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd015a776bb03f28f869fef23236995b47a84903 --- /dev/null +++ b/data/part-06228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d1395a2fbce77d780c53a16a333e988f86de2385487c6d3904b49c64791158 +size 508957066 diff --git a/data/part-06229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43946cec970bf3a9a7243ac12bc8911a7ea28b02 --- /dev/null +++ b/data/part-06229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2d078df9a10ae3a9ad0197ec059fdf7502a56455182bd6e91b028903811bea +size 381570917 diff --git a/data/part-06230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b6ba815515f2a6e6caa45b071e98aa98ee76632 --- /dev/null +++ b/data/part-06230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8810bcb9a29930d44515822d43780066a32bf98000184e7a995bc405ca6523b3 +size 509105376 diff --git a/data/part-06231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04ee8cd6e5b5472aef415ce1b5f11095ebc711aa --- /dev/null +++ b/data/part-06231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2284d57faf018c3ca93f4e875743a696e270e982401d605b69f1bf57f26039 +size 557803770 diff --git a/data/part-06232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a75e7ef113c4c83a1f274bf226fa34d2badf014 --- /dev/null +++ b/data/part-06232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7e58776b94070a36566c0cf7e9da5fdc23f6752ad32ba9be6d2f24a41c1117 +size 511541572 diff --git a/data/part-06233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a252f313d6a7146f8a0c13c70d0cce9f00946104 --- /dev/null +++ b/data/part-06233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edd6e656b9e1b16331dcaf606caafca8a6edaa0dc6b65b96109baa8180e193a +size 647440828 diff --git a/data/part-06234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a56f3af360a6f5eb9fffe0700d9ddfd688984fd8 --- /dev/null +++ b/data/part-06234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42866fd9e8a8e3b05b5ce093db8a445e001f87a6b499900e62b97a3637e29b1f +size 801570394 diff --git a/data/part-06235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c626017396be9c661bf8f66fc8ee2d9b0097041 --- /dev/null +++ b/data/part-06235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9480ecfd993eedea3c6ad8e09b4976e08b43e906e406d4060846bcef6d3706d +size 455841438 diff --git a/data/part-06236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac9475c943e3554f0209dc7450de2b74f9bb131d --- /dev/null +++ b/data/part-06236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fd7027ca5370ad2ee2d2e18c5e8952b68a140b9bf62ecc75a7bb1bf34a4e5f +size 525281175 diff --git a/data/part-06237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85d6406d72c0d55ad875d14a698da665eace77e1 --- /dev/null +++ b/data/part-06237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c104747fcf15dff699e91ea68408fa711802eea34c51f2ff2981688018726574 +size 454710169 diff --git a/data/part-06238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b35e8fa92a5481c6ac2c2d9c9d5255121daab82c --- /dev/null +++ b/data/part-06238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d90978057e37cd8cc292def302f7d25bc661424343d37fe6adfd9684cbcb83b +size 471492598 diff --git a/data/part-06239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c466fc8bfdf74850cb169bfdf9946850c0e6968 --- /dev/null +++ b/data/part-06239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15251ef72fa9d1c7f65e53853b268b1428b075db66aba1d58be25457621fc1b +size 459605384 diff --git a/data/part-06240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f78f1331b26cc7b4b198f4bb863bba82dfb8525f --- /dev/null +++ b/data/part-06240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a07cf7bfb15286790573f59da9155982383724821267ef35957b04eee0b113 +size 568153280 diff --git a/data/part-06241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..780235fe8a732a25b4f87128956b0303b8cea418 --- /dev/null +++ b/data/part-06241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df49b316223ae60b0f471cbe97e9d24f7da79a6e0ec0060255d54fe5fbbf6ce +size 425869164 diff --git a/data/part-06242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0de1af431aa712bb683e93788e12561faf7b1c03 --- /dev/null +++ b/data/part-06242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b87860227ab3948300117f49cd778e8e3f3f12a38e7fe61a787f425c72721a +size 400140101 diff --git a/data/part-06243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcab8aeff0000e0db56e2e43b8e04e371ecb4506 --- /dev/null +++ b/data/part-06243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0575da086477186e3cdba4da552d01e3cd9e4a1bdf8aa3d2ab3186751c8a087a +size 1207218352 diff --git a/data/part-06244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4661719a064423ee60f11d6e5dbc045b72a9e4a2 --- /dev/null +++ b/data/part-06244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ca74c766beedae163f0ff0a25cacc34a591a7d8e66badecc8981a83489875d +size 478763283 diff --git a/data/part-06245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91ea6cb00e47ef4d75e0fa4549f68eb42b9b46b4 --- /dev/null +++ b/data/part-06245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb02eca76c480088ac51ba3613074521b47fb76ff295b1614fab707850fa955 +size 609280181 diff --git a/data/part-06246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b091fb5a0a2fc27cb5cf41e39f84cb96c530f79 --- /dev/null +++ b/data/part-06246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fd1bf4a8b4fdd49bf59b84a0761e894675894118503fcd5dc81e5888ff1144 +size 439976376 diff --git a/data/part-06247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35cad817501ff8f109dae9387f809cd16c57b36e --- /dev/null +++ b/data/part-06247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf25fa5b2ea472e8f44af2cf6fda2d01ddfd77f2d6cada81ab7728d65d48c75e +size 521412751 diff --git a/data/part-06248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15a14beb796963d306438a13ee8c40cbe3c6a3a3 --- /dev/null +++ b/data/part-06248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234c3af94cb7bb1ecb2fbd5c31e72b04a0417ba0486d2a5f7675f7bad4eb18d4 +size 638731595 diff --git a/data/part-06249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39be284dcaa415388f0ad28bec7c81632402e500 --- /dev/null +++ b/data/part-06249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73f5c25aad386441df4ec16ff34306f37d4e5aa254d32b4c1005e76876a8c95 +size 513812958 diff --git a/data/part-06250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c897124a7f1264df0181ee0392c2383950487a7 --- /dev/null +++ b/data/part-06250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4205ca67343d63233941d009f783fbd37d6167fcfb162d7367532fd1e740ec09 +size 390098868 diff --git a/data/part-06251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16dc1af28fdcacd353ffd6e7f03b1e9ddeccbf3e --- /dev/null +++ b/data/part-06251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caacbd0cdc2dd0d2b7685a31e7f35592c23cfa09c823635f82490fd609d019a +size 509558877 diff --git a/data/part-06252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d5a578d9f49b87464e3b7093f54e1609d2c868a --- /dev/null +++ b/data/part-06252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e79b1c873fd36f221e6f58d5705b567b534c4bc0550acb237e682041a78727b +size 575642279 diff --git a/data/part-06253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3570fd60c667659a8449e993bdccbdf9c18cb5b0 --- /dev/null +++ b/data/part-06253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1c720603accb15e16b2680639422bd3f63bfb7c2b0012d56ce0db32bef736c +size 547682593 diff --git a/data/part-06254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6aa40a15f930f2b216d3d1780ae7fb06a3f6de2a --- /dev/null +++ b/data/part-06254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a3bea5df8b1e2dc664d5666a171b81718fa116689e34f1b06e7e73f247c917 +size 469807160 diff --git a/data/part-06255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..734b7bfb4382c88913f7d8760363fc11055b61ee --- /dev/null +++ b/data/part-06255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ba1f09dfb3e935cf793831f3cc2111f097e565544d6ffff1eacf0139b510c9 +size 576729475 diff --git a/data/part-06256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e61cb65eb8f6b88a66ada72642af36b456c254f --- /dev/null +++ b/data/part-06256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae6e710f28d3df98e90ccc0be38afd6d964d63b3a42dd93b56e2a0dd2a3ef17 +size 750647314 diff --git a/data/part-06257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37b2507a87b9fbeb9695f9efecf3591b484eff97 --- /dev/null +++ b/data/part-06257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713d7ad7956539ad89e025c03c617616cda89f64af938312f24d6bf81c5f7678 +size 583335689 diff --git a/data/part-06258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..511ded1624a0baee8c0c42013ee0556b577bd1f5 --- /dev/null +++ b/data/part-06258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d258efbf2c2877cbd41f5e8bc4f7235774e8d34dbe7706ff85a2487b9fbb68ce +size 473625355 diff --git a/data/part-06259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab828d33904ebdc2af04f2d8ed5eca051248f67e --- /dev/null +++ b/data/part-06259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c73dfb2f3727f79d9e545492786496c00ba1c5685a7561e5c42b7dba8b1cda9 +size 632026093 diff --git a/data/part-06260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c96f0fe936826cf1a7c03f36de6edb8bd2604b09 --- /dev/null +++ b/data/part-06260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e66f4faf5abc609b03fcc01953f34461eaf5ca1b6325f9e3e1904f90c2bd0f +size 614232680 diff --git a/data/part-06261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a91b8c6952931000cd44fa5e6a4cb64cb216b2a --- /dev/null +++ b/data/part-06261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ee95b11a65d6230df52abcc5bd72c89378867a4a6c8948c5a7d1e41e09b316 +size 857592521 diff --git a/data/part-06262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d9d2a01c483986a082083066ff22be52fa2fc85 --- /dev/null +++ b/data/part-06262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0980f1ae8bd87c7f64d86c6e94c31cffb5157902661cbdb0b6a37e2e10cc36e +size 435869985 diff --git a/data/part-06263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96fef3c7f47eed539ad235472ac6e83ce39c0228 --- /dev/null +++ b/data/part-06263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ce2ba0f6b45aecc28b3e665e335bc67024cccc63c54faae6a24f4c3f128069 +size 968388664 diff --git a/data/part-06264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..572e645359188da1869295c1df68c3ca294e0bc5 --- /dev/null +++ b/data/part-06264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbb601887874b05b339ea1efbcabecafec0d867d0c0bc6c6fd59d58319a4e0c +size 526503419 diff --git a/data/part-06265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92b379e6a2aceb9891c3df2e9998816a38c6a6bf --- /dev/null +++ b/data/part-06265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386508876fed38989f6d3ad9e81de48874b562d5d0dfd272523652dc70ffbbb8 +size 525190016 diff --git a/data/part-06266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..784f327588d7f1d281c612401e33a1b1029f8e2a --- /dev/null +++ b/data/part-06266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ca63e536feef884d746572827d3b8474a500f71407eaf0d3d6f19961a56a56 +size 638184907 diff --git a/data/part-06267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03299f99255c4d57b7af921221395e2c0487cf33 --- /dev/null +++ b/data/part-06267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8ef7c6da92a64fd67b3b1aec5e62875b96f9a43841c73b65378d3ac6053ea6 +size 887198379 diff --git a/data/part-06268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6340f18189e9cad089b976907512cdd4bfad62e7 --- /dev/null +++ b/data/part-06268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533dd5a9f0b4f71f389593867f913def6783090b19694d2c10ae2a9b7daa57bd +size 660666408 diff --git a/data/part-06269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad3809887ed2d9b6fca0d4b39ee18a38f52bcc75 --- /dev/null +++ b/data/part-06269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bca656bdf1e6e000edcd3469f6540313157687069197f4fc5392f291c049e0 +size 610860663 diff --git a/data/part-06270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c0ceb8d94696b65827c7a77ec99bf93928d3879 --- /dev/null +++ b/data/part-06270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313804b71446a191634b3985e836ed65b7dfe700392f32305fd1a830fc23a98d +size 494805204 diff --git a/data/part-06271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72e51c0da607b546f408c4244c9a22fb54b86a52 --- /dev/null +++ b/data/part-06271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ecb514e5508b6f9cdc26a6592a2cf3218dc3a2697d6ba2f7e0a5a6756a605 +size 616329869 diff --git a/data/part-06272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f3edef1ac8d10fbc496cd10a29066d4a03edbd8 --- /dev/null +++ b/data/part-06272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f47697d916046de0dc2e8b5787b4872cef9915a9cc11102217517628ed37cc +size 583903655 diff --git a/data/part-06273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15bd99bd9e15afdd1cc62cab632a4aa29f2c5288 --- /dev/null +++ b/data/part-06273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14152815d5db95fb3a120e8ffc07def7110c08588cd874226876e6330116b56f +size 554214076 diff --git a/data/part-06274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5f0c6d18b197cd43f5c2edc3f3e8070991d28fa --- /dev/null +++ b/data/part-06274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4b936f5e1e4011b01f9d6581ea08c2b285d4564f4e04815a786f0121349c7d +size 484825552 diff --git a/data/part-06275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5db5d5536456628ee2aab7aab7919cd78cef91d --- /dev/null +++ b/data/part-06275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8748441955df95bf09f88df6679a6b20b15a2954bf0f839f6dfe30fd1a5266d3 +size 605238754 diff --git a/data/part-06276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..646a962565a43c7a2101299e2d9ab2bbcfa1fa78 --- /dev/null +++ b/data/part-06276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba42aee161876294c134dc507c1def12ea35c172356047b29d88b834f8f3eba +size 543232981 diff --git a/data/part-06277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88d1e9c91c9867a4ecee5f2e44b27c2322d038ee --- /dev/null +++ b/data/part-06277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36533f7b000f80440eaecbf59ed4aa12d74db7843131c75e1e69ca2b02eb8696 +size 519971219 diff --git a/data/part-06278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..607eabd080ad9fd20e1f733456e389e04b35ac09 --- /dev/null +++ b/data/part-06278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ea757598226fdf0e0fdd884dbd607aae7947d22cec768f2780ae4c455b1891 +size 447389920 diff --git a/data/part-06279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6448400c2e9531e8da79f24ac0bba2d0fe353d0 --- /dev/null +++ b/data/part-06279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a21649f483c6db697b3f502456ac09c530df199aa15ce37586ade5f68ea9a0 +size 491707219 diff --git a/data/part-06280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd57739bb4ee207dc0b4ccaa02a23ae6fa4ea9bd --- /dev/null +++ b/data/part-06280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7b0529cfcebddb079799252eeae303dd53655921220bbc7b488af4d13d061c +size 729296574 diff --git a/data/part-06281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee14769ff7cb1b51594bd304964c0babc671251e --- /dev/null +++ b/data/part-06281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b89dc4899b53abb14b5413c5dde409465a0709ce7cbd3517f791970e91cea3 +size 518845727 diff --git a/data/part-06282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e00c85eb4d5063c97b3f627149c936263f971f3b --- /dev/null +++ b/data/part-06282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4eac8828532bd988065df5c1701e82c073c006bb6728ac6bb31b54d5c7c1d8 +size 533571157 diff --git a/data/part-06283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ba2323cf4f49df8148e20fb64afcdd84fbd2b30 --- /dev/null +++ b/data/part-06283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517ef8e74cc3df10e1ef9e04649640f6bae2872ec0d22df0e902ea9ccc855540 +size 503178684 diff --git a/data/part-06284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf4d923936ab5905a758273ab358dbf19a8c3240 --- /dev/null +++ b/data/part-06284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61b7f7c6d40288bf7fdebed610cfa421e94505708a848bf1050f98d840769b6 +size 509285210 diff --git a/data/part-06285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..328613063331450e3f99059f72f732679d46ef13 --- /dev/null +++ b/data/part-06285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8674e8a4840af59396e3cbff14a34d5e0fc0e06cda4ee4efd748cfa3a369188 +size 494174654 diff --git a/data/part-06286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d4f055b4319d132ad31f4622fe10c0b660b0bd0 --- /dev/null +++ b/data/part-06286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3cf5f113015c46f0c9fc7dec203336ee18faee62a68241443e07921cf336ae +size 550570299 diff --git a/data/part-06287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..340ee1aab6575a70a5d540becfa8cf2eef18a62b --- /dev/null +++ b/data/part-06287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d3288c62e2b72454608385a15142133914e06f17580c5c845375209f0d68f5 +size 634384106 diff --git a/data/part-06288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb0bcad81279ef6dfc43fc809ea097c7235c1e8c --- /dev/null +++ b/data/part-06288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a67c6b5f3a6fcad122d33909d1d2b9bf59f04d1b2258c929121b2dc2e29878e +size 700452284 diff --git a/data/part-06289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34d1f59e9f6f30de16bb7b336f9f8796766e0698 --- /dev/null +++ b/data/part-06289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8444445d0bf92e30e961e9bb62338960df48eeca846462d4445b95881e006b0e +size 379374245 diff --git a/data/part-06290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efb293abf36679cc7646758eb3a4c34f48b461fc --- /dev/null +++ b/data/part-06290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5388f861fe02f6a2547e7401cd873bc0026c3455c1a83a125db3c661f1b55342 +size 482139038 diff --git a/data/part-06291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84d2bb47afd938f5bdfd6c78817d071f9bf705e9 --- /dev/null +++ b/data/part-06291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecd65994ded59728c95c458d0e73fbc04a00ace7330e15aa946e8ab4ed2b4c7 +size 825529491 diff --git a/data/part-06292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e795b43c7ad493def9ee16c244b8a897988e8c56 --- /dev/null +++ b/data/part-06292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2371c71cd49718b7687a4fd47d93ab9b869f548d4f4223d3c216f42276be41 +size 625014040 diff --git a/data/part-06293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb1b68f2d44c4be3781111c80d6779a728f39a1e --- /dev/null +++ b/data/part-06293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b8700ea9bbcfb550d368508bc5598c8ed6bd86d8d99302d6afbb01faea5567 +size 588825761 diff --git a/data/part-06294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..876f627a592e978adba59255bc0645e10f0f7692 --- /dev/null +++ b/data/part-06294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6e889953ec81a4ce80d75d9f4db945fa7bd526233118c8c9801e57c8447bda +size 592509014 diff --git a/data/part-06295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ba150f43200657314b26c96172e465ad6104dc0 --- /dev/null +++ b/data/part-06295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de8f21fe4d597bb51aab45a496a1a5d115f1b65a54940877cd9ea55d9d97771 +size 541013143 diff --git a/data/part-06296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e9d6cae774d5eb85f038109fd1f86f1c9fdf85d --- /dev/null +++ b/data/part-06296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f4b02b5ceaf1da4071911026fb039f1abd57400ce4ee09e8c923f38371d525 +size 720046749 diff --git a/data/part-06297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66f827bd961d5eb95171d7eb5624b536646d6a17 --- /dev/null +++ b/data/part-06297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc292eabbfbed3a3bce4f630a92f9c822f1d16c7af4a020444e9f28bbc232a2e +size 553004941 diff --git a/data/part-06298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ec5f86b1f9a92c0ab1ce4ada4ab9742643ca836 --- /dev/null +++ b/data/part-06298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ce44cebaafde4532a25394351ee76a8da2800eaa543b3a258a10f166a5cfee +size 493507492 diff --git a/data/part-06299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58c09bcd83b225911f6958b42d838a3cb92f69f4 --- /dev/null +++ b/data/part-06299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1152dbbc0103e7224f3ba8fd6de4a52c9def24334fc79f76de81d4a3a4b59eac +size 987230592 diff --git a/data/part-06300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa9b68f18e8a90af3b9f4fb8d2017774ce039405 --- /dev/null +++ b/data/part-06300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7717b75a5bfbc0aaa9734ff388f618356d90d577ffeaa842408f51821400db26 +size 584556314 diff --git a/data/part-06301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dd75a456789f638fbe13c8032214a048d24f088 --- /dev/null +++ b/data/part-06301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8701c4c791e188ab53fc881d4cd33988860fe2d5c97a1566bd8c63cfbe48da4a +size 547690614 diff --git a/data/part-06302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89dd83ac403c32560d89aeca80a674d7cfa0ae2d --- /dev/null +++ b/data/part-06302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970fda3c6bf4a0e72326b75e4c577924f71c6fdc192800e47334f3455c7d3e9a +size 849246436 diff --git a/data/part-06303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a4ddecc7a5bedb602098be8a734e455ea4ab6fa --- /dev/null +++ b/data/part-06303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bd58107fa3f92fecb6b61543b2941be0456c05c6912e11c489c1a4268c3332 +size 493566316 diff --git a/data/part-06304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d520f7f0589361d034ce81b0eddcdc0d38f2558 --- /dev/null +++ b/data/part-06304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ec3d7a91cbb1d795831772c0052f8a16281daf8f94265781d56da9191d423 +size 337345319 diff --git a/data/part-06305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5afa60af54e6f901b82c054bf08a1d70c2a7f3d3 --- /dev/null +++ b/data/part-06305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1506519a8028a8769a40d077800ca8edeb08d14728499522f4fe93034081ee +size 578100708 diff --git a/data/part-06306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c630bb6e16a3752ceeca528dd22806a1c551cae7 --- /dev/null +++ b/data/part-06306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0cca6190d7879f3d9d3c03f35626fe6f8a2ab86a191c3a9706d41652c29495 +size 588452132 diff --git a/data/part-06307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1fb654c7d0f99a146d5c2d48a39129d4348f68a --- /dev/null +++ b/data/part-06307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cfbf9259290fcf52a4146dfa9f6a263bd1120f560aeab67b63cb23c362f4a9 +size 512056897 diff --git a/data/part-06308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ce1b675d8428ef06df06b3cb2417441888fbc31 --- /dev/null +++ b/data/part-06308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986725f155a0651dca653321e7622ac2e6360ecfababefde7878cdb77d9e401a +size 693235485 diff --git a/data/part-06309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8c238d2014d1a2548284ec2db0a69da93d1dd9 --- /dev/null +++ b/data/part-06309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e4d80065cd2b78b33d6d2a44aa0ec1f88fcacd11318f17e702451afac461ad +size 632222199 diff --git a/data/part-06310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7950ff08f8a6c43eefc9919a17be2d7dc6ebc562 --- /dev/null +++ b/data/part-06310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ae4d3ffa17a5ca6ab897bba73ffbce043f7463ae636303a97fd7a45329ac82 +size 494938283 diff --git a/data/part-06311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ab47703a7b6b6e9894dddfa21ec37182cb839aa --- /dev/null +++ b/data/part-06311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f9f87e081c120a092aa01e9ece58d79026c27e94475db4be53c3eda4e9d00c +size 650239801 diff --git a/data/part-06312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..febb38f6339afbd5b478a8e515882e9eef8f6c83 --- /dev/null +++ b/data/part-06312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4584200c84fc3ecdcb25bf2a5dcad6e220e9ae7dc5c418a975dc438e62b03036 +size 550938375 diff --git a/data/part-06313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a9d1257048e7118b5d98fa1b157e72c50fd5ee7 --- /dev/null +++ b/data/part-06313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843c4b7f8b853281ddd3197f58fa55b1095d297ffceb34140d64b3021d8f4c1e +size 483444080 diff --git a/data/part-06314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc18453c82cae07754a133c465d7a2d65ceebf76 --- /dev/null +++ b/data/part-06314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54539d49573545b50e6ffcc8a119797410b919f35daadbbc1680b761abb48fa8 +size 760304353 diff --git a/data/part-06315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84ac920426ebdc16ce867531efd565bc6ebb83bb --- /dev/null +++ b/data/part-06315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151c6b0a7db675f8d9ec425ced89866c61e8d149b6b5a2df95fa73721fc39f46 +size 530407339 diff --git a/data/part-06316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f74fd71b2c0c08e8e9c6b34ac4a30a4a8230b9 --- /dev/null +++ b/data/part-06316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0da0cbd4b1b4614796ab733fababf9b797197c623a9cf52c3e5299e0e6bcda4 +size 832521556 diff --git a/data/part-06317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd21fbdc9c4f47d833196209ab9188ebe944e668 --- /dev/null +++ b/data/part-06317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b561e1efe475de5ed80f4fd3cae06a044f027e305995b1c581e16bdab833e69c +size 1116751377 diff --git a/data/part-06318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38f01ceddf314e2e3a72dd7068069ff6480a1534 --- /dev/null +++ b/data/part-06318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f3d0b1bfac5fc8a5b2639f2a92e07230adb7f8ff04fca46cd80a01442947ab +size 750085043 diff --git a/data/part-06319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d8c7b0e6383d268941e646f5a9d7a0025d8ccc3 --- /dev/null +++ b/data/part-06319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf00b704a92a480a9cd698e902d5cfa06ff823072779f3910a22b48267c7b7e +size 473268833 diff --git a/data/part-06320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..926861d02ab198aeeaf6c07432e24a733def02a5 --- /dev/null +++ b/data/part-06320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabd03d44c644df79f687de73850fde051643c0d54d92eac05678e3e83239323 +size 525378837 diff --git a/data/part-06321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b042b75ad820ad1eb3b5e21e9fe8ae9ea963a575 --- /dev/null +++ b/data/part-06321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c267f2c9caa117b5d24f27b5286357047d38aa3f022a5e50db1bf2f96d962e0 +size 406977451 diff --git a/data/part-06322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5d815df21f330296d1b6f5a5da4361421c01dc5 --- /dev/null +++ b/data/part-06322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29931150e2efe5006a1907e689ef557093a9cc03cb242b5bd707699338b67578 +size 847408009 diff --git a/data/part-06323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6191a13560de4473fde04a81966ceb9db2b93716 --- /dev/null +++ b/data/part-06323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf14f9dfaa6408840fb9168a2ddf2f3c6a3c0639da201acbfd675701b0d9d1e9 +size 395580467 diff --git a/data/part-06324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43970f82964921d58f715ba46e63e6ff7aeb4468 --- /dev/null +++ b/data/part-06324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f2300c3cd4d4bb4be466ccbda32524dd11c45745cc9165f58545baa2f8230f +size 772213881 diff --git a/data/part-06325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1413d01708de0f57a95a0ae0990a0043f70fc380 --- /dev/null +++ b/data/part-06325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce96492dd1862206a300ccddea0fa5c160c321e56a8674a8d7fa6fe50b7bacc +size 548576226 diff --git a/data/part-06326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30f97938ce8f13e96f17de4235898e53fefc8cea --- /dev/null +++ b/data/part-06326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8186396716db5c5f07ab8a6cad6c040634ff0f8fd6d251341dfeccbfd555ac7d +size 554142644 diff --git a/data/part-06327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca5df1fb687b70f090fdee3e993bf0d9328c23ca --- /dev/null +++ b/data/part-06327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33de7c043e4d11249d27c306ca12c7b0fc193300abd79154b33736fb00180bac +size 765805608 diff --git a/data/part-06328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44900315424b93459292d8d01d7a186c8a605039 --- /dev/null +++ b/data/part-06328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439cad38c0891f125cc96454690a6a68d269e0e348130bda62d2936ab1eec2f6 +size 876831689 diff --git a/data/part-06329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b29d3c241db0a6bb5d5fe65c76376bc74275a3f --- /dev/null +++ b/data/part-06329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7670c291b648c5e3d0eb7508a9df5f970c3be4f12d54dfe64e2ed3a7cd70c15 +size 451731944 diff --git a/data/part-06330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2130562851a9d4dd2c0bd869dd561aa4c6133c6a --- /dev/null +++ b/data/part-06330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad4ead80c6f5f939b47c39193195f203c67f76d51d3d6be2e2976be815c51e6 +size 587739763 diff --git a/data/part-06331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b8e56178f576fb5ef2c0243c00d88dec56a8792 --- /dev/null +++ b/data/part-06331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac0c5fa0d3bc8e91193c4e75962d3f845652e35d95234b000801eb59639eb48 +size 1226725356 diff --git a/data/part-06332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c79c8f35210abed764c741f7516dcaa661a2c183 --- /dev/null +++ b/data/part-06332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b60b25fdd2e30da0a095ac45e0c97b622ba516e3b4ac500940a40c2c667598 +size 468465640 diff --git a/data/part-06333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39436abeef0eb245dbcf97bea892e0f0b17d86d3 --- /dev/null +++ b/data/part-06333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8c05c9813ac7065814b8beb18b1d88e04801731aac130537dd88abde7d170b +size 557314033 diff --git a/data/part-06334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2bd68603b0af76d36fb80603ac60a6033ac2c44 --- /dev/null +++ b/data/part-06334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21f1f1537932d895bb872cf24a612482af363cbc9ab4be6b922d5f5188b4d00 +size 507871265 diff --git a/data/part-06335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4c9a1232e28830c24d31b0c4e32757f451430d1 --- /dev/null +++ b/data/part-06335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7c4fe3761a8aa56edc4ea4a16c9cfbcf7652f03fa86ad583192aa196e5385a +size 544056572 diff --git a/data/part-06336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80f4e998a00520be38edb4443aea5cb2786a771a --- /dev/null +++ b/data/part-06336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af0ccaa075b26d4cb4ac96e63bf3f11170a6a65ddca32a6a6765c0efc3bf11c +size 421023146 diff --git a/data/part-06337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d3cd5969a2bc730849bdcc6b99a182970061a73 --- /dev/null +++ b/data/part-06337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbd30d1f9d8b211b702d7f2d81943046ffd24455939510264a96bb7285fbfe8 +size 1057418500 diff --git a/data/part-06338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7472c41ab921866b2fda599c8e89344d460d95bc --- /dev/null +++ b/data/part-06338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a914bbae09c3dc6c08d122ef394261ff030dbed11d6990d1bde96048bec37b0d +size 484793155 diff --git a/data/part-06339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0362311b9d1fa61d46ee2ccec296c4cbae58ed9 --- /dev/null +++ b/data/part-06339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67b518e6d31ffeac4f4857f76026516b651c888a54511a9c28619110b1acee9 +size 950364524 diff --git a/data/part-06340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6fc60e71f0076fb6845dd4b5aca8177f539fd8c --- /dev/null +++ b/data/part-06340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffe79030a1cdad8137a0cc1aebb3d57391403c0a4a86ab55a318b397a685b5d +size 381640919 diff --git a/data/part-06341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7c94680a1cb6a778b39e6fa4398c08db0b382e6 --- /dev/null +++ b/data/part-06341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc64bf16e7646f9d9b05352d89affd2a06eee39bc6f6e245bd97b1ef0ef62a7 +size 567569221 diff --git a/data/part-06342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1409df0fa7e7daadf80b3e99e18c05b0c9af9101 --- /dev/null +++ b/data/part-06342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45b7fb1981fa227b9c4642374e6b86434be8e48d7fcfc9a4068593542a41155 +size 431291776 diff --git a/data/part-06343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fb7ef4638401b2b372595e4a64eaf3cecd1ec5f --- /dev/null +++ b/data/part-06343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1780aeb0d0883bdac005b2f7e2e12a0fe44d25161fa4932b27dbaee9d2a6ae +size 477516479 diff --git a/data/part-06344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aefa4c8744575eb96192326106fc783996de675e --- /dev/null +++ b/data/part-06344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7986c74ec0e60f3ec7a735aef6944d2368b2b016eb0328672f2917e75f08aee8 +size 513999199 diff --git a/data/part-06345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8671ca0437da73c72e8f03d8b93112a76eebf19d --- /dev/null +++ b/data/part-06345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267feeb6ac1c27763cc65e1eac991a88628784bd16168e531d924937d65ca388 +size 642867602 diff --git a/data/part-06346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d93f6145a7666689478ddc1b2f6d60d5170f03f7 --- /dev/null +++ b/data/part-06346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e6472d789082a46ad2b516a8003dce11671b8278cb0eb49a67f6ce031b8c0c +size 389466798 diff --git a/data/part-06347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9ff268f786b27b5111e3a0e0f92853c8d0b73c8 --- /dev/null +++ b/data/part-06347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff57987771bcdfef95e993831c374ae978324a7f62bde28ea77c3aac2d8fac15 +size 469325680 diff --git a/data/part-06348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9efc991c9b2f71a8fbe6bf9b50a701ddec127c1 --- /dev/null +++ b/data/part-06348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb6d739a18cecc6a94702f0aa847a6683a2e1aec0cafb8d2104bc2b16be4437 +size 623835650 diff --git a/data/part-06349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30485eb1dfab0509f0086c3dbfc6d5b2e63b0c17 --- /dev/null +++ b/data/part-06349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68af6af7535c1b5a37066a13b3269fad2bfed0b322e9d04062ea29797f961620 +size 519741745 diff --git a/data/part-06350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96bbba345edc3f03bae9641008fc1929df163407 --- /dev/null +++ b/data/part-06350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325cddef0e945c46bbf5facb6a01e8e5d6c186071ebcc8d402a7b2b265a959ce +size 484119104 diff --git a/data/part-06351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e6a245ea6fcb6658022fe1d0d758711a37922d2 --- /dev/null +++ b/data/part-06351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89563c60e8788d92d9387d249efcfaf431edde2cfbf7563e1cbd7fba560c882e +size 457729142 diff --git a/data/part-06352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..106cc1e71aa48dd68764a2e2e69ed70228ff4f3c --- /dev/null +++ b/data/part-06352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfee30fd6d683c59110451628dbeb4ac04eebc79aa3c1cc95a7aee563f09997f +size 409751444 diff --git a/data/part-06353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d67d9bef04717be4a6c18981de1cd9a9bf83dff1 --- /dev/null +++ b/data/part-06353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdd9da1cd25dea0ae76b0bdeec1b8061ccd2b7c9f6d695378167821ec63d80d +size 388971693 diff --git a/data/part-06354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5808649aacfabb46905240f7ebacb35a6404f5b --- /dev/null +++ b/data/part-06354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d02179a39624c947e4e0194cbbba797954656a6f0c500829b12fa88c9c8960 +size 686081787 diff --git a/data/part-06355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1af38099cee3bb2f3b9514d11e27f6516355584 --- /dev/null +++ b/data/part-06355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bc73138d9a244272cbbfa6875b504829667a01b6a4e62298475ea755df17ea +size 660624116 diff --git a/data/part-06356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d87cc662cb6d4f062832df0abfb4540b52755ea --- /dev/null +++ b/data/part-06356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb8b8d81c8dff03069edc8a68650a0aa4c8a24f6217e76ef76415d48a4d06c4 +size 427014262 diff --git a/data/part-06357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..217fcbdfa05bb0ed062fe62f696e451642a3cf4d --- /dev/null +++ b/data/part-06357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f9a3589efe04bf40d91b43340938ac730f7c7a1493a19ed17ad10270a9a13f +size 442595398 diff --git a/data/part-06358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d99dc07758e5970e92703f5554fb4b4e7f458f37 --- /dev/null +++ b/data/part-06358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d98ce45b9dd3b9560cd719ba0799cde0433c362ef6e90f3748bab5b11597db +size 1067399769 diff --git a/data/part-06359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae973a9b10593145f6209bd239da36d6fe11086a --- /dev/null +++ b/data/part-06359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2f59d5e52794cb6b9098f11034cc566e9426557963a09790e801330eca66ea +size 796272782 diff --git a/data/part-06360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..113bf8e60529945ab0f5e2dc746313ef76b87ede --- /dev/null +++ b/data/part-06360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667b2758a0e90924bdea6fc2810a428aded5842fac5c78417e4579c3b5a68cf3 +size 540780582 diff --git a/data/part-06361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2db9d7b4bf2c88c21d822b43a46b2aa77bd00601 --- /dev/null +++ b/data/part-06361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2196b61c4b0f77d651486e4674cb7bedeb7e2c7cc0cecc9594331c53ad6e5ca6 +size 712872508 diff --git a/data/part-06362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b20e3db98af46609c1b9d2eec2d06a095013273 --- /dev/null +++ b/data/part-06362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f328350ab3246b4c45e8096452d66adef550bde7f9c63b864b152c00bc6b1b +size 548274110 diff --git a/data/part-06363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ede7455d5f66aa27c6f0b5b9221f4eaf0b12c3b --- /dev/null +++ b/data/part-06363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e928ecf8f2dc8f68ddfd0730b7cb1419be4c866fd2dcf055a769ebd296ef300 +size 1102274722 diff --git a/data/part-06364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..837cfb8ad41b63fdebba26b4a733fe74adb24789 --- /dev/null +++ b/data/part-06364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504a74b5fccc7f203ae8ffe566251b5d188d3159ca5b59ff21c9e03519d3cea2 +size 536579263 diff --git a/data/part-06365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09b6185fa1bb40d3c9dbb3422158ba749ed553ba --- /dev/null +++ b/data/part-06365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c5f54a5fb28c4647d55c3d724b594770a3a4520131f48e0a11d4de027fbd13 +size 611519318 diff --git a/data/part-06366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aae07f0d7be1ab993cc8ecb673fe897c8b60ebb --- /dev/null +++ b/data/part-06366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4408103af5b8b87533f96a4bacc1bad965b13e72290625755f4a3c51731c5645 +size 364824297 diff --git a/data/part-06367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7139590b8ec12449d4eb50936dccb4c1ebfc0cf9 --- /dev/null +++ b/data/part-06367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fa950096f80946db01e6375816c63da7fd72b12c74ad0d744dc6fc60f1631c +size 363250549 diff --git a/data/part-06368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a025d34b3b8129738864de1af49e0b08e4fcd005 --- /dev/null +++ b/data/part-06368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764a7544c0046691b8e8eb164df3ac87181fb96bddbfa7ef185a3ba58dfce6e8 +size 441509253 diff --git a/data/part-06369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e5fe5c21d9607787a61584c271adee82d8d8be6 --- /dev/null +++ b/data/part-06369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ad12616ffd4aab28c096ecb7ca9678688c71abcbf3fe6a414e29562b943b90 +size 610184345 diff --git a/data/part-06370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34011b8fef7bd8bdc528b08f4755845b962c8a14 --- /dev/null +++ b/data/part-06370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3572db7ec61f921164af5805ff9cf2e7ced01a5b1c06bc7395380f25d893d02 +size 715776589 diff --git a/data/part-06371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc94ba148de74ba5b35b1d109696f9444924cada --- /dev/null +++ b/data/part-06371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e0d6b2d9d975da6c916e41dcf659a1ad025b04f052c5e4380b64b67a3b2268 +size 526544013 diff --git a/data/part-06372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01963fc6c935201625b139c257bb2e5f35c408f6 --- /dev/null +++ b/data/part-06372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b4e374cdba6b2faa3918877c6bce8ce7467ade87c99f65c86c145e13515e46 +size 495529000 diff --git a/data/part-06373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8142fbc9851da5aee35ee726460a3e3d28d169c1 --- /dev/null +++ b/data/part-06373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cb9e775b1c5b09fd0f0a11e74864dbb678c909d06d50c7996c732646622adb +size 360772925 diff --git a/data/part-06374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3050857d7dbc22c5f0040f8fd17a663bc91618d1 --- /dev/null +++ b/data/part-06374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9207f1e65514200017fd631bf8e69aae5fd2d3646fd91f754184764d1fefb53b +size 1848058267 diff --git a/data/part-06375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d05d8361af1f2225010ca5c5ce646538a0530c3 --- /dev/null +++ b/data/part-06375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced573368252549c9af30299bf0f8e1d6e34efdd5c8dd15d34b7271ddc223e04 +size 432025869 diff --git a/data/part-06376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4996af581c41539d95116b4af4584192662eb06 --- /dev/null +++ b/data/part-06376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1cead359550b64527b219db7b99c4c983f25710cf12478682c5d6071503596 +size 422791272 diff --git a/data/part-06377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a20dbfa8bc2c3174c39d5de9cf37922547eb26a6 --- /dev/null +++ b/data/part-06377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78ecb4fce17ea11b211ef7d252e183579fb8b2bbc0e0d729b65cc5dd498b920 +size 543239430 diff --git a/data/part-06378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4951d8e9a41ddf029c083902f643a8ae847c7989 --- /dev/null +++ b/data/part-06378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21ae7f8c2dca6f679b51f48b69ebdc5d73e1109f2f7b30f2758733e78232ac1 +size 801892942 diff --git a/data/part-06379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58b1d3d9a253c3d277eb9b82b287b2c7a0c89c33 --- /dev/null +++ b/data/part-06379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4677ca59e3d9d8fcc76b4719479405b55a6992c2b702943fb7d350ba673de8b6 +size 992995055 diff --git a/data/part-06380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b27d7bab1ac92ca42968523cf92d28cabc5a98f6 --- /dev/null +++ b/data/part-06380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ec779cb345eac6da5f7809fbe4e5c70420baef88b96380468e741c81a1993a +size 390677927 diff --git a/data/part-06381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0a410e1353973e4e310062cc9d8b34971472347 --- /dev/null +++ b/data/part-06381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7266a64c278603de82a616f3db0395cbb0552424bb967d2412f34ed53dc3e2 +size 455333778 diff --git a/data/part-06382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba77e37671531a16015bc1935af04e7bb81371a2 --- /dev/null +++ b/data/part-06382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b36088eb2dc76c4b0559d39e305e25f5a4623445f2b0ea675ca8b6b0e30e7f7 +size 470340546 diff --git a/data/part-06383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52062ae8702b4f0af5c92f47db6af505835b4324 --- /dev/null +++ b/data/part-06383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32023a12b0ffef270db0e287dcef375116538bdf83b960283b7ec0d9d2e1a8fa +size 516063270 diff --git a/data/part-06384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a367e4896f2366fc7fd583df77f89d581fb3cd0a --- /dev/null +++ b/data/part-06384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a231516a496377a50364701e04211c525d5fda37c94d34685819bdebb463e0c +size 517296296 diff --git a/data/part-06385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c39db4fc931cbe02f123135f151c2febc55a24d4 --- /dev/null +++ b/data/part-06385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5117afde635c939355a098b46da0714f8851ef709912aee51eecc280d0a1ec6f +size 362653583 diff --git a/data/part-06386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f03db2af6f4bf5556640594802b2825387320b00 --- /dev/null +++ b/data/part-06386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404c1bd8b33f77f8736f9c1a157da8141acdb460f9ca863fcd1882028bceeedf +size 416875991 diff --git a/data/part-06387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9533b1e91527a68841b7dc252beb6d32f6619ab --- /dev/null +++ b/data/part-06387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8340630f9fb1840853c93898c6bd58dabb138bc4ada5dd963bea513c4e2d83b8 +size 1643309927 diff --git a/data/part-06388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7d7b517d3789cab3b4bc4f9912e57c06880e899 --- /dev/null +++ b/data/part-06388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1930131a0def22e1ee31e05208d01176f3f727023944b311d07135696d67338f +size 454365102 diff --git a/data/part-06389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65b927074a328efc296c3bc3476d620cce3260d2 --- /dev/null +++ b/data/part-06389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76303b1682de7c68610178b97c69c56a6b95a1cfd037f24b48bf16c95850d8a1 +size 500808313 diff --git a/data/part-06390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb3997f270821fbcdd1f88eed8a10f8891e5314e --- /dev/null +++ b/data/part-06390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e6b992e65a9278e13ed6274fa3a4a94644f98340e383f9a38b7dbf8c95de30 +size 429589837 diff --git a/data/part-06391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d43b1b7420a42dd62d38e15c0a593933b0787bd4 --- /dev/null +++ b/data/part-06391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a54c5e2b1c7d8e8c82249e47956b8a11ca52f7b7185cdb931f9f8390225def +size 392561095 diff --git a/data/part-06392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37bb8398692d8c3735ec59961aa308092410ce23 --- /dev/null +++ b/data/part-06392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91e42e7d73f484acde84694412ffbd26ccbefdbb0ae634a3020ff2b44d0a92d +size 752134349 diff --git a/data/part-06393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ca1972ebd9a66c41fde4f860895013e0c719335 --- /dev/null +++ b/data/part-06393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2579d80761206f61e12ba580b421d2f3f024af70b9fdfb3739adc6475126244a +size 639212743 diff --git a/data/part-06394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afce0345cbad1dadb224e93950bb0ad5c4bf4690 --- /dev/null +++ b/data/part-06394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0873c075454d28420e54e305bda8f8a912de7cbc6b156e66648ffd32f3ece492 +size 418154187 diff --git a/data/part-06395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26bbe3ab7cb32293465d0d062537c019afe26347 --- /dev/null +++ b/data/part-06395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b843d3fcc44ddba088c6c01d5b5de33a43b0ed6483f82be96c7c7388e4816b7 +size 613542179 diff --git a/data/part-06396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b34be6e9096dc37e896fd173b09e5676023879d1 --- /dev/null +++ b/data/part-06396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827791883656b836f2ee4b3742357f15d291489706968fafbfcd96d0585cdbff +size 493361017 diff --git a/data/part-06397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5ffdf00d51d50cd3c1dd87868f5618eb682cc4f --- /dev/null +++ b/data/part-06397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a56f4f2fb50df3cefd5cc990565984071fd2fa77bb62a73a3553fbcc8bffe58 +size 436543302 diff --git a/data/part-06398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eacae47a3ef9f35184143c123c46877a38d8ed8a --- /dev/null +++ b/data/part-06398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4b92646b7becc4d5b4d091f6fe6333bfe17bd6c7154d08cd8ab749f3fa8018 +size 491432089 diff --git a/data/part-06399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9308b80817dc065dabfeb497612ba788fa756eb1 --- /dev/null +++ b/data/part-06399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bf2252d7cad3341bd092a2f8d07508659b4f0281c54b2ad990b981334c238c +size 458854481 diff --git a/data/part-06400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4902aa970d66fe0faa2284edc605ec85feec10e --- /dev/null +++ b/data/part-06400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc396595bc9e5e9fc1e2ab50e6590d1801ae13be180699ba7a0364f6592a2f05 +size 420082315 diff --git a/data/part-06401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a7a18a7b0d7616c025639e2d3e9bc45bad74ac6 --- /dev/null +++ b/data/part-06401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb07bfc37c438a598b4e71fa5ef965afc26eb6a0d3ce3e02b4d7bd291cc40c79 +size 354689420 diff --git a/data/part-06402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2b7eb8f06625f8c74007e9c90835297542aa87d --- /dev/null +++ b/data/part-06402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17310b50c0589db23c35568ef4c6d3c550ba91cbcf88973d680188a1e468881 +size 573301628 diff --git a/data/part-06403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae0850d8d6efd10281bf26378c52c8b65798fb83 --- /dev/null +++ b/data/part-06403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4811225558a4d9f8e11f6c640456af476abd56913b0b61f771459481dd15277 +size 573194104 diff --git a/data/part-06404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..368e0268579dceb57f540ad07e72ef84f92e8110 --- /dev/null +++ b/data/part-06404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e87aeb60b08052d8cd516784b007a82a44607ccb3d4bab946ca12ad80f92fb8 +size 681863330 diff --git a/data/part-06405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1598daa926405d9a86f57fc96c6e2221a9e59ee --- /dev/null +++ b/data/part-06405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d7ba3b8e0e03bd67b603de53cda9ae99da7c039ae75426c0d13f13a6b01d5f +size 987339655 diff --git a/data/part-06406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f47c2c6d7b2a7bf6569b4a6598dd211e01846b16 --- /dev/null +++ b/data/part-06406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccad7aa0c94bb12fccbe6c61282d3c52e20b498387c2e43ae186fe681b0b033 +size 513254216 diff --git a/data/part-06407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f174de805ed503d0b315063eb8d56c5c884bb901 --- /dev/null +++ b/data/part-06407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c55acec71d5b9baafbcf1cb26e400a3d7bd353701c6add17cc56c8eedc62f8 +size 411939772 diff --git a/data/part-06408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..244ff6bf9bd779f62988154e00c7fa96b9ddc83c --- /dev/null +++ b/data/part-06408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f66feca998caa97f1d18deea4cfe82b0694280de11cdd6f2917bf9eeffc663 +size 509882695 diff --git a/data/part-06409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10c44b51acb07cf4f7c9238baaae4dee4a712aaf --- /dev/null +++ b/data/part-06409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32acccc1e0cfcd29ad792d9b268c62156a9a7751275d8dd20f0d9400c36739d9 +size 1356287486 diff --git a/data/part-06410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6cfe12a1596d040602b1fa462ef6a1548be30ef --- /dev/null +++ b/data/part-06410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d0fc80f064fb6c84a966c15a89061f51690f7aea11cbdc8486f8aa10f34298 +size 462046415 diff --git a/data/part-06411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0a087d8bcd119b1fe082cc071ffa1815c0148db --- /dev/null +++ b/data/part-06411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759bcebd5f258c4d00ec432b98854f2a85ea2c39f2f7822f7c697d78437fbaa6 +size 747209173 diff --git a/data/part-06412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6758fa77aa2ef59088ee65d86dce32cd53dbda60 --- /dev/null +++ b/data/part-06412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa010247b452536720713756ceb522d294d5a952e7789c87baa5abbab891695a +size 658476373 diff --git a/data/part-06413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f35c738787e4f57951ccc002905b2fceaf6c213c --- /dev/null +++ b/data/part-06413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a043abed47e80a10e80c25a85ae0244fd9f1edc9a0897bcde15582a6427040c +size 641379314 diff --git a/data/part-06414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d871fcb6d359fa8b5f9d7645a29a6b3ed7c64e0 --- /dev/null +++ b/data/part-06414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ae502f658e87a1cb4ca3f2731569debecd18ba09d40c471fe1d88f9a4e2048 +size 693195777 diff --git a/data/part-06415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e18def8f83aee41919d2158953b3ebe5f9d6533c --- /dev/null +++ b/data/part-06415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c016bad1cecf66175d6a5f942d7fae39a69896ccaca839a9f2338b2ae2b9c9b +size 526411753 diff --git a/data/part-06416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31bb9ef25e4752bd07bc5b9fc0f30436b0da6382 --- /dev/null +++ b/data/part-06416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164efa6232c275d0bc89112051ea7b2ffd6b4534aef988af49f773bdb9048add +size 656061056 diff --git a/data/part-06417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..225003d4358fd173884cedfcd7e159f2dfe14406 --- /dev/null +++ b/data/part-06417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2f15edfcee4f3dd06e52d8eb080d54d817561bfb86b52fae76eeffe3309654 +size 550721794 diff --git a/data/part-06418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9406fe2ff68a11f810c734f3dbd91f2150894477 --- /dev/null +++ b/data/part-06418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f689417c68076642eada6b14b3ec6007b5c697c8d5ffea286167d97466da367 +size 499632870 diff --git a/data/part-06419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd6b47f528239ac957d41735c99341e641c3ac4b --- /dev/null +++ b/data/part-06419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41859db0b54a47e6bf24f06ba4706b8df5fc839fa82237db728f92ea31c5df3e +size 454290286 diff --git a/data/part-06420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..603818c6330ba5ea93d040d39fad2d0d5a44299a --- /dev/null +++ b/data/part-06420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57ae00f06cd1b01c54945bdf25bedda760f6a939e312cf18d3d25136a2be62e +size 412019694 diff --git a/data/part-06421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c8f3e1fd3637539d6f376a1ff6efba8f0b21864 --- /dev/null +++ b/data/part-06421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f4aa3908f6094dfb32d90a6dd25a3f9e143986c6b1a7683aedc2330267b4b7 +size 594782850 diff --git a/data/part-06422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5034835421a6a389a4b2b0b7223f943867b8aaa --- /dev/null +++ b/data/part-06422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8754220f8f18ae8783182377d274b07e9da358ed171793ea05c66a57b8700f +size 690628427 diff --git a/data/part-06423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42b2436533326f5381c940cf68e8a142708f4b5f --- /dev/null +++ b/data/part-06423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3b950b688a210dd20cff56d4ff7bd7fc061b22a607f37c7eb33de4534ebac9 +size 559958448 diff --git a/data/part-06424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae0740aaef5f1554a14ab5e22356cf046e0f0aad --- /dev/null +++ b/data/part-06424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9326e3a5451636118cc52f49763bb27459e3c66f7c3e28a8a5f7b2f86df94aed +size 440224340 diff --git a/data/part-06425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f59f5839b745c06ff454ddaeedb7f880f8da7c --- /dev/null +++ b/data/part-06425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc7e0a5ba6769237930c363fc852cd1c9f4dc02b27229ddff93a7b6cce09bfc +size 454341270 diff --git a/data/part-06426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b228f6195148dad6d414e0db137b51189c8661f8 --- /dev/null +++ b/data/part-06426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff41ac124e005bfe2f232f7e31cf9dbe5f327bf9be8e8085566849f8d7f3376 +size 470392621 diff --git a/data/part-06427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..918a0256cc419997e5f76bd2f461c82f7267da5f --- /dev/null +++ b/data/part-06427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306b26e9e8d6f3b4f777fa105a57364bd9f0f1679a1097a66857470ba53331a9 +size 567503846 diff --git a/data/part-06428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6dcc682a752a9acaa1bc1e5e31a5e7a5b5ab179f --- /dev/null +++ b/data/part-06428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d7e402b4784a3aa38b97779f01c9be768f445270afd4dc350c03826b00d6ad +size 500861520 diff --git a/data/part-06429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dd71b0eeeaf17fdd68beaaf73560b7ff7ef3bcb --- /dev/null +++ b/data/part-06429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0993cf0d50c85dd8dd491ffd8b0cb2edc4e24700d731f1a7b7c4bc710f0408 +size 951746623 diff --git a/data/part-06430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c59396d493b2ef316d71d18c636106a611cc664 --- /dev/null +++ b/data/part-06430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befaea7e4d3da37a30893edd5aca63bf7d1c5c5ccae9812c8fa7599db4624563 +size 623599408 diff --git a/data/part-06431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f44994d9b0df950eb2839d36c4da3f3ad84d19ef --- /dev/null +++ b/data/part-06431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5ea189901e9c5a2e993e136483988d7372de7d9166f2eedf807abd231d92b5 +size 539909202 diff --git a/data/part-06432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a61342bb406bbe5665b8dab8fae537013fa03124 --- /dev/null +++ b/data/part-06432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d56e377b2b5e04c71c47c22fb40d2f9125d3349a2cb8b441171d2b6e6c981b +size 897277881 diff --git a/data/part-06433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a8f40717ebfd01053f15a3ef7b7dbbd3e97f523 --- /dev/null +++ b/data/part-06433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d3db2a433860a59568c559b918a78f1905e387172e48ded7a083b32ed75768 +size 623687496 diff --git a/data/part-06434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b43630022a88d249868d26408b4053acfe289750 --- /dev/null +++ b/data/part-06434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ae5970110960f17fc958ba065a5022b5de593f774ac01ec291bff00eba34f2 +size 721431817 diff --git a/data/part-06435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98eff1ecca13d863346d0af0577d2ad3f7d21d85 --- /dev/null +++ b/data/part-06435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea034d28e1c4f5dc17a3e6669debabe44b543bc6d0a8bc840f9aa939438cac5 +size 540950019 diff --git a/data/part-06436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7023c8de170d7e330c55bc009444ab147e974e07 --- /dev/null +++ b/data/part-06436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e917f4d9ff9eeafa129a66f9d346d47b5273aa58144d4b62ab15871834656ac7 +size 704206261 diff --git a/data/part-06437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06a51112ff4d5bff38a55f74e4b7ae5df30ed19a --- /dev/null +++ b/data/part-06437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c01e9a52f4da984acdab80db29a3aec8d00292a0e1bc4ba984dd9c12fe4b83 +size 1013708064 diff --git a/data/part-06438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57a68232fba7f5e3ed62195382b1015e23cf8aec --- /dev/null +++ b/data/part-06438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e089a1e14044ed54f405e54a56b91d839589db077de94ba585d710ed8d404ca +size 757130100 diff --git a/data/part-06439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..705b38c74020c0d2cb63bef25ebb764526cb09f9 --- /dev/null +++ b/data/part-06439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa75955db51e1d52417acdefc75b98116304b1f5addceed25c1790b1c402b35b +size 581316943 diff --git a/data/part-06440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..204c2e753f5f1d0153962941eaeb1f2b3ec0cc3a --- /dev/null +++ b/data/part-06440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff08632c9343a4cedb45f60bdfe2665c20ef136bf9ff03925001a1150b01312b +size 606437745 diff --git a/data/part-06441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee8a27ea001d92e0d556cb1d70a373d0bd4cd1a8 --- /dev/null +++ b/data/part-06441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3836e2ec0c3ce8c0751ea95d5c93216e1687cdeb450bbbd75cbcd57495f534 +size 554041014 diff --git a/data/part-06442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6aaff08ffb9ca34fedd367377fbcb23debad21c --- /dev/null +++ b/data/part-06442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58065e3adc817079e447cbc92ed0efe745ce1e45fa6222fc6d55108f331c3ff9 +size 765204741 diff --git a/data/part-06443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d45ff46183f3ecdb4752831376dd2ce56ab295f8 --- /dev/null +++ b/data/part-06443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd9badf2cad9ded95fb80c86d93dcf4802213d60f6d84d411b50aa0ca755eaf +size 520822184 diff --git a/data/part-06444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db74d838748b173ccb5a4603c099b2ffabe71ddd --- /dev/null +++ b/data/part-06444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aad79f4892caf9b16cd0e92f28fb3a665e463caacf646a16e03431f45af897 +size 634547119 diff --git a/data/part-06445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96bb1c22c0b14477326927cde00cce14bb959322 --- /dev/null +++ b/data/part-06445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360c6202188802bef98ab6bb0facde1d8c32a7cc61c322aed6d5283002b49209 +size 502304416 diff --git a/data/part-06446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc49a8f92a09101559c96ea66c425e999efc3d47 --- /dev/null +++ b/data/part-06446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45a231004c629705790166d7395561e872617a1b95f466ef72507d1705f9ac6 +size 840857143 diff --git a/data/part-06447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63a39769bb0417230d6583ed02943e20300e4521 --- /dev/null +++ b/data/part-06447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c40d593bd6f4456de7241a09194f3e2bf61444bedc1b7a798a9843b50c8b5b +size 588627971 diff --git a/data/part-06448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0780c7c924e7fbf411d0c1d498f926b51d28095e --- /dev/null +++ b/data/part-06448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4267437c3de7599d94f7f107b39b8ad54e0c582e716f32c7fe56e875f336f524 +size 419008717 diff --git a/data/part-06449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c9770e7c95a052294df2d10f92567b8537f45aa --- /dev/null +++ b/data/part-06449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4fe789c2b649ac619bf9530c06a449695752c90f625737a3935e0ebd6c5860 +size 443959229 diff --git a/data/part-06450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd93daac982f86f18e6b409daa4b04bc21ef8621 --- /dev/null +++ b/data/part-06450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd65709c69310c2fa5ae7037a3f82889cb6c79c513799515ba2d8ebdbdd6fd2 +size 650300777 diff --git a/data/part-06451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1a4f88658f8d83063d13e4918df095f6beaf579 --- /dev/null +++ b/data/part-06451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70995d3ae237531d7cafee95386f3f56c0ac03cb8737b177be3ebed91690a54f +size 480655166 diff --git a/data/part-06452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8d584770108bb88f8369fb4dab0b782e422f24f --- /dev/null +++ b/data/part-06452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b99628923af8045da2ffafcdb65ec4a6e45356f06651681d07abb442882a7e +size 527913093 diff --git a/data/part-06453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db7daab32a37768265768e78420eb5e272022e7b --- /dev/null +++ b/data/part-06453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec97c9dd81b0a0d48e1ad98e6964f3dff573a7231dbcd0dcee7c565bf769498 +size 516108882 diff --git a/data/part-06454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f362e9e031d9cbc41965d4d29dbd7dc5e595a26e --- /dev/null +++ b/data/part-06454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe012a6b0fd9478b641ed6fa8695b0163121985e89315b29b799dd1e48aed74a +size 408021966 diff --git a/data/part-06455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b62aa0967c07ecc3126df83f58f1a053c784f064 --- /dev/null +++ b/data/part-06455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064c51b7f75ed8792da17397ba6a03893410197102d278c637a735f97e3cf27e +size 706668964 diff --git a/data/part-06456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6a51d098ca6b34c446c3b039a9fba142d0967b9 --- /dev/null +++ b/data/part-06456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b30e26a6b2fca66b116335ffca2d88b6502493a188307a8723cf379cdf1ace +size 844366501 diff --git a/data/part-06457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5f8d03a87a7bcb15fd77b70119b37bbccb890ad --- /dev/null +++ b/data/part-06457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdded4dda059703f6049b379d8711b7352c13853cfe50ddadca0922d6e9e6857 +size 388531602 diff --git a/data/part-06458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ac7e910a3dd708a27e6be9a994c898bea328f3f --- /dev/null +++ b/data/part-06458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28097a583e75498549d7192c384cd64ae296e3644442ac5588976d51c057b2ad +size 407401360 diff --git a/data/part-06459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..763f62855b70741b714a7b918e8f06f966c14af0 --- /dev/null +++ b/data/part-06459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720102e8f196b8ab41212e3f860aa4bb7a3d4e0b4f25b914d45527a92288ec26 +size 601026152 diff --git a/data/part-06460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8c320f9f7edec44ce0966acb4fdec7406a55895 --- /dev/null +++ b/data/part-06460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f113a1d738a76490fd4812553404e918322c3ebfc42ada39eb222e3251948f +size 1005283548 diff --git a/data/part-06461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7af2626ec80c9bcb559ac411b8cb0f088028af29 --- /dev/null +++ b/data/part-06461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f414660f03b9856dd45d8d63d8b492dedffcb2f6b54352759c4bb9a8609c1b23 +size 438370252 diff --git a/data/part-06462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c48e5cb8924712406c67ffe579f60b38ff68396c --- /dev/null +++ b/data/part-06462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc623add9e37f9d41f36c1ecad1c4d4cee098d53887ba87282c292b126bd5e6 +size 487901147 diff --git a/data/part-06463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..def7037fa91950dc49641da5b4cca4fdc2f34329 --- /dev/null +++ b/data/part-06463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85feef1cf56b26a8eefb7e7624ea2f5b86ddc6680a034cafb30e58a30602d87 +size 933815593 diff --git a/data/part-06464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60bae9c9d8724b4109f7422c21937b5a6ce6c936 --- /dev/null +++ b/data/part-06464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a64e46771df21a36b0f25e77b9321981dcda81d15d3937039c67f7122b211f9 +size 379569388 diff --git a/data/part-06465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09e6b216c7df1e0e56488b9da6d3bd759e585161 --- /dev/null +++ b/data/part-06465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eabace0159a990bf7cf04f8ce5e080d58e15547329b665a15788e8ce51bf408 +size 567593033 diff --git a/data/part-06466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..804115bbf48e45fd1e89c1b1e3150d09741d151e --- /dev/null +++ b/data/part-06466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cb4c56ab231e1f7d0d46d75bd0d6c6c7d5aaaf3d07da9ac7289240960d148f +size 719770116 diff --git a/data/part-06467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aeff96b1ec1ce79a139556fb956ce30fbd504c5 --- /dev/null +++ b/data/part-06467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc30fcbdda3c47ce3e106d3ddd22e4a6159b7746b576814d609400f94923056 +size 469175399 diff --git a/data/part-06468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3c44228c1016adfb70576c5b404cc61bee098e8 --- /dev/null +++ b/data/part-06468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9ece8f24964d0558f82dee958b2c37a97b2d11c1d72c490341528c1094a7c0 +size 351267709 diff --git a/data/part-06469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d77ef6ce5974fc215e840ec51150c83bcdaa387a --- /dev/null +++ b/data/part-06469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85c784a7642f0cb2d9609d8d7ae1653906085f6ebc94f48304b7635664e3d86 +size 396749240 diff --git a/data/part-06470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62304d95ed1f04abae2225803c914d23cdb68493 --- /dev/null +++ b/data/part-06470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda3015be624fe9bed816c7137fc1bb637f77e25e90dfc3ae0d7126f69e3569a +size 675608506 diff --git a/data/part-06471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efa997f66649bf8e1ef88099c02a4e72231e8ddc --- /dev/null +++ b/data/part-06471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c439df061c06aec500ff3cfda903ddf6f8f323bcee74c9affab483199154edb0 +size 469061448 diff --git a/data/part-06472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..799b932471e017a246dbe67886380bf94211745c --- /dev/null +++ b/data/part-06472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01d312cba2cf75231fc985ce594a94d9dda6c955ee77cb42b6d57e46cc7939f +size 502448024 diff --git a/data/part-06473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f61c431c35363ef2f63c3e46a84f52bf3a6f9f6 --- /dev/null +++ b/data/part-06473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ade72e2e507e12511bab76c1cf560668b6aa24ba680af3e2ec8dadbda78a75 +size 1186082256 diff --git a/data/part-06474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14c0858f7450390b05d6ea16489043ed9ca1b3fd --- /dev/null +++ b/data/part-06474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc746ea55eb0b8627ace2c837ba62c707ee34b5e11aadd6d7fa254e6ec2324c +size 523829902 diff --git a/data/part-06475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a037201cdfac5e85f9b3b6be60407f0af2a8c93 --- /dev/null +++ b/data/part-06475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405743517c6b62341082d2986dd8956987e6ca6fc57a5aed8b9203b465537066 +size 910226331 diff --git a/data/part-06476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..383fd3a2a387ce14b98d5e1f80cdfbad8d21605b --- /dev/null +++ b/data/part-06476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fee264f47abf21c02da08aa1cebbd5f065f487a054b461a9ee2eef79618412e +size 463515207 diff --git a/data/part-06477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2f56c2a09a4352f14af80a6bb645f7fd8a66904 --- /dev/null +++ b/data/part-06477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef1e48e6cbf3d2e490fff0d8148205287ca040d2702016a9e15ffc9edea87e5 +size 631205178 diff --git a/data/part-06478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..728e1cd71aeb9d53a80c84ddcfd99f86cb747bc6 --- /dev/null +++ b/data/part-06478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873a99a1273adc6a0f0f1e83a2b06e57eb50b740512aa2ec6ee0f93fdabcec81 +size 529332487 diff --git a/data/part-06479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d61393ec16827049f9330dedbae43c581cd3121d --- /dev/null +++ b/data/part-06479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eac64b2b99d868d22ec6bb9c2f3782c05c641f970b9ff60e99a1fa1f2e07397 +size 553333424 diff --git a/data/part-06480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1ce993cef4b31bdc3fb781d40962a3de3543625 --- /dev/null +++ b/data/part-06480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dea1536d96ebac597a13fb04c2ce68f86963a3f4f2a420b095dc194df20f24 +size 470087807 diff --git a/data/part-06481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80aac546e599b8b307e1b60f1f7149a0915c3233 --- /dev/null +++ b/data/part-06481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e3767912ee62bdf0d34147047585f16672276199a2d71e201b8d47983b2c2e +size 650930492 diff --git a/data/part-06482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e0a4be9db801062e80ceac812e03abc8be21e7b --- /dev/null +++ b/data/part-06482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca3962a4e17c3c33f7a824b85d648776c0523235351b4313a22c7384fb532fe +size 621063724 diff --git a/data/part-06483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a49b7eefca896a5516aac3faac8318e0b8ac00ac --- /dev/null +++ b/data/part-06483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6615c47e99cd783d9f2157ff12686826f05ec44d7e71736393e73900d0a612f0 +size 474546855 diff --git a/data/part-06484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f12e290c803eca2c63d5755114c613e9bd4024f --- /dev/null +++ b/data/part-06484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f169bc93ef68be44bd561c2044bbead1475f8f95bf56639b546c323974c7e81e +size 506492466 diff --git a/data/part-06485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2be9e8bd1339acc70726a1262f2f99b011a0d12c --- /dev/null +++ b/data/part-06485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8637cf4f369b4882f90202d1712f5de332128d934bc5d75ce7b7541b4b007ced +size 582866191 diff --git a/data/part-06486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab86887dc00a498712dec63538777d6588a019e2 --- /dev/null +++ b/data/part-06486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa6193d9da137b76944ff1dec523b9432cca411b15fb7ceddef251a5e6459cc +size 860705484 diff --git a/data/part-06487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49e82de6963dfab9d34b8fc384b6e406bb41b65a --- /dev/null +++ b/data/part-06487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec7c50db80a98912bb4f4d2dbe6e3afe2f513a7e0761a9ad0db1ac8ef64a2e3 +size 570113787 diff --git a/data/part-06488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e64c0dc0dae9f66596e6a9d37bc26157bca319e5 --- /dev/null +++ b/data/part-06488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930d4c49b64c839fcf4fde309483d0f3606d099c37b7547a9d8ed63206db9b0b +size 919045684 diff --git a/data/part-06489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65cac2b60c96d141ec8f0fef1eb6ab282d4183f6 --- /dev/null +++ b/data/part-06489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d01c5c564b45075ed0f6c00394369153b102fbede3459624b0bb2c5fb30b8c +size 459677073 diff --git a/data/part-06490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae299a238bee20648dfab85064c97690de14c530 --- /dev/null +++ b/data/part-06490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ec0cd207d704afb414010eee3d94316cd8e491a3b914188062a5709335720f +size 554733941 diff --git a/data/part-06491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e265926b926e82a34296ed81687590eeb5ce952 --- /dev/null +++ b/data/part-06491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cf3bb53d463e854a431fe61da6cc72914f88d077ef5dd5b829f64a007d3e4a +size 487907014 diff --git a/data/part-06492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ca4c55f029432fb5a5a79d0b6e5d45df061dea5 --- /dev/null +++ b/data/part-06492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ae69a1f7fc50a8748856540423f2bbfbce6c2c53d1aa167ca37acc50ae8d24 +size 423393483 diff --git a/data/part-06493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..719b82bb585abd3bfb212f805d1705d0d417b23d --- /dev/null +++ b/data/part-06493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef227201ab90bfaae37f02851ae7e29bc9cef0e5e4fa444ebd783513533948a +size 427307829 diff --git a/data/part-06494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e20cdff2372e1b8e5ea40ccf1955b80434ec599 --- /dev/null +++ b/data/part-06494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7789fa1fe4c671856922ec2ab8a053636c79ec8341e8e583ff649422bc5f46 +size 647482674 diff --git a/data/part-06495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6755ecb8ebfa23aae833f2e5bfb0985660eec15e --- /dev/null +++ b/data/part-06495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1269934345b64b8e37a235280faea94622243895ca4be416f4bb5d30a7fa44 +size 479959606 diff --git a/data/part-06496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8ff7972efde40de18e01d603091176c81928df5 --- /dev/null +++ b/data/part-06496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c1905392cb1e59c0f7f88f9789b45efb28d4cef4250fed92a60b55188e8ca +size 630085462 diff --git a/data/part-06497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..291952bed0ff73da7ba1fa27a97d820540ebc308 --- /dev/null +++ b/data/part-06497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee082ca2c401c5f6f2d360dd944f3a37d3d591e8c282c1dcbe53d72dd1e2ef73 +size 465518049 diff --git a/data/part-06498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..186dda3a9cffe453ca4d257fb325c4f41e7c74f6 --- /dev/null +++ b/data/part-06498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5c37155b66c507fb5f1316e412e5f6e2306ebd9af90c3ae804b88eae755d50 +size 441430913 diff --git a/data/part-06499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5202a80a2909d22f2a57e3c20b016438afc52b97 --- /dev/null +++ b/data/part-06499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c988fc5270e942420e9595235024ea3cc6d56a28032738b3c2c3523b2e2afee +size 399809716 diff --git a/data/part-06500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aed5582410ea93f9ba185ca55e70f68604c6d3de --- /dev/null +++ b/data/part-06500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e50d84ebe4790f1a432b1665170c46576441aabb532a283c228ffce641db102 +size 438810584 diff --git a/data/part-06501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b49e6d8f70710cfb6473b694970a959512a1ea3a --- /dev/null +++ b/data/part-06501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae9d778099c87de06b0a02dd168e58dc8830c1bde2c26dfbc7870df1fa012b6 +size 581156575 diff --git a/data/part-06502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d68fbfc044bb411b54326294c86b25b1e7e9a7d --- /dev/null +++ b/data/part-06502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2a32764a89e79b148bba0c30cce8f63174f876f167e49781359c42fe86a230 +size 467086458 diff --git a/data/part-06503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..949e8f149f86fe3fa7d3dc5374f12ed93b704fec --- /dev/null +++ b/data/part-06503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fc2f246e1652635fe4274fd1fb78d868b56e6f673a84452fbcc30183cda0ad +size 510793952 diff --git a/data/part-06504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c2ad5f8572fbef749863fd75f45022a789c2b75 --- /dev/null +++ b/data/part-06504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ecce975d6666e342f4d4791a711363541161bae548fc5a11444ab14968e060 +size 459410823 diff --git a/data/part-06505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cec086848fc9ae64d8d859ab265c6689b9e9e23 --- /dev/null +++ b/data/part-06505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83447ae357e421daa0fb229dddef0ed6315070c74065d1f634a3ad590951f1ae +size 586060088 diff --git a/data/part-06506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbecb20000ad9bd90c51e9607ea1c4479fba4f1e --- /dev/null +++ b/data/part-06506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8f338a8f3305bafded9057fd2a42a5da898812204e507afd96af5ffd33b836 +size 512119795 diff --git a/data/part-06507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c063e0159e061dc9c8bd82bc90b80888aad87333 --- /dev/null +++ b/data/part-06507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d72cd42f942470ea280de9c87fb223fc62b2a0b683ea5c66e08882556982143 +size 426837611 diff --git a/data/part-06508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e844de22f6c6487ccd7d2ab53e67d7e01ff4f79 --- /dev/null +++ b/data/part-06508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98717e1952b43c32e9cdf6cf24bfefa415d0487762b7ff49e94b08b3d5be7d98 +size 578163154 diff --git a/data/part-06509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1702f418e489ad5c59c3c7aa30fa5bcb5524262 --- /dev/null +++ b/data/part-06509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b31f0297c13cb8d6c44ebf1bc6b04899a606b8f8789256eb4aa6641d441649e +size 706961082 diff --git a/data/part-06510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdae5acbda902a0d9cc776f8a261e8b558fb65dc --- /dev/null +++ b/data/part-06510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1942e69ab5163769c3bce552ea2d144bf4262b32096206cea01c2e58536302d9 +size 446668068 diff --git a/data/part-06511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4384b65afaf346fcf9d4b66b46bfdc5c51ca6d3 --- /dev/null +++ b/data/part-06511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40997405ccfdac7e467afe34e2fc9ae4bc6c0970ef8d1ac479486d4f2d5a451 +size 502607911 diff --git a/data/part-06512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..363afd5d43a378fb62893e74d554bb93020482f3 --- /dev/null +++ b/data/part-06512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb66d2ce7ac5b2b459f5f08678fe1c15e5dd58d062e018ce6d4ec1c77e92920 +size 836784324 diff --git a/data/part-06513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3329ec8bbab1b5e03515d7d3adc1ce0889e7fe9 --- /dev/null +++ b/data/part-06513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153eccabcbd6f1719016ede4c67f867b5111d0e173de105ccc17f64fc0acede4 +size 430500937 diff --git a/data/part-06514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a2e4aa6af1111c1113fc74858013436f5058c87 --- /dev/null +++ b/data/part-06514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e236b5840d6cbbc848338af5d0746856d2606e3e6772cf0923a4f37860aba6 +size 895119741 diff --git a/data/part-06515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df081bf09a73f5e01a2fba2b54ffbb0d1ffceb3f --- /dev/null +++ b/data/part-06515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6eb5c522342c64f55f42a92b6f60f7f4b45fc56be12e6958c0a36dfbd55f86 +size 888994130 diff --git a/data/part-06516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..737508c3f1830a5204e856029dcec4ed6f07d95a --- /dev/null +++ b/data/part-06516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8066a02794e61b46b86c521f49cb29403e08e0ffce041fb88f13cb818eaa947d +size 391858731 diff --git a/data/part-06517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b218fc6a96ffef8ccb2f87983f89058685d53e8e --- /dev/null +++ b/data/part-06517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22e6037d3f092418b05a7740fd781d3380b74bf58bc5517754e21759a4e2b53 +size 1000074987 diff --git a/data/part-06518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..651916b6e1dd2c9d3e919936fd71d5a7fdc185af --- /dev/null +++ b/data/part-06518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a0eb9e81e6fd1ba62fa974a8144129d099189ecd35b0e18b77dcf10123ca9f +size 502353543 diff --git a/data/part-06519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ead64098809000b28b6b4ad04a9005266d375a2 --- /dev/null +++ b/data/part-06519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1c0e8a945ac59a9195053e12fb56a75d522f5034725d38c1f26cb09b91d471 +size 732557984 diff --git a/data/part-06520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdc66397f31f7ba1d9722858b690de6d26f7a0c9 --- /dev/null +++ b/data/part-06520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d762bb0f6ee584f6016b8db1b28d0f3207ff9961cf93f5fb8001224b4ca336ac +size 462734965 diff --git a/data/part-06521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8265e9d35f5c6ee968a36548b18e4dac51af049 --- /dev/null +++ b/data/part-06521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6282d6c47e2d3511710e2f84dee41fe3647af260c6f5276865591b700c245399 +size 413036146 diff --git a/data/part-06522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b88233108157b1edf45dc7beec532aba8db3c0fb --- /dev/null +++ b/data/part-06522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0effe9b5a53d197d5ab7e49be2bffe1a851b626b83ec952740c5a1a67ceb71 +size 836725629 diff --git a/data/part-06523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbbc0530e94ed3e83a0744d0d3a65b3d7fdeef53 --- /dev/null +++ b/data/part-06523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9a8159d8a51311fb195d61eb5f01ca6998e812c6e4d97b1a30b2d69bf78c9e +size 435869646 diff --git a/data/part-06524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20898c9e64080bb273277e394c9cc8155ea93812 --- /dev/null +++ b/data/part-06524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ac9ae40c267c93375ce225b520c82bac191dd1d28264bf04a3d7f9fe6aa065 +size 441950495 diff --git a/data/part-06525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b09439e07785fbfcb2d908673c12e108c39e1d93 --- /dev/null +++ b/data/part-06525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5970fcdcadca3ecf1fcd90c67feda9997be212c2b20bb7c2f6548212cffaf8 +size 482739488 diff --git a/data/part-06526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..722aba318651eb270ce74c14a1cdb6c241ff7603 --- /dev/null +++ b/data/part-06526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4021ad4cbac9ea6324c35c27ffff11a2fd3d6ed4adc6fa9b4b0d1c6ca34202 +size 864654487 diff --git a/data/part-06527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e66ff8a47f636f76f845371960b846422a8636ff --- /dev/null +++ b/data/part-06527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096c95945d42ceef8b0c0ed2a0710fb3f3de698c1054d1acb7cadb1f5a83e3ec +size 607148915 diff --git a/data/part-06528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dbaef14b9fc1aac3275f1505cdcb45ddf72e110 --- /dev/null +++ b/data/part-06528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5a50b1a963cfaf3cb0833a00caded140378f161f8f0049c116ebb617b8e168 +size 620166491 diff --git a/data/part-06529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea4f8fe12517640aa9c8fb7c4dd28bb34ff4b50e --- /dev/null +++ b/data/part-06529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4025ddcb106a8f8532d8246a81d407e476dd79e931dee87a2e3abae734a04b69 +size 497531239 diff --git a/data/part-06530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12cf2a1b458423103f65e0d33eda423ae04730a7 --- /dev/null +++ b/data/part-06530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef547eae2691a65852233cf40690ae0438d17af8c78afb58ddd9bef57ca953df +size 614796569 diff --git a/data/part-06531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b332465e56e0c4d6b71f4182d0e1c2be5dbc5b7 --- /dev/null +++ b/data/part-06531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003ea045075a2c5e622fbf731dc0f37a3786c4d4e543e1eec2b308ab41717ed8 +size 464397624 diff --git a/data/part-06532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38265ba08a3f2466d9fc8094afd85bd66678deec --- /dev/null +++ b/data/part-06532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b256b4b9c5278846267388d2a21876c2a46e314e87e9a60e44f2cbc612062c +size 551752739 diff --git a/data/part-06533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5a891ec187495ac7e239239e49de1ed632aadf0 --- /dev/null +++ b/data/part-06533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db50a5fbe28398d0e90a76c9f5899df2b41b2ef2933d820cfa7fafc7559fbeea +size 400325829 diff --git a/data/part-06534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f52a62e8a305d6bb06f914cbc099b2d1ea39880e --- /dev/null +++ b/data/part-06534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0df155829081ba857587e0933f2ba5236ed27ef63e577453d79867f89995a40 +size 491240902 diff --git a/data/part-06535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaa4d5050b9492abe4f681c90e257aed9d410122 --- /dev/null +++ b/data/part-06535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72cb4b3540f240e35ed4af1869e202e69b05ea518b97d6f601e51a166d9cca6 +size 437485714 diff --git a/data/part-06536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1754223a6637646ccda99d667a1440f95437081 --- /dev/null +++ b/data/part-06536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089728db7087082f833044d53b512531040e40c413d749fd024de5cfc74b50de +size 511605456 diff --git a/data/part-06537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73ac699d2fc39f86aed5b5a2bd3aa7810b49e474 --- /dev/null +++ b/data/part-06537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24755fac845a930a12c046963b22e5975f709ab074a15bfba3297368d1321fd7 +size 378423944 diff --git a/data/part-06538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e20682d7e62b0e4b2439f249146f2c2b94f55ec --- /dev/null +++ b/data/part-06538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e93958b70f15d7a45431d6215ce3653ea6ad6ef4d172a2066022c29ccded224 +size 517103905 diff --git a/data/part-06539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29dd092f4478e374498b5bcca10f0197b59222e5 --- /dev/null +++ b/data/part-06539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222614d47a1748d99253f7df03edde6b99b0c53ff9aab7851d673734d763f705 +size 890289564 diff --git a/data/part-06540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8f19e0274c40e8c907cb0c99201e032661bb27f --- /dev/null +++ b/data/part-06540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea138ff447dc02bd4d6b7449dfff0cfc36d7611925015084ea59250a919b1197 +size 482963990 diff --git a/data/part-06541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..100b405252e99752fd5db93b76ab80d470325f67 --- /dev/null +++ b/data/part-06541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292217a929f01caf23cf9ee4c188673b248e0848d699d92f1f0968d1ee2fb1a +size 589392360 diff --git a/data/part-06542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cb8b79eb2568b6d3d80dfa4735c0cc9cdd7dca5 --- /dev/null +++ b/data/part-06542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aaefd0f61bc0e81ab11c265441300844aeca5ce7aedf926be9911fc4701d53b +size 673655411 diff --git a/data/part-06543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8854496970b1f1c136ba5b3b96c69f6d0d88391 --- /dev/null +++ b/data/part-06543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8439f998156c8e68ac9eb084a5498d31b2ff0140ee5edfd64f6edb2d40255dfb +size 538822833 diff --git a/data/part-06544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b2360ad5828bc508ccedfb0763624bdf51b3e1f --- /dev/null +++ b/data/part-06544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390e417c77565fe6233c4253d845989c7378a82cc1fad78fae7ed96bb041a02c +size 761410117 diff --git a/data/part-06545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2595d08d8f7c0fe9bbb928243806579a6bd8945c --- /dev/null +++ b/data/part-06545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f822a729966c588e8a3f1e696c8d0737c86ead31c0aecb731a9fcb3158d46120 +size 574281462 diff --git a/data/part-06546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a98ede8feeafb7ee6146de5778a9040256854ed --- /dev/null +++ b/data/part-06546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b95795ab7945013120d049cd27a0f9a7111eea345558cf15d52d0bbba865650 +size 540553813 diff --git a/data/part-06547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c00ebdcf7bed0d035e34267d85b1396df84c6b31 --- /dev/null +++ b/data/part-06547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee879d7b31a9cba864a615d3e7a34ddeba7b248128a4173a692111e493795668 +size 638400493 diff --git a/data/part-06548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f42fa6bb990649e3f683603a218e624edf123c6 --- /dev/null +++ b/data/part-06548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb6aa9e590c5862573faecf9abd0aeb351a425724ced3302d92cd6496dda2c4 +size 481950501 diff --git a/data/part-06549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54e29ecfd6905a726e7511964f17f3c1bdc9b515 --- /dev/null +++ b/data/part-06549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b10683a0f7271fc7431702af51bf6757b0a75071f387b28e0289a15249df9b2 +size 607220306 diff --git a/data/part-06550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..130d11a5f64277bd8c46534ee47e210649e5ecab --- /dev/null +++ b/data/part-06550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b0c104df7483b85582c35ed51d20aa677789e8eaea2fceb276794150dbfc23 +size 634531168 diff --git a/data/part-06551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3191ebb84647162da1ad8014f5c00cea4696c2d --- /dev/null +++ b/data/part-06551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f646aab7048e8cbc0f38e7f86963153b93e3d9ecc9097d4533ab5a280e3f9e37 +size 545685164 diff --git a/data/part-06552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c07d8c789ce539a09f039006b4ca069cfd2d9c9c --- /dev/null +++ b/data/part-06552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebbaa13c164bdc042472ac7615c4e4094351c1d74715343b7001729413c00d3 +size 537965419 diff --git a/data/part-06553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f7de7ebe5aa9f537dfa47180374e5d695fe6b77 --- /dev/null +++ b/data/part-06553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460ca02fbb0caced6f523bcfc03c1e101bbed0d609c238185aa1cafe16f6f57f +size 734145028 diff --git a/data/part-06554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3a2b0102bc55dd792d0a11e116945a66b95589b --- /dev/null +++ b/data/part-06554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc48f94191e3efbe55dfae137f2e6c7f6fc61ecf52f3c8044bd10dac8aa5bd66 +size 466912178 diff --git a/data/part-06555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5098e6998de4d69fe3e6ec69eb6308b389c406c9 --- /dev/null +++ b/data/part-06555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52f36a1d4dc1b6ae9d46ca63415c9c128cdaa8d1d83d59963a3b562c538c334 +size 582974461 diff --git a/data/part-06556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08c8f8760d4bbb1f10b6f9327f058715a4da1d1a --- /dev/null +++ b/data/part-06556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ebaa3b81300b0d21ae13efff8503d8e096f7eca884ad88a057bc388e344c42 +size 518238829 diff --git a/data/part-06557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c929c9b50cdab1d5cb1927eecf915228b6acb7f1 --- /dev/null +++ b/data/part-06557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540eb5776ed867600e48bb5db74f2146f951ef228661ef310d528cc81e6d9498 +size 594898364 diff --git a/data/part-06558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aad5aa72ea207896c35933c7ef5e2e8c95125910 --- /dev/null +++ b/data/part-06558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e531ae3b7c35abba3d5a776642e537e3ea565d359bd8e722d2663132dfdb7f48 +size 473988415 diff --git a/data/part-06559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2960342d88e562e19e7101bb8a839716d4430f07 --- /dev/null +++ b/data/part-06559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3358172331a3fb27d6d01190fba118865fc9eb84faac4460aa921faf3a605ef6 +size 584086462 diff --git a/data/part-06560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a5fe40e07852f8a1920b50316550aaf8a74ecc2 --- /dev/null +++ b/data/part-06560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbebe7f824e16044ecb0e715a06937c2a6b0d08c9af291743471f266005dda3f +size 409168530 diff --git a/data/part-06561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66ed633e2c4431a6f5a5cc454fb0464c22898a10 --- /dev/null +++ b/data/part-06561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd79837dcaa2183617558a48f9e516bdd420c73777878a27fcd82d1d542bd44 +size 463044008 diff --git a/data/part-06562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71474cbbc5ee08af9d67b7ddd3326f991478d114 --- /dev/null +++ b/data/part-06562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b281ace25f3cb79cce034ad97efe833646eddeba9691ca19fc542cb331d2df6b +size 520443611 diff --git a/data/part-06563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97dd2eb0cfb118df261bbb505b8b35af065d46a9 --- /dev/null +++ b/data/part-06563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6c86604ca7c2d06c23da6ab132691ff4bd59f789735e4b3715610a5281bab0 +size 475549386 diff --git a/data/part-06564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fefd9f8a2be035d968759f8ac0a3169b43dcc2e8 --- /dev/null +++ b/data/part-06564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deff2186611e18014a6ad529cf6a9a0840c3c4bf5e4f3b10ae89ae7b03f7b53b +size 692755338 diff --git a/data/part-06565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90ee693d13eaf9cc98c667e6b962b4efcd348969 --- /dev/null +++ b/data/part-06565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da7eb467692ecd9833bde3c8fada33f76a7be7de5fc409ddf12bbbd0e761082 +size 509909624 diff --git a/data/part-06566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb9f4d4104d42ce2af69a4440723c82126eb37af --- /dev/null +++ b/data/part-06566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c10a8ba4f16b23cb906d836779315112a6def398d94e54bb0e2de71476253d +size 804012539 diff --git a/data/part-06567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47225d6a2da9298c542a2ce9a4317d852ff26a36 --- /dev/null +++ b/data/part-06567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f194dd0b62710fe97c0f0875e681d4f9c26787e461e86e34f23c3c014d2950 +size 606354986 diff --git a/data/part-06568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72f8b9d2b7876e22c20e5ee8dd05b908be00fca4 --- /dev/null +++ b/data/part-06568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1106df10b05a21eb837e212d7952f942a95d4869906cef17fec41b222ca174 +size 597607177 diff --git a/data/part-06569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb4861608c8f6a31fffcfe252f454e5e2d4de135 --- /dev/null +++ b/data/part-06569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3f2ec953e222d9d9d84d252eb80a11af0a7267cd07844a4d5b07869081764b +size 541290088 diff --git a/data/part-06570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ebd380602006f1c89299bfc0049cf2787f157fe --- /dev/null +++ b/data/part-06570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228ad5e39323d316c1e9516c40f25a2c550a7c4d6e97566c2e6db1fa87997e4b +size 673215311 diff --git a/data/part-06571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..352738ffd8391481ba939c3e0f1a2b345168966a --- /dev/null +++ b/data/part-06571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175fbd2dbb3cc542c07e57d722c79834493fe331919e19b2e1b83f756a89e129 +size 465213194 diff --git a/data/part-06572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e54269786485092d333ad5807ff33c83a6882668 --- /dev/null +++ b/data/part-06572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c4bc23f60d6a7dc6dc088ed2fded9f43b9d68b303b58a4e8eedc78e27ba813 +size 404938844 diff --git a/data/part-06573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2081c703362ffa0e1170c0226c8e4b9cfec991dc --- /dev/null +++ b/data/part-06573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1475ddc58d46ffc3cc1e176a7c507651208cd10818ea326baf709bab1ece14da +size 347502123 diff --git a/data/part-06574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a02f87e6ed58a179f96269de15585621c640096f --- /dev/null +++ b/data/part-06574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1b8612817a62f6041d200145f27b85460eb6a5d0fe1a9d382a612a83625120 +size 456768890 diff --git a/data/part-06575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d94e9ce9f43caa662d686e58c75322305ceeecc --- /dev/null +++ b/data/part-06575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c6a7a9b71eafe640d42065c28407ad105eeaaba767159f4870b77f89721b2a +size 588227131 diff --git a/data/part-06576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26dda38c3ce863dcd5a2212dca953fcae63051cb --- /dev/null +++ b/data/part-06576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833b833f3b62f2489993893c33dc6380f1ed1df4937324cfd83d2aaa8b8b1031 +size 535979072 diff --git a/data/part-06577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69b395e11d985e8e903787f6d0a2cd8e46937364 --- /dev/null +++ b/data/part-06577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574e63272a1f3a3740d9a6e14edfa6d53a7e6a4766153252847f4a7ed7e9163e +size 545897778 diff --git a/data/part-06578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b51f9d690bba1ae638fa2d9f91715cc1af8b1cd9 --- /dev/null +++ b/data/part-06578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ac0504effc127c3013458f0e1d5b3f0aad57bb7fbae5fef67ef0cf5b563b3c +size 554590287 diff --git a/data/part-06579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f1366c876a01365670e8ef4f4426f9674643625 --- /dev/null +++ b/data/part-06579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3473a5c9d851b9e3251ee3c7e2302cb3baf8d4bf97af6868b1ddc2dfd76de34 +size 447697020 diff --git a/data/part-06580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ee3cd4571c367ff47d509163bab83084db6033e --- /dev/null +++ b/data/part-06580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd6d1783456e40e5a9c980becbea0376d61b6295f47b16d1e00de01292d8fb0 +size 618897111 diff --git a/data/part-06581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9988d0d3bf8e5c337279a59212e2629ef8806739 --- /dev/null +++ b/data/part-06581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec08414d729decd1cb66537485014dd5c1f08e7a6eb28199fa4330e5a3d4b0d +size 446015667 diff --git a/data/part-06582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70d1467ef4b9f305602c8e739bd8a1ca3e93854a --- /dev/null +++ b/data/part-06582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc93696ba21d6980e3e35591bf57aa3b3549749319087e24409c32fec8cfbd5 +size 575548460 diff --git a/data/part-06583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fda9fee1f13f1827c7aec75f5d3b0670b8964b9 --- /dev/null +++ b/data/part-06583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a7d75d26834fa20cbe68f96cc7445761a06f1eadef06771f2313c47bd74655 +size 442703433 diff --git a/data/part-06584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e82ae37f5e049ccb2dd4e1ac8f549b295eb19f15 --- /dev/null +++ b/data/part-06584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84207c0b940348ddd4048c86b7b2c3db48f43b450a1bad2a3782c378f0e5f08c +size 505535890 diff --git a/data/part-06585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a50aae3e02001ca73ac3fdde446aaf40310d4c71 --- /dev/null +++ b/data/part-06585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cff5bad7abfc896599b8aebbd1ec4277e150f6d470e046644d67e51cf61843 +size 454279131 diff --git a/data/part-06586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb773e3f83225d7d27e777ea716fcdf883276bff --- /dev/null +++ b/data/part-06586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8f86427bcc13b5c7f97ff2c385d8bfffd2798f796577e3f31c7c25e0aae124 +size 387161521 diff --git a/data/part-06587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc6d1025ba6f8be8880d2cc721296b7f987f5f2f --- /dev/null +++ b/data/part-06587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9223f6b45723db3b0bb95f60d10af7b12745de4db8dc462e0b1dff7272148221 +size 435713260 diff --git a/data/part-06588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acdbec875ae1d349e8862010ce21f9c9160b9aa3 --- /dev/null +++ b/data/part-06588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cdd7f7d82ae8b0e81e8ef579abc6ffb1f9d31321b85201431b73388774cd87 +size 553047131 diff --git a/data/part-06589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..219a0c37ccc8ec00231c8163c9d84788072ecc07 --- /dev/null +++ b/data/part-06589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495f9da97f2b42f678ffa30ce2f07f9970eac5c9c114129b15de94169eecab15 +size 786528906 diff --git a/data/part-06590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecf89994a615379a05e4c4dfdb2f41d844939d5e --- /dev/null +++ b/data/part-06590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f6621969d6c1114eaa6ac42cbe5201ab2747d26a2441bf5b5d3b1870c3979c +size 573158217 diff --git a/data/part-06591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5d48715cc9842fd3814dc817ca05a1695ce5bec --- /dev/null +++ b/data/part-06591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba555fb89449c8171fe06b915a88a00be27832fc4c8c3de020a260f0581a5179 +size 747460727 diff --git a/data/part-06592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4517030f9250bdebef3a1be91dd6cbd8e01802f2 --- /dev/null +++ b/data/part-06592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb63776825b84a741358956d70ecee75df0ed5a18154758bc8c8c7cfaba9279e +size 544269834 diff --git a/data/part-06593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7af4b2e1f755da0d6fc141deca3defcbba7fff0b --- /dev/null +++ b/data/part-06593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc9116d27306d46eb34889cbbfead24adaa73df4b73d2c54a8fd3ed9339a734 +size 399029906 diff --git a/data/part-06594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c73b9a90836138b7f28041f8ca205d2b56a8e5c --- /dev/null +++ b/data/part-06594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6860f3de30080960de5e68dd1b73fa3dc05ef41e5a8ca5e2a0ee8318ca36f886 +size 548663505 diff --git a/data/part-06595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24a3e65ee5c91cd18783f7fe639009be6580f718 --- /dev/null +++ b/data/part-06595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256f939cb9fa9ca28386fded3ccb869addcf454ba9ea64110b419392ec744dc4 +size 398438793 diff --git a/data/part-06596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d35d1c8e9dc47107dc544ebb9b467d18b887298 --- /dev/null +++ b/data/part-06596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abba0122b5dc7479fe7777be14351112b0753d892392c349f78fd3e8fa8bf811 +size 437578947 diff --git a/data/part-06597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b09251395a9e3be80db0c2f72f1cc74a256a23b6 --- /dev/null +++ b/data/part-06597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4abcad59b41481771ae57ccf8a62209a8cc17d98b98781f2903b4eb3317cef5 +size 1022619272 diff --git a/data/part-06598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f8f9712b28953372f310737ed3830da95529c76 --- /dev/null +++ b/data/part-06598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901e565ea5a8697e45d656cb52e6dec901b927b3b55f88a5aaf2d848efad6231 +size 635247791 diff --git a/data/part-06599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89d8b0fae4204be1cc0623fec188628c3e91dcfc --- /dev/null +++ b/data/part-06599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c472d7b5f542af6cd18bcbb894766ad14f75d674710f91bc5b968ae161d769ce +size 759398789 diff --git a/data/part-06600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cc7dc07ce186b2cc39845d81d106eb6f45a07d8 --- /dev/null +++ b/data/part-06600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceb8442c49503268231cd0d8b3b8e952ef36dfde7ffa823b2bf3434d7e1ac9c +size 600129895 diff --git a/data/part-06601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..336c35f44be400b472a85fb5a2f4ee363c0bba8a --- /dev/null +++ b/data/part-06601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db6af0120dc2560464f6a353488854acc4c4c394e04b5fef30401e767e7c90f +size 630152405 diff --git a/data/part-06602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff232286eccdcf8bf0a8bcc0bc3c2a74bcb12388 --- /dev/null +++ b/data/part-06602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f6c5dafc20bd7415a44c693c0746be9a6a28838b4bfb390833221ed6ff9b3b +size 555503358 diff --git a/data/part-06603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58bd290c5fabe0afee6462029a0b72b98759dc0a --- /dev/null +++ b/data/part-06603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3019f70035dedb219170713a30fb6bf76b6eade75992c148e44a9cf1639b19e8 +size 369287364 diff --git a/data/part-06604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c92bd3f14d15955a55c437e8b8a0c52a77545e7 --- /dev/null +++ b/data/part-06604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb478964cb7942b913da1a08f5d32e8cf03626578c8607d6564ed951c7ac10f9 +size 743359069 diff --git a/data/part-06605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ab8efdb42318338769ad49a635117e0ef9d8f1d --- /dev/null +++ b/data/part-06605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b0d52d29c776b325ed0e112a8214f909026fecc67a622149b9016678fcf741 +size 510673587 diff --git a/data/part-06606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54515f7a9c1a8dceb3eaef49c009d226e07c3325 --- /dev/null +++ b/data/part-06606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754a34571068973d9edf5a6e3f2aaef76f6b4eba0ab80f5a7cdcec049bb1e2df +size 1005261891 diff --git a/data/part-06607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a31850d8b2668ad943d1b24ebcbb3d0f2543bc0 --- /dev/null +++ b/data/part-06607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d40369cbb445277f8b9d3133a313ae1e531eb2cb1ff977fa09abd83654f0bf +size 703750408 diff --git a/data/part-06608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36ebd25ccf212f08f7824ee29298bdb67b1f9b9d --- /dev/null +++ b/data/part-06608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67fab2f29a4a14b7bcce7100adfd9174eb46f18419f6dc348992074d51af166 +size 601107041 diff --git a/data/part-06609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d274c55ec06ebb86859d57e7563582deb305b3f3 --- /dev/null +++ b/data/part-06609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e525aaa931033a3070f6536a505d7fa5a08fd88e99b5f334cb2d385e4861a034 +size 466923624 diff --git a/data/part-06610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba875bab21ed29c821b41d1b5c50105c8040f199 --- /dev/null +++ b/data/part-06610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed7255372230ad433404a7ec6499f6e4fd983264530a87fd71f477ad3047864 +size 666115538 diff --git a/data/part-06611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de8043b750b6e02dd08a4c6912cff0f7cc2833d3 --- /dev/null +++ b/data/part-06611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbeef7ea3d308a5a40d026953014ad4903ac5d021feae66bc643dbed130116e2 +size 434438482 diff --git a/data/part-06612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b20c21ef1e71cecea0dc0dbfad9e218727470acb --- /dev/null +++ b/data/part-06612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ac736f897a990545bedc9be21040ec4445bc02e28407d469e1ea3742db4132 +size 412018213 diff --git a/data/part-06613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e870ee10f3fedb1312be61e771a45055ed3c1782 --- /dev/null +++ b/data/part-06613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bd1b3ae6eed3cfa911ebdbd20ab9b560f6612c43ab1a7bcd1d12aec1aced43 +size 563847437 diff --git a/data/part-06614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eec21bb3f286cd1efe5c18cc6c8e38ff410cc0f --- /dev/null +++ b/data/part-06614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da45955946d2664fa2123c679f961ce4d92fdc743fd2fce687422af7963c1c3 +size 398040568 diff --git a/data/part-06615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c30827e4c744cebd196b58360afe0dd522a929d --- /dev/null +++ b/data/part-06615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b58a6d55ac61982d0d93cc44a3282868b75479f16eda0d16bb7968b4a0a27d +size 569507464 diff --git a/data/part-06616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47b7af883712264688efb98f76bc840bde9ef11e --- /dev/null +++ b/data/part-06616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d09b6a6d0cf10787c21d82815ded3b8bb26bce4e4790f8045335b4ed41a2733 +size 744163126 diff --git a/data/part-06617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29af87bb719e6ca967e28cc23c9ced3f09c54f35 --- /dev/null +++ b/data/part-06617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba30bb61eff7c862c2cbd6845cd00d7f81531efcbf185fffbe47d938c7837282 +size 554948544 diff --git a/data/part-06618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..297f19a184fb20f6db52ecbe6c93e3576a18083a --- /dev/null +++ b/data/part-06618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6939c994ea161ffe88616fdecadcc181aa36f95d5d6d96e9b6e6364103ec07 +size 383825436 diff --git a/data/part-06619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e947528a01c7bed7e83adaa4bb3daadffacd4814 --- /dev/null +++ b/data/part-06619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9702b7bcc3bb2b74a76c09055950d8ebc277a805a8f6a1c8d2770a8115ead9c +size 584587167 diff --git a/data/part-06620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32b4252576a1fe403efe60497236970ca5df0e17 --- /dev/null +++ b/data/part-06620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b344573ff5f37685e2e46de8eaee6a18e4fd3490848fc306f4e75f04e0a31f +size 519334379 diff --git a/data/part-06621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..479166edcfcb9d33a16c5d9f2e9d29ec41a1088d --- /dev/null +++ b/data/part-06621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6472d56fbba68884ff0e1cbef6a5b40265e7823769c895fd24ed239c3c80c46c +size 2234830091 diff --git a/data/part-06622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b57a3582acb2b267edf7703c4938f9318ccccaeb --- /dev/null +++ b/data/part-06622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbd1093d4dbf5145e17d50a157fd4433ba11ac0800c3973058d7fc3e71a7c91 +size 757013540 diff --git a/data/part-06623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5cc5a8f9b3accff45d75b7f04e229e8ed25a26d --- /dev/null +++ b/data/part-06623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fabd5ca5d8a2814822a194e4d4547bb9170d9ed6d26be8bc6279fd16367035 +size 538018205 diff --git a/data/part-06624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14d90ec705e5dbf0281d1d11cab44d107d6cf262 --- /dev/null +++ b/data/part-06624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9558b08033504ead82a96459acb57fb662483fa902536bc9b78e8ad1706949a +size 551248863 diff --git a/data/part-06625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b681e1fa4254d8f97c4919ad01c87255ffc9d4f --- /dev/null +++ b/data/part-06625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c4d85f8b55f864f643ec404942ceb69dfc3f5c4e560694facad995d6db4d36 +size 668994643 diff --git a/data/part-06626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77b535149f5701055bbfaaecf011f6962cbe44d9 --- /dev/null +++ b/data/part-06626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea8e29ed3b203a6754774b6b259c9c15fc0bab891bca9b3056fc2712ea97078 +size 539724806 diff --git a/data/part-06627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35d9d8f309b77c9c5d56940945c142788f43e000 --- /dev/null +++ b/data/part-06627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeadc70518fdce521e83ed0fda4a7cf5c56c82748963149459deb2999a212c6 +size 597369077 diff --git a/data/part-06628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45d99e11efa0586fc0e70e5ec10f19c5e02350c6 --- /dev/null +++ b/data/part-06628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25c471a7520a595a488651c240a4dee95732d99d12cec69fdc1264ebae592e5 +size 444420405 diff --git a/data/part-06629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70b05f72cba0c855fc814081f681a4b30bf8d1fd --- /dev/null +++ b/data/part-06629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0145f0d9a8892f5609339a98a1286361a79e4a33b25557d1383902dba7f04ee9 +size 497408652 diff --git a/data/part-06630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f60e1f15b9e3c336ec2aedda00900fd33466ae6 --- /dev/null +++ b/data/part-06630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488538fd5a29cb245d8e0a23f39e83133a258c444c10c66ec9fa0c1b94851af6 +size 957256213 diff --git a/data/part-06631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2ee8a1fa74ed5c9c746a9a5d740ddd1b7f564e3 --- /dev/null +++ b/data/part-06631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39db602d39581439db6ea2cc5deda6c73042ce675175ff848aeb0727cf43ef6b +size 481745870 diff --git a/data/part-06632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce7a2537a57a3e18b4127e67c89689c5118d6ee5 --- /dev/null +++ b/data/part-06632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645f486d8dcdcd2b11d257697f0c033ec5c9a6af06ac0acb1b6f13345e85e195 +size 483695494 diff --git a/data/part-06633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f8e2a00ef2268d2a68e7eac75b66462f22071af --- /dev/null +++ b/data/part-06633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df896acf55385c27e67494bcf9679a2fa76f614d01142a850fa51d3674505345 +size 1086935296 diff --git a/data/part-06634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f13402769ce635139aff81450cef38686c2c0ee --- /dev/null +++ b/data/part-06634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55bf33e8c32a8748b0ccc7c0e1abfec21cab2cf62a0d47086ec6be40dfc4933e +size 558036931 diff --git a/data/part-06635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6da2f068a951ae6920351f8e7082f6d7dd66440 --- /dev/null +++ b/data/part-06635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae1c7e7ed33aff18565df8cbf2f21dd34284de839d0004d589532460a1e819c +size 686363192 diff --git a/data/part-06636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d48a9f0e47de6d27f19e7a4ea5da69aa89e36d4d --- /dev/null +++ b/data/part-06636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7441e75b5518f32c732290ed9be7fc7fcbcdb1e61e142c56fa600610022a5763 +size 405969423 diff --git a/data/part-06637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cec6859d5e669c7c5f8965f527f8e264c670f325 --- /dev/null +++ b/data/part-06637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9797ce8a1680313de0e578307b103013f772fac8190e0b9b3ae09f699611df5 +size 575543556 diff --git a/data/part-06638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..255a31f2be7ee64481b0ae6165234a97c672d088 --- /dev/null +++ b/data/part-06638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4158958c707f80c5de12b17eb818cd526aa9f1474c14f64e1a3d93ca666961 +size 505642665 diff --git a/data/part-06639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c102aa8689bad34b8ebb47df27b0166631bd374d --- /dev/null +++ b/data/part-06639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0611844f1d225c5fe4dec600d93691fb9d91200d07bdf76db26ce112155f5bf3 +size 651017101 diff --git a/data/part-06640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69c3ba7c7b51107cdad6418abd610a1300cf2511 --- /dev/null +++ b/data/part-06640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66426c8ea0a316c6b8561a2a988451dc01470ff3778e00de10046d0438983310 +size 415954032 diff --git a/data/part-06641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9286fe00b3257662d162e43b90ead6442b991d64 --- /dev/null +++ b/data/part-06641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff618c0e3892d76d27eee5b2cfc07ab792c87c2e6ffcbe4ab168fbb8afdf87f +size 444677530 diff --git a/data/part-06642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b1bbc32905527c98b6240c1d9810268923e0855 --- /dev/null +++ b/data/part-06642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a23cea66c57f812185980180c1ef7368eb5dd79c9c0d83a53a27e2f9cc6a5b +size 780234721 diff --git a/data/part-06643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60b874e383d351b9c07d0ba393a27558ca496f21 --- /dev/null +++ b/data/part-06643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2662438b7f446ed99efa35e0f92df7f022c6441aea674081fd859977e9fe81 +size 772885279 diff --git a/data/part-06644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cad96452b3b55bfad757747ac49b070782495430 --- /dev/null +++ b/data/part-06644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac47c928a5d7a4d802ce10605ce11e1f3fc1716b21c8e9000d56af2087ca427 +size 747641454 diff --git a/data/part-06645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ba94be86be702906341a78ba33fa2dffd4b4331 --- /dev/null +++ b/data/part-06645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09dc8a0efc03e06d42ff0d412d65474bcf4235b4f0f22a9c722b61bd3fcebc8 +size 652241672 diff --git a/data/part-06646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2a08196c6f86a1adc76edc4cd8535b101f7bffe --- /dev/null +++ b/data/part-06646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2692fb73c36a2bf326f8d94732bc1a695aeb50eb712ea12e5397c12984e15aef +size 831293814 diff --git a/data/part-06647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e6a03c3bb183aa557aa81811b36a7fac9c7a96a --- /dev/null +++ b/data/part-06647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0a3420562012f1c62af468ad6cc9c2ef2e82d086009c3726c7b936fddc1ce2 +size 460540403 diff --git a/data/part-06648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b3d8400eb7a143c35c07a4a1593eb5fc5251894 --- /dev/null +++ b/data/part-06648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b413b54d2e4a53cef324b9f33df5665a510a079ffe48535645585e87cb207f +size 549871896 diff --git a/data/part-06649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8b7f1ab8bee418c09ca488c43f85d7118b1a96c --- /dev/null +++ b/data/part-06649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c970519924fbcc22e1f7e0383772530142c1d0c298ca6f16ac53a4861819b00 +size 388113804 diff --git a/data/part-06650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49921fb7d2abbb51db77188d278a5803b9f24387 --- /dev/null +++ b/data/part-06650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1509629e2d5434c4d2e7b2fc0c2161c1c65e7c17c26e3e5931af0af47c8fbc43 +size 383911700 diff --git a/data/part-06651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..908859aaf22add049c60cc06ff42d175fb878979 --- /dev/null +++ b/data/part-06651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e86cdd280e06e3a62640f1f8b850f223b42eb4b8f0095e67bf78d5e13aa4c1 +size 469253437 diff --git a/data/part-06652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c3c017d2ba8e66c1042938312f2112958f10a99 --- /dev/null +++ b/data/part-06652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14ef754d23ad74a99a8556b61d0faf3b1b60f293bbc9e585444dee9dd86871a +size 652007695 diff --git a/data/part-06653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..947a8f4f405ef192814f8559dc2221dc3361c8ce --- /dev/null +++ b/data/part-06653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a666805d0f794149301c9ac6c80bd657be59e4d0089731781e04e20b18728a9a +size 473565253 diff --git a/data/part-06654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06d555902cd15f5d99e4852f588d08802e0a6904 --- /dev/null +++ b/data/part-06654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae96671e8ed2b7a26d1cff64da6b30dec69513d409cdc698e3ec07263a4db9b +size 392616369 diff --git a/data/part-06655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4d47dbcebed64ea72a482d5af6780bb4cc395b4 --- /dev/null +++ b/data/part-06655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f510cf17700e6bf8b8de0efbf05755b7b32be21b73323419e827b901799b0ba +size 1455944465 diff --git a/data/part-06656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e4a3f6b886705fd00b2f9455bcbe0702a4fd861 --- /dev/null +++ b/data/part-06656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e628279d198f4d4c79c22ae8c6943d464acdbd3a1730f9dd7478791b635fea5 +size 468935108 diff --git a/data/part-06657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a7faa378e866235d01e62b09108440eef4e8945 --- /dev/null +++ b/data/part-06657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ea32eab956a87540e23e0fcf50870122bbd42a120290e97a011fc25e2e7406 +size 431641278 diff --git a/data/part-06658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c06ce1faa3ee3156ddd1a161e434a59decbd73a --- /dev/null +++ b/data/part-06658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385ca1c327c89eaf118a1683d2240663102b48f89b58852625533f3753f1b674 +size 687625007 diff --git a/data/part-06659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..693ce45f24dd6084e2b5939a340701483d90b704 --- /dev/null +++ b/data/part-06659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b05b4459ec26e06cb6e856d7dac357893e00467dbd4c7e7c0a258b4a992e688 +size 513430775 diff --git a/data/part-06660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e1c8d14af2696eae0b1a69570ffda17676fe2f7 --- /dev/null +++ b/data/part-06660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4e71687535ae4f45f4b14714c9be5d2af733cb9c9da6c1d5820d6728a31a55 +size 467186766 diff --git a/data/part-06661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edf9e2f6db21768ff2154a4d6a57256dde05d4b1 --- /dev/null +++ b/data/part-06661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cc7b3769257b783f640547ee76385a41f32d6a574991c1e8487d11a89c4ef4 +size 451959183 diff --git a/data/part-06662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2512de7c7803d2fb2c6d1836051980c5e5927fe2 --- /dev/null +++ b/data/part-06662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3cee6f1e521d4047f1e339e3f63721374ec7b58b4d780ff36b8b7d00467194 +size 429612274 diff --git a/data/part-06663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77ceacbef9982e2d867106bc363e9cd37450e611 --- /dev/null +++ b/data/part-06663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36e68e8a0f15d94a83706d5ef6be09613c39192eef0737f5e7e354201f28bee +size 629739600 diff --git a/data/part-06664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2df7ceaa46d52a679a4d11631e3335dbbfb1238 --- /dev/null +++ b/data/part-06664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafb1e4edef3a0faed667ad3bc0679b3ffa459b867cfd017a4b7904e80142166 +size 558656615 diff --git a/data/part-06665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9eb47a35a07dd860fc33c33b2f2f00de5e588b84 --- /dev/null +++ b/data/part-06665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65b4e70aba3b1dca745e7209f5d20366ef83419530b534b48571d3621af43dc +size 668637700 diff --git a/data/part-06666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08e889b358881e7176e51bba8f0682efece2b98a --- /dev/null +++ b/data/part-06666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37621577632f7bd4aa583f0e82035572ec72a61f4b629474593d54fa2d274ac9 +size 848092394 diff --git a/data/part-06667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..766dd3a9d72ae386cc681a5b917cde7db3e2d908 --- /dev/null +++ b/data/part-06667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1165cb001a1a8d7231e57a033691250f5ded786ef489734c2f080ef82ac81b46 +size 531329553 diff --git a/data/part-06668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d90c10a70cdade507b96806b53573cf4db6fd68 --- /dev/null +++ b/data/part-06668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1194017349739568d53d3d1e305e6ddf2efc3825e98be105ea8b9e20cdeed595 +size 384893555 diff --git a/data/part-06669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33ad4c8df5d6e8555491587107b3c58853300b85 --- /dev/null +++ b/data/part-06669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334a37518b20ae029114fad5e2bf7a1458046fc343d4ecc9e2445c03885ffb43 +size 765497036 diff --git a/data/part-06670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81de750afc36ba4984fd0c30833c58d40c0be214 --- /dev/null +++ b/data/part-06670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43ccbd80715cd39ab8ca7ffeb2c9236f9ad7f0262b321fc25c7d1fd17370c3a +size 450270396 diff --git a/data/part-06671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..505a9cdcfd7cf9c66ee1f2729933770bf0578833 --- /dev/null +++ b/data/part-06671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5304a2780e52a93aa6abd2d3f7caadcb2203c9f3bd5c3121a701af160c497b +size 1054483960 diff --git a/data/part-06672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f92a98d33dec6dedf47fbb8a61377a59c48b79c --- /dev/null +++ b/data/part-06672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8501baad94f93854db821db833c6bca62a008407c29c8389d6f590381d67d3 +size 423437990 diff --git a/data/part-06673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae0d3348986a55b5cfe1e294eb9c0d5b3ff602ab --- /dev/null +++ b/data/part-06673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832132d579b8393a4dd4c0d22bc86a9f229f8b8f33a214bc178585133aa0fdce +size 410927638 diff --git a/data/part-06674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e023a4a61f124581365176a151c8aef3aac0789 --- /dev/null +++ b/data/part-06674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bee7f9c5f6c86293b7a54e95003d8a97b37192e3286285ddc16a1543a21c16 +size 468642332 diff --git a/data/part-06675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff1588a1c69b59ef79b1c24ed48a3f32b8cfd895 --- /dev/null +++ b/data/part-06675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439d5002ac5851a295c9d6cea0e20263deffdf9bc1561c4c72a29daa5ffc079f +size 405696844 diff --git a/data/part-06676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4ab9bc961b5155708b954c4a877f83fa5cb2037 --- /dev/null +++ b/data/part-06676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6fb56644ebef9608a8f693da795b92c16e81d45623996c58b434f593c956cb +size 1062160765 diff --git a/data/part-06677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49f3d60f8aa32adc5724799e5b4f453110fd38c1 --- /dev/null +++ b/data/part-06677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e103d3eab81869773d203c07a936af03670c21f2dd73a2a1c24035559c7005e +size 438892700 diff --git a/data/part-06678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..566d0d158b3f84f44469cb4dcfecf1862bd935a9 --- /dev/null +++ b/data/part-06678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a0b874224530a65f9e8d57e23f9979320ffbdb98b1c96dce279b3af258f78 +size 452691774 diff --git a/data/part-06679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07ddb0818fa25bb579d3f7ac4d9861db20bf444a --- /dev/null +++ b/data/part-06679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbfecd316b3ee12215c98df2944b33058234c9d39d290387f567dd5d795518f +size 669834301 diff --git a/data/part-06680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfc07126cef30e9d06586cefaca7ccf07d35ec4d --- /dev/null +++ b/data/part-06680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c450508a376aa3740a69cb790cb48516d67e3540f331eedf8df1880edc563ef0 +size 463209741 diff --git a/data/part-06681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f2e7847caf68542351e1f323b9a42531e028a45 --- /dev/null +++ b/data/part-06681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba92402b35079e1ce40ca4ec7808858bff3ed87b4ab76fa14b0ca7a443c3ea7 +size 501763458 diff --git a/data/part-06682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9d4e555ca6274131c2248a2295a5bfdb3955eef --- /dev/null +++ b/data/part-06682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfa983f78db7f67562d752c7fe8f8d56aa7d56eab5ae4dcc566bd7cae822ab3 +size 511487497 diff --git a/data/part-06683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d058f2b62cef9df69ccf17e4a7e675e3d0c9b8f9 --- /dev/null +++ b/data/part-06683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0840f257affcef6e3329252a1921b2fb0eb955a33be3f13fb2187df874be2d0 +size 793045094 diff --git a/data/part-06684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76018a9a916b5120c072d855173b9d5a457c4136 --- /dev/null +++ b/data/part-06684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0592d11ebc31e83a7f3253124f3aebfdde17233cc488615c16bd8db97558351 +size 502401990 diff --git a/data/part-06685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee4c061e20fa93ca9007bfda1e72db0bf9683e5b --- /dev/null +++ b/data/part-06685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcc870ddcfaedeefc0ac3bc9e6dab214a1d4a33a4a336a481d27c43771c6640 +size 476162989 diff --git a/data/part-06686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e1810ecc82acd93b26f7806ee2d36d5bb57bd82 --- /dev/null +++ b/data/part-06686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6f8ce5de90a5d624b606d981c263fc30d51d198a6b4f3b211bdd9d91cbb655 +size 594100742 diff --git a/data/part-06687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ea9644a2a0200f9412d77d52cb559b65fbd4ffb --- /dev/null +++ b/data/part-06687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc44bf4028a69d40198183f4868d7fcbb966fc75cc134e9f43d69a0112175753 +size 540984828 diff --git a/data/part-06688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cdcd94d9232ea418ab4f3f49901e807139c9688 --- /dev/null +++ b/data/part-06688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2e3f094c41acfc822773aab3c90e556cca5421d481b02a4bb04fc96a7d5be2 +size 589182877 diff --git a/data/part-06689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efca6dbfc34500dcd1a91e62178136e26c8e3857 --- /dev/null +++ b/data/part-06689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b61b29b5a6880e4f3bfb857055cae64228b4fc810d9f6d101ecd9c9e4f8a544 +size 1001892475 diff --git a/data/part-06690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e49067228390a9e75320c1427200828bb0d2186 --- /dev/null +++ b/data/part-06690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e07b89362ef0ad2bffec05e828dcc1eb9caf103ebb16d9e83473d09eb1769b3 +size 649686931 diff --git a/data/part-06691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a80a7f1e067e773ad1a457f9103e37f018f8e22e --- /dev/null +++ b/data/part-06691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991adc96de96954e462c43c94289f1959f2119f713355baf4234730fceb09051 +size 611095686 diff --git a/data/part-06692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df796189424159ba895f8451604ecaa17ae27e15 --- /dev/null +++ b/data/part-06692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cae4d5dfac8bb56f4e9dfc020670a29094c4137447d3abdc530cdd68840b00 +size 478904536 diff --git a/data/part-06693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aedb73af3b8c1fa950dae0f996a262c266a32dfd --- /dev/null +++ b/data/part-06693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a42e21b54ae6deef50a6dfef24605f98071c66f3da809fe995e0b8fa077322e +size 516194928 diff --git a/data/part-06694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f164997b06eee377be23ca85a1f163a9b71036b --- /dev/null +++ b/data/part-06694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63159858fddc6b174314c76c12390100828331a3e1d34ed103217dd89b40704f +size 500087153 diff --git a/data/part-06695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..114f7c52f044954ef247d0db1c35b248f2904c6d --- /dev/null +++ b/data/part-06695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985a2387e3873d14ce7af09cb147c81f40be0fe72cfb30f6202b6ece52fdb9b1 +size 619492210 diff --git a/data/part-06696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6814a9cf35a5f5353cb4a4be212a4619d430c5ea --- /dev/null +++ b/data/part-06696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badd041374477c8df6900b3746c5139cf3324c83283ecf8754b1ce823ff76898 +size 510402596 diff --git a/data/part-06697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a05a47c40408208d6e4e44b8bafb28619cd091b8 --- /dev/null +++ b/data/part-06697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa735690200c87e35346992cbf462bd009639f656d833c8b5a2d0282d22ea69 +size 375296374 diff --git a/data/part-06698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46c785db2db7f5ce8ba154f630808ab7e747cf6c --- /dev/null +++ b/data/part-06698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636fa846b027f5eca87af33e5ddbac5dd6d3eb783a86c64fe748a267023c7260 +size 441563721 diff --git a/data/part-06699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccdcb8d82ec00e4bd56b2cdceb2b07360703cc15 --- /dev/null +++ b/data/part-06699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858ea17c37b75b5350c5fb5e88167e36abc84884e972f841cbb3ec241a1268dc +size 560581951 diff --git a/data/part-06700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b135aab14563d286c9ce67c95abd1c38103a3e16 --- /dev/null +++ b/data/part-06700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc10a2d39c1f7c45e7e688f9bea710f6679bd5fe6f70fd8797f1a9909a8f7418 +size 542015011 diff --git a/data/part-06701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f437f4efcd22226eaf0c477c63f2a8c2a647d837 --- /dev/null +++ b/data/part-06701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461ae552c69e797da9197671d6082da9a3dbba03a1df78fa95d0f199ced66001 +size 613943460 diff --git a/data/part-06702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0514694d8fe189a4c1126c96702f8645aac0cd6 --- /dev/null +++ b/data/part-06702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c70a09d19750e72347780ae762937235095f13d6172430910f0f2ffee5c285c +size 575379252 diff --git a/data/part-06703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce6dafee9daafbd949f5069c8487a0a9ab8bd516 --- /dev/null +++ b/data/part-06703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5069db36e2e28a103ba94ff1e4eb35ff776c7e5a0a0a10b219139877978e55f1 +size 511030315 diff --git a/data/part-06704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cadb4eafe7f491924cf0afc7b46f08974c35e67 --- /dev/null +++ b/data/part-06704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08c5f83f2f6c36d6217da8cb8511d4b261bf3c692def8ba5a492443eccd6ba1 +size 467302159 diff --git a/data/part-06705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52a1e131449e6ae52a7b25280ab14f25b3976ff9 --- /dev/null +++ b/data/part-06705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1531e33e0e733adee566f5817ea7d1fddbb90c01a1dd7d490cc174d5f4a59a6f +size 432791437 diff --git a/data/part-06706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3039613344ec276b32961a727671a6bdaf78b02f --- /dev/null +++ b/data/part-06706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fb0ae23f278cd3398027b735db7affa73530d6d6ab1bd4da5c54ad6d1d0654 +size 668139426 diff --git a/data/part-06707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9aee05cce30fd59e33a607190afc46f8a1d94cbd --- /dev/null +++ b/data/part-06707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d955a6d6a73a9bc1c41ab1e2bd4a6e123fcc91690fdafae3c9b5c02ed831cd4e +size 489363864 diff --git a/data/part-06708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bd2f3f410c38837f48ee4158d8d2e9419e9a1d9 --- /dev/null +++ b/data/part-06708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd97ca79d771d8c9744c31d60b48dd6c80be655469c2705e3e4f9e27a1fc1d3 +size 766870523 diff --git a/data/part-06709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d8c1e114a487afea66c99264941440dcee83207 --- /dev/null +++ b/data/part-06709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2a6eaedcea7bdf3891f261102dd1700d70601aa543f435e87072cbe3904afa +size 732620906 diff --git a/data/part-06710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d7b0b5d8c4aa0c1b7acfc28270de64c43c146be --- /dev/null +++ b/data/part-06710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bfd148b1663e4099750efdcc2f9c7def00ca1eb55d3ad06a8962c1b9462c74 +size 464200472 diff --git a/data/part-06711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..932b4c05e330daa75d5cc623b1243a77178edef3 --- /dev/null +++ b/data/part-06711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0581533159735d89d6650f8175f170efaf59962adc08a9e21a9e88d61f2ed51b +size 613121691 diff --git a/data/part-06712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a89dd591b84c2e0e04199501c0776c9fceabc54 --- /dev/null +++ b/data/part-06712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99b55a6d515fa192373afe2bfcdb016cae47164105d2d30ccbbeaebc102e28a +size 470590506 diff --git a/data/part-06713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..253797b6fe9b138740e85d94fa35de530d8336fb --- /dev/null +++ b/data/part-06713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babf0797abdf9933f460e5d107e7904144e284f2271490180c01dc4f587c600f +size 556873637 diff --git a/data/part-06714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b48a724c9e86bfa42f3d41bf2b5fe31fe573d6e8 --- /dev/null +++ b/data/part-06714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5f43da0456c65ff3f84e4f11ba0a2b2be236cf186eb36170af67423c943c6e +size 398100058 diff --git a/data/part-06715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10d693152a0d4f890a3089bfd2b06b1089d0c02c --- /dev/null +++ b/data/part-06715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d144c8ab4c026dd96afd8749eea202c121703f192e5b2238a8cf68ee75d0828 +size 625398677 diff --git a/data/part-06716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0dd8dfb13af8b5c19da0da0ac637b22e2dfda6c --- /dev/null +++ b/data/part-06716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59fdc1d692d0c7ee81f47aae2557e25eb60c86ee02800c70bcf6e7ecaf52f08 +size 478641099 diff --git a/data/part-06717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d465b0ebbba9c2c28070ede49d6635071c631d1d --- /dev/null +++ b/data/part-06717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f689749aa1d548fb861a6ca12ad94124b63f60aab475dd8ef93430081664656b +size 410798484 diff --git a/data/part-06718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f98b426c246050648bcdd3b4a7e7340f7909576 --- /dev/null +++ b/data/part-06718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae4c444881e6fca0c3f9b8bb1ebed2804f09268424fbd47498bb9335c6f8130 +size 1103638436 diff --git a/data/part-06719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d268c42d9a45247c6e33a918022eadad5f5abba9 --- /dev/null +++ b/data/part-06719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d36a2b5dcb3d919046c4b627349612a88f115303332d60574e32215857c81c +size 777121127 diff --git a/data/part-06720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35e3c51344eab27dc8d3299e4c9a03300dee72c0 --- /dev/null +++ b/data/part-06720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bd1f06a298eb433014c3af614c3a692c8d20343a48e31c7447ac348caee0ab +size 473161308 diff --git a/data/part-06721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d138f177bc760b0c0307225276ad88c96e453c96 --- /dev/null +++ b/data/part-06721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b229ecb7bb3d35480f140ebc039e9378004b19ecd38fdd69b61d76fab7575f8b +size 562331293 diff --git a/data/part-06722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff3c1fa0c43ae6925243588e671eedc378795c39 --- /dev/null +++ b/data/part-06722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251e6a565f03d986ab915f9aca3165c3c7bcd09c7ee4bd4f9817ee0c75b84b0f +size 405589211 diff --git a/data/part-06723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..313acafe550a5e7a55c7a5101c63c87c32bbdd2e --- /dev/null +++ b/data/part-06723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccf9598338ff75baabb5500cb798de070e6a18eeb19d2ffc1fad798b01a1381 +size 429081941 diff --git a/data/part-06724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d12f6269e83395fce9d0f715747c800259ab20a8 --- /dev/null +++ b/data/part-06724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35315865b52c8cc70f3cd3223aec3a7d1ff26eb827ccec5d718633f98b4ebf09 +size 465884063 diff --git a/data/part-06725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ebadde124bd85aa3237a610b667cd7a8e8905c2 --- /dev/null +++ b/data/part-06725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc266f3dde2545747e9853fa3e7cbe8206a7497c13a399474d56b8c38159521d +size 730910038 diff --git a/data/part-06726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50138e368a192cb3fbb0388d941c3c8929eeb151 --- /dev/null +++ b/data/part-06726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c265b5275e4cddbb4e692ac24f75120eb97236adf2a9c3f494dbe0bcd22b41 +size 403760059 diff --git a/data/part-06727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5daa9b119497248c6c65bc5c16bf2c24854964c --- /dev/null +++ b/data/part-06727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0163c98d3e4f0088235955c9cce2f1a3c9e42ccb1a95e75b1dda706e6fdfd8ea +size 692804457 diff --git a/data/part-06728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e0c241a2494f9426c6ba76faab1e345dc9d5b13 --- /dev/null +++ b/data/part-06728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254294a1a6ebf4a77019bcc17a74a2fe91a4f7da27bf209ee874e4dd29dc127a +size 404927158 diff --git a/data/part-06729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccb0cf5ce265921e8947377a7c67372513c9ddde --- /dev/null +++ b/data/part-06729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4439a91d5005e8b7a1d0c03fda9dc2acd0c6db4ab196bb38d2fe51d95735b7d +size 616461966 diff --git a/data/part-06730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..914413f3ee1ec17cb0749b133730639aa03c583a --- /dev/null +++ b/data/part-06730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a22b4b6b43bcc518332903b9e3a30cc2cfc47491dcf71cb9375d40b05078a5 +size 758166432 diff --git a/data/part-06731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79d15caa047c2593b1573b4b9d8a3e5078220fd5 --- /dev/null +++ b/data/part-06731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d2c6b2db825f733f07fbb127616558c7c15173dc66a8665c1f7e4ed222e862 +size 643204111 diff --git a/data/part-06732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0473139eb6cb9b5521587373e2feebe3aef6e20 --- /dev/null +++ b/data/part-06732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08d1fede7b2cf6f1208e1c551ef4dae6f5b62e87d625d253d0afbd7a7383fb3 +size 397557216 diff --git a/data/part-06733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35488a10ec17c8460fca18fc1a1169c99520fdf7 --- /dev/null +++ b/data/part-06733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84d2fcc6a70893ecdd0890bfe05a85f4e9c162c8e2b315ed6afa9af509d666c +size 426713151 diff --git a/data/part-06734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f24b691137d277f5ba6768648773039958b6f91 --- /dev/null +++ b/data/part-06734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c531e27994e7180ffd0565c882c6eb0632d301c66a4609ad53c2f9ff3a128538 +size 506226102 diff --git a/data/part-06735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..577b15f4764a9f03092afa9d113f9d0d1ea4e9ca --- /dev/null +++ b/data/part-06735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0129d1a9218b1fd1e49ecdf8a2ee424b19c7bd241faaf285cdd64abb4e9a1c +size 398643690 diff --git a/data/part-06736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4034eef5503e61a6f2bc2ff12b51402eb1b99217 --- /dev/null +++ b/data/part-06736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8d4b339c04d5e4e9370a422a9b3ea3bebef05c60d978dcb936062e4d518c88 +size 476505016 diff --git a/data/part-06737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e239ea519fffa6194ce5cb29f529a7f4f91f7e7b --- /dev/null +++ b/data/part-06737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a2e023236c0f9e25a57ad5a88dba549fac84ce2eb3344c92c89a80ccf792df +size 887945559 diff --git a/data/part-06738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5462c657e878f41b9ac3d295d68d02a520398dba --- /dev/null +++ b/data/part-06738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921632eff0cfb2ffe66b0d1294ebeca9c5a8175c81fec9e505dc58cfbcaad636 +size 481399935 diff --git a/data/part-06739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59894aa761967668f919762658636bc21a86153b --- /dev/null +++ b/data/part-06739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac431c1f08847900a4fa694365ef9557c77510452c7b47a9fbc00bfad5b09a2 +size 504574057 diff --git a/data/part-06740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..651f0e61fd36f8bd3f6089d856c6679f3dd196b1 --- /dev/null +++ b/data/part-06740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ece76b46a1097145ae16e8c597e09c9f1cc1a3f040d74da22b03fadaae0faf3 +size 399821098 diff --git a/data/part-06741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc6052c31d05ca07fe33bac7658092117a2fb5cb --- /dev/null +++ b/data/part-06741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076ee21f945653df4f969584fe95475abdf5e12d4862de5dfe4ac669eb2d6cec +size 1360516765 diff --git a/data/part-06742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a05fb66e9e18a43b9a6540d558abf049dcccbccc --- /dev/null +++ b/data/part-06742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1fa525cca7e3ee132b1a1235bf8405701cc3b71af7e69eb5b3ef61965a0616 +size 458857328 diff --git a/data/part-06743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34a0861503d9e0761c8b764caeea96e06c76f7e0 --- /dev/null +++ b/data/part-06743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58022c15d2e25dfa93b7209a0dff82e27ad5230a88bc3aebb4e3de55922590f +size 584489831 diff --git a/data/part-06744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4cfc28590af91acee5185896d31cec2fbf72045 --- /dev/null +++ b/data/part-06744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e46168a4e3871489660020946be40a04a0982871d0feb4484222a399a5de500 +size 543555572 diff --git a/data/part-06745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6668087e9986b3c1d4c21adb9bc107b472e1ff8f --- /dev/null +++ b/data/part-06745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57083ee0e1e0bac61b7ff8b1b913675aa0a1f1bee0ee8c463a5020a31bbe612 +size 519285246 diff --git a/data/part-06746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93ec74247a62cdaf162198b9b89187eecae128b9 --- /dev/null +++ b/data/part-06746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e0a1e223ebd7c5973e9fa448db710868d7f620d4b1b3341415e7c5c6513573 +size 660591319 diff --git a/data/part-06747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f17919cc2b07e3794cb5e53567419e049f254c19 --- /dev/null +++ b/data/part-06747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abec0f540377c6d4a63d5ab3318b2f4d432c3453d487ed64d6c40239916a3058 +size 507238367 diff --git a/data/part-06748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79ad23f87854af1ac257e200d60cde93e691289d --- /dev/null +++ b/data/part-06748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3226589706ace9b8c5ff00c15f8d237be297f3eee7473e1699d384c7c78281b +size 454740397 diff --git a/data/part-06749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e795c698ee867a3aecbafee28ca6200355be7ac6 --- /dev/null +++ b/data/part-06749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6aa8400006a9dec524a674882d9aed931d6d251ca8fa93c091ecd8b6efd914 +size 433081297 diff --git a/data/part-06750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd0881b1ad871688d02678b20183c9c336a7ecf6 --- /dev/null +++ b/data/part-06750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3ce94cf2b7c1e928ddcd256854a6d4d6cc27b432c524b4005d2b892141dd4e +size 681641695 diff --git a/data/part-06751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0afb9f99e9823dbb0d78d380c90749c01137808d --- /dev/null +++ b/data/part-06751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fa81fc1e90b1c717df01c8ce6badc6c8322e4ca02f54b8b2c4d49c1c30a92f +size 959572429 diff --git a/data/part-06752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b01aa12dd98929b2ad1cf91a67f83426ed3f7772 --- /dev/null +++ b/data/part-06752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ee63ab8b3e5e3fbc9be0cc7ea07188bf512ee027bd0ececad621cb7615f774 +size 411506188 diff --git a/data/part-06753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44a5eb7a5408af34232859c6c686cc3b25ec3fb3 --- /dev/null +++ b/data/part-06753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d082402bc9af22d951999f6b32d3e5ff7ded7393ec42d7cc7c429202d2895c4 +size 488291454 diff --git a/data/part-06754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79d9793e697c44117f74ea6e0ce197a8f9c24082 --- /dev/null +++ b/data/part-06754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238c197776f53d73484670c6679f16caade5fb6f0ce41a8d8f0eade03210c9fd +size 635030365 diff --git a/data/part-06755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17b3b4955c0a546e2c75512859d662ef82a8d7f8 --- /dev/null +++ b/data/part-06755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51406ef7cacd2e9cdb1436507c90e9016b13a4bac542a2c3266eb73abfd33b13 +size 513071450 diff --git a/data/part-06756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eab742811eb01de5b51483def4c484eef84bfe17 --- /dev/null +++ b/data/part-06756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f91604af931ac52c16f3a259eef38102b153598626d9a4bce95e014aea9ad65 +size 443234571 diff --git a/data/part-06757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..571331def6127a9e9b6de454fa80adc34dabb906 --- /dev/null +++ b/data/part-06757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af724d6715e098169340ca9ccf78e9e82f64b81430bf10078116b73d014caef +size 667155432 diff --git a/data/part-06758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c244c641eeb752e9055e9ed4ebdbf52620db2d26 --- /dev/null +++ b/data/part-06758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c416ffe9addf17a959b360d763b9f3ad3afdad98a516bd4a04ad35c6554cde2 +size 1171410464 diff --git a/data/part-06759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9ed630afe157c34efb08cfb53bcea39a2e1ff45 --- /dev/null +++ b/data/part-06759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fd26dfb7cc322d6ef13780835892b3f85f98373b4aea4e143257f1b97d5a7f +size 565886743 diff --git a/data/part-06760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bcc31849aa4056d30779256959cfc720d88ea0a --- /dev/null +++ b/data/part-06760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc417af416053ab736e4f914d58adf573c698f80778b1f9e6c828776645aaa8 +size 765171263 diff --git a/data/part-06761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b38e1c9e302686e74307dcfb8fcdd498c3fecdcd --- /dev/null +++ b/data/part-06761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44de032fca0e8887977cef31a1350a5346ad17a2e49a86da29771d5d540e3650 +size 832323811 diff --git a/data/part-06762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98d8e93680eece23711f8361323f259a7dd5dfef --- /dev/null +++ b/data/part-06762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc4717d92887afc43d315a5711cb8c68c0f0dce40cd3c5cd0e76e480e72b430 +size 520109540 diff --git a/data/part-06763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08babeea81f5cee08d55fa1d2d2a76a439f34f53 --- /dev/null +++ b/data/part-06763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d29da529d9a9984f9a7f2af873b7f6a728bb474cd9779ef9d7d234caacb324 +size 432759788 diff --git a/data/part-06764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..221344fb380a7a5c0e0900b1f80e5c21a810967c --- /dev/null +++ b/data/part-06764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db33f83fc2ce065774c540ff0b458734f0303db045375335f67511cd2b9c298 +size 601237974 diff --git a/data/part-06765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa2fb12824f21b6d3e34f86085aa0f64fe3eb4ba --- /dev/null +++ b/data/part-06765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb56b3e08b7f03081840fb0ec05934eac205927bb005792d42771bb224fb69f +size 591979748 diff --git a/data/part-06766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb083db2360a66dc2bf1c5f8cfeea0a5ac6fa27e --- /dev/null +++ b/data/part-06766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8981bc04a19cb18d436f4a41776cdf1e3ef348e83b46f0ed39927b0ec1934f15 +size 1196628499 diff --git a/data/part-06767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf40a502c7c60df8b23ab4e67b215f2aa54e5767 --- /dev/null +++ b/data/part-06767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf1d8708013744cf801fcdb9f9fc9a9e493ade4c714ba57f6b10babb919322e +size 404080328 diff --git a/data/part-06768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcb83d9d960f10a742957c261ab4ba95fcedb02b --- /dev/null +++ b/data/part-06768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9929f53e168073a39055585fa2c01875e9afdded5709605a835da76bda4b6539 +size 387607784 diff --git a/data/part-06769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04ab9772ab282a62bf7a25a0e0f84432742828ad --- /dev/null +++ b/data/part-06769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5b7dafdc5396e340836b2ac28bea55568a592c33e1c64fb9be93852b2a5d54 +size 757545722 diff --git a/data/part-06770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76408936db32835326ada1587fe8be49cfb607a0 --- /dev/null +++ b/data/part-06770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca92455d7377d4984d99c6c5eeb0627fcba8ced34247e33bb4606057d7f2b5d7 +size 407298887 diff --git a/data/part-06771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a2300373cbf8ca744ba87f779f1e28480717b9c --- /dev/null +++ b/data/part-06771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb141c04e082f206bad1ffca3694cb9fd2201e4d96473985f1e0a3b1358ba836 +size 408554191 diff --git a/data/part-06772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5962864d14898b403c1fdfeab33f3b43384b7880 --- /dev/null +++ b/data/part-06772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7788fd56020ee666a8f2a6ce0d4c1fd32111986c21b404d886b3e918af27c52 +size 551232690 diff --git a/data/part-06773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc1b80eed74e6a05c199266a8f78c8f90634c58c --- /dev/null +++ b/data/part-06773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ea1e006635def26a8c8eef8536b50863e85a58d03e832d4af8190748835d23 +size 528092963 diff --git a/data/part-06774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56039c623e3d022b6ca7f0514074bce5af2761da --- /dev/null +++ b/data/part-06774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2e0915e9fbf8c24363fb14dfaf6cd01e603aec64e0330af65ffe714651a52e +size 987777597 diff --git a/data/part-06775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c71458fdea4acadbe9918f45e7da216cafda998 --- /dev/null +++ b/data/part-06775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c24be1e882fbe42ec0560c0d7d86df6d4f60fc50e10ac88c4a614278d5812ce +size 626319776 diff --git a/data/part-06776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cfb8fa3598531c0e357c7a3870cbd4482fad901 --- /dev/null +++ b/data/part-06776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45211621d7de592585d43b2e7f6a4ca5c9c42c30f7fd71f54e7f280f5fa22fb +size 555524610 diff --git a/data/part-06777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d184f2602011a70f6d47b615d3c857f148e3a67b --- /dev/null +++ b/data/part-06777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ca3f9a1464801258764c491ba1ecdc08307c7a1f81ce67508174f71d2fe914 +size 407765966 diff --git a/data/part-06778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59c6bf950160e62160a46f39d88df2e589278065 --- /dev/null +++ b/data/part-06778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d174fe33d8ae7a131a52dca8aaf72c5b63f5c223d316b0ad131ea2eb00f4929b +size 526534546 diff --git a/data/part-06779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d805844313b20d31731efa978eeea5c715d8992 --- /dev/null +++ b/data/part-06779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5704d69dbcd23c8ada1ad585324a40de675bf5376d08d4a4d6d49985b6d7a1 +size 686361921 diff --git a/data/part-06780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40f19830194d2d381d26769890564fc21f05a1f2 --- /dev/null +++ b/data/part-06780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fa27927a9f84f98c2e80e0bf1bf0a700c06c0ef592536d53132247e61cf977 +size 526135206 diff --git a/data/part-06781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..057c400f96bc7e9bc94b5e20b2784017205841aa --- /dev/null +++ b/data/part-06781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5806f42d02861b63abfb458d3c03ae8bebe81c9f749b3de621e17ee89cf3b90 +size 809149834 diff --git a/data/part-06782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23bf6f2c04ba9dcf817921fa736ad76202ba0a10 --- /dev/null +++ b/data/part-06782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b19625d40a4ebe4a7922f8965c6db01c61cba3f032137d12860ffdd3c1bbb9 +size 439828071 diff --git a/data/part-06783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6aa5eee42b4b04f190f985dd91045de07286877a --- /dev/null +++ b/data/part-06783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56186d72c51b4b9730209cee9e2734094a32876d7db32ec94d6233ba49dcabe +size 419888952 diff --git a/data/part-06784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b4cfccfe970e5a2d0f03f3544f1a9a00b1b3f2c --- /dev/null +++ b/data/part-06784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690e5bb901009c20f46637d2e4dd38671b48e9a0bfbefc0ed4ff2871ac606de4 +size 751677644 diff --git a/data/part-06785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..280b61cf3675fadd66385dda375f0918a2046c3b --- /dev/null +++ b/data/part-06785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1557087ce445f8cf2c77ee789f4a09578e9548082fb3a47b48a2a0f5bb65d4d2 +size 816184993 diff --git a/data/part-06786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6513223b8f0d8d2fe694601b11a371d8d1f44318 --- /dev/null +++ b/data/part-06786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a295adebd2f233198ec0ba402acf569fdf3d836163b66674500cc2c827ec8d79 +size 422861775 diff --git a/data/part-06787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84f5721b3a558ccdaa113b50c890b351c27030f4 --- /dev/null +++ b/data/part-06787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995b92a80fcfaca2c5d1f735db135dc19d8f419067f7ebb7d9cb8d50dbbe4ff1 +size 537147607 diff --git a/data/part-06788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8228a07187ee2b84b576d2d4256d23bf36bdd5 --- /dev/null +++ b/data/part-06788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ac859ef2be63a324b00bfad33c9c731cf5895accf4ff3f62084d3d992e6d15 +size 380375833 diff --git a/data/part-06789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16ebab7e4936b60e999c1ef936a6fbd09f32dc25 --- /dev/null +++ b/data/part-06789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e8866ff8df6dcde642c4081ec394ebfd16be74eee5070baf8e673853945983 +size 937355473 diff --git a/data/part-06790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddaef61e2f25b46c4dac51d8b0c9be280d12abf7 --- /dev/null +++ b/data/part-06790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bed0e484d19447f35de07f8e2821c5ec12474582a6e829050d5dc54e88c322f +size 497497803 diff --git a/data/part-06791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5193e7bd5f61902d5d908ed386412b52ba748148 --- /dev/null +++ b/data/part-06791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d344ae695fd8c7a039149013620933e2216db85c410d02c6a7149515424997d +size 427740212 diff --git a/data/part-06792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9fab6a462e4df9a7045aa88c94972944b0f7935 --- /dev/null +++ b/data/part-06792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384cb0c3ed4f7846c65ed486807ad12346c568e2d2d9d303dc325ec4e3636afe +size 702740594 diff --git a/data/part-06793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..062264778df64a97ced855d9e19477c6d8af3896 --- /dev/null +++ b/data/part-06793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f88df8f3975076b672656429b889d89152a3802164e452b286581054d6d365 +size 530907288 diff --git a/data/part-06794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01496dbf003a39de236b519684faf2bed6ca40e1 --- /dev/null +++ b/data/part-06794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5810412670b715a1490c4698e2f7c86e88d026f5972b6e59accccc05dd1f2fdf +size 746828133 diff --git a/data/part-06795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ca9222a877cab15058c7fbb023fa92a856c4a0f --- /dev/null +++ b/data/part-06795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c0969c6931b0dffd422c178b26ce01f25dae57bea2b9a4e97931d932863fbc +size 506965912 diff --git a/data/part-06796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb118f84ef6aed3b9e93287330837374361c21b9 --- /dev/null +++ b/data/part-06796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe342e739d5130baa0dd5548b500ca8786f2f55184c684dc4eddeadbe95f76ae +size 425178833 diff --git a/data/part-06797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a11b96bb4fcc015ce338cfd8213656467487d30 --- /dev/null +++ b/data/part-06797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1303d6232d53e9093059b643533dfc40badb0c5db6f3e87b8941cb9ed1714e +size 406182643 diff --git a/data/part-06798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9fe49ed6ccf09f7084aec3eaab5f7fbb9c49cc1 --- /dev/null +++ b/data/part-06798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84a3ff6139c69434cd1bb023673e804854fb7f17db3e98c93941ffd708821d6 +size 499666684 diff --git a/data/part-06799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9d9ab868ae40e8dc9d21c13031229a02b82ec58 --- /dev/null +++ b/data/part-06799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5578a7125bcd29128df34c1dfaafbadb26ef09e6946559cde0fb2e9a05b058f3 +size 434892850 diff --git a/data/part-06800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09237654ac187f9661e8a40ed89bd45b2d8a9dd0 --- /dev/null +++ b/data/part-06800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23a98b9ce50472e05e300129154cdcd56eadb36f0dd662a943b3348c137b429 +size 1244869101 diff --git a/data/part-06801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e677f824bbfc473f588324e58e3c6208c1a6c591 --- /dev/null +++ b/data/part-06801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637b7159d103f6b6304220827239436f35421332c3f62fa6734f13f65ceb89cc +size 601150781 diff --git a/data/part-06802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0bd660d4119d3bb1dd24f8ca0d26d6ddc81ce65 --- /dev/null +++ b/data/part-06802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e25ccd4287b3808997bc0080105b92f176adb1e2a0c2c03d3a6a28a0ca5738e +size 622837973 diff --git a/data/part-06803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..809b3cf884f07a154fa4d47dcab0265d9e6c3dce --- /dev/null +++ b/data/part-06803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bb2823392e3bf50b15ac63448ab26d075fbf673a65ba43fe01696c08a8e06e +size 567473968 diff --git a/data/part-06804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7538a08697c2922d3dcf9f84d814cfb107819dce --- /dev/null +++ b/data/part-06804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242e4db6d2e1bc9b8af7445693b2df2b17de29fe9d5400b50cb28a5d8332e602 +size 527798576 diff --git a/data/part-06805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5e56c4ba13f4073441cf2107108ca98d6a3c2f0 --- /dev/null +++ b/data/part-06805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078c0e9602dd58fabdac18590dbdbea74075f7bf572d7cd9d45bfc01f1109ff4 +size 577387918 diff --git a/data/part-06806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cab219e5ee91fb262f3da2ddceae2ab862900be5 --- /dev/null +++ b/data/part-06806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0166565509f6886069dfee5dd064e0cac5ab11704619c1f2d161ee83c6e5f625 +size 461972936 diff --git a/data/part-06807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3b8232d6bfb8a734eca6c4710d9ed89c195225e --- /dev/null +++ b/data/part-06807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ed2be48023c1ba1ab9c5bcd566fe1c096fbcb3a465fe9466a55842246ae5f3 +size 954200985 diff --git a/data/part-06808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a52c90dba6ebac7fb2a9cddedf03331b5e8d4551 --- /dev/null +++ b/data/part-06808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8990758fc07e87fe26d222cd4e5dd83c59b827e0a4fff7c8b4dfb01ee1299d0b +size 461095115 diff --git a/data/part-06809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cca125c92e4c8834af35bbd05cd745ec941674fd --- /dev/null +++ b/data/part-06809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1de41080249b07f08c3830e1d9612e193bdef704bc5fad3b33f8ddca01cc238 +size 429288618 diff --git a/data/part-06810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ff38b39da7f145cced743c352841c179e313f09 --- /dev/null +++ b/data/part-06810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581e3d111a23153ec17b7a64a7a6eb83c29c898d4fe7adc05fbd45effedf50e3 +size 625315110 diff --git a/data/part-06811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68b849ad038d707fa61e7493e2d4dd90f4930144 --- /dev/null +++ b/data/part-06811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7920b2f233384116b731d7105a90eb7572ed114c5dc861a75b00cbf788badc +size 541765203 diff --git a/data/part-06812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6da61838992ae733046aa0291f9fd84df76a948 --- /dev/null +++ b/data/part-06812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fedc85268c04a148170fdd4528c2f0f656f6c8a19bed48d3494bdb319592c35d +size 446053835 diff --git a/data/part-06813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52c1bceeb38e88b176c05e8e24dbe1b754b93613 --- /dev/null +++ b/data/part-06813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042f003b56777f5bf3e103d84a9277597adda9c65d7ec55741e9e3227633feeb +size 545430281 diff --git a/data/part-06814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e904647f540cac5ce6bb2b5fac62e304ae417a5 --- /dev/null +++ b/data/part-06814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5048aca147e6377866007f909a37e98a42e8c82c370f0c7b9e51cf514da987b6 +size 570990919 diff --git a/data/part-06815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42821a8a7a6e5ad40eab91480f8b5138892d1321 --- /dev/null +++ b/data/part-06815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291b2bd4434fcac18b1c8f4ea90554675150219f3f4e5ab79a6358a3291f3e93 +size 420147253 diff --git a/data/part-06816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e57738c9fdeb4c7804e146d29b4b61e9580aaafc --- /dev/null +++ b/data/part-06816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f808f066d6c164dcc95e506f32e9b16b6563c1e05ede94bb4f08e547e449a6 +size 492037913 diff --git a/data/part-06817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aa2562f75d3ad63d0e0f5ecaca8d217b88f3b40 --- /dev/null +++ b/data/part-06817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259696bd41d0a75790b69acbd1eeda229c0d47bf2a85922195ffd38f012b5cc2 +size 431580562 diff --git a/data/part-06818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9792579b631b77db452cb4b30c7befa64b823fc5 --- /dev/null +++ b/data/part-06818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2d8ba9b1555eded1aaa5124b12a0933b8a873bdde0d793fc84a53d887b5b86 +size 1104485092 diff --git a/data/part-06819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7368cb703f7236a3ff66bed67751410e1ed016b5 --- /dev/null +++ b/data/part-06819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35509734284e9ccfdc5c614dc744e69c465f52e165a4f9b25dacfc92f2819aec +size 678675868 diff --git a/data/part-06820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c31c02e9cba4ad83bef958290008be3bae10ce5 --- /dev/null +++ b/data/part-06820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161e7ec3a574801d15e064e5074cb6b0810b821140b43e1cfe9c0d3cd1491c7e +size 484105793 diff --git a/data/part-06821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61b6e494c256721e3796dc9d247791d4aa22995b --- /dev/null +++ b/data/part-06821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85372742b332d6314c048732d153125c7baa6d8a5971b81d3a148403122ebd4f +size 705021203 diff --git a/data/part-06822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ba07de7164747f79968914c6d5e8b02296f1263 --- /dev/null +++ b/data/part-06822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bff57a115ba882ecb1e602efa9d396cc7b0c4b7867e83244abc6fd50afc321d +size 456626801 diff --git a/data/part-06823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92e2a1948c888d5ec0478717cf059e863295477b --- /dev/null +++ b/data/part-06823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5c8529d7fce2e04b0455751ed936a13c0ab8a1441a4e30aeffd5a4dc4a1a52 +size 549744696 diff --git a/data/part-06824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc0eada86fd58f35a8e0f6bb4168f8f13cefe546 --- /dev/null +++ b/data/part-06824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81914a22239249c0550883cbe4a28eba494cd9821fd1345fe2b54fe137bea58 +size 459075106 diff --git a/data/part-06825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa4e806962c932607050997788537c65245bd7d8 --- /dev/null +++ b/data/part-06825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c1af975341a0c74fdf05a4730c5cfc73a38f9a7a6cc82e6af0d56c27851b5d +size 767446145 diff --git a/data/part-06826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e38a82439b1481139677d92cd0b662beb4a204a --- /dev/null +++ b/data/part-06826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d009b6c9e00e72058cea5364bff67d5950ffc31bb71a4698b87d49b124feaf31 +size 869697105 diff --git a/data/part-06827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d68ba6d3a489d087a7cc0d00058e764eed484b68 --- /dev/null +++ b/data/part-06827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fa553b090d26c2bbcd0986cfcf3b576f30869294ce81891f53314a4ec36d51 +size 817070594 diff --git a/data/part-06828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..526a10e4879838a5e2f2ace37ee6d757cd8d3909 --- /dev/null +++ b/data/part-06828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5510a9965ce324d00923729d34c64becb7368c18ecb18a6b02026d3bc8f421d1 +size 707454925 diff --git a/data/part-06829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed744c17fe40a190806e4f1e6a1b803f98b2165d --- /dev/null +++ b/data/part-06829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616d65ca6492456e4cb40115b872299980ab4104d0d97bacb03b12ea2421faf3 +size 545185020 diff --git a/data/part-06830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26e49c6848c3ffb5d784619fab725915a72e458a --- /dev/null +++ b/data/part-06830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c532ffc417e6148228b0c52b106d9626ea897c05b2a05772f9d9b46d9065fd8a +size 547085580 diff --git a/data/part-06831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46f961b4f59e00b830b7c362d7d6787d074a087e --- /dev/null +++ b/data/part-06831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858476383ff82f748739eada4bcf4449eb4b45d2a597405f4d171c92e9200b11 +size 826136984 diff --git a/data/part-06832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b518c9d64b2a5aa7dcc76651954458819e398949 --- /dev/null +++ b/data/part-06832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caff047335c1c003582d5e25392532e16873734269ac575d5873bd51613d7613 +size 560388536 diff --git a/data/part-06833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b14563a2db9d00643c0d3af18f5d86630d73378e --- /dev/null +++ b/data/part-06833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb2daa8d3e8621ec03a6b5ebbc08128b5d2bfd35f1fcf2de9330f907243129f +size 422255447 diff --git a/data/part-06834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f648da617320c8707ce32b7486c11a95797f32d3 --- /dev/null +++ b/data/part-06834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855798a9ede77631442b928ba539aa8953ce0f1c734ab78fbc730c8f25c16fb7 +size 477582560 diff --git a/data/part-06835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1e5ccb8065905f878da0fdb70947a566cb330f5 --- /dev/null +++ b/data/part-06835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bb01b2d0b1295d1517730fa869a1dcd37512d47f3f8c983a58732b149e68f9 +size 519985755 diff --git a/data/part-06836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ed8d8be66a85752144a6e8439b3fa0fd42c3f4f --- /dev/null +++ b/data/part-06836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4230a06b726fb18d31b25060b930c94f141235762df67a984fd0b85a3583b6a +size 579163057 diff --git a/data/part-06837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37225bb1c98ae1e5e1e0dac8a649ec3f4533b652 --- /dev/null +++ b/data/part-06837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f716873d5984807a84a8016b678f319c3172f4474bdb0bf8174fc406358bac +size 531618577 diff --git a/data/part-06838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe5b3725904f956b2b789935fb1f474de322d3f1 --- /dev/null +++ b/data/part-06838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b98267f2a60affad713eb444ca1bd18546a57f851ce3729f0a01563a7eff3b5 +size 524891489 diff --git a/data/part-06839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1382c9d35aa540f6225ee9c23f459a3e7499de37 --- /dev/null +++ b/data/part-06839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd068b24c60c268dd000d70137c87f00e62de4132b55993ae2354c779f2ff15 +size 447272318 diff --git a/data/part-06840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7544463eee24a6f93bd1f44c9c136fab18727a54 --- /dev/null +++ b/data/part-06840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d8d7ee540911aedc8137d2f326b1c5dea29e2ae4f0be28a4e981477b3b438b +size 530493360 diff --git a/data/part-06841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d69ce6e83097c189efcb0b92cdff5d5ea02b810c --- /dev/null +++ b/data/part-06841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b1398586ed125e3a3523b277ad145b5cdbeb23fc04521c7f06e1bd858bbdae +size 526441232 diff --git a/data/part-06842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4847ff2f190866a4cb5f2a28017208139f00748c --- /dev/null +++ b/data/part-06842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4ebb0653d4707e3bcb0bcb86bfd95baa60c8dec5adfa6f91cd116982958cb4 +size 390905318 diff --git a/data/part-06843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6506b0edf080b7042ec817777e0ec969c1d047e2 --- /dev/null +++ b/data/part-06843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dcc75c54b4d3d5e4b99458dd0eaa0b74f2e2b7f8022794f68b28b8d0bcca31 +size 866559500 diff --git a/data/part-06844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f58d322c9d28ed8b00b3ed7c8208fb231fb772d1 --- /dev/null +++ b/data/part-06844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa3ef8b614bc681b1e2f9b561fe742672fa171f348d4fa64b7da158ab7ee6ee +size 762944470 diff --git a/data/part-06845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2049ffda839e353f7865475cdba41a5ce336ce0f --- /dev/null +++ b/data/part-06845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faddc5118963a5ce6fbaa451cdba76f2c9bf75f27bc444a4f62526fdf3c7eaee +size 510150808 diff --git a/data/part-06846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e8d94f6d2479889d98187dff00c824755aeb2de --- /dev/null +++ b/data/part-06846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be50217867b61c9325a5424f20c9d7889a479b1b2f6dd84ee6063dd1ad119264 +size 745847841 diff --git a/data/part-06847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10c15c91e0cbafe178370eb76c9bd3f2c1b298a3 --- /dev/null +++ b/data/part-06847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cc7224b5b06531aeae26d43433dc1b1e41098f09b091969d237b89ba53b722 +size 481258680 diff --git a/data/part-06848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8025823dbf4e65c6342c561b9cd1059d18be7737 --- /dev/null +++ b/data/part-06848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc44038f24df0efcfd1f91fca9a52ed05c632f20a6545a801ab0133cefe1c15 +size 393094321 diff --git a/data/part-06849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c9a5f8f2958779c84f453845fa93480337227a0 --- /dev/null +++ b/data/part-06849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eda0b6356be9c2eabb95608d9becf8a7e19d3144241e43278eb257a81c402bc +size 1117588263 diff --git a/data/part-06850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f30540f75e6c937c86d634511e40102f85087f9f --- /dev/null +++ b/data/part-06850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0592c56a4a5fdd8217b63a64997457c0d311306a02ad90267b888ef9c8b4c2a0 +size 404731905 diff --git a/data/part-06851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4cd5646c85c83920b50d4ec369cb6191e37ee1d --- /dev/null +++ b/data/part-06851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f62bd688b23a0dbf339d3de7638dd384bf3bc309fbe4f6350505d244abb5cc2 +size 547342654 diff --git a/data/part-06852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23d831a5530b24ed40e93579cf0f6ac258aea118 --- /dev/null +++ b/data/part-06852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082ec8feaca7434bc57dfc0bf6f1b87e1bf7bc4e3687a00bebc0d787e8faf338 +size 867579704 diff --git a/data/part-06853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a57710a3db7e4cfd47f939b6060ee9772c6d13d --- /dev/null +++ b/data/part-06853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b72b8c043c0393a75e450ee5afb60bb4c5b15aca441f0ab6d2793f3364b2ec9 +size 610404511 diff --git a/data/part-06854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b7b0b34986c3d8f76f99924d81dd3a14e88d30d --- /dev/null +++ b/data/part-06854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5c2ae2017e24e90e6474fbada230fd529bfc1ed3fe171e89a0a752659c8b13 +size 392893206 diff --git a/data/part-06855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdc26885bcd3343dc94c3d37fa67503c7ca373a6 --- /dev/null +++ b/data/part-06855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1fac39abe4c4610fbd5c0e06c3740e30199f4f6a1212f8a8ff05d379e043cf +size 413965070 diff --git a/data/part-06856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f777303f63b2f674fafacb71a72e5df9b0b51986 --- /dev/null +++ b/data/part-06856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c282609bcfb3c21be3552e6194b8a4aa8fa239d87b9ed296c9d7a0769a356a6 +size 521148453 diff --git a/data/part-06857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b762d3bf5fa9194c931faba9128c0d0651823e0c --- /dev/null +++ b/data/part-06857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6755c7819f50d1ee90899aed06ce1b760053e9d27f91ec16f723bb774066a5d0 +size 431360196 diff --git a/data/part-06858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df78ea6f0e7ea791146365aa0eb781c9931316f1 --- /dev/null +++ b/data/part-06858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e858071d62199c7383e94fffc5893f53b8c38beefeef3e2d8e8eb3dada868d6 +size 712110805 diff --git a/data/part-06859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2766b69b4932336c9dea041ae44f56bb9c5031e --- /dev/null +++ b/data/part-06859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d2ea0d8f93cf18759b1c03db06237877300f09c02c02bd1b1ed99dc64db798 +size 1536941131 diff --git a/data/part-06860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2a5eaf9248fd57871779ae606086432fe0ce453 --- /dev/null +++ b/data/part-06860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad332ff05a6a082c764132f94022d1d420d5ce980332636da82ebc5f39ba0711 +size 593458718 diff --git a/data/part-06861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab9cd92998410db335c877bad9b7605c150a815d --- /dev/null +++ b/data/part-06861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6435d58e2c426f53a35e8e40349c80b4db4b265b3ea0bf2b5ad689388ece5e +size 675172191 diff --git a/data/part-06862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..810b81dfcf61dc23e82e62110a2c95768089f8f4 --- /dev/null +++ b/data/part-06862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19036a143fbc367079f3a67096c75e08a92ee6b2c438412385ae385e975ed978 +size 859247157 diff --git a/data/part-06863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abd76f5bcca6c9756836c8c139e6f5d8039fbcc3 --- /dev/null +++ b/data/part-06863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3972cdc903265549c844aacaee998a8c1e6747d49fc48f6ab33cc1d7bff550 +size 457629296 diff --git a/data/part-06864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45fc3244b48b1eb91eee9c1354b2c0ecccdd8769 --- /dev/null +++ b/data/part-06864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa675b6c78ba9b7981828d381515787aba78dbaff3ecbf8d74970f85a7504369 +size 368463561 diff --git a/data/part-06865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1f1655ab0a08cbd3652f5f98f8ac2561a2e02da --- /dev/null +++ b/data/part-06865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e442455b93fd7bb40332441e1d0d818c41d80bca7926a5da89d09330266155ba +size 492128653 diff --git a/data/part-06866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f5091f0469da448d21f18cf910639aec41f6103 --- /dev/null +++ b/data/part-06866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf26509cf4189b5d58299c55a45b44e2b63484d39f8825c1b35ebbb464aad60 +size 377709893 diff --git a/data/part-06867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dc209dbc401c8bc675e43d9da7d4d952879211b --- /dev/null +++ b/data/part-06867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ffc9d6b75127185e35ffb1521246772702b67dabcaa919cccd46088209e74 +size 588119168 diff --git a/data/part-06868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fad814e5e1f07092da4cfe50b46a8ddf94c45a25 --- /dev/null +++ b/data/part-06868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fa5b4463e99593113296d48b62f7d43c68a874d1c9ff2be16c3bb3f2b1b39e +size 400425207 diff --git a/data/part-06869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c9505b20b43c011b2d3ba9d2ec49e42cc87fc5e --- /dev/null +++ b/data/part-06869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d49bc3a8572997bff876db86138ed9ab807d2d760298065566af79ff327bb6 +size 450790189 diff --git a/data/part-06870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ea8b5bf3f75850272741a778f90159c3d06dec3 --- /dev/null +++ b/data/part-06870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f005098594bd51cc963cef745206a553efb6e15f5af60591c067b9deb4ddf216 +size 698631682 diff --git a/data/part-06871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d4290ab24807d9cd42dd4004b18908cd8d0dc38 --- /dev/null +++ b/data/part-06871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310d188e4372125d916a6988f40c32bde372b58703428be20c2924db3f9b3395 +size 540601271 diff --git a/data/part-06872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52476e15885ce0d5f62f8817b08e3f661efbfcbe --- /dev/null +++ b/data/part-06872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb587f86b3b1f79946d99682cb35aa8c377a91ddc6780904546b946f82a3e93 +size 454986536 diff --git a/data/part-06873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..239205dd7671b2b7c246bee6f6a163910fc0d36c --- /dev/null +++ b/data/part-06873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483f7b83d2c78d67b2475d58e193dc999d22fa7ee0168ca61bf05b3c1d2dd803 +size 433577902 diff --git a/data/part-06874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2eebe4cec07aeb86ec31b32482303fbfa023105 --- /dev/null +++ b/data/part-06874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3d3c32976a5ee1f1fff438c46d38623c231c4501f395b22e4d3a3e6cf0550d +size 456299022 diff --git a/data/part-06875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8953faae19ee2a2b356e7863a990513680aa6ed3 --- /dev/null +++ b/data/part-06875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9221895f57986a6ac39039175b96f5388ad173c059c2b2f5d79c486b966bf87 +size 526724146 diff --git a/data/part-06876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ac9cee2cccd49eda0ba7f245b0f29daa808af52 --- /dev/null +++ b/data/part-06876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27f47aabf22da6747cf0f56c44656e3f5f0260919b68eb76492dbd0ee4e3552 +size 475839896 diff --git a/data/part-06877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29503d7567df8ee65227d8289814f14f277656c5 --- /dev/null +++ b/data/part-06877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c9f4d2afa12b2014b7adddeeb8ed0312366237dc393d721eb248222186d53e +size 381962700 diff --git a/data/part-06878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b00779be8897686120c93c639c9d21c09603a2d --- /dev/null +++ b/data/part-06878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4475a3f9f13194d74ba84a4f4a77348d97791f7ad6925dcca15202f7c30ce713 +size 626383658 diff --git a/data/part-06879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a63c8a5498bf34af7c944ea2bef4c9c39036fa98 --- /dev/null +++ b/data/part-06879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd98c645abd5e9e2097fc57bfa33bdf8809d037203cd1eaf36c5d84c949be8cb +size 470641036 diff --git a/data/part-06880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45ffaea5473616453aaa03332a48b2612b4c9022 --- /dev/null +++ b/data/part-06880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be46c065c3d30bf35d044373f7e534ef59f7beb0a96cb4fa1d030076cb27724 +size 428337826 diff --git a/data/part-06881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9289c2e056168f74679522bed3b4485540ac10a3 --- /dev/null +++ b/data/part-06881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86143914bbb930123afe3572c48c4de22f72a3d307570886560e0d2cd3c5fec9 +size 438642890 diff --git a/data/part-06882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7170cbabc536f1b4ee00495d48a0432ae21bd1bf --- /dev/null +++ b/data/part-06882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2408e855e88520acd3ddce2f4ff15b1a1f284b41b615e6192e671466ecb28c +size 672608349 diff --git a/data/part-06883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a562388d4a43c8e6513f023c0464804fc3994b4 --- /dev/null +++ b/data/part-06883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b847b156dbfacbeac68bf75aa44edf0fd71d64337dade7c34927570244050e +size 399070770 diff --git a/data/part-06884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08620dad040d316154d3a2667f1b184576928aeb --- /dev/null +++ b/data/part-06884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329c74b46d22bcae202c297da2437ab16f2f46e58438626d8597632cb4b5127b +size 415433765 diff --git a/data/part-06885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d44aaf8618984e45e610a3850676eba68e25d5e0 --- /dev/null +++ b/data/part-06885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34645ce0515cbd223ebc66cc15bdb095648cecdd6670dfb4794af1206302d611 +size 575591821 diff --git a/data/part-06886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62d9a331031d9b9ddf237989b55ef9850c15dbc8 --- /dev/null +++ b/data/part-06886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee1e7fb0a00fe70e45d72fd530413f7b6b01655a95ee8178d621517b7f3cae5 +size 372229695 diff --git a/data/part-06887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09083df613db1bb6545e3fdbcbc585858091fc7b --- /dev/null +++ b/data/part-06887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31f1233442ddb211744385729ea3806a7a63b855ad464a4d5841ca5b85b1b8a +size 635556873 diff --git a/data/part-06888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a13d700323ab31f7300268d0dbbbccb613f03b73 --- /dev/null +++ b/data/part-06888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7641eb0fe11267c1b034c9c47ed7909ac9fca1367951396e37d2bcdf0f4c31 +size 636885356 diff --git a/data/part-06889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6acd6737745c2f9e2f987e3d5ff8ba5ef48c25e --- /dev/null +++ b/data/part-06889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3da4c456e785318757e9d6fe5987091c3b228b90915e1244f1fa87f06910bb +size 503854995 diff --git a/data/part-06890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0333fc0c78d5378893b2bbf70bf7e9e1c8812883 --- /dev/null +++ b/data/part-06890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327399a581408a40c1e57707c6bc799eab775e307ff624ddc093f9b9f59b4b5c +size 662907837 diff --git a/data/part-06891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fd8e5aef9480f043e858893e4a0eed4c9ef5d16 --- /dev/null +++ b/data/part-06891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc80689c81671f57da8cb0212b909c34f3a114628689976d117b0911d316d852 +size 442258177 diff --git a/data/part-06892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c219a8c14224b153babd949f09fbc0048943cd57 --- /dev/null +++ b/data/part-06892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b8c12e96cbe7d525ba5f676d48562170e5b4e600a963bf09d365f30f5f1fdf +size 447108647 diff --git a/data/part-06893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..444627467f41382d7d6ba5cfafb8afb039b0324c --- /dev/null +++ b/data/part-06893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e5a1df3fc14742b1b9ff29c38fd31c35a96e39293ac1cb78182b27398a64d3 +size 475411792 diff --git a/data/part-06894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ca6a8210b68fc2aa7b5156c6707a71f0df4aa7a --- /dev/null +++ b/data/part-06894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c43dd92b8247141c224e23c0d76b6334f0c249f67d7976c74c7daa54ba9b65 +size 738785486 diff --git a/data/part-06895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5e010d555e4d8e5f7330f55ee095bd8d81a33f8 --- /dev/null +++ b/data/part-06895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ea40cf7bf224877b9ceb65f1942f9615b74bfdf4e0019285e0ae0be9f5a293 +size 716830979 diff --git a/data/part-06896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da5f198e2ca9141606252085426f6024d7048423 --- /dev/null +++ b/data/part-06896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9206aa70b46e3ab768243f1d2190f1570418e8586094c024ee1c24ce5a39ebb2 +size 542644659 diff --git a/data/part-06897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b111db021cf63d28db2ab5ce24fbcb00c3d96683 --- /dev/null +++ b/data/part-06897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c177f75ecea656f3282e73cd458bbdb747268a4e7f7a34ff49dc1980267e7783 +size 579170613 diff --git a/data/part-06898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d22c338a5c2b8b881ed7fb7b89cbfd007c47086e --- /dev/null +++ b/data/part-06898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398c8cf19c5b4d38201575e557353c9ca17999cef6588664b796ccce558f8daf +size 503844559 diff --git a/data/part-06899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c17251071c7947989f1aaee4d0ab180d5d76eff --- /dev/null +++ b/data/part-06899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cec5b218807fae161dd72aa7d67bac19aaca97fa45305efbeeb4a6616482d29 +size 427944161 diff --git a/data/part-06900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6214e7b9a7f8064ece3b719a3b6f94836b57a857 --- /dev/null +++ b/data/part-06900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d3d9d049d1bafb0aaf904c4eed6ff98f23517f3c6374360edb6540c9a2890e +size 907516968 diff --git a/data/part-06901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc8f93e34e0ff38fbbf03bc4a807c58225bcdfac --- /dev/null +++ b/data/part-06901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde342447ec0bade21bd228a0a14a11a74d4fee8b40a24819d3e0ef51bfc2032 +size 582184425 diff --git a/data/part-06902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..601c33c2dfdd73014a0368c186127b2b93a806c6 --- /dev/null +++ b/data/part-06902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4b0a3a9ad16c41669c545866259dd75b2c7e97d03da2693723d06d3b54fe2f +size 500137820 diff --git a/data/part-06903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc87d3e210f504e0ddc04ebb6f42b09999efef09 --- /dev/null +++ b/data/part-06903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f486055ea19dab96f15e42844db5ef3994cbb70969dedf4aef10015c487f7583 +size 1143847918 diff --git a/data/part-06904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b4f6d6add725fca7e897c9bbf7642bcff179e47 --- /dev/null +++ b/data/part-06904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c952cb102d9480b502844e66ccf67df999eb1c830ab4864ae80c05a1f6f4b40 +size 862303160 diff --git a/data/part-06905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b0392fac4d0e25ee804a3fd8332594651b2c38f --- /dev/null +++ b/data/part-06905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec017b2ea00e380bc3080c6275b040f50793f74ec9b39ab256fd92908a7ddf6 +size 424467469 diff --git a/data/part-06906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..714bb1e63d85672094064aa7f6075261ca013c8e --- /dev/null +++ b/data/part-06906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bddb1860bae77f905bd3884c54be8c9d4ca5ad8e82906148b0fc8271f7b56d +size 886453321 diff --git a/data/part-06907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98e982c38fd8436d047878f075d5675167d5b2e2 --- /dev/null +++ b/data/part-06907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fd448c10085181b6c4997aefb22616cbb4c8b8c86ea741a1293580e001508f +size 668969172 diff --git a/data/part-06908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9de14d91dca5cb5c75ccb38428f32014e9e3cec --- /dev/null +++ b/data/part-06908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f58a6eac6d7c750987d0e8fa84f48f1390c386cbe8e02a1aef7b915a98f5eb +size 537455148 diff --git a/data/part-06909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cddd52b8b517343ebc6cdc0270341e2f1f7080f5 --- /dev/null +++ b/data/part-06909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcbe807e8bcef883dccc133bf1e9bc7b90ab85aa9d0253e098a6d839900d9a3 +size 442652813 diff --git a/data/part-06910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b886ff729bc29ec2abdb5af8c7dc6db3c6ea8c8d --- /dev/null +++ b/data/part-06910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a29f5793f1bef3c59175685e1207da7a5c40d830e06b27f8c8933c0d1ed1e49 +size 480860208 diff --git a/data/part-06911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..460a93f091779194ba79e8458f53645de1410d25 --- /dev/null +++ b/data/part-06911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9137fa4d2dca50c2f7f4643af644071be845068271816619d0ac6ec10bab0b98 +size 846690456 diff --git a/data/part-06912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1908d4217f47a1de3db6cee4374e3bae117593b6 --- /dev/null +++ b/data/part-06912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393376cb251593488682b4b69ec7a2fd74713c08ed60a91f2e35820782c1b0e4 +size 826412606 diff --git a/data/part-06913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d241718c6309956933007aa6921bf03d7c3fc23 --- /dev/null +++ b/data/part-06913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ac2d887718d7488fb9162614bd5274efecb0ba58a5d4228176dddd0e2a349a +size 876643641 diff --git a/data/part-06914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8b0d38e844111a689795cb3883f9adeb0d94219 --- /dev/null +++ b/data/part-06914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194279429646f13a7cb0f93b61d963b30bac9fa15ca5e49680e273dda27565e5 +size 420838088 diff --git a/data/part-06915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c00e77ce3a429786ccbd073d089ab2dea2d8049c --- /dev/null +++ b/data/part-06915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea2ab480a4ac9245d0bc5fe25506f0ff2169c6d28d983baf4e1e4601b6ddff4 +size 1354289383 diff --git a/data/part-06916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3badf6b070068b7470ce28a6c26750dbffd8f862 --- /dev/null +++ b/data/part-06916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19f1d605ae54c2c366a0b555361335b1a10ad9a44761c2852f924a32a770b40 +size 539757323 diff --git a/data/part-06917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e055bc4b6d776434d9011dcee322af9802fc5c49 --- /dev/null +++ b/data/part-06917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1893c426f83bc4eaf655438a0a8067296ace792525567132f29298dc273461d6 +size 390846496 diff --git a/data/part-06918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5063ed6dcc0959cf7073909d0a69b2c62418446e --- /dev/null +++ b/data/part-06918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c5c3a75e1ffba7a9c53021e81fd0b9760935a99014d23114044981f9945318 +size 375943121 diff --git a/data/part-06919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9bb49771a57549bbf7a837647dc006cb2d5d176 --- /dev/null +++ b/data/part-06919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715700fecbb5dd90da64f526a66544b3493fcb6dc4209d5a674cc9d5f5adbf0f +size 432380531 diff --git a/data/part-06920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06642c83a4489a4097518e96885ea198fe5b98a7 --- /dev/null +++ b/data/part-06920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efac69d445024dd90a78d8a24cb2eccd834948bb26fc0e0e05270fca736db343 +size 565325221 diff --git a/data/part-06921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f71ceff7e7031b43809f310cf54698af921e40c1 --- /dev/null +++ b/data/part-06921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3807ebec682b7a2acc634331a8dccf2ba8447fc640e2a8c005718dec4b6aae3 +size 449161082 diff --git a/data/part-06922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c55b62f525da48e50af30da07bf262ecc14bea31 --- /dev/null +++ b/data/part-06922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba8d7a9014bcfc7d74b8bb8e838ee1e2e63905dade09e7b2258ffafc46cee67 +size 568255983 diff --git a/data/part-06923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f2065f21cf793b97b57496b04c89a095d5b19a7 --- /dev/null +++ b/data/part-06923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c586b22d53ad2595fab525add46c7d3cc4cebf831c8210dc42875cd862a5ae3 +size 429227435 diff --git a/data/part-06924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dce487537187c32257ed3a2d51713e18e7208dea --- /dev/null +++ b/data/part-06924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16e572fc49c4f41d865f58f85ef73031644131972b1a51da48d38731fb39289 +size 592406973 diff --git a/data/part-06925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a10d59bc75adcd4ca1eba8b397d769a8b1e40e8 --- /dev/null +++ b/data/part-06925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1de6cce098f5fa4ebfb31710126752e9d4f6434333669fa1495e2332f1ba65 +size 586246707 diff --git a/data/part-06926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c3d96381c4371ff843af3399e0db665103a28f5 --- /dev/null +++ b/data/part-06926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7a1bc06f90c0e7a6efbfb3103a0bd59b7793024ec52d3ebe9aefa2fc99db01 +size 589133481 diff --git a/data/part-06927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b804e27997c98e9f1ff8cfdd1c5967b0b25f503 --- /dev/null +++ b/data/part-06927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2800a59a749a15d20b339bc17a87a47727de02e00ba07cce2d355b1fa64d456d +size 740774097 diff --git a/data/part-06928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8ca5252ae78116f96858cc4da492ae1eb31cfb3 --- /dev/null +++ b/data/part-06928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3c481b31479011ebb9fb1644238774fec4d42380a722a1b9d33163bf398cd6 +size 1298100726 diff --git a/data/part-06929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e901d0423eb22c5f997122f164d393085c5b96e3 --- /dev/null +++ b/data/part-06929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fd880480508a8c82d5841352a0d3e03633444a1083b23d877aebd6805985ac +size 613974207 diff --git a/data/part-06930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d96f2447f42a09e34080e15373953cde3946e98 --- /dev/null +++ b/data/part-06930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62847efb2be20e9d1c2c7ea390109a5f79af415650992a8ca31e57ba92ea59eb +size 745629351 diff --git a/data/part-06931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1326d1f34858e691fa04c0a13bd0474db656a0a4 --- /dev/null +++ b/data/part-06931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d680122ef749bcd0f2646e0b8d6e8719e2672bafde7583baee137d1b6232114 +size 493216601 diff --git a/data/part-06932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa4eb4432c5f9ec7dfe30eb22dac53bddca2e9bf --- /dev/null +++ b/data/part-06932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a173e12babf0e95f5767db0b2eb1a1a69540c4ac5ce7558abce237d1849dc9a +size 606937799 diff --git a/data/part-06933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43dbdbf90755d8b9ff4c08b342fe4cdea6aa4ce7 --- /dev/null +++ b/data/part-06933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d15e8414e3f3d074a8f65d8b802ebcc3c0d4f12c5a2acb02a8cdf3905111790 +size 463476448 diff --git a/data/part-06934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce5c361868627ed550fb329e6a196a175ea7ff4 --- /dev/null +++ b/data/part-06934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e7048f619a4949a114ade22e1bb41a63e78571c999b837e9c27d688c777788 +size 881126315 diff --git a/data/part-06935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afe46b2a10eb7e4d9f7578ae05a7d82326ae98db --- /dev/null +++ b/data/part-06935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd35841658634c0cd5ce58126168be6da54125911123051db8bb74aed7ffa3e4 +size 463297091 diff --git a/data/part-06936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3271a6da92bdb218f03f87977350312b05965a08 --- /dev/null +++ b/data/part-06936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7db7adf0b9e80dbae9388a31698ef2386448379e1fdcc6eda94193730b313ed +size 557700361 diff --git a/data/part-06937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5da581f03441c6aa049ba4b0897425c33207d71e --- /dev/null +++ b/data/part-06937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c9b8fba04c38ce1554964602c3ac4b2faf74e5cdd9a52f3b231ced874636ac +size 567505635 diff --git a/data/part-06938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3daeca3b4e301689e49694ca7eacccfd97324544 --- /dev/null +++ b/data/part-06938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04ebf3b1e5ecfae808ba4dfe6c890a5dc489a3e384559391cc5116f37f5d024 +size 512634000 diff --git a/data/part-06939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e99fefdb95b5b642b7b89c74f4f10720b94eac9 --- /dev/null +++ b/data/part-06939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e01a6e0d7310f9649fa4f89fe1cd8e35eaabd282139bb27c26ae56e765921a +size 516717096 diff --git a/data/part-06940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..889a77b1c751b08dde8166058a77030a075a78bd --- /dev/null +++ b/data/part-06940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed5ff86e106f8d39756be0944184f3d4e91dd2be10cc32472a5f53490c1658f +size 537229644 diff --git a/data/part-06941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d0781a64c14ac6d614b34fda759afb8f2bc4ca3 --- /dev/null +++ b/data/part-06941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7dee1779b41b6d2952d227323aba6708d27112d2831dff0c8abdb4696508fb +size 430894868 diff --git a/data/part-06942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42099352b7e83e874f02fd0d717e769c368c748d --- /dev/null +++ b/data/part-06942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025b10a9cacb9332552c959bab4469f94037576ccf2e1edca085308614e73c14 +size 574573565 diff --git a/data/part-06943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..805794df019402fdf58a64ff20a86b463deac4d0 --- /dev/null +++ b/data/part-06943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd3cbf868971986aecc52b1c47227a3600868a33c40171caca0c079a67e462a +size 457918277 diff --git a/data/part-06944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8115a10b724f4f412054b562300cc2f78b92e61a --- /dev/null +++ b/data/part-06944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba7c3600cc39f63ad0daf221b140e08f0437ad2ccc8e90187fcab674e0e4a4e +size 534656888 diff --git a/data/part-06945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59a465e57605f7c81750410c417f662a7b8cec46 --- /dev/null +++ b/data/part-06945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e60ed62a6821c5f3e65435260ecef3f4d2fec55f27d18ff5023620d089dbae +size 646339086 diff --git a/data/part-06946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fe152072b569a357f02add2bbc1dedbe0d34769 --- /dev/null +++ b/data/part-06946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ee9a7305f73dc830feaa1f1ff3776679778e008022aec8e54d55849cd4b62a +size 644662121 diff --git a/data/part-06947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81d62bc4208249ca06e3f6ff1f51d1f35174a422 --- /dev/null +++ b/data/part-06947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9083cdfbb39f4aade19dc82e15845700b278709e7d971ff80952ac640e1d1a54 +size 488014600 diff --git a/data/part-06948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..769e2db3108a27aabea33c0d3021ddb9fa911c1a --- /dev/null +++ b/data/part-06948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d99a3e6c2bced0ce62e9830d1d793b4468ca50ea7b3cf4fc9ac4ce043fa8bf +size 500639415 diff --git a/data/part-06949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aca46594f1319d04597ca1a304bdef4bb7be9eb1 --- /dev/null +++ b/data/part-06949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b3058643caf4665f66d3dcb204992e6831cc0832d27c5f47db678ecc66f52a +size 355292939 diff --git a/data/part-06950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2d14900226371a49d0308bed9cd6d5e875c6652 --- /dev/null +++ b/data/part-06950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2292c52a27372d67309ba0b7c30db0cb763bdcaf1443d3a48f60df13d2de6113 +size 700761930 diff --git a/data/part-06951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef0596d74db457636a5a0fbfab8cacbdb9528b63 --- /dev/null +++ b/data/part-06951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ef6e172e0c4795b66a840f850be4aa281ee5cb7611318c1bbea0a80bbefd9f +size 415536625 diff --git a/data/part-06952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd5a3af7e2b732620020430c949b05f5739e18c2 --- /dev/null +++ b/data/part-06952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e623fde1bd72928c9e23c4673d3427d8bc9d79845937b58b86a58912dd34f49d +size 647930366 diff --git a/data/part-06953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d22e36ae8b20ea68490dad757626a5fc8d7b3a24 --- /dev/null +++ b/data/part-06953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f5e90297ab71510c945c63bbd8be4f0eca7af97fae646c884dd1d25050e62c +size 949235115 diff --git a/data/part-06954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd5dcecbc2e346a65a54a472cd28a1da5c28c0a2 --- /dev/null +++ b/data/part-06954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878913aa038f5abe577e1f4420a9e2c7e1e961f821a5881441f258b352fa8997 +size 400154595 diff --git a/data/part-06955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ca8a8fd9d81b0079002f5e2c2abd0818a948299 --- /dev/null +++ b/data/part-06955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458a494d4346b4b5f669caf33dc34d3f022a571f03ad89413b8a181c8c01f819 +size 474408664 diff --git a/data/part-06956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8f6898cb806f89d13547902bc7eb21e5010bf56 --- /dev/null +++ b/data/part-06956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d1a5fe9e6028726f43707dd7755ae30241a1f8657e4e3c696a06fa718d261d +size 568099886 diff --git a/data/part-06957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c922781df7233ef7a5ef0aecf9f76857c7f9e3e --- /dev/null +++ b/data/part-06957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e645c3512c7d22058db8ecff281692d1422ade8023fdf08cee27fe342b80641 +size 866142549 diff --git a/data/part-06958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02bbb489cabd99185d448cf5a4d86aa74dc81faa --- /dev/null +++ b/data/part-06958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b17ab0d252a654267b31c5a88f527edc621ee18acf44e65d9368beb5fdf4a56 +size 495903360 diff --git a/data/part-06959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f8f3f6bfd70ac3b5d094884822844184b60d17a --- /dev/null +++ b/data/part-06959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c334f51b7568aee1f9e2c2c6b4331641256230c39b58940e70792a9ade22fc9d +size 444042371 diff --git a/data/part-06960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6eee2eb1b13171dd71f0af5fdc835568b057bf86 --- /dev/null +++ b/data/part-06960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194024d70d1d6b006fbc10dc67750438628a18a73918b6fcf819e9ee116a5e87 +size 547520817 diff --git a/data/part-06961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e37bf4ea764015be3c4b8334a99b9927b83c9619 --- /dev/null +++ b/data/part-06961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd508aefeda81ecb93b271434a9d1a148c6e816f33429637f1a20ea7b9b99ee +size 445851564 diff --git a/data/part-06962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a21c4f3bfb9984aed31694f0d63528dbd40430b --- /dev/null +++ b/data/part-06962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35afe08dd22ed90d85e971edc182db442cc0d26ff351abcf39b84f30b2ac5615 +size 448862137 diff --git a/data/part-06963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb8b57de321292c4889efe7015f82ff25a364a7d --- /dev/null +++ b/data/part-06963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf51115c06bdf619d7fc1451f12b04cd9debd6451ea59acd09e259ce69e2e54d +size 792413545 diff --git a/data/part-06964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b36aa6c62e1c0a99c68809bcdba8d98578d561f --- /dev/null +++ b/data/part-06964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a55af503c6ca9b9d9977fc9fb3b3b42b95a2afedf0cb105925d338b04ebbdfc +size 551578521 diff --git a/data/part-06965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e84946a835a16ac69f4147098c331fedca976d2a --- /dev/null +++ b/data/part-06965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0c7c451c22054afbe6751bcf8f8986b3b5df7f9616e40be17e740bd0e9cf58 +size 564052630 diff --git a/data/part-06966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfdf42cc286a10bff077ad9225ac055b2a190303 --- /dev/null +++ b/data/part-06966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad9487c25e4f74c111d88016a1eec4d6fa2b62372950d7b043a6294067d1400 +size 760630347 diff --git a/data/part-06967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..351d45a61619e281b2a2d0c1310734f3f232ee12 --- /dev/null +++ b/data/part-06967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f28c351fa3ca1d14d48436bde52fac2bc73e6321167284f07f9a56c4528327f +size 551420960 diff --git a/data/part-06968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7513b3b59e9a9888dcc0f7ba82a6b456aba98e5 --- /dev/null +++ b/data/part-06968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8409eafd3c65aaf262eb1c149429516f483e73e2f046935be98d5ab5fe1cfee +size 481068003 diff --git a/data/part-06969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3f75871bb5bdd660f2a96d9e15219409c320686 --- /dev/null +++ b/data/part-06969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8817fb733d687e93eb1ebb6d6c05388dc354a4cdd33252c5435a4bb4c6448582 +size 619918790 diff --git a/data/part-06970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6535416833c62cb47c1826002f51c1bce52cfc81 --- /dev/null +++ b/data/part-06970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214389f297d449046ca5f2406079e8a1307e9f833edf0f34f1c3def94c1e4aa2 +size 419587267 diff --git a/data/part-06971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5da59b0db483725dacbb8a6d08877341c2b08744 --- /dev/null +++ b/data/part-06971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb471b693d678000d96a13d20752b6b99ae823461bd4c007dce61784f294dbd +size 382987525 diff --git a/data/part-06972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2b89deac3da2db8760b87aa8956e8d4a2031b63 --- /dev/null +++ b/data/part-06972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7925507ce564b817650620d9421baa0928af1e1c2cad2a3a3a6d95a02c132651 +size 438988695 diff --git a/data/part-06973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1def124921b0ec4c4541e3fc0cb2f29a1051f3b8 --- /dev/null +++ b/data/part-06973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd8d95bcc7270655a2639c8f9b04e495dc65d514f455278fc437c4304c9dcd8 +size 703955550 diff --git a/data/part-06974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d17c523a7b3cef6691d0d1de524cc5e9ddeaf3d9 --- /dev/null +++ b/data/part-06974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f6f678ccb51f94aaea1f967992f69cdc181308554e0170dda04f354c3ccb8f +size 448199507 diff --git a/data/part-06975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f9ad5e64fd65f017fcf0e9a7292f32749f95510 --- /dev/null +++ b/data/part-06975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a2c533328a29498deb9758224919523d23a79dd918e87f91eb92fa0bb39f6b +size 419199169 diff --git a/data/part-06976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff429a2e89037a229c0c4a86579dab4ec3f0addc --- /dev/null +++ b/data/part-06976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e0256dbdcc7cb6c51e3a44281a19dab62bf9a8d0690333de591eba877cb249 +size 624990444 diff --git a/data/part-06977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7e1c66c00a3179cdcadc14c5057243bae418b56 --- /dev/null +++ b/data/part-06977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14ac0ccd33f12d3e5360c88afe41bee899bf28dd6905c459d4d9edd259ba111 +size 563059606 diff --git a/data/part-06978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c57b6e24c71b25224e4ef0e0848f75f28fe5134 --- /dev/null +++ b/data/part-06978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c40f7e4319744c133e0dfa6e75ccb41404b1a33494b766cfc05468bcee7cbfb +size 791940006 diff --git a/data/part-06979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7648138221605033c9281193424d7650ef7bc916 --- /dev/null +++ b/data/part-06979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938f8a845e6eef645ac6236033bdb8cafd0074ee7b297b2ae99211a820cde036 +size 526533832 diff --git a/data/part-06980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39457a0b050183a5468308512ba6f03577b6db69 --- /dev/null +++ b/data/part-06980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f641aa39fb60a885a64dba68a219d99e7b1662e3cf0d07b08b3d24514c07bc39 +size 423928299 diff --git a/data/part-06981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffc24c44a660375df5e464e896bb8d1ebcd00190 --- /dev/null +++ b/data/part-06981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e417b02805196509f8de41a182cab02c266960447d8d4695a21eb955ebe80f14 +size 457839814 diff --git a/data/part-06982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4b986a8645f02f487690a920dd711c9f5059497 --- /dev/null +++ b/data/part-06982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8c70e328ec277faa019d7a360fd793c0d59eea9c26d5f8e25a159210840c9f +size 442091791 diff --git a/data/part-06983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9382c37befa91172faac949feab651c0bd79678 --- /dev/null +++ b/data/part-06983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78061a1fcbac8a899fe73b60ebfd16335d6c26b877719afae955ad0937fd93b4 +size 566122816 diff --git a/data/part-06984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc8cf77604550cf9765a9c9d98c9781f4a719581 --- /dev/null +++ b/data/part-06984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db3b04a31d573d3bdc6d6a45df0213113c5a855814764224a1fcc0eaeceb84a +size 517639779 diff --git a/data/part-06985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3452e43c773e4c1d17c20e66f086ab900fe1e84 --- /dev/null +++ b/data/part-06985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbb870d9f963996fb5df62ff2704871b150b460b3b750cd1508a347b4a82fbd +size 633043137 diff --git a/data/part-06986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8bc46e4f32021d6bd2083cb0675703f6fe79fcc --- /dev/null +++ b/data/part-06986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2554e4c1a632796797e20271c1ce6ffab7b15dacd1b817cd487e5e89b4092570 +size 471159907 diff --git a/data/part-06987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba5fbdb0d11fe421de54a64ca9f919c3ad2271d3 --- /dev/null +++ b/data/part-06987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d3f976027b75255fd8193acde2aa8e24c510ef0f20bf9bf77a41d4ca4dffe5 +size 534808740 diff --git a/data/part-06988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c60a333ad1c4b8b7b3f90f7cc40a49d2ddca887 --- /dev/null +++ b/data/part-06988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2706b7ba19fd6f1348c304b0e268b9149ae42b93f60f0c43efab19acb35c48b6 +size 660618765 diff --git a/data/part-06989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b00c281a0e7330e2e9eb11ec46fe881276bf94c --- /dev/null +++ b/data/part-06989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dfc1825e0d9bcb3928b7f547fd59f3d638f7485192e2901990df64f7ac63ae +size 626522973 diff --git a/data/part-06990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18d5bef4a5675a3021f2a06f29a7aef911da87ce --- /dev/null +++ b/data/part-06990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce40c7c09b26903e0b9518258d8f9d5038dbd544af62acc925c1f1de2ef1cb3a +size 558763327 diff --git a/data/part-06991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92367ea76e5106da4c60cad692e513e270d67d42 --- /dev/null +++ b/data/part-06991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cae07d1d0b935f134c74f45cced33d83b6ca43563064c3e14cc5ef7bf62a9c +size 469351233 diff --git a/data/part-06992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29a4ad644b874a0c9453e0fc31c259685c8c9272 --- /dev/null +++ b/data/part-06992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3056634f7387c11e5e64519f49193718d6b1d334c4a80d98003e83ebaabbb2 +size 485155464 diff --git a/data/part-06993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eaf4e2bd9ac84aff8f287c81aa197cdeb6523b2 --- /dev/null +++ b/data/part-06993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683ef652bdc78615fbe57ebf9514f2eb25a89b0fbee71b7687152cef3816e9cf +size 912832273 diff --git a/data/part-06994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c17aec31ff2cc97c02ff4a8d988ba04f08d094a --- /dev/null +++ b/data/part-06994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965b480e67bb03a6158b25d08d825619bd5e23127c1aca3117e621b4bbb2bfba +size 732384204 diff --git a/data/part-06995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b005dac1bc914945e0973d51a1f746c710887d3 --- /dev/null +++ b/data/part-06995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe22869cbde0bc7bb69e820ff44c121eae25b2fc665cb3d29574c1d872c56d67 +size 559208746 diff --git a/data/part-06996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c42f44d01e20d0872b80df96f9f38b8d10e3b55 --- /dev/null +++ b/data/part-06996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a777f51fc9d47ce2e225651da3bd7b97b260458d0e7a6c785d86cac34f377b5e +size 431229232 diff --git a/data/part-06997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c981aefcd2c02d2c53a5ff1c3f0c5afea807bb8 --- /dev/null +++ b/data/part-06997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef510703ed95cac9cd87121ca8e992daab3a6740b0e5af4e32f43241a7e9e4b +size 426169857 diff --git a/data/part-06998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff4a0ecd1723a3386d7a0f4364a8eedd44b651a3 --- /dev/null +++ b/data/part-06998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7383c2f9a399b34f153620b0d39ecba0860568920b8cc8703e07d45557748639 +size 480438458 diff --git a/data/part-06999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-06999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ada24a55bd5c2a4df3ba27b7f879529dc4d2b29d --- /dev/null +++ b/data/part-06999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49596a75efcbc314371612dc15f92d1554e8f524d025d4915a692bd7bba034e +size 442010733 diff --git a/data/part-07000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67a0374d67f233eefe08883b26fb090df985caab --- /dev/null +++ b/data/part-07000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e58a7d606ecf4b7273fe812e392638bfb3e87edf6c1b2119b99004173dcc4f +size 437514188 diff --git a/data/part-07001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68f2e808876eea131c0834575235410aa073d92d --- /dev/null +++ b/data/part-07001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c63d91311e039cdb96db302f4a3ad7959500d1bfc28cda5fe38c6e56d0c6a8 +size 464750241 diff --git a/data/part-07002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64207b1ed222ba6ec2f234edf3f5b491828f1aec --- /dev/null +++ b/data/part-07002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324d31e23cd25111986980bf28b25e7a5b0439ebca0d76b50564dc713e483756 +size 413765851 diff --git a/data/part-07003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fe11f8233e9010c6138cf9cef32c215e1f62fbb --- /dev/null +++ b/data/part-07003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a632f7383d613fbbb4bda985c8b876d51cc932246a260efc15005d996fcda7 +size 492585330 diff --git a/data/part-07004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ae4716800d4bd7a7777ee2b473a753094beddc3 --- /dev/null +++ b/data/part-07004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ef113380fd459345af33143eb56c839fccd1323e072d4f547e6fb91729b5ba +size 415450235 diff --git a/data/part-07005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba7c229cb1b3589d2193de4c419aa55e670d0da5 --- /dev/null +++ b/data/part-07005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e74bfe29ae7a84c0687ca0dc0d75cfaad9993559a67124b94d64c191be32592 +size 509034538 diff --git a/data/part-07006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25c7bd318694b22f3a8601092d0af95b096014ff --- /dev/null +++ b/data/part-07006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca60964c8ab0bf48527eba95e8ce1e7feb705c10a6adc1f106119530bebd041 +size 494579988 diff --git a/data/part-07007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b830173f73195464405d3ae1719ed785bfdc0f71 --- /dev/null +++ b/data/part-07007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9350e0d7f9d08be483268fcde0d0515c3025e989f0b302f9103581a8634ffd +size 872588803 diff --git a/data/part-07008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc70f420d2ac2a869f33604ae08ea4363bffc7d6 --- /dev/null +++ b/data/part-07008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81687d4f7f0c5e460e63237627762782e510455cf9e76fb41acbd72d2c13ebe9 +size 444633374 diff --git a/data/part-07009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5eac3f735313548ffb10b6823050020a85c8b856 --- /dev/null +++ b/data/part-07009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf3cba025efb9804c0f4703760dd309a1e4fffaf8346c79c26e866489f5e5bd +size 474487743 diff --git a/data/part-07010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a88a93dbe990b4cdc25665b5eae8af2539d505c4 --- /dev/null +++ b/data/part-07010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2425e848d9378b5891d30cf275809e5cf57801b7074569cb6c6a3206543597 +size 542894915 diff --git a/data/part-07011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e4d2cddcd1fdc823d865025cbcf4ac54588e08b --- /dev/null +++ b/data/part-07011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ddbb363134d600f5b8cbcf4f2ecc9093603c12e2f8a839f82761b049fd19fc +size 610608985 diff --git a/data/part-07012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0576e69273ead23569bd52c9e5b97e6451b2b475 --- /dev/null +++ b/data/part-07012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c6c4f1ec978b6975e454ea99529d53535d81ecc04301e476ad0c5f9f45f3d2 +size 740982027 diff --git a/data/part-07013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3656ce6f98ac7754b87b9ba1ab876513868849b --- /dev/null +++ b/data/part-07013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035447104d12207d39b97fa2ec914c9610610b42963436981dea35fa7ff8fbbc +size 441646120 diff --git a/data/part-07014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..934d6aa8214adad70fe1dd04f28f29b9a192b5bc --- /dev/null +++ b/data/part-07014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b463f20b52baa3dbfb04469d2cfedd6f8fae071041c7966d5dff31e7a554b0a +size 465318433 diff --git a/data/part-07015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e19d56600d98a02b51abc7aecd9557ebb8f51836 --- /dev/null +++ b/data/part-07015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c7cf806f3b6fbcf6a7840692f570b8c157b36e3b5e91df4e8ea193eb9a7f93 +size 655113724 diff --git a/data/part-07016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3daf6cf6f28f5dfbcdd5476ac3482fc5e40b240c --- /dev/null +++ b/data/part-07016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5121dcc97e77949d915c851007f6c05d13815d19d592bfa84d21695fe3a0ddf9 +size 608509450 diff --git a/data/part-07017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03a9bd6a0fd72195028d3ef9d915084cff8562de --- /dev/null +++ b/data/part-07017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcfb053426ec1bd989e622809a173fc1e11583fc0f6bc3a0bf5c2ce40a7c141 +size 538225559 diff --git a/data/part-07018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfc6065828f91eca8458f4812fc3327589f20129 --- /dev/null +++ b/data/part-07018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82983b6b6f0188b89e264cb0620b4b0059bc4c17793e742c603a21439afb2a0 +size 367578027 diff --git a/data/part-07019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93d42496c8da0ef01d5e709a5c7ade3cab6b6b7b --- /dev/null +++ b/data/part-07019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab6b92449081c6e7953b9c414b36f84f482be55e900d6ee1dbb3b1e9582feda +size 676662362 diff --git a/data/part-07020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ee2ce2e6ee90d10a04653073212671ee4b07236 --- /dev/null +++ b/data/part-07020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3192b4b546570eca3eab3bc29d1529b3c469e42f86595f3f0753738288ebab60 +size 456118298 diff --git a/data/part-07021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de1b27796b3afedcfcbb770f8a314e887afdd559 --- /dev/null +++ b/data/part-07021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413a1a2e130868990dcad85b689e971cc23c482a44638d18425ccb2c97000cbc +size 563920268 diff --git a/data/part-07022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5297d5cde01a7a3268d54f613bede6511e960c6c --- /dev/null +++ b/data/part-07022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172b12763943d39d90ec43ee7fd9bba72cdc19ff785d9efc742ae5e4f8bafe4a +size 557594222 diff --git a/data/part-07023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..790ecd6bb37088c3eb0d1e1cda36dc97a1335a52 --- /dev/null +++ b/data/part-07023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246823d24654e78bc9dffa1fb11d23bd00ecacb4019c40f1669ee7af3d4d4494 +size 497133593 diff --git a/data/part-07024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5500b09cd3037b06db270c30af875557d17cee07 --- /dev/null +++ b/data/part-07024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c69e70469d41cdcaad04312095bd265ee42aa3d29d2fa8f9a1f6b6362415fa7 +size 553987383 diff --git a/data/part-07025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aad126861dbef91853373cb07239d98a0110ae26 --- /dev/null +++ b/data/part-07025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f70e45ec1acfdf32eb18e1136dbc5ff532ab8a52a94c70c3af8eefb348a7bf +size 804047904 diff --git a/data/part-07026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e75d9c0f9d6613004ffe5c87b82bb143b5285e89 --- /dev/null +++ b/data/part-07026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f2a523e5b6904bd4c8435ff7ef2679a2d478407fc403afd48606473b1e2229 +size 545873320 diff --git a/data/part-07027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a39c4179c01bd1ef9f27f6b12ac7325b19b43fa8 --- /dev/null +++ b/data/part-07027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1f352d86a8dae5aaf0602a852097db6e26c234a82bb87729207030c663152a +size 868239872 diff --git a/data/part-07028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aeef765b5f61fc34fc2cd2d26adfda6dd2d46331 --- /dev/null +++ b/data/part-07028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c8d4653668ec730a15a772cd5be9119009b3d58cac933eaf11400ac594f17e +size 481044205 diff --git a/data/part-07029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..386751e735af55b7289b02259c28dafc1efa3b12 --- /dev/null +++ b/data/part-07029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1407771e04989637524bf83fc89b4a94f98f326750b1e425be2a209c978ce4 +size 411941494 diff --git a/data/part-07030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90a72610537438b9df46f529239303c2d44c07a5 --- /dev/null +++ b/data/part-07030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fda9e4edd2affa3d294e90a110494113b13579a63a7f1d3f827081869b06d00 +size 540181056 diff --git a/data/part-07031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea852a5832b79c288c3f5db72904c3262a440b6c --- /dev/null +++ b/data/part-07031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe5e78245781f2f399b0468738ce235cedb3303b7c0b240f03d8fb7eb3a97a6 +size 930894687 diff --git a/data/part-07032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a7d33d8b4d11c8ee0c246022b76dab67a880ceb --- /dev/null +++ b/data/part-07032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558aca0ec62d223c24e142da1b2ed75395c3c083330cd8cbd81217d7d1b3db6d +size 741994673 diff --git a/data/part-07033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04964e4153c8b9cc90a1229de5f4251f697f5581 --- /dev/null +++ b/data/part-07033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5abae43eb8098452236c6d836043e884b30071f3088e0bec4d75a34d15154d +size 431218121 diff --git a/data/part-07034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b369a97be033f31a5c2691dad04ea27c87df152 --- /dev/null +++ b/data/part-07034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d08bf67347b9908bec03ccbfb100b02ba05cd81415f69cba3606b4120a61e27 +size 498825132 diff --git a/data/part-07035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c660657197e5ed453b73f866a6f374d23091482c --- /dev/null +++ b/data/part-07035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7717f22df980305ee05480776d4f6613ae913217a808a78379be75a7382f904 +size 474427717 diff --git a/data/part-07036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a83609107d4908b51818ef57def8bff21125de8e --- /dev/null +++ b/data/part-07036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa21047be0bade40f0c0d19f9e255bef38b9a90a5eb3b18caa94e08c2dc65a21 +size 463801425 diff --git a/data/part-07037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e0492979a0fa5afd50e62f43ca84bc5d895ff17 --- /dev/null +++ b/data/part-07037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a1e8e6d45f85e18bd4f14be64d1a00da1dc50145e3608f62fedb66250bdc66 +size 550961360 diff --git a/data/part-07038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..051b99a556d77d4c92860839c77ad3b36a2d4038 --- /dev/null +++ b/data/part-07038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8a14b682a7087157b2a6a9a3d4bc35496068466b6829880f84569ed335f6ce +size 755177807 diff --git a/data/part-07039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d62bc65cab0b9c2a2810d1dd4603ee2211891eb --- /dev/null +++ b/data/part-07039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740efaa5d5e1daf07894c4f935940c4732bde002fd6cda75cad4c3f4e713dd05 +size 413102694 diff --git a/data/part-07040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a16de254c188af164a568dc62abdd1fbcd8b6c2c --- /dev/null +++ b/data/part-07040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c83b2d0f779c5cabbeeade3269f7f9be957ac2a7990450dff659a7c66275c38 +size 622069927 diff --git a/data/part-07041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c7029f4c0c986fd81edd39ae3c9f018b7d9c0c0 --- /dev/null +++ b/data/part-07041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb6d5527dc5c31b3c7f08e328add664602536420b7757d734a980a783776114 +size 474921880 diff --git a/data/part-07042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..593459a2b36b5b3e10618af257ce24179c0901da --- /dev/null +++ b/data/part-07042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dacab1b26b40af3dd2ce6e47283c6d12cd72e59adbb9e519d3a9b114e3e305d +size 837742714 diff --git a/data/part-07043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbcb53252ccbda33efeeecac3cfa119705e2a437 --- /dev/null +++ b/data/part-07043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1f35f18179b0b72d0b83aa2bac1ad6e4c521adc9c7b68ae695c6361a95d05f +size 574269790 diff --git a/data/part-07044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b08645885786c4103e916c0b55666fd7e66621f9 --- /dev/null +++ b/data/part-07044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d299b5c7d3b0cc44731154fbf8b28caff5d25303255778da908bc479613ed1 +size 818371649 diff --git a/data/part-07045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c779244a4d4675af385174bc3e8cd0e8c12f3cad --- /dev/null +++ b/data/part-07045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204a87bc5f8adaa3b922e4ddba08e16af4ed91ad5499175480e65a8514ddac76 +size 484578577 diff --git a/data/part-07046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad52a4b4f49e1208b4d65ea2abbc19129d3ccc2b --- /dev/null +++ b/data/part-07046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2feb3c202183b379f97862a47ce967624a3251caa5728ee2528892845f09b407 +size 549972652 diff --git a/data/part-07047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acbc632aba8aff5288637ffd27dcc266745d29ef --- /dev/null +++ b/data/part-07047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd5050e2563b0ca71b87a892b9259b6d85807875883975cc60c2f03bc718817 +size 400687417 diff --git a/data/part-07048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..351572ad2d0f1f4b96a9b86b379c58418357484b --- /dev/null +++ b/data/part-07048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcf2164d40302082f0dbc438f43aeee69e3e2ed929ea66c75a8dcf129bd3ccc +size 481427552 diff --git a/data/part-07049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d0bd092b72c2a9f2f0392362b6afd57549636fa --- /dev/null +++ b/data/part-07049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a6a3528a659eb4ee34eeb030b4234c9718b6fb5e07f55436a124ae13ad32a4 +size 668509559 diff --git a/data/part-07050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c95e9ce0ab7e5d60913ce0f7853329b8d5139c0a --- /dev/null +++ b/data/part-07050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c81c36bee9e2ace87d2cf48bdc8b46db4212f30e2480ea0f35f85a1ba44b32 +size 491512751 diff --git a/data/part-07051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..917157896258a43de6026fc45fa87c72586cb433 --- /dev/null +++ b/data/part-07051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bff69b0a8896671c0c481d70f93384d479698d54e5dd63f317ead7dc747a9b +size 388896624 diff --git a/data/part-07052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ef285ce0d8233cc63a4afbd70be19596024bb32 --- /dev/null +++ b/data/part-07052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcce11d57381507c94df49b48ef6a6be950d05f0268d9c2f4bba4b9825a36970 +size 409465649 diff --git a/data/part-07053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aebd3f5433ee06fbd0177cb152232c5d688b9bf1 --- /dev/null +++ b/data/part-07053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad350f628c8c2579f58d9da58d1548dbec454d5ef53bcfdb8eb946e0b9e929b +size 1123155673 diff --git a/data/part-07054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8124c0807830fef407b412002a2b293242a212a --- /dev/null +++ b/data/part-07054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834e1075568959b6a1fac721c5b37875b536182af8b77b8341efa23f32b8a87a +size 456263773 diff --git a/data/part-07055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..617d9c8d5ba6e9643cec579801d915bdbd8b3eec --- /dev/null +++ b/data/part-07055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c046c268f2aed7be77df585b8446ee18eec2a93948c0f893f79e2560f4a27e2 +size 471146890 diff --git a/data/part-07056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7e6e50305bfcb9f6dc5d9b09726cfcc36d678e6 --- /dev/null +++ b/data/part-07056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679b6a4e37b0b6a4f3f5a401f2ed47f0e38a3cdd63b3246eff52867f50baa2d5 +size 497428573 diff --git a/data/part-07057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..454d9835e1ddfd5940c7543917cb3247009a3d9f --- /dev/null +++ b/data/part-07057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a1e952be176bda7a26d35e26b9f78fc58711e62d48a97369920920de5903e5 +size 693917637 diff --git a/data/part-07058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..719ebf0751eff7439255d59cad0d514b3c08fa57 --- /dev/null +++ b/data/part-07058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c268414e817e5d6246ee9dc2d7b6280c2d7f3dd29ae9f2d1041406e990eb3bc1 +size 622854865 diff --git a/data/part-07059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99e217ec7c324bcf300be80b6da2f85eea628127 --- /dev/null +++ b/data/part-07059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e90e5108d80090f1beaf16c970f4b3c7e5cc137cf80bb3cfda9e465a9ae641 +size 469345926 diff --git a/data/part-07060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9faae1d3f19bab40e7a40630954d91ed17e83e31 --- /dev/null +++ b/data/part-07060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d8650e8f69e4126d742d66bf24b20d4ce3d577f43800455b6f721bd68386be +size 970448614 diff --git a/data/part-07061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6c231ec842dad74f84dd52e01f647ac9982f893 --- /dev/null +++ b/data/part-07061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79867f89d0e455aa0502d0d725a065dbd29787ae5c4f2201defd24e1ee3bb1f +size 517047556 diff --git a/data/part-07062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d762ef80c58b9a6393ba2479c0181214e413f33 --- /dev/null +++ b/data/part-07062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc57a44fcf66be13874c91c7d6251d9461ed34edac8baf225f4643660fef60e +size 457045362 diff --git a/data/part-07063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03a34e5c038b29d930a835301131a9483c5b7608 --- /dev/null +++ b/data/part-07063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4576da208fa46731367d8b316e6c2d61ad06e3b321a3255e2cfdca45709ff82e +size 1057788802 diff --git a/data/part-07064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdbd33f8d6d1863b6bdcf1e32a5aa07680071cf3 --- /dev/null +++ b/data/part-07064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7aaed31bc5697e4ae5a0ac81fbb6ad32264232a0ca04182439180a2816fb8ff +size 455939583 diff --git a/data/part-07065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21c428386439675ff5408c71bf393a9e18364445 --- /dev/null +++ b/data/part-07065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58663a23efd1e3fd1ef5652ff5b23a798d30afcb969f5657153d717d4522a493 +size 764271651 diff --git a/data/part-07066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22842f5413c9484ee6b091982adb06fa9aec9ae3 --- /dev/null +++ b/data/part-07066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b2401cf1165b063fc50fcd528816f422e40b69e0c79034836f3a633a515e87 +size 860413797 diff --git a/data/part-07067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a408de26faa001fa182538fb5f76bea9422ebcb --- /dev/null +++ b/data/part-07067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952680bfcef2587c275433d3c546ea9d87c474164deb684091d9dc3cbe79e24b +size 870013774 diff --git a/data/part-07068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b07e9b751a6736e8512f36057f85a39555a4b20 --- /dev/null +++ b/data/part-07068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ac7923576e7ca50a5325147938ee5a6f0f69bce59c11c88b6751d9445bdfb4 +size 417157986 diff --git a/data/part-07069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3140b67fd5b58fcc364b3e21ddfca87e9e5025b --- /dev/null +++ b/data/part-07069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d666d928b02f4e1b81d8ca622c81c7384836db5bd7a4778b498214dbdb217c0 +size 683051505 diff --git a/data/part-07070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eddf57a331a324bc1a565de078a2c871077a6d30 --- /dev/null +++ b/data/part-07070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae434ee49853cbc1195bc6ead2fddebc65cfcee16cfd463fe877971ecc6905d +size 656788844 diff --git a/data/part-07071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1fe1c4415209cf859f4183ff1523160f830405c --- /dev/null +++ b/data/part-07071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc34a609aca16f28f07302435d1bbbfbb23d06d6e4c1790905b056353d7ffcf1 +size 589372543 diff --git a/data/part-07072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6b1059b839a183a53fdf858c9108c228f6f3e64 --- /dev/null +++ b/data/part-07072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f412519d09167c024507406260a44ae1ef7952bbd7400a8811e6c89056bd068 +size 538311885 diff --git a/data/part-07073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e88be0944835ed47dc7335414e4081ee19baa51 --- /dev/null +++ b/data/part-07073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb52b4e3519a36287d782c439928883be94d051627bed704cca0c18bbde1b774 +size 567077282 diff --git a/data/part-07074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0155e81c8ea168754d1db7880520d7a1623da77 --- /dev/null +++ b/data/part-07074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199f165f1a400cf57d379645df829176ff3a701effa4c4bdaded78e5a15b8ae8 +size 681971837 diff --git a/data/part-07075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e62e2292596dd9f25ef922a22da515c0e7332f9 --- /dev/null +++ b/data/part-07075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43405b9d25a4813e163120a21c80f35a0a138cea422025a9e51aec1ad7ac474 +size 879717186 diff --git a/data/part-07076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07874a2d2a91d36b8a2aa4ef23573bc2bde8099a --- /dev/null +++ b/data/part-07076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c5a15e92e06e8f3e8fb3a3c327b8ac2d9ee397fcf99839d5e3c502ed209615 +size 597913077 diff --git a/data/part-07077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3b66000ca476d61b7763c42df6f257cfbeec8ed --- /dev/null +++ b/data/part-07077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a297bab6e64fbc9f903b106da9ee1533a229eeff277740a74c863b3d805dca9a +size 538123006 diff --git a/data/part-07078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e6136b5bd99bbcf982b6b9bc51c654f576d725d --- /dev/null +++ b/data/part-07078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39e6a5cdb352bf9a292b5c8b0463fcd8bcf1e4d7de9d7a855199400f510d905 +size 466451227 diff --git a/data/part-07079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bf9034a313e389405ce7efc1051d84869531405 --- /dev/null +++ b/data/part-07079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7abe6e4846bdcd34a4ad81e2a340fad5fe7b3306f2848d00dc3585e6b2b386 +size 465662701 diff --git a/data/part-07080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..433a9003f585bc4ac5de006a224def99e4beb412 --- /dev/null +++ b/data/part-07080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c45604c1269c6b1038f80644bf439027d38594094cb2375705d229e8d294565 +size 406670246 diff --git a/data/part-07081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..229a1e70de08807e1b5837d40126e63b9371f336 --- /dev/null +++ b/data/part-07081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4ac281f956b159074212ac35a9aa0d5b9fd504b81e94b7e5bf44743d5f9c59 +size 846280144 diff --git a/data/part-07082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..430e43f7675ea17a795b9e2a1e8047a399241a4a --- /dev/null +++ b/data/part-07082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9d9bbf117a00570f11567e3c3a5c89b5efb2a4079f174a99d6c680c533e13f +size 834746540 diff --git a/data/part-07083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6ec38ad0d0c02e449970e003238b77a1b3b9609 --- /dev/null +++ b/data/part-07083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab50c496acc72de2a2540bbd077530c6d39a7021c91d3891086f3a09ba315601 +size 598166047 diff --git a/data/part-07084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..880a30a6c85ad7017eee3dbc3f66102e661c3a6e --- /dev/null +++ b/data/part-07084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f659fad205abbf74428cb6f3b15427998f337581825e933ee79288be4a416e +size 440952070 diff --git a/data/part-07085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfa453e9f67fd02bcb2b7b804e5e9d81f8fbd159 --- /dev/null +++ b/data/part-07085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc958da18ccb03d697436cf8195028fa96ba9093d0935f4358accc51b3f96765 +size 523117191 diff --git a/data/part-07086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..068c9b78b079bab5ca2101b7c6482cd8b3d074de --- /dev/null +++ b/data/part-07086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c39a03157b4572301765e06619ad35a34b222ed67bed3c87023bc7b26c04927 +size 598025496 diff --git a/data/part-07087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b84e8445eca9d03178c6a460976a6d8b6d207615 --- /dev/null +++ b/data/part-07087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d480d4bb52c969504daa06246c60ae682fd23f1eb539d40c4b3366e98556e9 +size 377212502 diff --git a/data/part-07088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5e586bfebaef3b4ef9fce6d9582428c0787fce6 --- /dev/null +++ b/data/part-07088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d7e7bac82bc9653641c59544c5a3f3deb1e92b0ae48669a121821df3288585 +size 586736900 diff --git a/data/part-07089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdd3df65f687a2592781c836422942b517c89b59 --- /dev/null +++ b/data/part-07089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62bd7a9bfd25c2fba82e19f08d5a54f5c869c4564d570a2b81d11dbcc795a49 +size 1067766612 diff --git a/data/part-07090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57e76c95930963af0b6751154e38ffa68738a7d9 --- /dev/null +++ b/data/part-07090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1587124c0b9016a65e38596cb2ee21df4f73bd36b8e0dd41b3660cbcf933a02c +size 649088765 diff --git a/data/part-07091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb2a4a2189685ce17a696d417dfbc4a03533b503 --- /dev/null +++ b/data/part-07091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f40eb9ec9c19d990fec2b1427aa210fbfd734cdbdb214cacdda0b165a1d3ccd +size 634734235 diff --git a/data/part-07092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac1b3973385a14cca251b0c7a3db1f4e4605a9de --- /dev/null +++ b/data/part-07092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c296d5319189d77354f16126b0f8bfb3cff3a25fe01c60e4b8273a99fe3e63 +size 684521396 diff --git a/data/part-07093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37f2fc049fea6850c6339a81ee663c94f797c13c --- /dev/null +++ b/data/part-07093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4ab182db7769a5ff333c67559641671862ae43c775067e8d235f689edb3212 +size 758462933 diff --git a/data/part-07094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b409a8ec5a361f6568956d9d4519095f50b26816 --- /dev/null +++ b/data/part-07094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86da06941887156566956478ef3351a1f31cbadbe7be8043198b413cd91caae0 +size 461483372 diff --git a/data/part-07095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91570769191f830d57bf56613e74ec9e13e0890f --- /dev/null +++ b/data/part-07095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ea86f76b55d937435ddc963632c5593b0156955ddac15028a59b810a746a47 +size 694304367 diff --git a/data/part-07096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80593ee59dc38a8995533c429fb726e26e20cd49 --- /dev/null +++ b/data/part-07096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f23df085d318a152e2b7a6d896279eed3b95457f495ea4b19fcd84d5b884b4 +size 506451867 diff --git a/data/part-07097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fcce67364b6dfc931c3adcc41b1046afbb7aaef --- /dev/null +++ b/data/part-07097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fd6f78cdc9a4e2ac119c49f8d55cdca15deb8d2507d94c75358f112039e41a +size 743821358 diff --git a/data/part-07098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e91ade2ceb7f50768896aa7343c44a294dc4733 --- /dev/null +++ b/data/part-07098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c2c78894603f3b79987b752750689474cb90ddc490c04a0b75ec38e8946eeb +size 568132900 diff --git a/data/part-07099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff4ebabcf6e772dbdc40661ed018f5bde190a4df --- /dev/null +++ b/data/part-07099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985c712798b57882baa1c3a2508ddb13dc310059a2b1858e828b999533c9642f +size 563388599 diff --git a/data/part-07100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b428c36affe89bd5baeec0cef695450c884214c --- /dev/null +++ b/data/part-07100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39586afaf8ad2679494d16413efb25169d99b44d8e1139d2736626de596c13bd +size 461576764 diff --git a/data/part-07101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d3ea7876279ed19479668c7fede8b2c0929118a --- /dev/null +++ b/data/part-07101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c433ecac4039324b84eda051756fc5f201f641014edff5713dbe3a2427e6a61 +size 504754191 diff --git a/data/part-07102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd267f93b83b511b21ae30a4faa3a361e51989bb --- /dev/null +++ b/data/part-07102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340b32c990e3c9ceba49d4412d0dfefcb8d36ee34c4b37fe9fd78577c0c4ec88 +size 409263526 diff --git a/data/part-07103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c824a9744a9eef4eb161949403520a7849ee1da --- /dev/null +++ b/data/part-07103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69750a52fcf850ce8c8e286044df419e541f9449978658a537de5670f654b23 +size 412536012 diff --git a/data/part-07104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c5b70add0b8452755e46a432026015b6715e930 --- /dev/null +++ b/data/part-07104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded9871946b8174541a4502abc84641207fc33d0f76fd562e0d833caa3170d4f +size 491199921 diff --git a/data/part-07105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83f6a40a0a2e74cab9101411b8fe3ad25fe19503 --- /dev/null +++ b/data/part-07105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29d0fd3f52e8c09caef0a3a596f2e221b8a49f4152c4c458defc692583d8359 +size 757790896 diff --git a/data/part-07106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ebcfcae1385d94bbd13b04cf35a49d7166b90ff --- /dev/null +++ b/data/part-07106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e51130e07413a62490591104be2cae22b9620b9168cc64c608b43e28fb093cf +size 385942540 diff --git a/data/part-07107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f684dd96589e5de0cf23c796796cb871ad485878 --- /dev/null +++ b/data/part-07107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7b3a7adf0801cbc856589a43fba32848fc48427e4cee6497561249a9ce2f3e +size 582779825 diff --git a/data/part-07108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..377e7030019f4bf9f3f1a3308faaa42cca1a5cb4 --- /dev/null +++ b/data/part-07108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a876070678e2b15fed4c9098bdcc18d9a7081a3ee1a0f66d3ca55fe9d45fdaa +size 514799058 diff --git a/data/part-07109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afc70caf3f0366b2518a63bc11b90405fa443c49 --- /dev/null +++ b/data/part-07109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3465a329a0004a3ca1a10ebb7e1a5ca18a17d2f211a3042c6fc367b4c905bb +size 433350926 diff --git a/data/part-07110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d8e98ed98a92c203950e481a8d29de8431ac116 --- /dev/null +++ b/data/part-07110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a489ecabe47bfd7bee91246b86133a252f7968a064fa25aa982369d1ca7447f +size 754864089 diff --git a/data/part-07111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da2f33afc363b6017a7168ba9798ac09e69d9214 --- /dev/null +++ b/data/part-07111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5c7c6b19e701045f3e760808108755412a244ef52fe046e9795521d52c675f +size 515176876 diff --git a/data/part-07112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abf5603e97e313af97cf8d8eeb59083a1f42cd00 --- /dev/null +++ b/data/part-07112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea022b4213f41bf506cd58e8ae36cf2d6107d94df48e6cb761ee4b0fe65a934 +size 1223559059 diff --git a/data/part-07113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..408bf33ad757aa298463b73d11ab95ba5bf8c064 --- /dev/null +++ b/data/part-07113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608876733149a98cf1edf0f14cb4545ca59b484b53b459fc543b3e734421ee98 +size 733882526 diff --git a/data/part-07114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4418d45f59543189d9746bb2af179f16c8317ece --- /dev/null +++ b/data/part-07114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cac5c3803afa3ded2351175091a0d9a2e62700edef176555fb421edaff9e361 +size 446225951 diff --git a/data/part-07115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08ed4d912731e82ce7e82b09d8b598414855ab93 --- /dev/null +++ b/data/part-07115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5aec8eec8bc04e3daf6ce1d4051442f8b64944027dffa0c01dd4531f5fa95c +size 587570856 diff --git a/data/part-07116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ebe36be8c7f45ad4864d92be6076609523161f6 --- /dev/null +++ b/data/part-07116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d12a1bd8aec779b05ad5db65c607d8bd1793064aafb15106c2f34afe89e18 +size 533866104 diff --git a/data/part-07117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b41687a62adb19ffae7236a2e4eaca6c69d490a --- /dev/null +++ b/data/part-07117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2cd17fe2916bd4d5dfeae1ec7c21e54dfe76644cd1e758fa3a48c399f0655b +size 453795415 diff --git a/data/part-07118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70ba2555649f693e4201e70d0884ba740a91dbd0 --- /dev/null +++ b/data/part-07118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1421722133f25e01b97f759ff01d400eec2b08b9295cc486a8e9223c04d41f4e +size 590156620 diff --git a/data/part-07119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..940da88ff3ace93db2230ceb066466a1f2e5a0dd --- /dev/null +++ b/data/part-07119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1747ad9c46fb61c998886359168ac121a49dd9527b74f36b4a87a093c613662 +size 673334090 diff --git a/data/part-07120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c36b197fc75bb7bd2d8103204ce88c2202105553 --- /dev/null +++ b/data/part-07120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5533ba43fc407d3cd5e408a687965895851f5f1d5949b5471f882a6c8e83e6 +size 424819928 diff --git a/data/part-07121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75c32b3e362364b208159460337627d648aaa999 --- /dev/null +++ b/data/part-07121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f3c110d211f64a9bb42caff801ed77146cee335db1916ab9968f658bdd74ab +size 378964946 diff --git a/data/part-07122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a25b3e83a58bd4974f53bb73d7232e644d50db1 --- /dev/null +++ b/data/part-07122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1dbb8d5cf274882a4ddae5e9dc8914744621b573e7156c4192377a89a9b879e +size 1107747846 diff --git a/data/part-07123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fff50dd02f6f9211b54c5ccb62592ab2032483a7 --- /dev/null +++ b/data/part-07123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceb46cc22239702d798c207664c3bf85d483fcaf697338596f83c5361cf5a09 +size 474801097 diff --git a/data/part-07124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87080cb7662c664583919f7a8dea307974a68a7f --- /dev/null +++ b/data/part-07124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46eaf755f53ee646aa9f5a9dad8bc9890fd64444164533997b7beefbeda4628 +size 609199518 diff --git a/data/part-07125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c52cc0c3990ddef3189fd14f0eb5b1aa6c50804 --- /dev/null +++ b/data/part-07125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3c5c58abac4e9ee1709ba033f67cb65766e4ba1639f67489e501e6f23665c2 +size 715068802 diff --git a/data/part-07126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b90bef4578327104195e55991dd8abfbeab5941 --- /dev/null +++ b/data/part-07126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d8cfbbc2014a3ebe7b758c95b05c027ed9b35ca37440417e55b938a2b261bf +size 521940398 diff --git a/data/part-07127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..109cb84953f17976f1f8d5c8407c26ab70ffc947 --- /dev/null +++ b/data/part-07127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b4f085741618d5b74a000846b5b0f8b990843c6a9a37b5cbc9b03f2162b3d6 +size 487221489 diff --git a/data/part-07128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c4fcda9e71a7ac392a9e9934b87905013587175 --- /dev/null +++ b/data/part-07128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207647a1957da8e04ae32817c31950cd9ec6c6046839577a32eb5f0b9bbebae2 +size 799126987 diff --git a/data/part-07129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4c7f32411a231ddff13520c3856199638844e80 --- /dev/null +++ b/data/part-07129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9d3e5f242e33f26874a678ee168ecf193d1e4f802463b41457236f04a7cb2 +size 612430338 diff --git a/data/part-07130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..456c8ca402665a53c712009f522bdc8af47e9cfd --- /dev/null +++ b/data/part-07130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f8d7013387c56145e6c4fb10c194b1bbf32b7f6997a3dc193c81d5ad986df8 +size 464492125 diff --git a/data/part-07131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd8112a9d92f5d087a44d6de87b24cc9b7e976a2 --- /dev/null +++ b/data/part-07131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fae26bf3bc54940051ff310f64605c1b8e2b2c1128011b09e048adc36940e92 +size 605797483 diff --git a/data/part-07132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f6a72e2d5087dbcb229e5512b619a211fa5c3ae --- /dev/null +++ b/data/part-07132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd822439674c0884edcb52b4437b795aca3584e04ada4f09227e49f0f9970c9 +size 721379187 diff --git a/data/part-07133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41cbc29e7478ad4a43038269971b486af6a5fc37 --- /dev/null +++ b/data/part-07133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f561f5c6194ec4033c24ea690f21c103a58283fc6f2bd87c3c5319804b2bf271 +size 482948087 diff --git a/data/part-07134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce108063db7aa5ec08e135962d99e539315e7b3 --- /dev/null +++ b/data/part-07134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70c40573e567f7d87b4a4965c1a17581a5026426657f0321357d97945361bfd +size 520498050 diff --git a/data/part-07135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01f429738a4a4cca3af1758a239495dbe0dfd5fa --- /dev/null +++ b/data/part-07135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a9878d24ef4f5c7058ba0684b64214e4041f95cc681cfecd90fcc60dd5ea7b +size 434100364 diff --git a/data/part-07136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88a43824c13a00b891d2489963211f292abcfde9 --- /dev/null +++ b/data/part-07136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506348b133c9aac0622713da006d1a71281f92a3f23dd0a983970cc49b7a1bfd +size 646393965 diff --git a/data/part-07137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b39459d89bdf9586dda598fb5515109f697f880 --- /dev/null +++ b/data/part-07137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7483174c596d01a908f79d4cee19d9d0c7b35391622a893d9d77d4a621a0af +size 560296712 diff --git a/data/part-07138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..536fee2e98a6f7679a8d9b086a03db679d01ade0 --- /dev/null +++ b/data/part-07138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9533dbb9f23f671b393046ad239e3f7a3d63cc27ba82e5588f37c2f64fdfa8 +size 503357476 diff --git a/data/part-07139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e12cf432bb8ea85c1bd9a19f1813784a00fc6bf --- /dev/null +++ b/data/part-07139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2edf6da3b70b9e6d67aaca101e68afcc0d26dab4b60f1a591d7e5e163b3b56 +size 755593626 diff --git a/data/part-07140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d385ea8e7ab37c26eab5ecb50d86151fc252482 --- /dev/null +++ b/data/part-07140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16282da2f81b207903487683029955557aef194c598f2539b01a499ab8c48650 +size 510145624 diff --git a/data/part-07141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93558d273637e0d4a58bd7dade44d4c639bf45b4 --- /dev/null +++ b/data/part-07141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a63b982fe6ff5e7a5a50edb87139108ef3ec8649fd1847ddfb8c6a9e91647cc +size 434939477 diff --git a/data/part-07142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff374d790fea25a2e94d022b288fd5a84bd59f9e --- /dev/null +++ b/data/part-07142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a51173e3a577534cbc237019637fc6ba35822273a0f8ee5f374eaf409495a94 +size 393292498 diff --git a/data/part-07143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79222b5d335ecf87bbc449758e2dd3d7c30f29ca --- /dev/null +++ b/data/part-07143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a537cfbda7e1e8bd385ea3aef2c25e504fc85f5208688c963953371009e521d5 +size 533198633 diff --git a/data/part-07144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8dd1a000a6047a5ea017c916e13af64c8e8aa4 --- /dev/null +++ b/data/part-07144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe62acf9fa079c33b0e98253326989d48a2e8d93ea78c77149d17af904261c4 +size 498041492 diff --git a/data/part-07145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5abf0419451b1d6a8b0cf9ab35f7f93e8de0a5a8 --- /dev/null +++ b/data/part-07145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d620e793199d5daaf12f06c3d22617031beb5554a1970aaa3d29c9812aae0b6c +size 556019707 diff --git a/data/part-07146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65f058a94ec371a33645b428fb270ec85c2b088d --- /dev/null +++ b/data/part-07146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5cb211ae5e119537cc89c22965cc66861ed1b16373e1b32fdbaad14c9ebeb0 +size 520986713 diff --git a/data/part-07147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f15f8aff4dc637a2415fadd5a4d6c6ff5aee732 --- /dev/null +++ b/data/part-07147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d391f0d57be0dc11551c49b55238e99614acc6fb1cfd1fb79de061ccd39db8e9 +size 462894702 diff --git a/data/part-07148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d56db6c7865c5ada3c7766c69d01451b92ab03e --- /dev/null +++ b/data/part-07148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f6c2d9bca2f403ed570864c19db0a41923d2f7fa55becdbfffc2d14a7437d7 +size 406729153 diff --git a/data/part-07149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a0c8063cd40da13aeb97bfb9ee7ae77d387c12b --- /dev/null +++ b/data/part-07149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76acff94535ac9001c4e9528095bd09a41592143b93c42e449f0d480c842208c +size 571727992 diff --git a/data/part-07150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0cd73a9532bb19b01fc63584e500c3a03d3bb10 --- /dev/null +++ b/data/part-07150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8f1f8611c0bcfdbf661e4e50ca099a6d93afe0df2528c45cf74e81d650929f +size 513634264 diff --git a/data/part-07151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c20d9ee84e306be040ebc4a30abb2fb4a77a7bdd --- /dev/null +++ b/data/part-07151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ce01ccd81a5363e9273689c18d901dec395a3f80b644eae7f409222dd8d35c +size 687407641 diff --git a/data/part-07152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d37ffc1c6c79a237341891a5792f88efbf575290 --- /dev/null +++ b/data/part-07152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15659064a9af90f1a397b393491a6ab2262d5f0f1ff0fb6d057ffb88b14a9161 +size 605569624 diff --git a/data/part-07153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b128bfbd9b102ebe0458a72040478854c3c40e57 --- /dev/null +++ b/data/part-07153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4bcce884df2eed67310293711d62ebb4bfe37f9bd780143fa3f35f34fddf36 +size 813736954 diff --git a/data/part-07154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71bf1533896cd33d1cccb4496515659da70430a7 --- /dev/null +++ b/data/part-07154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271ba1369bf84e588348410dceeababbf82c0f5238c1e561fb37fd101f956ec5 +size 409306298 diff --git a/data/part-07155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e60c0f47849db8a990dc32e0880d15b2fa5ee0a --- /dev/null +++ b/data/part-07155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daee11a49512e6b3da29fb7b3122fa0b24b7afca00e4c45c37d9fe541c031282 +size 731168096 diff --git a/data/part-07156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05c42ffa2f3bd008696a2393a32e0288ec6c240c --- /dev/null +++ b/data/part-07156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c3d7789485c99255dc93237dffd96b3743399b5923b41d93c4d7f5aaa29ecb +size 487417734 diff --git a/data/part-07157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..458f60a561df9cee7c8204e7736b595197d1acf3 --- /dev/null +++ b/data/part-07157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5dec098d80efca38cd44fc6ef877c0ba2b7b0eefc1c7c5a4de1eef1fec8037 +size 429558248 diff --git a/data/part-07158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fdb9aba987d38e9ed56f1f7194efc5f2d1b6f9f --- /dev/null +++ b/data/part-07158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472ca33439817151f76072d658c5ae2230740815ab8e33032f69e56539746cce +size 550519496 diff --git a/data/part-07159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46f371fbee8dfdde97311e19dc03e9e8d61550c7 --- /dev/null +++ b/data/part-07159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a926c5f15f0cda713b26dccdbc899bf13da3a2f505982ba5e44b288475d64e +size 449316634 diff --git a/data/part-07160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3259af0cf11881b0cb495aace17be6c87f98599 --- /dev/null +++ b/data/part-07160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f4c44c94532172f2fabd986a2827d85033a8431c092c836e74e33549956a3b +size 472916740 diff --git a/data/part-07161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..015e57ceedab35d32a03e8caebf485e1543d7aea --- /dev/null +++ b/data/part-07161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a878e5a11a1eeb8256f9e60b25221d412f6e6bc4efe63a9ab9492d0dcdd3c8 +size 676288411 diff --git a/data/part-07162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..210f6926cb42c2fc3248fd7fae3bb4e18b2dea9f --- /dev/null +++ b/data/part-07162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effe6390c43bfd979f6135c4ab13d3ece98ec999cbcc7a852ca299f53f383072 +size 434766094 diff --git a/data/part-07163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..946474d5c1153b94c1087981c68c52502cac5c30 --- /dev/null +++ b/data/part-07163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53181826f40cb661db3714c5bff361802f135d73d62df30b245eb345ea402298 +size 445260922 diff --git a/data/part-07164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deafb4af89a15ff9975509b76ba69243ec81c80a --- /dev/null +++ b/data/part-07164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11757b935fee0b58a9bb6d1bdec9d0c6be028727ff29ec39687bd7bd723d8f08 +size 626485191 diff --git a/data/part-07165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2b53b8a69d43baf9c6beba5b33503cc33d831f8 --- /dev/null +++ b/data/part-07165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255e39976893be1c51b62d8e01da4ae4c4af066fa7295257d77b75a5b756bc46 +size 447497115 diff --git a/data/part-07166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5033e3a21cece7b942afb246056f2b10eca9fbf0 --- /dev/null +++ b/data/part-07166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5754dd0186e13293b5b6afd630f41a6ccf6c3146adf5237491daff4a0d512f4 +size 670716315 diff --git a/data/part-07167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3302307037b746735d2faac5f94637ec6fe0ad1c --- /dev/null +++ b/data/part-07167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b2ee74cca4858d30bc357eafd5ec811f2284e3eb7ea8ba0a8558476b0a8b40 +size 1067906346 diff --git a/data/part-07168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8f493c15633452d72dfae129dedb3dfefbb4379 --- /dev/null +++ b/data/part-07168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365231549441f5213b2f559a85b10d4b9619d8fe3887122faa6e73ba6eec3752 +size 535745341 diff --git a/data/part-07169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d5bfd7a966c867fea07cf6710cbfb7b50e4fe28 --- /dev/null +++ b/data/part-07169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ff2f29245a64f3f313caa7967e6eed02337fb5166df7de67a7c43f38488d0c +size 418374257 diff --git a/data/part-07170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..535d9dada42b06b99c0a3c16aa0b6cb543fc82eb --- /dev/null +++ b/data/part-07170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b416d5c608d6d34b49438b034b90f73f8db869c6d52ab8cab38394631f0fe5a3 +size 573576835 diff --git a/data/part-07171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b796b109a9bfe013ba7e4393e304d64e05dd84a7 --- /dev/null +++ b/data/part-07171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5fca561afb6a4fd40fc1e002ce3bcb7b9867f34c0a9150f4472e6a51cd6e4d +size 1350548563 diff --git a/data/part-07172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4df0ad74716588d1631c7132c30c75250d0d8b84 --- /dev/null +++ b/data/part-07172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbed7eff7ca3484e9be95d9b600a23da51b0628c0f4a540c2814d202d4b01727 +size 443285853 diff --git a/data/part-07173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2352a1b68cdcc9ec9ab1d9b0c47f1a62defed03e --- /dev/null +++ b/data/part-07173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e4d6b3ae99b74af8924726caf11e2bd99b6d7838ff4bac211e1356145032af +size 359896549 diff --git a/data/part-07174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c51470441d616648ee1afc25f3830fdcce236922 --- /dev/null +++ b/data/part-07174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fff769b0dab31eccaaff5833d584cd29a4e8e528e40d7c0260186c68e8b729d +size 599852184 diff --git a/data/part-07175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73c2243d74e685a7cdc2b9d92e0e61d7fe7e4610 --- /dev/null +++ b/data/part-07175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d69c161fa33b55993edb2f78f7539861d8ef4512b1cdbade60498700f782d0 +size 455268403 diff --git a/data/part-07176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55b25aff43299abad09239596856e118563ae1ef --- /dev/null +++ b/data/part-07176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c053e65b7de39283975f8877ed57e5d9b065f91aae7ebb9f2caf4073f09c62 +size 511175451 diff --git a/data/part-07177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5d5208f87457cd2040855eb19896dcd724d050d --- /dev/null +++ b/data/part-07177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c8bf40281841b757347a0b92b2485727e329be8b74e897c1688d6362b9fa55 +size 533981868 diff --git a/data/part-07178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c563c1700db9d7b9f272c252c6404c604ce0f8fa --- /dev/null +++ b/data/part-07178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41db568f41ddecfda065f24902013db2d7da0871de4b13cab5cc682dc3211ca2 +size 644083434 diff --git a/data/part-07179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89d346f9aa2d1648539cdc8cd2d76310d8d1a4cb --- /dev/null +++ b/data/part-07179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874b4aababa9555a2a73a0c32c8eba5e7b1259ba10f95fc02b9a9202c3181ac7 +size 706442559 diff --git a/data/part-07180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7376136b411e91939131bf6928b5b4b511580258 --- /dev/null +++ b/data/part-07180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd11c3a3700e38f38b8f64e256d3ff7957e7ae3e6bfbc3ab861388791a039e1 +size 543453074 diff --git a/data/part-07181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..771485dc794fc59e75b906a83a4a35c810f57899 --- /dev/null +++ b/data/part-07181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb99f996a3bded0ddb8fe76cd49b7e562559a42d2bb6d124e622305b279e88e +size 404711745 diff --git a/data/part-07182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95ad6be30d0977b011c5879de754b091f30da977 --- /dev/null +++ b/data/part-07182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68e08f2a2e65c75dc40d8d4ce920026c11f86d8e7329608c97cb301c33170bb +size 542768051 diff --git a/data/part-07183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20ee7305b8d2021e40da9b5690eeacf887f5554a --- /dev/null +++ b/data/part-07183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a8d4df312ce6ddcdca82cd08d496f684117018ca09968057f962d9265f1f86 +size 511236452 diff --git a/data/part-07184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06b39419c06790859c1ca52854dea9b4d66476cb --- /dev/null +++ b/data/part-07184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c6a696d56cc7cbeffd596dd8943498bdff55c97569d1f35c5790b56352155c +size 373649133 diff --git a/data/part-07185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1115333fcbdb8bc04533c20c1d5e5adb52b95820 --- /dev/null +++ b/data/part-07185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e091bd51c0a9c1d8a91ea24ba3295fd77d95f41d8b930b65c25ffc6100a50656 +size 608567619 diff --git a/data/part-07186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d674236f5e9bbbc2bb257e39af39ab5c3dd2350 --- /dev/null +++ b/data/part-07186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bcece90d138a6951c5bf55ceacc9309061a25c13314d52a25b81be6a6febca +size 876087665 diff --git a/data/part-07187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5be3be50be6950362faeea7d37dcbc8aa992cf6 --- /dev/null +++ b/data/part-07187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fc12254535136a3c5ffb8dc18402257aabf418d22251a3720c21f21b738622 +size 772243317 diff --git a/data/part-07188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..873bf36198b8ff237aa92f7b9c1cbc6fac2d5c75 --- /dev/null +++ b/data/part-07188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bca935431cb3b8e1588d92fdc5d460a882c2c2b7154a03b70b4c3a9d92cbb70 +size 431957092 diff --git a/data/part-07189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10759f0d3bffb6ea7ac38ede66d9c58c8a266ba6 --- /dev/null +++ b/data/part-07189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd9c1458bbf8ca63f789a682d3da8fa32ea70ac6ff7d636bc0869ecc822b02c +size 346743923 diff --git a/data/part-07190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d80f8e89324b98e98b394afe085cd64a2cf77eff --- /dev/null +++ b/data/part-07190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f1caecbd9352527bd7752323e70693f858d3ce29664aa0c91962b9a27c8de5 +size 535631721 diff --git a/data/part-07191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6922ca4a45e0929ac5751f59771b76e942f37b83 --- /dev/null +++ b/data/part-07191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d9a855d4847cb3a7b26d0a86aaff1adc2dd69ab8d60796dc1a49800cb2bb63 +size 457097011 diff --git a/data/part-07192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..924b837bf654a1f47af7c65888417b24b00cb30f --- /dev/null +++ b/data/part-07192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6204a67ca0d71956bceac548a3fa003222266461b26efe72eb9d44a92c0cbb0c +size 542882910 diff --git a/data/part-07193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b11bb4ac53d1df2ab7781a717a9fbf2ec0ed9f0 --- /dev/null +++ b/data/part-07193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779214c77d50cef54fdea91b405a83a164c1922527aa4bb6577d12d59049c4b9 +size 567910399 diff --git a/data/part-07194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88117a39fced42aff54f69992c492444938d556f --- /dev/null +++ b/data/part-07194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5e9c5c692a378c7198886b71bb328891c83e356fe615b41728e18dc443a5fe +size 467212165 diff --git a/data/part-07195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cf6e1f6f35d1b47346022c961fc35f88042e229 --- /dev/null +++ b/data/part-07195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005201a32c3854d86efe3a2305f6409dad5afb3702cf7573c9985247bce3dc4d +size 454160079 diff --git a/data/part-07196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdb3bab05c210c8c5f2973703b309f5eadb533af --- /dev/null +++ b/data/part-07196-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfd3f8eedfd650cae4b59b0b1de1e32ec4481b986c1a81c33c158ca3236af13 +size 414908203 diff --git a/data/part-07197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53241a036417d9681278880978ff16359caf4c0d --- /dev/null +++ b/data/part-07197-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137039b58868e27db098a8167327cbafd4976a65cc2c250e76c91b7f46254d38 +size 478568034 diff --git a/data/part-07198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d1b926d05a8021baf16288f80ebe11e3789da4a --- /dev/null +++ b/data/part-07198-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638fa359436d0e2dc71c51e1f1c5e3f41e335134ab2957b4831d9ff2c84956b7 +size 425709120 diff --git a/data/part-07199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31ce38217ae7a10e3bc260d7c82d9f454df85a4b --- /dev/null +++ b/data/part-07199-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3d39497b84cb234a505f71333ba0a5243b7f5385c619ddd970273059b147d6 +size 406002717 diff --git a/data/part-07200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f28928aca9ea240029002e955ba213efcb6175e --- /dev/null +++ b/data/part-07200-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972382d337f81635e0372e6fc1703185d98b26f53fd9addc0ecc73c9ca6dce56 +size 690063463 diff --git a/data/part-07201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0968a832c8b77874f3d59629c89166ce10463210 --- /dev/null +++ b/data/part-07201-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb247479142131ebea47e0d42d93a73bf2ffde48e48f0751bdad7820bbff809 +size 506297390 diff --git a/data/part-07202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..008dddda001b7bce8cbefa894ede17e151b95072 --- /dev/null +++ b/data/part-07202-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5241deb0f37cd88a12a9a6cbed2846b30a76ce789e9347b666f0917542d5f1 +size 421248567 diff --git a/data/part-07203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93cb7c03250c0621a132cc85a484233747419174 --- /dev/null +++ b/data/part-07203-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea718bbc39d5b0643f7df2a7011e2afc5c905c0c5b394f094f133b57f76f6e63 +size 946176936 diff --git a/data/part-07204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08525d7eb0182c1f09ebe0a215ddbea3a070e1c5 --- /dev/null +++ b/data/part-07204-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd4e5cbe1376f35c21207ed45165032f0afcf5357d3230dc4607422b3f5832a +size 535054122 diff --git a/data/part-07205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99cc9f64a297549d0061bce66cb3caa41073d0f8 --- /dev/null +++ b/data/part-07205-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e6779f7548bb25acd750159b06de3dea8fa29584f483722dd87aa4aedeae53 +size 492565111 diff --git a/data/part-07206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6be958ccce9161817086555adfa80b9b3c5d7241 --- /dev/null +++ b/data/part-07206-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b721a01d503dc96de53e428a54267fa84973ae88ad68ef389ad446f931875d19 +size 427637800 diff --git a/data/part-07207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daf05659fb9a0a5723bd2d1218eba1190ae84f2b --- /dev/null +++ b/data/part-07207-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d23b6a1e08f78d6d43d51c62f0e27acd9e70a4d3c3cdeba70f8ae11af1e326 +size 381143128 diff --git a/data/part-07208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e981c66cc3c5dacd6db3c2ca80a9018d05c8eb52 --- /dev/null +++ b/data/part-07208-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b56a39f8235d5ba78052be2b982050212d3287807fc71f046b27689887cff8 +size 429443035 diff --git a/data/part-07209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..302e1fc2f6996d475a38bbf0f4b1fd0e57998312 --- /dev/null +++ b/data/part-07209-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c80aa247f06e19dd5f16bfd1bf2c798aed5ad50c94f6f97caf5b76500738a5 +size 634073338 diff --git a/data/part-07210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc3f867a35bb769c4a967c947a3f18d3ed57a452 --- /dev/null +++ b/data/part-07210-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccae2bd0cec0837eb6cf04770dc244c8605a6234b5f9ba210476d9c4549c092f +size 472800291 diff --git a/data/part-07211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49b60dfe6b1d0ef3333ea0e5ca01a5c183111ab6 --- /dev/null +++ b/data/part-07211-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964f89258cedd31959ffa841858545b14691b33a004fa54a263fb78c2ce46c1f +size 611241428 diff --git a/data/part-07212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08358bd4aab4e1890d90ee5fd3226686fe772cd9 --- /dev/null +++ b/data/part-07212-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305c836f2c9a6698f1306d5323307b035af3995d09a9d6068ccbf5e6e4f813a5 +size 492089451 diff --git a/data/part-07213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e7648be08779ba6afc415c4126e30fc8c864435 --- /dev/null +++ b/data/part-07213-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f700d75d37de2c6eeb592da001000449f028fd698195562be14f422083672e33 +size 391341027 diff --git a/data/part-07214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd537be3d56a01f59cb4d9d57b726062cace9e8c --- /dev/null +++ b/data/part-07214-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bdd829ec2a1e696808e8850ad8270458a63fe3006fea996c8dbd8b3cb7044a +size 753547550 diff --git a/data/part-07215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a39ce37dbb4c9cae9a5e224c08ac488ebd63b87 --- /dev/null +++ b/data/part-07215-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fcfd124bccf3ec72baf53b011b326f2dc4b8c1f662c241078bfe0fd2689b5b +size 387227288 diff --git a/data/part-07216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..899a2fed8f0a91d9502142599c29ae04b19c86f9 --- /dev/null +++ b/data/part-07216-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d479e58adc51a1f02979159ff93f351f37284fe3b05b5027e4add0f6719bcab4 +size 791863341 diff --git a/data/part-07217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36cdd7701c9ae7173e464aa1e33ed89b03d0ae28 --- /dev/null +++ b/data/part-07217-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb28c70ba77e57928645481e7f40f71f3abd89e1a5d303ebd9f3a208a3ff838 +size 627617843 diff --git a/data/part-07218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06d3c33dccae9b7c0e2c707cdf8977701fb89a84 --- /dev/null +++ b/data/part-07218-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813d0df0c644a0e9fd5ce1e325cd7f9df5e0d2b087104219d5f9099361452bdd +size 681592126 diff --git a/data/part-07219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d621634814c2b4d2ef7313fb1ceee32118b085f5 --- /dev/null +++ b/data/part-07219-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065bf513dea1aa878df0be3673e372314df6884d63c5fb726b2fba1bfc4e9973 +size 558686759 diff --git a/data/part-07220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93d3c0731e6a121634d4ea33d2d5e5fedcdbf74f --- /dev/null +++ b/data/part-07220-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e99d251f193081b4ab2e66f56428c4ae3078b410fe9dd67a58dbba79d70c95d +size 466732349 diff --git a/data/part-07221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba7d6d9c933b9829e9b446b2fc052c1967b4901a --- /dev/null +++ b/data/part-07221-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7948f90b0c542417ced67ad0ea28c28d702cdc16122d0732ffd23d10cadee8d +size 464921302 diff --git a/data/part-07222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ca11a01607a2525c7cbce03a6b2f0187af753cd --- /dev/null +++ b/data/part-07222-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6336441f8bc9ee4437c5844101054c722e412b06e9fd736f323f7d827fafa8d1 +size 812980911 diff --git a/data/part-07223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2d70ade145cc885a5c25eab83b8f5c35ca051af --- /dev/null +++ b/data/part-07223-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8c980fa83e4f21281c9d23bdd4eadc586f45f5e2eb81a660dfad4368a75087 +size 1128584092 diff --git a/data/part-07224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb04896f7124a1967107614f51f7596d760df108 --- /dev/null +++ b/data/part-07224-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8b6eee9a94cbce22cab61824d1b63c2b1a8af26d462206c26af61e56bb9c8a +size 561064318 diff --git a/data/part-07225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1288800322f8a8c6a85cd8df80413af8b3cf0a9b --- /dev/null +++ b/data/part-07225-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e1f995e2140139b56f813f255d45817dd899b6305d57388d2aa80e859b2dfb +size 443515549 diff --git a/data/part-07226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28e92139db93dfc11a631e4f1ca860ce0dfbb865 --- /dev/null +++ b/data/part-07226-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dce636e0bed40e1931797698b1dc2f0ee4b2bb096e6f2252e7b05b8aa91cd4 +size 451020426 diff --git a/data/part-07227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cee60596ec4090bf102a2ddca0faea05d70a667d --- /dev/null +++ b/data/part-07227-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37e33bf0a2177bbfe92bdb706966d9f9098eab8074c2c980d3a6833b2f95ec +size 509893276 diff --git a/data/part-07228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b732f0e67283cf875ba462570842dec12dd5ba7 --- /dev/null +++ b/data/part-07228-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26906a7decc63089dc01f1e6eb4048797badb26d4bd10750e2a775395f55c823 +size 647393411 diff --git a/data/part-07229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bfdad2c1a77a1bdc5531354d6ee458205fb6cb3 --- /dev/null +++ b/data/part-07229-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d886324874e011f3e3afb7d948ecf69790ec5eb92091f69b62cf20af039c89cc +size 483086062 diff --git a/data/part-07230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a36569900a43c0441e3d33fee67e16286d36f624 --- /dev/null +++ b/data/part-07230-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233fae07352b5bff9869dc4a2624673c3ed6042816b25feb4952c21245c5665a +size 853048562 diff --git a/data/part-07231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6e81ee191bc79fc36f31dc2321276d5fca55cd8 --- /dev/null +++ b/data/part-07231-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6601381b166807ea583e975dc29c32b28e1de2edc3a88b0bbf5eaa96e433fbd9 +size 581197794 diff --git a/data/part-07232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f9e507c3fd36a1f5849ccb616f23834643a1d80 --- /dev/null +++ b/data/part-07232-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331e2a04644a247477da68fcd0449995eb2f6a7cbe0e193022d565b3e1896a04 +size 785041271 diff --git a/data/part-07233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51eec6f75506a990ae257957875fc82e66da2704 --- /dev/null +++ b/data/part-07233-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6105b5e4664457e5b53e7eedad767590c0b719ad8dc0f89711712278f8869e8 +size 688495901 diff --git a/data/part-07234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9f04f5292ce1f86c87be211a3080410ccf351af --- /dev/null +++ b/data/part-07234-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d6a7f4faf62804bb4c0e8881e97a04afb7eb367ae465f3d3dbff82a424cae4 +size 532354942 diff --git a/data/part-07235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0c6713ffd334d2ddec88f7cab8f58054d1e3137 --- /dev/null +++ b/data/part-07235-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d2fb6eb4c29e518e2fba12e11582997c8b0f988ac04af233d4072115e6a373 +size 495782133 diff --git a/data/part-07236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bb3b56e02cb7f6fc84f8bc94d3fe791839ea4aa --- /dev/null +++ b/data/part-07236-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df64bb1e6121fdc935edd59c12a1aafbcd01bb5d43cd58244d873f7460e800e +size 486995911 diff --git a/data/part-07237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae25d4c02ff729680212e4d989ab5306d18110f7 --- /dev/null +++ b/data/part-07237-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e314c9bcff9eb494b0a3cc5f98d296332e7c2b8a414a896f53c9840caa6c17 +size 506990584 diff --git a/data/part-07238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78154ffb32dc2513491bd0b680be8fba55ac41c1 --- /dev/null +++ b/data/part-07238-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7737ee65d3d27d28e470b9a16017fef3db6ec00e0ead8fd728ba33f68f6e20cb +size 643828164 diff --git a/data/part-07239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0673314f1132a0bc613ec6ef392bd8e20509f2a1 --- /dev/null +++ b/data/part-07239-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e460c04f7e063fd3a0d253e91c784ada8816ef1519eba8d689d1821cf1bc7c6 +size 892789900 diff --git a/data/part-07240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3826efe56f4423bcdf453ebac7c83ccaf26ecbca --- /dev/null +++ b/data/part-07240-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b1c68f1ee56b798f635f6842990cf8c6882a118cdcb689e0a6a3b0ccf3d708 +size 627357652 diff --git a/data/part-07241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..918dedbcec7753e1eee8ab519d1c8edde77c7f54 --- /dev/null +++ b/data/part-07241-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55992299456dbf6d4d9b7ebcac09d4d7190066c952d4df8b0ebd135ce83ab92 +size 524065511 diff --git a/data/part-07242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c75f785144294d9a6c462bdae155bbf26d46a719 --- /dev/null +++ b/data/part-07242-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a8e4c67911899605004f98c1abdad7e461bc1e126dac5e3f2d3fea8ff6439c +size 845407452 diff --git a/data/part-07243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..384dd8f6f717e3e3e0c92ec4ee6a3955a57e61fc --- /dev/null +++ b/data/part-07243-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e22396383c715abc3c4ea7ad9e4ff8110821eccd211d9fd5da8e1048bb2c357 +size 586758260 diff --git a/data/part-07244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c996b4661343e10b3e90de45f6318d06c1a1c1e8 --- /dev/null +++ b/data/part-07244-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3dad9de3b85b4867c05d7aab139c62c67888b8d937dd280cf5108ca9e7cccb +size 405948987 diff --git a/data/part-07245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b69ef4ad9e895f0f432f9fb515b66cd68c0fa41a --- /dev/null +++ b/data/part-07245-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f289f73102aba4553de0de7b069ed4a3240c069109195290589a21ddfd419215 +size 525072353 diff --git a/data/part-07246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dc00b17c86bfe520a32e200d2652399199c8955 --- /dev/null +++ b/data/part-07246-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30c8efca1172914f8f4c7ca079ee9b270de1cf4dcffa0d7be1133b7f25c8f93 +size 556205302 diff --git a/data/part-07247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39a7b8a14ebb52cda008cd64a348989bb87aacf0 --- /dev/null +++ b/data/part-07247-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366249b9069c518b0a428b1216e0d3e97b89b347ff3879b62004a9aa9d0d3336 +size 437036646 diff --git a/data/part-07248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..105afe385a751b2d5eacfe0bc7fcb18d3ccd1ad5 --- /dev/null +++ b/data/part-07248-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5076992df90bf5bd56496cd002feaf4f585a1bd2e91f8f8a97aa3365ff6ea117 +size 599365794 diff --git a/data/part-07249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19960a0930facce903c8d0d821bc05a40a0aa45b --- /dev/null +++ b/data/part-07249-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c712e3c76af462734cc6ece850ad8484900137498e051ee925b69eba373cca +size 1483359560 diff --git a/data/part-07250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b79132437b3e8fce1ebb8667f22c2b1b0966acd9 --- /dev/null +++ b/data/part-07250-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a017c23ba9c08c768370606205551ccd75ad372a7024395a8fb64b15640eb970 +size 503589784 diff --git a/data/part-07251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92efd0407cd266b36b12114cdbc767dfde5ba12a --- /dev/null +++ b/data/part-07251-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ccef3240ca2977e9c0e42a53bfa794073d58f48f6d74abf4e300bed5d33570 +size 449184674 diff --git a/data/part-07252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9043e510655af6b8e38b3df3c1cfaad970e5cf29 --- /dev/null +++ b/data/part-07252-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956259a8297f12153ad65bf0ca4ad7d268d7ab3ebb1da38e92698b244ae745b4 +size 460999600 diff --git a/data/part-07253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d88ed78aea50f96d98c90d6b40cb551dac8a1419 --- /dev/null +++ b/data/part-07253-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7917b6fafc3f3771509f5537ec9882ee3e75c0e92bf91ac8597677617fd0f32 +size 855661463 diff --git a/data/part-07254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04dc672ffa96c2dee59b33cb59a35ea513fa8bd3 --- /dev/null +++ b/data/part-07254-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8205c4d2afce99641b224da12872bd92cd259ed0e44600d37ead4901161e19 +size 748842865 diff --git a/data/part-07255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48f1ad25f5d3aef08070ae269d9495981f53d256 --- /dev/null +++ b/data/part-07255-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4c1191b7b9ce15b5b2de3a14d53510ae495ca2d4f5924955d7ac10dd15707a +size 710174281 diff --git a/data/part-07256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c337d807cfb9905f65395f8a820443f10d36fbe7 --- /dev/null +++ b/data/part-07256-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1935022ca5e83ea0a299bc1d8c2c5e123399a4cd30c3a14ad271183a3ac282 +size 599465059 diff --git a/data/part-07257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90d387cf52750b578790cef9d7a804c050e52bfa --- /dev/null +++ b/data/part-07257-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c895a439949b8abaebb53dc5a0a5167616ab6429e46f4b8770df72c77f16bb +size 463479062 diff --git a/data/part-07258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e71bca08839d83b8b9ab7c5016e49e4870dbf17 --- /dev/null +++ b/data/part-07258-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c78adced87070ed21d5785ff90cbb5c2d10ceedcd85cd1c45a9b070b007c908 +size 1029059716 diff --git a/data/part-07259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..507bf9f40336003bd7f334a86324cd13e707bd92 --- /dev/null +++ b/data/part-07259-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122598517ac114f1099205af80b278eedcdee84654727616007caf25efa9ddb8 +size 397588726 diff --git a/data/part-07260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01bf2da1995c2cf7ea85fd4863171cd182dfec70 --- /dev/null +++ b/data/part-07260-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a084bb505b71b362fee1182b0beef75750f5e1193966f4ea89def533aed9a3 +size 563310781 diff --git a/data/part-07261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25904b3d800bcd58430ad4e0673edf52443567fc --- /dev/null +++ b/data/part-07261-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558a766d004040e63c272a1e5bec6d835057f22025568fe7bb693b279cedf983 +size 505356593 diff --git a/data/part-07262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64b935558fd4e06ba042ca5a101461e3b88e0406 --- /dev/null +++ b/data/part-07262-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c07e1e41b2845a0aefef84f3853fe5297841128bd070e7c61fb6293cdd3ecd +size 707682412 diff --git a/data/part-07263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..022fbb801bfe7ad1ac7d9c8734e436cf30cbc13e --- /dev/null +++ b/data/part-07263-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7100b312e65e1f712c580954944640bc0febdc0819adc87edc309468d429e46f +size 565465066 diff --git a/data/part-07264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73046040f7b3502a3cfa26a289f837adb7511409 --- /dev/null +++ b/data/part-07264-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a291b15082d16869abfdf4b851ac328666497e6cc50b037ee607c631b767f5 +size 547643165 diff --git a/data/part-07265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73f0e5856e51afc6230c36ff4f725a2cd3003485 --- /dev/null +++ b/data/part-07265-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbb5fbbbb1d3ac57bbfe8dc22e017eb3ea3a736fe2c3505d59e5623188e4ed6 +size 750458144 diff --git a/data/part-07266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5fc3f5e97118750cb09139df497bac8a3b2a24a --- /dev/null +++ b/data/part-07266-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fcb5caa059a097917d9a3f788d67513dd74f21c94310c7e0681d934536814c +size 420290731 diff --git a/data/part-07267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77a75d19e2664225f61bd03a47bdf80e849d4da9 --- /dev/null +++ b/data/part-07267-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee6659e0a703b9ba5891527ac04d7e03dfc6858f18f6926db842a7fed792c0f +size 446075741 diff --git a/data/part-07268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..130ca3d333a339f4734094cf077fcc7d60dafe0d --- /dev/null +++ b/data/part-07268-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f1bd2a8b452cd53b8653e3b09b02d16803f41bd306bc63ea49cc6d22dbd494 +size 378562052 diff --git a/data/part-07269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c04b48df689f87e3a28f54795249f9f4ee6399c1 --- /dev/null +++ b/data/part-07269-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924c4c10140e57be0d3ef9e39b5c2af3220127522ef4e43dd6224353dea9a921 +size 812512429 diff --git a/data/part-07270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..598aa9e572bcff4f32434e6b7624620767fa69c1 --- /dev/null +++ b/data/part-07270-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b5c251505fe14b8a6da8139e3775aad49c3eb0b7307f42a6fd8b14848e9d5c +size 573233699 diff --git a/data/part-07271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034b0b1586060841fb48151e822a7f5a5be8ded4 --- /dev/null +++ b/data/part-07271-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c80ad712623c1850df1dd4b5af220471dab90f4f7194003953a5af21b09b7ae +size 566041105 diff --git a/data/part-07272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2559d5d218b9400aedbfd2daea29c8b5cf0f1b5f --- /dev/null +++ b/data/part-07272-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d665b7e4fb76375c620a815ccb1fd12fc25a8d76edd3eb82a11d03ef167504 +size 481528802 diff --git a/data/part-07273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fce9f4c05a73d55390f09330e357e7dd708631d --- /dev/null +++ b/data/part-07273-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002326b2d9267783e7027094d1a79fb68e37f722f9197158b727599de29971de +size 613673472 diff --git a/data/part-07274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..018ef606ede1fa52503e550642eadba5096d1ca4 --- /dev/null +++ b/data/part-07274-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa870be5572ceb147464f3e5daee20dd2d2bcf08aadeec2d9de4696211ef1a16 +size 413149698 diff --git a/data/part-07275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..170150588c17d11261fe25431999a44265005e20 --- /dev/null +++ b/data/part-07275-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123f21de18eebb417883c79a0968d94a7ff3004a22f22501dfceeaa4a7ccf53e +size 637869984 diff --git a/data/part-07276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c4469c45fe474679a7bf96769a6e222ce8428ad --- /dev/null +++ b/data/part-07276-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb84b02b8b50ba53efd1f2571028ba65da5a6798e461151bcfb3e9b4e98763b1 +size 750535150 diff --git a/data/part-07277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff8f872a5fdb95aac425b6fe3098d5642b3b80e3 --- /dev/null +++ b/data/part-07277-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dedea57b00bd6056403dd23e208ed1e0ee21e3d693cb846bcc7ab71e9cbed2 +size 401404447 diff --git a/data/part-07278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c2d40addc2dc7c5aecf379a0f38b042fb84dd75 --- /dev/null +++ b/data/part-07278-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5985636f806e66f0dc23a41c976f8d6423c751890697684c81f6a32e113c13 +size 457315166 diff --git a/data/part-07279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb66e7267ac370f2ae5c614d7c688cca167af862 --- /dev/null +++ b/data/part-07279-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64422be88cd667ca040c47a4bd493f2c045a3daa6c70d1eadbb6d6fad9ebec61 +size 721630104 diff --git a/data/part-07280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb1cf2408b1c68be7e7215f259bb068f4a695e92 --- /dev/null +++ b/data/part-07280-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456e5533127bdb0f7f9e165cb25b837a840f0386112417d0c05c3093efcce95b +size 712558024 diff --git a/data/part-07281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..307e977126b123c81bc3c6f5a04fa518eef1582d --- /dev/null +++ b/data/part-07281-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66250b403a9badc5589d55098b0581c68b5fb03c84ad3d2e301e34cac1c51268 +size 444167420 diff --git a/data/part-07282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..531f8cef60cbce328852942d0e775e530f12d51e --- /dev/null +++ b/data/part-07282-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af22923fad2b5525df84a27385276c4b6ed4bddb01688a07464c28f2064c868 +size 382532739 diff --git a/data/part-07283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c517528cf35aa233cb54a72b6d4838af5b8a27be --- /dev/null +++ b/data/part-07283-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8873b3e27c44f7ada52f229bd464bae9d7afbbc3cff9109927e1e170084dd55 +size 402637576 diff --git a/data/part-07284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..554fa71d20cf2f6b15c98d2617b9e52e53dc62ed --- /dev/null +++ b/data/part-07284-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d887032dcde8d8c9feb5da8f380d687b6dece07e54c46df3c6fcb763c79114ef +size 424991418 diff --git a/data/part-07285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bbef5697488cb50e165cedae8b68e972c37ec4b --- /dev/null +++ b/data/part-07285-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9ca87813fc650786ed7c1618de4c1982b8b37f07163c07beb42f3f7b75c419 +size 492904278 diff --git a/data/part-07286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44581e6016bbc76b10251176afbc3822abcde97a --- /dev/null +++ b/data/part-07286-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c95582d1b0c90dc74ed3f8e0a84f9c575766ef57ddf6312fe9c7d502e94fa9d +size 416979321 diff --git a/data/part-07287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a5100c5c6c74db45f5ca868b9de19b02f2c6ea0 --- /dev/null +++ b/data/part-07287-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30abdd4c3924f6a9ad74fb2bd70f224f56cbb56fa987f88d50d93dc326961e0d +size 353606093 diff --git a/data/part-07288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60a8f66e5061493baee5c26e6c26ca9250f89c49 --- /dev/null +++ b/data/part-07288-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc048d115b07a3c73585c6b1916bb52f2741115f1e453f56f7579f72177d9234 +size 599060704 diff --git a/data/part-07289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25340462627e477210fd6f2a11d7f1c6cd2b8824 --- /dev/null +++ b/data/part-07289-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43d7dac44b47c6666a13f4db4d0c9837b9a21297d1f46a8f2dafad5f720ee93 +size 483170676 diff --git a/data/part-07290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad6cb94ebaf16eba75322f1f785b4a893b1b75fc --- /dev/null +++ b/data/part-07290-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2858893ee616be8efcca5b30ede09f32865e89c5c63e5b5f391c1ce760454f5 +size 544346258 diff --git a/data/part-07291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fc1a0c6dc64ef5de4fe8477c89ce6fa995a2b17 --- /dev/null +++ b/data/part-07291-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7994449936198628bb22c06a277c1a1bce2a579fd3ee4dd5e2f297e40f98681b +size 803910074 diff --git a/data/part-07292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79a680dc05bd5b39c7060d8994dbc153f26edbfa --- /dev/null +++ b/data/part-07292-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4180254021e125b2b20c7b3018cd5e24ade9648e5b0cd9a1f3ab398212bb03 +size 715477695 diff --git a/data/part-07293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c53f1f2a31b05339051bc26b6fdd2fa18e381e94 --- /dev/null +++ b/data/part-07293-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90862e1d63ad838c42fffd6feab467e17d3e7b0a39169d5ca38ecac40d86fcfb +size 365399831 diff --git a/data/part-07294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6376aeb1bdede554a1ed8940e49b7cb810f3b587 --- /dev/null +++ b/data/part-07294-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5132f8130cc142c9564dd86a68a6c9c70f74ff98b8c6b936665bc676477819b9 +size 1219300905 diff --git a/data/part-07295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a634fa21ead5dfc47198e2cbc941f34a4f6abcf --- /dev/null +++ b/data/part-07295-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9dfbb68075eb96d1515b3042171529e8cc3853fca1dc05afddb2e58e0df2e2 +size 455445610 diff --git a/data/part-07296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2683ab85b17d8c08577ca456036ef09b2572339 --- /dev/null +++ b/data/part-07296-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb5322857baa73a1a9c20c2a034e2ba96120eabc0c05c7a3341a5d13deeaef9 +size 611556698 diff --git a/data/part-07297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2d2ffde7e3f9366d633c69a4f68bc0ad4b20448 --- /dev/null +++ b/data/part-07297-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f15d3c7fdd6ba970721ad650d8ceeb251bdf234631025014d771d7748e56975 +size 504668701 diff --git a/data/part-07298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9c8b3afd6f50d73fac125730fefc1ad8a9e3ba1 --- /dev/null +++ b/data/part-07298-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d1eb169e484f5e9c4c0ee5b7105692492d1db98ff766c1012b20515a14dce0 +size 578283965 diff --git a/data/part-07299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1359e8eb60ead581c978ea3c0d7574505e0aa00 --- /dev/null +++ b/data/part-07299-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa281b2d6249dacabfb9cf28e4606a2976081a5a295b6913ccb9739e03122140 +size 604623165 diff --git a/data/part-07300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27acf94044be96e3f4c030174e3618034c829c89 --- /dev/null +++ b/data/part-07300-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42932f20c4ed3ea551b8eb18247d944c52d7bfde76739297da7ca5ada93f518 +size 662932992 diff --git a/data/part-07301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3927da858915b6b8c9208804c2656682c2690e9c --- /dev/null +++ b/data/part-07301-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d504c5ec9c50fe5aec7a47262720a58877094298820d3121be14adadde0147 +size 575927104 diff --git a/data/part-07302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e35b7cc83fe6ce088153c01f442c2e4c9b6c51b1 --- /dev/null +++ b/data/part-07302-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98f52ff7ee91b24344a32ed97b68cc95d991444ccd22044e0989ddaeec0d1f1 +size 640160224 diff --git a/data/part-07303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e70b57f771449516daa4ac8fa24cb0fae06223fe --- /dev/null +++ b/data/part-07303-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5f84857e3f9de650a3b1077d167e61c985b86b08b139d4e029320a92114bb0 +size 496886568 diff --git a/data/part-07304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6ee21c3abdc10527036d7bf7d673b089374761 --- /dev/null +++ b/data/part-07304-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc2523a523e1b2ab0dc6d8a6b7887aaab80e6fb713e9422a9f0400854f1112b +size 541532258 diff --git a/data/part-07305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9ba4f1dc05a698d2d82c2eeae2d5cabcb55407f --- /dev/null +++ b/data/part-07305-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0640c955cf0f27ba0b416858535cd637fe0c1609414d19618aff12444070151e +size 508844242 diff --git a/data/part-07306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b6eac444786b52722d71df145fba98743277318 --- /dev/null +++ b/data/part-07306-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5a46204e972939471dd9ac92197c4d89f6c7741ae2b784f2efbc9dffaf9246 +size 598569399 diff --git a/data/part-07307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be1a32f36cf61d8306e0c24e64972f36c5b5635b --- /dev/null +++ b/data/part-07307-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0448ba6e2e123347219502f64d6a1bf38a5eea1dffd2f82df42cd842bda1a2fa +size 473501056 diff --git a/data/part-07308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a64fff650ab65363056df71cfd591cc95684a7ed --- /dev/null +++ b/data/part-07308-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629424b8ad60e2d76a146300704b9f69fee198b4e37ab29c0ab3af54b0ed6af5 +size 728988718 diff --git a/data/part-07309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..513532b86fe4c0f1ff62070375fff21d6dbdf5b3 --- /dev/null +++ b/data/part-07309-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70eceffc0dd34897e5d68b54a3561e113632aa5f4f9eea9e59f4a5902feb2204 +size 674145006 diff --git a/data/part-07310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e432c69c43d792bd86b4d3fd90003782e387bef8 --- /dev/null +++ b/data/part-07310-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e93e126f66ee1c1890d2d4a2e6641a85422542e4753bd2cfee1f72dfb66075 +size 462790545 diff --git a/data/part-07311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ab045f0acdbc272b0cac68ee237a20235e64ddb --- /dev/null +++ b/data/part-07311-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa995124da4ea6dad7180013d381540167689defd4bdea4152764cce2166eaf8 +size 416370438 diff --git a/data/part-07312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ff970b6551ecc990b4532869a4752939d6e5ca3 --- /dev/null +++ b/data/part-07312-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be307672a03dd7b5feeea682334fb03a417bb21d824167ee2582a740554d368 +size 498950920 diff --git a/data/part-07313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f04da8a7aa18912a8294862f8391134f7e3c743a --- /dev/null +++ b/data/part-07313-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a8579042b574b5b9fb0b41a7393d6d50d6aaeadc955f365bce7242756662ab +size 465536543 diff --git a/data/part-07314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b5cd2bb7b346c03e2b2c03a487c427e94704e77 --- /dev/null +++ b/data/part-07314-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3768703eeaf134abd5758bf8986784806e148e384a65612d737596d8535c80 +size 570049138 diff --git a/data/part-07315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01784c5e6856367913a951b90c7aa0012a00507f --- /dev/null +++ b/data/part-07315-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c16d34eb1964e2012ffddf0801c9cff220f2178c722c06b0b391356d5ffa095 +size 707909895 diff --git a/data/part-07316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3e585f11c3ef02639850fd7bff04d7f53055eaa --- /dev/null +++ b/data/part-07316-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0832fc63e68c12a6eceba9ca602992680b7392e7c5512695b6f3d182f41b04b9 +size 561338751 diff --git a/data/part-07317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87618fb91bfe474f7e17cb101d7fa515239e1731 --- /dev/null +++ b/data/part-07317-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121b2eb734bd6b6ff3734cb2cd7c92a521a4a2084303d3a51044818d8c44b570 +size 461229625 diff --git a/data/part-07318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c92ff429c49f5077271b75be3cd86e4e3aabe1 --- /dev/null +++ b/data/part-07318-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6290414aa39b24893cc0dffbfd79558f92d8f2fbe9eed35a1a7e8316617f9d +size 448339487 diff --git a/data/part-07319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e374f9c2fc5772d2f946528d2de2ae2fb43b4598 --- /dev/null +++ b/data/part-07319-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2517677026b9ef564c8cfaf5d12733b4e9e89def7e96d421022f6173df69aa +size 509452207 diff --git a/data/part-07320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..190ae127f3b03ba33b43e0841b6a02eafc8fbc01 --- /dev/null +++ b/data/part-07320-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1365251c6825ed8246a56484aabe28265c30460ee0d8e802a1f6e1b5e88779 +size 621613156 diff --git a/data/part-07321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f788f2e4a983fb822dff5cd172ddf53e1dbb6c8 --- /dev/null +++ b/data/part-07321-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a8957da4d302d9863170780131e56e91cc778f1c18ba730d26ec3a30f8201c +size 421358425 diff --git a/data/part-07322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62dbd96535e0496fd20c9a2d79a10e8072209a2a --- /dev/null +++ b/data/part-07322-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376223b890bdcbbb2879c12982dba11e604476a0b14f725d59412246eea50c25 +size 609252546 diff --git a/data/part-07323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb6a097bfefdabefe9377841b47f52509929dbc5 --- /dev/null +++ b/data/part-07323-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ac9cde37a841bdb2bd167ecd185b6cde5edceb9a6951b8ed5b1a61ba045f96 +size 388572040 diff --git a/data/part-07324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef6a01654a2d8c8ae3c81bbe50942efae2ce52c2 --- /dev/null +++ b/data/part-07324-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f676cfb79621b8d32f0e7437e884da2b48b235c8af1b62000cf1e21ed60f92 +size 446374143 diff --git a/data/part-07325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35e8015780c2d6f6ea7d1722d29fbcb3400d8eca --- /dev/null +++ b/data/part-07325-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323976728156ea01e2850c899c612685ee85dd0c21231df366feffbf40b33e3e +size 458467280 diff --git a/data/part-07326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4d2dba1961632da567ef919f320dd27f1520f51 --- /dev/null +++ b/data/part-07326-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c0b084a7c0b250f5fd18098df959a3cb86c928caf4365210e803d764fd0419 +size 505399867 diff --git a/data/part-07327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2568243b7308d06b9e90e66faad37c2c3003b129 --- /dev/null +++ b/data/part-07327-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598f1ef5ec3a3d9253475664a7b860d30c3f03dde8f064e7057e913b15d9a63c +size 446614145 diff --git a/data/part-07328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3707424eae508631d8d8ef96ebef52bd39028744 --- /dev/null +++ b/data/part-07328-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd79bc2bb3ccc054e3bcef866d4b617a9769196f8095ee71d9b81430e7c13d4 +size 520426379 diff --git a/data/part-07329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1acb916ca45cdebee49e6975df26d1b86190a340 --- /dev/null +++ b/data/part-07329-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a473040eadb263d2b6eed7c327abf78f90dd2595fae56bc09c8675947bb1d030 +size 1432234595 diff --git a/data/part-07330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eb44fa064d8c026fadfa6d9dcd137f9e2d0fddd --- /dev/null +++ b/data/part-07330-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad0d7c3a012ecaf8833da50c3304c2a8acfd9547fe97fefc635bc747acca720 +size 568074425 diff --git a/data/part-07331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea3bb2a2b14ecd99de444c43ce294556d214eb11 --- /dev/null +++ b/data/part-07331-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dc32db9f777733379d1c6d17e4f64ba764156b765b13e9118445fe983aef87 +size 383546188 diff --git a/data/part-07332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7e95101d5521718a1747c189721ce0a3138dbb0 --- /dev/null +++ b/data/part-07332-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2259643fa90cd592128fd337a2da9e55109d66be0d9f72068583c0fee37807c6 +size 420254661 diff --git a/data/part-07333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c875ebfb96499a7ab59c73cf380c04172eb25d20 --- /dev/null +++ b/data/part-07333-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe4c89a7c71c65498723f14e1ed15d0195c24207bd33bce684f32d10b482104 +size 658176798 diff --git a/data/part-07334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4744dccc8a8d730583bfda6111d12bdce1e9aea1 --- /dev/null +++ b/data/part-07334-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9112265c1dbc0d87164be74605840a695f57822798c15eef0b68d46b25998a +size 653980652 diff --git a/data/part-07335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f46c9de8161be6170eda084665d9d8cd82c106b0 --- /dev/null +++ b/data/part-07335-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3b365b9886eb3ea9daa6d0de24c76e41635f639f14a5c245cdb6d41985b979 +size 823123276 diff --git a/data/part-07336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33bfea751a24c3eb53c20a35db04be1965421522 --- /dev/null +++ b/data/part-07336-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ab81735264145f8887dcb2b8ade97836a2bac47401c5632744e706dbd83edb +size 583736637 diff --git a/data/part-07337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df38604ef33587552b631c81fa06845535fdb2ca --- /dev/null +++ b/data/part-07337-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026e23e72224bd6af01fe59117747264fb0c3dbf73ec56ef766a82d1a9b011a7 +size 629224883 diff --git a/data/part-07338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bfee533dc76d504151467836c938a6ca63fa22d --- /dev/null +++ b/data/part-07338-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb93f40d13414511dbba3d20abc605617e3ecd388ff23a3059aace6fbc09b533 +size 585486108 diff --git a/data/part-07339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f6eb8f93581daedf9a1f787a90ca15f1f761beb --- /dev/null +++ b/data/part-07339-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5f3a2b8426eaae50c764bdb1939a5230d5484ea1e61a46dbabda0432c171b1 +size 637868380 diff --git a/data/part-07340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72664e645b911a5e001f7e843f5dca00d23603c6 --- /dev/null +++ b/data/part-07340-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ace77f4335894abe34552b35d66bce704be25baf5115a77e33ffb4373044b +size 762000762 diff --git a/data/part-07341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9882aa064b227aa7ad7a0beeac572439fe31305a --- /dev/null +++ b/data/part-07341-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aac34266d1751a561328fb676bfe3e5ff40f0f655dc4394c1dc198b58561006 +size 386188422 diff --git a/data/part-07342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07a2f62a46047406c2c0e644b54a83336c605b8e --- /dev/null +++ b/data/part-07342-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3447141476446a9e1df76bd1439d8123afd55940bf496ccb955d58e5e02a91cb +size 568281593 diff --git a/data/part-07343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb0b32d29dfeb9b77e22ac8f4a029135d3a4a76f --- /dev/null +++ b/data/part-07343-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f35e048368433b89c3fb52c92f72ad0304f23ef028175f90e63edc1904eb65 +size 764171343 diff --git a/data/part-07344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8798d574c2aced46d58e5d310a52d565c6bead06 --- /dev/null +++ b/data/part-07344-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409ab9059fd3b63f1da41a9651449333104e946a55f727ae32d21345c54711f3 +size 372876231 diff --git a/data/part-07345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fa9da0e72d15c1096acd5b3cc7518b87173d45d --- /dev/null +++ b/data/part-07345-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d0e6d523b95eb1ef957d62f4ac73c50911782730cc8e3e774f1c4d0bf798d4 +size 545814555 diff --git a/data/part-07346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32880a8fd29c9316f11f045fc66d50dcacc60c60 --- /dev/null +++ b/data/part-07346-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ca3b4e81e1ec4fd4d0d7eeb0f394b6d3ad49e640f0462413e1473e0d8218de +size 543657613 diff --git a/data/part-07347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c05220c301fc06ba9033cbb131dc5be8189d8e50 --- /dev/null +++ b/data/part-07347-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87531fb4a3e7432d3cd5a518b75a768aea9e57ff32f3a091f948d3227b341b96 +size 400863756 diff --git a/data/part-07348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56351fdf97740859934e5aef2a520fe31cc59411 --- /dev/null +++ b/data/part-07348-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf466ae50dc5089f6b84adc65e1788166ebc43dac096efee90e549d739b48f91 +size 419284615 diff --git a/data/part-07349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..919f3f4bc53786991958486841b382b7fa382a38 --- /dev/null +++ b/data/part-07349-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5868c9feab191ab7b21382ca2800f1d9c31b3729c0ab62d7c8845ca47b650ac +size 371584623 diff --git a/data/part-07350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1997464d9a2b0e8fc87458e60539e3c9141346d --- /dev/null +++ b/data/part-07350-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d74791c4b8ecb38b837c29455b73023a6255b37240da2537f60ad9335c126 +size 439045181 diff --git a/data/part-07351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..429ded383307895c0a3b397d660c00bf4a9e1818 --- /dev/null +++ b/data/part-07351-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3b81f3c6f8250ab8883e7d931527aabc14f7283186e9f74f1cf9f6dd2c20fd +size 418797911 diff --git a/data/part-07352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7deeb368ab1fa22b848b93912b19f9521f975143 --- /dev/null +++ b/data/part-07352-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58547b6f76368b1fec8ab9cb771d14a080fde4dc095cb37723a2c27acd872e2a +size 809956213 diff --git a/data/part-07353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6495ade2d4f10378d3c0738c752343915b816b98 --- /dev/null +++ b/data/part-07353-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cfa415697936da4b0a4f9d174362f45778ef53e1e2c030636625c6af5055ff +size 408578556 diff --git a/data/part-07354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de7da33956fcd5e8d02d93cc15e71adfd78e2d66 --- /dev/null +++ b/data/part-07354-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febc2c69e76d55c6a582d46cae7681fb9b6a3011fb450f20ff25e92aafe100a0 +size 449255312 diff --git a/data/part-07355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c29953c6b3d5fb62465da27c5f9d7dcc2b520c8 --- /dev/null +++ b/data/part-07355-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259d2a9d8d2836b180cb0ca34eb64715cc81e3a1cbdc31c97dc268383bb16b10 +size 430873048 diff --git a/data/part-07356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..421b8a071acfb05836720ca9809df6521cc6307b --- /dev/null +++ b/data/part-07356-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fadd4dfcb48efb2f6e3f8c068205ab2b265c3a08441cb231f3d81c76610a155 +size 534864013 diff --git a/data/part-07357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..415aebeab1df1f89675c259e48a41f5d2a399650 --- /dev/null +++ b/data/part-07357-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e0a7595a7b15199f860eec225fdb4ba9fc64fd9bbe0a60f4291ae5fdc91d8f +size 630373834 diff --git a/data/part-07358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc4c508ab11b7d5fdd550fec017f5fe9251e4f22 --- /dev/null +++ b/data/part-07358-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031927167caf165b2d400b4f824d66fc7d7e88e1101fc2e5c07bdea80146033f +size 603955027 diff --git a/data/part-07359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37a575a93d2bed5c721abca40159ba227cb394e9 --- /dev/null +++ b/data/part-07359-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c1252d2132ddfbbd0f68a4d0adb8262c60666922a9848ebd41a0dccb7e9404 +size 421129099 diff --git a/data/part-07360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edd5ad5ede0cc899780a483a57dce91374603794 --- /dev/null +++ b/data/part-07360-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720869d84069fcef18e471c46b2c96dda5884c97fe17b7c279270857f0e43da8 +size 486580861 diff --git a/data/part-07361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..218ea03fdc2ed4e9b582dabd2b8a5256649d22ff --- /dev/null +++ b/data/part-07361-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efb0d8fa908acd2ecdbdeef76eae5cd4f60573199edffcdfcdb39bd3c331033 +size 506014666 diff --git a/data/part-07362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca411addabe4355869dc47612056b93ede7033bd --- /dev/null +++ b/data/part-07362-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f15c858561114b46f2faf5fb281d1153dcc64fab13ee3a5862e2d656ef5a8e +size 524806400 diff --git a/data/part-07363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1ef3d78d502c412ef6f39fff551bf90c15d0fef --- /dev/null +++ b/data/part-07363-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71beaac6a83e5861e88da44e555046af682c92c4096dd0df0aeecad04f731a0d +size 525775722 diff --git a/data/part-07364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64673d1261146edd231e31f16cecd85eb985052c --- /dev/null +++ b/data/part-07364-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2e0edfe06fe662f8b20a6ec109526aece87d4076e3815beb0ab4453868ccb8 +size 665858359 diff --git a/data/part-07365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1af6d52adaff1839928afcfdc3aec50c0e96279b --- /dev/null +++ b/data/part-07365-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ab44b085d3ff2c97122725dd824829d9de189f35c3ebc99dda766c0381ed0a +size 579045512 diff --git a/data/part-07366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b109a0639fe73dbf16c1ac55dad313df8f912907 --- /dev/null +++ b/data/part-07366-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fe5aac30ce00a3cd0bd2094506d537694679e0ec3bf00f55c9ba544021f4fa +size 461250175 diff --git a/data/part-07367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d98ef8a93cd3e2931e8f69084a86e474a6d05771 --- /dev/null +++ b/data/part-07367-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517dd34f67209c8af922ee0ac54de06bcf24eca516ec1193e45e60c9af6eeb08 +size 946978323 diff --git a/data/part-07368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9791c964efee279783e5bb33baaf8f6eebd412d4 --- /dev/null +++ b/data/part-07368-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884113e66f42bdcc86bfc5d36b30552ccfc51473fcceb518de72d3a516828142 +size 503533349 diff --git a/data/part-07369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..712e06ed5e67cdc99b01a07bd69d108402268634 --- /dev/null +++ b/data/part-07369-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d0595d41cdb108238d971517c3b829129d614754edd91d68a72f6658387c8d +size 386837201 diff --git a/data/part-07370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2d20b755def55eb7abce8a08e07688a348a1253 --- /dev/null +++ b/data/part-07370-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39078945d2237112a17550d53e373b1f3387142ff0deb5cb4295cc4ddb366c46 +size 849200196 diff --git a/data/part-07371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df63a5ea433c57cc66a084ab715c15fab3cb1a15 --- /dev/null +++ b/data/part-07371-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb4b14bc59c262537efac058dd62fb0b7187d17cf9083e212787285ceb1b7ad +size 705896400 diff --git a/data/part-07372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34bb5a2ca0cbcc2f2ffd8e8764caf0060af01237 --- /dev/null +++ b/data/part-07372-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6e87c1ea1bdf8aa07909bacb0a843cafed657eecc23801225b42a9c830ae93 +size 462252880 diff --git a/data/part-07373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffd26cbed4d71ff597079642d00d5ad9c7d5b2a7 --- /dev/null +++ b/data/part-07373-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d147e4a22feff250409d4b7024ba39c35e0d912dca1173c6b9188e5a0473f627 +size 542197681 diff --git a/data/part-07374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..251ddb00d9fca9a8e76bd3c5fab0cd15f08296ed --- /dev/null +++ b/data/part-07374-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211993e2c8e75f4ff3130313dc1350fd92f949bcf94cdced7bfae4959c7425a8 +size 426825406 diff --git a/data/part-07375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb9d619056f7039922e0a1e01e5d590ba1b246d9 --- /dev/null +++ b/data/part-07375-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9735b351c9772368c870af931b6e95c02f91dacc69d3ca95a61fc0037548d8b0 +size 482281363 diff --git a/data/part-07376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac8d5e6c7e78dbfbd961939de6960c5f4afedb82 --- /dev/null +++ b/data/part-07376-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49fa814713a01dce093637126f025a58fd5cfa83ef2009055c7ece38618ea82 +size 607553719 diff --git a/data/part-07377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f9df37c18bbe360bd8db4df65b068985f50da45 --- /dev/null +++ b/data/part-07377-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805bf8dddba2643cb41b1e26cf77470f44e2688ec14325a3553123deb0ed8bbe +size 558850007 diff --git a/data/part-07378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce263cc31e4937ae154349e904898c90cd55312 --- /dev/null +++ b/data/part-07378-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5401b736669ce26e56f69e00849a165f6ee9bd293b6bedf7e505f24d895d30a9 +size 505744925 diff --git a/data/part-07379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82c75304b5a303c8aa5d45aaf4b9bd9c4d162519 --- /dev/null +++ b/data/part-07379-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b41e72af98f600cb8492fd2253272ac304097b9f4bf15f519011de787c47260 +size 428085805 diff --git a/data/part-07380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c2445e38e73ff774d1a938549ea7e1eb18d1613 --- /dev/null +++ b/data/part-07380-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7953770405420a33f863d1e2613ed76f503d9b17546c783a0982d30af6e318a6 +size 677796035 diff --git a/data/part-07381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d625345a755b6a118b9a9a17f3ee176a20b0ec79 --- /dev/null +++ b/data/part-07381-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d705f064433469b84f1db89c6b20153c990cb487ff925125e6592f83d4fc00 +size 589929240 diff --git a/data/part-07382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a58db37d95f0df2d4e5e59daeb3c59c3194dd32 --- /dev/null +++ b/data/part-07382-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a14c2aacdf6a12af8d986aacaa298a4eebb9bfbc529c9772e0889a74f5833e +size 470585636 diff --git a/data/part-07383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e6a9ba3844bf0d0fd3f77d52ae10340254b6312 --- /dev/null +++ b/data/part-07383-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8cf7d3b480625e666a056a21c524323bce534b08becae81bad7d00ebbccc10 +size 513488118 diff --git a/data/part-07384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c0b376f45e70151d45d39e2f6dcc36cf5565358 --- /dev/null +++ b/data/part-07384-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c7f1894ec6cfd8c3b7624b455c007fbf32ec84ede4e4cd314223ba82e27bf +size 449855362 diff --git a/data/part-07385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48a6c8c0a27019cfe326ab2e29054ef5875ecf1d --- /dev/null +++ b/data/part-07385-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fba2f38aa727280cb715cafb24ee8603a7b70e5ef3c6c9c088f6746146afc73 +size 531364360 diff --git a/data/part-07386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..641efb96ed2f83ff2474029cf1f2c611937d5032 --- /dev/null +++ b/data/part-07386-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd4d03980e3ce30b4da20bfc020493d6d17579256f3b385a94ba647f4a2a692 +size 484222806 diff --git a/data/part-07387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f9df2dcca271133eebf4772bfacab9282854d19 --- /dev/null +++ b/data/part-07387-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6867d7694f7da0abd8bf7ec2566c9959e585207eb9109bcd419f5a3a5876ca +size 493821969 diff --git a/data/part-07388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e68a14e80404097abdd20315c31bf642764fe42d --- /dev/null +++ b/data/part-07388-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57a444914f5d9fd00ff279c2ec533321edd20ad5a3f71f74bbd2df38a4cd88a +size 663554678 diff --git a/data/part-07389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3250099a9f659514729c44d8e0ce545f1d76795 --- /dev/null +++ b/data/part-07389-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d477cacdb4d6297ee58767ac871b78bc836aa3ed2eae45ca925717b41f342528 +size 378026716 diff --git a/data/part-07390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2877088d902a593f285f3710d163784029a9f76 --- /dev/null +++ b/data/part-07390-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314ce0b0382f21157dc7a436d0f07daa536f9f18436d75407139a665dd37afb1 +size 606736691 diff --git a/data/part-07391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64abec1e868b0663359ea150e24a172a9388995f --- /dev/null +++ b/data/part-07391-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588fe9ac5afafe3a03ee7ccb3f41dcfabf118ab966774765b513fd818d29d9eb +size 457527152 diff --git a/data/part-07392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d272681c7cd10bc175bc96fd9001a7c0309e677 --- /dev/null +++ b/data/part-07392-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd13fd75d4d8cc41a985811af8a1d08808f79f4b3f4a1acdec3e98337df06bc7 +size 402763662 diff --git a/data/part-07393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51a2ffdb8df1f56dad07aa5439f6ec5760a7dc52 --- /dev/null +++ b/data/part-07393-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2f5e1d4847c3a9c3be3f60ddc07939c12fa9e5de7efda27d6432d207d38f5c +size 506553039 diff --git a/data/part-07394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..564f9a47d8d02d3701de4a14292cf28014596436 --- /dev/null +++ b/data/part-07394-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798959dacd0acc1423749a7dec716af4a7c1e45d567eddf60e756e3d12144846 +size 767334567 diff --git a/data/part-07395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd3a3573bd6b5f0f818316aeb83783265d1afd47 --- /dev/null +++ b/data/part-07395-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31ec3bb731c7e727e5e599b1cb07dcffc37ba8b71528484633ebd3dd47e7fb7 +size 598664016 diff --git a/data/part-07396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b3dcd6f8471f767e827cbc1cb739cbb2f3cdd1e --- /dev/null +++ b/data/part-07396-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571acc04bb22139bb48aa65b7f54c3acb9f7e54401c4c44a16801d386b398e8c +size 814177266 diff --git a/data/part-07397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc55ea4c456ed2845a862522df033b9bc77afa6a --- /dev/null +++ b/data/part-07397-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ef1ef93ef5307f0e5729b55516b4693b9a0b2bdcdf560a07feb520768a7ce3 +size 834845921 diff --git a/data/part-07398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2df6102b29fe281ee8656a93ec108de36a264d08 --- /dev/null +++ b/data/part-07398-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dabcbcdc6bed3d54df46ddb6e56a3ba0f85f7f364443457948368416fc3279 +size 671382342 diff --git a/data/part-07399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78d8b586f8fb6d249b35238183dc60ab11d1743b --- /dev/null +++ b/data/part-07399-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6afe3893d20b020e2880f00968db0f94b1468115406fc27471199d78c856d8 +size 422205849 diff --git a/data/part-07400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc03ac2e192e538c07b16b3b3983c9beaa375514 --- /dev/null +++ b/data/part-07400-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bddc5e89677a83680834899cbce5b066996678a5ca169428372085bbabcb4d +size 700649834 diff --git a/data/part-07401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b79aebfa676cb7f612a16e92236b8fd85c94b2b4 --- /dev/null +++ b/data/part-07401-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934ee9c9c7b8ae31e6574a62d6cae0165b75b24dcb8604dd14555a6314a93bfd +size 430875241 diff --git a/data/part-07402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa5a16c9a49b07e1d061bf70e88f57586d508f79 --- /dev/null +++ b/data/part-07402-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3c16ac0fb643333cfbf931b370f174541cf76b18fd1b1f3c41a67183575030 +size 422865553 diff --git a/data/part-07403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7557b9cd8373fa22c18a1678a969aa4d57a1a3d8 --- /dev/null +++ b/data/part-07403-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec638378f916ef9d7b78cb3373719d6f663754dce6cf6ce4e241f04807f012e +size 465688250 diff --git a/data/part-07404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c8fbcb910ee056396ba626515ebd5696a71e148 --- /dev/null +++ b/data/part-07404-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c563b4fc8b97922ff9aa3bd4a8c419dba74b92685e315c0714f03ed3cb04e5 +size 636578442 diff --git a/data/part-07405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c1fbfbac12d27f6add37cddc149050cee06c9ac --- /dev/null +++ b/data/part-07405-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55162fc9166413e9cb3cce6aa465d507a555bbbee44a8f2cb284307aa32e5ba2 +size 590365445 diff --git a/data/part-07406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bb3ec058b23de0fc5ad74442402779d7cff110d --- /dev/null +++ b/data/part-07406-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be3ebaacd0b547b2ec6ef75cc90508cfa4f3eba9455bf1a5e53c02c2509c955 +size 539312950 diff --git a/data/part-07407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46b6e7d6b452e47ccb1a99b7f60be7fccbff5730 --- /dev/null +++ b/data/part-07407-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42fe6ec663822595ab7675d36487e4d15e008446394215d9f3cbc8ef7b8ab2d +size 958543272 diff --git a/data/part-07408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3729131028d0fc7942f28924815562462231580 --- /dev/null +++ b/data/part-07408-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce2c128b418a3bcbe57541a2608c85542d49f79b3c808d1243ff6d6452136bd +size 616343086 diff --git a/data/part-07409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2640fb3dfb1d8da538964b232cf0f77f52088ace --- /dev/null +++ b/data/part-07409-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7de3d3eee64106bf8ff341bb7307c9cfca2d95e6a69990ef95d93862fac4efe +size 1016154022 diff --git a/data/part-07410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d0ee43d11c500004a1fcf47ab4bde8be5312bcb --- /dev/null +++ b/data/part-07410-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303883a88fbb095cd655d410d4651133f7ad49635ad60643e2b85bc394200e11 +size 375823348 diff --git a/data/part-07411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cd9735f52e256e1ed3c909c0bf34965ff739b2c --- /dev/null +++ b/data/part-07411-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496cb0cddb7acb8110d5e18d4944772d9e0c74487df9ad233265289ba7cfd915 +size 539935971 diff --git a/data/part-07412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9daefdba5a3978fa922f9a7464ec251c85b49e68 --- /dev/null +++ b/data/part-07412-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b031f8048b7d5271195e01ba519535930dfea2e7f7e39d8bf7687ead75523cd +size 467206113 diff --git a/data/part-07413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f34ac8dc5d0bc39c7cdd4eda7dd70cb9b65623cb --- /dev/null +++ b/data/part-07413-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899600f159a3176984bc01776a6ac7177d21d26aa1904b3589484ddb0b91641a +size 457940655 diff --git a/data/part-07414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dd5ce415d5dc5e3c4172d8f02216a29dd4405b2 --- /dev/null +++ b/data/part-07414-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee5c806f9cd2bfe72b3f25addc42a7b751da7991c802641562df0c2d907792c +size 771929709 diff --git a/data/part-07415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3162c67d60b958918af67cc55d504c97c00920e9 --- /dev/null +++ b/data/part-07415-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f0bc5385df722aed91032fa7191b8b31905ff4582aa0e772c589596fb1d4c7 +size 463025412 diff --git a/data/part-07416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8716f4f5689f8f2afba514c8f5afb87b1c71627 --- /dev/null +++ b/data/part-07416-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7c4433640ddf58dcd82d24ebb136cce143768937edfc1c663cf9f4edb1890f +size 398493482 diff --git a/data/part-07417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..060346a667d43c9a2bba3ae912d99f99f5812c78 --- /dev/null +++ b/data/part-07417-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b7e65fde78e308be88b35901b931a4dd1f368847334234ed534e37dd2c593d +size 1153703290 diff --git a/data/part-07418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4aa91692d208c4d3c053bcac24d882a3563193b --- /dev/null +++ b/data/part-07418-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe7b596ff19a25323c8a8a5326a0c0949081ddf2a03516617b85291bb9fadbd +size 353245821 diff --git a/data/part-07419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08aed4455df24a952a19a2a1a2cf269627b16376 --- /dev/null +++ b/data/part-07419-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a1f7ff869fe3bea096c3c34bbd0ded3a8e1fb8c576211059e3746d78d2b14f +size 693609643 diff --git a/data/part-07420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34e3ddce17e3f85fdcaa2af06d10b857348bc91b --- /dev/null +++ b/data/part-07420-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49feb6d7e31bc7e4db371851e2f655e4ca290e9f34b2d6dae35ee1ffdef4f85 +size 504977764 diff --git a/data/part-07421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04b34879bb94b069758e96525edd976c8d054215 --- /dev/null +++ b/data/part-07421-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e8722ac8f111033cd38364e7fe32db6181a004838c72ce43e054d1c5430303 +size 695948347 diff --git a/data/part-07422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfd5c7b7f66a5e4cbf16e6b878faaa82991c81e1 --- /dev/null +++ b/data/part-07422-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc1810a0dd2c70ed21474af71286ff85bc3358644d55b383e062be8aa86a5a0 +size 406096550 diff --git a/data/part-07423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..713f035b82e5cb6b249c966ae832937544d294cb --- /dev/null +++ b/data/part-07423-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cfa3f661e3a3bab2641f5649b6699946ecd785b825f5207a6f2b2acdfa0f50 +size 478823466 diff --git a/data/part-07424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcefa2dd132f5a69709f53b5d19bd3720ba2be76 --- /dev/null +++ b/data/part-07424-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3f2eb9a32f9b158f9fd5805be0ddaa60c3eed2f70cac0e8241bc6423e061d8 +size 526507873 diff --git a/data/part-07425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9d6a6eb874b7bec12be8716abcb035e39df8b7e --- /dev/null +++ b/data/part-07425-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb5899ef41ef0c45584e16078e31797775c8956f9b4f5538ca82e758ea15004 +size 587880662 diff --git a/data/part-07426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..198e4488911e6fbfa2a267affcf2bc3bf9d14788 --- /dev/null +++ b/data/part-07426-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02901248e89954785834cbc66970e78ac0b5856ddab8c590b584430d97b82a0 +size 1859114593 diff --git a/data/part-07427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b459ee383e4ddbcd66ce2516370254134c6d5d2c --- /dev/null +++ b/data/part-07427-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27784a302d98c663f0492bdaf0ae4470d7159fb6fdf782684eafc4be94d7b75 +size 420736163 diff --git a/data/part-07428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad88d697ef7dc27b89d42ce2e5b05666288e759b --- /dev/null +++ b/data/part-07428-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290e30d3fbecf5033f9e4f7ff636bc1fa378fb453afd275f8e8517bc7afe559c +size 1017398143 diff --git a/data/part-07429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9ee8525c5a4c2f92ef9da6f676946d2fdbe822b --- /dev/null +++ b/data/part-07429-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2e7cbb3af66a13e6a07ab40bf4cec1a3ca70f395ed3d8c2fe79d4e5eff5942 +size 536932949 diff --git a/data/part-07430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63045be5e23674351da2c1a072faab1ecf68e842 --- /dev/null +++ b/data/part-07430-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c0185d30299a502122f4b3b1b565962d37a071cb1b08cfc10a68729a600511 +size 647654107 diff --git a/data/part-07431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..861573ef2caf544bc7eee9574cba4562a0f82a3c --- /dev/null +++ b/data/part-07431-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a2fcfa8d1ef89ef4ae223b6898d4e46c0360787bad72c9757ec9eb0ee14731 +size 950665602 diff --git a/data/part-07432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbaef1e89b1de08aa21979886b2abd8c63c762f8 --- /dev/null +++ b/data/part-07432-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82af510603630717aac53d40b6965d42be5c0eab8916af417a3b6f9ba112962 +size 452727870 diff --git a/data/part-07433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62b6c401d05f7ef4fab26e3c569aba2cdda4609d --- /dev/null +++ b/data/part-07433-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97029311971d403395af5542b64cd57ce55eea5ae7439d204e19459193f2433c +size 483738654 diff --git a/data/part-07434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6a32af9b25dd7331022352c5cef67c162e013ca --- /dev/null +++ b/data/part-07434-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985c2a7d984b254ed314a2218036787d67e3e50e8191db987cd49041ce998453 +size 572237843 diff --git a/data/part-07435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11ecc42a41bf443a22094162745ec484d7b1d083 --- /dev/null +++ b/data/part-07435-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02432615096c8ecc9f0a5055ab84d9a3f534f06f13f830bab6ded21f98d47f5 +size 852919248 diff --git a/data/part-07436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1bdbc3c10433b8f316d4af35f89228be2a5921c --- /dev/null +++ b/data/part-07436-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515efc59d3d4dd7122322ca818a1ba0958758329e82ca86ca1a574004b0d2418 +size 449069908 diff --git a/data/part-07437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da8f170a190af058a451077992732ee12958a884 --- /dev/null +++ b/data/part-07437-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec5119dacf519a5a9eb43db6cd505a84d99bc8abc32558e0708711eb3ad58ba +size 697991334 diff --git a/data/part-07438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44efac386495a34609f0ab337a3f342ae43b35ca --- /dev/null +++ b/data/part-07438-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3639af0f20a27429dbda0df74658a6675934e4aa407e785e495bcc7bbda6d394 +size 565190163 diff --git a/data/part-07439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..927905c8b8b9138b58bcb0dcf91fa8a24250d170 --- /dev/null +++ b/data/part-07439-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e335231163835348f5e955530457318f470e2462ef79aed03399c3ed48e9addc +size 544620803 diff --git a/data/part-07440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbc3331f378d8db840a9e1eb216037f36eaa2704 --- /dev/null +++ b/data/part-07440-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8040e912a6dcb9b6f3d70bc90c09eec4ecc413e828d9ebe1c1c59d66db37ba7f +size 930227581 diff --git a/data/part-07441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e543915b53cfa89afda789b5c76699b2c23c971 --- /dev/null +++ b/data/part-07441-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa880cb6f453f71f6da7d2617bf0050f2c2db2cb9af056c9482b4c333ee5ec35 +size 1044310167 diff --git a/data/part-07442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9987a1ad519e2408313c22e42e4c9e531bd1b320 --- /dev/null +++ b/data/part-07442-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4e8ba4be0accb89706ee75188b58c261540811cfdf545c9ed3644285e74c23 +size 564543111 diff --git a/data/part-07443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9443bbaf6da589b27d6d92e6acef7d04af7fd0c --- /dev/null +++ b/data/part-07443-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18214866c036895d0b96a421a9b2f0ac79475a0742e2bdf4baf0c39cb8e9913 +size 644817655 diff --git a/data/part-07444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f483ba377ec5bba8d228966fd33519edf129c734 --- /dev/null +++ b/data/part-07444-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bbcb097c650858d6f3d1d29b105e15adf4d8d8f9688913e40efe5763a14301 +size 425323015 diff --git a/data/part-07445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b99fe5fd96dd9b8f8714a0730d4a51d00f1599be --- /dev/null +++ b/data/part-07445-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9b52181184bd9a250de59296da8a3f293b807c6abc5ae62055a8ee4ccfccb8 +size 619695546 diff --git a/data/part-07446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b81c439464d8f3e612b18b87a70343d27799ecf --- /dev/null +++ b/data/part-07446-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8e50992cdfced798eb777afae50255ec7673c8ea1e5cd4ac42c86851394e4e +size 503942192 diff --git a/data/part-07447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4623bae029b89fdc11d89c1f2ff9a1bcba42b5ed --- /dev/null +++ b/data/part-07447-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305ddb4b437e672c378f7cf52a41f858231d1c8ed751aa40c5854cce56c4cd20 +size 557802317 diff --git a/data/part-07448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..957ffa2bbdbcdb8834dc0934628292b4c64802f8 --- /dev/null +++ b/data/part-07448-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0ac04fd4382e6023479d10e8c84d6b169be02192c393e1e9246f4ebb68feb9 +size 534448281 diff --git a/data/part-07449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..435c34e31c9cd4af9dcad459214e36641d79c4c2 --- /dev/null +++ b/data/part-07449-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e88f1f3ca5d4595851a152f13c6c48e00a970622d83aa877995ed60c7ae922 +size 551785173 diff --git a/data/part-07450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cd9d26b9074c7ecf42bb8a1197ec9788476c2ad --- /dev/null +++ b/data/part-07450-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5884d10ea6fba15cfaa172b20f0037f486ebec48e5232f88f883c9a557cbba4 +size 427799074 diff --git a/data/part-07451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6986e5ef603bfcb88096af17edd45b92e10be750 --- /dev/null +++ b/data/part-07451-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b0525bf71a3cbedc53ccc7d1feeef8f780e1286871d246ac0f77684e44c5ff +size 695151240 diff --git a/data/part-07452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c24a1822131aae5338dc28f41d08a49ef6d7b639 --- /dev/null +++ b/data/part-07452-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfba303b0d3b3a619326cf034594cc80c1410e43dc62ec0ec7e4441c8b067b41 +size 562306664 diff --git a/data/part-07453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bf68d97de9a230b5a2dc391f263628c881077b5 --- /dev/null +++ b/data/part-07453-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3362f95e7579039e073b0c08c75a8fa49c41812f6760cf196473c9f50e837a +size 489344285 diff --git a/data/part-07454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd067d9a1783373957f93e3f7257e45bd4dc63b2 --- /dev/null +++ b/data/part-07454-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6b4142fe2c92fda8cb73a1cda1433d91908b51b9cb164475eafdf457eb29c8 +size 366039922 diff --git a/data/part-07455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcde8bb53dd76aefe2cd7f5e94dcf0c3b580d02e --- /dev/null +++ b/data/part-07455-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc4c74d7e6409abe4ea6dad3a30db843df9f6e3471ef76ab298f098f800142b +size 620199826 diff --git a/data/part-07456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0d5082950db71d2e252d8ab6dee4bacfc06f0d7 --- /dev/null +++ b/data/part-07456-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f546922de6c6aac92842a7defab6593f12f7038d08a397b888a87be3cc66f76c +size 470320326 diff --git a/data/part-07457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..336cfc2ece47c0c1356501b8fe91f4ccb3513f6c --- /dev/null +++ b/data/part-07457-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b62e14383ff5960cef6d5298333332344c7cfb86274f8ad681bf0f247a37626 +size 476836904 diff --git a/data/part-07458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07cf135f3a161252418ce8429924778e03d174c1 --- /dev/null +++ b/data/part-07458-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c169aba50a9651073e7a40671e687cfe91114a363a5a14ed77c62361140c83 +size 753781821 diff --git a/data/part-07459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67efc303d6ac63c9e7e3880b220fe15d4f881963 --- /dev/null +++ b/data/part-07459-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05699eec5b4da8c2d21e13e5e4edc531465f146188c0bce03bfc3be7a4b0b1a5 +size 410862935 diff --git a/data/part-07460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d63aabc47ac1a65f1f870bdf31b8516e6b02557b --- /dev/null +++ b/data/part-07460-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad31aafbeb3e04731441593e9490c86e0cbc93855d130626e8c239500baa452 +size 586157968 diff --git a/data/part-07461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c3a6f9fd5f91e8b3d542cc5dbc61108f0a86997 --- /dev/null +++ b/data/part-07461-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b0bc6cd7d9a633352040defcda233f8b08bdc6fc7b08e57202e2d2487a6257 +size 431115296 diff --git a/data/part-07462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57976570309d8df4fa96c6400a3f93822b7db917 --- /dev/null +++ b/data/part-07462-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989467e2b9f729d0215fc18fb8109d4b56dfc0e4dc9f21dbe96b31b9c3ca109c +size 402690068 diff --git a/data/part-07463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9de068200debf8c5953375f9a9a04cbc352606e7 --- /dev/null +++ b/data/part-07463-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5def2b9efe12b80b9bd6096a5a5991b078cdc0b8ea35a0d898e42a3167f9b324 +size 692327538 diff --git a/data/part-07464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8ddb71dca9bb2f0a82b229ad074f0221bbd83e8 --- /dev/null +++ b/data/part-07464-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e368c0f9c39c096d4dbfe0ea8eb323e882191000265ae5916b313b50c6eb9d59 +size 484716921 diff --git a/data/part-07465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8348c8a563c5b852eef40f0b5401cbf62306f8e2 --- /dev/null +++ b/data/part-07465-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179dcac7d22d68ca97cc27538e1ef2c0cd0e7ab530f67a8eb698bfe6690c6c3e +size 593614070 diff --git a/data/part-07466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa91b3d85ec7981fc862cdd17daa82d53cb1c351 --- /dev/null +++ b/data/part-07466-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7a68d32f7b08e363ee36f8ba22bfce84f709bbadda20a103d8797b9369215a +size 671487476 diff --git a/data/part-07467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3754b75e11446df66c92a900b63856c7b5a92c4c --- /dev/null +++ b/data/part-07467-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de5b66116a4873d97290f1cf8425ceaa45198a96ab3774030ddd73e9c3e3af0 +size 813482895 diff --git a/data/part-07468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7886ea9df69ee5a0dc0886ebc42addad02535a4a --- /dev/null +++ b/data/part-07468-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d78ae1c73c9dfc2786112e8d746605bbc5eadba3c540126d58400ad4e598625 +size 503940997 diff --git a/data/part-07469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe87f344241e6f84df741a24f9c2f1cff7b009d8 --- /dev/null +++ b/data/part-07469-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8075c20544da84918464d14ee667cefed7aebfcbcdefccc57d90b8cf9782bf +size 437616831 diff --git a/data/part-07470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..466d49c314f26b8c859db34518ea6904ddb4a1fd --- /dev/null +++ b/data/part-07470-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4513f4048fe19f1523c361066c6bc808b531c0ddcfe2f88a7cb12fec3450d0cc +size 1113034313 diff --git a/data/part-07471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..227755c6991f6f871cd7c172245f0f804fef6c88 --- /dev/null +++ b/data/part-07471-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c38e9480f0a8cc77a4c30ea7cb55f6d1d874b9d1ec55442e92975935fd5a7c +size 758333916 diff --git a/data/part-07472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc9389d3487623d5c2b6a89bea855a857a8c9705 --- /dev/null +++ b/data/part-07472-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c35adcaa757eed7b6f6497c4c4230d54a52ec1d08388651218710ef97211b3 +size 479922308 diff --git a/data/part-07473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b2bf2e96cc91a71e1bed721c89ee8238a19fce5 --- /dev/null +++ b/data/part-07473-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27aa47d9f2a10a67d16dbde09472cc1bb9d987c585251616672cc90ae4c77c50 +size 355766969 diff --git a/data/part-07474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ab0414f40dbbfeade5816d5dfa0437a3e2ef4a3 --- /dev/null +++ b/data/part-07474-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f10a63d0c5e6ff4de7c9c5ca036fa16a072349f061211ee5bbcf2556cbf799 +size 481596036 diff --git a/data/part-07475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17812155c60396e68529292f7e04d0fdaf78de1b --- /dev/null +++ b/data/part-07475-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b98b98291cada54e7f1a52c3ca00649c1447db8f646500c4403586379e4b34 +size 715717298 diff --git a/data/part-07476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..479addcd85e6c957b351d399b622ef9ca37e024a --- /dev/null +++ b/data/part-07476-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f63ac6e61c2fbe05bcccb0b005d58b6a2a388efd70b6f1ca817943471e5dbb3 +size 363559971 diff --git a/data/part-07477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c439dd4d77832fe6ab2a42cfe1c833161f0f663 --- /dev/null +++ b/data/part-07477-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76279204f62b3dc4f57a1e60d00f44cd002a57a9725b66dd8a2cff95208d694 +size 649950628 diff --git a/data/part-07478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a2e6bc4859bec6f2d6652be919f9feb6291ed2f --- /dev/null +++ b/data/part-07478-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392c27bfb7cb7652db0c2a64ffab26891c92c96e48dd6c250f2c5d7aa81b8f5a +size 414224032 diff --git a/data/part-07479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..321acbb83062d70df80dd27d5231556b2cfa2e11 --- /dev/null +++ b/data/part-07479-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5a2f876147be51267201ba0270fafc04739609498d64d4494cde971f9bc787 +size 404100614 diff --git a/data/part-07480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b2d4428cdc9001aef805d97a053184f8a0e216e --- /dev/null +++ b/data/part-07480-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56c21d660e82101b70a5b265c8752fa606f1aee22360fba5cb3434dff94c020 +size 449983443 diff --git a/data/part-07481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b00863391fd9fc3d4572794129219145e8e0b95 --- /dev/null +++ b/data/part-07481-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b35f0b8ca5166acb8693dabd54b9a339d9149b52b7bed074878d47c3e795a8 +size 666337606 diff --git a/data/part-07482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62586ecf98218bba973989a1ce6de395e213b72d --- /dev/null +++ b/data/part-07482-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f001fcd8c860a2875e451f10962aa8b1d2837aeb0156c7d391a4e558c415e8c +size 584638401 diff --git a/data/part-07483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d777f8e69eaea9e6c8764aaf261b34370411dae --- /dev/null +++ b/data/part-07483-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec289678519ed6e19b60314c98fd4380c77a538d8c8f98c6736893c8f0063eee +size 587455559 diff --git a/data/part-07484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2f1987094d86fe176028a46e41cbc6ffbcefac9 --- /dev/null +++ b/data/part-07484-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff878cc9e7913ab3156352f3b29c5a22acb4d57e49ac5f0955b2a76f01c145e0 +size 616431370 diff --git a/data/part-07485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b99118bb8c46823cb9d5a7b2f3900eb80dfd48c --- /dev/null +++ b/data/part-07485-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1342af5c91f74285d987b2d5740fda5e1f825f1b816196ea227a9a5079d16c +size 457926139 diff --git a/data/part-07486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a0de4e83e747ee1448af24dcd88665881a1a0b6 --- /dev/null +++ b/data/part-07486-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb743dc643ea1b0cff0a7b44e51ce1996c935a98464d28dc958e088e6117da +size 507362476 diff --git a/data/part-07487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7ab2f110a62b0f03457ffec3c057a47f954bbbb --- /dev/null +++ b/data/part-07487-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01cadb9035654f6e4952c646ae34d92b607a2e7cea91d3a9c5c31d96b6ef372 +size 579447361 diff --git a/data/part-07488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b477e9335cd73774b04431e082c80866df989a4c --- /dev/null +++ b/data/part-07488-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380598b7f0ef87cfc7237e9b6fcfe600c3276ff5a351810c99482736b7cb035c +size 707648551 diff --git a/data/part-07489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ab074572c987eb1ff8faf667fc87b13cd98bdc4 --- /dev/null +++ b/data/part-07489-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef6847708e77ca8e26867f15b950e11b9d38a1a22232b720de34c100826d8c6 +size 636890546 diff --git a/data/part-07490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e4012011f4b3eedae421361acdb0f023cf94e5e --- /dev/null +++ b/data/part-07490-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48743b391f7a6e43c0077bdc45566cf6db874eade4931c56e277be6570840327 +size 766716951 diff --git a/data/part-07491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43460a0470ee6ef1c1afab63d5bb6419f95859bd --- /dev/null +++ b/data/part-07491-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4704f7debb8a6c2f76ab74b472fa1ff2599a4300b9a54e4e044a9bb09b70f629 +size 921383388 diff --git a/data/part-07492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..120b4c36647971d7fb80d7427a3fdbda44160310 --- /dev/null +++ b/data/part-07492-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbfff806d247761184d0fe0ec70d0931f9aa965f2b6566d4228faf90835684d +size 476802833 diff --git a/data/part-07493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9819e2d8d99ad0ced71f1e3ed0623a56fd288ea9 --- /dev/null +++ b/data/part-07493-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165b0c6c7a5d1574775358f8f2e2fd24d037a00b3498a2241e3c6d92668181cc +size 539831902 diff --git a/data/part-07494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2783d5f7aa57c9892526e2505141d84f997b62a5 --- /dev/null +++ b/data/part-07494-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fcc650c3413f2fcddfc386925fdf11e23f8cc858386f989c62d619e18278c4 +size 534397856 diff --git a/data/part-07495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d6a4593ede7f01b7a5236d0e15ca95a2f5ca296 --- /dev/null +++ b/data/part-07495-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b8ad7c704680a762c00d40db13eecce275e59857e224405b266741ad44e10a +size 959944504 diff --git a/data/part-07496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bebcf1a011c352b88dd847005e25d1499c3e64e --- /dev/null +++ b/data/part-07496-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc26b0a94c8b614f6fe21e57a003299c205acaf5ee13f1a36492b31b1035adb +size 386803245 diff --git a/data/part-07497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f47477bc0bb28c68e13352da87092971c7a413e0 --- /dev/null +++ b/data/part-07497-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f0aaa12eb8dfd09b096c8c23fbf28e5aefa85cfadf9dfb3ca8949580afff04 +size 410549086 diff --git a/data/part-07498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a60a0820c5879c4d2b6cb228af99fb555c838a4b --- /dev/null +++ b/data/part-07498-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169284e8c74c0389a87507dd709af7c488c4da5ce987ddf53574557c66dda5a7 +size 470408813 diff --git a/data/part-07499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..041e2ece7c62aad3fe8a079c8f45ca805478e18e --- /dev/null +++ b/data/part-07499-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faaf0c872a9613b37e350416288900e9c09674ea10b6dc56c3e47ea072f960ca +size 890552759 diff --git a/data/part-07500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae15b01d597eb4a2973e9b8406978a93d238cbe9 --- /dev/null +++ b/data/part-07500-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8288d8675bf2c137b22bd2b747a3c9a741a9d7e18001de74bb83ce2b469ca89 +size 737115072 diff --git a/data/part-07501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f945b099ea931e82abd87343f14f676866a9262 --- /dev/null +++ b/data/part-07501-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21077ecaef8c6d00e7b1a01a1e200c9b142f73c6db1bf37198192e1f5f7cbccc +size 719514000 diff --git a/data/part-07502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d02126376231d5f5543cffe09b11c4959cd5c815 --- /dev/null +++ b/data/part-07502-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a945f00c0e26ffa19eac326cc0308c3adb7fb28fc0305c4955285c3d55c675e +size 890186734 diff --git a/data/part-07503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d1bbeae415af1a4d81a9cd22ef8677438eefde6 --- /dev/null +++ b/data/part-07503-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2e6555a9d28763fb72030d6438ea90ce3b58bb6a7f21d5beddd31fa56d46ef +size 474783320 diff --git a/data/part-07504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eb8df09110ebef7bec56352cb10c1de907bbf57 --- /dev/null +++ b/data/part-07504-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4578720b1e053ee4f7a36da7cdc19ef87e8674ae2998759250c4f2316cea76a1 +size 545627663 diff --git a/data/part-07505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed37c3936efa25c78f735ed9994fffc087d41a2f --- /dev/null +++ b/data/part-07505-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366a6e9611e49f2bae6a022993bdae23638ead7e6487b6a36795177d631e93ad +size 368174756 diff --git a/data/part-07506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31f52e9cf69b784dd713e665028d0cb6478067ca --- /dev/null +++ b/data/part-07506-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd756150e0253398d3954bb8dc89447ad1b34e9c11493ddf3fcd781b4ad7c13 +size 543615490 diff --git a/data/part-07507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54c0b06c27ee6fdc90434c3a3e0bc7abf61c61b5 --- /dev/null +++ b/data/part-07507-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90292677133eef3e839aff870319d85f199caa112bdad7df0e2956deee61bfc9 +size 420479756 diff --git a/data/part-07508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f1ae65d65a0bf94c87eabd6e4b2d231a9d9aa48 --- /dev/null +++ b/data/part-07508-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c802b03e0526630f918ad72e0a370c574ea154dcafb7f516c1dfaafc11ea9837 +size 533377430 diff --git a/data/part-07509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d949d6c5fc9711f6f7d1a085d761b80ca87830be --- /dev/null +++ b/data/part-07509-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46d5352b6f5065a2fde6d9ee80470d8f150a70118cdbe6bd013fd3b435c7cab +size 466992772 diff --git a/data/part-07510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01671ba49fb77b3997d6a197b2ec2a5e74bf53ab --- /dev/null +++ b/data/part-07510-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f9cf2fbbcd8ef95fa36c964ab813eaa45fb71a934185841cb9b8b14cd4d754 +size 765982422 diff --git a/data/part-07511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0c76ba9d48052b0af6b2f2586f629fecce7e7af --- /dev/null +++ b/data/part-07511-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6a39ba73e623a4ce1db79608c78d80549e7769c22263d8b0f476c665a51b34 +size 1072377117 diff --git a/data/part-07512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..688825b9d7c4e0b8e0c243ad86b2fdb3982c5506 --- /dev/null +++ b/data/part-07512-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbfdf9017b57d4828c3456e30936da3303380c89ac9424c2a8b464903caa896 +size 445483044 diff --git a/data/part-07513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e7e5a9d4ccb8a6d8e2b7a813f69be721caef3c9 --- /dev/null +++ b/data/part-07513-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe12d2d642ff1dff924494b3d4e09479861be00b35e2b57e6349f96fa6e9f81 +size 544614700 diff --git a/data/part-07514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63b6524110289d826ec96a5f639c2229d90576e0 --- /dev/null +++ b/data/part-07514-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbba2e79f60c6537a1b9b3ae8de3cc748e8df16c12e241c917af959b5e1b73a +size 569374521 diff --git a/data/part-07515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aa6d854b429094250faa3fc59216e3b6132fd7a --- /dev/null +++ b/data/part-07515-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e87a1b8ccf03979c33e356470767fa2179e5e9b0ede4fc8ed75db06f8c2324 +size 456187688 diff --git a/data/part-07516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f1230925b357498791babb4894eefecea3176e9 --- /dev/null +++ b/data/part-07516-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e11e812cec016c86e856d3595aa5cd07a857ff9c49d0245b78f72c30c5befa +size 653984959 diff --git a/data/part-07517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c62f5cf2b4d9d91bbd06a91acfeb6187666c045 --- /dev/null +++ b/data/part-07517-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b855645160393bb16cb29c2dd00d81ed8077033d4d8d3506a49d6ddd0aa58ba1 +size 834710079 diff --git a/data/part-07518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2ef86bb7e24e4fd477933b9714564814ab060a2 --- /dev/null +++ b/data/part-07518-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e6f430d84babbdc0363c248dc43d5a72aa79e1c63dff6bf571427e8a10aa87 +size 550052670 diff --git a/data/part-07519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a9faff125fc237e7357f174aaafcc10b68f815a --- /dev/null +++ b/data/part-07519-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4519d9e7fb0f9e8a720d259f2ad12c847bedf7edfc7418a6efae9543e66b7ddd +size 753048440 diff --git a/data/part-07520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8de2cb32a9c6ed6b3fed73027b706571cf2bec1b --- /dev/null +++ b/data/part-07520-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba0b9a157c70d707da94e4d618a9ed6fd3f18e7a24bb56fda63cd407d3ec617 +size 507635258 diff --git a/data/part-07521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee051e8eae811bcd98ca0c8c6b5609de92ddfae9 --- /dev/null +++ b/data/part-07521-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30094f86991d53a78feb0a36107b49acd4e2af7b3d9adab6050f236afec00629 +size 498851487 diff --git a/data/part-07522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f65edcba6e065f08c9d1ed01a3b67fe4221af994 --- /dev/null +++ b/data/part-07522-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96270df11c82a6c8898ebd4614d723f2018bd1e29cf24ef669977f87a15aee8 +size 625096249 diff --git a/data/part-07523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a26e58add498ef604a5b4fffa6dca18ee24e59f --- /dev/null +++ b/data/part-07523-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0de6d9c074084d1d78319b6784d188958a14f31855a2524139909556f8b2a1e +size 651336923 diff --git a/data/part-07524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..694b3bb6e3aa7f2ec1c8792760f5a44f263a64f9 --- /dev/null +++ b/data/part-07524-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de64f6c2f1ed16eaa5bdd6c5de8e475ddce87c5543f90801632efe63c6a93c8 +size 464527757 diff --git a/data/part-07525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8c3e20650a36d97a661954a2172ac88cbb446ed --- /dev/null +++ b/data/part-07525-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c86e40692baad76286073acac72751ecd74accef20b1881c56cf2529ae56331 +size 337167502 diff --git a/data/part-07526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf78f1b6a0ac1d9143268ef6032c811924ddf771 --- /dev/null +++ b/data/part-07526-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bf32b324e6266ee842373d4180938bab5e7c77aaad78518d5dd85d3ff57426 +size 1180991790 diff --git a/data/part-07527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..329e55e0d0d02748ff5cd908ec770499c079d4f7 --- /dev/null +++ b/data/part-07527-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e599b405a3f618db7e99e696e24b09b0bcb46eed412c43904ca7dd2b99e3ca17 +size 500262768 diff --git a/data/part-07528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1500fbf17ce67e6f8ff113014e2e2f542518383e --- /dev/null +++ b/data/part-07528-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cdbcafbd9e00e2766990947dd4206e19305451ceb4f807622ba8399c7b2759 +size 446901017 diff --git a/data/part-07529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7798c3f70a91a0f5c52c5c3995a6d64d2a97a25 --- /dev/null +++ b/data/part-07529-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e844493627d210090d68dbc8c640059a212634596c69a89a9483bb63489f9723 +size 394176349 diff --git a/data/part-07530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef500a1eb34978c1c4f79daedb261c20477f22a5 --- /dev/null +++ b/data/part-07530-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd85d868ac3c83183a592ec2a895914570a7098169db479b70cac35d0a36d591 +size 610490205 diff --git a/data/part-07531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..950702e585eca5e2036d9bcc3e6e49a790a97079 --- /dev/null +++ b/data/part-07531-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c479eb6605f956c0a82e5ddb8b66c0c949ec5c8c0845ca8a3f2b9169da1557 +size 515615412 diff --git a/data/part-07532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26827bee8ec6106ae02e5d7b83ab9c79af6340f9 --- /dev/null +++ b/data/part-07532-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b22b83d5c4a2d775536e0afbb6dd48faf4a8bb1b4e316c5b81ae0948faaa4e +size 704726943 diff --git a/data/part-07533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d7bdf2182df62450dd1bae8783b574cfce948f6 --- /dev/null +++ b/data/part-07533-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae117645a922daacfc6a670ee7df57c7ce5045c79bd73b38017650d62f9ef15d +size 643562790 diff --git a/data/part-07534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72efc2b7dc12dd9536a1ca05a66af96988d0cf86 --- /dev/null +++ b/data/part-07534-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214f54d56cbac360bcf7875a5e08a87cbf7e0277f64ef0ca0defe21914d84865 +size 550085908 diff --git a/data/part-07535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9672313c4098fc1d30c87c863fc16a42dacefec --- /dev/null +++ b/data/part-07535-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aa95f8ddd5e8caa84d5cf435e371c8b3e32aee16717b834d99aef1749016f3 +size 502437678 diff --git a/data/part-07536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ee6abe2e9457b252bbe4c0073380dafb9012d35 --- /dev/null +++ b/data/part-07536-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0149eba5e8e96ba3931aa4c923721b2d40a06d5c96910b55935254787cc09e5 +size 453666692 diff --git a/data/part-07537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21038ba56e8f24c95b2d3493ebcd729c9fecfcd8 --- /dev/null +++ b/data/part-07537-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880ccaf14cabf2399f794b1e41d67824857d18f8fc12560c01478b7e47ae4936 +size 422641324 diff --git a/data/part-07538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71e11e8167d4c737c10dbeb9bcf104eca054156f --- /dev/null +++ b/data/part-07538-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c7f7658a5e0116b549e7f45c6bfba0438635dc6dc94c03aa4db640f92a029e +size 516858198 diff --git a/data/part-07539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2d8225749a5460438b8e10d4d05adc43dea5675 --- /dev/null +++ b/data/part-07539-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3150fa72333052afc95ad8352acbda2a59ca8247676edc1983d8c2c9a028554 +size 706037873 diff --git a/data/part-07540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0695ac8a042efdc6dfdd13b012e8607d82c4ab96 --- /dev/null +++ b/data/part-07540-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6db88df3a308bce4c2dd474a961e23a0011f3b4b20ab2d184bac18ebdfe67b4 +size 476096730 diff --git a/data/part-07541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eefed6253d490de76bcab37634f7f99673481f6c --- /dev/null +++ b/data/part-07541-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac50e9195dce2fee1a49a049b67297d35cd7dfef7de054bb8d75a609cb5a13a7 +size 762869237 diff --git a/data/part-07542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccadeb31bcd1ccc378b5142e47d1c1b6f10c6d96 --- /dev/null +++ b/data/part-07542-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b828b42ed10465ee20f93f01dfe33b9269b0dfa8db0e501c907661f1fbcec5 +size 426029382 diff --git a/data/part-07543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56c17869fc85ec372f422f8d766a6a9c1bd048de --- /dev/null +++ b/data/part-07543-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09f0014274df61987a5445e3bd8256a1508f76def8fa15b03ef9f585f34256e +size 541610247 diff --git a/data/part-07544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b97b4ce38ff4cb2b4fc1b7dd746101121221ccd --- /dev/null +++ b/data/part-07544-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97acd428495d28a7f53418b6e23c768d343892e71eef531bbb0b8f93b53606db +size 498611198 diff --git a/data/part-07545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ef508ecf4c99544ccd8b4db92767c3e264eb872 --- /dev/null +++ b/data/part-07545-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2a81c7debb6f52eb429c9ba271969503452057377ba9ae8db29820285e9b73 +size 453589328 diff --git a/data/part-07546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99d0caaf4604e6afcc60008016e6f853ad105cdf --- /dev/null +++ b/data/part-07546-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9007b24e4286ba92d7ac25b8abe53fef90f80dfb2be0e096a940d07f5de44837 +size 753588414 diff --git a/data/part-07547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aa4c9a9b3a3d0842588ab04ea235d82301b920f --- /dev/null +++ b/data/part-07547-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abad9dcc04b6f0d547fd4a63518e5863d550d50b9c8e890d5421e63ac98270f +size 457530351 diff --git a/data/part-07548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..278d788eb7558b59f6441da15a65416e9e17776b --- /dev/null +++ b/data/part-07548-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0387e373144664336bf55fb19b520c7b1aec14ea166d2a361c1a247b3722c0e +size 527902385 diff --git a/data/part-07549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d49e107d323805b1e907d8c107f37fbe4fe91f7c --- /dev/null +++ b/data/part-07549-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92abdddea5b3a32ea294085932a978d6dcbb82a31f03cd78389f3f80251153ef +size 454907032 diff --git a/data/part-07550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0a1eb0db48df8e3aa9f77d478379382a524b93b --- /dev/null +++ b/data/part-07550-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a772c49ccaf4d829216147ba2319d6cb78b3dda26d2ff4b0ce92c68844eb95 +size 732373027 diff --git a/data/part-07551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2009f4257bbb293402043574c019c47d651e2efc --- /dev/null +++ b/data/part-07551-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdc5f81e41023e8a983c876d90172a5993a1d9c101be54927c562bd42737301 +size 566514088 diff --git a/data/part-07552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba2f783e15e8c83609ffc68f68ece36ecb20db65 --- /dev/null +++ b/data/part-07552-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595d748945fed4c76d5ca42c4ab93907f876d95e9120f0c0073a1f900b30b995 +size 490178684 diff --git a/data/part-07553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c99abdfb63f76340423012b1d78efaeba4708e2f --- /dev/null +++ b/data/part-07553-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6145901e8d3a163d49cef0a12ae0868cf8b9069548ffed3c31ad246c5462dba9 +size 485762049 diff --git a/data/part-07554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f42415bd40ec97200999fbca1b2bc3fd552eda6b --- /dev/null +++ b/data/part-07554-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d51364a411acc99933ca3831a8c979068cbe26e15a44232c2d7bcdb1baac6fd +size 588519720 diff --git a/data/part-07555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6aa53b608cf49672e8822bc3ac562d439f5d011d --- /dev/null +++ b/data/part-07555-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e58437ae6943c9f676b340567f78ea8bf2e73ce057d6a6cb4cc2c4e8ada8e5 +size 1177987985 diff --git a/data/part-07556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22b033340b005a281911b7bce3fa327564e8d806 --- /dev/null +++ b/data/part-07556-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f44dcae9f62dd9d34f7ba55bd3835afd234332308905cfbd73c4132e005ce6 +size 437711631 diff --git a/data/part-07557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dfc8d28582cfa1ce278672c8dcd2670ed463514 --- /dev/null +++ b/data/part-07557-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5752102ed0922ea5f5821e9e28c43f4b155700230c9733f7d848f648120c29fe +size 424318993 diff --git a/data/part-07558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..815b9b20d783a81d6bc445ccdd659c3ae877b12e --- /dev/null +++ b/data/part-07558-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36da5e86212953c11353cae66cb9c9b25e26df235f86f64bec07a038a30ee3a7 +size 513276104 diff --git a/data/part-07559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..923e4b609a8f783c2ef4698336d4937bab4d9661 --- /dev/null +++ b/data/part-07559-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7312414893caf4f77f15b0c0c3eab17e260f788db7176c600ef9bc3811daeb5 +size 782670955 diff --git a/data/part-07560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d915ee557bb519b4ab8ac5e270433fbed8b9e172 --- /dev/null +++ b/data/part-07560-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5531cd8c0f9112fa3391678f0728ed44109bc296fe97f37e39b8f784546415 +size 421024870 diff --git a/data/part-07561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35b78233066ff1d688a4ca8a66a4338ff1f3482a --- /dev/null +++ b/data/part-07561-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7569f46090e9619a4778a2078fd0adebeb79364310d1672a2e6144990cc8e994 +size 561523389 diff --git a/data/part-07562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2e59cdee32ba1d7c0f6fa510e448b98c6735a04 --- /dev/null +++ b/data/part-07562-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc35480136ca1359ba4537b3e1c278598e40ae2550b2a990df555d1bec32ce99 +size 460301321 diff --git a/data/part-07563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..479aa9baa296d08c49ae933ab236cb6bd9f448ba --- /dev/null +++ b/data/part-07563-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22da2f5f3470b8f6857b13154137b836c346d9ad6fb39f223671a0ba448ae0a7 +size 415486817 diff --git a/data/part-07564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43ea7a53fc3e5c72e0abc12732b9e0ba1142c53c --- /dev/null +++ b/data/part-07564-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3996aca344b3215c1d68df847d7377c3dce61e99176075a936b22b0a3b15c1 +size 496385385 diff --git a/data/part-07565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89677ecab4221f72e82635f93f5b81f6fe8e1d3c --- /dev/null +++ b/data/part-07565-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac26d654a2b383ad324f87fc7a31ac768520e15cb804de824fb5f4596b1fb7c8 +size 579924904 diff --git a/data/part-07566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..077b840bba400f9d97ae8176e0abc1acef1e23aa --- /dev/null +++ b/data/part-07566-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a0c210740255819f562013c0857cd03f898d71ca5043a7e22846dff6625b70 +size 534556660 diff --git a/data/part-07567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccd61895654ffcb557db097e19e605e7bc00d403 --- /dev/null +++ b/data/part-07567-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2da883ea3eac030e66c6471d5ccb47b758c9375b30439c896408c48673f7c1a +size 775662299 diff --git a/data/part-07568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2345a1bb106f5221fbb516b1caa14b504c1f12f --- /dev/null +++ b/data/part-07568-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f36630dd550f18c9a0ffafee271e3cb37b0b710ac292cc282f8d250c4677f5d +size 450291784 diff --git a/data/part-07569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b7f52f1547c409080f0593b8cd603722d6fce01 --- /dev/null +++ b/data/part-07569-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9271a3e42f5a9be6c8742c04cfcefd53813dde96ed22fc7a1e29d4d91bf4709 +size 544386935 diff --git a/data/part-07570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c276a7e02f5c77579b7d88c98d977059487e7ac --- /dev/null +++ b/data/part-07570-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b04a3cbd004c34f98322bc18d41e8ab4c1c4b29951a8a6b1fbb485c5bf59b9e +size 565671109 diff --git a/data/part-07571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c3f0421681737a9616d6fc27dcec9d74e91eaa6 --- /dev/null +++ b/data/part-07571-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491012e4058dabe4a3ffaced1f6079a904b90615278c7db0d532ebded1021414 +size 965745862 diff --git a/data/part-07572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..140a5be4ca50bac822e30187812a02b3b6150389 --- /dev/null +++ b/data/part-07572-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638ac82dca253b51c8df843b51786a3ce2c3aabb120129a1cd82ba4fe2fb303e +size 898634513 diff --git a/data/part-07573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d5ab89dfb60192fb65af7fcb50a3d663584ba1d --- /dev/null +++ b/data/part-07573-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd80e7ffc79a95a7be24c4412c59acf4f5b7c0d62a1f3dd47872dd499b83519 +size 784624456 diff --git a/data/part-07574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5b3cb3bacd25708a81305262c78d5437bd4cda3 --- /dev/null +++ b/data/part-07574-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a2cc2086b2af389023e9302ecfa702337cc6889385f642527d83dda4603811 +size 547343795 diff --git a/data/part-07575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..692295b44ca1b869c51ce454bea6fa78d1aa9027 --- /dev/null +++ b/data/part-07575-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7aca113c550d9dff7304c74f0078fb909e2604f59ff362b687c97c67800e91 +size 541105027 diff --git a/data/part-07576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89534c514dd774701850c90c3c3f027a958c4fa0 --- /dev/null +++ b/data/part-07576-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ec06fba04ed43c2f00b4a7b008423136a2233decc49af98c8ac542dda137c0 +size 465287762 diff --git a/data/part-07577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f97df6667b359c6cb14b2ee41a4218a454e2f57 --- /dev/null +++ b/data/part-07577-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7660c9f609d636b18a806a19152c846e0015b8aceac7e0affeeb1be3200b6ae3 +size 962683454 diff --git a/data/part-07578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61c73ec40913a34cd5a665643f792dae932c138f --- /dev/null +++ b/data/part-07578-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be50c8a7ec279ca3d383f435e9422413fe378e246c0522a53851f9a01e7734b9 +size 904548437 diff --git a/data/part-07579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a59f1b82e4df5ea8f08971dbcc95e30141513d9 --- /dev/null +++ b/data/part-07579-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a0c6dcbe6dad5d9c5b1f112dc4cbbe4a6ca3ba90888f8660c377a4e79940fa +size 631746716 diff --git a/data/part-07580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8395b858028c9e96190ff3fd15fa4faf6f85b82 --- /dev/null +++ b/data/part-07580-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfe939a5e3ac3625103f7f410eeeb5836996a56918f493fd455fc2064f50a88 +size 469219023 diff --git a/data/part-07581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8f673e34f8b5cfa83fca9d9da5a1828ab2582d1 --- /dev/null +++ b/data/part-07581-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eded89fc89813fdcc92252740015658a96b02b6f261d64df89ffea923eea9f +size 503288856 diff --git a/data/part-07582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2e7ebc21fc44885295bf4c43f3a4419eef1d555 --- /dev/null +++ b/data/part-07582-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35431b663b856e670d276b8fcc779110a352313f6a58ce0e65fb5a3715a70330 +size 525380611 diff --git a/data/part-07583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2da6b2000452d1594987533144a451c1d1223d34 --- /dev/null +++ b/data/part-07583-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed457bbcd123f536058ea476607081cd584e4c8b14e3518e774fd75bd809889b +size 552719444 diff --git a/data/part-07584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..038db49215013c4f7c97c9f0443e886b2c893300 --- /dev/null +++ b/data/part-07584-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401f67536a700bb6a28e6e77771f4be736337a161412b44a3a046c2b2204ff3c +size 454477088 diff --git a/data/part-07585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0dc0a92ad2a233b8a1b9a98a042fea956154610 --- /dev/null +++ b/data/part-07585-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8500f31cbdee6dca428323179dc4ac38d70631ed350437664a3eadbd8a74fb +size 660312370 diff --git a/data/part-07586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a9985fbedabe99406a1d9a2dc5c3fdb076d9cc1 --- /dev/null +++ b/data/part-07586-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed6a8c689de602056e6e2b8cb8bf260decd3a13c220a4bf471d64627521fe47 +size 1293160067 diff --git a/data/part-07587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa3f8202c957b2d97dfd8bd56e05eff9f9d0f3ae --- /dev/null +++ b/data/part-07587-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7c493ffb8f69ac2a7b098afc94ca35a663da4a37e788ce4478a18ccc80274a +size 433964329 diff --git a/data/part-07588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acb47fd876f5a6b78a77d2c0778ad836df8b3cfb --- /dev/null +++ b/data/part-07588-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7603c5131644382c76c13f69c71c0024d6ed32a6f1c31eb5bf0c691aec8a3e48 +size 389113254 diff --git a/data/part-07589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6afbe7e00d514f640574ae328866ee99b8f4cfba --- /dev/null +++ b/data/part-07589-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555e909be974a1b44eff7b95bac97e44bb61e4be8caf24d01f4f744c8bbb8edd +size 433994303 diff --git a/data/part-07590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a51b2d648262dfac5bd1764255b0d4d33bc4f98 --- /dev/null +++ b/data/part-07590-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b96896bc126f22e3f8e8eb919879d887ab3606381d12b2105b15a0f41ffbacb +size 468709398 diff --git a/data/part-07591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f91497e101593b7e1882db02f757bf12d4e3348 --- /dev/null +++ b/data/part-07591-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e63c51e2f74b0ca3e24ef6de9b199cbc473dc93f295862a42271e66552b4dd +size 565992281 diff --git a/data/part-07592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8106baef0ddfc80ba38507c4417c0109bd8e075 --- /dev/null +++ b/data/part-07592-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d868205699074ae2ef5bcb064b29a0fa46953216968a252bef63e9493c812c75 +size 924715549 diff --git a/data/part-07593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d02a86712f02a33ac07e2382d0e0b45a478cfa0 --- /dev/null +++ b/data/part-07593-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834b65a47b9b2e20d68f07c40de022164c56d7e730284da4ead23f02e0da96b8 +size 851409248 diff --git a/data/part-07594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e049a8cc00f5f4cba2ca337f9c010d096d555f9 --- /dev/null +++ b/data/part-07594-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9294cecc95cd46f3cc518ca2be1b97cc0d3b0c5fe1486a299b6331ad3630ea2b +size 501604099 diff --git a/data/part-07595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63d972049c8247e0272aac6cba89b9a486b97e5b --- /dev/null +++ b/data/part-07595-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554569900c39d0f2a255f18d38c7a12912176656b5cccb577090f5179edaabb7 +size 669884537 diff --git a/data/part-07596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8331f9aec839861fb3cb272da040419540f2572a --- /dev/null +++ b/data/part-07596-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679a8b5444c8c9a5d4e2d9d4332fcc9b9f5df28ced07e96eda354d3bcc0dcbb3 +size 602301856 diff --git a/data/part-07597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3d03e6e4f67911734fafa5d2b9975a79edbdcea --- /dev/null +++ b/data/part-07597-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16e825c42a9869a0af2ea84f8bd3e74ac40de4ccb6f319883a1e8f9dd0313a8 +size 532915568 diff --git a/data/part-07598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0095a21ea3dadb64b5a19906005fd3fa38e5d55d --- /dev/null +++ b/data/part-07598-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3bcd6302347c9967e53db9ad5562d43eb342536112fcb9769b642525f737da +size 361330686 diff --git a/data/part-07599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fed412d863d252a72edaefe99719e7028ee59287 --- /dev/null +++ b/data/part-07599-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bd222077a9337b6d291609fa355cf836f23b0dac19210a554b7b06050ab266 +size 457883704 diff --git a/data/part-07600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..629ed93bc40ff0b906c4fabb68df52f3fb6706ea --- /dev/null +++ b/data/part-07600-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5d9b307dca1dec261443447b9a6c618da52c7d574d863d7b5a66fbef538cc0 +size 566514989 diff --git a/data/part-07601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14ace6260b034029c9076aeff6b1f11b936c4753 --- /dev/null +++ b/data/part-07601-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aecf900525f30d53171b694390ede3c41d23cdff0eb9b0435d01a4561909074 +size 586118104 diff --git a/data/part-07602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be72476f48b411504657fb35d425b2ff6d569ad2 --- /dev/null +++ b/data/part-07602-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0628fb052b9b6a48a90f9455f17ef723ef7926db44bfad053e0c1689d24ff45 +size 464543200 diff --git a/data/part-07603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d053b1edebb8d6c3951a0023aefb0836b78af1d --- /dev/null +++ b/data/part-07603-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6717dde1cdad24bcd2be78522454e438e62381c7e8797eb450b1ba2043e68165 +size 486221269 diff --git a/data/part-07604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..585a740a411babd1af44827ef51c57251e90c7e5 --- /dev/null +++ b/data/part-07604-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a21d32e5d1dd2f9e4d8cdcfe009c7a9cf21c53daaf2ae3087440172e553bbf +size 425825289 diff --git a/data/part-07605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ef1dc3a30c2239de8db517419d288444d4f2bd6 --- /dev/null +++ b/data/part-07605-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8087244c141a7baaee59a460eeedb9fe308d278fe9ded423275ce446f29eb590 +size 489242108 diff --git a/data/part-07606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c7b98b50d4228445380eb8b80006913b5199416 --- /dev/null +++ b/data/part-07606-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b81bde3c20b803896c29748d4d44e33ff8190e261688f3795708c2ba710044 +size 382555472 diff --git a/data/part-07607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..562c18f5312dedbe3f4e0ecadb003715aeab10d3 --- /dev/null +++ b/data/part-07607-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dec38dc1bf35c7e4ff2acbdf0204a6b3a5462fd7111352fdea0126e62a07b9 +size 630977688 diff --git a/data/part-07608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d24b46bbfbeb903ccc9ba01274c6f2281167860 --- /dev/null +++ b/data/part-07608-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23946ffcc723e53e6fa21a3d30b2cd209fa3a9f2c66d5bc7b09a493fede5d0e5 +size 526254273 diff --git a/data/part-07609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdbb20d1b3781e14fa106a8db9f5086995688a4e --- /dev/null +++ b/data/part-07609-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fc8c13707ab58183e96ad84279be15aa2fc774c67f646b6052e8c4781f5f42 +size 625437440 diff --git a/data/part-07610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbfd8e9ba8242db4863bdbd4ad9ef7f2d0f69502 --- /dev/null +++ b/data/part-07610-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b83c2fd1a4c45402730dc575df81e1a84a675be637f7423b230cadaa7a73176 +size 417181555 diff --git a/data/part-07611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27c43cd5c81f4ed58aa26f6f1a21bc807f9b8ecc --- /dev/null +++ b/data/part-07611-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc14034c131c0f61f3d3821bf5d18317ef4d8313384772d3d89e283b84f401c +size 569194927 diff --git a/data/part-07612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..131ef9fab0abba0743e611b77fe581c6d5896cdb --- /dev/null +++ b/data/part-07612-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26897abc7f7e32e72b31724943f68ca41161a79fe8fb7cc516e91c356cc116e2 +size 519339003 diff --git a/data/part-07613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..797ff43af93c701bb07f5bcf7343371445b398c6 --- /dev/null +++ b/data/part-07613-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4d251bee341b142dfd9e0b3dfce6945fbc1ad5e8a815e17df229fe4173756b +size 847754938 diff --git a/data/part-07614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec833c217442ce6a43d801f94b9ef2db471e86b7 --- /dev/null +++ b/data/part-07614-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a73f96d1bdf8ede0718e9e83c68689461d4a193fc9f750ec91ad1e3baf7ccc1 +size 433393764 diff --git a/data/part-07615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53febeeca4b62a02fc244a32ee458a005ae82977 --- /dev/null +++ b/data/part-07615-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2decfd7467e9f7ec3c3f2b89496813678eeea1ed7d354d32c79471d574723da +size 473396000 diff --git a/data/part-07616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9435ef76a351eb21461a3e565b05bc067f936efa --- /dev/null +++ b/data/part-07616-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4d00d36952c3b5f9c051f34bc5361d58954236b56b8fe7b466fdb2a767015 +size 372120121 diff --git a/data/part-07617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7944c3b845e9165959ebb74261a754dcf4a6075c --- /dev/null +++ b/data/part-07617-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a123c4383456780fc9901f02b5bc367fed3cf4d667293c5516145504d5e0d958 +size 477879559 diff --git a/data/part-07618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cede7552745c85a278ae86e368655d786ead841 --- /dev/null +++ b/data/part-07618-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c255d8959d6a24136229f29bf44ec5781ae78474336510ad0fd9fece45d3163e +size 421602965 diff --git a/data/part-07619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31e774f3b8607889181d85da80163aa712647c31 --- /dev/null +++ b/data/part-07619-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e971281da1601bf5177967145807c94395e66d2284d82c55568e2a821b2ce8d +size 576027613 diff --git a/data/part-07620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac54d2b09e0cfe6b3fb3e18e2f5b52d0e81a7d29 --- /dev/null +++ b/data/part-07620-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aac6f02bf1a858f7c45a68d0572a114522dad0d5163ffda48b4229cef00af7 +size 622616098 diff --git a/data/part-07621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e102a015f8c39eedeeed598821ca84fc33be3db --- /dev/null +++ b/data/part-07621-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba959ba53e4cbf405ffea053e36db84c2b204cb5691b6ab6e338fd796e0c40ef +size 470915450 diff --git a/data/part-07622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e65a61e8c013024c3473708475b7e418c2b368b --- /dev/null +++ b/data/part-07622-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a0656b345c29b1ea3358d35fe5bed18b988b7eafb4ac24cfe241749a30e939 +size 484779191 diff --git a/data/part-07623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..363aada6bf38d42960ec11bf314a86051a1df2fb --- /dev/null +++ b/data/part-07623-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7739cff3f7464a4d0d7e60263905800465724412b5b77190bc2c162a5abdfa2c +size 639981904 diff --git a/data/part-07624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79ed9974082ca0339173e60e789589de733e8d43 --- /dev/null +++ b/data/part-07624-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260130acff36844035655ca49a304129bab9f2619205f6f96adbc463d85b9705 +size 603149255 diff --git a/data/part-07625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fa19cfde3cdd442ce7f6d5615ffa159f9c7e678 --- /dev/null +++ b/data/part-07625-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4fb64b1b1f575669b9878a8d0b227f79533cc888bd0dc64ba38f50eb4bc43f +size 427484911 diff --git a/data/part-07626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec3478363fc6a50114ec69dd0fb7e66054ddd6d8 --- /dev/null +++ b/data/part-07626-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16772c61b95e12e904a2aef0014308e737569c5a15f8d505266ec368b3a07c5 +size 594137410 diff --git a/data/part-07627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff0057f677b51ede2224ccaac8b1e89d34b45fa0 --- /dev/null +++ b/data/part-07627-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5ca4f7a3185724e48c2c65bcb9a4041a78427b87c53947bc55cb8b26b38962 +size 511265375 diff --git a/data/part-07628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2452fc9c337d7ad772ab57c72ebaccc80e4977c --- /dev/null +++ b/data/part-07628-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261252f1abb04e048db750ce14b1f7151a5556afc66ceaf1f78c4f6e32222384 +size 433091583 diff --git a/data/part-07629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..226a1e43e3fb508e898b533e3a80a30b3c517544 --- /dev/null +++ b/data/part-07629-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9810864af9687014105d89e459e3c2fce9af76c9085dc032b9bd978bc8c92aed +size 444089556 diff --git a/data/part-07630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef15b14e4080d918af64b9a89c5b7d9bd729373e --- /dev/null +++ b/data/part-07630-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416b5ebccb57b88844762e6a27a6428f2317e489657468f6cf09b0299e23dcf +size 510527443 diff --git a/data/part-07631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a27a5773f24679284a4e2ef92cde199185541a8 --- /dev/null +++ b/data/part-07631-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616eaec02dc54de71b0f0db3e5b98345e160e975a4db8231335a1ead8772924b +size 398357415 diff --git a/data/part-07632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..feca49aa5b4a3ab90c05e5573ddb431d2b20c153 --- /dev/null +++ b/data/part-07632-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c1a8cc3047345ebe5b32db53e9a0b4278740968428b98fb36c199541139ee9 +size 519146117 diff --git a/data/part-07633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fca7d5e17c980a4c2965386bcfa2d4cc8be398e --- /dev/null +++ b/data/part-07633-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aefd69871a2d517d5c1d1aa458522fe0ebf35df65f6194a30a498a9d8f66d55 +size 544466008 diff --git a/data/part-07634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b1db78bf700830b1b0358a67b03fe32b84a87b5 --- /dev/null +++ b/data/part-07634-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d08a959eb7e942a25a76db23c506baaf28319644ac97679cc4a9a6de69377f8 +size 481775224 diff --git a/data/part-07635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20022850929bf240304a8bfd9ce8d75c1634f69e --- /dev/null +++ b/data/part-07635-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e1e1f0c9971f15e745f313be81de323698335e3241bdf9c86920f579761a7e +size 643594620 diff --git a/data/part-07636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ae59da4847e1f9a3b4d5d4e33d532f2e4942e67 --- /dev/null +++ b/data/part-07636-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62cc57a6451efbef28c07b1473c694281d4255fcd249350d98d7db824e279f1 +size 386071191 diff --git a/data/part-07637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5902828d613114e269afb6de4e0fdceb400de7da --- /dev/null +++ b/data/part-07637-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80576c9331300285011bfcdd037208c944a69615649bf305efcb8f34e4491ebc +size 489472608 diff --git a/data/part-07638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3eaf1ffb2bec71bcc02691f6fba5b9509f83b5e --- /dev/null +++ b/data/part-07638-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f38bafbe9ec370cf465411bf3b5ecfe963192030985669941e3ed17e33eb2ef +size 603799262 diff --git a/data/part-07639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff33d6f4b15c47d1ceef51005a46691b38d1ffbb --- /dev/null +++ b/data/part-07639-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4dcbcb77f5943e8200ba627241daf923145200a29ed8f2910394d2a0ac7478 +size 427326840 diff --git a/data/part-07640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd518bf0e87d87b395337b759945eb4199657b0f --- /dev/null +++ b/data/part-07640-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19696b8bd32265921cf30fbe2d32bad83d35485bcf0bff80a2447975cafc6017 +size 510226061 diff --git a/data/part-07641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9ed1b93807f3ee313a390fbaaec36abb8a5bc15 --- /dev/null +++ b/data/part-07641-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70351476e397b99096bfce32155f68d0e935a03ce6f11c0e51a77271877595bf +size 526340714 diff --git a/data/part-07642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2132271d84da1eeb8716f2e2a63c609fd3ef5283 --- /dev/null +++ b/data/part-07642-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37a8bcf17168c3eb202ce4b251bf2f3f6c6e88309e4cc7a24cbd92ad8e6ee9c +size 566633336 diff --git a/data/part-07643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ee6ea67feeb829da1d7abaf4bb2eeadfd0650fc --- /dev/null +++ b/data/part-07643-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32776c43622bfc30862de4cdcf3914d708f98d65c3af1775de3a8e290f6c9222 +size 619266790 diff --git a/data/part-07644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a213ccc9e8a2ec141ee39afdc833477b8076f9b4 --- /dev/null +++ b/data/part-07644-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b4d1e6a9bd5b25cebb9a1bd6e4abe164067d1d719196c3b2a18ab1086eac2d +size 529239424 diff --git a/data/part-07645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5201a664072a031b00929e5caa183948f370ec1 --- /dev/null +++ b/data/part-07645-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135800fa435497f3f4c6e9a7a6c281f402e8f3c9fee125998341c85e2be1de67 +size 713803964 diff --git a/data/part-07646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdf74ea13996cd797bc83888f998d9623341d142 --- /dev/null +++ b/data/part-07646-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe77163bf2616c7125483146a356bf91ea5400ab405d8a0447a1ddb2f9b88b8b +size 636279012 diff --git a/data/part-07647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c92e1f8288f237e9a8d41de236684333907e56ce --- /dev/null +++ b/data/part-07647-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703b1b718865d7651645af348303dcb6b17035b51487a5c95a893da318091907 +size 481335305 diff --git a/data/part-07648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4c1f1d586214c8fd0ef968d650d7061815edc50 --- /dev/null +++ b/data/part-07648-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67cc20ba43eacae8aa60e90edf76cf234df126a293de5ad60c6578f6aefd0f6 +size 589062069 diff --git a/data/part-07649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8657c960c0c56849bbc291b620cb4395c4afcf39 --- /dev/null +++ b/data/part-07649-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc115ba8c5a83503763264bdb9791b5e050cb1b7c8af4d064b10f09d90f390 +size 775250917 diff --git a/data/part-07650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13b42b6cac522e79c666c802ae9acd1299bc2cef --- /dev/null +++ b/data/part-07650-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e01c6262ef0c08ec1844134672affef4e873aab0b703efe75b4163a225df028 +size 962221894 diff --git a/data/part-07651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f3a88e2fe405ad702ab44fc5dbf160a52b14436 --- /dev/null +++ b/data/part-07651-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cc9b7e03f79ddd99e3a145a6ec738bd02cce3a28217a41ff2865db186bde8c +size 474085987 diff --git a/data/part-07652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5ccb53c53d37092edb2fbd67febba7d9db0b18c --- /dev/null +++ b/data/part-07652-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e473e3a2a0f4129b7c64fb5ff9a7faf008cb72c259fdee53a78d22d5cea5b9b +size 695072429 diff --git a/data/part-07653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf363f821b9ab4febee5394b40a7cc4b144e880c --- /dev/null +++ b/data/part-07653-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667564b735942ff7ee36f55f2780159b9b885e59a2709efd892e7a6c571e190e +size 389804039 diff --git a/data/part-07654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00d6815768756e0d5b04fffd2ca282f521ed03ff --- /dev/null +++ b/data/part-07654-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3240f8c866c5fbdd412e4ff3c1ff9c2bbafe46b1350f53a5dd206b6a10a0bfb7 +size 538169309 diff --git a/data/part-07655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bf2505134c1c205d317e76179609009be7e8139 --- /dev/null +++ b/data/part-07655-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637b272f2db7887298191bec3cbf436d13ff410301cc877fb2d8ebd32fc4a8a8 +size 360261734 diff --git a/data/part-07656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..434331efd7b3cf25d3200e60e4670d315a39193b --- /dev/null +++ b/data/part-07656-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356c5484ca85ad79bd322ac51a5aed57228dbca7d23df58d2a5373e7542f4916 +size 436652007 diff --git a/data/part-07657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9a8f4e7900aa7a108f01106a7142284cd8526bf --- /dev/null +++ b/data/part-07657-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851d53650f70dd73b31ab0508f1ee683ec9676ec09d913c74f338688c4ddd16d +size 1334724018 diff --git a/data/part-07658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eca432c6f5cd2bbd3c33023718cdb968c16be32d --- /dev/null +++ b/data/part-07658-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daafdae5e475b4b84f59446bde1486a7cade0722a00cda67b993cbe70827d233 +size 945190762 diff --git a/data/part-07659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6616f8772fad5142d63acc923a21a0910b4d0764 --- /dev/null +++ b/data/part-07659-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cabb72998044534265bb8093fe7c7806935e40e1bdce153ed86061144cebd07 +size 456653667 diff --git a/data/part-07660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e0cb2542d48e4f536c606a2a14fc604b554fa00 --- /dev/null +++ b/data/part-07660-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ee078c4b1e5f1843c1f572da5711714b89cfe4745bda3653976f4eee55884a +size 605175915 diff --git a/data/part-07661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41d4df5cca034d5d39444c0c55354832e9840f8f --- /dev/null +++ b/data/part-07661-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca295439c474cbfcb8136d2eb1f223fe7f6ba419afbeef507af6391d79dc4628 +size 426158742 diff --git a/data/part-07662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd9f8bc4504e3ebfeba2828739c37015ffd5b86e --- /dev/null +++ b/data/part-07662-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1385b5fc574fa595b4f9eb7c02d10a2e52e5dab228d06dbb869430b70859ea7f +size 667656539 diff --git a/data/part-07663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5827bfdf1724d13a4085ff9674c43da829a977c0 --- /dev/null +++ b/data/part-07663-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7facbebf0b3feb6b310d0ed6569854eee25db62762baa15ca8b733a64675147 +size 456931864 diff --git a/data/part-07664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e158d05fa4da3773614c99082ff01fbfea0d60cc --- /dev/null +++ b/data/part-07664-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648fb64d7e42d42344e758a19dc7be49739c11454dbdf82ad651c95336113077 +size 499495863 diff --git a/data/part-07665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e772689a62133332ff7d440e54ef059cbf7d62fc --- /dev/null +++ b/data/part-07665-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b03b29ef529b617bc5f5c4c513c70113d3c04738d9617f84a38d5f81ce0450 +size 411607513 diff --git a/data/part-07666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23fbb75da5f623a5bcbf1b5cc6cb0b87274f1baa --- /dev/null +++ b/data/part-07666-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa605a199fd77507b2308f0cfbfdbecf9a5ff86c4be70cd7bcfc107a38f70093 +size 472005451 diff --git a/data/part-07667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3e357d4c92a2318b135d73d87e58d1b0aa27132 --- /dev/null +++ b/data/part-07667-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525e9f8095b079bfbcb6949358bf53521c3e8fc4dd43728cc0a2ff64d1a032e6 +size 663162572 diff --git a/data/part-07668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbd53740f6c6a3324f0831fe5c8ef51b145af3c2 --- /dev/null +++ b/data/part-07668-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d2afbb4fb97a036cf38957c73f7941172009d442ace912f33f0c28aa16cf42 +size 470977876 diff --git a/data/part-07669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5595dbb09f000283280003f424f24597242ebe2 --- /dev/null +++ b/data/part-07669-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900db79e0ddda10ec11649921feb2eeab300c959f8e6b580c23bd3a6dc339a86 +size 733172930 diff --git a/data/part-07670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cff28ddca9415dbfb4918125d4e5bf4a9f4f1343 --- /dev/null +++ b/data/part-07670-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1dd66f90b01d2b73d73b6ff78f0ef4c8f1187feb8b19449637aef6dd6a8946 +size 577486125 diff --git a/data/part-07671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8acad45dc437d817f3827d4b0c053c4a8a9f1742 --- /dev/null +++ b/data/part-07671-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c90001f07ffbd0470ed18090523805f219d3f7c1229d28837d82f0c60d6660 +size 370793789 diff --git a/data/part-07672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55de1232d32987d1a6b6efc629cdace34dfab726 --- /dev/null +++ b/data/part-07672-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e80b10d62fb71fca36a224cb6ec37cfcbf924313e281ba67bf71f79a3e1198 +size 769222815 diff --git a/data/part-07673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10784cf2402d679d5ffb0726cfbcf6da7e1a0a97 --- /dev/null +++ b/data/part-07673-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d536bee52940615399e7b79ab0d5567b43f14d1a2f469c67eefff2ac3cee765 +size 515399338 diff --git a/data/part-07674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f147f2f7978263a2a5f9fbac8bd70e868851f2a4 --- /dev/null +++ b/data/part-07674-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25272694d41fd0c470ff7fb9f697e309ce306cebcca44b80c61b606b9a0b8bb4 +size 651151327 diff --git a/data/part-07675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f78ce45a702666eabb930a33f8b313bc572345b4 --- /dev/null +++ b/data/part-07675-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab355ed6bbe59e1b8744cb73752a5c35c7af01ca7d88a3193935324bb380997b +size 473195273 diff --git a/data/part-07676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b706a7b075021c577a08a0ed19d5ca32e33de26 --- /dev/null +++ b/data/part-07676-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195425d769dd1393d2808ce63026f6fb7a6a4405dad29a65e955294e0f2cb9ac +size 523635899 diff --git a/data/part-07677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aeacd05b18bfa072b4bde3a5a6f788a737056d1 --- /dev/null +++ b/data/part-07677-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96de41f0ed4cdaea8488cf52df691364e20fb8a0b15bb57cbb812f64cec8a0c6 +size 797846564 diff --git a/data/part-07678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50c9575703450b78428049cb5571f790d5fd33b0 --- /dev/null +++ b/data/part-07678-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fad4c8f1fa74bbf3de8a149873523d539cc183d636ade0c48ea02fdfc6ef8c7 +size 574647993 diff --git a/data/part-07679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63d252e6ad0bda90e55ec23e5d8fa2b760cde9ad --- /dev/null +++ b/data/part-07679-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a340885a339ffabca3e29746c933ec290c3b55b32a730ec39447b8b3ab6ff4 +size 578148931 diff --git a/data/part-07680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..439c8e329aae9f71423181aa438e98d666cf0029 --- /dev/null +++ b/data/part-07680-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195e66fcd37d68d98a876c7e7c67c37d20115d614d2bdc1fc378cb1abf240e16 +size 698292442 diff --git a/data/part-07681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..333317de3441044de7294989de9e1dc2c0caaf2b --- /dev/null +++ b/data/part-07681-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a88a025a9c9ec3d923cc533946e6dcd0f674babdca42fe7abe5d62c322731e9 +size 430855018 diff --git a/data/part-07682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76d30ea7561fd527d25f4c7e9e711697e4801004 --- /dev/null +++ b/data/part-07682-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73169105ed0888e3f44ad0219e73d53e5ec728b1d56ce508853def0290b69c0 +size 492019532 diff --git a/data/part-07683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d84dd1f403e2b6ff96299214c607da2db520ce0 --- /dev/null +++ b/data/part-07683-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78830ca3ff70182e5f46f1bf3ae9fd2869a83418dc32897d78578ada9199a538 +size 651829824 diff --git a/data/part-07684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a469f5dadbdd4b2ac7005208d771d064bdd47ac5 --- /dev/null +++ b/data/part-07684-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842db7350c4fe046c0daf353f1664236ee4a941ccb0313ef29bdb66e197a588f +size 1026704351 diff --git a/data/part-07685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e584529521e4043e59fb1613c93d59aa4bd553f --- /dev/null +++ b/data/part-07685-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47085685bd03768830863d077cb7da825bd7d712f54767b39bdeea23105deb55 +size 570513526 diff --git a/data/part-07686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9898c414bd7c77474cd228d3060bfb5929ddf09 --- /dev/null +++ b/data/part-07686-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f4bd276ac657c526e80474cd5b3b93c3a262a6864f4c903b74273b30d97f0f +size 1071375011 diff --git a/data/part-07687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27caf71568571e006b64984c49f0fd6ee188885a --- /dev/null +++ b/data/part-07687-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566712a2ac1b2fd68199bfdf025ae09b55871fbdcaa8baee9540d16fdfe4203b +size 422330715 diff --git a/data/part-07688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..063d23752d8f50f294a4e72869922dfdf55ce773 --- /dev/null +++ b/data/part-07688-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0258d57220ea68603696e1e01f82ec5dcbc548ecc404c35d5d2de2d8d8ddd9d0 +size 549863164 diff --git a/data/part-07689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdb067c6a4a59dff8a20ab1c7505edfd6fb4cafe --- /dev/null +++ b/data/part-07689-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852112f2855a750f242753bf7e030a8634bdb49fa4a800cfa454ceddd058e060 +size 639465828 diff --git a/data/part-07690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebe0b18d8342033ccfba31c5378e0305b5722051 --- /dev/null +++ b/data/part-07690-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5236b33ff99b3c1537cdc983926e326d8bda69a40ad24eb9c16e316c0de98da +size 487546159 diff --git a/data/part-07691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4d9495758f8300aaef6346450d794f211fd8b4a --- /dev/null +++ b/data/part-07691-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f57379fcba9e7a4f46aba148c883371f0908114971bad7ab9ff967b4b07ca1 +size 818385104 diff --git a/data/part-07692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e8d0fbb4f2b349acade2b597ce7e02f0e590c00 --- /dev/null +++ b/data/part-07692-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cdf338c731d5a9b51b1917d49e427be001119434e3d695ace1582c72687246 +size 478797039 diff --git a/data/part-07693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ae5a802606614779f2e38c1611c65cdd5e34f8c --- /dev/null +++ b/data/part-07693-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534dbcd9db62221ab2402ad9d3c7f3086b7a9b2722b7205ee0aaa0859f915803 +size 547834202 diff --git a/data/part-07694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..608db75518b42a0573baf74940a6c9319182c3eb --- /dev/null +++ b/data/part-07694-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4742998c7bda8844640731d0c3add37d6a8ac7d56e8c089fdcb8e37664b4cb82 +size 526946397 diff --git a/data/part-07695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea87957803ebd612d65f0b517c4e665b214cdceb --- /dev/null +++ b/data/part-07695-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe8059cece3794a681e547c460775b29e2f7a6831c04a46202be34557f29adb +size 597857316 diff --git a/data/part-07696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6d7e265fe71c04d0351a6482e37cfe337009cd2 --- /dev/null +++ b/data/part-07696-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89834e13ed07bf743bb809e699ed3730e1298a5011c5dd25f16b2182d897fe5f +size 349715663 diff --git a/data/part-07697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cd5c590c6c324a9cd109c8043f44bf7daf2f4f5 --- /dev/null +++ b/data/part-07697-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e37a6fc7848dd10116b063e6069a813f3b275a70a564c0bf11ed873c4d3763 +size 1269761696 diff --git a/data/part-07698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d0a03163bb0150dd600074ccdd454f9e7e69b11 --- /dev/null +++ b/data/part-07698-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d2f7a5860ae2fb3f52ad336dd7d9c66cbb910e9389d4137975d8d36b5d18e6 +size 381850636 diff --git a/data/part-07699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f9fa0cd32b7691280205420fd9d7b95c75d2a39 --- /dev/null +++ b/data/part-07699-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75303fcd4c92e74e891bdaaea530c33ff0e3f1f4a70fc9e33e60c0db7385a1b6 +size 500409307 diff --git a/data/part-07700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8840d81f3697321dc5f8a3d79287553c0cd955f5 --- /dev/null +++ b/data/part-07700-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdbd11fb4c5bd717cecfd1684cbaddd9cf99d8f362d0b78126140ebccb13f74 +size 418472178 diff --git a/data/part-07701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a934aa7cc8cacd2f056afa8c8f31161cf5a86cb6 --- /dev/null +++ b/data/part-07701-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1726d7db68bac65685a8326b1b0123e69b549a8af526739828cac7674e713477 +size 428157801 diff --git a/data/part-07702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77b0ae2c0f5701ff8c66b9673d8f1eb45f97939f --- /dev/null +++ b/data/part-07702-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b72c911945ab27f42085a3553c8c0e37e28ea21b7254de47fd3bf5fbcb9e5f +size 563072989 diff --git a/data/part-07703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87aa8f2b44cd509b37c381ff69bbfaacf8b817c5 --- /dev/null +++ b/data/part-07703-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acb128ac98d55d23529b69f548167e23bb436f1b3a2b8cd08f0bf8977919afd +size 618407934 diff --git a/data/part-07704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff03074e97213bd83535e5756d4fda42d0063557 --- /dev/null +++ b/data/part-07704-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833c6f8690a69129e8433d4d0030b7114d37c4dc4a8c1309fb6767a202399772 +size 797027866 diff --git a/data/part-07705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23f7b876df82d90de197911dcb3b32e779c9297e --- /dev/null +++ b/data/part-07705-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77958424d22860fa6765a56c0fd3f7de60f8be4b4cf9dd90ac6447dc291906c3 +size 427010948 diff --git a/data/part-07706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1de135e8fbc0063ce5c5cdb3ac087d2a446fea05 --- /dev/null +++ b/data/part-07706-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d765050a8f22b0f6e0a3c9b72a1a7c6efcc94d84d868a1fd70db8ba90fc705 +size 456715334 diff --git a/data/part-07707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33bfc9e4c31e2467c03164de59660ad69097c6f1 --- /dev/null +++ b/data/part-07707-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa7d7db7d0e2467a9053f757a7cd4b333dfa0d9596f6ff804c8d40d4c307d66 +size 619443662 diff --git a/data/part-07708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..def414babdfc35e2321224e52069bde3ffb4d693 --- /dev/null +++ b/data/part-07708-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c861add3c1c1b9e3c5621d4805d30f7e6468320f2323c1708feb71fe2fe5545 +size 610927533 diff --git a/data/part-07709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebfe641ff507bd344b3201d8d0c358f1ba3a73c1 --- /dev/null +++ b/data/part-07709-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17773b7685e63a83017dcb4042aca28422e5c398bc8d50ca891c385c2dd88b06 +size 567914754 diff --git a/data/part-07710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64a0d5dedec60667a767961b1828475d3c1d6bed --- /dev/null +++ b/data/part-07710-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d0898aa430e0f8e49d78dc8d53419dcba7ffbb61ab25e82823fa7d32a4debb +size 400365836 diff --git a/data/part-07711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e00d1c4738969fb1c1539785c20754ff8590bb4f --- /dev/null +++ b/data/part-07711-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a404dae43599f408693f105bf3758a029bc5848bdec40a86cb87dde254eb2bf +size 410974213 diff --git a/data/part-07712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2317f235fc0c01faadf43d39530401689264138c --- /dev/null +++ b/data/part-07712-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59e437062de69b4a3fba9a4fe39cd6c7d0a61b5193a38e52bfc6f542ed2e1cf +size 667323084 diff --git a/data/part-07713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06debf4d92b53313b912fc3b91b75a174968ec2f --- /dev/null +++ b/data/part-07713-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf32329bd3a8ac969171454a735b2e4d8f5c21f48478be362a12edf8498ef13 +size 727269312 diff --git a/data/part-07714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c37d7c220645f05dd0fa2938ff23bb6d899e3ee1 --- /dev/null +++ b/data/part-07714-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a25da84113295ca75a76c3da4b4f8b69a93752c90d1351c7faeb25e84e8b1e7 +size 486078350 diff --git a/data/part-07715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adcb8cbab5cd86eca12f980887cb666ad55e43cc --- /dev/null +++ b/data/part-07715-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ac7c69f155ba46f953e8d328ba90de1fa753f43ed8bb2ef8e35c0b256efd2c +size 506484287 diff --git a/data/part-07716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9ac3eeac8b547a6144e6f0b7a810c2ae0e4f0f9 --- /dev/null +++ b/data/part-07716-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1f5ac90990cacd12d922da4cc4e637dd1a25ddca95fc9ee53500c75fd62d59 +size 455682459 diff --git a/data/part-07717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d70d32b6f516d435f8245d8b125f8c88e19cdebb --- /dev/null +++ b/data/part-07717-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84587b4ad7fe540f64b08fa48bc81325b574cef4f854c7c79af72bb856484758 +size 608745832 diff --git a/data/part-07718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..173c9fca319c766e607431fa2c58d16474296688 --- /dev/null +++ b/data/part-07718-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813d5fcf801871ba5f4944d4f68cec1a95c4dad2a90e04aae2dee6bcb08b3947 +size 780253073 diff --git a/data/part-07719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa668034c5263ca8af841b0c3ad987e88b66b023 --- /dev/null +++ b/data/part-07719-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef96689fcebdd107d11e84c47076ab7ff2599aa2b2fe51e7752ca3ba77f4fd8 +size 456340541 diff --git a/data/part-07720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc3ed414075f82ac0f171b9e79720831195bf255 --- /dev/null +++ b/data/part-07720-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee5e42374ba872b4d68688fd5a50c2de11b3a5c03ba8afd07ae8384dcb1eeb6 +size 729762417 diff --git a/data/part-07721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a90683b7c32aae5ae9e62f7240075ed071474c3 --- /dev/null +++ b/data/part-07721-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b632d6a7e6e5a8763624dfbb88a5261270f5aac4a56e10c28b7a49bb0fe7ba +size 485429018 diff --git a/data/part-07722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1cadc533e6d0cb4b7c1c6d7fa541bdb013166ba --- /dev/null +++ b/data/part-07722-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc65627fc677e91269ddb7678adfa74799309183af1ab4d46896c722f37a934 +size 557285290 diff --git a/data/part-07723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2714a93cbb3f0917f97169f540fd31655ae40ba --- /dev/null +++ b/data/part-07723-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d3975f19e0899afcd93b0e9650e8bfd683438a6e942afb970ef395a228b8dc +size 537700004 diff --git a/data/part-07724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea90f95ad805dfe7bca21cd44246069d7995fad --- /dev/null +++ b/data/part-07724-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd7aca5c399d89e403868c1b6470a5117ff9cc1addc35524643bef03e3fcc13 +size 523202146 diff --git a/data/part-07725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a78a11e23855b69d6b5f10d95e3b8561f1a8069f --- /dev/null +++ b/data/part-07725-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced6905df00e26f89bb32db736bdc7af1a8d56f86d6677353b3cb88d4b248480 +size 611533628 diff --git a/data/part-07726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..298474dbee9db74984f049631a042b679d10beb8 --- /dev/null +++ b/data/part-07726-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0162fdf1c4cb0e5b8cfc151616767eb6a3932ee9008c473ebde270ea867c7b87 +size 811543236 diff --git a/data/part-07727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e9961689b5eaac180f93aac48eb25702a6b290f --- /dev/null +++ b/data/part-07727-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e5d7979b96fcfe72b0a585b6d72edd8087d3214a08e7989c96b19bc2d18c32 +size 464236107 diff --git a/data/part-07728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..793b8a0cd9ccd971924e11d387d0463222cf5fbc --- /dev/null +++ b/data/part-07728-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f529906830fc0f0b03873957beb97cd13bc4f6c1c9d201149f32267473da3551 +size 641208615 diff --git a/data/part-07729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..227a384cabcba1acdf11a6a490e4a189bea285e3 --- /dev/null +++ b/data/part-07729-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7975be4af42219988a1ba2f23eda215ea4a9979ee67bf2951cd7e3c2f444cd6 +size 575422904 diff --git a/data/part-07730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5772baa6414ae79bb60631aed1c0d8245d42c98 --- /dev/null +++ b/data/part-07730-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb3a9b8be1ad877ecf1047b2a850f4da2fe6a94048e1a7d09d0789ea50fc9c8 +size 560541455 diff --git a/data/part-07731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75950a829119d3d166d68abdb4f9bb5bbd8cf2ed --- /dev/null +++ b/data/part-07731-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc63d21ce59dbf1f4b72ee84a7eaedcc9b88a7fec024cfa84608f19bfd6086a6 +size 614207829 diff --git a/data/part-07732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6cb2ee5176e150eaf78bf3aa2e6d5bf70deb2d7 --- /dev/null +++ b/data/part-07732-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a079931f1b78144cd0a849a93148699c2d7223e5d81674dbe63e2d8d43e5a536 +size 456186898 diff --git a/data/part-07733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c40c3c4d11540333545781ad372986a5b65bc0aa --- /dev/null +++ b/data/part-07733-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347eb12c89c4cd7ae16a1808f8851234eda915ebdacfc26d6063c61baddb4cd9 +size 527654237 diff --git a/data/part-07734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b4a90fd49ddfcb70b98fbced68f6277c25a01f3 --- /dev/null +++ b/data/part-07734-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a06aceae7c5b8d23f78e4e6211b9f14061fe1a00a92f6f3d9023d143644924 +size 730671781 diff --git a/data/part-07735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..431400b4e42e19df80441530c8d5547b4ec784d3 --- /dev/null +++ b/data/part-07735-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ca7e818bb5e0bc3c23b41458d520ec16f160b3de0e8b9b24cf1cec69a7c88f +size 491774133 diff --git a/data/part-07736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbb8a9f4e75b2d8364b40a159b50288550121c1d --- /dev/null +++ b/data/part-07736-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5600f559ce8b092eb566648f4059af14409153e083b873fdb8df6379170865e4 +size 382273947 diff --git a/data/part-07737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f599e08cf9a23a9931bca6d750c624db8b0055ed --- /dev/null +++ b/data/part-07737-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9520327b31d21f1c2de5048dd5438030520b4d4ced2bcbd967e85d0286350adb +size 401466006 diff --git a/data/part-07738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2077b1e157d123a6914f6784225230661e2313f5 --- /dev/null +++ b/data/part-07738-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce19f92a2e59707f11c4fdbcd95b4dbdc9f2329313675b4a48df03c9b9be753 +size 426380465 diff --git a/data/part-07739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc5a1c2ab16f112d4d74f8daa8962be15f0537c9 --- /dev/null +++ b/data/part-07739-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed9bfbc04df668d0746820d67df1a8a56683373f89998594f4f8a5838c84e71 +size 459417149 diff --git a/data/part-07740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..788edc47951822a19a5abb10586fc5569b2106cf --- /dev/null +++ b/data/part-07740-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ee7dd38afeea48609492e9f5ea2ecdd7081e2f4dba3a5337e3722b1d2914a +size 750036526 diff --git a/data/part-07741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc3685061047b95c055b8a4c15313885c56e5343 --- /dev/null +++ b/data/part-07741-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0442d20727740ea6f5e87dba7df189d1b269245571989ade1a55d4a358a118d7 +size 552093660 diff --git a/data/part-07742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..440df77369851b1b0f7c614af2d33253899375ef --- /dev/null +++ b/data/part-07742-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e6e3c85930be5295d7a570e73a322a70ae990a5bafd8762f1a1ba9d8bd71ee +size 391861158 diff --git a/data/part-07743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a56432dd247d535a2155d0bdb67fa3aae6d8e9a5 --- /dev/null +++ b/data/part-07743-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28bb7aa5eb57410d3060fc20e027a89abb43a9741b214daaddd6c6305b41c07 +size 472069839 diff --git a/data/part-07744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21c855e90451dc806563c08b2ac7fccb486d5a32 --- /dev/null +++ b/data/part-07744-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bb216bccf27bae99c4b6eaf4a674a613e57d110cc79b2eb7b59b3fc1926b8e +size 615724293 diff --git a/data/part-07745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdcc3dc9633d212fa9dfa12bbfdf83854428279d --- /dev/null +++ b/data/part-07745-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058ae28003a4d9521337db90b208f06a9bd8dca77fc56b652cd9053c074d4146 +size 808094714 diff --git a/data/part-07746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..928065d130fb3340478395fd2724246d488f56a9 --- /dev/null +++ b/data/part-07746-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42222d50bd5afb92e572a6c33b98bc66c8d127993cf9b8808afd77703bd1a593 +size 688516542 diff --git a/data/part-07747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef8b7b5f87963cfcbdd096c87210a89b761d9ed7 --- /dev/null +++ b/data/part-07747-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4289b467348ba21f8b17570d7aed2e961f2b4d800a6bc9ad989a6f8058c16acd +size 662698937 diff --git a/data/part-07748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87025634a9d19b29eecdf659208f54d6dce259f4 --- /dev/null +++ b/data/part-07748-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc88a7d021a270b36e023e7561ca65dbc0f18f6f174ee0bdbeb350dd60b0893b +size 733235062 diff --git a/data/part-07749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7ee62e02329c63d11c1503a4c17daeb4642e55d --- /dev/null +++ b/data/part-07749-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da98f4d239b64f5e0726de524fd373dc003c95c144e7398466333d178a274c15 +size 487722085 diff --git a/data/part-07750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff07352b37137d6f574ef7f5174b67c2b27258c9 --- /dev/null +++ b/data/part-07750-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715b75aa966b508be7f173c477fc1f69b486d7debe6a973f5978e39af058958a +size 426647526 diff --git a/data/part-07751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dade0c5ed6b101f0c09b5c4a362006b45d238521 --- /dev/null +++ b/data/part-07751-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a0af7613de80925682241799b994022d0bc67bfab81fd7600f085a1eeeae17 +size 447835851 diff --git a/data/part-07752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e765a7a4fc15715f09c03fb3329a68b20d98beb3 --- /dev/null +++ b/data/part-07752-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4991dc81172d7984ee1304b15b71fc26710831a9084ad78f90f53380ad6522aa +size 429781992 diff --git a/data/part-07753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cc3dc40864a33c7fe77ffdcf877f3108287f008 --- /dev/null +++ b/data/part-07753-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bb6435ef45ec63268cab17a21b9d9248b14def4092eecf8d8e00f3fb1a16eb +size 1148971126 diff --git a/data/part-07754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..512e5f046e9b2677eae8a75e2d657b05330b91d0 --- /dev/null +++ b/data/part-07754-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73059ad30f2fafda4c4430ad78fcee72a5c997dbabab699f683cd30a0de8e173 +size 441056811 diff --git a/data/part-07755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cadaba0e3a8e6f7f1b540e612c73bb1fd196c7f0 --- /dev/null +++ b/data/part-07755-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4c85a2c3c9d6ac3c35da840a82bd7b6d5f6c0efcddb94bb07c056642ba6ad3 +size 431885221 diff --git a/data/part-07756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..553f68055bb1fcd8b044fb6ff841e8e34ad1fe23 --- /dev/null +++ b/data/part-07756-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5821b5bd54294e3f499f60615bca061614d035c39d99a449a7b59875cee921b1 +size 420481831 diff --git a/data/part-07757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d5042e07471fd3e0995b18a2d8f47ffa6d5aa4a --- /dev/null +++ b/data/part-07757-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfecae7991ed5da96f0d509d68791ba716b31b783b20809bee8680d2954071a +size 465728559 diff --git a/data/part-07758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d716829ad34833bd4b8ddabc105ac84ba2dd75d3 --- /dev/null +++ b/data/part-07758-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da13d5bfb8c89c13016036e89f263956b6dbb39a36b273231e1febe060edce4 +size 479483590 diff --git a/data/part-07759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d18897560c9838fc62e6d8bb34dd2b4a7781aa39 --- /dev/null +++ b/data/part-07759-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8aee35b01be798a3986fe7887e03ae0d0732819570ad8d7049b5ddc083ab2a +size 389389633 diff --git a/data/part-07760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1ed463fe59b85613a785a034b3df11d9310902a --- /dev/null +++ b/data/part-07760-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3756aabfac08eac1d4d4d348f6f0b933d1ef58729b2f234196179078192754d +size 486019988 diff --git a/data/part-07761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36ea22c1b260a2dc1ead68afa6cf47f4f1e743dc --- /dev/null +++ b/data/part-07761-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd78ba583acf9c48a244fbfb5f3ccc414f7e38469ab0402b237a1a671604b715 +size 421821309 diff --git a/data/part-07762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da96b7f32ca23e873e3a0db9c85ac42e3b068db2 --- /dev/null +++ b/data/part-07762-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814647ab67aa83f7b0499ddbff7aefbba46dd260d21a3c22d06ca20bb31e8df4 +size 560519322 diff --git a/data/part-07763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a92e473bbe01d09ae3cec0fdd34de286632e75bc --- /dev/null +++ b/data/part-07763-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e719705c04f3059ca770276add6dec6263c0dfcb21ae4ebb76cc23b0f6b13d +size 426223491 diff --git a/data/part-07764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f2ce0ac3e849e98b363f55dff3bb45ce748d9f --- /dev/null +++ b/data/part-07764-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d7bf5ec6af0c4cec3e86848a45ec78d172ff346c75c53ca6cc68715c35c97b +size 520889691 diff --git a/data/part-07765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da57c59870e95a6af531e2a4f26a845dc085cdd9 --- /dev/null +++ b/data/part-07765-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d092a1f7c46648ed459a5e4e5a0613ea4193914439291b9266a81eaafca332a1 +size 465759870 diff --git a/data/part-07766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..575e9f910b34d5141f767fdcc77a5dae62e3c4ea --- /dev/null +++ b/data/part-07766-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0667e625e4421f678fe22300cb18bf7168ab59a551ba9180731a9dc24066c9da +size 404920033 diff --git a/data/part-07767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e462445ab2e7f1ce27592f1c53d85048d55e4ec --- /dev/null +++ b/data/part-07767-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd78461ff098e1587eb87339b634b71d70a04a564a45cb3c2644832dbecfc82e +size 744401438 diff --git a/data/part-07768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e528f418d4044ad23020933be38290da1af82fa5 --- /dev/null +++ b/data/part-07768-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db5f9cc8da65e18b75ed2dec8c4e3e9ee47cd2d8e95532c3041a8f852f9675b +size 487630972 diff --git a/data/part-07769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a07866f197596b7d2c717edafd5aac868e46084a --- /dev/null +++ b/data/part-07769-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146017ca952de475e29386a1c4e61256db727a91a58ba33870e8478c59435926 +size 658823451 diff --git a/data/part-07770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a3fe8a1c6ebd0ffcca3ec8b9abf66916ca6c793 --- /dev/null +++ b/data/part-07770-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6fc74c4df4ee547dfd0441164feb4be4cb0053c9bfe11e58489c7176af50e8 +size 483967512 diff --git a/data/part-07771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a76ddcfcd91a46f9d81907a69d5d05a4ef0e298a --- /dev/null +++ b/data/part-07771-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172e7b83d5b661c1380963c267fa0c73611d010cef01127909e0b02b2c6b2013 +size 383128951 diff --git a/data/part-07772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e18de184c1f45f3c95425f1dde563c8c6daf6dea --- /dev/null +++ b/data/part-07772-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b3e2266c2f6a681ce6dcd08bc52b7752ca841a4cfa479146d199f9dbef8bfe +size 580416422 diff --git a/data/part-07773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d77bbb5ddedb183645d37cb387dcbc8e2d54050e --- /dev/null +++ b/data/part-07773-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aced9cc5ab6aa29d390eba26e67be97b46bd5b3863c584e1b9a551a9fe49199b +size 763659414 diff --git a/data/part-07774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9abc1e3bbbd4c3fa6a57631b3d27fb5107771003 --- /dev/null +++ b/data/part-07774-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b586c41889b4f59ec02e24f2bf8a1692b7a744cb6151ca0d9aa06eb3323b7713 +size 562891998 diff --git a/data/part-07775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cac91db994c1b8662b0a05626cd63c8067d38161 --- /dev/null +++ b/data/part-07775-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1137119497e3d544bd30ef7d32e4418cfd2a51e86b1c8e7e9bb6627a6f81bc +size 728017359 diff --git a/data/part-07776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6123388b35ff14105e0ad2cc8961f21085bfc438 --- /dev/null +++ b/data/part-07776-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af6ef1b528460750af7824a73a620ff73b1879b19893157f70c347578a98233 +size 499809224 diff --git a/data/part-07777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ba14f3f73fa0c65a42986c77f33d239fdaba78e --- /dev/null +++ b/data/part-07777-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f81eb3247f861099cc24736a34266863d5810370ef15be2db10848428a7ff79 +size 505360702 diff --git a/data/part-07778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02982d54ca3ad105ade8b19bd8b69c2abf4c0cf5 --- /dev/null +++ b/data/part-07778-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06b2d80925f8b5eecc48fdf7673c78be48da2f2d6694353cd6f34b16146e8fd +size 620355519 diff --git a/data/part-07779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9717bca0f4f6878d7aca1c358ad9cbaac8cad363 --- /dev/null +++ b/data/part-07779-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3362a7c1c55d06bd39011f6d0baac7486267acd4cf28eb7e11d7e6e6e72e9de7 +size 483506115 diff --git a/data/part-07780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..314da88610a255966967502830ca5e4f5b830dac --- /dev/null +++ b/data/part-07780-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9455c1bd71f073b052a7ff330d44fc15752137420834bd1d01b624cc946878 +size 514536398 diff --git a/data/part-07781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8648005ee3ea310255c654bcfc14e48b5b6fc814 --- /dev/null +++ b/data/part-07781-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d17fc699b271a3ab5ab5ccbd9c929cb44908a7c015c9c8eddaf890481d60ee2 +size 456507713 diff --git a/data/part-07782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..951a331ae3ad1d42052c015c312d6dbcb6979178 --- /dev/null +++ b/data/part-07782-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7f11b497c8f73afc3a4acd21dfa7141d979509ee0af4c83359c6f29c39f62a +size 481359013 diff --git a/data/part-07783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9aa694b91b85c467ceba9a1693bfacbe0ab68c6e --- /dev/null +++ b/data/part-07783-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd691870f445eacb842200a5f936b01fcf17bc2c48c12069c80df46d008d880 +size 635173238 diff --git a/data/part-07784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5963a86d7cf29cf021654996fb69785a63e7a02d --- /dev/null +++ b/data/part-07784-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd36fc1348b91507cc8bd8890c1fbeb5e4b197f10479f06d237b8a3cb45598a +size 463962070 diff --git a/data/part-07785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd1938a1a699582377fb52447c08bb2f09f08fd3 --- /dev/null +++ b/data/part-07785-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d360e39998496f2d64d507387234dd7779db42bc70221de6b5b96fcb59cb9090 +size 467576839 diff --git a/data/part-07786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a612976bb8929a8951ecc1992a1c92841acc410f --- /dev/null +++ b/data/part-07786-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3600ed84c611f986bf4dc3278063821cf04a7b406780f96769270edf831d5ed3 +size 354107776 diff --git a/data/part-07787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbc882d5e807dbcfd3068b0d7f2e6f69c58ca26e --- /dev/null +++ b/data/part-07787-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8072b08424643bb7bd8a71665704b6d4e900588d38fb38909d32fcae9fc749ca +size 461793416 diff --git a/data/part-07788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3f0e8399e057d553e1f0ddd9a676f8d00f90511 --- /dev/null +++ b/data/part-07788-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c834557228ee99bbf6b0f9d6ae2cac081f05eb6e94a420e9829ceb28e55f0c5b +size 725648984 diff --git a/data/part-07789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e2dc4b78240ac984a3342629fe26434836bb0a9 --- /dev/null +++ b/data/part-07789-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaa86da30f9bf42ce05093ff364cfc0cbc43fe79b3db756b9e3a229665c8b12 +size 571702761 diff --git a/data/part-07790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6657753870f34ca81834094d308283047776520 --- /dev/null +++ b/data/part-07790-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9457b35fb9480c4c1184d30399cd79d7de11f4274038d320594240d445f90684 +size 584976797 diff --git a/data/part-07791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2649bfe56dba1d48814b9bcd3fd0937e452ed7c1 --- /dev/null +++ b/data/part-07791-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba01fa8d0d0101983af7c3af73b57894e816e81bc6f18babb3752d1a252a1cc2 +size 513453006 diff --git a/data/part-07792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c5781416d492016244c3239552a6a6b44ef4451 --- /dev/null +++ b/data/part-07792-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dd42e53b9627af2c06df0f3890a0b0425286347c87f96968a15e83473c593c +size 504304298 diff --git a/data/part-07793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d41ca9ed1acf4c5107ad61ccf0198407f86805e --- /dev/null +++ b/data/part-07793-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc56289882113f938189dff723030b1398af6af104e6dd95c95cf05610c4fd5 +size 531456372 diff --git a/data/part-07794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..747c1a226b4e3257cdd8b9ebefc2410e96bea84d --- /dev/null +++ b/data/part-07794-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98570a9b96ed0ef2df20587182dbeb5197a3a34fc7b539e41e6233fe98d5c914 +size 911482495 diff --git a/data/part-07795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3277231c07a7b8bcaad15eeecd6b135d6ee2dd6c --- /dev/null +++ b/data/part-07795-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41626fc27de3e4b942c2974eb181e8baf58b7af28015fda1892645d6b39a8e92 +size 411661458 diff --git a/data/part-07796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb0fb6cd5fd3913fd95d6c2b7e6e18363a182c9f --- /dev/null +++ b/data/part-07796-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa03bec60af9945661c67ffb69afdcbcc7598fae2047e1a82ea292730915b4b4 +size 440590439 diff --git a/data/part-07797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5478989c66e85bb38fead381a86e811b3adbb03b --- /dev/null +++ b/data/part-07797-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b404787ec1722aad763390e5abf1bd9bc4908cf71a6a62015627c86ca2dc4eb1 +size 511607762 diff --git a/data/part-07798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dee88f2a9aacca313e17ce9370ec7731127798f --- /dev/null +++ b/data/part-07798-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bac9b5eb884350773fa28a3dd648fa191464c9265517013c686395bd37ba9d +size 490296488 diff --git a/data/part-07799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3126c51b1249c0836a78fe83885d06f0986a0e83 --- /dev/null +++ b/data/part-07799-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8a2cf8fb83e8d4c96752217bc7fbc5e6b97c9a0299e7dba511adba78289206 +size 567869726 diff --git a/data/part-07800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..facabf638357786a9018f864fd32fc2b81490f77 --- /dev/null +++ b/data/part-07800-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a78d1d3fc59045d8e5ebf5f9fc220a06d36f456d299a3dab1cfd6a8a268a85 +size 658481713 diff --git a/data/part-07801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6f973f442b1c6c63effa513f1f503490621bca2 --- /dev/null +++ b/data/part-07801-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3b7a752095f97fd7dd42984487ef13b8270c229606ed0972aa0f50580cf716 +size 494075293 diff --git a/data/part-07802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a44cc190ec4838c91273ece796a820bdea8b004c --- /dev/null +++ b/data/part-07802-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c634ec33e654280ddb8d699fc12a12088a48cea10ccb0d061c57abd52ed426d6 +size 468402414 diff --git a/data/part-07803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86e715aa124c2edba5e68c0cffe04b4a19b4a06a --- /dev/null +++ b/data/part-07803-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b8ad294e81dd9defaaa19a544eb233659fd0806680d741390bfcb8b1274574 +size 530876842 diff --git a/data/part-07804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2ac619658b47c2311b1548f47c2e0ca0d69b4d5 --- /dev/null +++ b/data/part-07804-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccd2ab7b8c7d0082bd36c547b4e11d73b13196563a39217f595ff9866e60ec8 +size 420745121 diff --git a/data/part-07805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20fd23bfdbad164d8ccd594ad0177f67f7bdc5ed --- /dev/null +++ b/data/part-07805-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747b8ad06de4bc40288de64e6dff4aa84d9579bfd7b30c6bb9b9c49539cdf741 +size 721995363 diff --git a/data/part-07806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1110b2413849b06ded7dcd1590d009690f3a61e --- /dev/null +++ b/data/part-07806-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d3b9a7c58001e3862bffba7d1a12f93d4a396f74e62844f7215c72ea08c56c +size 504228965 diff --git a/data/part-07807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8994299ed6df9a97322ed5ffeae24036b0c6dc3d --- /dev/null +++ b/data/part-07807-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f06edaccb08973a5cd251e2577fba67eb865bd67485e7406a4734f3e8459478 +size 584658545 diff --git a/data/part-07808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf71669e8b506a376f31dbcd9dc7f1e0221f46e5 --- /dev/null +++ b/data/part-07808-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07a6ffc41cb3fef3c97c76930b1542d6b537961f340c266842ff889f2b1cdf3 +size 1072468347 diff --git a/data/part-07809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b0397a0563af6084d9065f14d0783e134f1d9b3 --- /dev/null +++ b/data/part-07809-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843ed0000b564135fa265e0e1b42528fc941f6d8ce8a5e792673f1e4be907293 +size 463001935 diff --git a/data/part-07810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1460245f12d89aa513d8bffd997a702376ff806 --- /dev/null +++ b/data/part-07810-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea513ae2f87057a8d3af9a22fad0eaa0ff7434e0d3d155797abe8ee800373234 +size 869854036 diff --git a/data/part-07811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f63ab5a4aead15d29e42efe7f1ead2af005ac0e --- /dev/null +++ b/data/part-07811-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bc996bec45ab93bd211906d5700d96ca826f56657a1b1998fcb56b6bd2db9a +size 439600324 diff --git a/data/part-07812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3cc52e71dba1f648ba25b6a55b5cb87c16fa622 --- /dev/null +++ b/data/part-07812-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1540fe5f9bfc16b08d5aa3f931a11677cb30767f9f9ae1575d2c15c4ce51b2fb +size 435342711 diff --git a/data/part-07813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9de3a046a73f2ca5702e7281b5d83d26a9891caf --- /dev/null +++ b/data/part-07813-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b90f548b80372bfed4040b5ae69da18aae8e285028599ede6358f20ed1a54 +size 683446823 diff --git a/data/part-07814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de9e18f2bc9cd14baf75f060c1b0f75f09ea525f --- /dev/null +++ b/data/part-07814-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ab312eeee62ec5d9716a313e9572858b0d4bd7b83ab5e559ef6ff59ce2d4f8 +size 635918744 diff --git a/data/part-07815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c550b05ce95ea754e010741854cd68709c5eab5 --- /dev/null +++ b/data/part-07815-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fda2530515bb8b1c7f6a25f653733120b7e555d5d2288b98b6a6a2e356f27b +size 384239002 diff --git a/data/part-07816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5e9fed4ceb249306ede4b0d5056eb6acc1dadc8 --- /dev/null +++ b/data/part-07816-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415435503f5500adc62f1a4737c60b8ddd4c98b9f5021680a2ca93ee3253e720 +size 1001064883 diff --git a/data/part-07817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b0410e3d257078b8a43bfc0e6b5c21eca9175b2 --- /dev/null +++ b/data/part-07817-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e598a6f5667c9a2e0236246dd712983a14e463c8eb0b47873cf5e6c16efc7e1 +size 366298027 diff --git a/data/part-07818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d47f17d62ce8b6578454934e9186d41bab605cc --- /dev/null +++ b/data/part-07818-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc89e0b8029a6647ed5893d59467eb70149d8fa4e29df019928cd5e5ff41fa05 +size 581612356 diff --git a/data/part-07819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6643b4681829e54d2536b5425a7a9eb5a415f38a --- /dev/null +++ b/data/part-07819-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9fdb1e70a5f87efea013e7760bcdb97dfb1648de267e5aabc0fa15490da684 +size 396566733 diff --git a/data/part-07820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6925a2c9316bc5bb09d800bf1f9ba424f3024597 --- /dev/null +++ b/data/part-07820-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7c795de9acbb86544cbc57a6d82c031b63946e352a149c9cbaaf4bd1882344 +size 649526213 diff --git a/data/part-07821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e66b882ef6854912f12c316aa5597ab83724d39 --- /dev/null +++ b/data/part-07821-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb29ed692e1e52e1c97f3c87ba843859925ed3b01ec805266fc83ce3874837e2 +size 423209189 diff --git a/data/part-07822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..359e35f46d309bc1dc169d78c2443234c23b43ff --- /dev/null +++ b/data/part-07822-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fa63e69cf4dee10a31c979d0d100c499e5366464dfb2171bb497977a1e0a7d +size 858350952 diff --git a/data/part-07823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1749ed28ddfc7d3f906e41969227ec3c1224dfca --- /dev/null +++ b/data/part-07823-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c8d0f7009c077936356cd70ce1e1dc34cf0b0ca1f6f257747e915a115c35bd +size 428528974 diff --git a/data/part-07824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ca4f29a2d5df7d383a91ebb980f6fbf50ecf8e8 --- /dev/null +++ b/data/part-07824-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74666d422306bdf5de453ba911265a8697f9cdcb77f6b22a3eee3d339422a528 +size 589872795 diff --git a/data/part-07825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a655c767978ceebba9f008b833830a0ca6696602 --- /dev/null +++ b/data/part-07825-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d62390feb163e7aa4bcc7333bc1fbc66c2e01dce5062cb8e422d55255a1d23f +size 1087994611 diff --git a/data/part-07826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55a6af02e4e2509c491994b33903487100c9aa22 --- /dev/null +++ b/data/part-07826-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5bbced358c26bbb55f9f8cdbbfbac92d07bb5e89b0d7ee71b96c9c59463811 +size 585418694 diff --git a/data/part-07827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aab16fe1661b0971dff72df1779f8ae050dd3af --- /dev/null +++ b/data/part-07827-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a904adaae440749a1d4ca047e63757dcca2d2b00e5071f067989e9c78e268bd4 +size 604055036 diff --git a/data/part-07828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddbe26c4d42779f31405a8430ba14bd2362cd635 --- /dev/null +++ b/data/part-07828-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b62c6662d9aea51750028040d9fabac68de59b5ec1bac65c7768f0407b6255 +size 553543431 diff --git a/data/part-07829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39acdc00b760236088ad4168bb4c0b7dc3613ef0 --- /dev/null +++ b/data/part-07829-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d60e11947e68595f7afa0d108999062603aa2b3a58b1e3577d51594a26de07 +size 650747458 diff --git a/data/part-07830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50f03bc5be31c9a40f6cb1ca712b5dcd18c8cd25 --- /dev/null +++ b/data/part-07830-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feabe30001d26f2b85211111747b93646b564dc2bfe5680a9e37099f282fc4ed +size 538982326 diff --git a/data/part-07831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4e44ad93a23977ff0ac02cb42b8fc7a52f5e0c9 --- /dev/null +++ b/data/part-07831-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c941ef895ccfb1ca315b71b8a182c771ca52bfb802968e38d58c87011d447c83 +size 448239576 diff --git a/data/part-07832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..875c782c8915b4f061ae8fda8c772c1bd5540cd3 --- /dev/null +++ b/data/part-07832-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4687efc8ca9dc68c0def89d12780bc6c326c7673895e395d3351a4487b6ded94 +size 448505238 diff --git a/data/part-07833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20c5bc62320c98b18cd0a2a01133f993583b00e0 --- /dev/null +++ b/data/part-07833-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c0136ddda399959ce7105f6fba81d4ada4a8db67bb7cc2bdeeb798e3f37a32 +size 602385022 diff --git a/data/part-07834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e585fc8c7eafe8e8c41be821061a6e7aaff28588 --- /dev/null +++ b/data/part-07834-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7659092b23f37d6a89184cae7ae87378d75a9f39b0fdad00cb2b92b52c0f3e9 +size 819179827 diff --git a/data/part-07835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73fde9af15c35702ad7290908eed7baa6f15d438 --- /dev/null +++ b/data/part-07835-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd00767b3546aeaa9dff4284313f2f159ca571eda7fa74aa2279c64effa959c +size 409943094 diff --git a/data/part-07836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d17e26bbf11339a77bb3ac95b48bf44a582c55db --- /dev/null +++ b/data/part-07836-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9461593daab348900c71475bed32891dde96aae708602db69798da0bd9307eb +size 496624157 diff --git a/data/part-07837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d5d735eb8583c07cfd5062905ad35b9994d55e7 --- /dev/null +++ b/data/part-07837-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24688315ffea0c171482874a9125a0ea37320caee17255bdef28def312c0910b +size 467312222 diff --git a/data/part-07838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71b322e84edb105882c2014eaca9ca9fd709b45a --- /dev/null +++ b/data/part-07838-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7455b8fa87a10df8939ec0ae439c4d7267ac9265e4112c18f40e12f13e5b1e60 +size 554711479 diff --git a/data/part-07839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c790f7da4e28e01e2e6cff6f33f068fe658619c9 --- /dev/null +++ b/data/part-07839-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab0a2ad106b47cca3183798c248304b388bad05816896342442a5efb6e67917 +size 592091764 diff --git a/data/part-07840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a873b6643959635508d515ceed286b9a5248b088 --- /dev/null +++ b/data/part-07840-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba70b16108a7bc96522bfb466adfd7acdd0a8ce0063d3db25e9e8f5bafba4989 +size 393280116 diff --git a/data/part-07841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3b4f24b283a924d14f59549c679fbdc7b84a5a7 --- /dev/null +++ b/data/part-07841-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b74dd8dd1d8d4c7bad81275b62868eb80ffe7700e8de78a63206b1bdb45e872 +size 495835986 diff --git a/data/part-07842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..908d3aa395482b74ba42fea0c69c3d350757e107 --- /dev/null +++ b/data/part-07842-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb86fd5fba1cc38d23416d4e841457a88f23cda00ad9c5eb6a803d08abdab885 +size 546185104 diff --git a/data/part-07843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..237d922989d4a003823e434694742cf3fb5a5f11 --- /dev/null +++ b/data/part-07843-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af36eb95bd236f09436900c69a719ae9ca90447446d4d12399b5b898551a6c5c +size 1009802661 diff --git a/data/part-07844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77ff6530f91ec3028151996e5ad00ed1b590d20a --- /dev/null +++ b/data/part-07844-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34865787ce0e2ad2231ba192795265678f6ce5349672accc1bbf98eff3e18d8 +size 711712831 diff --git a/data/part-07845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29bae21d6280ee74d1c04b05b4d746d1d4a55948 --- /dev/null +++ b/data/part-07845-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49204c2b27a61c80a90efc033f7db930c2e807c81ec57cb64a8994624d9fe07d +size 501456463 diff --git a/data/part-07846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1caf1193311ae43f90e60164031375f120a7cdfc --- /dev/null +++ b/data/part-07846-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8bf378503e6136545b87fb2104c5a26a708635d24a092d57660c11ada2a522 +size 512180528 diff --git a/data/part-07847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09f2601f389a7307c310579c0786efb09e6b17cf --- /dev/null +++ b/data/part-07847-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d83a925461cc1b39bc3a1b8531057c7ffe7387fbe23655c20d47c7b86fb69a +size 597053990 diff --git a/data/part-07848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45c5748c45eec39696028563a4c7f66d43445d1d --- /dev/null +++ b/data/part-07848-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b69ef25918a5ece8c56590bd5a4bbd5479661cfe27d7905ed31b81c91cfdd15 +size 678374235 diff --git a/data/part-07849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aca0c73e4d9980287709f9f3a7db8dc9af1e772 --- /dev/null +++ b/data/part-07849-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48897b4d48156a367eef12f2c64961e23e06e10f5a3b6cbbcf5ae94c5826d3a +size 831408101 diff --git a/data/part-07850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8e3a48b1cf1f2172804c2022d622557b9bd92c0 --- /dev/null +++ b/data/part-07850-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fcab56cdedb0696f7e97b02df54dc53cbfcf512d990762547abd3c2ac54305 +size 1014735716 diff --git a/data/part-07851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55a318509503a7f5a12f4925d81efe4caa5b93b6 --- /dev/null +++ b/data/part-07851-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f73192ffa281bd6f9257d3a11654f0508bb27d1808cd736413158f5ee5c50d +size 463734074 diff --git a/data/part-07852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca1095bd585643bdc543ae1abb65107252da1e43 --- /dev/null +++ b/data/part-07852-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48f9471004bbd2cfa7ce35b0062bc1eca6e9459e241fde16e9979303787b7bb +size 470996879 diff --git a/data/part-07853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..310770e55b15744a78407adbbe8d5f736afab97c --- /dev/null +++ b/data/part-07853-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fdeb232e100fea1da36e04d852d5236fa47e2fb3f539bad5d835df184e6916 +size 542544324 diff --git a/data/part-07854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ab788d9f7aebbf55c36f87bf673488f88f813a8 --- /dev/null +++ b/data/part-07854-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd657b2d0dff18bd88c1d3c911fe77953f7d03b0fbc00b5cfb53efb1988762a1 +size 564246867 diff --git a/data/part-07855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..869edfae12483c21106a7e3c2ed433b783d4efc9 --- /dev/null +++ b/data/part-07855-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d657823a570042dc2c075b3f603057a6f4dc75919268691272232340faefa89 +size 534820206 diff --git a/data/part-07856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bb9f51dfeca1b909f0a1ba171f6336827cee5af --- /dev/null +++ b/data/part-07856-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ab63977d6ed50f0da8168a2b4a6d206a1e53edad9a4d9452704cba7d147d55 +size 517244441 diff --git a/data/part-07857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4c01c97b274f0219b982bece0cf2f95a5796cc4 --- /dev/null +++ b/data/part-07857-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a196d19ed9f48942d5c212b029be63f6f3acad6308106e6565451716e48a0b +size 464251797 diff --git a/data/part-07858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e2235b6e9655c27a864341c5db991aec27c0342 --- /dev/null +++ b/data/part-07858-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a2c620d7349aee65a35b47dd8eccc4bfea2f2ebd162d768107d8ae6a7f9f22 +size 529709337 diff --git a/data/part-07859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b5a0638e38483051ea220e45cbe6f16644ca959 --- /dev/null +++ b/data/part-07859-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2618417579b3fc6cdf1b4dbcbffadf59b7a44b67c420ba6a5962a92eeb0f28b0 +size 425487859 diff --git a/data/part-07860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6e0b10720164f8b6bfcd3d3385f9a68846deb99 --- /dev/null +++ b/data/part-07860-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7ed40d529dac0ffcff79b6cddb81d62b77d111638aa997c52a1c5138eaf6ed +size 376153849 diff --git a/data/part-07861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06ee17fe30c51d7d969aa113c9ca1913fd107111 --- /dev/null +++ b/data/part-07861-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c20f101ad4d77dc5a7ccdea59be4dd37e8fac2e8b884db78d7a84d5e9a487c +size 452846985 diff --git a/data/part-07862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5906e040df54f07467bad66e3bba608b8164615 --- /dev/null +++ b/data/part-07862-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aca0721f917433aa98eafed704118e0ca5a910c0654e5edf834cfa73c31e36 +size 498768391 diff --git a/data/part-07863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fafba1ab7e3bf999aa73f47c612613b2448d315 --- /dev/null +++ b/data/part-07863-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fcef8fa8f320e20a8bc1b99d58245817f6981a0bf809a6a053c8ca648e9778 +size 476327983 diff --git a/data/part-07864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9eadf2f3e0fa20a8fa553680969748e42c7ee768 --- /dev/null +++ b/data/part-07864-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a03070053000ca5a640951714e1e7126e5e01c8078a04b0af9d65fd7356576 +size 522908258 diff --git a/data/part-07865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c262bc8fbcedcccbe4f4518c94a02910c20cc409 --- /dev/null +++ b/data/part-07865-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40ea71693c78ec54328b1a66587cbd75e747a903e575eb6ea13d792aa26416d +size 573656161 diff --git a/data/part-07866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db4b44ff34b3b03da34be4b7fe8055190508be11 --- /dev/null +++ b/data/part-07866-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4444a108794eecd7982596f29cceb150b4ec9a807414a520d32f027540e928a +size 427255071 diff --git a/data/part-07867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3f614fd0e39133261c833a06cb1eb760e454403 --- /dev/null +++ b/data/part-07867-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df905cb553069cf3135c36421ff161afccb9f9693ca852b972461bb67756ecf +size 1230633435 diff --git a/data/part-07868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99d0dcfe7b59ad2420830d5f500c6e827cad4808 --- /dev/null +++ b/data/part-07868-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879685976d463da229462d5e2ee4c98cdc0f8906e2f86ca56f8645f1f0c2d031 +size 467842726 diff --git a/data/part-07869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96562c9fbdda92b2f73f4e3200eab66ce8510c11 --- /dev/null +++ b/data/part-07869-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac0d232842f4924c866b466a471df3230ce2070789ee842bcf053ad9941467a +size 562657981 diff --git a/data/part-07870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..252057fd4f2beb99599549e9c6bcb0a3bc3dabd7 --- /dev/null +++ b/data/part-07870-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e49ad8125013409b34ea11e932e5c423bd29b826f38b8c858034417648cbf6b +size 538305735 diff --git a/data/part-07871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46be35f095d2b850e5a7194b1a85e91f360219e9 --- /dev/null +++ b/data/part-07871-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b6439c63a196a698ff8618e939905ccf9bc15056a33eff277ed0e0f66c71e4 +size 508028627 diff --git a/data/part-07872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81605964918dbe4451a992f9e5f03a5210eb4790 --- /dev/null +++ b/data/part-07872-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50ac459f1bc130ed0898c0c2f79a0b105c9b7e15583f5275414324e12c925f4 +size 427738584 diff --git a/data/part-07873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f81f7ed1abfeb533ba8ba1cdd8b9c52936d8d53d --- /dev/null +++ b/data/part-07873-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc6d0bffd4e2f42d5a4de5ab1828a1a709533ad0c1df134e06803e1573619b7 +size 610339489 diff --git a/data/part-07874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faea6bab05ea59709d28e2116217ec9f498e3b6f --- /dev/null +++ b/data/part-07874-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7fa4883001a92238cb43e8c16e834cf3ae0eade34a86bd6598a71eb7703cb1 +size 480735986 diff --git a/data/part-07875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..208adeee8455b926fe8379e8ac4e9a2d8be1d66d --- /dev/null +++ b/data/part-07875-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e788399007faf3c6bec4870c48733629d18f0f0f5e5316c9258b03595ee6c4 +size 1045444672 diff --git a/data/part-07876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd6aeae51bcd243c5cd2dfe06d9a43c181ee262b --- /dev/null +++ b/data/part-07876-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc50f78558083aee088b5afba1590a7a0b8a817a42fdc400fe6ace5fb9685109 +size 448083645 diff --git a/data/part-07877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4faa8b44945c187b6f822aa0327711cc60739a47 --- /dev/null +++ b/data/part-07877-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ba343a3295b047f95debbfa4195e7f3bb38760f534142533f48bdbb2093d88 +size 418237437 diff --git a/data/part-07878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ad3649d10e7a7981b8dea36ab25dd970d60717c --- /dev/null +++ b/data/part-07878-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a97b503af023ab4cb9116673b7f5b1ab5680c04b867f39a09e4954ff688a59a +size 488577130 diff --git a/data/part-07879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5bb6d138dedafed0e3c47cc1fb4ff1a575b6ec1 --- /dev/null +++ b/data/part-07879-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654ccfa13fa90235a15f79a8be6f8ed468efc2fc3ee7703b6d408972d5ca0616 +size 707151063 diff --git a/data/part-07880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94a174eb28a7b69ea64f315f4ce9fc03801f44da --- /dev/null +++ b/data/part-07880-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209f3c31b1c0b95e85956847e3460dde61129af82a7663192951c6d20a871742 +size 643060249 diff --git a/data/part-07881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5c91122a21d8965ac4f4b84b3d1d793cf7f266c --- /dev/null +++ b/data/part-07881-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df093d84be307eb2d373507ebf71ee8c110bf90bcc0b55268d74a03386634722 +size 629625852 diff --git a/data/part-07882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b6773a5a465f4d83ccc01ef4a391490ea87d2cd --- /dev/null +++ b/data/part-07882-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2688eb4af7c642d4c18a87199f2bfe0a5ad3b361de6c281984aac5bbb126497 +size 629348411 diff --git a/data/part-07883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c33295d9055f6c9095c5db3ec6b777ee0d651ee --- /dev/null +++ b/data/part-07883-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcec27e0b2cc39f3a917379978d47f251c72fa136f2fb72601c57e48e73f72ad +size 421761776 diff --git a/data/part-07884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baeed5565e46b8cd04ebe609896e16e1f491681e --- /dev/null +++ b/data/part-07884-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f60a802e1d0c4b035b5bce613495ebe9f08c14a498e7ee7d2ab99febf347bc1 +size 399477684 diff --git a/data/part-07885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aff1a262f38c5c1653bc3e0b93d029a098870b80 --- /dev/null +++ b/data/part-07885-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fd81449f01974d9b1c538a27dc7a027d5d3b204dda67d056c3f2f4b9e243d5 +size 471927612 diff --git a/data/part-07886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f51c8dc19c88a006030f5599ec41bb88c6e5bf9 --- /dev/null +++ b/data/part-07886-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eeb4a734e1dda95523cef75336af7aa26f5ba371835fbbe94f59abf096446ca +size 530481223 diff --git a/data/part-07887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d500227aac467f4174bfb287b404ed57c2eb79b --- /dev/null +++ b/data/part-07887-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc433c1e93a15f20342e1e71b25baf0f9f00a75a4b146089f2bdc29d878cb67 +size 594112748 diff --git a/data/part-07888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bae88d63af8e9e82d8c02a5aab8c7f21ea314de --- /dev/null +++ b/data/part-07888-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ceab4225e39cab20c80184e6887fe9cc40544e16743e94f993aa5b6ff0b801 +size 382926869 diff --git a/data/part-07889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83c0aacf85ecc03b83b2afbce6dfa6feda5cd984 --- /dev/null +++ b/data/part-07889-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceef9a7b654305b66292dee313cd6272b5a47360908fb3a7d8600fa443a4ffdc +size 464804793 diff --git a/data/part-07890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c280ddcdcd739ebc4d4859c332aade0704f03c7 --- /dev/null +++ b/data/part-07890-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bb2f2994f0750cf0a7dd9359c516d4b44314b22e7120ee6b7639b9f0d3599d +size 444041766 diff --git a/data/part-07891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed439bacd72d662af71815400d3ff0f37e6aa5b5 --- /dev/null +++ b/data/part-07891-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0798021fbcdfd5605bdaf36d5e94bcf4269b56f51592703db5477be9d913ada3 +size 467651046 diff --git a/data/part-07892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c66b0c1815cf1d6399a2accfea6477b2eef5d1b6 --- /dev/null +++ b/data/part-07892-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8438665c21c8931f587703ce6ee30bccc821635939465d2ae4433e60d162e +size 518316598 diff --git a/data/part-07893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f48350bd373fa7661f96623f6d01c5fc86affb06 --- /dev/null +++ b/data/part-07893-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a57881e491383d10c6c87fb73cc1020c83447f0cc310e19d168f8d7262bf1d +size 492558292 diff --git a/data/part-07894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3e4160f13fbaea14143a07fcb720a054783a9fc --- /dev/null +++ b/data/part-07894-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67419eb84d9b1b6dff47808bb4d62db9329e242c1e82a821111c8d0f4757804b +size 477487164 diff --git a/data/part-07895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5a3411192508c2285a467ec085c495ee92862ae --- /dev/null +++ b/data/part-07895-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a8c49532d63549fc30b2f05c2659ee1be6593ece58299bc3db467e33440c5a +size 799105877 diff --git a/data/part-07896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..790ffbdb8089defa4504f2fb29608febb37e2643 --- /dev/null +++ b/data/part-07896-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caef4be98464271b156aad8d724d1d86dae99cf55232cd1c91f5160a7bc8cd8d +size 532979431 diff --git a/data/part-07897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..247cc4abaaf078826f04fda2eddb1dc742ea4e9f --- /dev/null +++ b/data/part-07897-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4b113aebc94ab6aa68dd34babb4b29ec355f615884ef0a699cf0adb9dcbc4d +size 585403643 diff --git a/data/part-07898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..debdeefbe054afb810c0d1c4ee21c6f6a93a962e --- /dev/null +++ b/data/part-07898-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b386742355f21c47219c74479a0c7a69435c73e619a5faf9173d9ccbcfd6034f +size 568674272 diff --git a/data/part-07899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3d594ae8508a29cc455785ebcbd2dc399074b3b --- /dev/null +++ b/data/part-07899-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e388c164fa05da56471f582bc7fb177b5ee12ed59870d6d7f3a806296645340 +size 606711886 diff --git a/data/part-07900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac57f230dd1b59a1d2cb309d18565f8d276bb9fd --- /dev/null +++ b/data/part-07900-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697293020c2b22a53274c6776b6230b0a12c468d611a2be10e16122b99cd2694 +size 792592132 diff --git a/data/part-07901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c7f6e02a23685e7c7506c1e9716fb8fbd20d36c --- /dev/null +++ b/data/part-07901-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc9e963a6b72b91670d81d6e2a928026dd83850fa516d6e075041f2fbc506dc +size 674041757 diff --git a/data/part-07902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa1f4c028f41496059a861fd881d05cc8f954a7c --- /dev/null +++ b/data/part-07902-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94f2d45dc55f1a60fca799441176cc70328e819c953e1259840a57b2cd44c6a +size 507449150 diff --git a/data/part-07903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..037cf512d25794381672c34fc71c9cedb72a14a6 --- /dev/null +++ b/data/part-07903-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de6a4c4245172be0bf66115ecd73f60e2da716747207f88081faed378ae6470 +size 843278636 diff --git a/data/part-07904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2182059e4a1b48e006cf43c4ad542e64af611a0c --- /dev/null +++ b/data/part-07904-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc50db9d6fc2c8f37919c60729e37bbf02cb8788d51cea4f3437694e59c97366 +size 523156862 diff --git a/data/part-07905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36bb2fea6379c257456252e24c323c72b3b881fa --- /dev/null +++ b/data/part-07905-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851465ad32007c2010e178efa52b949e7145663bd4cb42b5a2e5e15508bf5e75 +size 445742960 diff --git a/data/part-07906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4863e13feba8e5e08cb86a280b70f874c93c5fa9 --- /dev/null +++ b/data/part-07906-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c818391ed8bd53341e04b6f5075327215624151ea3b05006f92159cc198c426f +size 494823742 diff --git a/data/part-07907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fa932370cb7f7f194724320f1d6da847fb1c00c --- /dev/null +++ b/data/part-07907-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce801c1d8ec54ae2d173c2e25b292a89c73682a10e156b4157e39b1dc5f25e6 +size 544449746 diff --git a/data/part-07908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05d6a216509a73c2ccc9af833b666c3dfa45ec8e --- /dev/null +++ b/data/part-07908-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd09ed98e2fc28791f6eda42e3aa216ed3369a158390c97cc6aace026baf9fb +size 557541168 diff --git a/data/part-07909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40f8ca57ca4980de4111503967db3e4e69c2f298 --- /dev/null +++ b/data/part-07909-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81664996c269eceeca796f429085d2cae50f96eec887169dc3cf0e0b21919ef +size 619227924 diff --git a/data/part-07910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dc1c3ed65e20c30f74d5a749965e87f1bc5eec2 --- /dev/null +++ b/data/part-07910-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec0624924da53fde4155f757d7dd2a159fa971389ced7867ec96d0caa036f27 +size 492335982 diff --git a/data/part-07911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1eb90657cbcc266146ed2e7efe06dcf1d483b72 --- /dev/null +++ b/data/part-07911-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f146978d8b7a56800595044e3b1bd0ac172fd46426fae2765e2b4d94cadcf24a +size 818948356 diff --git a/data/part-07912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91479cf57509c16e476971416d136870a60e5555 --- /dev/null +++ b/data/part-07912-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a584e799a5f7758b82f62626784e66a6919138d6e16799adcc43316491a493e9 +size 489956328 diff --git a/data/part-07913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..861ca00172b66404377f324e3653ccc6afd4224a --- /dev/null +++ b/data/part-07913-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3216f3186b51c1640b9b688bbbed08f5aaedddbc8592436b989da2721b10c2 +size 434826840 diff --git a/data/part-07914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd628fb15c56b1e2d497f5fd1951066181f88f53 --- /dev/null +++ b/data/part-07914-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53701d430b15c5a39446e55fee909cd8a63001d1af05dd5259229c2cbee6f33a +size 580446757 diff --git a/data/part-07915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05c2ee72711c03f7d6e82cc71dd18212885b7b3c --- /dev/null +++ b/data/part-07915-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6b205401506b4dad79cbd2097f6eb373f0653024450ce2d0a7d14078e2492f +size 505373652 diff --git a/data/part-07916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfaa610a1b4d226b6338f8c1c63b5a4d3967444c --- /dev/null +++ b/data/part-07916-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688e4b06aa42b0accc91aec36c02a171f6543692b4fd4d4483454d130c96f577 +size 666037492 diff --git a/data/part-07917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b54e16a94df72c0f82dc68f35a4de2409e3b0832 --- /dev/null +++ b/data/part-07917-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e5cb9e6b43b16bedc8e8c879b7c0b900b05d7599385816b2c2c49ebd48efff +size 568657328 diff --git a/data/part-07918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dda1bc1a6062b514e2d193c20b25b96e29cd0b1 --- /dev/null +++ b/data/part-07918-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a181b1ac80d18da72aa75a45a7f2ac0d4a93818c5663b1b518c767d2acd0b84 +size 968567697 diff --git a/data/part-07919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7efd11d6a1acfed93fa256f23990e3c2c00ffb51 --- /dev/null +++ b/data/part-07919-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f792da94bd14e7b772d96afa50e5b8365e7c1990a9c0cdef9ccaa64945339ef5 +size 525589402 diff --git a/data/part-07920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db25e87ae8f164c5b435f460036d8d6d6c13f2bf --- /dev/null +++ b/data/part-07920-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08e819e86147077595231371e3fa6a38f8be6a4a89f5cc635361b2284e6b33e +size 475356782 diff --git a/data/part-07921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e55c37ad7ab7916ca5a3864b33afb5f04af8482 --- /dev/null +++ b/data/part-07921-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6a3e42184743ad5821bdb68945711bae3925c97982d04d491ec8db2d630880 +size 1318921203 diff --git a/data/part-07922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7895e0ce7acbfbb790941c787cb68aecc49571f0 --- /dev/null +++ b/data/part-07922-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f754630f0dc5318b1ff6cd1eb3488e6e370d46df49d05a845b6d465758edd1 +size 467931005 diff --git a/data/part-07923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7d6e1e569b646b11b24305f9a432cc2938e9ad7 --- /dev/null +++ b/data/part-07923-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac37ffda34bfa7aca499ea7f3ea9f74f8fe2b524e750d18c127e19531e502c86 +size 626562401 diff --git a/data/part-07924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..def8ead0e62523d508e3706f8273c7ba925b7a5f --- /dev/null +++ b/data/part-07924-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70781821546754c9b38992f40e795a90d980a370668c277c187deaa037d0752 +size 471992474 diff --git a/data/part-07925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08e2cd1a35eb56fe0473bb51114f976334d32486 --- /dev/null +++ b/data/part-07925-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2105111c48dbe15da1066db7edf670bf352bc2511139dd1dec08321c3bca7f +size 421381729 diff --git a/data/part-07926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eafa0c3dec7cee3eb2c83bf1b10e9429d35099fb --- /dev/null +++ b/data/part-07926-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a1c36c1acd53d9060801920871c71e714ced6c128a557328f5532ea83fc661 +size 400052903 diff --git a/data/part-07927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35508a5313f364f35cb10cecd9105057a7987e33 --- /dev/null +++ b/data/part-07927-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbddd39e00eba43a1c90babcb9f79bf26c50e532bedef864c9dc1339c2ffdc67 +size 887262221 diff --git a/data/part-07928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f35377fc71ff1b26fc17931c9afa1c1af8efceb --- /dev/null +++ b/data/part-07928-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bc298c355dac28fd4495d9fd2ed00b0a067b4a11076323664e76f099eee68a +size 409640300 diff --git a/data/part-07929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34d19337c5bdfb3fffd0b9d7c74e3bed3c545432 --- /dev/null +++ b/data/part-07929-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634882c5da21a3ee70390c5d825ca4bca69dee3f38d483e80de58386a8ce8201 +size 766891755 diff --git a/data/part-07930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d34cb8f1e6afe93219047f95964db9de7776c365 --- /dev/null +++ b/data/part-07930-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a118eb99f1efde60a6991819e9fbb4a8fcf135ea80f2bfe596971a4e99615f5 +size 417655141 diff --git a/data/part-07931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd6adac6af1f0db1281fd7c2198469c7abede3d3 --- /dev/null +++ b/data/part-07931-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c6d050b66fedb7ec427d950a6776323244e6434951160bd741d7cf0d00f4ee +size 1011985156 diff --git a/data/part-07932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c98cb905b922647b5fcde873946ad306d9826cc0 --- /dev/null +++ b/data/part-07932-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a36d633fc90c874c3ce2386e4663ec53e8684c03362991f335e701dee6166f1 +size 426951598 diff --git a/data/part-07933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ed6a64b8115da303609396543434ee47e460147 --- /dev/null +++ b/data/part-07933-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5d2e9a08b6a773660f83f7aca67c108a9d87776bbedebc44fb00605a3d91c7 +size 477830415 diff --git a/data/part-07934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..691192527834278fb698d197a28765f1b6e17157 --- /dev/null +++ b/data/part-07934-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0603a93f6a9b62a1bd9d2d0bdff8312a247419c4fb09b102079f5dd5777ddd9f +size 560109592 diff --git a/data/part-07935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5d004c4138e6e9a0a424d1f67557988517d8fd3 --- /dev/null +++ b/data/part-07935-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572123b504afa91df64ca4d14e4f63cd65f61fc5b84ad9529c07e9a26e4c4cdc +size 437025181 diff --git a/data/part-07936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f85ec82d46d74bd1b5994ae7a14f9c0d4b91c2c8 --- /dev/null +++ b/data/part-07936-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5ecdeb123aac715cc8f8039157de0e20b6de40964dc28e58a95e325e7e1db1 +size 664288867 diff --git a/data/part-07937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7ce9a98c45164247fe6967e3ef8b8d82f233852 --- /dev/null +++ b/data/part-07937-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b974dcaae04209cd566cb44f30b282003906057dec7ee050dc581967b86b9972 +size 530668936 diff --git a/data/part-07938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b102e83ec356243e959777db4f517271eebd6372 --- /dev/null +++ b/data/part-07938-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18eb5003e153c24b9e09d64263ba008abe87087e13816f717bb7a6045e4d11c +size 478374866 diff --git a/data/part-07939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5751c3dd2b2921bd3dfd03fa9ff57e68e8c6276 --- /dev/null +++ b/data/part-07939-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b4e0c1555a8ba31975871a7dfbc76e202e45f94b91fb3381b1edaa5883f456 +size 602690981 diff --git a/data/part-07940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c7d0963bd68a939378b23222385f6857907fe79 --- /dev/null +++ b/data/part-07940-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f8fc9f6fb26bdf951871e177563a05e0a2508e4e8c7943690869952c72cd02 +size 663340601 diff --git a/data/part-07941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee0784e0f5fb5e27c5fc85cc76ccdd312e829360 --- /dev/null +++ b/data/part-07941-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c54c192335a56b94717a5ba8cf0ba853122c1859b626dae002240ef4161b80 +size 503256058 diff --git a/data/part-07942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0eceb389b57915d94f8d41df3c5e375f08e385ac --- /dev/null +++ b/data/part-07942-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248abcaac1bf69cc61e17d0883a63c1230a9d6c65a13fa35e42d77e6e13f709b +size 646449016 diff --git a/data/part-07943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a0cec6097d5fb36c7e3a2587dd56648c080247 --- /dev/null +++ b/data/part-07943-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88529f6bb0fd71ae1cdec13ab3968d01bcaa883d28935c6510a99bba2cdc2230 +size 506010712 diff --git a/data/part-07944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbe26e289837af38bbb259843712ceec61a79b8d --- /dev/null +++ b/data/part-07944-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2a70e1262ab3272c5cad4a4cc291eb4ea6374dca074680d82573e17e06bf1b +size 455932347 diff --git a/data/part-07945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87b262c94073311267575017609f56fed22d639e --- /dev/null +++ b/data/part-07945-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f5c30f7c6c006ab760121b55801abda9ae27d32472b471f14b842c271671b6 +size 1004942496 diff --git a/data/part-07946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab07fdd57ba3c34db17b58ab37953d7393e4cf75 --- /dev/null +++ b/data/part-07946-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc61d0b055b75b2926a3fed757bfa2e7c76461a102fb74f3e69c13c0ce1d02a7 +size 482128048 diff --git a/data/part-07947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..898f35164aa8b6cc33f2913fe345cc61cd550744 --- /dev/null +++ b/data/part-07947-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed7ca15908d3993c85df40a488b07b310df8d0e179578cc924fbf2184b45f8a +size 398965649 diff --git a/data/part-07948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f679934520a2694997c7a3501eaa73e873ab8a59 --- /dev/null +++ b/data/part-07948-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466c31574ea4610c037c41f550a07505bdb7f9f2503b929c42da501eb4c51988 +size 411044273 diff --git a/data/part-07949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbc356a1c841966af5422119692db84ab2e2604d --- /dev/null +++ b/data/part-07949-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cbb286b452fa2a9f4990c9adadaee4609f3dfa1053c2a307465b7aaf158724 +size 498778590 diff --git a/data/part-07950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6589632f8009677f4b9d03625e79742957e6089c --- /dev/null +++ b/data/part-07950-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e9a7a65f1d511ed9555294383fe69cc82d18b816efda0f7d9ec40c8edde47e +size 574707052 diff --git a/data/part-07951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71394a64199da8468d18237cc1e9c87a0cff80d7 --- /dev/null +++ b/data/part-07951-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2730248835d768d6c171d772362fab0b1c29523f40ff3e0e942cdfd62c9462b +size 908081534 diff --git a/data/part-07952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e9466fec7b6d22e40683a3ec413a1d23db10639 --- /dev/null +++ b/data/part-07952-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e802a50c70f3bcc76a9413817c741695404b4462052e823f4dbadd437dcf2cc5 +size 447743334 diff --git a/data/part-07953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd02a6a9d40c46c76436e3c51e16d0bc48cc645d --- /dev/null +++ b/data/part-07953-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276dd897d0f12e5b2bc6b298248e8b061e96accc55bf9544d8b5f1bc3abe5f28 +size 493051840 diff --git a/data/part-07954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63aa897a7d01c59f30e13bce3c9eae409606ea6b --- /dev/null +++ b/data/part-07954-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7baabd7faa3548d1f1438d6801d6065f117185d1dde53ddbdbf454fdf0f766b +size 1554255656 diff --git a/data/part-07955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30b74a473227f4e2153110bec0cdc90ff074befd --- /dev/null +++ b/data/part-07955-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8d681c18dff539e40bb2e2d96467b8c5e499d105992fd9b795a52a47f590d8 +size 594924531 diff --git a/data/part-07956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01c3a21773f942754cae96511ebfdfff405b83f5 --- /dev/null +++ b/data/part-07956-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f812d0e8634a5ce6a4fd2dc0d915376b430f1dd87abb8a08c3545a13d94508 +size 529975244 diff --git a/data/part-07957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0fb7edd4ff4046407f20797f53d225634361ac5 --- /dev/null +++ b/data/part-07957-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363fcda4c8b0d4271a28355fcc60690618c1ddd728f1f45aeacef8bdf33e7fd4 +size 462317959 diff --git a/data/part-07958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28c8925da31bf9fa88d679cd9c68647faf808e56 --- /dev/null +++ b/data/part-07958-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcbeba1269dba9852b4587936c0da59e9cd5f70fc524a401def5c7d1d0a0218 +size 660295849 diff --git a/data/part-07959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b398e6e8194f6d63858509285abaa9fe50d3d56 --- /dev/null +++ b/data/part-07959-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a6ff9e038fe3e3d6ed068a49fb038b822fdd45affbe17abcab96c66497c209 +size 726286010 diff --git a/data/part-07960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0bb75d78d0ec56060709785fd348b024cd123ee --- /dev/null +++ b/data/part-07960-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691794cd7ba903c705c2154ff64f582445ed783a0f8431ec4dead0c67136085a +size 487884305 diff --git a/data/part-07961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b35570ba0c73946c9e6445e220fe8c5992308021 --- /dev/null +++ b/data/part-07961-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88fa9df43860c2dabb0583ab110df825e989c6ac92979745ea0cca2f45d83cf +size 625036430 diff --git a/data/part-07962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d13df84ea7e8d05c27b756852368b865d5ddeae --- /dev/null +++ b/data/part-07962-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdcbc57c4b7df09e07c5d8d9956f8ac6c0311857920d266a8a3a13150bca3e4 +size 457033997 diff --git a/data/part-07963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46678afbf0dd12a43573c3a104d0b9179a55abc5 --- /dev/null +++ b/data/part-07963-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16ee23c71323e12112fc5aa2a1375404f19c5e2477bc64ad158e7c7c8a4adf8 +size 443534178 diff --git a/data/part-07964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e8e2b78f3dd48aff71617d159357a91aa65071e --- /dev/null +++ b/data/part-07964-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e78daf1290a7c2a83bda0716096251254e45710e84e7545890373ae4dc6a747 +size 584712007 diff --git a/data/part-07965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39c89f704cb1b147bd23670365aa3982ba8b330c --- /dev/null +++ b/data/part-07965-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f382b0353bb5a83ae84db90cd0b2611a500a4b9a3b4d5f68238d9f915feae39d +size 445051460 diff --git a/data/part-07966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..440c7a64ed33a0c79d826cb6bf33fed28568112c --- /dev/null +++ b/data/part-07966-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ae88c65121fcb28d82937015b130e0af4ca48432f11081a6a13e95fb6412d4 +size 462245771 diff --git a/data/part-07967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04fa9bc61b7762981e22588dfe94af1a916db3a7 --- /dev/null +++ b/data/part-07967-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196fa98aa3ea0fcf9bcdce850d34c31932f7e92e7646cda4522a48889f8b9fc5 +size 621967821 diff --git a/data/part-07968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab6456726b18279afe8a1ce305c18704c21ec755 --- /dev/null +++ b/data/part-07968-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c49bc84b712cf27cfb1a8ffc23601fe7cc9609e0fd28d25d78cdc013e9bebe +size 752591984 diff --git a/data/part-07969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f6af23e389efbcf14ec5be88d8e012162ee30df --- /dev/null +++ b/data/part-07969-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530cca62999f1cee0f93138189950266a344a74bf04ecee12328e899e65677a9 +size 512017781 diff --git a/data/part-07970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f419a7f711740ca6a397b9f3653ad8f13133fdbc --- /dev/null +++ b/data/part-07970-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4d64c61d11c878f671ea87258a1e0ea21c920d2087947e2e40d17b0a318192 +size 552326998 diff --git a/data/part-07971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d425e93b2cc9df7f1611d47cdbba0dbd5fcabea --- /dev/null +++ b/data/part-07971-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1f9866b02bc809875014101cd599f621b93f4a8d731ee1cefa0b7be8e2061f +size 438978198 diff --git a/data/part-07972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6b056763e5fe7797275c22a0fe60e8bba19cfa3 --- /dev/null +++ b/data/part-07972-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f94d14fb90977c4f034353085178c3dde0f6a46787d322b5da392f3e3fe9658 +size 545763187 diff --git a/data/part-07973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbae477eccc83e7afbb3d90cec7ac70ff657853c --- /dev/null +++ b/data/part-07973-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e84c6a857df590c52d75152a21998a56ce3547eb94af51195ca7453d283425 +size 580068241 diff --git a/data/part-07974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1fc0db7150ef93028401897eaf6b76bb29b6422 --- /dev/null +++ b/data/part-07974-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400a660a3b0581b00cefb5282d74f0a4defdb19241fab92a71e6c76d8b60b131 +size 332480756 diff --git a/data/part-07975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c262c961f13d63abadc531750dd01dd180252845 --- /dev/null +++ b/data/part-07975-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565486705a2f2900e87d01bd109dc66098d70f22c93f985a31fd89036069fc50 +size 400906699 diff --git a/data/part-07976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d0797b383edc0e4b209c4e4c410d509550c4186 --- /dev/null +++ b/data/part-07976-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e57534aae1e16391545a4c0092645522adf3b509cefb958c4b95fa85014899 +size 719447899 diff --git a/data/part-07977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61f752f117291e8ef58522add6731e38090c9088 --- /dev/null +++ b/data/part-07977-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27950369b4b67073f758e31639e2cda13330a44f6831350fa28a39aa8c76c989 +size 552824685 diff --git a/data/part-07978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30b89761f7a280206ef773cb17e0c15f513641cb --- /dev/null +++ b/data/part-07978-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70384524c7bbb483666829887a8aee3d53d400f65a56f60c037de89a40a2f7cd +size 527305619 diff --git a/data/part-07979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cffdfcbba9a308e199f2cfb727e7f028671d817 --- /dev/null +++ b/data/part-07979-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5fa9c3c156e42eb22a0ca48fb6674a7f713fc7d0084325bd24d4e1be21f841 +size 506738332 diff --git a/data/part-07980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07b10cd372b3bfd176b538b42f80a4da853502b8 --- /dev/null +++ b/data/part-07980-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e96f59c33c9f352db33988e1b51a8a2b7f7d40497a05e2c4e4ade83594b921a +size 623838928 diff --git a/data/part-07981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60277ab9cd6d0327cd0a42406ec8050ea61945c1 --- /dev/null +++ b/data/part-07981-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5557cdd74c81dbf687d591bbe03dc9ef02e1b813ebef29f1b5a0b7215b1f43f6 +size 440389638 diff --git a/data/part-07982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebcf24da4144d16c39c967b26960978e3beeb232 --- /dev/null +++ b/data/part-07982-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565fdd233f60e120417018785703874313cae82eb1aedba1c6cc06016e27d46b +size 423123885 diff --git a/data/part-07983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0afe05a01dee8c8896bc772a4005ae45f185b25a --- /dev/null +++ b/data/part-07983-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efd1edd3bd57a2b9ef974fdcb95ec9a24fbf9822fb288bbaab773ba793ca83e +size 383883430 diff --git a/data/part-07984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d2aa9af5dcd8bdfbb0598eb0397a484105884e9 --- /dev/null +++ b/data/part-07984-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2e22871fe5e2a872863578a2eda7520f9ec78b4619a0a47c171342490a9e41 +size 511407348 diff --git a/data/part-07985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a189ff3897bd1b9febfe73422c3f13faf18dada2 --- /dev/null +++ b/data/part-07985-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bd99195e8338b8c480158a6f8577d8a707f2d4cc782b04aa820cc6ec608faa +size 552667098 diff --git a/data/part-07986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42eed7c204b447b5daf8e03dec1b200585597c1b --- /dev/null +++ b/data/part-07986-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785c0a007d566acfa7ea628cfcea03d8bf89a467a4db219af65e191241f90f7d +size 600685285 diff --git a/data/part-07987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e380f29c179c61efa68834b3b902d8a04907ca70 --- /dev/null +++ b/data/part-07987-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508e3a985c4efbc52defd91213b7c15d75a289ded75ae029497948549209799f +size 369350642 diff --git a/data/part-07988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..effbd77295e2fca30c965a726c8b4b132d67ed0e --- /dev/null +++ b/data/part-07988-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbdd79e050a56b8d92b36222570fe97b4e8c82e011d06073cd1feb499b479ce +size 414754926 diff --git a/data/part-07989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4af99414d5c97690fc3937c6a0bc3cfe9df6d4c --- /dev/null +++ b/data/part-07989-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d48e2ea645482ca2738f66961880a0ef74ef942e7db4395208f35ad53c144c +size 637219896 diff --git a/data/part-07990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6365f7e79435b888b9c30cdd436cba71095bb617 --- /dev/null +++ b/data/part-07990-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5090a889916e9fd58bee4d3bccc6fb1077420a96acbdeb2db6fd70d457fe2399 +size 485074392 diff --git a/data/part-07991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d58271ffb3f4ccc571ab5607ccb55ecfd746452 --- /dev/null +++ b/data/part-07991-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8da98842af7eb5acc4698d1c00b95d4086b315f3b18a442b37528a059a6942 +size 500082842 diff --git a/data/part-07992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87e65bcccdc21f1eb5a63cca5577df6b3ff6e1d5 --- /dev/null +++ b/data/part-07992-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3450b8b66cd71c240a3c0405239115b6db87b701bab29ea8fdefeb2e1b47fa68 +size 874915889 diff --git a/data/part-07993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad1b4acd4ab65d57b06e62d286b4d9e2c9fbdf91 --- /dev/null +++ b/data/part-07993-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25aab9b9e07ddcc4a6a4aa536a9abcb109556a9bb75a5ec92ac5184ffff2bb72 +size 1118188917 diff --git a/data/part-07994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e475bd1714d3e9a637efc3c9597e10934c6df0c --- /dev/null +++ b/data/part-07994-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e0d86208df61ad3d2a273aa9b8eeeb71ed88fe078f517cd5298db581e24b1d +size 525643321 diff --git a/data/part-07995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab2408631f879bffba9e5aa1da394d59db0dfb00 --- /dev/null +++ b/data/part-07995-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f9df58d452ff03e17bd6365ef7c33c3bb735c438cbd90ba979f1bf3d570fcc +size 597340764 diff --git a/data/part-07996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37f574f10dbfee2d00b2ef8693087253f0263e40 --- /dev/null +++ b/data/part-07996-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31207049f9fefe86b451808500fa9e59156cf2e1a4a3b4c0ac133d15965c6087 +size 763387540 diff --git a/data/part-07997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4eb98a3c4a6859d30181fd37b3d8b24d016240df --- /dev/null +++ b/data/part-07997-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5a28235ca36d51f050dfeff93edb1a5ad5b8dea167a7695d56c7ba7c1d05c7 +size 1079470619 diff --git a/data/part-07998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e4b72cb32d84af02172fa7e7062d9a6ddbeb412 --- /dev/null +++ b/data/part-07998-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2faa39e40a8c7e4980c08a09e7fceeee1651a7b79871085460c40ff2a626985f +size 533386379 diff --git a/data/part-07999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-07999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ca821e0fd74605f34ee371972d1b132b5dc48b2 --- /dev/null +++ b/data/part-07999-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5949822a840bdd6ce2052a68cf4f42aff810c2afc00c7fc0dc79db1a168b779c +size 503006550 diff --git a/data/part-08000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd67726af9b2d6fa99092dbd904a52ffdb18516c --- /dev/null +++ b/data/part-08000-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b9ffd3edb60afb1857b5ae12da27810044fe4d14e4579abf11e6188776f7bc +size 474311634 diff --git a/data/part-08001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..160ed2206bea5f3668b5c7c9c9c04c08dcb220d0 --- /dev/null +++ b/data/part-08001-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a7d5944ea57b547ff8cca17ddb545abb29b8d909fc49d96b3cbc49d52af490 +size 618657439 diff --git a/data/part-08002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2e2f9fc2f76747a323eee34ef51d2602d0049c5 --- /dev/null +++ b/data/part-08002-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bf46b6d8010682fd8d7e7d2d5cfb343064f1ca89deee6e235dbf981b5d6199 +size 543088004 diff --git a/data/part-08003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75e64087b9d24def5c87e4054486e2183a040ee6 --- /dev/null +++ b/data/part-08003-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3b650bf80507a2ce3dc1a0fdddde952b0e009ff490b5bb53b9d5fb7e55944b +size 449733763 diff --git a/data/part-08004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1581ed10d8f3eebb8cd69495249ff86dbce734d3 --- /dev/null +++ b/data/part-08004-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b7c3578f4c30133b447b51d8fbd2258c75280716038f8bc7c484831c048c1c +size 400889863 diff --git a/data/part-08005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb495e70656f1a17890a410ffcd421336e8756ff --- /dev/null +++ b/data/part-08005-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2b4c06a543b5b846e631ef096bc26a8c36511d6dd2789bbf15a2e3abe77f08 +size 689660794 diff --git a/data/part-08006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..165c51c61438c403b1b74578c9dd8804135f7935 --- /dev/null +++ b/data/part-08006-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f47c535a8ff245f8c90820c3f00b87a7dd355f11bba7acc796063768307f76 +size 528202169 diff --git a/data/part-08007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88e3770ccdbee35c49b9c6fca61d95817298b67f --- /dev/null +++ b/data/part-08007-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639802a3aa95b30ab702317d22b508e4c1b5c8125428030ce4f83f2b826d8c91 +size 476500821 diff --git a/data/part-08008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..053a36581b3455c4a3c7ee94875bc8636886de15 --- /dev/null +++ b/data/part-08008-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cacfdaed964943ba26001cf21fd48ecca700e85d3601ebeb34c3db40237e3d +size 500780491 diff --git a/data/part-08009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a74d8c291eacf43789b5ffbcac3eb89193fdb83 --- /dev/null +++ b/data/part-08009-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad4438469f2914779b9f67af9e2a1676c77a431fda38dcf5c87b954394490ac +size 463870171 diff --git a/data/part-08010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e88cc35987e2d52fbd596f56e775f7d7b8804cf --- /dev/null +++ b/data/part-08010-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0abbb9ccf4dae0ebd4aa7a183d49f77e784577437362d6e8586a76d8eb657e +size 732008657 diff --git a/data/part-08011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cabb323c597cd1f5cd6f3255250340f4695b49fb --- /dev/null +++ b/data/part-08011-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9dd1a5c62a4e190e0f3861a52ad5c037085157a7c20424dfb860b5bbbd78ab +size 419598398 diff --git a/data/part-08012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b3e969de7ab05ea64c6b0b2748ade83b0a4ecc7 --- /dev/null +++ b/data/part-08012-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bff21242bf5e60293743a0ecfa99635b2e9d660c544b7478fbd867eb5444374 +size 353483388 diff --git a/data/part-08013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a4cde2884149faeddc42bd1c713c56677908ee5 --- /dev/null +++ b/data/part-08013-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8cf12373b7d55abbbd673a427a48208e3d388faeb427f17fc7a31ab65bcd88 +size 601938308 diff --git a/data/part-08014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b43cdff67e83c7506dd549a4b730313075d8d826 --- /dev/null +++ b/data/part-08014-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a90fc8c9511a7e6bb506aff9b5a992fb1d259455937e1e9ec275af2d0feebe7 +size 437664025 diff --git a/data/part-08015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2e48f16625c5461ce2800072dd858e4d5ffa0ea --- /dev/null +++ b/data/part-08015-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de10b126a1af2a2fa5dfe96d5d81de2207e873e5f0aa2f3c23cfd516e0525d64 +size 632550302 diff --git a/data/part-08016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0678cb44902c18814bef4badacb5ff51fee1c4d --- /dev/null +++ b/data/part-08016-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88bcc4a72d217cfc1540f3811081eca12ca4769eb917c1633b2861d8739b675 +size 426057491 diff --git a/data/part-08017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..facc15cf7a783a6e4be26fadc71c8cedecf677aa --- /dev/null +++ b/data/part-08017-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d4c48fde508fb26594e8934b7d45770cc600f23af5d39f3893d5bdda4b1b40 +size 521104860 diff --git a/data/part-08018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97cc804ed4bccb292f72efd4eeb2077d0d2ec433 --- /dev/null +++ b/data/part-08018-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b51d6981e84a6179b417a7734f2abd2a592af7f31781c984cf7b065fc14fe +size 479754833 diff --git a/data/part-08019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53353ab77079f360402dbf7529312036bc29beb3 --- /dev/null +++ b/data/part-08019-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44eb00540c051ef5bdcb0da98a3fd5893ec777bcbb22d38f4afac32a37e2ab46 +size 427612853 diff --git a/data/part-08020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..594c994477600f51de8388879dbb9175e8aec701 --- /dev/null +++ b/data/part-08020-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4d67821fdc4428e993d670d89ebd2672f87dd98b7da3ac35a7a1e2cf7c93e3 +size 414150247 diff --git a/data/part-08021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..208fcea0649e9561bd3b1d479046bc696fc64b28 --- /dev/null +++ b/data/part-08021-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19eb02e7a232bd6fdd3234954676a6b84251ff562610031b3e7668ab33177ff2 +size 492842963 diff --git a/data/part-08022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c267419c64c6ea29ce49630093cd7e08d81f370 --- /dev/null +++ b/data/part-08022-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c74b9405b1a188823d9ae9bf4488b2871335c8bd4e5ce608d4922e06598bc7b +size 1282842955 diff --git a/data/part-08023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2837556f7ef2907bc81e758c8c404b559138620b --- /dev/null +++ b/data/part-08023-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebb0c8630ae76d1324bffb8494407091871b00c0cdfd8aa18f4c17533914624 +size 433772828 diff --git a/data/part-08024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd1a7f85fced014a0fd8a18b60605376ba746124 --- /dev/null +++ b/data/part-08024-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca22649ee91eef09716b895c1ead409cf23aea4e8b47f3758cf754dec363c1e +size 650489051 diff --git a/data/part-08025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3dd20e91fe89c1f7b61db34e92ab01693d64aa4 --- /dev/null +++ b/data/part-08025-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472055edef496f615bc614e0307696ee6a24b4e6a347c30bc02062e870bdcb1e +size 512541905 diff --git a/data/part-08026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c056d869849df41a0486be659e58655aae6e45e --- /dev/null +++ b/data/part-08026-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799163fe70db39d9b4d6ab346b7b7d4f3ba250edc969345167678be9862d1883 +size 474780082 diff --git a/data/part-08027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b80efde0df49a6b5caa30d905fd79f97b7c2330c --- /dev/null +++ b/data/part-08027-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828a8bed057dc6af01f500ab2c504aa2f4df815f8a33a82f7d7f31c462d3234f +size 478656883 diff --git a/data/part-08028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58f2b96f39356a842665e630ce09398a2e3bc529 --- /dev/null +++ b/data/part-08028-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1e2e13edfc060f900287135653c7c3e93321a8e1e1713faf62d5142986bf35 +size 501808300 diff --git a/data/part-08029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a7c427fad488570c495a6f302644de4948a000c --- /dev/null +++ b/data/part-08029-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99f2d54914e882c79a32f2f1200a89176b90c5c28c86cd3f7356b0a8374258a +size 837410777 diff --git a/data/part-08030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb4c711260c06abdedd11249fc18a33da2d127f7 --- /dev/null +++ b/data/part-08030-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3474131ca4d5a23ba9017eccd9d17775c4ab822653b4d8457a87fb49cfdef81 +size 677540334 diff --git a/data/part-08031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..241cebf301bb12c5351b78af2bcc458ce682347d --- /dev/null +++ b/data/part-08031-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b68c4e6226d031ebe171b2b8d15705b1bf7b10a870843fde02ac5a2c2eabc5f +size 496592935 diff --git a/data/part-08032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..807fbdd2dff6b13c5e8a02f5f97b15ce1d2ccce3 --- /dev/null +++ b/data/part-08032-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54db114cf06d299689b82a042d0f4c256cc7812ba079a20c59e43a46aa6ba845 +size 387931472 diff --git a/data/part-08033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e32cf2afe226fdce384b1018bcc51e5bc3fb1c5 --- /dev/null +++ b/data/part-08033-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5d49b2c18ee7afdab90359f8d056e7684bb871143d483638303de85140fe8a +size 976686546 diff --git a/data/part-08034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d7119013e086e9fa969464329fb6550c20a9781 --- /dev/null +++ b/data/part-08034-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd2e604719004b7e6da8771c884c56fdfc7baec40f2e2fefc7be544b00d7578 +size 415354661 diff --git a/data/part-08035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e8e59d566afd35ca17e5dd892845759d974269d --- /dev/null +++ b/data/part-08035-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00efae7b3bd6e2c1cfb02c5f0b98de791f8aa8eb796b5b880d89142b5ed3633 +size 561717630 diff --git a/data/part-08036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e2b2b35bc121e2e0f3a01fc6f385fb1fbfbd517 --- /dev/null +++ b/data/part-08036-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2720536e0875d8abf170a170a69e1262ac38576bf6742463156c7fdb759963d +size 544254880 diff --git a/data/part-08037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b881f9636f711bc348b063ef1099541f4509c82 --- /dev/null +++ b/data/part-08037-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759be159c296de8c05df8036bf4f930d5a6064d25987b18f5c0093d9ebc0b5ba +size 623985622 diff --git a/data/part-08038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d41c45c2eec07e9eb4deb4282bc294351cf3239 --- /dev/null +++ b/data/part-08038-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dc72632cfd4a1852b53143ea81578a93a5c857f59b11243ec0e54990a297aa +size 501248180 diff --git a/data/part-08039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f61361a92d15f9155eabdfeb470927ad08ad37d8 --- /dev/null +++ b/data/part-08039-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8461de4e075562f279df340ed752024e203228354313c500d2aa751dcbc1de5 +size 472166899 diff --git a/data/part-08040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c3d5e9a37483a0f8bd0c41e542682a6314ad4ac --- /dev/null +++ b/data/part-08040-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04775d2ac1ec1cbef549e7e4f957ffa539f983038b3a13844eda3d9cf2f3d5fd +size 766381255 diff --git a/data/part-08041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62d87d013cabd774f80f1476c8649bd337e9b65e --- /dev/null +++ b/data/part-08041-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c5db2088d44aec339aad0e1aa7f5f6955575ade53fa0e818ba762d9b11a2c3 +size 720798790 diff --git a/data/part-08042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c70dbc22964523b716b1d5293c434b0609797674 --- /dev/null +++ b/data/part-08042-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c434b84501093adc5186d64f3d94941f187bc5ac5af2c4be392728f253b5c9 +size 401026062 diff --git a/data/part-08043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99f515a14d38f7cb458d1459ad92c4e955b43118 --- /dev/null +++ b/data/part-08043-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96769c11b2d0b90fb995640c32622a28fa9485f7af83ec82da07c29503c25b14 +size 459446814 diff --git a/data/part-08044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a20754a9dcd7a3934b95001f70c895fd7174b058 --- /dev/null +++ b/data/part-08044-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e6e8c43df6526e1f3d87780b82c5de53d499e2a05eae389be10d19d9ec21c0 +size 417757509 diff --git a/data/part-08045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3044028017b30cd07c7ff35d0a21b6e0d99d6b4a --- /dev/null +++ b/data/part-08045-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809444c5b49c024bbb7e81d5069cdd75f41ff2bec9ffedc5144823c6bf8b1186 +size 451111930 diff --git a/data/part-08046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fbb0325ef67f724f4fc7e84f9694d50d0283f5b --- /dev/null +++ b/data/part-08046-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b28ee62cee986da1dbbf503d0faeb4c92eeb4a89ebb19db25c6f4abdf4d72 +size 431303323 diff --git a/data/part-08047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e64d595c0ee71071eee93d375cfa13695933f08 --- /dev/null +++ b/data/part-08047-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ebc593a7334c08bb2ef243614dc0010cfb4957edfe4a535a0955bdf7ed4a00 +size 527296107 diff --git a/data/part-08048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9623d87daac4dabd2f77dc75ca44923e7dde885 --- /dev/null +++ b/data/part-08048-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548c0daa71971b882cbed6ce8192827a0d1db0d1d50854e20e94fefff9c8f368 +size 678340626 diff --git a/data/part-08049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b63169058f3852532bae47cc54d5d03115588bc7 --- /dev/null +++ b/data/part-08049-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4533e76d5b33ebf7637ca188f04f2b3eb3272e6a7c63e59b10ac9e2ca679f2c2 +size 564665827 diff --git a/data/part-08050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76199e88bd34e53acd79f5847b8e0b980550925f --- /dev/null +++ b/data/part-08050-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48a8a1dcd4c687e7740be8fd57ab2d8f42120247f27c6767fae968b24de6088 +size 618062499 diff --git a/data/part-08051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad146f4bc9d358a3c90ed7f2e52084ef5d914820 --- /dev/null +++ b/data/part-08051-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfbb77fa057af72956f956f438c0cb64975c4bffb8ff9c6d5f8b38254096224 +size 677098906 diff --git a/data/part-08052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71a481d89f3a3f44128966c0d55fc1df54381fe3 --- /dev/null +++ b/data/part-08052-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7ff38b9cb1c85ba9383db6a9e584e9508a5e3d1b3d9250f11e2e3d68a1398d +size 358288685 diff --git a/data/part-08053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..356b9f3f5d5d8686419cfd7b212715ce233feb3b --- /dev/null +++ b/data/part-08053-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2624d53df989633894708d77f9f85778f8248c0fef0e7b68869294bed04c4b2 +size 721015377 diff --git a/data/part-08054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0769a5fb11284d086fa84d5d5b933768c1aa6ac5 --- /dev/null +++ b/data/part-08054-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcde4cf168c8d60d796ca114aee9de2914353ebf65be8b7aa7c7b0bb4af4cda4 +size 962287737 diff --git a/data/part-08055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c73eff6537762c4838a05fc7168e6deb79bd24 --- /dev/null +++ b/data/part-08055-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353f38334280c00db9d2653a3f45483f2d66a3ae2dcdcddb3f6aaa984af59696 +size 414704572 diff --git a/data/part-08056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1379b0140471ad7188eafe85c63079adef1bf415 --- /dev/null +++ b/data/part-08056-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd08c8d053fd1dc8b061d821259c2b1fc4f402ebc19163cf1737cbcc262eae7 +size 593844127 diff --git a/data/part-08057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cf1687a27c840e172bca34b4eb7b5216a3558f4 --- /dev/null +++ b/data/part-08057-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4436dc783e96a5b8fa0e720bffbd5b4431dba3612d02af0f608d4b7a4694de +size 1152742731 diff --git a/data/part-08058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d1aa1f5a2f2827064573c3a671bd8e5208c0b69 --- /dev/null +++ b/data/part-08058-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03a8ccdb2b34ee43f754947d5b63c95dc6c86bcb53b418d551223458c41df60 +size 572116604 diff --git a/data/part-08059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3a6242642bd12b1ca86cd659b1715978593a5f7 --- /dev/null +++ b/data/part-08059-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71b903922fe6ab97a1084f394898ec68409ec9f0f07fafa9d4ac2e67312982a +size 705596081 diff --git a/data/part-08060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de891a5699e6329eb5c9849fcf51cb03ec4c25ad --- /dev/null +++ b/data/part-08060-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37731a9e28b79e63205bc9dc21728601fbf66f7d28ba3d26645468952eca7a2c +size 605141548 diff --git a/data/part-08061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3ecab178fa3cb04a9c700a207c762c25aa2c898 --- /dev/null +++ b/data/part-08061-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206a91a4a97b7114d7869804afc9fc77339ec2d4e7579e77acd7ce73bca30361 +size 526020980 diff --git a/data/part-08062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bd6bb402719437d2ae03c36b741a67cc6a2b30e --- /dev/null +++ b/data/part-08062-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290878b3dbd5539d79b65742dfec1fffa4fcdf998b0d12e1c4a5f84ac363df94 +size 589690124 diff --git a/data/part-08063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7816ea0eadd73d36e149cc5578e6ea6f6f5b7434 --- /dev/null +++ b/data/part-08063-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33bee37fafaaa9c2cfced10bbec38b17bf9a7f9bc4a145829c9e531eda21f6f +size 666941255 diff --git a/data/part-08064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bd400a402a686b11d6f8a31b08decebe75bd98d --- /dev/null +++ b/data/part-08064-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeb8c67e176b8a2f871af6b371a143b4e4d1e9d371c0d697fc643fe001fa5ac +size 394926577 diff --git a/data/part-08065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c49fd07b15be957077cb19566980ded4fea7960c --- /dev/null +++ b/data/part-08065-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9d647bc9491b52fe916b24491ff9de27f304e1c9f2e5b99619ba1ad82c71c4 +size 482681020 diff --git a/data/part-08066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..971d357ab02099930df13bd917ebfab704447b32 --- /dev/null +++ b/data/part-08066-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bb1ae8232810e763221ae7ba6581a29c4ee263c78b44036475b3c1d6116413 +size 541396105 diff --git a/data/part-08067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcfa13f150e4ddc309a77eecafdc79653c669993 --- /dev/null +++ b/data/part-08067-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e6a46ea6b9cf162ed23bed0a18456f458b3bfd30053838becb31b3dc2d3ed9 +size 538317753 diff --git a/data/part-08068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe98fcdc278eaf82a846f1827a5561a0d4e2df25 --- /dev/null +++ b/data/part-08068-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f974bcba6682f6748e69bfc5f3ca8603128224f2787d68ca8367fd1e822cbf +size 505580392 diff --git a/data/part-08069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66cb0e5c29d25d4be76f85318a50d9ec357e703f --- /dev/null +++ b/data/part-08069-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991d012ff3e7ae005c11a37260520514b56be15146b77ad318d14f8389e24bd0 +size 493980529 diff --git a/data/part-08070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3d76b1ff8532ed0ec00403e40a69752067e97e7 --- /dev/null +++ b/data/part-08070-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e98e9c4bf49ad0f907453bec023decd2325e7d912845aaba6149692912d8f59 +size 426446760 diff --git a/data/part-08071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2712a3ef813be9c22e6a5e0a1cbfbc5cd9be15ad --- /dev/null +++ b/data/part-08071-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6a91954fbbdf17fad48599277b44aa4ee6285bfb59faed781972bd95f27941 +size 942811799 diff --git a/data/part-08072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb99ee45ce63183b5285445086eaaaeb496fff57 --- /dev/null +++ b/data/part-08072-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da3ef2ac2635332fbf79763c53ef29f7d5bd610057b031f8fd6f728cedad0c +size 448788726 diff --git a/data/part-08073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5bda1aa3dfe065131581ebf586a3fe46e9345d0 --- /dev/null +++ b/data/part-08073-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2982e8189eeffb0586d1b1919c18411647bc9d78c075f7ea3eab60b5d9853b73 +size 849594618 diff --git a/data/part-08074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89c2fc030b8f89ea379de32cdc2f83b507977a9c --- /dev/null +++ b/data/part-08074-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126db85c84e261ab056e01cae6ff40e6d666f1030f73ed7a7335937d74527c0f +size 604967517 diff --git a/data/part-08075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56e7748f44419b9222fdb36e2058549e03e3b872 --- /dev/null +++ b/data/part-08075-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6f29ad0981bc424dd180151c41c1db03baa369f7b2b5d6bcf02076bc17ec81 +size 1016624715 diff --git a/data/part-08076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a6d33de793b7c61b2a4b7dea4d1756fd5a22a1e --- /dev/null +++ b/data/part-08076-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7525c8771a162574f558a880074b6b6c81d8dd20abf655a066f4bd7653e99c96 +size 390788172 diff --git a/data/part-08077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f2ab7692d88698f33414670c3a4f7c8f94538cb --- /dev/null +++ b/data/part-08077-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4f9a271b6084f57141289fda9770d76f128ccea0045bd93ee7a08176a2db57 +size 474500639 diff --git a/data/part-08078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25e0f717fb8ca1dad4bbd5e47dad2f264a268558 --- /dev/null +++ b/data/part-08078-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db91a3f794c59f03f627e4f78da19eb1c8f49535ec1bd9cc605d06c7db0d8650 +size 591717058 diff --git a/data/part-08079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd2f78b4ede29998096de8b5e82363a2042fee51 --- /dev/null +++ b/data/part-08079-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378ec80d0cc8311704f99e47964b9020fe4edf348e7d70953762f49df94484c9 +size 479170119 diff --git a/data/part-08080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ace28a3088e20cd106eb86c1236dc401e798b65 --- /dev/null +++ b/data/part-08080-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6261f7105d32ec4fd1022f9f71de1443c3d105630be9071de851c1a0f4094f14 +size 385274907 diff --git a/data/part-08081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a0093fc39d3f83ef25f83d192c8e88499174712 --- /dev/null +++ b/data/part-08081-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4590a6456ded79079dee5039fe4e3f2234915ce2ec541a705027e1c9c7625959 +size 536341703 diff --git a/data/part-08082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00d48c17a52be32541992574a11e845e1600ddb2 --- /dev/null +++ b/data/part-08082-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf2ca06a64a60c579701f72a615d845f977920c04f9418fa717b4aaf37b6de6 +size 549883945 diff --git a/data/part-08083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4517362075f3c3debb66d43ce670deec9f21519 --- /dev/null +++ b/data/part-08083-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bace81befc4af031b78e248a1ec7136063e39845984053dddd07f6d05d48b54 +size 533678095 diff --git a/data/part-08084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9284e7117d40a688e121038cb006660af20e46e2 --- /dev/null +++ b/data/part-08084-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bb3c3fd5373d996f0221e42aa51690a053c3e0d25f52225db5277dfe10cf6b +size 487625346 diff --git a/data/part-08085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc72ceeb8fdd6029f4a2df7a05c2a5e89f9c0556 --- /dev/null +++ b/data/part-08085-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bb09be33edc07040b71b1eaa2b075d11c8df4d9cfd3c28247f5eb52f4d0b13 +size 1124079133 diff --git a/data/part-08086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c802fdc831544c046b15b6614496dda5d69c675 --- /dev/null +++ b/data/part-08086-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b9ac5056e9e61aeaa91e002cdd6fabee15c17d17beca8fa43bbd7b819a8e52 +size 684968586 diff --git a/data/part-08087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44e4c81340f62334ae94ceb032ba31e35150c158 --- /dev/null +++ b/data/part-08087-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0b24c02d21f004907bb5311b9a2c476ad608fa5096973f212af7d928b47394 +size 1252124434 diff --git a/data/part-08088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19becd9b894c9246aa2d5ee0e57e58dd4c4c4795 --- /dev/null +++ b/data/part-08088-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f775fa43f39d6693f27d7101e01253290b7fa48a1a40dd3f13a7f447d89c41a +size 842033388 diff --git a/data/part-08089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cbf9c02a03dbd70d50157a8ee67bb25743823cb --- /dev/null +++ b/data/part-08089-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1560b7ea8b95d775f50633a3157bb6edd5651034dd1fa8a10c885dfea4a470c9 +size 490275051 diff --git a/data/part-08090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19e1a37746ef9e206645cdcd9d41e68810eb826e --- /dev/null +++ b/data/part-08090-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256ff3651f5338f6924ad31c7916e54974dd2f72706d81c203dcad5202741eb2 +size 507016635 diff --git a/data/part-08091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..312f1065f174624c1042fe18cdfad1e5b222fb0c --- /dev/null +++ b/data/part-08091-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3807f551987c41d059ce055b81b23dccd217e5580debd6189aaf5d0fec0fcba0 +size 431064524 diff --git a/data/part-08092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c105eba958b3d7f12049755de5963ef9745b8ade --- /dev/null +++ b/data/part-08092-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d077e4d95f932eaa30f42f5ee62479f605a9ef6182cbc35b1ec42a5c5b789c7 +size 716301218 diff --git a/data/part-08093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66279b90f21a8f6153b5886fb827277846680352 --- /dev/null +++ b/data/part-08093-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b25179db0cbcd958e84ca5c6d44c32984231dbfe11227e3f5c6fe0b0928ff4 +size 421677696 diff --git a/data/part-08094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c50536ad8d9e984c7c1343183cb5e012fc23642b --- /dev/null +++ b/data/part-08094-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654ab8e52c1f368bba8adb105069d4c5554be304c5caffea228c6136489e6a01 +size 758376389 diff --git a/data/part-08095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c0684c6ee15758e1d83f57020d7c003adbad8ad --- /dev/null +++ b/data/part-08095-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1e67892b2951d66caafe9a71ed12fbe5abc9051895ae3cc02d550088973612 +size 595137329 diff --git a/data/part-08096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4caa16014d96ed775ed075659ed6c905d730594 --- /dev/null +++ b/data/part-08096-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5e03b63a661695624513e9598f62bf36c7ed1e9ed7fe716520f10a3878fd55 +size 488052998 diff --git a/data/part-08097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33e4ee3295bc1892dac49c8154b8cfd36c192479 --- /dev/null +++ b/data/part-08097-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f889f9af54f366643d5acb77c6afd0b5ae5b864c697d63c0d1815e1a0d47a275 +size 544530132 diff --git a/data/part-08098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9e75f98a9013da755bbd577633ff8b407dac3ce --- /dev/null +++ b/data/part-08098-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29f7dc1469ef3321b7d1dae565641f005b457a676e4b465fca207fba911444d +size 797359492 diff --git a/data/part-08099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d872e4b89d5ce4063e9a187152d6b2f526e32f1 --- /dev/null +++ b/data/part-08099-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98ae17e166e4f76eac99508e28b94fe722f9199786c3a29f9838dc6eaa2554c +size 755059263 diff --git a/data/part-08100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c78d726f98e5bced0ca5a65fe24bb9cdc5ade398 --- /dev/null +++ b/data/part-08100-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfd3dc7d271e5644a2da60d71075d43ade793f953822af4979dc30869637e10 +size 415163273 diff --git a/data/part-08101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbdf30fc48513567a7b1d36985ffd51cd3168206 --- /dev/null +++ b/data/part-08101-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8401d9e067c407a9b0991d8480eadec6a937e89a2af15c76424c1b26e1e2dc60 +size 743476545 diff --git a/data/part-08102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4b0505675e083e76be5da1bee608fc18b857ff1 --- /dev/null +++ b/data/part-08102-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9547fef618198357d82a8cc3290dde0461eb3173f46105b2882f3441fb73e923 +size 491383814 diff --git a/data/part-08103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b0ced100b1249a420042634705ecffd2410712d --- /dev/null +++ b/data/part-08103-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b4eacb2fdea954855db15563ea562b59d8b9b61ed710f596a38d4a4c44b314 +size 405635383 diff --git a/data/part-08104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfcadda71c4ac1a6cb4f8df366ffcd966924c912 --- /dev/null +++ b/data/part-08104-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3871e5f40d83eff27a7edc272d88d08a3821597de5fa611643817faaf0e69eda +size 480723207 diff --git a/data/part-08105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40af828bf02b755a0cf714bc865dcd4c9d9126db --- /dev/null +++ b/data/part-08105-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562afffc0a5c4e2735f6e9fd5c46937541bf0ccbf695a49d3b1988ad2e6f2979 +size 575596319 diff --git a/data/part-08106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11e7b26f9816eb255b481ce1b74e6d8b3c4715b7 --- /dev/null +++ b/data/part-08106-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d00f7aacbcdea6962c2c5e94cbfde0cb4f1d26ac0380446bde593ef03b1e317 +size 489439080 diff --git a/data/part-08107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10167eb548e3d0d1e5ca811c0e28480b0c5df6e8 --- /dev/null +++ b/data/part-08107-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718e374fc8725cfcd3e5710959ee1f058e870ff791a91dbc6619365c190204ab +size 530359022 diff --git a/data/part-08108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..313ce6f714120d12b974b89bea7bcb33ec73e330 --- /dev/null +++ b/data/part-08108-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b51b74f469bf169692b6d59b9320e2ece32581cfa48afb2bce6ce76edb01cb +size 958727242 diff --git a/data/part-08109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bc5960200edb2fc0d235541f1e28baa5fb7203b --- /dev/null +++ b/data/part-08109-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b76ab98e14b720cf82ff92343fb96bae2edec5716981b83746b0528bf0d80f +size 444239602 diff --git a/data/part-08110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..124e89e5409240a40a5bab68e3b839729276e23d --- /dev/null +++ b/data/part-08110-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee5ae5083a7186b65362674fc311c3231b9dad08e5762d7288723a2a9cef378 +size 620220680 diff --git a/data/part-08111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0be70482ca03e7176104475cf150f4c5d1d8a1fc --- /dev/null +++ b/data/part-08111-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf51d49c76525b11329557be3fdc1b084dbd93da227b48ed52eba16561ba20 +size 573148604 diff --git a/data/part-08112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffb5cfc464d95a394fedd0f201578acd5177711d --- /dev/null +++ b/data/part-08112-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461cb0e6e969101638a39a55165fd21b0b2d46aa642a4f5c9d110c6543e77c68 +size 952484242 diff --git a/data/part-08113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c00381807034175e306aadae7f5ef835473ac12 --- /dev/null +++ b/data/part-08113-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c528d2f953970e7031bbbde1b17861573a82eb392f9780e0ff9c19d9b73a13f +size 464855949 diff --git a/data/part-08114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88b52869edb1bfe874dacc8a10fb786a22221309 --- /dev/null +++ b/data/part-08114-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6e794e31bdcc0fde1317696774da6205b64efbd814ad25a5f40d6db7b85ee8 +size 357107690 diff --git a/data/part-08115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b4938ed3130386dc3645f30e485b422ec742e13 --- /dev/null +++ b/data/part-08115-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5796606526d1f6b2f4e95199f97b67c03ea221e9d52655fcc07d543adad99603 +size 467765650 diff --git a/data/part-08116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e64c156fadb173aecde1173fc027f306d4074f9b --- /dev/null +++ b/data/part-08116-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005ba47a7ffe4c6fcf7465fdae6c7e326ac4c06a8345c6b7a2fe12fb73ad4cae +size 526585655 diff --git a/data/part-08117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d33446db34e77a32e5b367c82701449d956f2407 --- /dev/null +++ b/data/part-08117-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b63f18f206bf510b46fb6d034997b672cfceb9f240de877e78dd1603c631aa6 +size 436178578 diff --git a/data/part-08118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8e66e1ac75b7bac51d46e5c0acfaabfad6c4dd0 --- /dev/null +++ b/data/part-08118-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba9b43931e22b14cbd132948c4bc946679b7e25f69c20b0158d2c383ff1b65a +size 424318624 diff --git a/data/part-08119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..443e9d44a435f7abc7f16ef701bcdc21062e54c3 --- /dev/null +++ b/data/part-08119-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f5b51ed54615cdfb36c261894ee1a558c8cbec094e99041f8eb6a65360dd36 +size 623337178 diff --git a/data/part-08120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf51720c1e16c8aeeccd682668db6955ea33ba0d --- /dev/null +++ b/data/part-08120-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9f720f28b8c7705115c7ab912bba1523702f026718d3585e99918c66856b6c +size 864937749 diff --git a/data/part-08121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a6d2dee56fc41273f5371079eaf0b9aba77910c --- /dev/null +++ b/data/part-08121-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b9f568cf56325206f647f6ad18b5250d8b4073e370df5beede8d5b00969848 +size 597019946 diff --git a/data/part-08122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d215ad59f413829979b551934a10fd8a6a3b6ee5 --- /dev/null +++ b/data/part-08122-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debada98d78bcd8a5883275542c7c4679f309341453570555b34f1bc204c06a9 +size 637912208 diff --git a/data/part-08123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d26b8cd0872925a4642e48d326c88ac82c88fc76 --- /dev/null +++ b/data/part-08123-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3083ffb40e2801e8e24d654d7df0717d09bd260cde5d1d6abfec2cafac0f3a +size 478965504 diff --git a/data/part-08124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95c55357abe3dcfbeb58c5845df06d51112e1b06 --- /dev/null +++ b/data/part-08124-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffd3220c7195c640c4d4adbb39fd80a5efa7c4069239ea5f3486db8f7f2b29e +size 374539194 diff --git a/data/part-08125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44c12f420204c0d1622fd10fee409fb5a670d457 --- /dev/null +++ b/data/part-08125-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea0c14d2746503ca1366ca4ad3eba32e0efa7c26c9167399a705e159ab40d8e +size 667502612 diff --git a/data/part-08126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d9018db1d0e5df610608e5244af75fbc5d04b73 --- /dev/null +++ b/data/part-08126-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78382c93e0874cd03234493aa1fecc4fe9354fcbbc4e8e4fb9c41e2a05efb58 +size 1164699125 diff --git a/data/part-08127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..807042eb7e61f062156d04c853e79e1d8548d754 --- /dev/null +++ b/data/part-08127-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db8957ad7a9c452c62fbf3c895efd2375ca61966aefe8909970da344d86cf33 +size 682592948 diff --git a/data/part-08128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ccf05f2e07d2b84f4998f27b427178a997b262a --- /dev/null +++ b/data/part-08128-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd08af98dac5346662366608c267daed82979c2cace9cac3747823b174241861 +size 461318236 diff --git a/data/part-08129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ed5a4d244838aec4ae45e0b7a0c7aac4c197e9c --- /dev/null +++ b/data/part-08129-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018886fdea28c6d6eecf28406d8c48c94200e385a9f2c14da791cd99fe5871b1 +size 856906466 diff --git a/data/part-08130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba0ed1e19f2ea1ce4bd017d3fdcfb030bc7b9db3 --- /dev/null +++ b/data/part-08130-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f04625c523418e0d04069773523395d29ca531eb469978a5d2826c8cd61267 +size 850459096 diff --git a/data/part-08131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a79cb70b1dd7724897bb41816c48797358070d2 --- /dev/null +++ b/data/part-08131-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7769f190274c2b69751739fcf51b3bca3c0dac7fc1f59b95e7b0cdf30b1e33f0 +size 826063923 diff --git a/data/part-08132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9204880d5e76d753b53d012c5dd0ffab36f6ed99 --- /dev/null +++ b/data/part-08132-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda9a5f665cfd1394674a9ab46c1f616be3ead3aad6363899affc9e973dba41b +size 803468698 diff --git a/data/part-08133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c751136f4a2fda0e1b1e8622bc8fad545ec7cf68 --- /dev/null +++ b/data/part-08133-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce078916f2a20cdbbd6123a9e15365a0fa6a86962ed2c1f8333716ce80cb655 +size 991852517 diff --git a/data/part-08134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e76409cbeec171a9b2a52dfd5d0bf9bb8ab9fe31 --- /dev/null +++ b/data/part-08134-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2fdc058abd7be02ccae2c88c4d46e95772d009668b4ced2207e42975f60c89 +size 472227657 diff --git a/data/part-08135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb8520b576e0e136dce9576b9d4724bc14a8fd02 --- /dev/null +++ b/data/part-08135-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0171ffe25822bf7701952c1d553081d84358a6e3f985af382bf13dbb09e4a964 +size 421742552 diff --git a/data/part-08136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..588041257c3a604d8f7fb7de08ff570920bda439 --- /dev/null +++ b/data/part-08136-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f439594c12502d1d3ea2e7374b1b4968dbc9cab1b5c06aa620079f00b39ee0f +size 428664469 diff --git a/data/part-08137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a231d6cc56118765013d6fe8ebe794b00d64f146 --- /dev/null +++ b/data/part-08137-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c440c864c9368410473407220f44a125710d5d21ee6666e3aff5f50add64e7 +size 933486243 diff --git a/data/part-08138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4242ec06a653d775279c092f2b646988a7309da1 --- /dev/null +++ b/data/part-08138-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320033fc5769b00d519a2b20a96ac9d43b9b741467037436c6e82119f97dd8e3 +size 412504837 diff --git a/data/part-08139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b2bd7af5e3540af9d9040bbb5d4c313346284a4 --- /dev/null +++ b/data/part-08139-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571c3f4a15c21280312c963a7134e52860dc99c51b3c0306ef9765fd2a01844a +size 415916551 diff --git a/data/part-08140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..231adff6ad53e5561a8402f95337591f4308cb11 --- /dev/null +++ b/data/part-08140-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fee09ba4ce7a699bb550bbc2d82aced4b6d2bb0c2b45387ef1436371156cc4 +size 944905040 diff --git a/data/part-08141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f0b7ce53a7577e30cd62254df393c19cac1dec4 --- /dev/null +++ b/data/part-08141-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a3e3af75c74a0cc7b9e0208cd7ecea7d97f579a9189c6765583865c1b95a67 +size 662119397 diff --git a/data/part-08142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dc780ce98131a1a9f4609dbf6de8879ea363882 --- /dev/null +++ b/data/part-08142-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42391d2cf18d15f93148a9832fccf4065afc51d3f718bb66a63361b9f648cea6 +size 424332795 diff --git a/data/part-08143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce637c56b08e3e6b5382a3bf428d57fb9c445972 --- /dev/null +++ b/data/part-08143-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8bca8c9666c35c6ed3ba29fd361b2754add96d062293aca9e56f40c41940a9 +size 678598338 diff --git a/data/part-08144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b85ce566566b0c5d9fb02f9bba0a3851d9c1db2 --- /dev/null +++ b/data/part-08144-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585d053d7d7f34ec04546d1321d9375313c97abf2a724bb24004962677aadc23 +size 499037955 diff --git a/data/part-08145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd4382c732af228a7ea12312a04253a52bc903a1 --- /dev/null +++ b/data/part-08145-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff1b3edab8624f9570680be3e7926425f2bdbabe96a9a4de3c812a3a72b831e +size 430704329 diff --git a/data/part-08146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c7178dc2bf7fd91976a2924a07cdc4acf8444a2 --- /dev/null +++ b/data/part-08146-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1fb5fd6a794fe2b56a1236811d02cf950bc7eeb0b0005df33a4ae177b6fa32 +size 642863594 diff --git a/data/part-08147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e833dd68519e07db88c0adf1e30d80cd932e5d01 --- /dev/null +++ b/data/part-08147-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab93d19c092f3c08d320630aeb02c5e96cc121048e4e311b652dde324876ac4 +size 621367231 diff --git a/data/part-08148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cb8971855e01b315cf56323a683634e2c3179dd --- /dev/null +++ b/data/part-08148-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005f69c06fb165881259114596d658b83350f2aa43c6092cb179ce613fc26e1f +size 489041700 diff --git a/data/part-08149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3dcd745f2655b2198a36ea396e0a491fe0401d1 --- /dev/null +++ b/data/part-08149-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dbea018e37afa577b0a96ecf9d180a697b51f9bf4d4cbc92d58dceda9c7336 +size 501994186 diff --git a/data/part-08150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26a9a981a004dda1c4ae7055a9b456dc940a9dad --- /dev/null +++ b/data/part-08150-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037ef02650ebf121aa10abaf6bb28322cdfa789659255189d6e91ed9d2ae13da +size 433444975 diff --git a/data/part-08151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d833f6c539fec6e4f694cfa6662b959d167199f3 --- /dev/null +++ b/data/part-08151-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213d9dfcaeeeb00ff698064c62f3f3e70e3d2b4963c799f0abb1ae025daf44c9 +size 483187387 diff --git a/data/part-08152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc1eee184b73286643c166c3569a3df441d4a83f --- /dev/null +++ b/data/part-08152-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886ec871a2d4319749cf356a68defe2918771a7e1eb104e05c77f891b6ad7cca +size 629704083 diff --git a/data/part-08153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4acbb83c896d34c3d8ebd9f0f406c1121eb65ef9 --- /dev/null +++ b/data/part-08153-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159b6cac3999ccc9d8bfe67b6bbbb3906b18eacb914c6f4f2904ae6c889ee085 +size 671298913 diff --git a/data/part-08154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed6a9f3c1923c65e44828b207a5dcc56c377a97d --- /dev/null +++ b/data/part-08154-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948dcb8529f01b5bc817cac2fe7c85e0f65af2b23ba9e629308826c9631cdd9a +size 539519157 diff --git a/data/part-08155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d39354a25c43277233614de24734c65615bcf1c --- /dev/null +++ b/data/part-08155-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790508fe59839ff26e424924eed945b52e754c15ef50f44981bb8f18c62ece88 +size 899405648 diff --git a/data/part-08156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fa99696d5d63ec123e015eb0b697aa86e5c445e --- /dev/null +++ b/data/part-08156-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3605595b7b2f0ccd715673547cdab4f10a30682e5775ad1b64c65d822cb5b629 +size 637009317 diff --git a/data/part-08157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..975700d4d429ad10445ca4297a1811dbe8ed414b --- /dev/null +++ b/data/part-08157-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e38d4b37709c0617b8285d63ebc128bc3d2ba7b8237b00d4f209adc2c3f14b +size 818994200 diff --git a/data/part-08158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7529306f534143b2b4db22199615e79bbd85958e --- /dev/null +++ b/data/part-08158-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f1a76669ddc5b3cf7c4979d4c39347166e92b80cbf205567bf611bf060eb37 +size 370423735 diff --git a/data/part-08159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1496f1b344521ac73026b4651a7a4e87f4871f66 --- /dev/null +++ b/data/part-08159-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a38335710ef9b7415943dd3f6f822dcf503723a4fa55301f4551ca0617b2a7d +size 472830468 diff --git a/data/part-08160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bbaf2413128ead7f984ff63c45b7393b4725f3e --- /dev/null +++ b/data/part-08160-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242d5150fd3bec44c9e289f451533179454c2f15924b84bc7194f63d0e640244 +size 373008068 diff --git a/data/part-08161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c405958ccf0cc1e94c4eef7522ac01d49e0ae07 --- /dev/null +++ b/data/part-08161-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756fb9d65587190ad40bda292b847ab600d9b3632200b2eefa2e1938d400ba3c +size 661228278 diff --git a/data/part-08162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a72bdc6b90828b49e7ede516cbc9c093742d611 --- /dev/null +++ b/data/part-08162-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7115dc2b53801eeeacafe9048fcc209da79b9f82b7d19f663300e15e4025678e +size 563658359 diff --git a/data/part-08163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdb165e0df24741e6085e7d7f130a9cd9fae32b9 --- /dev/null +++ b/data/part-08163-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab3d40b1d94dff17e396b4a14ee49a89ac0ad41fb4c5b8cb829dc45b4c15064 +size 493392224 diff --git a/data/part-08164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4bd2ce3b4e95ce325b90ee2c5184c2ac2aae9d8 --- /dev/null +++ b/data/part-08164-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9471354ae770ccc30550e87ac068205df2499fc7f1ef8c1d4ff7d54ea0bbc01d +size 901371866 diff --git a/data/part-08165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f03fb024d62f658e1ec23e45c9cbd140d8f79ae2 --- /dev/null +++ b/data/part-08165-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21275b8449a69d67e967ef5105c465fc33693b1a06962b2e6651a3a8480cb941 +size 516844055 diff --git a/data/part-08166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed589132e04094b7e86b04556cccf3516460c536 --- /dev/null +++ b/data/part-08166-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da99ac3a341f12258e9d4e4f51000402b6b8bcdd7af82a8373940b9a24071537 +size 434841741 diff --git a/data/part-08167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1ac0258b05871d330a936e3bf94daeef5245b4b --- /dev/null +++ b/data/part-08167-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26da40ce7e99c9f263633b872b4754bd9dc0260a436c3c5e3ec91b789bf6fd64 +size 517877187 diff --git a/data/part-08168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a609d439eff9663f9a5217c87c056038a0fe92f1 --- /dev/null +++ b/data/part-08168-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb6f80b20c6bc08fc9b72c3c43082d7b3d0d8d72d5a79858cf80065906be0c8 +size 439723573 diff --git a/data/part-08169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75c1624fe9268709c413fe29565972e2ffd85dad --- /dev/null +++ b/data/part-08169-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4587df538896f289775ddf1b3c3bfa80edee62d69ef334efd27702a6e9efd77 +size 699628901 diff --git a/data/part-08170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2526ba7a0202e207974a4c35f7f2f3ea31810ce --- /dev/null +++ b/data/part-08170-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a1deddcfcaa5605efae89e3a8a8feb3e7c15297748defb76483b2a246ba9b0 +size 601267495 diff --git a/data/part-08171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4987eb718009991bc996e100506b09d0a6c59790 --- /dev/null +++ b/data/part-08171-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a29f83acdb1846ac3d851f82f641468c27993ebfeb4726de2872beb99150540 +size 593129394 diff --git a/data/part-08172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6460c3e60c1079ff88eb8866235cde497ed2a982 --- /dev/null +++ b/data/part-08172-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c89f0c35a0a119761756ffbd4442dfff963be389d451ef47aab153ab45cabce +size 459293193 diff --git a/data/part-08173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d7b9d7d01c0e38e0bfd569055381441dad7f9c8 --- /dev/null +++ b/data/part-08173-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f738fe59830a4fc18df365742cacb4fe1f59115d9dd6d911aa0dded58bc5739 +size 497582731 diff --git a/data/part-08174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28bfa5418253a8d1d9cee57689a4bc2757e55d4a --- /dev/null +++ b/data/part-08174-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d3c47b18dad6853fbd9308d20f92a6076c553ebde708a7e05dfe14ee3939e5 +size 481488838 diff --git a/data/part-08175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54f7cdcf924bbfa50b5a52dae5de42594756b595 --- /dev/null +++ b/data/part-08175-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0f1f7cfce739cbdf02ea3bff50db8448e6e320454ba399960149ce0bcf0d22 +size 506109266 diff --git a/data/part-08176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fd7371c682afec56f6b62cd1a1587c05a4cb1a3 --- /dev/null +++ b/data/part-08176-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18305adc4868b1395a40a361c056ec20fa202eadead1870a0b29b9aa4f900678 +size 411211527 diff --git a/data/part-08177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcea55c51d24d2103160d1465f05912b6fa9c787 --- /dev/null +++ b/data/part-08177-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff419675998d9b3c4df95fd4d96a2a6b4b62bb0106fb8df3f9cacf533580498 +size 494203197 diff --git a/data/part-08178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1373f7dd0c38cc4acee2e95bc436a9bbaf4a8fdf --- /dev/null +++ b/data/part-08178-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdadece7316756a39d989eedd7548f685ad44a23f81845d1ebea2765d45f76f3 +size 458359824 diff --git a/data/part-08179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f8fa0b3ba6e3080c787a8d9e9fd5185a527f118 --- /dev/null +++ b/data/part-08179-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da732da09d31bd6b76bb566e7abcb5d4f449e3c74f137af6201b4a8df758c33b +size 721081690 diff --git a/data/part-08180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0721afddbc79ae9ca786a1b1126f63d3d980e56d --- /dev/null +++ b/data/part-08180-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536582c5462a43adb7726fddd0add908273ba600d0af5d7793ca24e32f31bdad +size 405943253 diff --git a/data/part-08181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae7de834a3ec8baf45f471a14af2419c8ca36dcc --- /dev/null +++ b/data/part-08181-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b43522b010bb3c67fb38785dfdacce761d5ac88314619e7bd60200aa484e30 +size 958277952 diff --git a/data/part-08182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af0d97d98e00ce13d79870194782a0e629dc74bc --- /dev/null +++ b/data/part-08182-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d24bf71cdd565f14ac66656afa06bfda285ca292dbd0592df0864fd0e3f8d9 +size 455973321 diff --git a/data/part-08183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e6da1354c2fc15c7825aa7f41b5b3941c2b0be2 --- /dev/null +++ b/data/part-08183-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f816cedbcba7dd73968b76ebeffca96b7fb8456767a5a8a43beb83d4908bbe +size 576457440 diff --git a/data/part-08184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45ac1ce6b700b652a1b8f0945f1a2a74bf759c81 --- /dev/null +++ b/data/part-08184-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596a0e45e6681eada1c1fe20449694b18af1dcb9fe744b7de34eef9ae81ca5c0 +size 769726501 diff --git a/data/part-08185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ce9a03e18ef82552d5024e9a254bc7962f23ecb --- /dev/null +++ b/data/part-08185-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577d363e57fe28b92ca7e3af0ee4d2e477139b11066625e1625e8745f89e9eaf +size 417304557 diff --git a/data/part-08186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7de35d204620b3b9c791575fe7cea0b49c4f6b10 --- /dev/null +++ b/data/part-08186-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacf13de4f631816e6322c9d89d5f9f7a6cc544bdcb7e4b707a101283539c336 +size 591343218 diff --git a/data/part-08187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af39f6486ab19264c1ec8f84fcd3de73586cc7a7 --- /dev/null +++ b/data/part-08187-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e61e10b754d6fd477fde99bd47069837eaa5a0f2fcab532b83e20696dc3dfd +size 446456853 diff --git a/data/part-08188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c224d4b767a7e76d906cdd7fe349e7b6a1766ef --- /dev/null +++ b/data/part-08188-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288ce02c750fbb952bc2fe0f0346ed2da95e163e7bbd373602e38efeb0b67f9d +size 701606186 diff --git a/data/part-08189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f46078e0139ec415c51496fcc6f81b0fd4be76c9 --- /dev/null +++ b/data/part-08189-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce375bdab9a038244940e90e6cd2149d9978a374779cf0a352573aca0bcfa839 +size 585836921 diff --git a/data/part-08190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0195841dbba387f21c3d0d99d1fa4415c356f7fa --- /dev/null +++ b/data/part-08190-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329fa64f2ac68d2293cdca6ea199e44f30eda8aa43cd226283da4c9a314343d6 +size 1132744394 diff --git a/data/part-08191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dce99c3886cb5495016d79c7b30e9a7f94e71ce --- /dev/null +++ b/data/part-08191-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de48ecf4dd986d1d911d4a70af89a52a81cb7df29e5277e3e52663fba500924c +size 491814847 diff --git a/data/part-08192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b57519c9d1aaad94953c38b6964a2dd97084397 --- /dev/null +++ b/data/part-08192-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7519550f61014635678216960fb2314920c4d6f03e19bed063b328830319e672 +size 685178710 diff --git a/data/part-08193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b76d3a677123e7197bdb375c7c35fea23a75258 --- /dev/null +++ b/data/part-08193-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f0019046ed67140b3b69a92d4ba02ab1d4fe1ba927279330cdd2a4fc18fea7 +size 453833982 diff --git a/data/part-08194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2bea82434dbe90b92d7612a72424f01d24dba4a --- /dev/null +++ b/data/part-08194-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d9989c8037ab04e6aaa461b8f68709987e6e32a3fd687186f6538867843233 +size 697543603 diff --git a/data/part-08195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet b/data/part-08195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43df4900b5cd790fc14fd44c434e6e4ac2f5d41a --- /dev/null +++ b/data/part-08195-50e95205-4aec-46cc-bde2-02f09aa216ac-c000.snappy.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df9dc758b48ca8215ba189a04a732ced31c53e8d8ca85b1485fcbc628cb3c82 +size 451651722 diff --git a/stats/full/repo_distributions.json b/stats/full/repo_distributions.json new file mode 100644 index 0000000000000000000000000000000000000000..ea2870c5385a7d8a1973e8a5bba9671cf101533b --- /dev/null +++ b/stats/full/repo_distributions.json @@ -0,0 +1,23 @@ +{ + "num_files": { + "min": 1, + "p5": 1, + "p50": 14, + "p95": 377, + "max": 1032000 + }, + "size_bytes": { + "min": 0, + "p5": 14, + "p50": 25611, + "p95": 3779978, + "max": 3997367026 + }, + "estimated_tokens": { + "min": 0, + "p5": 4, + "p50": 9411, + "p95": 1729981, + "max": 1927736171 + } +} \ No newline at end of file diff --git a/stats/full/stats_by_language.json b/stats/full/stats_by_language.json new file mode 100644 index 0000000000000000000000000000000000000000..481aea09f2e0f38dc8524246f247cdbc63abed11 --- /dev/null +++ b/stats/full/stats_by_language.json @@ -0,0 +1,12854 @@ +[ + { + "language": "JavaScript", + "repo_count": 76237186, + "file_count": 15975898432, + "total_size_bytes": 123741556226855, + "estimated_tokens": 47593187301197, + "file_size_distribution": { + "min": 0, + "p5": 70, + "p50": 869, + "p95": 18495, + "max": 10484940 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 43, + "p50": 312, + "p95": 6288, + "max": 4032693 + } + }, + { + "language": "JSON", + "repo_count": 70273285, + "file_count": 2918283530, + "total_size_bytes": 49669079808918, + "estimated_tokens": 21747312022497, + "file_size_distribution": { + "min": 0, + "p5": 70, + "p50": 1422, + "p95": 38122, + "max": 14232504 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 74, + "p50": 751, + "p95": 29942, + "max": 6231617 + } + }, + { + "language": "HTML", + "repo_count": 86049167, + "file_count": 1241225514, + "total_size_bytes": 26154826696825, + "estimated_tokens": 10097403945722, + "file_size_distribution": { + "min": 0, + "p5": 116, + "p50": 4447, + "p95": 59784, + "max": 10505477 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 107, + "p50": 2402, + "p95": 23213, + "max": 4055773 + } + }, + { + "language": "CSV", + "repo_count": 7940691, + "file_count": 221875616, + "total_size_bytes": 22151519032563, + "estimated_tokens": 17903627471959, + "file_size_distribution": { + "min": 0, + "p5": 25, + "p50": 2986, + "p95": 413030, + "max": 20091077 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 66, + "p50": 2867, + "p95": 335616, + "max": 16238307 + } + }, + { + "language": "XML", + "repo_count": 40938866, + "file_count": 1002263388, + "total_size_bytes": 21339333972772, + "estimated_tokens": 8258423139199, + "file_size_distribution": { + "min": 0, + "p5": 147, + "p50": 1009, + "p95": 50735, + "max": 15168285 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 74, + "p50": 477, + "p95": 23209, + "max": 5870198 + } + }, + { + "language": "Python", + "repo_count": 29802582, + "file_count": 2119537154, + "total_size_bytes": 20706950285989, + "estimated_tokens": 5870149122646, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2765, + "p95": 38971, + "max": 10410482 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 336, + "p95": 4279, + "max": 2951235 + } + }, + { + "language": "Text", + "repo_count": 53549334, + "file_count": 1825834013, + "total_size_bytes": 19285085172765, + "estimated_tokens": 12824082599562, + "file_size_distribution": { + "min": 0, + "p5": 11, + "p50": 1083, + "p95": 13944, + "max": 22968036 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 15, + "p50": 353, + "p95": 36000, + "max": 15273150 + } + }, + { + "language": "SVG", + "repo_count": 28912228, + "file_count": 1124985301, + "total_size_bytes": 16255457491257, + "estimated_tokens": 12030521469235, + "file_size_distribution": { + "min": 0, + "p5": 254, + "p50": 829, + "p95": 28391, + "max": 10485733 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 177, + "p50": 1408, + "p95": 105568, + "max": 7760399 + } + }, + { + "language": "TypeScript", + "repo_count": 15849399, + "file_count": 3283982076, + "total_size_bytes": 14259594300443, + "estimated_tokens": 3852788069256, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 547, + "p95": 12854, + "max": 10450766 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 192, + "p95": 1772, + "max": 2823684 + } + }, + { + "language": "Unity3D Asset", + "repo_count": 1880438, + "file_count": 1500942990, + "total_size_bytes": 14006888391883, + "estimated_tokens": 8083518690369, + "file_size_distribution": { + "min": 0, + "p5": 95, + "p50": 243, + "p95": 6862, + "max": 10485404 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 63, + "p50": 203, + "p95": 4219, + "max": 6051234 + } + }, + { + "language": "CSS", + "repo_count": 71166214, + "file_count": 634066854, + "total_size_bytes": 13849087768222, + "estimated_tokens": 4979649326618, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 2205, + "p95": 120502, + "max": 10467607 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 502, + "p95": 16788, + "max": 3763787 + } + }, + { + "language": "Jupyter Notebook", + "repo_count": 9087767, + "file_count": 40789100, + "total_size_bytes": 13005477333225, + "estimated_tokens": 8523894857155, + "file_size_distribution": { + "min": 0, + "p5": 541, + "p50": 41458, + "p95": 1700904, + "max": 10485760 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 733, + "p50": 21515, + "p95": 1275039, + "max": 6872452 + } + }, + { + "language": "Markdown", + "repo_count": 151105679, + "file_count": 2178164263, + "total_size_bytes": 11717372617472, + "estimated_tokens": 3725462420386, + "file_size_distribution": { + "min": 0, + "p5": 93, + "p50": 1982, + "p95": 19555, + "max": 10446467 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 6, + "p50": 261, + "p95": 4671, + "max": 3321386 + } + }, + { + "language": "C++", + "repo_count": 9131121, + "file_count": 900164345, + "total_size_bytes": 11353383120556, + "estimated_tokens": 5195941182816, + "file_size_distribution": { + "min": 0, + "p5": 401, + "p50": 2861, + "p95": 33323, + "max": 10485596 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 68, + "p50": 470, + "p95": 8148, + "max": 4798793 + } + }, + { + "language": "C", + "repo_count": 8892004, + "file_count": 648523274, + "total_size_bytes": 10825862558216, + "estimated_tokens": 4364581728173, + "file_size_distribution": { + "min": 0, + "p5": 182, + "p50": 3279, + "p95": 51086, + "max": 10483120 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 54, + "p50": 463, + "p95": 12544, + "max": 4226401 + } + }, + { + "language": "PHP", + "repo_count": 8702094, + "file_count": 1836390766, + "total_size_bytes": 10342590436885, + "estimated_tokens": 2947794701199, + "file_size_distribution": { + "min": 0, + "p5": 232, + "p50": 1696, + "p95": 18434, + "max": 16143304 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 52, + "p50": 407, + "p95": 4831, + "max": 4601086 + } + }, + { + "language": "Gettext Catalog", + "repo_count": 835732, + "file_count": 376655255, + "total_size_bytes": 4629783312728, + "estimated_tokens": 1294499972528, + "file_size_distribution": { + "min": 0, + "p5": 902, + "p50": 4097, + "p95": 32780, + "max": 10431299 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 317, + "p50": 2816, + "p95": 76738, + "max": 2916619 + } + }, + { + "language": "YAML", + "repo_count": 35591526, + "file_count": 435881351, + "total_size_bytes": 3913808464124, + "estimated_tokens": 1856689886781, + "file_size_distribution": { + "min": 0, + "p5": 43, + "p50": 548, + "p95": 9390, + "max": 10484706 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 41, + "p50": 284, + "p95": 77843, + "max": 4973889 + } + }, + { + "language": "Java", + "repo_count": 21672564, + "file_count": 836915565, + "total_size_bytes": 3908857291274, + "estimated_tokens": 933750530245, + "file_size_distribution": { + "min": 0, + "p5": 194, + "p50": 1648, + "p95": 15536, + "max": 10114781 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 268, + "p95": 2499, + "max": 2416226 + } + }, + { + "language": "C#", + "repo_count": 8053700, + "file_count": 614762854, + "total_size_bytes": 3699991971818, + "estimated_tokens": 1597697076242, + "file_size_distribution": { + "min": 0, + "p5": 216, + "p50": 1684, + "p95": 20439, + "max": 10455647 + } + }, + { + "language": "Go", + "repo_count": 2307028, + "file_count": 175809072, + "total_size_bytes": 1976627570082, + "estimated_tokens": 584547756053, + "file_size_distribution": { + "min": 0, + "p5": 266, + "p50": 2704, + "p95": 36203, + "max": 10467887 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 56, + "p50": 470, + "p95": 5131, + "max": 3095667 + } + }, + { + "language": "Wavefront Object", + "repo_count": 855082, + "file_count": 23506899, + "total_size_bytes": 1457244311554, + "estimated_tokens": 1404593284483, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 193632, + "max": 10485703 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 320, + "p50": 7094, + "p95": 930298, + "max": 10106849 + } + }, + { + "language": "SQL", + "repo_count": 6684569, + "file_count": 40599512, + "total_size_bytes": 945798039223, + "estimated_tokens": 487772266712, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 687, + "p95": 24414, + "max": 26215147 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 254, + "p95": 13048, + "max": 13519823 + } + }, + { + "language": "SCSS", + "repo_count": 10881656, + "file_count": 275248672, + "total_size_bytes": 882594266434, + "estimated_tokens": 285921795401, + "file_size_distribution": { + "min": 0, + "p5": 38, + "p50": 920, + "p95": 10723, + "max": 10000000 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 273, + "p95": 2500, + "max": 3239561 + } + }, + { + "language": "TSV", + "repo_count": 316887, + "file_count": 8444898, + "total_size_bytes": 838289124174, + "estimated_tokens": 546339654313, + "file_size_distribution": { + "min": 0, + "p5": 17, + "p50": 1455, + "p95": 404697, + "max": 10484575 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 1512, + "p95": 294442, + "max": 6833131 + } + }, + { + "language": "COLLADA", + "repo_count": 98749, + "file_count": 2170985, + "total_size_bytes": 784770788777, + "estimated_tokens": 719451241174, + "file_size_distribution": { + "min": 0, + "p5": 3342, + "p50": 38301, + "p95": 2090956, + "max": 10482102 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 1869, + "p50": 17481, + "p95": 1834995, + "max": 9609636 + } + }, + { + "language": "Ruby", + "repo_count": 6415956, + "file_count": 222434107, + "total_size_bytes": 589083658542, + "estimated_tokens": 169212616364, + "file_size_distribution": { + "min": 0, + "p5": 65, + "p50": 703, + "p95": 9077, + "max": 10450423 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 183, + "p95": 1537, + "max": 3001854 + } + }, + { + "language": "Objective-C", + "repo_count": 3669802, + "file_count": 134760438, + "total_size_bytes": 558002791232, + "estimated_tokens": 143861719797, + "file_size_distribution": { + "min": 0, + "p5": 150, + "p50": 1378, + "p95": 14747, + "max": 10170024 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 62, + "p50": 237, + "p95": 2224, + "max": 2621989 + } + }, + { + "language": "PostScript", + "repo_count": 301531, + "file_count": 6225881, + "total_size_bytes": 540259055459, + "estimated_tokens": 385243241079, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3656, + "p95": 380277, + "max": 10481661 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 1337, + "p50": 16943, + "p95": 668076, + "max": 7474172 + } + }, + { + "language": "LLVM", + "repo_count": 34428, + "file_count": 55255901, + "total_size_bytes": 529039811227, + "estimated_tokens": 260088406691, + "file_size_distribution": { + "min": 0, + "p5": 242, + "p50": 1858, + "p95": 30866, + "max": 10477363 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 182, + "p50": 2881, + "p95": 93617, + "max": 5150918 + } + }, + { + "language": "Shell", + "repo_count": 23811935, + "file_count": 150299016, + "total_size_bytes": 523475128392, + "estimated_tokens": 180751517021, + "file_size_distribution": { + "min": 0, + "p5": 39, + "p50": 439, + "p95": 10284, + "max": 10211805 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 203, + "p95": 2218, + "max": 3526050 + } + }, + { + "language": "TSX", + "repo_count": 6366732, + "file_count": 164025010, + "total_size_bytes": 500795326226, + "estimated_tokens": 136869129391, + "file_size_distribution": { + "min": 0, + "p5": 212, + "p50": 1462, + "p95": 9947, + "max": 9592099 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 56, + "p50": 390, + "p95": 2623, + "max": 2621554 + } + }, + { + "language": "Makefile", + "repo_count": 8078161, + "file_count": 122048542, + "total_size_bytes": 462318597742, + "estimated_tokens": 155148392444, + "file_size_distribution": { + "min": 0, + "p5": 32, + "p50": 746, + "p95": 13230, + "max": 10450276 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 735, + "p95": 9848, + "max": 3506983 + } + }, + { + "language": "Smali", + "repo_count": 6686, + "file_count": 32481261, + "total_size_bytes": 335422165356, + "estimated_tokens": 116013892109, + "file_size_distribution": { + "min": 0, + "p5": 432, + "p50": 2985, + "p95": 38240, + "max": 6452669 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 107, + "p50": 995, + "p95": 13087, + "max": 2231812 + } + }, + { + "language": "VHDL", + "repo_count": 82852, + "file_count": 4079540, + "total_size_bytes": 327127913723, + "estimated_tokens": 165899187026, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 4598, + "p95": 225316, + "max": 10464347 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 108, + "p50": 976, + "p95": 122651, + "max": 5306874 + } + }, + { + "language": "Less", + "repo_count": 2092485, + "file_count": 83346818, + "total_size_bytes": 316346188012, + "estimated_tokens": 97128329502, + "file_size_distribution": { + "min": 0, + "p5": 39, + "p50": 716, + "p95": 15864, + "max": 9402416 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 345, + "p95": 4847, + "max": 2886840 + } + }, + { + "language": "Assembly", + "repo_count": 774854, + "file_count": 29754256, + "total_size_bytes": 305830964128, + "estimated_tokens": 151827463528, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1254, + "p95": 28173, + "max": 10520172 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 50, + "p50": 536, + "p95": 23489, + "max": 5222660 + } + }, + { + "language": "Verilog", + "repo_count": 160484, + "file_count": 7432654, + "total_size_bytes": 280497885433, + "estimated_tokens": 144534364785, + "file_size_distribution": { + "min": 0, + "p5": 27, + "p50": 2619, + "p95": 112908, + "max": 10484549 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 89, + "p50": 728, + "p95": 61588, + "max": 5402457 + } + }, + { + "language": "INI", + "repo_count": 17273131, + "file_count": 82291364, + "total_size_bytes": 265327784032, + "estimated_tokens": 152613246416, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 175, + "p95": 5656, + "max": 11791511 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 16, + "p50": 114, + "p95": 5255, + "max": 6782331 + } + }, + { + "language": "Blade", + "repo_count": 1924048, + "file_count": 51390062, + "total_size_bytes": 256813717106, + "estimated_tokens": 64623918784, + "file_size_distribution": { + "min": 0, + "p5": 112, + "p50": 2022, + "p95": 18386, + "max": 9583981 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 69, + "p50": 646, + "p95": 4365, + "max": 2411687 + } + }, + { + "language": "Lua", + "repo_count": 764157, + "file_count": 29044249, + "total_size_bytes": 247416118288, + "estimated_tokens": 117867720180, + "file_size_distribution": { + "min": 0, + "p5": 122, + "p50": 2120, + "p95": 20868, + "max": 10529904 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 536, + "p95": 10253, + "max": 5016390 + } + }, + { + "language": "Diff", + "repo_count": 1371793, + "file_count": 28767788, + "total_size_bytes": 243399033744, + "estimated_tokens": 97880853851, + "file_size_distribution": { + "min": 0, + "p5": 280, + "p50": 1370, + "p95": 20268, + "max": 10459552 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 71, + "p50": 558, + "p95": 9301, + "max": 4206220 + } + }, + { + "language": "Dart", + "repo_count": 2238751, + "file_count": 51558116, + "total_size_bytes": 242479721963, + "estimated_tokens": 47972407623, + "file_size_distribution": { + "min": 0, + "p5": 176, + "p50": 1576, + "p95": 15536, + "max": 10291488 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 54, + "p50": 357, + "p95": 2549, + "max": 2036077 + } + }, + { + "language": "Unix Assembly", + "repo_count": 415765, + "file_count": 15260141, + "total_size_bytes": 221362888135, + "estimated_tokens": 120520732198, + "file_size_distribution": { + "min": 0, + "p5": 142, + "p50": 1946, + "p95": 34228, + "max": 10449841 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 435, + "p95": 85521, + "max": 5689402 + } + }, + { + "language": "STL", + "repo_count": 173181, + "file_count": 3533648, + "total_size_bytes": 211233764575, + "estimated_tokens": 139689518291, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 205647, + "max": 10463802 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 83, + "p50": 67174, + "p95": 1551126, + "max": 6919743 + } + }, + { + "language": "Vue", + "repo_count": 2812674, + "file_count": 50294678, + "total_size_bytes": 209357917047, + "estimated_tokens": 59062684582, + "file_size_distribution": { + "min": 0, + "p5": 173, + "p50": 1894, + "p95": 14468, + "max": 8229464 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 59, + "p50": 583, + "p95": 3997, + "max": 2321642 + } + }, + { + "language": "Roff Manpage", + "repo_count": 1501501, + "file_count": 19173407, + "total_size_bytes": 208295921769, + "estimated_tokens": 118138421058, + "file_size_distribution": { + "min": 0, + "p5": 467, + "p50": 2888, + "p95": 20136, + "max": 11090826 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 1148, + "p95": 30365, + "max": 6290342 + } + }, + { + "language": "Rust", + "repo_count": 1053841, + "file_count": 28477618, + "total_size_bytes": 205255196113, + "estimated_tokens": 54943841803, + "file_size_distribution": { + "min": 0, + "p5": 92, + "p50": 1591, + "p95": 24133, + "max": 10430543 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 567, + "p95": 5879, + "max": 2792105 + } + }, + { + "language": "reStructuredText", + "repo_count": 1721665, + "file_count": 46334496, + "total_size_bytes": 201427707568, + "estimated_tokens": 75678645987, + "file_size_distribution": { + "min": 0, + "p5": 88, + "p50": 1036, + "p95": 16944, + "max": 10132910 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 266, + "p95": 5145, + "max": 3807048 + } + }, + { + "language": "Roff", + "repo_count": 1072739, + "file_count": 17276461, + "total_size_bytes": 189763344814, + "estimated_tokens": 111184741418, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 23, + "p95": 13824, + "max": 11052541 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 548, + "p95": 23703, + "max": 6475823 + } + }, + { + "language": "Cython", + "repo_count": 296393, + "file_count": 10586123, + "total_size_bytes": 189182434211, + "estimated_tokens": 53362081398, + "file_size_distribution": { + "min": 0, + "p5": 94, + "p50": 3460, + "p95": 68845, + "max": 3499872 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 904, + "p95": 15671, + "max": 987198 + } + }, + { + "language": "Perl", + "repo_count": 832880, + "file_count": 20003186, + "total_size_bytes": 188407814344, + "estimated_tokens": 71795114243, + "file_size_distribution": { + "min": 0, + "p5": 160, + "p50": 2076, + "p95": 34759, + "max": 10438795 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 53, + "p50": 576, + "p95": 8421, + "max": 3977831 + } + }, + { + "language": "Swift", + "repo_count": 3521264, + "file_count": 49384327, + "total_size_bytes": 186751721879, + "estimated_tokens": 41474932909, + "file_size_distribution": { + "min": 0, + "p5": 214, + "p50": 1391, + "p95": 15155, + "max": 7731613 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 68, + "p50": 312, + "p95": 2041, + "max": 1717083 + } + }, + { + "language": "TeX", + "repo_count": 764137, + "file_count": 11610896, + "total_size_bytes": 165149774992, + "estimated_tokens": 67135936238, + "file_size_distribution": { + "min": 0, + "p5": 11, + "p50": 2698, + "p95": 53186, + "max": 10374039 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 64, + "p50": 1176, + "p95": 19524, + "max": 4217207 + } + }, + { + "language": "Solidity", + "repo_count": 660500, + "file_count": 16556640, + "total_size_bytes": 137356514989, + "estimated_tokens": 46596830063, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 2475, + "p95": 31608, + "max": 9061491 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 69, + "p50": 832, + "p95": 12429, + "max": 3074021 + } + }, + { + "language": "Mathematica", + "repo_count": 168573, + "file_count": 760626, + "total_size_bytes": 130308232988, + "estimated_tokens": 86949063786, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 11239, + "p95": 911395, + "max": 10455818 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 81, + "p50": 6173, + "p95": 935245, + "max": 6976716 + } + }, + { + "language": "Kotlin", + "repo_count": 3921043, + "file_count": 57197393, + "total_size_bytes": 130120706779, + "estimated_tokens": 27394978449, + "file_size_distribution": { + "min": 0, + "p5": 124, + "p50": 953, + "p95": 8123, + "max": 8469515 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 28, + "p50": 200, + "p95": 1529, + "max": 1783130 + } + }, + { + "language": "Gnuplot", + "repo_count": 202290, + "file_count": 1749874, + "total_size_bytes": 128729920285, + "estimated_tokens": 116719634819, + "file_size_distribution": { + "min": 0, + "p5": 257, + "p50": 17586, + "p95": 308582, + "max": 9645163 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 64, + "p50": 637, + "p95": 78595, + "max": 8745285 + } + }, + { + "language": "Java Server Pages", + "repo_count": 1547846, + "file_count": 26862579, + "total_size_bytes": 124469461679, + "estimated_tokens": 34746475716, + "file_size_distribution": { + "min": 0, + "p5": 109, + "p50": 2001, + "p95": 15205, + "max": 11827130 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 69, + "p50": 622, + "p95": 4195, + "max": 3301622 + } + }, + { + "language": "TOML", + "repo_count": 5102049, + "file_count": 15742998, + "total_size_bytes": 120741626921, + "estimated_tokens": 66586624194, + "file_size_distribution": { + "min": 0, + "p5": 45, + "p50": 384, + "p95": 32057, + "max": 7785766 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 182, + "p95": 35487, + "max": 4293696 + } + }, + { + "language": "KiCad Layout", + "repo_count": 81346, + "file_count": 3970807, + "total_size_bytes": 120473546288, + "estimated_tokens": 83220923706, + "file_size_distribution": { + "min": 0, + "p5": 934, + "p50": 3850, + "p95": 43340, + "max": 10470209 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 418, + "p50": 2259, + "p95": 307298, + "max": 7232629 + } + }, + { + "language": "Java Properties", + "repo_count": 11407540, + "file_count": 42482590, + "total_size_bytes": 119609315277, + "estimated_tokens": 41567245915, + "file_size_distribution": { + "min": 0, + "p5": 100, + "p50": 781, + "p95": 9836, + "max": 5855129 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 90, + "p95": 1346, + "max": 2034805 + } + }, + { + "language": "CMake", + "repo_count": 2853090, + "file_count": 52777633, + "total_size_bytes": 117955731997, + "estimated_tokens": 31892079445, + "file_size_distribution": { + "min": 0, + "p5": 104, + "p50": 772, + "p95": 7102, + "max": 5202675 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 330, + "p95": 2432, + "max": 1406664 + } + }, + { + "language": "Tcl", + "repo_count": 241138, + "file_count": 11806742, + "total_size_bytes": 116287422738, + "estimated_tokens": 49734799572, + "file_size_distribution": { + "min": 0, + "p5": 303, + "p50": 3520, + "p95": 32784, + "max": 10116036 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 70, + "p50": 798, + "p95": 11393, + "max": 4326513 + } + }, + { + "language": "Adobe Font Metrics", + "repo_count": 103533, + "file_count": 4075538, + "total_size_bytes": 113838681980, + "estimated_tokens": 64229623238, + "file_size_distribution": { + "min": 0, + "p5": 9467, + "p50": 17086, + "p95": 74292, + "max": 5227493 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 216, + "p50": 6947, + "p95": 76357, + "max": 2949436 + } + }, + { + "language": "G-code", + "repo_count": 21110, + "file_count": 197872, + "total_size_bytes": 108776577207, + "estimated_tokens": 95464436570, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 984, + "p95": 3240006, + "max": 10474433 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 80, + "p50": 138424, + "p95": 2909145, + "max": 9192566 + } + }, + { + "language": "MATLAB", + "repo_count": 691388, + "file_count": 21429159, + "total_size_bytes": 108235992209, + "estimated_tokens": 57614300820, + "file_size_distribution": { + "min": 0, + "p5": 87, + "p50": 1349, + "p95": 15767, + "max": 9988196 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 61, + "p50": 478, + "p95": 5110, + "max": 5316743 + } + }, + { + "language": "Pascal", + "repo_count": 267167, + "file_count": 5800436, + "total_size_bytes": 101945113636, + "estimated_tokens": 50594589989, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 2253, + "p95": 56157, + "max": 10164924 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 65, + "p50": 948, + "p95": 24352, + "max": 5044775 + } + }, + { + "language": "Protocol Buffer", + "repo_count": 521527, + "file_count": 16234902, + "total_size_bytes": 99624814524, + "estimated_tokens": 46567222039, + "file_size_distribution": { + "min": 0, + "p5": 124, + "p50": 2774, + "p95": 20920, + "max": 15307800 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 250, + "p95": 3933, + "max": 7155263 + } + }, + { + "language": "Ignore List", + "repo_count": 94549926, + "file_count": 289610719, + "total_size_bytes": 94668275626, + "estimated_tokens": 28207297877, + "file_size_distribution": { + "min": 0, + "p5": 6, + "p50": 45, + "p95": 1287, + "max": 10088836 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 6, + "p50": 49, + "p95": 852, + "max": 3006063 + } + }, + { + "language": "EJS", + "repo_count": 1962483, + "file_count": 41211796, + "total_size_bytes": 94258860847, + "estimated_tokens": 26446676775, + "file_size_distribution": { + "min": 0, + "p5": 73, + "p50": 1076, + "p95": 7717, + "max": 8212401 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 48, + "p50": 389, + "p95": 3176, + "max": 2304194 + } + }, + { + "language": "PowerShell", + "repo_count": 3380901, + "file_count": 32045324, + "total_size_bytes": 91514431676, + "estimated_tokens": 34653155582, + "file_size_distribution": { + "min": 0, + "p5": 422, + "p50": 805, + "p95": 11356, + "max": 9284353 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 43, + "p50": 422, + "p95": 6825, + "max": 3515644 + } + }, + { + "language": "Batchfile", + "repo_count": 14440822, + "file_count": 57791154, + "total_size_bytes": 89980925107, + "estimated_tokens": 32507002761, + "file_size_distribution": { + "min": 0, + "p5": 96, + "p50": 308, + "p95": 6734, + "max": 10149545 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 12, + "p50": 195, + "p95": 8305, + "max": 3666680 + } + }, + { + "language": "JSON with Comments", + "repo_count": 20381816, + "file_count": 85805248, + "total_size_bytes": 85072567631, + "estimated_tokens": 24142520283, + "file_size_distribution": { + "min": 0, + "p5": 36, + "p50": 342, + "p95": 3611, + "max": 8833714 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 35, + "p50": 165, + "p95": 2138, + "max": 2506896 + } + }, + { + "language": "Godot Resource", + "repo_count": 157493, + "file_count": 3507061, + "total_size_bytes": 84647839241, + "estimated_tokens": 65768596978, + "file_size_distribution": { + "min": 0, + "p5": 181, + "p50": 1205, + "p95": 31537, + "max": 10464916 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 75, + "p50": 477, + "p95": 20115, + "max": 8130897 + } + }, + { + "language": "HTML+Razor", + "repo_count": 1317172, + "file_count": 33751861, + "total_size_bytes": 84022084238, + "estimated_tokens": 19068112311, + "file_size_distribution": { + "min": 0, + "p5": 54, + "p50": 1074, + "p95": 8562, + "max": 7495535 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 30, + "p50": 385, + "p95": 2330, + "max": 1701049 + } + }, + { + "language": "Turtle", + "repo_count": 30503, + "file_count": 2906440, + "total_size_bytes": 83845502999, + "estimated_tokens": 33163943358, + "file_size_distribution": { + "min": 0, + "p5": 177, + "p50": 1802, + "p95": 74421, + "max": 10455276 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 208, + "p50": 1088, + "p95": 33809, + "max": 4135442 + } + }, + { + "language": "Fortran", + "repo_count": 183698, + "file_count": 6786719, + "total_size_bytes": 82970058960, + "estimated_tokens": 30660176741, + "file_size_distribution": { + "min": 0, + "p5": 90, + "p50": 3423, + "p95": 38465, + "max": 10193036 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 138, + "p50": 1826, + "p95": 24238, + "max": 3766663 + } + }, + { + "language": "SMT", + "repo_count": 4499, + "file_count": 2413694, + "total_size_bytes": 81461369103, + "estimated_tokens": 37601836754, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 1898, + "p95": 86401, + "max": 10397944 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 109, + "p50": 1569, + "p95": 66179, + "max": 4799598 + } + }, + { + "language": "Gerber Image", + "repo_count": 109085, + "file_count": 2554492, + "total_size_bytes": 80880832937, + "estimated_tokens": 70488572387, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 904, + "p95": 139052, + "max": 10456188 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 90, + "p50": 1103, + "p95": 200331, + "max": 9112688 + } + }, + { + "language": "OASv2-json", + "repo_count": 158463, + "file_count": 889694, + "total_size_bytes": 78903433554, + "estimated_tokens": 16898942639, + "file_size_distribution": { + "min": 0, + "p5": 1371, + "p50": 16564, + "p95": 248829, + "max": 10308403 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 249, + "p50": 2530, + "p95": 61230, + "max": 2207776 + } + }, + { + "language": "Pickle", + "repo_count": 883127, + "file_count": 18549017, + "total_size_bytes": 76917404575, + "estimated_tokens": 56640875574, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 38, + "max": 10474184 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 474, + "p95": 126274, + "max": 7713039 + } + }, + { + "language": "AGS Script", + "repo_count": 17138, + "file_count": 369725, + "total_size_bytes": 76564782617, + "estimated_tokens": 70475790001, + "file_size_distribution": { + "min": 0, + "p5": 72, + "p50": 47829, + "p95": 966908, + "max": 10483296 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 457, + "p50": 70284, + "p95": 966680, + "max": 9649587 + } + }, + { + "language": "XML Property List", + "repo_count": 5240176, + "file_count": 30345388, + "total_size_bytes": 76429275379, + "estimated_tokens": 25885272727, + "file_size_distribution": { + "min": 0, + "p5": 238, + "p50": 760, + "p95": 3157, + "max": 9419404 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 131, + "p50": 445, + "p95": 2655, + "max": 3190189 + } + }, + { + "language": "Jest Snapshot", + "repo_count": 594158, + "file_count": 4478780, + "total_size_bytes": 75612394728, + "estimated_tokens": 22002894641, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 909, + "p95": 47712, + "max": 10449389 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 42, + "p50": 327, + "p95": 11125, + "max": 3040729 + } + }, + { + "language": "Objective-C++", + "repo_count": 502727, + "file_count": 9405284, + "total_size_bytes": 73417106721, + "estimated_tokens": 27762328701, + "file_size_distribution": { + "min": 0, + "p5": 423, + "p50": 3581, + "p95": 26054, + "max": 10159746 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 153, + "p50": 869, + "p95": 8764, + "max": 3841859 + } + }, + { + "language": "X PixMap", + "repo_count": 89420, + "file_count": 2112443, + "total_size_bytes": 72789890739, + "estimated_tokens": 35092780034, + "file_size_distribution": { + "min": 0, + "p5": 102, + "p50": 1298, + "p95": 45935, + "max": 10295785 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 73, + "p50": 881, + "p95": 235116, + "max": 4963707 + } + }, + { + "language": "Rich Text Format", + "repo_count": 512428, + "file_count": 1355154, + "total_size_bytes": 72608561176, + "estimated_tokens": 45014874416, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 746, + "p95": 151540, + "max": 10433861 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 211, + "p50": 1893, + "p95": 143044, + "max": 6468644 + } + }, + { + "language": "Scala", + "repo_count": 373959, + "file_count": 14952882, + "total_size_bytes": 72306411667, + "estimated_tokens": 20056912898, + "file_size_distribution": { + "min": 0, + "p5": 113, + "p50": 1880, + "p95": 17665, + "max": 10191095 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 48, + "p50": 347, + "p95": 3238, + "max": 2826885 + } + }, + { + "language": "GLSL", + "repo_count": 974257, + "file_count": 10424532, + "total_size_bytes": 72139026512, + "estimated_tokens": 36315186621, + "file_size_distribution": { + "min": 0, + "p5": 103, + "p50": 1124, + "p95": 12000, + "max": 9901354 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 242, + "p95": 5815, + "max": 4984397 + } + }, + { + "language": "Glyph Bitmap Distribution Format", + "repo_count": 30533, + "file_count": 374049, + "total_size_bytes": 70012793088, + "estimated_tokens": 49293799682, + "file_size_distribution": { + "min": 0, + "p5": 1365, + "p50": 31215, + "p95": 549703, + "max": 10474987 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 1867, + "p50": 12334, + "p95": 201877, + "max": 7375108 + } + }, + { + "language": "Vim Script", + "repo_count": 345220, + "file_count": 9828923, + "total_size_bytes": 69882033766, + "estimated_tokens": 22366499428, + "file_size_distribution": { + "min": 0, + "p5": 114, + "p50": 2446, + "p95": 25698, + "max": 5237369 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 620, + "p95": 7311, + "max": 1676276 + } + }, + { + "language": "R", + "repo_count": 1383829, + "file_count": 13425026, + "total_size_bytes": 69463705360, + "estimated_tokens": 23942664138, + "file_size_distribution": { + "min": 0, + "p5": 135, + "p50": 1721, + "p95": 17404, + "max": 9896058 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 72, + "p50": 575, + "p95": 5497, + "max": 3410961 + } + }, + { + "language": "Eagle", + "repo_count": 44324, + "file_count": 281893, + "total_size_bytes": 68670515750, + "estimated_tokens": 37964395887, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 95348, + "p95": 972202, + "max": 9988032 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 5316, + "p50": 77745, + "p95": 606702, + "max": 5521869 + } + }, + { + "language": "M4Sugar", + "repo_count": 353406, + "file_count": 3062752, + "total_size_bytes": 67540524844, + "estimated_tokens": 20687979770, + "file_size_distribution": { + "min": 0, + "p5": 500, + "p50": 4268, + "p95": 131241, + "max": 9215829 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 114, + "p50": 1078, + "p95": 26140, + "max": 2822852 + } + }, + { + "language": "CoNLL-U", + "repo_count": 7586, + "file_count": 1039821, + "total_size_bytes": 65813956873, + "estimated_tokens": 33962551387, + "file_size_distribution": { + "min": 0, + "p5": 229, + "p50": 1722, + "p95": 153026, + "max": 10461652 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 167, + "p50": 930, + "p95": 59275, + "max": 5398618 + } + }, + { + "language": "Raw token data", + "repo_count": 89479, + "file_count": 2850778, + "total_size_bytes": 65450028300, + "estimated_tokens": 49078457075, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 53846, + "max": 16000000 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 1965, + "p95": 269191, + "max": 11997784 + } + }, + { + "language": "ASP.NET", + "repo_count": 779687, + "file_count": 6650699, + "total_size_bytes": 61771235808, + "estimated_tokens": 14425120954, + "file_size_distribution": { + "min": 0, + "p5": 99, + "p50": 1954, + "p95": 60575, + "max": 5188945 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 608, + "p95": 5351, + "max": 1211748 + } + }, + { + "language": "OpenEdge ABL", + "repo_count": 80728, + "file_count": 4705061, + "total_size_bytes": 60996551710, + "estimated_tokens": 41341187152, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 19413, + "max": 10401147 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 28, + "p50": 562, + "p95": 32579, + "max": 7049509 + } + }, + { + "language": "Maven POM", + "repo_count": 8238311, + "file_count": 19914408, + "total_size_bytes": 59992878685, + "estimated_tokens": 15406387447, + "file_size_distribution": { + "min": 0, + "p5": 650, + "p50": 2160, + "p95": 7547, + "max": 2884101 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 200, + "p50": 603, + "p95": 1840, + "max": 740648 + } + }, + { + "language": "Fortran Free Form", + "repo_count": 214099, + "file_count": 10104556, + "total_size_bytes": 55776039721, + "estimated_tokens": 19561747383, + "file_size_distribution": { + "min": 0, + "p5": 105, + "p50": 610, + "p95": 21873, + "max": 10390141 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 79, + "p50": 1272, + "p95": 21993, + "max": 3644026 + } + }, + { + "language": "CoffeeScript", + "repo_count": 2250033, + "file_count": 21713460, + "total_size_bytes": 54535511491, + "estimated_tokens": 15963441310, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 635, + "p95": 12707, + "max": 5051829 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 245, + "p95": 2546, + "max": 1478753 + } + }, + { + "language": "Visual Basic .NET", + "repo_count": 126064, + "file_count": 4860163, + "total_size_bytes": 53104425950, + "estimated_tokens": 11899634321, + "file_size_distribution": { + "min": 0, + "p5": 77, + "p50": 2715, + "p95": 37750, + "max": 9878495 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 50, + "p50": 641, + "p95": 9897, + "max": 2213572 + } + }, + { + "language": "DirectX 3D File", + "repo_count": 12464, + "file_count": 226394, + "total_size_bytes": 52960277932, + "estimated_tokens": 45597522431, + "file_size_distribution": { + "min": 0, + "p5": 2241, + "p50": 24903, + "p95": 1144239, + "max": 10264125 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 1443, + "p50": 27654, + "p95": 993878, + "max": 8837164 + } + }, + { + "language": "ShaderLab", + "repo_count": 786830, + "file_count": 12623409, + "total_size_bytes": 52721748468, + "estimated_tokens": 16639368397, + "file_size_distribution": { + "min": 0, + "p5": 665, + "p50": 3309, + "p95": 10447, + "max": 5694378 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 173, + "p50": 587, + "p95": 5546, + "max": 1797187 + } + }, + { + "language": "Graphviz (DOT)", + "repo_count": 187607, + "file_count": 4556168, + "total_size_bytes": 51047424674, + "estimated_tokens": 24596650208, + "file_size_distribution": { + "min": 0, + "p5": 124, + "p50": 1161, + "p95": 29409, + "max": 10244253 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 109, + "p50": 664, + "p95": 15799, + "max": 4936083 + } + }, + { + "language": "M3U", + "repo_count": 70738, + "file_count": 1208508, + "total_size_bytes": 50740805803, + "estimated_tokens": 28008123025, + "file_size_distribution": { + "min": 0, + "p5": 98, + "p50": 3679, + "p95": 116423, + "max": 10485693 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 2561, + "p95": 88494, + "max": 5787937 + } + }, + { + "language": "Emacs Lisp", + "repo_count": 692409, + "file_count": 4043907, + "total_size_bytes": 49440965496, + "estimated_tokens": 14767052698, + "file_size_distribution": { + "min": 0, + "p5": 157, + "p50": 2220, + "p95": 46792, + "max": 9473352 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 535, + "p95": 13635, + "max": 2829506 + } + }, + { + "language": "Motorola 68K Assembly", + "repo_count": 223631, + "file_count": 4906115, + "total_size_bytes": 48207912305, + "estimated_tokens": 26789082073, + "file_size_distribution": { + "min": 0, + "p5": 87, + "p50": 1063, + "p95": 28365, + "max": 10435066 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 54, + "p50": 448, + "p95": 20624, + "max": 5798754 + } + }, + { + "language": "Prolog", + "repo_count": 101817, + "file_count": 2289718, + "total_size_bytes": 44584925875, + "estimated_tokens": 27401004453, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3702, + "p95": 33490, + "max": 9874018 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 631, + "p95": 50051, + "max": 6068374 + } + }, + { + "language": "SubRip Text", + "repo_count": 20747, + "file_count": 1081104, + "total_size_bytes": 43229791053, + "estimated_tokens": 23640831643, + "file_size_distribution": { + "min": 0, + "p5": 114, + "p50": 25633, + "p95": 122840, + "max": 6315308 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 129, + "p50": 15940, + "p95": 74127, + "max": 3453617 + } + }, + { + "language": "Hack", + "repo_count": 2159740, + "file_count": 20175775, + "total_size_bytes": 43209248397, + "estimated_tokens": 12708442969, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 7742, + "max": 5177762 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 31, + "p50": 409, + "p95": 5513, + "max": 1522852 + } + }, + { + "language": "XSLT", + "repo_count": 392305, + "file_count": 3326170, + "total_size_bytes": 43167490245, + "estimated_tokens": 12320296624, + "file_size_distribution": { + "min": 0, + "p5": 301, + "p50": 3172, + "p95": 51841, + "max": 7872018 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 145, + "p50": 1093, + "p95": 13997, + "max": 2246728 + } + }, + { + "language": "1C Enterprise", + "repo_count": 9509, + "file_count": 1396741, + "total_size_bytes": 42965705117, + "estimated_tokens": 11263640566, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 4501, + "p95": 134194, + "max": 7311302 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 164, + "p50": 2612, + "p95": 58453, + "max": 1916689 + } + }, + { + "language": "PDDL", + "repo_count": 5243, + "file_count": 2781326, + "total_size_bytes": 42200714286, + "estimated_tokens": 17825018143, + "file_size_distribution": { + "min": 0, + "p5": 204, + "p50": 1602, + "p95": 28704, + "max": 9202132 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 89, + "p50": 471, + "p95": 10186, + "max": 3886858 + } + }, + { + "language": "TSQL", + "repo_count": 335037, + "file_count": 3304421, + "total_size_bytes": 42157547607, + "estimated_tokens": 16886163225, + "file_size_distribution": { + "min": 0, + "p5": 115, + "p50": 1158, + "p95": 20652, + "max": 10228878 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 33, + "p50": 347, + "p95": 5659, + "max": 4097167 + } + }, + { + "language": "ActionScript", + "repo_count": 95363, + "file_count": 7369576, + "total_size_bytes": 40830381481, + "estimated_tokens": 11424464703, + "file_size_distribution": { + "min": 0, + "p5": 240, + "p50": 1821, + "p95": 19081, + "max": 4977896 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 426, + "p95": 4287, + "max": 1392830 + } + }, + { + "language": "Pawn", + "repo_count": 48308, + "file_count": 456834, + "total_size_bytes": 40727932267, + "estimated_tokens": 15724264030, + "file_size_distribution": { + "min": 0, + "p5": 160, + "p50": 4869, + "p95": 217832, + "max": 10360560 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 84, + "p50": 2151, + "p95": 951285, + "max": 4000011 + } + }, + { + "language": "SystemVerilog", + "repo_count": 66996, + "file_count": 2741631, + "total_size_bytes": 40689970057, + "estimated_tokens": 15830394121, + "file_size_distribution": { + "min": 0, + "p5": 255, + "p50": 3435, + "p95": 36496, + "max": 10431712 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 82, + "p50": 839, + "p95": 10000, + "max": 4058448 + } + }, + { + "language": "HLSL", + "repo_count": 717451, + "file_count": 7294946, + "total_size_bytes": 40230098943, + "estimated_tokens": 13683423685, + "file_size_distribution": { + "min": 0, + "p5": 307, + "p50": 2843, + "p95": 15690, + "max": 4601193 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 64, + "p50": 437, + "p95": 5054, + "max": 1564999 + } + }, + { + "language": "Nix", + "repo_count": 1047516, + "file_count": 16110800, + "total_size_bytes": 39986270396, + "estimated_tokens": 14654566256, + "file_size_distribution": { + "min": 0, + "p5": 259, + "p50": 977, + "p95": 4854, + "max": 10427583 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 42, + "p50": 300, + "p95": 2001, + "max": 3821604 + } + }, + { + "language": "FIGlet Font", + "repo_count": 25181, + "file_count": 3979116, + "total_size_bytes": 39743034463, + "estimated_tokens": 10109023703, + "file_size_distribution": { + "min": 0, + "p5": 2186, + "p50": 8117, + "p95": 24766, + "max": 3485886 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 81, + "p50": 4044, + "p95": 20176, + "max": 886669 + } + }, + { + "language": "Ada", + "repo_count": 29846, + "file_count": 1059874, + "total_size_bytes": 39389617969, + "estimated_tokens": 12908812130, + "file_size_distribution": { + "min": 0, + "p5": 174, + "p50": 4033, + "p95": 114123, + "max": 10182816 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 64, + "p50": 793, + "p95": 130841, + "max": 3337124 + } + }, + { + "language": "Ninja", + "repo_count": 99611, + "file_count": 715712, + "total_size_bytes": 38523450382, + "estimated_tokens": 12415599562, + "file_size_distribution": { + "min": 0, + "p5": 1417, + "p50": 8472, + "p95": 74575, + "max": 10475569 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 340, + "p50": 2636, + "p95": 24454, + "max": 3376138 + } + }, + { + "language": "Smarty", + "repo_count": 560046, + "file_count": 10663788, + "total_size_bytes": 37849972374, + "estimated_tokens": 12814399151, + "file_size_distribution": { + "min": 0, + "p5": 60, + "p50": 1565, + "p95": 11910, + "max": 9201131 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 33, + "p50": 498, + "p95": 4393, + "max": 3115114 + } + }, + { + "language": "OASv3-json", + "repo_count": 165767, + "file_count": 316369, + "total_size_bytes": 37508329867, + "estimated_tokens": 7799403508, + "file_size_distribution": { + "min": 0, + "p5": 839, + "p50": 9767, + "p95": 567581, + "max": 10446488 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 206, + "p50": 3041, + "p95": 152992, + "max": 2172221 + } + }, + { + "language": "PLpgSQL", + "repo_count": 273238, + "file_count": 1360057, + "total_size_bytes": 37342185710, + "estimated_tokens": 18174039432, + "file_size_distribution": { + "min": 0, + "p5": 180, + "p50": 2552, + "p95": 47992, + "max": 10477553 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 553, + "p95": 12123, + "max": 5099312 + } + }, + { + "language": "AsciiDoc", + "repo_count": 166110, + "file_count": 4774110, + "total_size_bytes": 36323544853, + "estimated_tokens": 13410894154, + "file_size_distribution": { + "min": 0, + "p5": 154, + "p50": 1757, + "p95": 23768, + "max": 7951289 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 557, + "p95": 6936, + "max": 2935669 + } + }, + { + "language": "Vim Help File", + "repo_count": 38867, + "file_count": 1221018, + "total_size_bytes": 36108792476, + "estimated_tokens": 9634926558, + "file_size_distribution": { + "min": 13, + "p5": 253, + "p50": 7294, + "p95": 79373, + "max": 10329908 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 65, + "p50": 597, + "p95": 24501, + "max": 2756334 + } + }, + { + "language": "Graph Modeling Language", + "repo_count": 5774, + "file_count": 1264582, + "total_size_bytes": 36079538329, + "estimated_tokens": 16770717245, + "file_size_distribution": { + "min": 0, + "p5": 454, + "p50": 883, + "p95": 31151, + "max": 10434201 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 198, + "p50": 333, + "p95": 9087, + "max": 4850091 + } + }, + { + "language": "KiCad Schematic", + "repo_count": 84282, + "file_count": 503496, + "total_size_bytes": 35855643506, + "estimated_tokens": 19119585183, + "file_size_distribution": { + "min": 0, + "p5": 232, + "p50": 13082, + "p95": 273258, + "max": 9747124 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 462, + "p50": 12094, + "p95": 149893, + "max": 5197535 + } + }, + { + "language": "SWIG", + "repo_count": 52482, + "file_count": 889632, + "total_size_bytes": 35635575564, + "estimated_tokens": 11618871942, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 2814, + "p95": 162549, + "max": 9524143 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 69, + "p50": 5963, + "p95": 165895, + "max": 3105318 + } + }, + { + "language": "MDX", + "repo_count": 287576, + "file_count": 8088704, + "total_size_bytes": 35342620253, + "estimated_tokens": 8948528464, + "file_size_distribution": { + "min": 0, + "p5": 61, + "p50": 2140, + "p95": 14429, + "max": 8511649 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 34, + "p50": 589, + "p95": 4782, + "max": 2155096 + } + }, + { + "language": "Linear Programming", + "repo_count": 3483, + "file_count": 491427, + "total_size_bytes": 35204850812, + "estimated_tokens": 25468610474, + "file_size_distribution": { + "min": 0, + "p5": 339, + "p50": 3202, + "p95": 245075, + "max": 10086329 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 227, + "p50": 1579, + "p95": 396233, + "max": 7296858 + } + }, + { + "language": "Public Key", + "repo_count": 556101, + "file_count": 4667752, + "total_size_bytes": 34618385198, + "estimated_tokens": 31772280048, + "file_size_distribution": { + "min": 0, + "p5": 174, + "p50": 422, + "p95": 3500, + "max": 10357947 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 98, + "p50": 441, + "p95": 56488, + "max": 9506382 + } + }, + { + "language": "BibTeX", + "repo_count": 379040, + "file_count": 1361056, + "total_size_bytes": 34520738052, + "estimated_tokens": 11343485045, + "file_size_distribution": { + "min": 0, + "p5": 194, + "p50": 1070, + "p95": 67809, + "max": 10431445 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 92, + "p50": 368, + "p95": 24078, + "max": 3427764 + } + }, + { + "language": "Web Ontology Language", + "repo_count": 20059, + "file_count": 381224, + "total_size_bytes": 34297467222, + "estimated_tokens": 11390702896, + "file_size_distribution": { + "min": 0, + "p5": 750, + "p50": 1632, + "p95": 455082, + "max": 10469101 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 377, + "p50": 567, + "p95": 109719, + "max": 3476945 + } + }, + { + "language": "Microsoft Visual Studio Solution", + "repo_count": 7031301, + "file_count": 12533275, + "total_size_bytes": 33674591755, + "estimated_tokens": 17352641326, + "file_size_distribution": { + "min": 0, + "p5": 880, + "p50": 1181, + "p95": 7689, + "max": 5414663 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 388, + "p50": 494, + "p95": 2912, + "max": 2790196 + } + }, + { + "language": "RMarkdown", + "repo_count": 792750, + "file_count": 3263290, + "total_size_bytes": 33499750623, + "estimated_tokens": 9754979122, + "file_size_distribution": { + "min": 0, + "p5": 176, + "p50": 4820, + "p95": 34926, + "max": 8734026 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 90, + "p50": 1532, + "p95": 10600, + "max": 2543310 + } + }, + { + "language": "HTML+PHP", + "repo_count": 87544, + "file_count": 8729517, + "total_size_bytes": 33413734005, + "estimated_tokens": 8405664198, + "file_size_distribution": { + "min": 0, + "p5": 205, + "p50": 2056, + "p95": 14321, + "max": 3704948 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 39, + "p50": 539, + "p95": 3755, + "max": 932028 + } + }, + { + "language": "Go Checksums", + "repo_count": 1232098, + "file_count": 1883833, + "total_size_bytes": 33293272634, + "estimated_tokens": 20689310897, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 4696, + "p95": 82640, + "max": 1882730 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 319, + "p50": 5783, + "p95": 60310, + "max": 1169978 + } + }, + { + "language": "Gradle", + "repo_count": 7969178, + "file_count": 30313516, + "total_size_bytes": 32592254923, + "estimated_tokens": 7881836664, + "file_size_distribution": { + "min": 0, + "p5": 15, + "p50": 592, + "p95": 3198, + "max": 1603798 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 255, + "p95": 1106, + "max": 387849 + } + }, + { + "language": "HTML+ERB", + "repo_count": 1745966, + "file_count": 26417169, + "total_size_bytes": 32163859064, + "estimated_tokens": 9327995892, + "file_size_distribution": { + "min": 0, + "p5": 13, + "p50": 404, + "p95": 3196, + "max": 5111557 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 189, + "p95": 1173, + "max": 1482427 + } + }, + { + "language": "Pod", + "repo_count": 32023, + "file_count": 3572544, + "total_size_bytes": 32043773494, + "estimated_tokens": 9743619523, + "file_size_distribution": { + "min": 0, + "p5": 845, + "p50": 3638, + "p95": 25562, + "max": 2639048 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 92, + "p50": 1474, + "p95": 16882, + "max": 802461 + } + }, + { + "language": "Cuda", + "repo_count": 159211, + "file_count": 3343274, + "total_size_bytes": 31265157810, + "estimated_tokens": 10620703016, + "file_size_distribution": { + "min": 0, + "p5": 226, + "p50": 4132, + "p95": 33534, + "max": 10131389 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 101, + "p50": 1109, + "p95": 9434, + "max": 3441610 + } + }, + { + "language": "PureBasic", + "repo_count": 250545, + "file_count": 5852193, + "total_size_bytes": 30770263056, + "estimated_tokens": 15156277059, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 3794, + "max": 10180250 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 368, + "p95": 25462, + "max": 5014409 + } + }, + { + "language": "Protocol Buffer Text Format", + "repo_count": 42563, + "file_count": 5723527, + "total_size_bytes": 30053434681, + "estimated_tokens": 10103312795, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 488, + "p95": 6393, + "max": 10467297 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 36, + "p50": 470, + "p95": 55356, + "max": 3518878 + } + }, + { + "language": "QML", + "repo_count": 77966, + "file_count": 6318298, + "total_size_bytes": 29308093469, + "estimated_tokens": 7279527181, + "file_size_distribution": { + "min": 0, + "p5": 413, + "p50": 3073, + "p95": 12950, + "max": 7804415 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 61, + "p50": 503, + "p95": 4156, + "max": 1938456 + } + }, + { + "language": "Common Lisp", + "repo_count": 73150, + "file_count": 2428727, + "total_size_bytes": 29288056036, + "estimated_tokens": 10695939315, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2357, + "p95": 40926, + "max": 10262673 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 34, + "p50": 717, + "p95": 11506, + "max": 3747908 + } + }, + { + "language": "Twig", + "repo_count": 314550, + "file_count": 8963500, + "total_size_bytes": 29273993392, + "estimated_tokens": 7237278927, + "file_size_distribution": { + "min": 0, + "p5": 78, + "p50": 1223, + "p95": 12560, + "max": 5301596 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 43, + "p50": 313, + "p95": 2435, + "max": 1310690 + } + }, + { + "language": "Liquid", + "repo_count": 63706, + "file_count": 3807654, + "total_size_bytes": 28795348048, + "estimated_tokens": 9180579341, + "file_size_distribution": { + "min": 0, + "p5": 125, + "p50": 2007, + "p95": 25261, + "max": 5684090 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 60, + "p50": 963, + "p95": 14006, + "max": 1812211 + } + }, + { + "language": "OASv3-yaml", + "repo_count": 219602, + "file_count": 562171, + "total_size_bytes": 27322324599, + "estimated_tokens": 5807407004, + "file_size_distribution": { + "min": 0, + "p5": 348, + "p50": 5310, + "p95": 151516, + "max": 10358448 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 147, + "p50": 1500, + "p95": 43220, + "max": 2201706 + } + }, + { + "language": "Rocq Prover", + "repo_count": 25078, + "file_count": 587060, + "total_size_bytes": 26373378103, + "estimated_tokens": 13038001596, + "file_size_distribution": { + "min": 0, + "p5": 132, + "p50": 5191, + "p95": 146833, + "max": 10394125 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 67, + "p50": 2106, + "p95": 25838, + "max": 5138463 + } + }, + { + "language": "WebVTT", + "repo_count": 36233, + "file_count": 872567, + "total_size_bytes": 26098756193, + "estimated_tokens": 13932066506, + "file_size_distribution": { + "min": 0, + "p5": 52, + "p50": 5872, + "p95": 115626, + "max": 4736144 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 120, + "p50": 7068, + "p95": 74600, + "max": 2528254 + } + }, + { + "language": "Raku", + "repo_count": 100816, + "file_count": 2460924, + "total_size_bytes": 25338035319, + "estimated_tokens": 18393274949, + "file_size_distribution": { + "min": 0, + "p5": 37, + "p50": 1288, + "p95": 32625, + "max": 10362510 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 278, + "p95": 11879, + "max": 7522308 + } + }, + { + "language": "JetBrains MPS", + "repo_count": 5921, + "file_count": 172317, + "total_size_bytes": 24349041189, + "estimated_tokens": 12227498633, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 8121, + "p95": 693780, + "max": 10469173 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 137, + "p50": 6317, + "p95": 542358, + "max": 5257365 + } + }, + { + "language": "YANG", + "repo_count": 3998, + "file_count": 981782, + "total_size_bytes": 23790754450, + "estimated_tokens": 4634545841, + "file_size_distribution": { + "min": 0, + "p5": 938, + "p50": 6013, + "p95": 77926, + "max": 10423454 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 127, + "p50": 1526, + "p95": 27569, + "max": 2030536 + } + }, + { + "language": "Yacc", + "repo_count": 242021, + "file_count": 839141, + "total_size_bytes": 23375996410, + "estimated_tokens": 11729664117, + "file_size_distribution": { + "min": 0, + "p5": 129, + "p50": 7289, + "p95": 78482, + "max": 14421814 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 84, + "p50": 1328, + "p95": 67224, + "max": 7236613 + } + }, + { + "language": "OpenQASM", + "repo_count": 1608, + "file_count": 1023814, + "total_size_bytes": 23216343515, + "estimated_tokens": 15595666054, + "file_size_distribution": { + "min": 0, + "p5": 344, + "p50": 3963, + "p95": 37893, + "max": 10468194 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 242, + "p50": 3000, + "p95": 24308, + "max": 7032049 + } + }, + { + "language": "Max", + "repo_count": 19227, + "file_count": 583784, + "total_size_bytes": 22167178956, + "estimated_tokens": 11726908276, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1405, + "p95": 123228, + "max": 9969107 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 93, + "p50": 5130, + "p95": 109063, + "max": 5273869 + } + }, + { + "language": "Starlark", + "repo_count": 568192, + "file_count": 9757161, + "total_size_bytes": 22145027802, + "estimated_tokens": 8751040470, + "file_size_distribution": { + "min": 0, + "p5": 152, + "p50": 1018, + "p95": 6266, + "max": 10176032 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 50, + "p50": 356, + "p95": 4417, + "max": 4021258 + } + }, + { + "language": "HCL", + "repo_count": 738437, + "file_count": 8785758, + "total_size_bytes": 21829725877, + "estimated_tokens": 9677806095, + "file_size_distribution": { + "min": 0, + "p5": 49, + "p50": 550, + "p95": 4591, + "max": 9555433 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 180, + "p95": 1572, + "max": 4236225 + } + }, + { + "language": "PLSQL", + "repo_count": 138051, + "file_count": 982041, + "total_size_bytes": 21774610479, + "estimated_tokens": 9632635439, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1651, + "p95": 49799, + "max": 10263816 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 76, + "p50": 1427, + "p95": 29127, + "max": 4540499 + } + }, + { + "language": "E-mail", + "repo_count": 39165, + "file_count": 1786831, + "total_size_bytes": 21294261202, + "estimated_tokens": 12751215036, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1756, + "p95": 25217, + "max": 10033329 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 0, + "p50": 992, + "p95": 42974, + "max": 6008057 + } + }, + { + "language": "Lasso", + "repo_count": 9124, + "file_count": 181058, + "total_size_bytes": 20999539055, + "estimated_tokens": 14211450205, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3590, + "p95": 313115, + "max": 10376909 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 809, + "p50": 22081, + "p95": 873153, + "max": 7022579 + } + }, + { + "language": "Erlang", + "repo_count": 94163, + "file_count": 1930104, + "total_size_bytes": 20775184731, + "estimated_tokens": 6847955966, + "file_size_distribution": { + "min": 0, + "p5": 38, + "p50": 2004, + "p95": 41091, + "max": 7750229 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 39, + "p50": 417, + "p95": 9145, + "max": 2554645 + } + }, + { + "language": "Pug", + "repo_count": 703261, + "file_count": 14732007, + "total_size_bytes": 20034749939, + "estimated_tokens": 5402003123, + "file_size_distribution": { + "min": 0, + "p5": 12, + "p50": 112, + "p95": 4325, + "max": 4398836 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 204, + "p95": 2078, + "max": 1186066 + } + }, + { + "language": "Gherkin", + "repo_count": 423717, + "file_count": 5468855, + "total_size_bytes": 19166725498, + "estimated_tokens": 6070605561, + "file_size_distribution": { + "min": 0, + "p5": 214, + "p50": 2118, + "p95": 8291, + "max": 8287707 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 53, + "p50": 341, + "p95": 1916, + "max": 2624935 + } + }, + { + "language": "Groovy", + "repo_count": 894784, + "file_count": 5890437, + "total_size_bytes": 19122920384, + "estimated_tokens": 4795823528, + "file_size_distribution": { + "min": 0, + "p5": 94, + "p50": 1610, + "p95": 10862, + "max": 10064740 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 36, + "p50": 324, + "p95": 2384, + "max": 2524129 + } + }, + { + "language": "Handlebars", + "repo_count": 1126601, + "file_count": 9761915, + "total_size_bytes": 18094022966, + "estimated_tokens": 5122135724, + "file_size_distribution": { + "min": 0, + "p5": 21, + "p50": 657, + "p95": 5617, + "max": 9510191 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 246, + "p95": 2167, + "max": 2692187 + } + }, + { + "language": "Answer Set Programming", + "repo_count": 8688, + "file_count": 642494, + "total_size_bytes": 18040420730, + "estimated_tokens": 10367253423, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3085, + "p95": 74342, + "max": 10327171 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 90, + "p50": 2293, + "p95": 64348, + "max": 5934695 + } + }, + { + "language": "OCaml", + "repo_count": 129498, + "file_count": 2804735, + "total_size_bytes": 17805877627, + "estimated_tokens": 6168541910, + "file_size_distribution": { + "min": 0, + "p5": 16, + "p50": 1723, + "p95": 22575, + "max": 10026947 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 42, + "p50": 593, + "p95": 8060, + "max": 3473664 + } + }, + { + "language": "WebAssembly", + "repo_count": 18845, + "file_count": 713694, + "total_size_bytes": 17166803451, + "estimated_tokens": 5409930159, + "file_size_distribution": { + "min": 0, + "p5": 57, + "p50": 292, + "p95": 63587, + "max": 8967725 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 52, + "p50": 182, + "p95": 127021, + "max": 2826080 + } + }, + { + "language": "Gemfile.lock", + "repo_count": 3191122, + "file_count": 3594439, + "total_size_bytes": 16669706906, + "estimated_tokens": 7498511284, + "file_size_distribution": { + "min": 0, + "p5": 357, + "p50": 4947, + "p95": 7988, + "max": 1832864 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 277, + "p50": 2211, + "p95": 3923, + "max": 824475 + } + }, + { + "language": "OASv2-yaml", + "repo_count": 122966, + "file_count": 312891, + "total_size_bytes": 16471063722, + "estimated_tokens": 3202251272, + "file_size_distribution": { + "min": 0, + "p5": 289, + "p50": 5505, + "p95": 202004, + "max": 10268672 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 142, + "p50": 1537, + "p95": 54521, + "max": 1996402 + } + }, + { + "language": "EditorConfig", + "repo_count": 11862258, + "file_count": 42440281, + "total_size_bytes": 16464776823, + "estimated_tokens": 4244686163, + "file_size_distribution": { + "min": 0, + "p5": 121, + "p50": 286, + "p95": 616, + "max": 6807424 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 128, + "p95": 721, + "max": 1754981 + } + }, + { + "language": "Linker Script", + "repo_count": 266526, + "file_count": 3775536, + "total_size_bytes": 16243284488, + "estimated_tokens": 8543799247, + "file_size_distribution": { + "min": 0, + "p5": 107, + "p50": 2948, + "p95": 9843, + "max": 5222259 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 74, + "p50": 1262, + "p95": 10402, + "max": 2746854 + } + }, + { + "language": "Ant Build System", + "repo_count": 1268348, + "file_count": 4134738, + "total_size_bytes": 15838513840, + "estimated_tokens": 3750552991, + "file_size_distribution": { + "min": 0, + "p5": 692, + "p50": 3524, + "p95": 10218, + "max": 2333099 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 256, + "p50": 763, + "p95": 2125, + "max": 552477 + } + }, + { + "language": "Git Attributes", + "repo_count": 16437017, + "file_count": 21315959, + "total_size_bytes": 15830342919, + "estimated_tokens": 5294451892, + "file_size_distribution": { + "min": 0, + "p5": 12, + "p50": 66, + "p95": 2518, + "max": 4311220 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 40, + "p95": 520, + "max": 1441886 + } + }, + { + "language": "MLIR", + "repo_count": 2807, + "file_count": 1677273, + "total_size_bytes": 15819822602, + "estimated_tokens": 7684512934, + "file_size_distribution": { + "min": 0, + "p5": 422, + "p50": 3366, + "p95": 35028, + "max": 8393755 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 158, + "p50": 1325, + "p95": 34323, + "max": 4077285 + } + }, + { + "language": "Spline Font Database", + "repo_count": 9468, + "file_count": 30903, + "total_size_bytes": 15362246027, + "estimated_tokens": 11921472909, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 195185, + "p95": 2293578, + "max": 10056658 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 575, + "p50": 163072, + "p95": 1639844, + "max": 7804209 + } + }, + { + "language": "Julia", + "repo_count": 119194, + "file_count": 1569253, + "total_size_bytes": 15135672914, + "estimated_tokens": 6861358330, + "file_size_distribution": { + "min": 0, + "p5": 123, + "p50": 1888, + "p95": 22943, + "max": 10397704 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 57, + "p50": 614, + "p95": 7978, + "max": 4713525 + } + }, + { + "language": "Scheme", + "repo_count": 83870, + "file_count": 1604330, + "total_size_bytes": 14857616833, + "estimated_tokens": 7247315661, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1679, + "p95": 20390, + "max": 8818334 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 56, + "p50": 1025, + "p95": 6710, + "max": 4301447 + } + }, + { + "language": "OMNeT++ MSG", + "repo_count": 140564, + "file_count": 8302487, + "total_size_bytes": 14421759494, + "estimated_tokens": 6194079541, + "file_size_distribution": { + "min": 0, + "p5": 63, + "p50": 910, + "p95": 4506, + "max": 6175017 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 7, + "p50": 92, + "p95": 5680, + "max": 2652141 + } + }, + { + "language": "Haskell", + "repo_count": 203602, + "file_count": 3057549, + "total_size_bytes": 14034547965, + "estimated_tokens": 4069304804, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 1320, + "p95": 15234, + "max": 5653009 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 35, + "p50": 450, + "p95": 4217, + "max": 1639085 + } + }, + { + "language": "TSPLIB data", + "repo_count": 9195, + "file_count": 477526, + "total_size_bytes": 13786275894, + "estimated_tokens": 12902541295, + "file_size_distribution": { + "min": 0, + "p5": 377, + "p50": 1449, + "p95": 66271, + "max": 9096011 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 324, + "p50": 1026, + "p95": 10569, + "max": 8512934 + } + }, + { + "language": "D", + "repo_count": 54557, + "file_count": 1922280, + "total_size_bytes": 13772699160, + "estimated_tokens": 4270671507, + "file_size_distribution": { + "min": 0, + "p5": 141, + "p50": 1026, + "p95": 26631, + "max": 5198339 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 55, + "p50": 629, + "p95": 11715, + "max": 1611913 + } + }, + { + "language": "Haxe", + "repo_count": 31525, + "file_count": 2401365, + "total_size_bytes": 13629959884, + "estimated_tokens": 4050962354, + "file_size_distribution": { + "min": 0, + "p5": 114, + "p50": 1810, + "p95": 21226, + "max": 9744112 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 282, + "p95": 4480, + "max": 2896049 + } + }, + { + "language": "Visual Basic 6.0", + "repo_count": 55994, + "file_count": 980267, + "total_size_bytes": 13546865831, + "estimated_tokens": 4415086465, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2505, + "p95": 53000, + "max": 5595716 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 93, + "p50": 1542, + "p95": 21415, + "max": 1823711 + } + }, + { + "language": "Standard ML", + "repo_count": 57339, + "file_count": 1787809, + "total_size_bytes": 12971175697, + "estimated_tokens": 6157907449, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 833, + "p95": 25597, + "max": 9898011 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 407, + "p95": 33820, + "max": 4698960 + } + }, + { + "language": "GraphQL", + "repo_count": 249833, + "file_count": 1508649, + "total_size_bytes": 12185754463, + "estimated_tokens": 3011202684, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 260, + "p95": 10207, + "max": 7425788 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 70, + "p95": 1420, + "max": 1834975 + } + }, + { + "language": "NASL", + "repo_count": 41773, + "file_count": 918624, + "total_size_bytes": 12041556807, + "estimated_tokens": 4665143283, + "file_size_distribution": { + "min": 0, + "p5": 468, + "p50": 4331, + "p95": 50139, + "max": 8094345 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 432, + "p50": 1356, + "p95": 6447, + "max": 3135913 + } + }, + { + "language": "OpenCL", + "repo_count": 34261, + "file_count": 1719137, + "total_size_bytes": 11820915950, + "estimated_tokens": 5167491883, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 1848, + "p95": 26524, + "max": 7037081 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 59, + "p50": 890, + "p95": 18518, + "max": 3076247 + } + }, + { + "language": "Elixir", + "repo_count": 139511, + "file_count": 4826375, + "total_size_bytes": 11764484807, + "estimated_tokens": 4226200755, + "file_size_distribution": { + "min": 0, + "p5": 65, + "p50": 887, + "p95": 8281, + "max": 8341318 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 262, + "p95": 2139, + "max": 2996483 + } + }, + { + "language": "Classic ASP", + "repo_count": 58544, + "file_count": 1059552, + "total_size_bytes": 10970963129, + "estimated_tokens": 4046147169, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2319, + "p95": 33769, + "max": 5173028 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 79, + "p50": 1629, + "p95": 16555, + "max": 1907839 + } + }, + { + "language": "Svelte", + "repo_count": 249313, + "file_count": 4692353, + "total_size_bytes": 10913592728, + "estimated_tokens": 3991776087, + "file_size_distribution": { + "min": 0, + "p5": 110, + "p50": 970, + "p95": 7815, + "max": 6284364 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 422, + "p95": 2888, + "max": 2298581 + } + }, + { + "language": "Dockerfile", + "repo_count": 6868401, + "file_count": 13535796, + "total_size_bytes": 10609701480, + "estimated_tokens": 3224078931, + "file_size_distribution": { + "min": 0, + "p5": 66, + "p50": 417, + "p95": 2762, + "max": 3082820 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 123, + "p95": 765, + "max": 936808 + } + }, + { + "language": "Checksums", + "repo_count": 318628, + "file_count": 25497389, + "total_size_bytes": 10589177600, + "estimated_tokens": 8410434829, + "file_size_distribution": { + "min": 0, + "p5": 32, + "p50": 40, + "p95": 128, + "max": 8711012 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 35, + "p95": 107, + "max": 6918705 + } + }, + { + "language": "Boogie", + "repo_count": 3130, + "file_count": 135804, + "total_size_bytes": 10442886574, + "estimated_tokens": 4578415021, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 493, + "p95": 265884, + "max": 7653716 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 99, + "p50": 2796, + "p95": 342977, + "max": 3355575 + } + }, + { + "language": "Org", + "repo_count": 186298, + "file_count": 1492403, + "total_size_bytes": 10337896993, + "estimated_tokens": 3900362155, + "file_size_distribution": { + "min": 0, + "p5": 87, + "p50": 755, + "p95": 24007, + "max": 9383303 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 50, + "p50": 176, + "p95": 5084, + "max": 3540206 + } + }, + { + "language": "Apex", + "repo_count": 69922, + "file_count": 4845395, + "total_size_bytes": 10205475883, + "estimated_tokens": 2597325155, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 346, + "p95": 7412, + "max": 4994605 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 337, + "p95": 4609, + "max": 1271142 + } + }, + { + "language": "ReScript", + "repo_count": 17581, + "file_count": 810966, + "total_size_bytes": 10002274449, + "estimated_tokens": 7229750064, + "file_size_distribution": { + "min": 0, + "p5": 76, + "p50": 1780, + "p95": 22864, + "max": 9327129 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 33, + "p50": 1322, + "p95": 22031, + "max": 6741748 + } + }, + { + "language": "FreeMarker", + "repo_count": 100901, + "file_count": 1935762, + "total_size_bytes": 9896568992, + "estimated_tokens": 2883117391, + "file_size_distribution": { + "min": 0, + "p5": 76, + "p50": 1864, + "p95": 17281, + "max": 4894088 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 564, + "p95": 4647, + "max": 1425770 + } + }, + { + "language": "CIL", + "repo_count": 4055, + "file_count": 95739, + "total_size_bytes": 9844711027, + "estimated_tokens": 2822975791, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2470, + "p95": 724850, + "max": 2971040 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 111, + "p50": 26359, + "p95": 434220, + "max": 851947 + } + }, + { + "language": "OpenStep Property List", + "repo_count": 253392, + "file_count": 1380371, + "total_size_bytes": 9826588718, + "estimated_tokens": 5565275248, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 57, + "max": 10453562 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 17, + "p50": 324, + "p95": 829210, + "max": 5920361 + } + }, + { + "language": "POV-Ray SDL", + "repo_count": 21211, + "file_count": 189674, + "total_size_bytes": 9629936391, + "estimated_tokens": 7499783997, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 2059, + "p95": 168891, + "max": 9133916 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 81, + "p50": 1459, + "p95": 272225, + "max": 7113484 + } + }, + { + "language": "GAP", + "repo_count": 97892, + "file_count": 990469, + "total_size_bytes": 9529270997, + "estimated_tokens": 7227595220, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 213, + "p95": 18090, + "max": 9731045 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 160, + "p95": 7390, + "max": 7380633 + } + }, + { + "language": "ApacheConf", + "repo_count": 3194930, + "file_count": 5925692, + "total_size_bytes": 9339877259, + "estimated_tokens": 2714656967, + "file_size_distribution": { + "min": 0, + "p5": 13, + "p50": 420, + "p95": 2621, + "max": 5141146 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 101, + "p95": 2109, + "max": 1494286 + } + }, + { + "language": "JSONLD", + "repo_count": 8906, + "file_count": 1065978, + "total_size_bytes": 9291799020, + "estimated_tokens": 3019153063, + "file_size_distribution": { + "min": 0, + "p5": 207, + "p50": 3149, + "p95": 9536, + "max": 9717814 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 184, + "p50": 1079, + "p95": 2956, + "max": 3157577 + } + }, + { + "language": "AIDL", + "repo_count": 122076, + "file_count": 5317074, + "total_size_bytes": 9127029783, + "estimated_tokens": 2060376717, + "file_size_distribution": { + "min": 0, + "p5": 667, + "p50": 1074, + "p95": 3885, + "max": 451250 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 17, + "p50": 149, + "p95": 1875, + "max": 101867 + } + }, + { + "language": "JSON5", + "repo_count": 281308, + "file_count": 2451076, + "total_size_bytes": 9016017518, + "estimated_tokens": 3219494673, + "file_size_distribution": { + "min": 0, + "p5": 4, + "p50": 150, + "p95": 7374, + "max": 8443066 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 61, + "p50": 287, + "p95": 13480, + "max": 3014902 + } + }, + { + "language": "Stata", + "repo_count": 55118, + "file_count": 935422, + "total_size_bytes": 8959350204, + "estimated_tokens": 5016738385, + "file_size_distribution": { + "min": 0, + "p5": 11, + "p50": 865, + "p95": 31346, + "max": 8515903 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 64, + "p50": 654, + "p95": 19526, + "max": 4768433 + } + }, + { + "language": "Gentoo Ebuild", + "repo_count": 6745, + "file_count": 5714875, + "total_size_bytes": 8932480037, + "estimated_tokens": 3095086163, + "file_size_distribution": { + "min": 0, + "p5": 322, + "p50": 897, + "p95": 4611, + "max": 264645 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 117, + "p50": 302, + "p95": 1909, + "max": 91699 + } + }, + { + "language": "RobotFramework", + "repo_count": 160099, + "file_count": 2261952, + "total_size_bytes": 8799000867, + "estimated_tokens": 2861713055, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 5363, + "max": 5211997 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 312, + "p95": 5497, + "max": 1695106 + } + }, + { + "language": "edn", + "repo_count": 37264, + "file_count": 553753, + "total_size_bytes": 8604623498, + "estimated_tokens": 4046287804, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 3435, + "p95": 15321, + "max": 9691327 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 65, + "p50": 1851, + "p95": 5415, + "max": 4557306 + } + }, + { + "language": "RDoc", + "repo_count": 441281, + "file_count": 1453855, + "total_size_bytes": 8524930593, + "estimated_tokens": 2182786794, + "file_size_distribution": { + "min": 0, + "p5": 291, + "p50": 1944, + "p95": 27203, + "max": 2645088 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 118, + "p95": 2179, + "max": 677268 + } + }, + { + "language": "DIGITAL Command Language", + "repo_count": 70854, + "file_count": 1159702, + "total_size_bytes": 8467670118, + "estimated_tokens": 3625175179, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 752, + "p95": 26402, + "max": 10442506 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 1065, + "p95": 6825, + "max": 4470641 + } + }, + { + "language": "DM", + "repo_count": 18623, + "file_count": 1231274, + "total_size_bytes": 8460117757, + "estimated_tokens": 2795060364, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3013, + "p95": 24695, + "max": 8026528 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 124, + "p50": 1616, + "p95": 11811, + "max": 2651811 + } + }, + { + "language": "Sass", + "repo_count": 455458, + "file_count": 4376260, + "total_size_bytes": 8327087587, + "estimated_tokens": 2857413215, + "file_size_distribution": { + "min": 0, + "p5": 16, + "p50": 517, + "p95": 6314, + "max": 4736335 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 271, + "p95": 2762, + "max": 1625258 + } + }, + { + "language": "Processing", + "repo_count": 163525, + "file_count": 1848783, + "total_size_bytes": 8104050460, + "estimated_tokens": 2859895914, + "file_size_distribution": { + "min": 0, + "p5": 152, + "p50": 1307, + "p95": 10877, + "max": 2613040 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 68, + "p50": 420, + "p95": 3105, + "max": 922134 + } + }, + { + "language": "Racket", + "repo_count": 31382, + "file_count": 621174, + "total_size_bytes": 8059529776, + "estimated_tokens": 4856361001, + "file_size_distribution": { + "min": 0, + "p5": 37, + "p50": 1450, + "p95": 55651, + "max": 8987956 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 41, + "p50": 459, + "p95": 14704, + "max": 5415795 + } + }, + { + "language": "TextGrid", + "repo_count": 1512, + "file_count": 730414, + "total_size_bytes": 7987377387, + "estimated_tokens": 3666252663, + "file_size_distribution": { + "min": 0, + "p5": 129, + "p50": 1938, + "p95": 15603, + "max": 5349706 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 245, + "p50": 1069, + "p95": 7540, + "max": 2455546 + } + }, + { + "language": "GDScript", + "repo_count": 142743, + "file_count": 3159109, + "total_size_bytes": 7852002294, + "estimated_tokens": 2225965740, + "file_size_distribution": { + "min": 0, + "p5": 85, + "p50": 867, + "p95": 9030, + "max": 5026920 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 28, + "p50": 209, + "p95": 1744, + "max": 1425083 + } + }, + { + "language": "Nunjucks", + "repo_count": 56274, + "file_count": 988867, + "total_size_bytes": 7833070283, + "estimated_tokens": 2401045480, + "file_size_distribution": { + "min": 0, + "p5": 82, + "p50": 1019, + "p95": 33867, + "max": 2697519 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 33, + "p50": 260, + "p95": 2544, + "max": 826862 + } + }, + { + "language": "M", + "repo_count": 112344, + "file_count": 779941, + "total_size_bytes": 7639519067, + "estimated_tokens": 3993093149, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 1342, + "p95": 14453, + "max": 8990576 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 458, + "p95": 11733, + "max": 4699276 + } + }, + { + "language": "RPC", + "repo_count": 23459, + "file_count": 203386, + "total_size_bytes": 7618439045, + "estimated_tokens": 3152996039, + "file_size_distribution": { + "min": 0, + "p5": 92, + "p50": 1791, + "p95": 19837, + "max": 6791940 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 276, + "p95": 9971, + "max": 2810938 + } + }, + { + "language": "SQF", + "repo_count": 8879, + "file_count": 1714708, + "total_size_bytes": 7570878702, + "estimated_tokens": 3653538214, + "file_size_distribution": { + "min": 0, + "p5": 133, + "p50": 1240, + "p95": 11903, + "max": 10223345 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 50, + "p50": 421, + "p95": 4837, + "max": 4933560 + } + }, + { + "language": "COBOL", + "repo_count": 16683, + "file_count": 228695, + "total_size_bytes": 7522673299, + "estimated_tokens": 2383482034, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1929, + "p95": 95734, + "max": 10418760 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 55, + "p50": 754, + "p95": 27688, + "max": 3301077 + } + }, + { + "language": "GN", + "repo_count": 17495, + "file_count": 2689712, + "total_size_bytes": 7248175130, + "estimated_tokens": 1889254366, + "file_size_distribution": { + "min": 0, + "p5": 198, + "p50": 905, + "p95": 8575, + "max": 7051494 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 101, + "p50": 475, + "p95": 5660, + "max": 1837989 + } + }, + { + "language": "Linux Kernel Module", + "repo_count": 101569, + "file_count": 938239, + "total_size_bytes": 7224872746, + "estimated_tokens": 6485346699, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 8530, + "max": 9413597 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 435, + "p95": 45996, + "max": 8450037 + } + }, + { + "language": "Logos", + "repo_count": 44045, + "file_count": 369702, + "total_size_bytes": 7197957839, + "estimated_tokens": 5406250156, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 10, + "p95": 20701, + "max": 10415851 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 669, + "p95": 133600, + "max": 7823149 + } + }, + { + "language": "Wikitext", + "repo_count": 59268, + "file_count": 1251587, + "total_size_bytes": 7028267092, + "estimated_tokens": 2373206664, + "file_size_distribution": { + "min": 0, + "p5": 42, + "p50": 924, + "p95": 21452, + "max": 5370823 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 17, + "p50": 231, + "p95": 8116, + "max": 1813544 + } + }, + { + "language": "Ecmarkup", + "repo_count": 54909, + "file_count": 86353, + "total_size_bytes": 7018519062, + "estimated_tokens": 2048027056, + "file_size_distribution": { + "min": 0, + "p5": 22106, + "p50": 96269, + "p95": 101822, + "max": 6608984 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 153, + "p50": 5540, + "p95": 348135, + "max": 1928523 + } + }, + { + "language": "Mustache", + "repo_count": 154335, + "file_count": 1774036, + "total_size_bytes": 6983031095, + "estimated_tokens": 1883347650, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 981, + "p95": 13609, + "max": 4478984 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 303, + "p95": 2516, + "max": 1207997 + } + }, + { + "language": "Clojure", + "repo_count": 124150, + "file_count": 1457691, + "total_size_bytes": 6908209289, + "estimated_tokens": 2432577844, + "file_size_distribution": { + "min": 0, + "p5": 84, + "p50": 1112, + "p95": 12904, + "max": 8303019 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 41, + "p50": 326, + "p95": 3044, + "max": 2923730 + } + }, + { + "language": "ASL", + "repo_count": 22961, + "file_count": 435153, + "total_size_bytes": 6671329974, + "estimated_tokens": 2414934604, + "file_size_distribution": { + "min": 0, + "p5": 50, + "p50": 1427, + "p95": 21498, + "max": 10377578 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 680, + "p95": 32276, + "max": 3756548 + } + }, + { + "language": "SELinux Policy", + "repo_count": 46683, + "file_count": 3720814, + "total_size_bytes": 6645101230, + "estimated_tokens": 2671729368, + "file_size_distribution": { + "min": 0, + "p5": 45, + "p50": 680, + "p95": 5477, + "max": 9112582 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 13, + "p50": 133, + "p95": 2696, + "max": 3663805 + } + }, + { + "language": "Zig", + "repo_count": 29209, + "file_count": 492587, + "total_size_bytes": 6640718983, + "estimated_tokens": 2026894463, + "file_size_distribution": { + "min": 0, + "p5": 155, + "p50": 1889, + "p95": 38512, + "max": 10249535 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 61, + "p50": 735, + "p95": 10659, + "max": 3128385 + } + }, + { + "language": "Astro", + "repo_count": 177514, + "file_count": 2676579, + "total_size_bytes": 6621645030, + "estimated_tokens": 2453110719, + "file_size_distribution": { + "min": 0, + "p5": 178, + "p50": 1128, + "p95": 7650, + "max": 5040801 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 52, + "p50": 361, + "p95": 2926, + "max": 1867458 + } + }, + { + "language": "Forth", + "repo_count": 139405, + "file_count": 1642550, + "total_size_bytes": 6515380810, + "estimated_tokens": 5315419908, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 327, + "p95": 5879, + "max": 10482518 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 13, + "p95": 2539, + "max": 8551915 + } + }, + { + "language": "SourcePawn", + "repo_count": 20217, + "file_count": 283105, + "total_size_bytes": 6502179902, + "estimated_tokens": 3646457942, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3473, + "p95": 45459, + "max": 10333203 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 94, + "p50": 1246, + "p95": 30207, + "max": 5794917 + } + }, + { + "language": "HAProxy", + "repo_count": 229422, + "file_count": 871160, + "total_size_bytes": 6473971352, + "estimated_tokens": 4585379391, + "file_size_distribution": { + "min": 0, + "p5": 21, + "p50": 799, + "p95": 6595, + "max": 7381999 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 442, + "p95": 6269, + "max": 5228517 + } + }, + { + "language": "Texinfo", + "repo_count": 25000, + "file_count": 237908, + "total_size_bytes": 6473236210, + "estimated_tokens": 1760320663, + "file_size_distribution": { + "min": 0, + "p5": 22, + "p50": 5473, + "p95": 99636, + "max": 8761606 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 1229, + "p95": 40591, + "max": 2382616 + } + }, + { + "language": "Jinja", + "repo_count": 246247, + "file_count": 2397466, + "total_size_bytes": 6434715367, + "estimated_tokens": 1692510504, + "file_size_distribution": { + "min": 0, + "p5": 40, + "p50": 734, + "p95": 8447, + "max": 5311460 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 197, + "p95": 2275, + "max": 1397063 + } + }, + { + "language": "Stylus", + "repo_count": 292564, + "file_count": 3426349, + "total_size_bytes": 6370807735, + "estimated_tokens": 2204686680, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 663, + "p95": 6821, + "max": 5200793 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 17, + "p50": 240, + "p95": 2245, + "max": 1799790 + } + }, + { + "language": "E", + "repo_count": 8429, + "file_count": 57202, + "total_size_bytes": 6174812539, + "estimated_tokens": 2527623307, + "file_size_distribution": { + "min": 0, + "p5": 32, + "p50": 662, + "p95": 552090, + "max": 9839729 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 616, + "p95": 466008, + "max": 4027835 + } + }, + { + "language": "xBase", + "repo_count": 17492, + "file_count": 672619, + "total_size_bytes": 6132050717, + "estimated_tokens": 2151977204, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1151, + "p95": 35161, + "max": 6509529 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 52, + "p50": 1072, + "p95": 19533, + "max": 2284449 + } + }, + { + "language": "SAS", + "repo_count": 33080, + "file_count": 212068, + "total_size_bytes": 5750182995, + "estimated_tokens": 3031633709, + "file_size_distribution": { + "min": 0, + "p5": 154, + "p50": 2194, + "p95": 64562, + "max": 10415687 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 62, + "p50": 850, + "p95": 28683, + "max": 5491399 + } + }, + { + "language": "mcfunction", + "repo_count": 9869, + "file_count": 1746921, + "total_size_bytes": 5749100995, + "estimated_tokens": 2605833350, + "file_size_distribution": { + "min": 0, + "p5": 50, + "p50": 455, + "p95": 12337, + "max": 10361669 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 149, + "p95": 6210, + "max": 4696523 + } + }, + { + "language": "Microsoft Developer Studio Project", + "repo_count": 78295, + "file_count": 743574, + "total_size_bytes": 5692982581, + "estimated_tokens": 2045282195, + "file_size_distribution": { + "min": 0, + "p5": 2999, + "p50": 4601, + "p95": 20579, + "max": 2843820 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 940, + "p50": 1612, + "p95": 7173, + "max": 1021681 + } + }, + { + "language": "Pure Data", + "repo_count": 10748, + "file_count": 375972, + "total_size_bytes": 5241140293, + "estimated_tokens": 4228142032, + "file_size_distribution": { + "min": 0, + "p5": 200, + "p50": 1723, + "p95": 27056, + "max": 10239342 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 141, + "p50": 1260, + "p95": 53128, + "max": 8260300 + } + }, + { + "language": "Proguard", + "repo_count": 4475830, + "file_count": 6239569, + "total_size_bytes": 5191863591, + "estimated_tokens": 1271794273, + "file_size_distribution": { + "min": 0, + "p5": 647, + "p50": 750, + "p95": 945, + "max": 5207835 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 147, + "p50": 158, + "p95": 676, + "max": 1275707 + } + }, + { + "language": "Pip Requirements", + "repo_count": 8071711, + "file_count": 10320460, + "total_size_bytes": 5128190573, + "estimated_tokens": 2778709779, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 82, + "p95": 1853, + "max": 5307321 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 64, + "p95": 941, + "max": 2875772 + } + }, + { + "language": "Jsonnet", + "repo_count": 13463, + "file_count": 448962, + "total_size_bytes": 5088848865, + "estimated_tokens": 1165475648, + "file_size_distribution": { + "min": 0, + "p5": 28, + "p50": 1803, + "p95": 17463, + "max": 6156541 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 511, + "p95": 10379, + "max": 1410004 + } + }, + { + "language": "GSC", + "repo_count": 9499, + "file_count": 351017, + "total_size_bytes": 5062088531, + "estimated_tokens": 1794524555, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 6606, + "p95": 51738, + "max": 3192560 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 83, + "p50": 1827, + "p95": 28754, + "max": 1131771 + } + }, + { + "language": "Scilab", + "repo_count": 44895, + "file_count": 1451780, + "total_size_bytes": 5053852645, + "estimated_tokens": 2820737166, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 581, + "p95": 6961, + "max": 7665453 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 43, + "p50": 239, + "p95": 6630, + "max": 4278365 + } + }, + { + "language": "Dotenv", + "repo_count": 7474894, + "file_count": 9562902, + "total_size_bytes": 5034351497, + "estimated_tokens": 1906462473, + "file_size_distribution": { + "min": 0, + "p5": 7, + "p50": 179, + "p95": 1151, + "max": 4486749 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 59, + "p95": 486, + "max": 1699090 + } + }, + { + "language": "Pic", + "repo_count": 6681, + "file_count": 98946, + "total_size_bytes": 5004778116, + "estimated_tokens": 2100776216, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 80581, + "max": 6976152 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 63, + "p50": 1980, + "p95": 1022537, + "max": 2928269 + } + }, + { + "language": "Fluent", + "repo_count": 14556, + "file_count": 1105078, + "total_size_bytes": 4980626153, + "estimated_tokens": 1430892732, + "file_size_distribution": { + "min": 0, + "p5": 58, + "p50": 757, + "p95": 21068, + "max": 2515842 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 356, + "p95": 4938, + "max": 722781 + } + }, + { + "language": "nesC", + "repo_count": 71082, + "file_count": 2432572, + "total_size_bytes": 4950984373, + "estimated_tokens": 4031380916, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 4453, + "max": 9175462 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 73, + "p50": 400, + "p95": 35419, + "max": 7471198 + } + }, + { + "language": "FIRRTL", + "repo_count": 1741, + "file_count": 178762, + "total_size_bytes": 4863885577, + "estimated_tokens": 2164102421, + "file_size_distribution": { + "min": 0, + "p5": 390, + "p50": 3887, + "p95": 99380, + "max": 9727642 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 77, + "p50": 2497, + "p95": 179794, + "max": 4328147 + } + }, + { + "language": "ASN.1", + "repo_count": 8865, + "file_count": 204855, + "total_size_bytes": 4762786058, + "estimated_tokens": 1505760780, + "file_size_distribution": { + "min": 0, + "p5": 206, + "p50": 3988, + "p95": 100697, + "max": 5317407 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 53, + "p50": 1047, + "p95": 42092, + "max": 1681105 + } + }, + { + "language": "YARA", + "repo_count": 4258, + "file_count": 521409, + "total_size_bytes": 4756505475, + "estimated_tokens": 3095533773, + "file_size_distribution": { + "min": 0, + "p5": 324, + "p50": 981, + "p95": 8696, + "max": 8019256 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 129, + "p50": 488, + "p95": 3095, + "max": 5218932 + } + }, + { + "language": "Isabelle", + "repo_count": 2031, + "file_count": 195728, + "total_size_bytes": 4720820004, + "estimated_tokens": 1568972003, + "file_size_distribution": { + "min": 0, + "p5": 263, + "p50": 7670, + "p95": 87304, + "max": 9452245 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 75, + "p50": 2137, + "p95": 36179, + "max": 3141469 + } + }, + { + "language": "sed", + "repo_count": 47947, + "file_count": 177569, + "total_size_bytes": 4712768706, + "estimated_tokens": 4323982490, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 505, + "p95": 72228, + "max": 10460222 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 2804, + "p95": 94831, + "max": 9597292 + } + }, + { + "language": "F#", + "repo_count": 57470, + "file_count": 904186, + "total_size_bytes": 4676195843, + "estimated_tokens": 2019232604, + "file_size_distribution": { + "min": 0, + "p5": 58, + "p50": 863, + "p95": 16180, + "max": 4780801 + } + }, + { + "language": "Ren'Py", + "repo_count": 7696, + "file_count": 211686, + "total_size_bytes": 4613659538, + "estimated_tokens": 1992228742, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 8004, + "p95": 66638, + "max": 4626906 + } + }, + { + "language": "Soong", + "repo_count": 91281, + "file_count": 2458002, + "total_size_bytes": 4555002883, + "estimated_tokens": 1198780529, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 1084, + "p95": 4051, + "max": 2343235 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 39, + "p50": 278, + "p95": 3378, + "max": 616690 + } + }, + { + "language": "Turing", + "repo_count": 3878, + "file_count": 54720, + "total_size_bytes": 4514055310, + "estimated_tokens": 3570730552, + "file_size_distribution": { + "min": 0, + "p5": 64, + "p50": 2263, + "p95": 160000, + "max": 7788994 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 56, + "p50": 5548, + "p95": 192504, + "max": 6161289 + } + }, + { + "language": "BitBake", + "repo_count": 24468, + "file_count": 2474003, + "total_size_bytes": 4432543241, + "estimated_tokens": 1569966916, + "file_size_distribution": { + "min": 0, + "p5": 71, + "p50": 661, + "p95": 3444, + "max": 6910050 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 296, + "p95": 1531, + "max": 2447478 + } + }, + { + "language": "desktop", + "repo_count": 347714, + "file_count": 1377488, + "total_size_bytes": 4310607979, + "estimated_tokens": 1730784142, + "file_size_distribution": { + "min": 0, + "p5": 124, + "p50": 283, + "p95": 1898, + "max": 10473906 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 86, + "p95": 984, + "max": 4205456 + } + }, + { + "language": "NewLisp", + "repo_count": 17270, + "file_count": 252212, + "total_size_bytes": 4290910849, + "estimated_tokens": 2282533323, + "file_size_distribution": { + "min": 0, + "p5": 61, + "p50": 4191, + "p95": 38898, + "max": 9159846 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 304, + "p95": 8970, + "max": 4872544 + } + }, + { + "language": "AL", + "repo_count": 9812, + "file_count": 514632, + "total_size_bytes": 4231919204, + "estimated_tokens": 900014472, + "file_size_distribution": { + "min": 0, + "p5": 286, + "p50": 2232, + "p95": 30874, + "max": 4824725 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 72, + "p50": 529, + "p95": 7750, + "max": 1026088 + } + }, + { + "language": "Lex", + "repo_count": 122086, + "file_count": 515405, + "total_size_bytes": 4162165154, + "estimated_tokens": 1831953938, + "file_size_distribution": { + "min": 0, + "p5": 7, + "p50": 1296, + "p95": 17381, + "max": 6631307 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 52, + "p50": 379, + "p95": 4571, + "max": 2918733 + } + }, + { + "language": "Textile", + "repo_count": 53056, + "file_count": 266323, + "total_size_bytes": 4154898327, + "estimated_tokens": 940601920, + "file_size_distribution": { + "min": 0, + "p5": 138, + "p50": 5778, + "p95": 53678, + "max": 4244351 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 658, + "p95": 9867, + "max": 960853 + } + }, + { + "language": "iCalendar", + "repo_count": 24071, + "file_count": 991625, + "total_size_bytes": 4068482664, + "estimated_tokens": 2100133324, + "file_size_distribution": { + "min": 0, + "p5": 119, + "p50": 386, + "p95": 9060, + "max": 10066195 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 137, + "p50": 531, + "p95": 22814, + "max": 5196127 + } + }, + { + "language": "HiveQL", + "repo_count": 9490, + "file_count": 2776430, + "total_size_bytes": 4064208427, + "estimated_tokens": 3030724325, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 596, + "p95": 3895, + "max": 4950687 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 323, + "p95": 15975, + "max": 3691781 + } + }, + { + "language": "ObjDump", + "repo_count": 2868, + "file_count": 21352, + "total_size_bytes": 4027869132, + "estimated_tokens": 2676641128, + "file_size_distribution": { + "min": 0, + "p5": 1302, + "p50": 13212, + "p95": 900508, + "max": 6741705 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 1489, + "p50": 38972, + "p95": 762600, + "max": 4480067 + } + }, + { + "language": "Gradle Kotlin DSL", + "repo_count": 1071997, + "file_count": 4208271, + "total_size_bytes": 4027670869, + "estimated_tokens": 934377286, + "file_size_distribution": { + "min": 0, + "p5": 47, + "p50": 536, + "p95": 2660, + "max": 127175 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 14, + "p50": 227, + "p95": 727, + "max": 29503 + } + }, + { + "language": "SuperCollider", + "repo_count": 17411, + "file_count": 283204, + "total_size_bytes": 4014477576, + "estimated_tokens": 2480402488, + "file_size_distribution": { + "min": 0, + "p5": 79, + "p50": 747, + "p95": 56990, + "max": 5107284 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 347, + "p95": 23209, + "max": 3155609 + } + }, + { + "language": "RPM Spec", + "repo_count": 272198, + "file_count": 777037, + "total_size_bytes": 3986410283, + "estimated_tokens": 1620338460, + "file_size_distribution": { + "min": 0, + "p5": 219, + "p50": 1996, + "p95": 14032, + "max": 8783100 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 265, + "p50": 905, + "p95": 6347, + "max": 3570028 + } + }, + { + "language": "LiveScript", + "repo_count": 312095, + "file_count": 1186347, + "total_size_bytes": 3986332913, + "estimated_tokens": 1567425892, + "file_size_distribution": { + "min": 0, + "p5": 859, + "p50": 2925, + "p95": 5036, + "max": 6002724 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 458, + "p95": 15801, + "max": 2360271 + } + }, + { + "language": "mIRC Script", + "repo_count": 2655, + "file_count": 1028372, + "total_size_bytes": 3928816510, + "estimated_tokens": 2275849586, + "file_size_distribution": { + "min": 0, + "p5": 339, + "p50": 582, + "p95": 5617, + "max": 10343880 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 243, + "p50": 339, + "p95": 2678, + "max": 5991910 + } + }, + { + "language": "BibTeX Style", + "repo_count": 50487, + "file_count": 112305, + "total_size_bytes": 3928176145, + "estimated_tokens": 1085929971, + "file_size_distribution": { + "min": 0, + "p5": 18294, + "p50": 30026, + "p95": 63287, + "max": 459702 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 5093, + "p50": 8099, + "p95": 18201, + "max": 127083 + } + }, + { + "language": "XS", + "repo_count": 24563, + "file_count": 216495, + "total_size_bytes": 3899130424, + "estimated_tokens": 1379067553, + "file_size_distribution": { + "min": 0, + "p5": 198, + "p50": 3493, + "p95": 42634, + "max": 3014712 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 69, + "p50": 1231, + "p95": 15578, + "max": 1066261 + } + }, + { + "language": "Formatted", + "repo_count": 899, + "file_count": 26465, + "total_size_bytes": 3893531662, + "estimated_tokens": 3611788497, + "file_size_distribution": { + "min": 0, + "p5": 388, + "p50": 721, + "p95": 756499, + "max": 9112966 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 135, + "p50": 462, + "p95": 720221, + "max": 8453535 + } + }, + { + "language": "Move", + "repo_count": 10824, + "file_count": 676431, + "total_size_bytes": 3806616538, + "estimated_tokens": 1672007720, + "file_size_distribution": { + "min": 0, + "p5": 60, + "p50": 743, + "p95": 20002, + "max": 3842858 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 48, + "p50": 598, + "p95": 7310, + "max": 1687926 + } + }, + { + "language": "AMPL", + "repo_count": 30304, + "file_count": 513930, + "total_size_bytes": 3726835608, + "estimated_tokens": 2351267786, + "file_size_distribution": { + "min": 0, + "p5": 37, + "p50": 230, + "p95": 13267, + "max": 10474974 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 12, + "p50": 104, + "p95": 7458, + "max": 6608681 + } + }, + { + "language": "IDL", + "repo_count": 16300, + "file_count": 426458, + "total_size_bytes": 3630881408, + "estimated_tokens": 1748569249, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2591, + "p95": 23418, + "max": 4708095 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 54, + "p50": 885, + "p95": 8421, + "max": 2267337 + } + }, + { + "language": "Pkl", + "repo_count": 2869, + "file_count": 65293, + "total_size_bytes": 3554678976, + "estimated_tokens": 2151592141, + "file_size_distribution": { + "min": 0, + "p5": 105, + "p50": 106, + "p95": 130805, + "max": 10337921 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 70, + "p50": 76, + "p95": 62347, + "max": 6257384 + } + }, + { + "language": "CWeb", + "repo_count": 3793, + "file_count": 315953, + "total_size_bytes": 3453541331, + "estimated_tokens": 1834083972, + "file_size_distribution": { + "min": 0, + "p5": 43, + "p50": 44, + "p95": 27732, + "max": 6974873 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 24, + "p95": 3599, + "max": 3704170 + } + }, + { + "language": "Game Maker Language", + "repo_count": 26254, + "file_count": 2664568, + "total_size_bytes": 3453187614, + "estimated_tokens": 1359041128, + "file_size_distribution": { + "min": 0, + "p5": 13, + "p50": 169, + "p95": 3206, + "max": 7728763 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 86, + "p95": 1335, + "max": 3041742 + } + }, + { + "language": "Record Jar", + "repo_count": 2801, + "file_count": 4826, + "total_size_bytes": 3413464348, + "estimated_tokens": 1473971308, + "file_size_distribution": { + "min": 0, + "p5": 715867, + "p50": 715867, + "p95": 715867, + "max": 764329 + } + }, + { + "language": "Altium Designer", + "repo_count": 22693, + "file_count": 217997, + "total_size_bytes": 3410049885, + "estimated_tokens": 1617333725, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 52091, + "max": 9921049 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 1552, + "p50": 14205, + "p95": 37869, + "max": 4705400 + } + }, + { + "language": "JAR Manifest", + "repo_count": 1653132, + "file_count": 3796576, + "total_size_bytes": 3347878742, + "estimated_tokens": 1478783715, + "file_size_distribution": { + "min": 0, + "p5": 23, + "p50": 84, + "p95": 1013, + "max": 4262711 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 17, + "p50": 48, + "p95": 568, + "max": 1882872 + } + }, + { + "language": "Smalltalk", + "repo_count": 610201, + "file_count": 8127710, + "total_size_bytes": 3307304988, + "estimated_tokens": 1616209108, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 1166, + "max": 7619178 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 66, + "p95": 1076, + "max": 3723329 + } + }, + { + "language": "MiniZinc Data", + "repo_count": 1691, + "file_count": 263646, + "total_size_bytes": 3302493888, + "estimated_tokens": 2990755783, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 825, + "p95": 27005, + "max": 9954016 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 164, + "p50": 522, + "p95": 23683, + "max": 9014409 + } + }, + { + "language": "LabVIEW", + "repo_count": 10004, + "file_count": 74689, + "total_size_bytes": 3185676085, + "estimated_tokens": 1768044797, + "file_size_distribution": { + "min": 0, + "p5": 1315, + "p50": 24857, + "p95": 103113, + "max": 6778392 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 718, + "p50": 15122, + "p95": 67624, + "max": 3761996 + } + }, + { + "language": "Modelica", + "repo_count": 590009, + "file_count": 323794029, + "total_size_bytes": 3178346512, + "estimated_tokens": 1336174641, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 0, + "max": 9437857 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 35, + "p50": 646, + "p95": 7280, + "max": 3967668 + } + }, + { + "language": "OpenSCAD", + "repo_count": 26509, + "file_count": 295231, + "total_size_bytes": 3166249322, + "estimated_tokens": 2064256382, + "file_size_distribution": { + "min": 0, + "p5": 120, + "p50": 1550, + "p95": 31484, + "max": 5600527 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 57, + "p50": 650, + "p95": 23551, + "max": 3651299 + } + }, + { + "language": "Limbo", + "repo_count": 9990, + "file_count": 196146, + "total_size_bytes": 3165342536, + "estimated_tokens": 1366829591, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1778, + "p95": 27756, + "max": 10214580 + } + }, + { + "language": "KiCad Legacy Layout", + "repo_count": 1653, + "file_count": 13391, + "total_size_bytes": 3148671207, + "estimated_tokens": 1359630728, + "file_size_distribution": { + "min": 0, + "p5": 3809, + "p50": 55633, + "p95": 969806, + "max": 5153283 + } + }, + { + "language": "Mercury", + "repo_count": 7059, + "file_count": 27557, + "total_size_bytes": 3111876774, + "estimated_tokens": 1343742489, + "file_size_distribution": { + "min": 0, + "p5": 54, + "p50": 2673, + "p95": 570260, + "max": 7694291 + } + }, + { + "language": "PlantUML", + "repo_count": 79477, + "file_count": 841970, + "total_size_bytes": 3012800754, + "estimated_tokens": 1300960378, + "file_size_distribution": { + "min": 0, + "p5": 173, + "p50": 1031, + "p95": 5320, + "max": 4652141 + } + }, + { + "language": "AutoIt", + "repo_count": 9807, + "file_count": 301004, + "total_size_bytes": 2982858797, + "estimated_tokens": 1288031113, + "file_size_distribution": { + "min": 0, + "p5": 173, + "p50": 1199, + "p95": 33214, + "max": 8847490 + } + }, + { + "language": "Groovy Server Pages", + "repo_count": 23597, + "file_count": 525220, + "total_size_bytes": 2959233337, + "estimated_tokens": 1277829380, + "file_size_distribution": { + "min": 0, + "p5": 178, + "p50": 1863, + "p95": 9691, + "max": 10325908 + } + }, + { + "language": "MQL5", + "repo_count": 4710, + "file_count": 120082, + "total_size_bytes": 2944437347, + "estimated_tokens": 1271440310, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 6626, + "p95": 45858, + "max": 3105290 + } + }, + { + "language": "Inno Setup", + "repo_count": 36645, + "file_count": 115433, + "total_size_bytes": 2923235294, + "estimated_tokens": 1262285031, + "file_size_distribution": { + "min": 0, + "p5": 395, + "p50": 3210, + "p95": 33815, + "max": 4198913 + } + }, + { + "language": "Eiffel", + "repo_count": 5593, + "file_count": 194802, + "total_size_bytes": 2897708485, + "estimated_tokens": 1251262275, + "file_size_distribution": { + "min": 0, + "p5": 115, + "p50": 1699, + "p95": 47985, + "max": 9638562 + } + }, + { + "language": "MAXScript", + "repo_count": 11006, + "file_count": 132748, + "total_size_bytes": 2809642818, + "estimated_tokens": 1213234555, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 877, + "p95": 34364, + "max": 6181153 + } + }, + { + "language": "VBA", + "repo_count": 26216, + "file_count": 201224, + "total_size_bytes": 2750524721, + "estimated_tokens": 1187706713, + "file_size_distribution": { + "min": 0, + "p5": 219, + "p50": 3413, + "p95": 39176, + "max": 10362756 + } + }, + { + "language": "Windows Registry Entries", + "repo_count": 39008, + "file_count": 267138, + "total_size_bytes": 2737781132, + "estimated_tokens": 1182203892, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 340, + "p95": 22507, + "max": 4768176 + } + }, + { + "language": "UnrealScript", + "repo_count": 4698, + "file_count": 475836, + "total_size_bytes": 2735081360, + "estimated_tokens": 1181038101, + "file_size_distribution": { + "min": 0, + "p5": 183, + "p50": 1208, + "p95": 17093, + "max": 9725772 + } + }, + { + "language": "Tcsh", + "repo_count": 425957, + "file_count": 954868, + "total_size_bytes": 2638705879, + "estimated_tokens": 1139422112, + "file_size_distribution": { + "min": 0, + "p5": 98, + "p50": 964, + "p95": 5960, + "max": 5118595 + } + }, + { + "language": "NCL", + "repo_count": 2808, + "file_count": 93708, + "total_size_bytes": 2635309294, + "estimated_tokens": 1137955429, + "file_size_distribution": { + "min": 0, + "p5": 283, + "p50": 6127, + "p95": 72229, + "max": 3499937 + } + }, + { + "language": "Puppet", + "repo_count": 119787, + "file_count": 1809646, + "total_size_bytes": 2629830959, + "estimated_tokens": 1135589824, + "file_size_distribution": { + "min": 0, + "p5": 67, + "p50": 516, + "p95": 5502, + "max": 2189623 + } + }, + { + "language": "vCard", + "repo_count": 13981, + "file_count": 83927, + "total_size_bytes": 2629719018, + "estimated_tokens": 1135541487, + "file_size_distribution": { + "min": 0, + "p5": 81, + "p50": 367, + "p95": 136462, + "max": 9509429 + } + }, + { + "language": "DNS Zone", + "repo_count": 8498, + "file_count": 53553, + "total_size_bytes": 2626825752, + "estimated_tokens": 1134292143, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 363, + "p95": 42592, + "max": 9217467 + } + }, + { + "language": "ColdFusion", + "repo_count": 33373, + "file_count": 591401, + "total_size_bytes": 2623768323, + "estimated_tokens": 1132971911, + "file_size_distribution": { + "min": 0, + "p5": 35, + "p50": 2413, + "p95": 12438, + "max": 6548141 + } + }, + { + "language": "M4", + "repo_count": 125378, + "file_count": 452964, + "total_size_bytes": 2623617530, + "estimated_tokens": 1132906797, + "file_size_distribution": { + "min": 0, + "p5": 19, + "p50": 1116, + "p95": 24798, + "max": 4716427 + } + }, + { + "language": "Elm", + "repo_count": 40559, + "file_count": 468922, + "total_size_bytes": 2605973810, + "estimated_tokens": 1125288046, + "file_size_distribution": { + "min": 0, + "p5": 179, + "p50": 1967, + "p95": 16158, + "max": 8327614 + } + }, + { + "language": "fish", + "repo_count": 563237, + "file_count": 1271744, + "total_size_bytes": 2547168342, + "estimated_tokens": 1099895200, + "file_size_distribution": { + "min": 0, + "p5": 72, + "p50": 1419, + "p95": 3899, + "max": 4521571 + } + }, + { + "language": "Lean 4", + "repo_count": 5710, + "file_count": 316684, + "total_size_bytes": 2449820301, + "estimated_tokens": 1057859249, + "file_size_distribution": { + "min": 0, + "p5": 143, + "p50": 2776, + "p95": 30513, + "max": 3921117 + } + }, + { + "language": "Grammatical Framework", + "repo_count": 855, + "file_count": 35264, + "total_size_bytes": 2448849810, + "estimated_tokens": 1057440181, + "file_size_distribution": { + "min": 0, + "p5": 39, + "p50": 680, + "p95": 26099, + "max": 8490034 + } + }, + { + "language": "Haml", + "repo_count": 116811, + "file_count": 2365818, + "total_size_bytes": 2386867418, + "estimated_tokens": 1030675505, + "file_size_distribution": { + "min": 0, + "p5": 26, + "p50": 428, + "p95": 3270, + "max": 2811303 + } + }, + { + "language": "Wavefront Material", + "repo_count": 183100, + "file_count": 3695919, + "total_size_bytes": 2331206696, + "estimated_tokens": 1006640595, + "file_size_distribution": { + "min": 0, + "p5": 70, + "p50": 212, + "p95": 1227, + "max": 6171025 + } + }, + { + "language": "GAMS", + "repo_count": 2330, + "file_count": 63157, + "total_size_bytes": 2283837683, + "estimated_tokens": 986186136, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2717, + "p95": 66483, + "max": 7323723 + } + }, + { + "language": "NEON", + "repo_count": 202388, + "file_count": 553436, + "total_size_bytes": 2173252320, + "estimated_tokens": 938434165, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 136, + "p95": 2526, + "max": 4786341 + } + }, + { + "language": "Go Module", + "repo_count": 1615817, + "file_count": 2754134, + "total_size_bytes": 2161357576, + "estimated_tokens": 933297884, + "file_size_distribution": { + "min": 0, + "p5": 24, + "p50": 211, + "p95": 3124, + "max": 849064 + } + }, + { + "language": "Bicep", + "repo_count": 37053, + "file_count": 562127, + "total_size_bytes": 2119707177, + "estimated_tokens": 915312785, + "file_size_distribution": { + "min": 0, + "p5": 360, + "p50": 1663, + "p95": 10001, + "max": 5134457 + } + }, + { + "language": "CodeQL", + "repo_count": 6080, + "file_count": 775753, + "total_size_bytes": 2117021105, + "estimated_tokens": 914152910, + "file_size_distribution": { + "min": 0, + "p5": 54, + "p50": 542, + "p95": 10464, + "max": 4671120 + } + }, + { + "language": "V", + "repo_count": 8617, + "file_count": 174995, + "total_size_bytes": 2025533415, + "estimated_tokens": 874647523, + "file_size_distribution": { + "min": 0, + "p5": 96, + "p50": 976, + "p95": 18289, + "max": 5304356 + } + }, + { + "language": "Vim Snippet", + "repo_count": 34365, + "file_count": 977888, + "total_size_bytes": 1992555476, + "estimated_tokens": 860407288, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 135, + "p95": 7038, + "max": 8748427 + } + }, + { + "language": "ColdFusion CFC", + "repo_count": 20983, + "file_count": 224539, + "total_size_bytes": 1966386231, + "estimated_tokens": 849107121, + "file_size_distribution": { + "min": 0, + "p5": 124, + "p50": 2330, + "p95": 35008, + "max": 1176192 + } + }, + { + "language": "AutoHotkey", + "repo_count": 31409, + "file_count": 207459, + "total_size_bytes": 1964839134, + "estimated_tokens": 848439067, + "file_size_distribution": { + "min": 0, + "p5": 88, + "p50": 1619, + "p95": 36862, + "max": 5082886 + } + }, + { + "language": "NSIS", + "repo_count": 56265, + "file_count": 267175, + "total_size_bytes": 1956453548, + "estimated_tokens": 844818079, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 5527, + "p95": 22706, + "max": 4014237 + } + }, + { + "language": "QMake", + "repo_count": 339066, + "file_count": 1367306, + "total_size_bytes": 1902928162, + "estimated_tokens": 821705231, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 395, + "p95": 3049, + "max": 3159711 + } + }, + { + "language": "q", + "repo_count": 7908, + "file_count": 300261, + "total_size_bytes": 1880554803, + "estimated_tokens": 812044170, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 452, + "p95": 11282, + "max": 8745269 + } + }, + { + "language": "PEG.js", + "repo_count": 286315, + "file_count": 392960, + "total_size_bytes": 1871594371, + "estimated_tokens": 808174957, + "file_size_distribution": { + "min": 0, + "p5": 1347, + "p50": 1347, + "p95": 13440, + "max": 5090695 + } + }, + { + "language": "Objective-J", + "repo_count": 9993, + "file_count": 200369, + "total_size_bytes": 1794521971, + "estimated_tokens": 774894250, + "file_size_distribution": { + "min": 0, + "p5": 56, + "p50": 779, + "p95": 12901, + "max": 10047122 + } + }, + { + "language": "FreeBASIC", + "repo_count": 7817, + "file_count": 149239, + "total_size_bytes": 1781535663, + "estimated_tokens": 769286620, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2035, + "p95": 43534, + "max": 6319240 + } + }, + { + "language": "Nim", + "repo_count": 17554, + "file_count": 333264, + "total_size_bytes": 1737719954, + "estimated_tokens": 750366517, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 763, + "p95": 17244, + "max": 5179817 + } + }, + { + "language": "Portugol", + "repo_count": 14457, + "file_count": 173544, + "total_size_bytes": 1723425131, + "estimated_tokens": 744193856, + "file_size_distribution": { + "min": 0, + "p5": 235, + "p50": 821, + "p95": 2879, + "max": 7311137 + } + }, + { + "language": "Rebol", + "repo_count": 47447, + "file_count": 142758, + "total_size_bytes": 1673094492, + "estimated_tokens": 722460534, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 82, + "p95": 12996, + "max": 5242540 + } + }, + { + "language": "Macaulay2", + "repo_count": 1693, + "file_count": 91301, + "total_size_bytes": 1669595175, + "estimated_tokens": 720949491, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 18757, + "max": 9056991 + } + }, + { + "language": "Sage", + "repo_count": 32248, + "file_count": 141842, + "total_size_bytes": 1662658784, + "estimated_tokens": 717954281, + "file_size_distribution": { + "min": 0, + "p5": 599, + "p50": 9554, + "p95": 11802, + "max": 5237810 + } + }, + { + "language": "CAP CDS", + "repo_count": 13706, + "file_count": 74963, + "total_size_bytes": 1654843682, + "estimated_tokens": 714579634, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 577, + "p95": 11054, + "max": 8985358 + } + }, + { + "language": "Edge", + "repo_count": 12642, + "file_count": 94927, + "total_size_bytes": 1654571741, + "estimated_tokens": 714462207, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 803, + "p95": 15494, + "max": 9538430 + } + }, + { + "language": "ABAP", + "repo_count": 13999, + "file_count": 333142, + "total_size_bytes": 1638942921, + "estimated_tokens": 707713512, + "file_size_distribution": { + "min": 0, + "p5": 37, + "p50": 500, + "p95": 15915, + "max": 4589859 + } + }, + { + "language": "Prisma", + "repo_count": 597028, + "file_count": 698734, + "total_size_bytes": 1617483832, + "estimated_tokens": 698447242, + "file_size_distribution": { + "min": 0, + "p5": 308, + "p50": 1165, + "p95": 6509, + "max": 4910675 + } + }, + { + "language": "Meson", + "repo_count": 109994, + "file_count": 1147484, + "total_size_bytes": 1602394516, + "estimated_tokens": 691931510, + "file_size_distribution": { + "min": 0, + "p5": 122, + "p50": 768, + "p95": 4933, + "max": 190603 + } + }, + { + "language": "AngelScript", + "repo_count": 7309, + "file_count": 230451, + "total_size_bytes": 1588424853, + "estimated_tokens": 685899256, + "file_size_distribution": { + "min": 0, + "p5": 9, + "p50": 1439, + "p95": 20362, + "max": 7710177 + } + }, + { + "language": "ZAP", + "repo_count": 825, + "file_count": 14408, + "total_size_bytes": 1585332965, + "estimated_tokens": 684564145, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 95696, + "p95": 278668, + "max": 4507724 + } + }, + { + "language": "RenderScript", + "repo_count": 13687, + "file_count": 261027, + "total_size_bytes": 1584418002, + "estimated_tokens": 684169054, + "file_size_distribution": { + "min": 0, + "p5": 74, + "p50": 1337, + "p95": 16516, + "max": 5815762 + } + }, + { + "language": "Ragel", + "repo_count": 25947, + "file_count": 395965, + "total_size_bytes": 1578080053, + "estimated_tokens": 681432258, + "file_size_distribution": { + "min": 0, + "p5": 435, + "p50": 1872, + "p95": 9722, + "max": 3361976 + } + }, + { + "language": "Stan", + "repo_count": 11186, + "file_count": 156776, + "total_size_bytes": 1574094089, + "estimated_tokens": 679711075, + "file_size_distribution": { + "min": 0, + "p5": 35, + "p50": 910, + "p95": 66797, + "max": 4632658 + } + }, + { + "language": "Brainfuck", + "repo_count": 30984, + "file_count": 239957, + "total_size_bytes": 1573934567, + "estimated_tokens": 679642192, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 97, + "p95": 7469, + "max": 7925121 + } + }, + { + "language": "Slash", + "repo_count": 5995, + "file_count": 506381, + "total_size_bytes": 1547256759, + "estimated_tokens": 668122422, + "file_size_distribution": { + "min": 0, + "p5": 140, + "p50": 176, + "p95": 8193, + "max": 5152631 + } + }, + { + "language": "Genshi", + "repo_count": 575, + "file_count": 15645, + "total_size_bytes": 1540350171, + "estimated_tokens": 665140082, + "file_size_distribution": { + "min": 0, + "p5": 350, + "p50": 18115, + "p95": 502961, + "max": 5094465 + } + }, + { + "language": "DTrace", + "repo_count": 37285, + "file_count": 679849, + "total_size_bytes": 1536282429, + "estimated_tokens": 663383586, + "file_size_distribution": { + "min": 0, + "p5": 190, + "p50": 1194, + "p95": 3393, + "max": 7094460 + } + }, + { + "language": "Alloy", + "repo_count": 5737, + "file_count": 439452, + "total_size_bytes": 1535987272, + "estimated_tokens": 663256134, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 515, + "p95": 8577, + "max": 4883967 + } + }, + { + "language": "Witcher Script", + "repo_count": 3089, + "file_count": 102141, + "total_size_bytes": 1531130145, + "estimated_tokens": 661158774, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 4667, + "p95": 44160, + "max": 4290910 + } + }, + { + "language": "Red", + "repo_count": 2829, + "file_count": 508296, + "total_size_bytes": 1524497559, + "estimated_tokens": 658294750, + "file_size_distribution": { + "min": 0, + "p5": 80, + "p50": 1059, + "p95": 3918, + "max": 10066350 + } + }, + { + "language": "Circom", + "repo_count": 4895, + "file_count": 59497, + "total_size_bytes": 1517454756, + "estimated_tokens": 655253591, + "file_size_distribution": { + "min": 0, + "p5": 91, + "p50": 1088, + "p95": 11172, + "max": 9790987 + } + }, + { + "language": "ANTLR", + "repo_count": 50120, + "file_count": 164843, + "total_size_bytes": 1499046350, + "estimated_tokens": 647304639, + "file_size_distribution": { + "min": 0, + "p5": 161, + "p50": 3114, + "p95": 31543, + "max": 3892292 + } + }, + { + "language": "NL", + "repo_count": 310, + "file_count": 11222, + "total_size_bytes": 1492393423, + "estimated_tokens": 644431833, + "file_size_distribution": { + "min": 0, + "p5": 562, + "p50": 1990, + "p95": 804793, + "max": 8975367 + } + }, + { + "language": "HIP", + "repo_count": 4310, + "file_count": 128584, + "total_size_bytes": 1430713919, + "estimated_tokens": 617797947, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1305, + "p95": 37347, + "max": 8364080 + } + }, + { + "language": "BASIC", + "repo_count": 8194, + "file_count": 108916, + "total_size_bytes": 1363621697, + "estimated_tokens": 588826790, + "file_size_distribution": { + "min": 0, + "p5": 57, + "p50": 775, + "p95": 13412, + "max": 4958220 + } + }, + { + "language": "HTTP", + "repo_count": 519390, + "file_count": 1259286, + "total_size_bytes": 1362288172, + "estimated_tokens": 588250959, + "file_size_distribution": { + "min": 0, + "p5": 56, + "p50": 319, + "p95": 2646, + "max": 5156465 + } + }, + { + "language": "Leo", + "repo_count": 17959, + "file_count": 241537, + "total_size_bytes": 1361709095, + "estimated_tokens": 588000908, + "file_size_distribution": { + "min": 0, + "p5": 121, + "p50": 332, + "p95": 4358, + "max": 5159675 + } + }, + { + "language": "Sweave", + "repo_count": 16003, + "file_count": 72384, + "total_size_bytes": 1315233211, + "estimated_tokens": 567932112, + "file_size_distribution": { + "min": 0, + "p5": 210, + "p50": 8618, + "p95": 66717, + "max": 1585729 + } + }, + { + "language": "X BitMap", + "repo_count": 68101, + "file_count": 872393, + "total_size_bytes": 1313080466, + "estimated_tokens": 567002533, + "file_size_distribution": { + "min": 0, + "p5": 128, + "p50": 293, + "p95": 3214, + "max": 4582243 + } + }, + { + "language": "StringTemplate", + "repo_count": 12733, + "file_count": 172244, + "total_size_bytes": 1296879802, + "estimated_tokens": 560006909, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 197, + "p95": 26354, + "max": 5286019 + } + }, + { + "language": "Awk", + "repo_count": 98168, + "file_count": 431976, + "total_size_bytes": 1285917929, + "estimated_tokens": 555273452, + "file_size_distribution": { + "min": 0, + "p5": 79, + "p50": 893, + "p95": 8919, + "max": 1806386 + } + }, + { + "language": "VBScript", + "repo_count": 83297, + "file_count": 275219, + "total_size_bytes": 1284674059, + "estimated_tokens": 554736335, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 562, + "p95": 15273, + "max": 4733480 + } + }, + { + "language": "Component Pascal", + "repo_count": 1834, + "file_count": 39805, + "total_size_bytes": 1276978979, + "estimated_tokens": 551413515, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 129, + "p95": 141958, + "max": 7866442 + } + }, + { + "language": "robots.txt", + "repo_count": 12973040, + "file_count": 14734278, + "total_size_bytes": 1268512427, + "estimated_tokens": 547757565, + "file_size_distribution": { + "min": 0, + "p5": 24, + "p50": 67, + "p95": 202, + "max": 5224578 + } + }, + { + "language": "Rez", + "repo_count": 11819, + "file_count": 39483, + "total_size_bytes": 1258111231, + "estimated_tokens": 543266215, + "file_size_distribution": { + "min": 0, + "p5": 43, + "p50": 2753, + "p95": 145006, + "max": 5229721 + } + }, + { + "language": "Hosts File", + "repo_count": 38815, + "file_count": 50607, + "total_size_bytes": 1250124926, + "estimated_tokens": 539817641, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 110, + "p95": 1665, + "max": 9852601 + } + }, + { + "language": "kvlang", + "repo_count": 35737, + "file_count": 209858, + "total_size_bytes": 1241978041, + "estimated_tokens": 536299727, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 908, + "p95": 12168, + "max": 10260555 + } + }, + { + "language": "Csound Document", + "repo_count": 5258, + "file_count": 59572, + "total_size_bytes": 1237158244, + "estimated_tokens": 534218485, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2442, + "p95": 66195, + "max": 7074263 + } + }, + { + "language": "Marko", + "repo_count": 2873, + "file_count": 207001, + "total_size_bytes": 1226366468, + "estimated_tokens": 529558478, + "file_size_distribution": { + "min": 0, + "p5": 12, + "p50": 118, + "p95": 5514, + "max": 6857238 + } + }, + { + "language": "PowerBuilder", + "repo_count": 2283, + "file_count": 72276, + "total_size_bytes": 1212804839, + "estimated_tokens": 523702418, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2430, + "p95": 59058, + "max": 4496364 + } + }, + { + "language": "F*", + "repo_count": 9473, + "file_count": 295002, + "total_size_bytes": 1208661856, + "estimated_tokens": 521913433, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 6800, + "max": 9660620 + } + }, + { + "language": "RPGLE", + "repo_count": 2018, + "file_count": 70444, + "total_size_bytes": 1185098348, + "estimated_tokens": 511738452, + "file_size_distribution": { + "min": 0, + "p5": 370, + "p50": 8043, + "p95": 70156, + "max": 2913501 + } + }, + { + "language": "RBS", + "repo_count": 9217, + "file_count": 140495, + "total_size_bytes": 1168665659, + "estimated_tokens": 504642637, + "file_size_distribution": { + "min": 0, + "p5": 85, + "p50": 1166, + "p95": 38337, + "max": 4418351 + } + }, + { + "language": "Metal", + "repo_count": 13431, + "file_count": 99634, + "total_size_bytes": 1158677170, + "estimated_tokens": 500329498, + "file_size_distribution": { + "min": 0, + "p5": 325, + "p50": 1361, + "p95": 42755, + "max": 2367947 + } + }, + { + "language": "Squirrel", + "repo_count": 3763, + "file_count": 185045, + "total_size_bytes": 1141704697, + "estimated_tokens": 493000598, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1530, + "p95": 21168, + "max": 4392590 + } + }, + { + "language": "Browserslist", + "repo_count": 2543409, + "file_count": 3154490, + "total_size_bytes": 1135424629, + "estimated_tokens": 490288796, + "file_size_distribution": { + "min": 0, + "p5": 9, + "p50": 387, + "p95": 703, + "max": 1204354 + } + }, + { + "language": "Mako", + "repo_count": 227209, + "file_count": 637187, + "total_size_bytes": 1131278072, + "estimated_tokens": 488498267, + "file_size_distribution": { + "min": 0, + "p5": 469, + "p50": 689, + "p95": 4567, + "max": 1398510 + } + }, + { + "language": "Frege", + "repo_count": 976, + "file_count": 28966, + "total_size_bytes": 1113742896, + "estimated_tokens": 480926386, + "file_size_distribution": { + "min": 0, + "p5": 1696, + "p50": 23314, + "p95": 117369, + "max": 4955575 + } + }, + { + "language": "NetLogo", + "repo_count": 7173, + "file_count": 41487, + "total_size_bytes": 1110068203, + "estimated_tokens": 479339613, + "file_size_distribution": { + "min": 0, + "p5": 10847, + "p50": 19310, + "p95": 54653, + "max": 4685819 + } + }, + { + "language": "Euphoria", + "repo_count": 17405, + "file_count": 252871, + "total_size_bytes": 1108860287, + "estimated_tokens": 478818022, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 17, + "p95": 4659, + "max": 5192000 + } + }, + { + "language": "2-Dimensional Array", + "repo_count": 654, + "file_count": 37145, + "total_size_bytes": 1105052268, + "estimated_tokens": 477173677, + "file_size_distribution": { + "min": 0, + "p5": 76, + "p50": 1271, + "p95": 42305, + "max": 8516973 + } + }, + { + "language": "AppleScript", + "repo_count": 373648, + "file_count": 489244, + "total_size_bytes": 1096180497, + "estimated_tokens": 473342750, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2657, + "p95": 2691, + "max": 4335547 + } + }, + { + "language": "Ballerina", + "repo_count": 6823, + "file_count": 361263, + "total_size_bytes": 1055553503, + "estimated_tokens": 455799568, + "file_size_distribution": { + "min": 0, + "p5": 35, + "p50": 640, + "p95": 9774, + "max": 3999690 + } + }, + { + "language": "Papyrus", + "repo_count": 15233, + "file_count": 348735, + "total_size_bytes": 1047190252, + "estimated_tokens": 452188225, + "file_size_distribution": { + "min": 0, + "p5": 167, + "p50": 520, + "p95": 5163, + "max": 10117280 + } + }, + { + "language": "LilyPond", + "repo_count": 4572, + "file_count": 233280, + "total_size_bytes": 1037369599, + "estimated_tokens": 447947559, + "file_size_distribution": { + "min": 0, + "p5": 59, + "p50": 1162, + "p95": 12840, + "max": 5408655 + } + }, + { + "language": "Gosu", + "repo_count": 1117, + "file_count": 258612, + "total_size_bytes": 1021744026, + "estimated_tokens": 441200266, + "file_size_distribution": { + "min": 0, + "p5": 305, + "p50": 1337, + "p95": 14844, + "max": 538106 + } + }, + { + "language": "LookML", + "repo_count": 8377, + "file_count": 168548, + "total_size_bytes": 1006727456, + "estimated_tokens": 434715946, + "file_size_distribution": { + "min": 0, + "p5": 195, + "p50": 1354, + "p95": 18256, + "max": 5218908 + } + }, + { + "language": "SPARQL", + "repo_count": 8840, + "file_count": 673161, + "total_size_bytes": 1002916628, + "estimated_tokens": 433070389, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 259, + "p95": 1246, + "max": 10156606 + } + }, + { + "language": "OpenType Feature File", + "repo_count": 2706, + "file_count": 42231, + "total_size_bytes": 997165959, + "estimated_tokens": 430587187, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 360, + "p95": 89099, + "max": 5102112 + } + }, + { + "language": "Clarion", + "repo_count": 7224, + "file_count": 40360, + "total_size_bytes": 996284851, + "estimated_tokens": 430206715, + "file_size_distribution": { + "min": 0, + "p5": 348, + "p50": 3584, + "p95": 112463, + "max": 4852431 + } + }, + { + "language": "Dafny", + "repo_count": 1422, + "file_count": 112165, + "total_size_bytes": 967795526, + "estimated_tokens": 417904712, + "file_size_distribution": { + "min": 0, + "p5": 141, + "p50": 1030, + "p95": 18655, + "max": 4758525 + } + }, + { + "language": "NWScript", + "repo_count": 1048, + "file_count": 276491, + "total_size_bytes": 960115655, + "estimated_tokens": 414588460, + "file_size_distribution": { + "min": 0, + "p5": 87, + "p50": 629, + "p95": 10469, + "max": 2772631 + } + }, + { + "language": "QuickBASIC", + "repo_count": 6127, + "file_count": 64803, + "total_size_bytes": 930070648, + "estimated_tokens": 401614697, + "file_size_distribution": { + "min": 0, + "p5": 86, + "p50": 1328, + "p95": 47148, + "max": 5695008 + } + }, + { + "language": "WGSL", + "repo_count": 9429, + "file_count": 556663, + "total_size_bytes": 918037169, + "estimated_tokens": 396418509, + "file_size_distribution": { + "min": 0, + "p5": 94, + "p50": 623, + "p95": 2955, + "max": 1525348 + } + }, + { + "language": "Crystal", + "repo_count": 13883, + "file_count": 272717, + "total_size_bytes": 908129638, + "estimated_tokens": 392140328, + "file_size_distribution": { + "min": 0, + "p5": 40, + "p50": 818, + "p95": 9603, + "max": 5242880 + } + }, + { + "language": "Nextflow", + "repo_count": 12417, + "file_count": 169900, + "total_size_bytes": 893415597, + "estimated_tokens": 385786644, + "file_size_distribution": { + "min": 0, + "p5": 118, + "p50": 1356, + "p95": 9850, + "max": 4879419 + } + }, + { + "language": "MiniZinc", + "repo_count": 2583, + "file_count": 61329, + "total_size_bytes": 885994715, + "estimated_tokens": 382582226, + "file_size_distribution": { + "min": 0, + "p5": 132, + "p50": 912, + "p95": 7498, + "max": 9326791 + } + }, + { + "language": "Csound Score", + "repo_count": 2195, + "file_count": 122919, + "total_size_bytes": 870309055, + "estimated_tokens": 375808986, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 16126, + "max": 8000000 + } + }, + { + "language": "Clarity", + "repo_count": 6026, + "file_count": 115957, + "total_size_bytes": 863012032, + "estimated_tokens": 372658051, + "file_size_distribution": { + "min": 0, + "p5": 511, + "p50": 4472, + "p95": 19659, + "max": 733228 + } + }, + { + "language": "P4", + "repo_count": 3394, + "file_count": 282458, + "total_size_bytes": 849932714, + "estimated_tokens": 367010259, + "file_size_distribution": { + "min": 0, + "p5": 107, + "p50": 1397, + "p95": 8550, + "max": 3071712 + } + }, + { + "language": "Pep8", + "repo_count": 916, + "file_count": 5648, + "total_size_bytes": 849130221, + "estimated_tokens": 366663733, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1269, + "p95": 854764, + "max": 7961700 + } + }, + { + "language": "Vala", + "repo_count": 6516, + "file_count": 86650, + "total_size_bytes": 833647705, + "estimated_tokens": 359978213, + "file_size_distribution": { + "min": 0, + "p5": 107, + "p50": 1881, + "p95": 39257, + "max": 1083073 + } + }, + { + "language": "Modula-3", + "repo_count": 4526, + "file_count": 192277, + "total_size_bytes": 832120414, + "estimated_tokens": 359318712, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 68, + "p95": 15326, + "max": 6534097 + } + }, + { + "language": "Genero 4gl", + "repo_count": 579, + "file_count": 32114, + "total_size_bytes": 819302553, + "estimated_tokens": 353783819, + "file_size_distribution": { + "min": 0, + "p5": 109, + "p50": 4645, + "p95": 81977, + "max": 2594353 + } + }, + { + "language": "Harbour", + "repo_count": 1357, + "file_count": 8711, + "total_size_bytes": 812823264, + "estimated_tokens": 350985991, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1001, + "p95": 527539, + "max": 7455758 + } + }, + { + "language": "Lean", + "repo_count": 5068, + "file_count": 103585, + "total_size_bytes": 806156252, + "estimated_tokens": 348107103, + "file_size_distribution": { + "min": 0, + "p5": 56, + "p50": 1762, + "p95": 30010, + "max": 6398130 + } + }, + { + "language": "Chapel", + "repo_count": 948, + "file_count": 489662, + "total_size_bytes": 803561669, + "estimated_tokens": 346986733, + "file_size_distribution": { + "min": 0, + "p5": 45, + "p50": 280, + "p95": 4973, + "max": 2178175 + } + }, + { + "language": "GEDCOM", + "repo_count": 1880, + "file_count": 71334, + "total_size_bytes": 800695174, + "estimated_tokens": 345748949, + "file_size_distribution": { + "min": 0, + "p5": 324, + "p50": 324, + "p95": 6071, + "max": 5090078 + } + }, + { + "language": "Motoko", + "repo_count": 15586, + "file_count": 98223, + "total_size_bytes": 785715515, + "estimated_tokens": 339280568, + "file_size_distribution": { + "min": 0, + "p5": 117, + "p50": 2195, + "p95": 25049, + "max": 7315540 + } + }, + { + "language": "Jison", + "repo_count": 107779, + "file_count": 125661, + "total_size_bytes": 775111132, + "estimated_tokens": 334701480, + "file_size_distribution": { + "min": 0, + "p5": 1865, + "p50": 5932, + "p95": 7761, + "max": 442329 + } + }, + { + "language": "Reason", + "repo_count": 14629, + "file_count": 207522, + "total_size_bytes": 772589551, + "estimated_tokens": 333612633, + "file_size_distribution": { + "min": 0, + "p5": 44, + "p50": 1230, + "p95": 13424, + "max": 4682113 + } + }, + { + "language": "Arc", + "repo_count": 8223, + "file_count": 112579, + "total_size_bytes": 765582817, + "estimated_tokens": 330587049, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 188, + "p95": 6004, + "max": 6994686 + } + }, + { + "language": "Debian Package Control File", + "repo_count": 5876, + "file_count": 160261, + "total_size_bytes": 761810727, + "estimated_tokens": 328958219, + "file_size_distribution": { + "min": 0, + "p5": 129, + "p50": 536, + "p95": 24309, + "max": 5223288 + } + }, + { + "language": "XQuery", + "repo_count": 9607, + "file_count": 347139, + "total_size_bytes": 742786340, + "estimated_tokens": 320743280, + "file_size_distribution": { + "min": 0, + "p5": 36, + "p50": 477, + "p95": 5529, + "max": 3112870 + } + }, + { + "language": "JavaScript+ERB", + "repo_count": 133517, + "file_count": 562553, + "total_size_bytes": 733470561, + "estimated_tokens": 316720625, + "file_size_distribution": { + "min": 0, + "p5": 36, + "p50": 160, + "p95": 2587, + "max": 5224319 + } + }, + { + "language": "Nginx", + "repo_count": 534418, + "file_count": 642231, + "total_size_bytes": 730832513, + "estimated_tokens": 315581487, + "file_size_distribution": { + "min": 0, + "p5": 129, + "p50": 707, + "p95": 3323, + "max": 1711371 + } + }, + { + "language": "Slim", + "repo_count": 45246, + "file_count": 707056, + "total_size_bytes": 704879966, + "estimated_tokens": 304374893, + "file_size_distribution": { + "min": 0, + "p5": 26, + "p50": 424, + "p95": 3235, + "max": 962048 + } + }, + { + "language": "ObjectScript", + "repo_count": 4676, + "file_count": 99661, + "total_size_bytes": 698247611, + "estimated_tokens": 301510969, + "file_size_distribution": { + "min": 0, + "p5": 273, + "p50": 1840, + "p95": 26810, + "max": 4336131 + } + }, + { + "language": "Glimmer TS", + "repo_count": 4266, + "file_count": 27764, + "total_size_bytes": 697385927, + "estimated_tokens": 301138884, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1183, + "p95": 54706, + "max": 4901957 + } + }, + { + "language": "RAML", + "repo_count": 11810, + "file_count": 144045, + "total_size_bytes": 694340536, + "estimated_tokens": 299823851, + "file_size_distribution": { + "min": 0, + "p5": 65, + "p50": 412, + "p95": 5396, + "max": 4438309 + } + }, + { + "language": "Agda", + "repo_count": 4327, + "file_count": 187375, + "total_size_bytes": 692157963, + "estimated_tokens": 298881392, + "file_size_distribution": { + "min": 0, + "p5": 99, + "p50": 1001, + "p95": 14274, + "max": 1303806 + } + }, + { + "language": "OMNeT++ NED", + "repo_count": 3221, + "file_count": 215986, + "total_size_bytes": 688869698, + "estimated_tokens": 297461483, + "file_size_distribution": { + "min": 0, + "p5": 150, + "p50": 1478, + "p95": 5792, + "max": 5603776 + } + }, + { + "language": "MiniYAML", + "repo_count": 54869, + "file_count": 90723, + "total_size_bytes": 678409586, + "estimated_tokens": 292944692, + "file_size_distribution": { + "min": 0, + "p5": 22, + "p50": 131, + "p95": 11593, + "max": 5980850 + } + }, + { + "language": "Parrot Internal Representation", + "repo_count": 801, + "file_count": 24999, + "total_size_bytes": 667160898, + "estimated_tokens": 288087386, + "file_size_distribution": { + "min": 0, + "p5": 361, + "p50": 1606, + "p95": 15945, + "max": 5225997 + } + }, + { + "language": "Luau", + "repo_count": 4694, + "file_count": 92917, + "total_size_bytes": 664964908, + "estimated_tokens": 287139133, + "file_size_distribution": { + "min": 0, + "p5": 62, + "p50": 891, + "p95": 15495, + "max": 10194885 + } + }, + { + "language": "Alpine Abuild", + "repo_count": 1335, + "file_count": 435339, + "total_size_bytes": 655759604, + "estimated_tokens": 283164182, + "file_size_distribution": { + "min": 0, + "p5": 757, + "p50": 1162, + "p95": 3148, + "max": 45342 + } + }, + { + "language": "Berry", + "repo_count": 2372, + "file_count": 35047, + "total_size_bytes": 652970656, + "estimated_tokens": 281959884, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1482, + "p95": 102601, + "max": 6551246 + } + }, + { + "language": "Open Policy Agent", + "repo_count": 7677, + "file_count": 95321, + "total_size_bytes": 650819120, + "estimated_tokens": 281030827, + "file_size_distribution": { + "min": 0, + "p5": 132, + "p50": 1031, + "p95": 5478, + "max": 4425360 + } + }, + { + "language": "eC", + "repo_count": 13390, + "file_count": 113327, + "total_size_bytes": 616504667, + "estimated_tokens": 266213470, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 175, + "p95": 9050, + "max": 7566964 + } + }, + { + "language": "LSL", + "repo_count": 5389, + "file_count": 51923, + "total_size_bytes": 613285419, + "estimated_tokens": 264823364, + "file_size_distribution": { + "min": 0, + "p5": 160, + "p50": 7971, + "p95": 27206, + "max": 4001214 + } + }, + { + "language": "NMODL", + "repo_count": 2591, + "file_count": 157178, + "total_size_bytes": 610491659, + "estimated_tokens": 263616987, + "file_size_distribution": { + "min": 0, + "p5": 681, + "p50": 1221, + "p95": 12261, + "max": 3933231 + } + }, + { + "language": "RouterOS Script", + "repo_count": 2607, + "file_count": 14659, + "total_size_bytes": 607940014, + "estimated_tokens": 262515159, + "file_size_distribution": { + "min": 0, + "p5": 148, + "p50": 1248, + "p95": 99267, + "max": 9857836 + } + }, + { + "language": "CLIPS", + "repo_count": 10074, + "file_count": 72603, + "total_size_bytes": 590166178, + "estimated_tokens": 254840222, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 2633, + "p95": 21567, + "max": 7974788 + } + }, + { + "language": "Inform 7", + "repo_count": 1342, + "file_count": 13997, + "total_size_bytes": 586548799, + "estimated_tokens": 253278198, + "file_size_distribution": { + "min": 0, + "p5": 118, + "p50": 19101, + "p95": 149052, + "max": 2339535 + } + }, + { + "language": "AspectJ", + "repo_count": 12398, + "file_count": 207987, + "total_size_bytes": 584638317, + "estimated_tokens": 252453231, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 1409, + "p95": 6520, + "max": 6385493 + } + }, + { + "language": "CUE", + "repo_count": 2754, + "file_count": 122632, + "total_size_bytes": 577557925, + "estimated_tokens": 249395840, + "file_size_distribution": { + "min": 0, + "p5": 101, + "p50": 881, + "p95": 15438, + "max": 3691545 + } + }, + { + "language": "CartoCSS", + "repo_count": 6570, + "file_count": 90819, + "total_size_bytes": 576431086, + "estimated_tokens": 248909259, + "file_size_distribution": { + "min": 0, + "p5": 127, + "p50": 207, + "p95": 63167, + "max": 917678 + } + }, + { + "language": "HTML+EEX", + "repo_count": 42171, + "file_count": 322729, + "total_size_bytes": 572415022, + "estimated_tokens": 247175078, + "file_size_distribution": { + "min": 0, + "p5": 77, + "p50": 713, + "p95": 6532, + "max": 2979223 + } + }, + { + "language": "RON", + "repo_count": 5581, + "file_count": 70845, + "total_size_bytes": 570853988, + "estimated_tokens": 246501007, + "file_size_distribution": { + "min": 0, + "p5": 63, + "p50": 401, + "p95": 14286, + "max": 8264291 + } + }, + { + "language": "Odin", + "repo_count": 5215, + "file_count": 56284, + "total_size_bytes": 567766312, + "estimated_tokens": 245167714, + "file_size_distribution": { + "min": 0, + "p5": 194, + "p50": 2747, + "p95": 35366, + "max": 6190446 + } + }, + { + "language": "Cadence", + "repo_count": 7491, + "file_count": 105137, + "total_size_bytes": 565214439, + "estimated_tokens": 244065788, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1279, + "p95": 23077, + "max": 4041693 + } + }, + { + "language": "XC", + "repo_count": 7519, + "file_count": 61772, + "total_size_bytes": 557740287, + "estimated_tokens": 240838367, + "file_size_distribution": { + "min": 0, + "p5": 383, + "p50": 8583, + "p95": 10367, + "max": 8658158 + } + }, + { + "language": "ZenScript", + "repo_count": 3642, + "file_count": 94595, + "total_size_bytes": 553438113, + "estimated_tokens": 238980641, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1269, + "p95": 25079, + "max": 3437848 + } + }, + { + "language": "ECL", + "repo_count": 1119, + "file_count": 127806, + "total_size_bytes": 551887248, + "estimated_tokens": 238310961, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1283, + "p95": 6159, + "max": 7465081 + } + }, + { + "language": "Git Config", + "repo_count": 2473456, + "file_count": 3230179, + "total_size_bytes": 551783415, + "estimated_tokens": 238266124, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 90, + "p95": 442, + "max": 4626720 + } + }, + { + "language": "Thrift", + "repo_count": 22200, + "file_count": 159938, + "total_size_bytes": 551258108, + "estimated_tokens": 238039291, + "file_size_distribution": { + "min": 0, + "p5": 39, + "p50": 1150, + "p95": 11909, + "max": 1222190 + } + }, + { + "language": "Genero per", + "repo_count": 1754, + "file_count": 27778, + "total_size_bytes": 545118990, + "estimated_tokens": 235388353, + "file_size_distribution": { + "min": 0, + "p5": 21, + "p50": 1987, + "p95": 17745, + "max": 4674846 + } + }, + { + "language": "Win32 Message File", + "repo_count": 8815, + "file_count": 25201, + "total_size_bytes": 542879994, + "estimated_tokens": 234421530, + "file_size_distribution": { + "min": 0, + "p5": 68, + "p50": 1884, + "p95": 37373, + "max": 3786044 + } + }, + { + "language": "Typst", + "repo_count": 8588, + "file_count": 79173, + "total_size_bytes": 540753233, + "estimated_tokens": 233503171, + "file_size_distribution": { + "min": 0, + "p5": 133, + "p50": 1939, + "p95": 26314, + "max": 6592111 + } + }, + { + "language": "Clean", + "repo_count": 6463, + "file_count": 87859, + "total_size_bytes": 536068094, + "estimated_tokens": 231480076, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 857, + "p95": 28334, + "max": 2400440 + } + }, + { + "language": "Faust", + "repo_count": 2969, + "file_count": 46483, + "total_size_bytes": 535079555, + "estimated_tokens": 231053215, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1189, + "p95": 20049, + "max": 9550684 + } + }, + { + "language": "Apollo Guidance Computer", + "repo_count": 987, + "file_count": 13556, + "total_size_bytes": 521038268, + "estimated_tokens": 224990033, + "file_size_distribution": { + "min": 0, + "p5": 473, + "p50": 10130, + "p95": 114142, + "max": 9114846 + } + }, + { + "language": "MQL4", + "repo_count": 4480, + "file_count": 62204, + "total_size_bytes": 518266241, + "estimated_tokens": 223793041, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2980, + "p95": 32281, + "max": 1977380 + } + }, + { + "language": "Befunge", + "repo_count": 1234, + "file_count": 16667, + "total_size_bytes": 516103914, + "estimated_tokens": 222859325, + "file_size_distribution": { + "min": 0, + "p5": 21, + "p50": 180, + "p95": 74543, + "max": 5054460 + } + }, + { + "language": "HolyC", + "repo_count": 1417, + "file_count": 34368, + "total_size_bytes": 507009681, + "estimated_tokens": 218932335, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 4111, + "p95": 40352, + "max": 4413640 + } + }, + { + "language": "PostCSS", + "repo_count": 28021, + "file_count": 240322, + "total_size_bytes": 501154039, + "estimated_tokens": 216403805, + "file_size_distribution": { + "min": 0, + "p5": 65, + "p50": 809, + "p95": 7483, + "max": 3581637 + } + }, + { + "language": "Cypher", + "repo_count": 5737, + "file_count": 30610, + "total_size_bytes": 500918007, + "estimated_tokens": 216301884, + "file_size_distribution": { + "min": 0, + "p5": 38, + "p50": 457, + "p95": 28529, + "max": 7040828 + } + }, + { + "language": "ISPC", + "repo_count": 2302, + "file_count": 399449, + "total_size_bytes": 490176954, + "estimated_tokens": 211663779, + "file_size_distribution": { + "min": 0, + "p5": 131, + "p50": 439, + "p95": 2473, + "max": 2865263 + } + }, + { + "language": "MoonBit", + "repo_count": 1295, + "file_count": 13220, + "total_size_bytes": 484318763, + "estimated_tokens": 209134148, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1086, + "p95": 85387, + "max": 6169880 + } + }, + { + "language": "Mermaid", + "repo_count": 15144, + "file_count": 103338, + "total_size_bytes": 481221237, + "estimated_tokens": 207796603, + "file_size_distribution": { + "min": 0, + "p5": 113, + "p50": 1222, + "p95": 7677, + "max": 4631079 + } + }, + { + "language": "Redirect Rules", + "repo_count": 429987, + "file_count": 466866, + "total_size_bytes": 481190290, + "estimated_tokens": 207783239, + "file_size_distribution": { + "min": 0, + "p5": 18, + "p50": 21, + "p95": 146, + "max": 2815469 + } + }, + { + "language": "BlitzBasic", + "repo_count": 1598, + "file_count": 39225, + "total_size_bytes": 478604274, + "estimated_tokens": 206666569, + "file_size_distribution": { + "min": 0, + "p5": 131, + "p50": 1645, + "p95": 45686, + "max": 5242880 + } + }, + { + "language": "TypeSpec", + "repo_count": 2451, + "file_count": 34586, + "total_size_bytes": 473036178, + "estimated_tokens": 204262204, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1418, + "p95": 24401, + "max": 5141720 + } + }, + { + "language": "Untyped Plutus Core", + "repo_count": 66, + "file_count": 10688, + "total_size_bytes": 469712379, + "estimated_tokens": 202826952, + "file_size_distribution": { + "min": 0, + "p5": 40, + "p50": 148, + "p95": 1682, + "max": 10216589 + } + }, + { + "language": "Literate Haskell", + "repo_count": 5360, + "file_count": 49377, + "total_size_bytes": 463448044, + "estimated_tokens": 200121943, + "file_size_distribution": { + "min": 0, + "p5": 160, + "p50": 4729, + "p95": 37428, + "max": 3984288 + } + }, + { + "language": "Bikeshed", + "repo_count": 1668, + "file_count": 10317, + "total_size_bytes": 459597750, + "estimated_tokens": 198459344, + "file_size_distribution": { + "min": 0, + "p5": 93, + "p50": 13287, + "p95": 185719, + "max": 4566785 + } + }, + { + "language": "Promela", + "repo_count": 4793, + "file_count": 109945, + "total_size_bytes": 454688647, + "estimated_tokens": 196339540, + "file_size_distribution": { + "min": 0, + "p5": 158, + "p50": 769, + "p95": 15659, + "max": 4966791 + } + }, + { + "language": "TLA", + "repo_count": 2858, + "file_count": 55062, + "total_size_bytes": 443233451, + "estimated_tokens": 191393060, + "file_size_distribution": { + "min": 0, + "p5": 200, + "p50": 1605, + "p95": 25943, + "max": 3123837 + } + }, + { + "language": "Rascal", + "repo_count": 7521, + "file_count": 79406, + "total_size_bytes": 442840580, + "estimated_tokens": 191223414, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 265, + "p95": 17082, + "max": 5470279 + } + }, + { + "language": "PureScript", + "repo_count": 9409, + "file_count": 140073, + "total_size_bytes": 433676171, + "estimated_tokens": 187266122, + "file_size_distribution": { + "min": 0, + "p5": 110, + "p50": 1119, + "p95": 10128, + "max": 2348745 + } + }, + { + "language": "Gentoo Eclass", + "repo_count": 1113, + "file_count": 42634, + "total_size_bytes": 432507511, + "estimated_tokens": 186761482, + "file_size_distribution": { + "min": 0, + "p5": 1227, + "p50": 5804, + "p95": 31101, + "max": 555786 + } + }, + { + "language": "Modula-2", + "repo_count": 1290, + "file_count": 41886, + "total_size_bytes": 400724485, + "estimated_tokens": 173037223, + "file_size_distribution": { + "min": 0, + "p5": 146, + "p50": 2761, + "p95": 40818, + "max": 1242963 + } + }, + { + "language": "Type Language", + "repo_count": 2176, + "file_count": 22295, + "total_size_bytes": 398003048, + "estimated_tokens": 171862077, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 521, + "p95": 91836, + "max": 5085540 + } + }, + { + "language": "Bluespec", + "repo_count": 1293, + "file_count": 53846, + "total_size_bytes": 393941174, + "estimated_tokens": 170108115, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2619, + "p95": 21631, + "max": 5047392 + } + }, + { + "language": "Cairo", + "repo_count": 7437, + "file_count": 93145, + "total_size_bytes": 393441947, + "estimated_tokens": 169892543, + "file_size_distribution": { + "min": 0, + "p5": 24, + "p50": 1060, + "p95": 14694, + "max": 3370863 + } + }, + { + "language": "Cabal Config", + "repo_count": 93557, + "file_count": 193543, + "total_size_bytes": 391887350, + "estimated_tokens": 169221251, + "file_size_distribution": { + "min": 0, + "p5": 125, + "p50": 1262, + "p95": 5157, + "max": 261865 + } + }, + { + "language": "JFlex", + "repo_count": 17686, + "file_count": 56380, + "total_size_bytes": 382223090, + "estimated_tokens": 165048118, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3404, + "p95": 23387, + "max": 1606498 + } + }, + { + "language": "SmPL", + "repo_count": 8543, + "file_count": 99787, + "total_size_bytes": 381139226, + "estimated_tokens": 164580094, + "file_size_distribution": { + "min": 0, + "p5": 85, + "p50": 1721, + "p95": 14298, + "max": 549847 + } + }, + { + "language": "BuildStream", + "repo_count": 2352, + "file_count": 21695, + "total_size_bytes": 361822330, + "estimated_tokens": 156238846, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 153, + "p95": 76512, + "max": 8010002 + } + }, + { + "language": "Xtend", + "repo_count": 5606, + "file_count": 110820, + "total_size_bytes": 354497600, + "estimated_tokens": 153075948, + "file_size_distribution": { + "min": 0, + "p5": 195, + "p50": 964, + "p95": 11459, + "max": 875755 + } + }, + { + "language": "HyPhy", + "repo_count": 2692, + "file_count": 55303, + "total_size_bytes": 341376469, + "estimated_tokens": 147410099, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 6834, + "max": 6343678 + } + }, + { + "language": "CSON", + "repo_count": 14786, + "file_count": 92869, + "total_size_bytes": 340291742, + "estimated_tokens": 146941702, + "file_size_distribution": { + "min": 0, + "p5": 42, + "p50": 495, + "p95": 11602, + "max": 4289385 + } + }, + { + "language": "REXX", + "repo_count": 17016, + "file_count": 56018, + "total_size_bytes": 337443975, + "estimated_tokens": 145712005, + "file_size_distribution": { + "min": 0, + "p5": 129, + "p50": 1941, + "p95": 12609, + "max": 1349428 + } + }, + { + "language": "Snakemake", + "repo_count": 17348, + "file_count": 81115, + "total_size_bytes": 336084336, + "estimated_tokens": 145124898, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1723, + "p95": 15196, + "max": 1466206 + } + }, + { + "language": "hoon", + "repo_count": 846, + "file_count": 48389, + "total_size_bytes": 335327329, + "estimated_tokens": 144798015, + "file_size_distribution": { + "min": 0, + "p5": 97, + "p50": 734, + "p95": 26905, + "max": 729026 + } + }, + { + "language": "Easybuild", + "repo_count": 615, + "file_count": 81818, + "total_size_bytes": 335086463, + "estimated_tokens": 144694006, + "file_size_distribution": { + "min": 0, + "p5": 640, + "p50": 2600, + "p95": 8918, + "max": 2872932 + } + }, + { + "language": "YASnippet", + "repo_count": 9133, + "file_count": 2008050, + "total_size_bytes": 331272360, + "estimated_tokens": 143047034, + "file_size_distribution": { + "min": 0, + "p5": 65, + "p50": 116, + "p95": 291, + "max": 2409375 + } + }, + { + "language": "Edje Data Collection", + "repo_count": 1325, + "file_count": 27199, + "total_size_bytes": 329769640, + "estimated_tokens": 142398144, + "file_size_distribution": { + "min": 0, + "p5": 233, + "p50": 4557, + "p95": 36551, + "max": 2478507 + } + }, + { + "language": "Nasal", + "repo_count": 888, + "file_count": 9707, + "total_size_bytes": 328121661, + "estimated_tokens": 141686528, + "file_size_distribution": { + "min": 0, + "p5": 177, + "p50": 2903, + "p95": 41717, + "max": 5138571 + } + }, + { + "language": "Slang", + "repo_count": 1449, + "file_count": 80614, + "total_size_bytes": 327901661, + "estimated_tokens": 141591530, + "file_size_distribution": { + "min": 0, + "p5": 159, + "p50": 2181, + "p95": 12975, + "max": 2173411 + } + }, + { + "language": "IRC log", + "repo_count": 380, + "file_count": 2427, + "total_size_bytes": 323711089, + "estimated_tokens": 139781995, + "file_size_distribution": { + "min": 0, + "p5": 65, + "p50": 2118, + "p95": 715328, + "max": 8008244 + } + }, + { + "language": "WebIDL", + "repo_count": 91546, + "file_count": 393411, + "total_size_bytes": 322592984, + "estimated_tokens": 139299185, + "file_size_distribution": { + "min": 0, + "p5": 112, + "p50": 482, + "p95": 2071, + "max": 1454216 + } + }, + { + "language": "Kickstart", + "repo_count": 5045, + "file_count": 48731, + "total_size_bytes": 322483626, + "estimated_tokens": 139251963, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 662, + "p95": 26967, + "max": 3473441 + } + }, + { + "language": "API Blueprint", + "repo_count": 8468, + "file_count": 16274, + "total_size_bytes": 321868826, + "estimated_tokens": 138986485, + "file_size_distribution": { + "min": 0, + "p5": 120, + "p50": 2190, + "p95": 75527, + "max": 3291737 + } + }, + { + "language": "CODEOWNERS", + "repo_count": 1063950, + "file_count": 1178493, + "total_size_bytes": 320848162, + "estimated_tokens": 138545752, + "file_size_distribution": { + "min": 0, + "p5": 9, + "p50": 11, + "p95": 447, + "max": 5104359 + } + }, + { + "language": "STAR", + "repo_count": 185, + "file_count": 8972, + "total_size_bytes": 314044567, + "estimated_tokens": 135607885, + "file_size_distribution": { + "min": 0, + "p5": 1613, + "p50": 7172, + "p95": 22572, + "max": 4716314 + } + }, + { + "language": "Toit", + "repo_count": 377, + "file_count": 6065, + "total_size_bytes": 310848536, + "estimated_tokens": 134227803, + "file_size_distribution": { + "min": 0, + "p5": 345, + "p50": 13621, + "p95": 212226, + "max": 5204109 + } + }, + { + "language": "Uno", + "repo_count": 1174, + "file_count": 50235, + "total_size_bytes": 309060940, + "estimated_tokens": 133455900, + "file_size_distribution": { + "min": 0, + "p5": 334, + "p50": 4641, + "p95": 8969, + "max": 2339372 + } + }, + { + "language": "X Font Directory Index", + "repo_count": 5075, + "file_count": 27133, + "total_size_bytes": 306454887, + "estimated_tokens": 132330578, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2115, + "p95": 32637, + "max": 3018211 + } + }, + { + "language": "Common Workflow Language", + "repo_count": 4104, + "file_count": 115632, + "total_size_bytes": 302392736, + "estimated_tokens": 130576496, + "file_size_distribution": { + "min": 0, + "p5": 182, + "p50": 669, + "p95": 6204, + "max": 2381596 + } + }, + { + "language": "LTspice Symbol", + "repo_count": 3864, + "file_count": 297124, + "total_size_bytes": 299011622, + "estimated_tokens": 129116494, + "file_size_distribution": { + "min": 0, + "p5": 432, + "p50": 814, + "p95": 2187, + "max": 157416 + } + }, + { + "language": "XProc", + "repo_count": 1379, + "file_count": 14747, + "total_size_bytes": 292223803, + "estimated_tokens": 126185440, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1288, + "p95": 57055, + "max": 4612447 + } + }, + { + "language": "Jasmin", + "repo_count": 5571, + "file_count": 122923, + "total_size_bytes": 292182107, + "estimated_tokens": 126167435, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 964, + "p95": 5988, + "max": 2614489 + } + }, + { + "language": "Propeller Spin", + "repo_count": 1153, + "file_count": 33149, + "total_size_bytes": 289251582, + "estimated_tokens": 124902002, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2211, + "p95": 29681, + "max": 4415393 + } + }, + { + "language": "SQLPL", + "repo_count": 2637, + "file_count": 49312, + "total_size_bytes": 286318841, + "estimated_tokens": 123635612, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 8638, + "max": 7234755 + } + }, + { + "language": "Nushell", + "repo_count": 42646, + "file_count": 93004, + "total_size_bytes": 285077487, + "estimated_tokens": 123099582, + "file_size_distribution": { + "min": 0, + "p5": 333, + "p50": 2583, + "p95": 5397, + "max": 471086 + } + }, + { + "language": "Xojo", + "repo_count": 835, + "file_count": 35309, + "total_size_bytes": 281994452, + "estimated_tokens": 121768294, + "file_size_distribution": { + "min": 0, + "p5": 281, + "p50": 2841, + "p95": 28917, + "max": 2830826 + } + }, + { + "language": "Module Management System", + "repo_count": 21581, + "file_count": 79671, + "total_size_bytes": 276764499, + "estimated_tokens": 119509943, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1545, + "p95": 13692, + "max": 1651521 + } + }, + { + "language": "Tea", + "repo_count": 975, + "file_count": 8298, + "total_size_bytes": 271209851, + "estimated_tokens": 117111385, + "file_size_distribution": { + "min": 0, + "p5": 21, + "p50": 1678, + "p95": 138395, + "max": 4001571 + } + }, + { + "language": "Carbon", + "repo_count": 783, + "file_count": 21257, + "total_size_bytes": 271069284, + "estimated_tokens": 117050687, + "file_size_distribution": { + "min": 0, + "p5": 354, + "p50": 1418, + "p95": 23783, + "max": 3572356 + } + }, + { + "language": "WebAssembly Interface Type", + "repo_count": 2320, + "file_count": 57122, + "total_size_bytes": 270281366, + "estimated_tokens": 116710455, + "file_size_distribution": { + "min": 0, + "p5": 38, + "p50": 435, + "p95": 27305, + "max": 2759674 + } + }, + { + "language": "Simple File Verification", + "repo_count": 265, + "file_count": 11809, + "total_size_bytes": 263346958, + "estimated_tokens": 113716102, + "file_size_distribution": { + "min": 0, + "p5": 22, + "p50": 182, + "p95": 84401, + "max": 6245146 + } + }, + { + "language": "Cool", + "repo_count": 4884, + "file_count": 210407, + "total_size_bytes": 260973142, + "estimated_tokens": 112691062, + "file_size_distribution": { + "min": 0, + "p5": 11, + "p50": 61, + "p95": 2435, + "max": 2825000 + } + }, + { + "language": "IGOR Pro", + "repo_count": 2737, + "file_count": 26511, + "total_size_bytes": 260778402, + "estimated_tokens": 112606971, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 108, + "p95": 43864, + "max": 6158123 + } + }, + { + "language": "Nearley", + "repo_count": 6957, + "file_count": 61075, + "total_size_bytes": 259154058, + "estimated_tokens": 111905561, + "file_size_distribution": { + "min": 0, + "p5": 37, + "p50": 770, + "p95": 4901, + "max": 4565130 + } + }, + { + "language": "Zeek", + "repo_count": 3578, + "file_count": 59540, + "total_size_bytes": 258465704, + "estimated_tokens": 111608323, + "file_size_distribution": { + "min": 0, + "p5": 36, + "p50": 752, + "p95": 7650, + "max": 3512810 + } + }, + { + "language": "Volt", + "repo_count": 2920, + "file_count": 66294, + "total_size_bytes": 255109439, + "estimated_tokens": 110159051, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 1507, + "p95": 14510, + "max": 1182297 + } + }, + { + "language": "Pact", + "repo_count": 266, + "file_count": 14751, + "total_size_bytes": 253415932, + "estimated_tokens": 109427776, + "file_size_distribution": { + "min": 0, + "p5": 369, + "p50": 11105, + "p95": 59171, + "max": 343146 + } + }, + { + "language": "X10", + "repo_count": 405, + "file_count": 51559, + "total_size_bytes": 251680640, + "estimated_tokens": 108678458, + "file_size_distribution": { + "min": 0, + "p5": 358, + "p50": 1091, + "p95": 10969, + "max": 2958196 + } + }, + { + "language": "Glyph", + "repo_count": 563, + "file_count": 6387, + "total_size_bytes": 245592590, + "estimated_tokens": 106049571, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 9713, + "p95": 24609, + "max": 4972859 + } + }, + { + "language": "Kit", + "repo_count": 5193, + "file_count": 42010, + "total_size_bytes": 244002290, + "estimated_tokens": 105362862, + "file_size_distribution": { + "min": 0, + "p5": 35, + "p50": 1294, + "p95": 18487, + "max": 5354104 + } + }, + { + "language": "Io", + "repo_count": 15281, + "file_count": 59279, + "total_size_bytes": 242901533, + "estimated_tokens": 104887543, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 140, + "p95": 5780, + "max": 4752598 + } + }, + { + "language": "Beef", + "repo_count": 776, + "file_count": 12190, + "total_size_bytes": 240466318, + "estimated_tokens": 103835991, + "file_size_distribution": { + "min": 0, + "p5": 135, + "p50": 2131, + "p95": 100911, + "max": 2196750 + } + }, + { + "language": "J", + "repo_count": 1641, + "file_count": 22047, + "total_size_bytes": 239862727, + "estimated_tokens": 103575353, + "file_size_distribution": { + "min": 0, + "p5": 60, + "p50": 1215, + "p95": 14773, + "max": 6823826 + } + }, + { + "language": "nanorc", + "repo_count": 9894, + "file_count": 158994, + "total_size_bytes": 237435778, + "estimated_tokens": 102527370, + "file_size_distribution": { + "min": 0, + "p5": 200, + "p50": 882, + "p95": 4325, + "max": 117713 + } + }, + { + "language": "Noir", + "repo_count": 2081, + "file_count": 22554, + "total_size_bytes": 236190901, + "estimated_tokens": 101989819, + "file_size_distribution": { + "min": 0, + "p5": 12, + "p50": 805, + "p95": 14297, + "max": 4515180 + } + }, + { + "language": "GDB", + "repo_count": 51706, + "file_count": 160434, + "total_size_bytes": 234115547, + "estimated_tokens": 101093658, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 490, + "p95": 3855, + "max": 2367144 + } + }, + { + "language": "Factor", + "repo_count": 1047, + "file_count": 80421, + "total_size_bytes": 229575339, + "estimated_tokens": 99133146, + "file_size_distribution": { + "min": 0, + "p5": 103, + "p50": 1207, + "p95": 10194, + "max": 2196318 + } + }, + { + "language": "EmberScript", + "repo_count": 6024, + "file_count": 40908, + "total_size_bytes": 225937378, + "estimated_tokens": 97562235, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1799, + "p95": 12047, + "max": 2873262 + } + }, + { + "language": "REALbasic", + "repo_count": 256, + "file_count": 13447, + "total_size_bytes": 225732594, + "estimated_tokens": 97473807, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 5648, + "p95": 62902, + "max": 666400 + } + }, + { + "language": "C2hs Haskell", + "repo_count": 919, + "file_count": 6023, + "total_size_bytes": 220132453, + "estimated_tokens": 95055605, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2300, + "p95": 27022, + "max": 9042259 + } + }, + { + "language": "Monkey C", + "repo_count": 4263, + "file_count": 36072, + "total_size_bytes": 220023574, + "estimated_tokens": 95008590, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 817, + "p95": 21493, + "max": 3216332 + } + }, + { + "language": "ZIL", + "repo_count": 489, + "file_count": 9328, + "total_size_bytes": 215275996, + "estimated_tokens": 92958533, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2335, + "p95": 93758, + "max": 2527299 + } + }, + { + "language": "ChucK", + "repo_count": 2570, + "file_count": 57139, + "total_size_bytes": 213125812, + "estimated_tokens": 92030060, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 675, + "p95": 8405, + "max": 5803673 + } + }, + { + "language": "Q#", + "repo_count": 2941, + "file_count": 1732211, + "total_size_bytes": 212504999, + "estimated_tokens": 91761987, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 0, + "max": 8367078 + } + }, + { + "language": "Literate CoffeeScript", + "repo_count": 14985, + "file_count": 32468, + "total_size_bytes": 210145684, + "estimated_tokens": 90743209, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 708, + "p95": 37321, + "max": 231399 + } + }, + { + "language": "Kusto", + "repo_count": 2589, + "file_count": 53566, + "total_size_bytes": 207214762, + "estimated_tokens": 89477604, + "file_size_distribution": { + "min": 0, + "p5": 56, + "p50": 614, + "p95": 13279, + "max": 3184968 + } + }, + { + "language": "templ", + "repo_count": 8160, + "file_count": 60892, + "total_size_bytes": 206978207, + "estimated_tokens": 89375457, + "file_size_distribution": { + "min": 0, + "p5": 133, + "p50": 876, + "p95": 9137, + "max": 8445136 + } + }, + { + "language": "Option List", + "repo_count": 1504717, + "file_count": 3892154, + "total_size_bytes": 205878424, + "estimated_tokens": 88900559, + "file_size_distribution": { + "min": 0, + "p5": 9, + "p50": 33, + "p95": 134, + "max": 36708 + } + }, + { + "language": "Tree-sitter Query", + "repo_count": 11071, + "file_count": 139443, + "total_size_bytes": 205537728, + "estimated_tokens": 88753443, + "file_size_distribution": { + "min": 0, + "p5": 27, + "p50": 303, + "p95": 3409, + "max": 4464962 + } + }, + { + "language": "Asymptote", + "repo_count": 2309, + "file_count": 41563, + "total_size_bytes": 205206321, + "estimated_tokens": 88610337, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1015, + "p95": 4728, + "max": 4594713 + } + }, + { + "language": "Tact", + "repo_count": 1172, + "file_count": 15897, + "total_size_bytes": 204095061, + "estimated_tokens": 88130483, + "file_size_distribution": { + "min": 0, + "p5": 27, + "p50": 303, + "p95": 17176, + "max": 468565 + } + }, + { + "language": "APL", + "repo_count": 1768, + "file_count": 21812, + "total_size_bytes": 203357319, + "estimated_tokens": 87811918, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 213, + "p95": 11510, + "max": 5032900 + } + }, + { + "language": "Pan", + "repo_count": 1017, + "file_count": 52856, + "total_size_bytes": 202023943, + "estimated_tokens": 87236152, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 228, + "p95": 9357, + "max": 6328922 + } + }, + { + "language": "WDL", + "repo_count": 2962, + "file_count": 49902, + "total_size_bytes": 200316194, + "estimated_tokens": 86498727, + "file_size_distribution": { + "min": 0, + "p5": 113, + "p50": 1338, + "p95": 16052, + "max": 1010702 + } + }, + { + "language": "Brightscript", + "repo_count": 1832, + "file_count": 24254, + "total_size_bytes": 198752232, + "estimated_tokens": 85823391, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 1734, + "p95": 20797, + "max": 4694738 + } + }, + { + "language": "Pyret", + "repo_count": 964, + "file_count": 22723, + "total_size_bytes": 194985995, + "estimated_tokens": 84197089, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 18500, + "max": 7559410 + } + }, + { + "language": "JSONiq", + "repo_count": 2192, + "file_count": 9302, + "total_size_bytes": 192667165, + "estimated_tokens": 83195793, + "file_size_distribution": { + "min": 0, + "p5": 4, + "p50": 146, + "p95": 21487, + "max": 5025770 + } + }, + { + "language": "DenizenScript", + "repo_count": 1488, + "file_count": 20060, + "total_size_bytes": 190293853, + "estimated_tokens": 82170970, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1961, + "p95": 14337, + "max": 1001925 + } + }, + { + "language": "Idris", + "repo_count": 3511, + "file_count": 62153, + "total_size_bytes": 186826684, + "estimated_tokens": 80673809, + "file_size_distribution": { + "min": 0, + "p5": 56, + "p50": 893, + "p95": 12328, + "max": 1048897 + } + }, + { + "language": "VCL", + "repo_count": 14622, + "file_count": 43643, + "total_size_bytes": 184822386, + "estimated_tokens": 79808331, + "file_size_distribution": { + "min": 0, + "p5": 103, + "p50": 477, + "p95": 10837, + "max": 2328888 + } + }, + { + "language": "Dylan", + "repo_count": 1230, + "file_count": 27631, + "total_size_bytes": 184340408, + "estimated_tokens": 79600208, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1427, + "p95": 25422, + "max": 1629579 + } + }, + { + "language": "OpenRC runscript", + "repo_count": 8372, + "file_count": 187023, + "total_size_bytes": 183794309, + "estimated_tokens": 79364396, + "file_size_distribution": { + "min": 19, + "p5": 225, + "p50": 615, + "p95": 2789, + "max": 23024 + } + }, + { + "language": "Dhall", + "repo_count": 5881, + "file_count": 109698, + "total_size_bytes": 181863328, + "estimated_tokens": 78530577, + "file_size_distribution": { + "min": 0, + "p5": 16, + "p50": 175, + "p95": 2716, + "max": 8079049 + } + }, + { + "language": "jq", + "repo_count": 4728, + "file_count": 28241, + "total_size_bytes": 181668646, + "estimated_tokens": 78446511, + "file_size_distribution": { + "min": 0, + "p5": 16, + "p50": 338, + "p95": 7240, + "max": 3371282 + } + }, + { + "language": "Jai", + "repo_count": 1024, + "file_count": 9920, + "total_size_bytes": 181230473, + "estimated_tokens": 78257304, + "file_size_distribution": { + "min": 0, + "p5": 66, + "p50": 3045, + "p95": 41757, + "max": 3550327 + } + }, + { + "language": "Velocity Template Language", + "repo_count": 7736, + "file_count": 188596, + "total_size_bytes": 181083088, + "estimated_tokens": 78193661, + "file_size_distribution": { + "min": 0, + "p5": 42, + "p50": 350, + "p95": 3722, + "max": 1467224 + } + }, + { + "language": "Boo", + "repo_count": 2428, + "file_count": 74315, + "total_size_bytes": 172937941, + "estimated_tokens": 74676497, + "file_size_distribution": { + "min": 0, + "p5": 62, + "p50": 257, + "p95": 3980, + "max": 3872466 + } + }, + { + "language": "Moocode", + "repo_count": 1097, + "file_count": 5468, + "total_size_bytes": 171263081, + "estimated_tokens": 73953274, + "file_size_distribution": { + "min": 0, + "p5": 64, + "p50": 1412, + "p95": 108985, + "max": 1048576 + } + }, + { + "language": "FLUX", + "repo_count": 2948, + "file_count": 17509, + "total_size_bytes": 170791998, + "estimated_tokens": 73749856, + "file_size_distribution": { + "min": 0, + "p5": 124, + "p50": 1966, + "p95": 12650, + "max": 9677100 + } + }, + { + "language": "Cairo Zero", + "repo_count": 1816, + "file_count": 26506, + "total_size_bytes": 166577412, + "estimated_tokens": 71929951, + "file_size_distribution": { + "min": 0, + "p5": 259, + "p50": 2212, + "p95": 16828, + "max": 4179080 + } + }, + { + "language": "Filebench WML", + "repo_count": 1990, + "file_count": 28904, + "total_size_bytes": 165266063, + "estimated_tokens": 71363696, + "file_size_distribution": { + "min": 0, + "p5": 47, + "p50": 318, + "p95": 14322, + "max": 2322672 + } + }, + { + "language": "Ring", + "repo_count": 575, + "file_count": 39180, + "total_size_bytes": 164506598, + "estimated_tokens": 71035751, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 416, + "p95": 6078, + "max": 6388954 + } + }, + { + "language": "4D", + "repo_count": 1002, + "file_count": 82959, + "total_size_bytes": 162791216, + "estimated_tokens": 70295030, + "file_size_distribution": { + "min": 0, + "p5": 24, + "p50": 664, + "p95": 6785, + "max": 628908 + } + }, + { + "language": "GDShader", + "repo_count": 22868, + "file_count": 96369, + "total_size_bytes": 161948557, + "estimated_tokens": 69931161, + "file_size_distribution": { + "min": 0, + "p5": 135, + "p50": 836, + "p95": 6251, + "max": 146524 + } + }, + { + "language": "Terra", + "repo_count": 5285, + "file_count": 24728, + "total_size_bytes": 161694155, + "estimated_tokens": 69821307, + "file_size_distribution": { + "min": 0, + "p5": 17, + "p50": 422, + "p95": 13481, + "max": 2290178 + } + }, + { + "language": "mupad", + "repo_count": 2511, + "file_count": 69923, + "total_size_bytes": 160107018, + "estimated_tokens": 69135964, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 2064, + "max": 4210394 + } + }, + { + "language": "Cap'n Proto", + "repo_count": 4493, + "file_count": 19612, + "total_size_bytes": 159803506, + "estimated_tokens": 69004904, + "file_size_distribution": { + "min": 0, + "p5": 107, + "p50": 1354, + "p95": 43131, + "max": 98176 + } + }, + { + "language": "Latte", + "repo_count": 5357, + "file_count": 88257, + "total_size_bytes": 156932846, + "estimated_tokens": 67765322, + "file_size_distribution": { + "min": 0, + "p5": 43, + "p50": 488, + "p95": 6900, + "max": 2460817 + } + }, + { + "language": "Gleam", + "repo_count": 4200, + "file_count": 47280, + "total_size_bytes": 156847244, + "estimated_tokens": 67728358, + "file_size_distribution": { + "min": 0, + "p5": 63, + "p50": 1103, + "p95": 10614, + "max": 4587291 + } + }, + { + "language": "Rouge", + "repo_count": 510, + "file_count": 15847, + "total_size_bytes": 155885232, + "estimated_tokens": 67312951, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1044, + "p95": 9863, + "max": 3342235 + } + }, + { + "language": "DataWeave", + "repo_count": 5395, + "file_count": 68899, + "total_size_bytes": 149095598, + "estimated_tokens": 64381112, + "file_size_distribution": { + "min": 0, + "p5": 1, + "p50": 154, + "p95": 2689, + "max": 1243548 + } + }, + { + "language": "Vyper", + "repo_count": 4295, + "file_count": 29604, + "total_size_bytes": 146339642, + "estimated_tokens": 63191060, + "file_size_distribution": { + "min": 0, + "p5": 36, + "p50": 416, + "p95": 27129, + "max": 558100 + } + }, + { + "language": "BlitzMax", + "repo_count": 871, + "file_count": 23372, + "total_size_bytes": 144391345, + "estimated_tokens": 62349764, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1796, + "p95": 24249, + "max": 474532 + } + }, + { + "language": "Muse", + "repo_count": 918, + "file_count": 3617, + "total_size_bytes": 143153658, + "estimated_tokens": 61815318, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 870, + "p95": 49207, + "max": 1878361 + } + }, + { + "language": "PigLatin", + "repo_count": 8090, + "file_count": 50948, + "total_size_bytes": 142872142, + "estimated_tokens": 61693756, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 897, + "p95": 16498, + "max": 4142177 + } + }, + { + "language": "ECLiPSe", + "repo_count": 702, + "file_count": 13690, + "total_size_bytes": 142482805, + "estimated_tokens": 61525636, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1535, + "p95": 41189, + "max": 1947336 + } + }, + { + "language": "Sail", + "repo_count": 227, + "file_count": 12556, + "total_size_bytes": 138265532, + "estimated_tokens": 59704571, + "file_size_distribution": { + "min": 0, + "p5": 28, + "p50": 1224, + "p95": 26861, + "max": 8050471 + } + }, + { + "language": "KerboScript", + "repo_count": 4454, + "file_count": 42109, + "total_size_bytes": 136802448, + "estimated_tokens": 59072796, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 138, + "p95": 8934, + "max": 3175245 + } + }, + { + "language": "Just", + "repo_count": 54001, + "file_count": 64698, + "total_size_bytes": 136575167, + "estimated_tokens": 58974653, + "file_size_distribution": { + "min": 0, + "p5": 70, + "p50": 943, + "p95": 5196, + "max": 210846 + } + }, + { + "language": "JCL", + "repo_count": 1666, + "file_count": 15743, + "total_size_bytes": 135715711, + "estimated_tokens": 58603531, + "file_size_distribution": { + "min": 0, + "p5": 146, + "p50": 1261, + "p95": 13365, + "max": 3529824 + } + }, + { + "language": "SaltStack", + "repo_count": 10282, + "file_count": 164400, + "total_size_bytes": 134589005, + "estimated_tokens": 58117007, + "file_size_distribution": { + "min": 0, + "p5": 28, + "p50": 351, + "p95": 2675, + "max": 462067 + } + }, + { + "language": "ImageJ Macro", + "repo_count": 5460, + "file_count": 33382, + "total_size_bytes": 134367712, + "estimated_tokens": 58021450, + "file_size_distribution": { + "min": 0, + "p5": 250, + "p50": 1329, + "p95": 14080, + "max": 1093871 + } + }, + { + "language": "Roc", + "repo_count": 681, + "file_count": 18556, + "total_size_bytes": 131994662, + "estimated_tokens": 56996741, + "file_size_distribution": { + "min": 0, + "p5": 6, + "p50": 285, + "p95": 9119, + "max": 10404417 + } + }, + { + "language": "Closure Templates", + "repo_count": 5285, + "file_count": 30819, + "total_size_bytes": 131582720, + "estimated_tokens": 56818860, + "file_size_distribution": { + "min": 0, + "p5": 211, + "p50": 1780, + "p95": 15234, + "max": 1048576 + } + }, + { + "language": "SRecode Template", + "repo_count": 2421, + "file_count": 86981, + "total_size_bytes": 126194281, + "estimated_tokens": 54492073, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 3560, + "max": 4134691 + } + }, + { + "language": "Valve Data Format", + "repo_count": 4709, + "file_count": 20724, + "total_size_bytes": 123409686, + "estimated_tokens": 53289654, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 88, + "p95": 12797, + "max": 3927069 + } + }, + { + "language": "TextMate Properties", + "repo_count": 545259, + "file_count": 638815, + "total_size_bytes": 123098091, + "estimated_tokens": 53155104, + "file_size_distribution": { + "min": 0, + "p5": 193, + "p50": 193, + "p95": 193, + "max": 5374 + } + }, + { + "language": "Aiken", + "repo_count": 1307, + "file_count": 13263, + "total_size_bytes": 122080621, + "estimated_tokens": 52715749, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2389, + "p95": 22017, + "max": 6411551 + } + }, + { + "language": "Sway", + "repo_count": 1390, + "file_count": 28043, + "total_size_bytes": 120815979, + "estimated_tokens": 52169663, + "file_size_distribution": { + "min": 0, + "p5": 46, + "p50": 475, + "p95": 11881, + "max": 5158504 + } + }, + { + "language": "Daslang", + "repo_count": 612, + "file_count": 24728, + "total_size_bytes": 120271841, + "estimated_tokens": 51934698, + "file_size_distribution": { + "min": 0, + "p5": 15, + "p50": 524, + "p95": 14007, + "max": 3272361 + } + }, + { + "language": "BrighterScript", + "repo_count": 694, + "file_count": 25990, + "total_size_bytes": 117538919, + "estimated_tokens": 50754593, + "file_size_distribution": { + "min": 0, + "p5": 170, + "p50": 2493, + "p95": 5048, + "max": 5242880 + } + }, + { + "language": "World of Warcraft Addon Data", + "repo_count": 19865, + "file_count": 163407, + "total_size_bytes": 115606869, + "estimated_tokens": 49920312, + "file_size_distribution": { + "min": 0, + "p5": 145, + "p50": 419, + "p95": 1975, + "max": 1604892 + } + }, + { + "language": "Mojo", + "repo_count": 1354, + "file_count": 17097, + "total_size_bytes": 114832380, + "estimated_tokens": 49585879, + "file_size_distribution": { + "min": 0, + "p5": 99, + "p50": 1711, + "p95": 24661, + "max": 3559337 + } + }, + { + "language": "Ink", + "repo_count": 4208, + "file_count": 39829, + "total_size_bytes": 109510006, + "estimated_tokens": 47287620, + "file_size_distribution": { + "min": 0, + "p5": 19, + "p50": 551, + "p95": 10641, + "max": 1357777 + } + }, + { + "language": "Kaitai Struct", + "repo_count": 1511, + "file_count": 16160, + "total_size_bytes": 108709637, + "estimated_tokens": 46942012, + "file_size_distribution": { + "min": 0, + "p5": 141, + "p50": 1903, + "p95": 21604, + "max": 4283812 + } + }, + { + "language": "Cirru", + "repo_count": 2669, + "file_count": 4966, + "total_size_bytes": 106431901, + "estimated_tokens": 45958461, + "file_size_distribution": { + "min": 0, + "p5": 24, + "p50": 520, + "p95": 102620, + "max": 3447931 + } + }, + { + "language": "Zephir", + "repo_count": 662, + "file_count": 23351, + "total_size_bytes": 105115470, + "estimated_tokens": 45390011, + "file_size_distribution": { + "min": 0, + "p5": 161, + "p50": 1809, + "p95": 16067, + "max": 1290884 + } + }, + { + "language": "KDL", + "repo_count": 7847, + "file_count": 28735, + "total_size_bytes": 104858486, + "estimated_tokens": 45279043, + "file_size_distribution": { + "min": 0, + "p5": 7, + "p50": 290, + "p95": 15651, + "max": 1105181 + } + }, + { + "language": "UrWeb", + "repo_count": 519, + "file_count": 8043, + "total_size_bytes": 104523873, + "estimated_tokens": 45134553, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 223, + "p95": 9759, + "max": 5252561 + } + }, + { + "language": "PicoLisp", + "repo_count": 420, + "file_count": 11728, + "total_size_bytes": 100117272, + "estimated_tokens": 43231735, + "file_size_distribution": { + "min": 0, + "p5": 55, + "p50": 755, + "p95": 46523, + "max": 435897 + } + }, + { + "language": "Qt Script", + "repo_count": 2398, + "file_count": 491642, + "total_size_bytes": 99669182, + "estimated_tokens": 43038244, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 0, + "max": 496818 + } + }, + { + "language": "LiveCode Script", + "repo_count": 197, + "file_count": 7835, + "total_size_bytes": 99064638, + "estimated_tokens": 42777196, + "file_size_distribution": { + "min": 0, + "p5": 197, + "p50": 2277, + "p95": 56000, + "max": 6238119 + } + }, + { + "language": "Bluespec BH", + "repo_count": 3461, + "file_count": 75938, + "total_size_bytes": 95905317, + "estimated_tokens": 41412966, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 463, + "max": 4042707 + } + }, + { + "language": "Jolie", + "repo_count": 2157, + "file_count": 21548, + "total_size_bytes": 92687257, + "estimated_tokens": 40023373, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 3747, + "max": 5176081 + } + }, + { + "language": "Mask", + "repo_count": 2053, + "file_count": 9004, + "total_size_bytes": 92125037, + "estimated_tokens": 39780600, + "file_size_distribution": { + "min": 0, + "p5": 17, + "p50": 4093, + "p95": 19746, + "max": 4132044 + } + }, + { + "language": "Hare", + "repo_count": 711, + "file_count": 4947, + "total_size_bytes": 90690554, + "estimated_tokens": 39161174, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1004, + "p95": 17682, + "max": 4247785 + } + }, + { + "language": "Lark", + "repo_count": 6834, + "file_count": 19214, + "total_size_bytes": 89968052, + "estimated_tokens": 38849190, + "file_size_distribution": { + "min": 0, + "p5": 96, + "p50": 1030, + "p95": 13221, + "max": 2488130 + } + }, + { + "language": "Procfile", + "repo_count": 1754607, + "file_count": 1815053, + "total_size_bytes": 88777465, + "estimated_tokens": 38335082, + "file_size_distribution": { + "min": 0, + "p5": 14, + "p50": 24, + "p95": 93, + "max": 235150 + } + }, + { + "language": "Cycript", + "repo_count": 1108, + "file_count": 3109, + "total_size_bytes": 86950002, + "estimated_tokens": 37545963, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 445, + "p95": 73849, + "max": 8066092 + } + }, + { + "language": "SSH Config", + "repo_count": 37770, + "file_count": 54379, + "total_size_bytes": 86376644, + "estimated_tokens": 37298381, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 1460, + "p95": 3801, + "max": 87756 + } + }, + { + "language": "Wren", + "repo_count": 760, + "file_count": 25469, + "total_size_bytes": 85517101, + "estimated_tokens": 36927221, + "file_size_distribution": { + "min": 0, + "p5": 31, + "p50": 222, + "p95": 4398, + "max": 1622816 + } + }, + { + "language": "B4X", + "repo_count": 1280, + "file_count": 10536, + "total_size_bytes": 84975871, + "estimated_tokens": 36693512, + "file_size_distribution": { + "min": 0, + "p5": 329, + "p50": 2671, + "p95": 29763, + "max": 1366821 + } + }, + { + "language": "Gemini", + "repo_count": 534, + "file_count": 24820, + "total_size_bytes": 84163631, + "estimated_tokens": 36342778, + "file_size_distribution": { + "min": 0, + "p5": 153, + "p50": 2378, + "p95": 7842, + "max": 3272895 + } + }, + { + "language": "EdgeQL", + "repo_count": 1015, + "file_count": 11753, + "total_size_bytes": 82713894, + "estimated_tokens": 35716765, + "file_size_distribution": { + "min": 0, + "p5": 52, + "p50": 438, + "p95": 6668, + "max": 9359577 + } + }, + { + "language": "Logtalk", + "repo_count": 1091, + "file_count": 7516, + "total_size_bytes": 78380184, + "estimated_tokens": 33845422, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 921, + "p95": 7324, + "max": 3332158 + } + }, + { + "language": "Csound", + "repo_count": 33129, + "file_count": 447581, + "total_size_bytes": 78326662, + "estimated_tokens": 33822310, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 0, + "max": 1381118 + } + }, + { + "language": "RUNOFF", + "repo_count": 423, + "file_count": 2966, + "total_size_bytes": 77067218, + "estimated_tokens": 33278469, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 6668, + "p95": 79077, + "max": 1048576 + } + }, + { + "language": "Augeas", + "repo_count": 942, + "file_count": 20423, + "total_size_bytes": 77018650, + "estimated_tokens": 33257497, + "file_size_distribution": { + "min": 0, + "p5": 148, + "p50": 1769, + "p95": 11311, + "max": 3040773 + } + }, + { + "language": "ATS", + "repo_count": 629, + "file_count": 16444, + "total_size_bytes": 74621374, + "estimated_tokens": 32222326, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1726, + "p95": 16971, + "max": 1980743 + } + }, + { + "language": "Regular Expression", + "repo_count": 2850, + "file_count": 17901, + "total_size_bytes": 73686948, + "estimated_tokens": 31818831, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 99, + "p95": 2220, + "max": 3153032 + } + }, + { + "language": "Pike", + "repo_count": 1456, + "file_count": 13272, + "total_size_bytes": 72734081, + "estimated_tokens": 31407373, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1338, + "p95": 23788, + "max": 455310 + } + }, + { + "language": "EQ", + "repo_count": 1771, + "file_count": 21031, + "total_size_bytes": 72539424, + "estimated_tokens": 31323318, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 5115, + "max": 6556012 + } + }, + { + "language": "MoonScript", + "repo_count": 3090, + "file_count": 21295, + "total_size_bytes": 70225263, + "estimated_tokens": 30324038, + "file_size_distribution": { + "min": 0, + "p5": 57, + "p50": 1085, + "p95": 12591, + "max": 495641 + } + }, + { + "language": "Nu", + "repo_count": 3145, + "file_count": 23711, + "total_size_bytes": 69896789, + "estimated_tokens": 30182199, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 300, + "p95": 5495, + "max": 3099156 + } + }, + { + "language": "ABNF", + "repo_count": 7965, + "file_count": 13648, + "total_size_bytes": 68874692, + "estimated_tokens": 29740846, + "file_size_distribution": { + "min": 0, + "p5": 23, + "p50": 3381, + "p95": 11405, + "max": 2471595 + } + }, + { + "language": "Koka", + "repo_count": 785, + "file_count": 8556, + "total_size_bytes": 68777945, + "estimated_tokens": 29699070, + "file_size_distribution": { + "min": 0, + "p5": 27, + "p50": 869, + "p95": 39047, + "max": 919389 + } + }, + { + "language": "Cloud Firestore Security Rules", + "repo_count": 93198, + "file_count": 97614, + "total_size_bytes": 68241312, + "estimated_tokens": 29467346, + "file_size_distribution": { + "min": 0, + "p5": 132, + "p50": 223, + "p95": 2400, + "max": 97990 + } + }, + { + "language": "NPM Config", + "repo_count": 918585, + "file_count": 1112605, + "total_size_bytes": 65238962, + "estimated_tokens": 28170898, + "file_size_distribution": { + "min": 0, + "p5": 12, + "p50": 31, + "p95": 146, + "max": 937053 + } + }, + { + "language": "SugarSS", + "repo_count": 1633, + "file_count": 16186, + "total_size_bytes": 65076986, + "estimated_tokens": 28100955, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 125, + "p95": 4689, + "max": 9184038 + } + }, + { + "language": "Oz", + "repo_count": 1142, + "file_count": 16010, + "total_size_bytes": 64601417, + "estimated_tokens": 27895599, + "file_size_distribution": { + "min": 0, + "p5": 57, + "p50": 1074, + "p95": 14145, + "max": 2619536 + } + }, + { + "language": "Literate Agda", + "repo_count": 549, + "file_count": 10420, + "total_size_bytes": 64345513, + "estimated_tokens": 27785097, + "file_size_distribution": { + "min": 0, + "p5": 156, + "p50": 460, + "p95": 28995, + "max": 330952 + } + }, + { + "language": "Object Data Instance Notation", + "repo_count": 162, + "file_count": 4444, + "total_size_bytes": 63493478, + "estimated_tokens": 27417179, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 17188, + "p95": 17630, + "max": 265328 + } + }, + { + "language": "Pony", + "repo_count": 1336, + "file_count": 15914, + "total_size_bytes": 62712678, + "estimated_tokens": 27080021, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 930, + "p95": 12914, + "max": 1363198 + } + }, + { + "language": "Self", + "repo_count": 683, + "file_count": 8115, + "total_size_bytes": 61680309, + "estimated_tokens": 26634233, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 29462, + "max": 3965657 + } + }, + { + "language": "Xmake", + "repo_count": 5550, + "file_count": 35817, + "total_size_bytes": 61654157, + "estimated_tokens": 26622940, + "file_size_distribution": { + "min": 0, + "p5": 132, + "p50": 1209, + "p95": 4891, + "max": 87526 + } + }, + { + "language": "Fantom", + "repo_count": 997, + "file_count": 14273, + "total_size_bytes": 59377151, + "estimated_tokens": 25639704, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1190, + "p95": 15599, + "max": 512200 + } + }, + { + "language": "NetLinx", + "repo_count": 473, + "file_count": 6014, + "total_size_bytes": 59257522, + "estimated_tokens": 25588047, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3941, + "p95": 33051, + "max": 2367143 + } + }, + { + "language": "Monkey", + "repo_count": 966, + "file_count": 11769, + "total_size_bytes": 58268851, + "estimated_tokens": 25161128, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2057, + "p95": 19174, + "max": 545401 + } + }, + { + "language": "MUF", + "repo_count": 6964, + "file_count": 21210, + "total_size_bytes": 57493895, + "estimated_tokens": 24826493, + "file_size_distribution": { + "min": 0, + "p5": 22, + "p50": 53, + "p95": 5794, + "max": 2957375 + } + }, + { + "language": "ABAP CDS", + "repo_count": 3131, + "file_count": 37188, + "total_size_bytes": 57337996, + "estimated_tokens": 24759174, + "file_size_distribution": { + "min": 0, + "p5": 312, + "p50": 899, + "p95": 4308, + "max": 102785 + } + }, + { + "language": "GAML", + "repo_count": 894, + "file_count": 6345, + "total_size_bytes": 55015752, + "estimated_tokens": 23756404, + "file_size_distribution": { + "min": 0, + "p5": 302, + "p50": 4318, + "p95": 29884, + "max": 406541 + } + }, + { + "language": "XCompose", + "repo_count": 994, + "file_count": 1098, + "total_size_bytes": 53903095, + "estimated_tokens": 23275947, + "file_size_distribution": { + "min": 0, + "p5": 43, + "p50": 2221, + "p95": 456461, + "max": 3028309 + } + }, + { + "language": "LOLCODE", + "repo_count": 4123, + "file_count": 9555, + "total_size_bytes": 53859489, + "estimated_tokens": 23257117, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 229, + "p95": 8804, + "max": 3641327 + } + }, + { + "language": "Slice", + "repo_count": 2231, + "file_count": 30139, + "total_size_bytes": 53761217, + "estimated_tokens": 23214682, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 4417, + "max": 3969198 + } + }, + { + "language": "Elvish", + "repo_count": 929, + "file_count": 4021, + "total_size_bytes": 52932947, + "estimated_tokens": 22857026, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 471, + "p95": 20410, + "max": 4655421 + } + }, + { + "language": "GCC Machine Description", + "repo_count": 330, + "file_count": 1772, + "total_size_bytes": 52905246, + "estimated_tokens": 22845064, + "file_size_distribution": { + "min": 0, + "p5": 436, + "p50": 7139, + "p95": 115205, + "max": 1011751 + } + }, + { + "language": "Yul", + "repo_count": 728, + "file_count": 6739, + "total_size_bytes": 52523437, + "estimated_tokens": 22680195, + "file_size_distribution": { + "min": 0, + "p5": 77, + "p50": 469, + "p95": 30391, + "max": 437959 + } + }, + { + "language": "Xonsh", + "repo_count": 32362, + "file_count": 39015, + "total_size_bytes": 52340021, + "estimated_tokens": 22600994, + "file_size_distribution": { + "min": 0, + "p5": 542, + "p50": 1172, + "p95": 1360, + "max": 633062 + } + }, + { + "language": "dircolors", + "repo_count": 8628, + "file_count": 9654, + "total_size_bytes": 51993304, + "estimated_tokens": 22451278, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 4351, + "p95": 19765, + "max": 107694 + } + }, + { + "language": "Redcode", + "repo_count": 1019, + "file_count": 3299, + "total_size_bytes": 51723828, + "estimated_tokens": 22334915, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1095, + "p95": 16799, + "max": 5242880 + } + }, + { + "language": "Click", + "repo_count": 850, + "file_count": 11845, + "total_size_bytes": 50956268, + "estimated_tokens": 22003474, + "file_size_distribution": { + "min": 0, + "p5": 80, + "p50": 1335, + "p95": 7374, + "max": 5014911 + } + }, + { + "language": "Zimpl", + "repo_count": 1044, + "file_count": 6427, + "total_size_bytes": 50554416, + "estimated_tokens": 21829950, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 804, + "p95": 16080, + "max": 3224293 + } + }, + { + "language": "D2", + "repo_count": 1440, + "file_count": 10574, + "total_size_bytes": 50387702, + "estimated_tokens": 21757961, + "file_size_distribution": { + "min": 0, + "p5": 57, + "p50": 1430, + "p95": 9423, + "max": 3174396 + } + }, + { + "language": "EBNF", + "repo_count": 3780, + "file_count": 8075, + "total_size_bytes": 47914838, + "estimated_tokens": 20690152, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 1400, + "p95": 34314, + "max": 219216 + } + }, + { + "language": "TXL", + "repo_count": 483, + "file_count": 7641, + "total_size_bytes": 45878624, + "estimated_tokens": 19810892, + "file_size_distribution": { + "min": 0, + "p5": 79, + "p50": 797, + "p95": 19195, + "max": 1131720 + } + }, + { + "language": "Cue Sheet", + "repo_count": 1679, + "file_count": 45820, + "total_size_bytes": 45692150, + "estimated_tokens": 19730371, + "file_size_distribution": { + "min": 0, + "p5": 82, + "p50": 154, + "p95": 3680, + "max": 1108864 + } + }, + { + "language": "Fennel", + "repo_count": 1399, + "file_count": 17530, + "total_size_bytes": 44531054, + "estimated_tokens": 19228997, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 692, + "p95": 9554, + "max": 1702373 + } + }, + { + "language": "Git Revision List", + "repo_count": 37451, + "file_count": 38736, + "total_size_bytes": 42706011, + "estimated_tokens": 18440923, + "file_size_distribution": { + "min": 0, + "p5": 41, + "p50": 568, + "p95": 2634, + "max": 317935 + } + }, + { + "language": "Praat", + "repo_count": 3227, + "file_count": 10121, + "total_size_bytes": 42603487, + "estimated_tokens": 18396652, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2307, + "p95": 18106, + "max": 392587 + } + }, + { + "language": "Oberon", + "repo_count": 106, + "file_count": 54459, + "total_size_bytes": 42086651, + "estimated_tokens": 18173477, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 0, + "max": 1551189 + } + }, + { + "language": "Antlers", + "repo_count": 1352, + "file_count": 23406, + "total_size_bytes": 41379076, + "estimated_tokens": 17867938, + "file_size_distribution": { + "min": 0, + "p5": 13, + "p50": 692, + "p95": 5524, + "max": 1312773 + } + }, + { + "language": "Hy", + "repo_count": 6975, + "file_count": 17139, + "total_size_bytes": 40727136, + "estimated_tokens": 17586423, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 911, + "p95": 5151, + "max": 2927415 + } + }, + { + "language": "Wollok", + "repo_count": 7276, + "file_count": 27470, + "total_size_bytes": 40210389, + "estimated_tokens": 17363286, + "file_size_distribution": { + "min": 0, + "p5": 82, + "p50": 864, + "p95": 4725, + "max": 255238 + } + }, + { + "language": "HOCON", + "repo_count": 29681, + "file_count": 44226, + "total_size_bytes": 39790613, + "estimated_tokens": 17182022, + "file_size_distribution": { + "min": 0, + "p5": 18, + "p50": 284, + "p95": 2254, + "max": 1138328 + } + }, + { + "language": "Bison", + "repo_count": 469, + "file_count": 1229, + "total_size_bytes": 38762027, + "estimated_tokens": 16737867, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3558, + "p95": 126852, + "max": 697692 + } + }, + { + "language": "KakouneScript", + "repo_count": 1463, + "file_count": 9994, + "total_size_bytes": 37411082, + "estimated_tokens": 16154515, + "file_size_distribution": { + "min": 0, + "p5": 163, + "p50": 2644, + "p95": 9602, + "max": 106744 + } + }, + { + "language": "Nemerle", + "repo_count": 426, + "file_count": 10989, + "total_size_bytes": 36147035, + "estimated_tokens": 15608685, + "file_size_distribution": { + "min": 0, + "p5": 245, + "p50": 1272, + "p95": 12485, + "max": 175978 + } + }, + { + "language": "CameLIGO", + "repo_count": 418, + "file_count": 15974, + "total_size_bytes": 35368068, + "estimated_tokens": 15272319, + "file_size_distribution": { + "min": 0, + "p5": 40, + "p50": 353, + "p95": 7284, + "max": 1195237 + } + }, + { + "language": "Janet", + "repo_count": 1345, + "file_count": 10330, + "total_size_bytes": 33908949, + "estimated_tokens": 14642255, + "file_size_distribution": { + "min": 0, + "p5": 71, + "p50": 1024, + "p95": 14385, + "max": 158358 + } + }, + { + "language": "Readline Config", + "repo_count": 28965, + "file_count": 30969, + "total_size_bytes": 33667449, + "estimated_tokens": 14537973, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 695, + "p95": 2576, + "max": 2166302 + } + }, + { + "language": "mdsvex", + "repo_count": 1288, + "file_count": 10355, + "total_size_bytes": 33443840, + "estimated_tokens": 14441416, + "file_size_distribution": { + "min": 0, + "p5": 53, + "p50": 1611, + "p95": 11319, + "max": 533607 + } + }, + { + "language": "Ceylon", + "repo_count": 907, + "file_count": 15542, + "total_size_bytes": 32245393, + "estimated_tokens": 13923914, + "file_size_distribution": { + "min": 0, + "p5": 34, + "p50": 775, + "p95": 7758, + "max": 238860 + } + }, + { + "language": "Slint", + "repo_count": 1488, + "file_count": 11098, + "total_size_bytes": 31986928, + "estimated_tokens": 13812306, + "file_size_distribution": { + "min": 0, + "p5": 98, + "p50": 1388, + "p95": 9436, + "max": 313015 + } + }, + { + "language": "Glimmer JS", + "repo_count": 668, + "file_count": 8170, + "total_size_bytes": 31806030, + "estimated_tokens": 13734192, + "file_size_distribution": { + "min": 0, + "p5": 220, + "p50": 1532, + "p95": 11925, + "max": 1221677 + } + }, + { + "language": "MTML", + "repo_count": 352, + "file_count": 12319, + "total_size_bytes": 31751735, + "estimated_tokens": 13710747, + "file_size_distribution": { + "min": 0, + "p5": 122, + "p50": 1016, + "p95": 7331, + "max": 142697 + } + }, + { + "language": "Survex data", + "repo_count": 35, + "file_count": 5378, + "total_size_bytes": 29998302, + "estimated_tokens": 12953595, + "file_size_distribution": { + "min": 0, + "p5": 232, + "p50": 1095, + "p95": 6375, + "max": 2806803 + } + }, + { + "language": "Imba", + "repo_count": 649, + "file_count": 7639, + "total_size_bytes": 29268116, + "estimated_tokens": 12638293, + "file_size_distribution": { + "min": 0, + "p5": 63, + "p50": 700, + "p95": 9412, + "max": 4269458 + } + }, + { + "language": "Caddyfile", + "repo_count": 36786, + "file_count": 42700, + "total_size_bytes": 29066092, + "estimated_tokens": 12551057, + "file_size_distribution": { + "min": 0, + "p5": 44, + "p50": 355, + "p95": 1973, + "max": 2000035 + } + }, + { + "language": "Terraform Template", + "repo_count": 3829, + "file_count": 9229, + "total_size_bytes": 27562650, + "estimated_tokens": 11901854, + "file_size_distribution": { + "min": 0, + "p5": 72, + "p50": 605, + "p95": 6531, + "max": 4307629 + } + }, + { + "language": "TL-Verilog", + "repo_count": 3614, + "file_count": 15763, + "total_size_bytes": 27356717, + "estimated_tokens": 11812930, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 7404, + "max": 1274309 + } + }, + { + "language": "Curry", + "repo_count": 428, + "file_count": 8924, + "total_size_bytes": 26505326, + "estimated_tokens": 11445290, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 607, + "p95": 13392, + "max": 210621 + } + }, + { + "language": "Java Template Engine", + "repo_count": 1298, + "file_count": 17076, + "total_size_bytes": 26312879, + "estimated_tokens": 11362189, + "file_size_distribution": { + "min": 0, + "p5": 102, + "p50": 671, + "p95": 3988, + "max": 984258 + } + }, + { + "language": "PogoScript", + "repo_count": 679, + "file_count": 8230, + "total_size_bytes": 26183849, + "estimated_tokens": 11306472, + "file_size_distribution": { + "min": 0, + "p5": 127, + "p50": 938, + "p95": 11171, + "max": 105607 + } + }, + { + "language": "HXML", + "repo_count": 9753, + "file_count": 64046, + "total_size_bytes": 24720128, + "estimated_tokens": 10674422, + "file_size_distribution": { + "min": 0, + "p5": 15, + "p50": 152, + "p95": 1239, + "max": 782510 + } + }, + { + "language": "Avro IDL", + "repo_count": 2389, + "file_count": 11787, + "total_size_bytes": 23561282, + "estimated_tokens": 10174019, + "file_size_distribution": { + "min": 0, + "p5": 123, + "p50": 1014, + "p95": 5986, + "max": 451250 + } + }, + { + "language": "Smithy", + "repo_count": 686, + "file_count": 11821, + "total_size_bytes": 22895094, + "estimated_tokens": 9886352, + "file_size_distribution": { + "min": 0, + "p5": 89, + "p50": 494, + "p95": 8658, + "max": 596585 + } + }, + { + "language": "Futhark", + "repo_count": 514, + "file_count": 10205, + "total_size_bytes": 20595402, + "estimated_tokens": 8893320, + "file_size_distribution": { + "min": 0, + "p5": 75, + "p50": 386, + "p95": 7173, + "max": 3654441 + } + }, + { + "language": "KRL", + "repo_count": 1759, + "file_count": 5405, + "total_size_bytes": 19896791, + "estimated_tokens": 8591652, + "file_size_distribution": { + "min": 0, + "p5": 277, + "p50": 1988, + "p95": 8165, + "max": 1240194 + } + }, + { + "language": "ooc", + "repo_count": 641, + "file_count": 5482, + "total_size_bytes": 19782171, + "estimated_tokens": 8542158, + "file_size_distribution": { + "min": 0, + "p5": 44, + "p50": 968, + "p95": 12997, + "max": 1369790 + } + }, + { + "language": "Opa", + "repo_count": 1027, + "file_count": 3672, + "total_size_bytes": 19769423, + "estimated_tokens": 8536653, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 123, + "p95": 11599, + "max": 1377267 + } + }, + { + "language": "Isabelle ROOT", + "repo_count": 996, + "file_count": 13069, + "total_size_bytes": 18736111, + "estimated_tokens": 8090458, + "file_size_distribution": { + "min": 0, + "p5": 51, + "p50": 246, + "p95": 1074, + "max": 7348630 + } + }, + { + "language": "Mint", + "repo_count": 744, + "file_count": 7242, + "total_size_bytes": 17961713, + "estimated_tokens": 7756064, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 931, + "p95": 9013, + "max": 2704256 + } + }, + { + "language": "Charity", + "repo_count": 300, + "file_count": 1123, + "total_size_bytes": 17106489, + "estimated_tokens": 7386769, + "file_size_distribution": { + "min": 0, + "p5": 49, + "p50": 849, + "p95": 42773, + "max": 2825000 + } + }, + { + "language": "Talon", + "repo_count": 408, + "file_count": 14740, + "total_size_bytes": 15752651, + "estimated_tokens": 6802167, + "file_size_distribution": { + "min": 0, + "p5": 47, + "p50": 445, + "p95": 3397, + "max": 52960 + } + }, + { + "language": "XPages", + "repo_count": 371, + "file_count": 11267, + "total_size_bytes": 15039705, + "estimated_tokens": 6494309, + "file_size_distribution": { + "min": 0, + "p5": 315, + "p50": 991, + "p95": 2443, + "max": 96614 + } + }, + { + "language": "Unified Parallel C", + "repo_count": 282, + "file_count": 2841, + "total_size_bytes": 14564650, + "estimated_tokens": 6289175, + "file_size_distribution": { + "min": 0, + "p5": 43, + "p50": 758, + "p95": 12882, + "max": 883707 + } + }, + { + "language": "Tor Config", + "repo_count": 3035, + "file_count": 10926, + "total_size_bytes": 14540132, + "estimated_tokens": 6278588, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 118, + "p95": 9003, + "max": 1169475 + } + }, + { + "language": "Clue", + "repo_count": 53, + "file_count": 16665, + "total_size_bytes": 14250164, + "estimated_tokens": 6153376, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 8, + "p95": 291, + "max": 5099999 + } + }, + { + "language": "Fancy", + "repo_count": 680, + "file_count": 1931, + "total_size_bytes": 13591426, + "estimated_tokens": 5868926, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1259, + "p95": 17400, + "max": 3504838 + } + }, + { + "language": "Filterscript", + "repo_count": 863, + "file_count": 6870, + "total_size_bytes": 12544970, + "estimated_tokens": 5417055, + "file_size_distribution": { + "min": 0, + "p5": 104, + "p50": 712, + "p95": 3901, + "max": 1158742 + } + }, + { + "language": "Jison Lex", + "repo_count": 1277, + "file_count": 3780, + "total_size_bytes": 12186436, + "estimated_tokens": 5262236, + "file_size_distribution": { + "min": 0, + "p5": 767, + "p50": 956, + "p95": 15763, + "max": 56848 + } + }, + { + "language": "Ox", + "repo_count": 545, + "file_count": 3867, + "total_size_bytes": 12146173, + "estimated_tokens": 5244850, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 10483, + "max": 1445310 + } + }, + { + "language": "Riot", + "repo_count": 843, + "file_count": 4819, + "total_size_bytes": 12083623, + "estimated_tokens": 5217840, + "file_size_distribution": { + "min": 0, + "p5": 61, + "p50": 927, + "p95": 10127, + "max": 144892 + } + }, + { + "language": "STON", + "repo_count": 1409, + "file_count": 5055, + "total_size_bytes": 11933178, + "estimated_tokens": 5152877, + "file_size_distribution": { + "min": 0, + "p5": 78, + "p50": 344, + "p95": 2266, + "max": 5122761 + } + }, + { + "language": "Dune", + "repo_count": 23998, + "file_count": 124385, + "total_size_bytes": 11707714, + "estimated_tokens": 5055519, + "file_size_distribution": { + "min": 0, + "p5": 15, + "p50": 16, + "p95": 499, + "max": 62170 + } + }, + { + "language": "Pod 6", + "repo_count": 197, + "file_count": 2861, + "total_size_bytes": 11209821, + "estimated_tokens": 4840523, + "file_size_distribution": { + "min": 0, + "p5": 153, + "p50": 1414, + "p95": 17800, + "max": 186762 + } + }, + { + "language": "Creole", + "repo_count": 2506, + "file_count": 9186, + "total_size_bytes": 11159204, + "estimated_tokens": 4818666, + "file_size_distribution": { + "min": 0, + "p5": 6, + "p50": 39, + "p95": 5281, + "max": 295183 + } + }, + { + "language": "Grace", + "repo_count": 154, + "file_count": 3385, + "total_size_bytes": 11140490, + "estimated_tokens": 4810585, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 283, + "p95": 15508, + "max": 158396 + } + }, + { + "language": "Scenic", + "repo_count": 110, + "file_count": 5968, + "total_size_bytes": 10919702, + "estimated_tokens": 4715246, + "file_size_distribution": { + "min": 0, + "p5": 173, + "p50": 1477, + "p95": 4427, + "max": 56347 + } + }, + { + "language": "LFE", + "repo_count": 1100, + "file_count": 6835, + "total_size_bytes": 10888564, + "estimated_tokens": 4701801, + "file_size_distribution": { + "min": 0, + "p5": 49, + "p50": 401, + "p95": 6398, + "max": 147455 + } + }, + { + "language": "Ioke", + "repo_count": 742, + "file_count": 3138, + "total_size_bytes": 10868111, + "estimated_tokens": 4692969, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 38, + "p95": 6607, + "max": 3838269 + } + }, + { + "language": "crontab", + "repo_count": 21938, + "file_count": 28029, + "total_size_bytes": 10664864, + "estimated_tokens": 4605205, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 116, + "p95": 1168, + "max": 87935 + } + }, + { + "language": "Shen", + "repo_count": 409, + "file_count": 2209, + "total_size_bytes": 10067611, + "estimated_tokens": 4347304, + "file_size_distribution": { + "min": 0, + "p5": 19, + "p50": 1301, + "p95": 12834, + "max": 185900 + } + }, + { + "language": "Nit", + "repo_count": 1117, + "file_count": 19206, + "total_size_bytes": 9939703, + "estimated_tokens": 4292072, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 1844, + "max": 182372 + } + }, + { + "language": "Singularity", + "repo_count": 2903, + "file_count": 7409, + "total_size_bytes": 9430009, + "estimated_tokens": 4071981, + "file_size_distribution": { + "min": 0, + "p5": 57, + "p50": 689, + "p95": 4081, + "max": 54992 + } + }, + { + "language": "LigoLANG", + "repo_count": 249, + "file_count": 5322, + "total_size_bytes": 9045646, + "estimated_tokens": 3906009, + "file_size_distribution": { + "min": 0, + "p5": 41, + "p50": 496, + "p95": 6244, + "max": 127145 + } + }, + { + "language": "LoomScript", + "repo_count": 89, + "file_count": 1665, + "total_size_bytes": 8692240, + "estimated_tokens": 3753404, + "file_size_distribution": { + "min": 61, + "p5": 463, + "p50": 2682, + "p95": 17645, + "max": 135024 + } + }, + { + "language": "Polar", + "repo_count": 312, + "file_count": 8491, + "total_size_bytes": 7923083, + "estimated_tokens": 3421274, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 1218, + "max": 1415042 + } + }, + { + "language": "Cylc", + "repo_count": 158, + "file_count": 1099, + "total_size_bytes": 7257833, + "estimated_tokens": 3134011, + "file_size_distribution": { + "min": 0, + "p5": 67, + "p50": 1646, + "p95": 24240, + "max": 288220 + } + }, + { + "language": "HTML+ECR", + "repo_count": 1140, + "file_count": 6378, + "total_size_bytes": 7202636, + "estimated_tokens": 3110177, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 335, + "p95": 3997, + "max": 110365 + } + }, + { + "language": "Quake", + "repo_count": 65, + "file_count": 16155, + "total_size_bytes": 7148592, + "estimated_tokens": 3086840, + "file_size_distribution": { + "min": 0, + "p5": 31, + "p50": 212, + "p95": 1262, + "max": 44285 + } + }, + { + "language": "BQN", + "repo_count": 389, + "file_count": 8562, + "total_size_bytes": 6716682, + "estimated_tokens": 2900336, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 269, + "p95": 2209, + "max": 324492 + } + }, + { + "language": "Darcs Patch", + "repo_count": 183, + "file_count": 962, + "total_size_bytes": 6550879, + "estimated_tokens": 2828741, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 608, + "p95": 38740, + "max": 671197 + } + }, + { + "language": "Vento", + "repo_count": 382, + "file_count": 3381, + "total_size_bytes": 5970397, + "estimated_tokens": 2578082, + "file_size_distribution": { + "min": 0, + "p5": 24, + "p50": 625, + "p95": 5702, + "max": 131862 + } + }, + { + "language": "Earthly", + "repo_count": 1400, + "file_count": 3066, + "total_size_bytes": 5871066, + "estimated_tokens": 2535190, + "file_size_distribution": { + "min": 0, + "p5": 132, + "p50": 837, + "p95": 7110, + "max": 85370 + } + }, + { + "language": "Sieve", + "repo_count": 742, + "file_count": 3023, + "total_size_bytes": 5787485, + "estimated_tokens": 2499099, + "file_size_distribution": { + "min": 0, + "p5": 44, + "p50": 231, + "p95": 4723, + "max": 2458773 + } + }, + { + "language": "Ecere Projects", + "repo_count": 260, + "file_count": 680, + "total_size_bytes": 5005621, + "estimated_tokens": 2161481, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1551, + "p95": 12801, + "max": 685879 + } + }, + { + "language": "Whiley", + "repo_count": 129, + "file_count": 9371, + "total_size_bytes": 4892425, + "estimated_tokens": 2112602, + "file_size_distribution": { + "min": 0, + "p5": 71, + "p50": 273, + "p95": 1731, + "max": 44382 + } + }, + { + "language": "Mirah", + "repo_count": 219, + "file_count": 1569, + "total_size_bytes": 4676681, + "estimated_tokens": 2019442, + "file_size_distribution": { + "min": 0, + "p5": 20, + "p50": 1230, + "p95": 10105, + "max": 146964 + } + }, + { + "language": "Dogescript", + "repo_count": 466, + "file_count": 1419, + "total_size_bytes": 3994069, + "estimated_tokens": 1724682, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 85, + "p95": 5581, + "max": 564684 + } + }, + { + "language": "Parrot", + "repo_count": 130, + "file_count": 237, + "total_size_bytes": 3986548, + "estimated_tokens": 1721435, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 633, + "p95": 46492, + "max": 2679288 + } + }, + { + "language": "Golo", + "repo_count": 480, + "file_count": 2988, + "total_size_bytes": 3919088, + "estimated_tokens": 1692305, + "file_size_distribution": { + "min": 0, + "p5": 72, + "p50": 1044, + "p95": 3342, + "max": 42671 + } + }, + { + "language": "wisp", + "repo_count": 167, + "file_count": 704, + "total_size_bytes": 3489416, + "estimated_tokens": 1506768, + "file_size_distribution": { + "min": 0, + "p5": 56, + "p50": 1774, + "p95": 22480, + "max": 42700 + } + }, + { + "language": "OverpassQL", + "repo_count": 228, + "file_count": 3327, + "total_size_bytes": 3416051, + "estimated_tokens": 1475088, + "file_size_distribution": { + "min": 0, + "p5": 127, + "p50": 170, + "p95": 736, + "max": 1444021 + } + }, + { + "language": "Parrot Assembly", + "repo_count": 315, + "file_count": 3662, + "total_size_bytes": 3257093, + "estimated_tokens": 1406448, + "file_size_distribution": { + "min": 0, + "p5": 16, + "p50": 292, + "p95": 3131, + "max": 48765 + } + }, + { + "language": "Go Workspace", + "repo_count": 18603, + "file_count": 22259, + "total_size_bytes": 3068512, + "estimated_tokens": 1325017, + "file_size_distribution": { + "min": 0, + "p5": 15, + "p50": 53, + "p95": 483, + "max": 29137 + } + }, + { + "language": "Zmodel", + "repo_count": 496, + "file_count": 1316, + "total_size_bytes": 2835014, + "estimated_tokens": 1224190, + "file_size_distribution": { + "min": 0, + "p5": 198, + "p50": 758, + "p95": 7299, + "max": 95777 + } + }, + { + "language": "Genie", + "repo_count": 328, + "file_count": 1516, + "total_size_bytes": 2311598, + "estimated_tokens": 998173, + "file_size_distribution": { + "min": 0, + "p5": 21, + "p50": 279, + "p95": 7926, + "max": 49725 + } + }, + { + "language": "Scaml", + "repo_count": 633, + "file_count": 2087, + "total_size_bytes": 2157385, + "estimated_tokens": 931582, + "file_size_distribution": { + "min": 0, + "p5": 30, + "p50": 191, + "p95": 5197, + "max": 9739 + } + }, + { + "language": "Opal", + "repo_count": 137, + "file_count": 1986, + "total_size_bytes": 2033799, + "estimated_tokens": 878216, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 4504, + "max": 106912 + } + }, + { + "language": "ShellCheck Config", + "repo_count": 6816, + "file_count": 7262, + "total_size_bytes": 1976070, + "estimated_tokens": 853288, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 119, + "p95": 1099, + "max": 28553 + } + }, + { + "language": "Wget Config", + "repo_count": 1506, + "file_count": 1534, + "total_size_bytes": 1709833, + "estimated_tokens": 738324, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 1323, + "p95": 2084, + "max": 19485 + } + }, + { + "language": "ShellSession", + "repo_count": 260, + "file_count": 440, + "total_size_bytes": 1656018, + "estimated_tokens": 715086, + "file_size_distribution": { + "min": 0, + "p5": 28, + "p50": 320, + "p95": 1750, + "max": 1440019 + } + }, + { + "language": "Myghty", + "repo_count": 431, + "file_count": 731, + "total_size_bytes": 1487296, + "estimated_tokens": 642230, + "file_size_distribution": { + "min": 0, + "p5": 12, + "p50": 505, + "p95": 3939, + "max": 168655 + } + }, + { + "language": "ReasonLIGO", + "repo_count": 51, + "file_count": 1466, + "total_size_bytes": 1301801, + "estimated_tokens": 562131, + "file_size_distribution": { + "min": 0, + "p5": 39, + "p50": 339, + "p95": 2279, + "max": 36734 + } + }, + { + "language": "NumPy", + "repo_count": 186, + "file_count": 417, + "total_size_bytes": 1163714, + "estimated_tokens": 502504, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 34, + "p95": 5052, + "max": 226455 + } + }, + { + "language": "TI Program", + "repo_count": 1255, + "file_count": 12108, + "total_size_bytes": 1046796, + "estimated_tokens": 452017, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 0, + "p95": 0, + "max": 39242 + } + }, + { + "language": "Oxygene", + "repo_count": 157, + "file_count": 252, + "total_size_bytes": 880092, + "estimated_tokens": 380033, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2378, + "p95": 8403, + "max": 41678 + } + }, + { + "language": "Python traceback", + "repo_count": 200, + "file_count": 827, + "total_size_bytes": 526486, + "estimated_tokens": 227342, + "file_size_distribution": { + "min": 0, + "p5": 145, + "p50": 549, + "p95": 969, + "max": 12803 + } + }, + { + "language": "cURL Config", + "repo_count": 1726, + "file_count": 1755, + "total_size_bytes": 425938, + "estimated_tokens": 183924, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 55, + "p95": 561, + "max": 124264 + } + }, + { + "language": "NetLinx+ERB", + "repo_count": 50, + "file_count": 95, + "total_size_bytes": 239750, + "estimated_tokens": 103526, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 2954, + "p95": 2954, + "max": 3156 + } + }, + { + "language": "Omgrofl", + "repo_count": 177, + "file_count": 196, + "total_size_bytes": 59061, + "estimated_tokens": 25503, + "file_size_distribution": { + "min": 0, + "p5": 64, + "p50": 239, + "p95": 408, + "max": 2224 + } + }, + { + "language": "C-ObjDump", + "repo_count": 12, + "file_count": 18, + "total_size_bytes": 22371, + "estimated_tokens": 9660, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 360, + "p95": 7817, + "max": 7817 + } + }, + { + "language": "Cpp-ObjDump", + "repo_count": 7, + "file_count": 15, + "total_size_bytes": 336, + "estimated_tokens": 145, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3, + "p95": 54, + "max": 54 + } + }, + { + "language": "MiniD", + "repo_count": 9, + "file_count": 9, + "total_size_bytes": 284, + "estimated_tokens": 122, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 38, + "p95": 63, + "max": 63 + } + }, + { + "language": "D-ObjDump", + "repo_count": 7, + "file_count": 7, + "total_size_bytes": 113, + "estimated_tokens": 48, + "file_size_distribution": { + "min": 0, + "p5": 0, + "p50": 3, + "p95": 54, + "max": 54 + } + } +] \ No newline at end of file diff --git a/stats/full/stats_by_language_license.json b/stats/full/stats_by_language_license.json new file mode 100644 index 0000000000000000000000000000000000000000..983ab417b086229fbaf59f7968a4d7cb14373630 --- /dev/null +++ b/stats/full/stats_by_language_license.json @@ -0,0 +1,10754 @@ +[ + { + "language": "1C Enterprise", + "license_type": "no_license", + "file_count": 1382947, + "total_size_bytes": 42635335843, + "estimated_tokens": 11177032869 + }, + { + "language": "1C Enterprise", + "license_type": "permissive", + "file_count": 13794, + "total_size_bytes": 330369274, + "estimated_tokens": 86607696 + }, + { + "language": "2-Dimensional Array", + "license_type": "no_license", + "file_count": 36955, + "total_size_bytes": 1104859854, + "estimated_tokens": 477090591 + }, + { + "language": "2-Dimensional Array", + "license_type": "permissive", + "file_count": 190, + "total_size_bytes": 192414, + "estimated_tokens": 83086 + }, + { + "language": "4D", + "license_type": "no_license", + "file_count": 82564, + "total_size_bytes": 162498517, + "estimated_tokens": 70168640 + }, + { + "language": "4D", + "license_type": "permissive", + "file_count": 395, + "total_size_bytes": 292699, + "estimated_tokens": 126390 + }, + { + "language": "ABAP", + "license_type": "no_license", + "file_count": 319409, + "total_size_bytes": 1468175552, + "estimated_tokens": 633974290 + }, + { + "language": "ABAP", + "license_type": "permissive", + "file_count": 13733, + "total_size_bytes": 170767369, + "estimated_tokens": 73739221 + }, + { + "language": "ABAP CDS", + "license_type": "no_license", + "file_count": 34686, + "total_size_bytes": 52103826, + "estimated_tokens": 22499002 + }, + { + "language": "ABAP CDS", + "license_type": "permissive", + "file_count": 2502, + "total_size_bytes": 5234170, + "estimated_tokens": 2260171 + }, + { + "language": "ABNF", + "license_type": "no_license", + "file_count": 12567, + "total_size_bytes": 64117886, + "estimated_tokens": 27686805 + }, + { + "language": "ABNF", + "license_type": "permissive", + "file_count": 1081, + "total_size_bytes": 4756806, + "estimated_tokens": 2054040 + }, + { + "language": "AGS Script", + "license_type": "no_license", + "file_count": 363626, + "total_size_bytes": 75006554589, + "estimated_tokens": 69041483685 + }, + { + "language": "AGS Script", + "license_type": "permissive", + "file_count": 6099, + "total_size_bytes": 1558228028, + "estimated_tokens": 1434306315 + }, + { + "language": "AIDL", + "license_type": "no_license", + "file_count": 5261438, + "total_size_bytes": 9073505128, + "estimated_tokens": 2048293820 + }, + { + "language": "AIDL", + "license_type": "permissive", + "file_count": 55636, + "total_size_bytes": 53524655, + "estimated_tokens": 12082896 + }, + { + "language": "AL", + "license_type": "no_license", + "file_count": 513551, + "total_size_bytes": 4223620418, + "estimated_tokens": 898249545 + }, + { + "language": "AL", + "license_type": "permissive", + "file_count": 1081, + "total_size_bytes": 8298786, + "estimated_tokens": 1764926 + }, + { + "language": "AMPL", + "license_type": "no_license", + "file_count": 504415, + "total_size_bytes": 3690746555, + "estimated_tokens": 2328499132 + }, + { + "language": "AMPL", + "license_type": "permissive", + "file_count": 9515, + "total_size_bytes": 36089053, + "estimated_tokens": 22768653 + }, + { + "language": "ANTLR", + "license_type": "no_license", + "file_count": 150727, + "total_size_bytes": 1346611695, + "estimated_tokens": 581481685 + }, + { + "language": "ANTLR", + "license_type": "permissive", + "file_count": 14116, + "total_size_bytes": 152434655, + "estimated_tokens": 65822954 + }, + { + "language": "API Blueprint", + "license_type": "no_license", + "file_count": 14731, + "total_size_bytes": 307741719, + "estimated_tokens": 132886246 + }, + { + "language": "API Blueprint", + "license_type": "permissive", + "file_count": 1543, + "total_size_bytes": 14127107, + "estimated_tokens": 6100239 + }, + { + "language": "APL", + "license_type": "no_license", + "file_count": 21474, + "total_size_bytes": 203022818, + "estimated_tokens": 87667477 + }, + { + "language": "APL", + "license_type": "permissive", + "file_count": 338, + "total_size_bytes": 334501, + "estimated_tokens": 144441 + }, + { + "language": "ASL", + "license_type": "no_license", + "file_count": 400162, + "total_size_bytes": 6312226592, + "estimated_tokens": 2284943854 + }, + { + "language": "ASL", + "license_type": "permissive", + "file_count": 34991, + "total_size_bytes": 359103382, + "estimated_tokens": 129990749 + }, + { + "language": "ASN.1", + "license_type": "no_license", + "file_count": 167584, + "total_size_bytes": 4434435650, + "estimated_tokens": 1401952387 + }, + { + "language": "ASN.1", + "license_type": "permissive", + "file_count": 37271, + "total_size_bytes": 328350408, + "estimated_tokens": 103808392 + }, + { + "language": "ASP.NET", + "license_type": "no_license", + "file_count": 6279984, + "total_size_bytes": 60322122255, + "estimated_tokens": 14086716873 + }, + { + "language": "ASP.NET", + "license_type": "permissive", + "file_count": 370715, + "total_size_bytes": 1449113553, + "estimated_tokens": 338404080 + }, + { + "language": "ATS", + "license_type": "no_license", + "file_count": 16329, + "total_size_bytes": 74447725, + "estimated_tokens": 32147343 + }, + { + "language": "ATS", + "license_type": "permissive", + "file_count": 115, + "total_size_bytes": 173649, + "estimated_tokens": 74983 + }, + { + "language": "ActionScript", + "license_type": "no_license", + "file_count": 7144894, + "total_size_bytes": 39665730385, + "estimated_tokens": 11098591790 + }, + { + "language": "ActionScript", + "license_type": "permissive", + "file_count": 224682, + "total_size_bytes": 1164651096, + "estimated_tokens": 325872912 + }, + { + "language": "Ada", + "license_type": "no_license", + "file_count": 1012751, + "total_size_bytes": 38296739314, + "estimated_tokens": 12550652647 + }, + { + "language": "Ada", + "license_type": "permissive", + "file_count": 47123, + "total_size_bytes": 1092878655, + "estimated_tokens": 358159483 + }, + { + "language": "Adobe Font Metrics", + "license_type": "no_license", + "file_count": 4022927, + "total_size_bytes": 112056982416, + "estimated_tokens": 63224359564 + }, + { + "language": "Adobe Font Metrics", + "license_type": "permissive", + "file_count": 52611, + "total_size_bytes": 1781699564, + "estimated_tokens": 1005263674 + }, + { + "language": "Agda", + "license_type": "no_license", + "file_count": 183643, + "total_size_bytes": 674220826, + "estimated_tokens": 291135940 + }, + { + "language": "Agda", + "license_type": "permissive", + "file_count": 3732, + "total_size_bytes": 17937137, + "estimated_tokens": 7745452 + }, + { + "language": "Aiken", + "license_type": "no_license", + "file_count": 11297, + "total_size_bytes": 110229846, + "estimated_tokens": 47598455 + }, + { + "language": "Aiken", + "license_type": "permissive", + "file_count": 1966, + "total_size_bytes": 11850775, + "estimated_tokens": 5117294 + }, + { + "language": "Alloy", + "license_type": "no_license", + "file_count": 438187, + "total_size_bytes": 1501598619, + "estimated_tokens": 648406737 + }, + { + "language": "Alloy", + "license_type": "permissive", + "file_count": 1265, + "total_size_bytes": 34388653, + "estimated_tokens": 14849397 + }, + { + "language": "Alpine Abuild", + "license_type": "no_license", + "file_count": 427322, + "total_size_bytes": 643336897, + "estimated_tokens": 277799921 + }, + { + "language": "Alpine Abuild", + "license_type": "permissive", + "file_count": 8017, + "total_size_bytes": 12422707, + "estimated_tokens": 5364261 + }, + { + "language": "Altium Designer", + "license_type": "no_license", + "file_count": 210959, + "total_size_bytes": 3281606151, + "estimated_tokens": 1556414855 + }, + { + "language": "Altium Designer", + "license_type": "permissive", + "file_count": 7038, + "total_size_bytes": 128443734, + "estimated_tokens": 60918869 + }, + { + "language": "AngelScript", + "license_type": "no_license", + "file_count": 225848, + "total_size_bytes": 1516868253, + "estimated_tokens": 655000332 + }, + { + "language": "AngelScript", + "license_type": "permissive", + "file_count": 4603, + "total_size_bytes": 71556600, + "estimated_tokens": 30898923 + }, + { + "language": "Answer Set Programming", + "license_type": "no_license", + "file_count": 568785, + "total_size_bytes": 17432988986, + "estimated_tokens": 10018181806 + }, + { + "language": "Answer Set Programming", + "license_type": "permissive", + "file_count": 73709, + "total_size_bytes": 607431744, + "estimated_tokens": 349071616 + }, + { + "language": "Ant Build System", + "license_type": "no_license", + "file_count": 3998050, + "total_size_bytes": 15084229480, + "estimated_tokens": 3571938792 + }, + { + "language": "Ant Build System", + "license_type": "permissive", + "file_count": 136688, + "total_size_bytes": 754284360, + "estimated_tokens": 178614199 + }, + { + "language": "Antlers", + "license_type": "no_license", + "file_count": 23384, + "total_size_bytes": 41347442, + "estimated_tokens": 17854278 + }, + { + "language": "Antlers", + "license_type": "permissive", + "file_count": 22, + "total_size_bytes": 31634, + "estimated_tokens": 13659 + }, + { + "language": "ApacheConf", + "license_type": "no_license", + "file_count": 5843111, + "total_size_bytes": 9201062070, + "estimated_tokens": 2674310011 + }, + { + "language": "ApacheConf", + "license_type": "permissive", + "file_count": 82581, + "total_size_bytes": 138815189, + "estimated_tokens": 40346956 + }, + { + "language": "Apex", + "license_type": "no_license", + "file_count": 4795843, + "total_size_bytes": 10009574650, + "estimated_tokens": 2547467686 + }, + { + "language": "Apex", + "license_type": "permissive", + "file_count": 49552, + "total_size_bytes": 195901233, + "estimated_tokens": 49857469 + }, + { + "language": "Apollo Guidance Computer", + "license_type": "no_license", + "file_count": 13344, + "total_size_bytes": 515037843, + "estimated_tokens": 222398984 + }, + { + "language": "Apollo Guidance Computer", + "license_type": "permissive", + "file_count": 212, + "total_size_bytes": 6000425, + "estimated_tokens": 2591049 + }, + { + "language": "AppleScript", + "license_type": "no_license", + "file_count": 484022, + "total_size_bytes": 1082813101, + "estimated_tokens": 467570561 + }, + { + "language": "AppleScript", + "license_type": "permissive", + "file_count": 5222, + "total_size_bytes": 13367396, + "estimated_tokens": 5772188 + }, + { + "language": "Arc", + "license_type": "no_license", + "file_count": 108200, + "total_size_bytes": 752103275, + "estimated_tokens": 324766435 + }, + { + "language": "Arc", + "license_type": "permissive", + "file_count": 4379, + "total_size_bytes": 13479542, + "estimated_tokens": 5820613 + }, + { + "language": "AsciiDoc", + "license_type": "no_license", + "file_count": 4006294, + "total_size_bytes": 27914897596, + "estimated_tokens": 10306365706 + }, + { + "language": "AsciiDoc", + "license_type": "permissive", + "file_count": 767816, + "total_size_bytes": 8408647257, + "estimated_tokens": 3104528448 + }, + { + "language": "AspectJ", + "license_type": "no_license", + "file_count": 177751, + "total_size_bytes": 440918089, + "estimated_tokens": 190393262 + }, + { + "language": "AspectJ", + "license_type": "permissive", + "file_count": 30236, + "total_size_bytes": 143720228, + "estimated_tokens": 62059969 + }, + { + "language": "Assembly", + "license_type": "no_license", + "file_count": 26873564, + "total_size_bytes": 272496775889, + "estimated_tokens": 135278958495 + }, + { + "language": "Assembly", + "license_type": "permissive", + "file_count": 2880692, + "total_size_bytes": 33334188239, + "estimated_tokens": 16548505033 + }, + { + "language": "Astro", + "license_type": "no_license", + "file_count": 2644606, + "total_size_bytes": 6537434168, + "estimated_tokens": 2421913249 + }, + { + "language": "Astro", + "license_type": "permissive", + "file_count": 31973, + "total_size_bytes": 84210862, + "estimated_tokens": 31197469 + }, + { + "language": "Asymptote", + "license_type": "no_license", + "file_count": 40015, + "total_size_bytes": 202250070, + "estimated_tokens": 87333796 + }, + { + "language": "Asymptote", + "license_type": "permissive", + "file_count": 1548, + "total_size_bytes": 2956251, + "estimated_tokens": 1276541 + }, + { + "language": "Augeas", + "license_type": "no_license", + "file_count": 20124, + "total_size_bytes": 76483246, + "estimated_tokens": 33026303 + }, + { + "language": "Augeas", + "license_type": "permissive", + "file_count": 299, + "total_size_bytes": 535404, + "estimated_tokens": 231193 + }, + { + "language": "AutoHotkey", + "license_type": "no_license", + "file_count": 200332, + "total_size_bytes": 1915259027, + "estimated_tokens": 827029834 + }, + { + "language": "AutoHotkey", + "license_type": "permissive", + "file_count": 7127, + "total_size_bytes": 49580107, + "estimated_tokens": 21409233 + }, + { + "language": "AutoIt", + "license_type": "no_license", + "file_count": 288336, + "total_size_bytes": 2908735830, + "estimated_tokens": 1256024003 + }, + { + "language": "AutoIt", + "license_type": "permissive", + "file_count": 12668, + "total_size_bytes": 74122967, + "estimated_tokens": 32007109 + }, + { + "language": "Avro IDL", + "license_type": "no_license", + "file_count": 10376, + "total_size_bytes": 19734628, + "estimated_tokens": 8521628 + }, + { + "language": "Avro IDL", + "license_type": "permissive", + "file_count": 1411, + "total_size_bytes": 3826654, + "estimated_tokens": 1652391 + }, + { + "language": "Awk", + "license_type": "no_license", + "file_count": 411703, + "total_size_bytes": 1231469805, + "estimated_tokens": 531762155 + }, + { + "language": "Awk", + "license_type": "permissive", + "file_count": 20273, + "total_size_bytes": 54448124, + "estimated_tokens": 23511296 + }, + { + "language": "B4X", + "license_type": "no_license", + "file_count": 10045, + "total_size_bytes": 82919400, + "estimated_tokens": 35805505 + }, + { + "language": "B4X", + "license_type": "permissive", + "file_count": 491, + "total_size_bytes": 2056471, + "estimated_tokens": 888006 + }, + { + "language": "BASIC", + "license_type": "no_license", + "file_count": 101470, + "total_size_bytes": 1327846946, + "estimated_tokens": 573378861 + }, + { + "language": "BASIC", + "license_type": "permissive", + "file_count": 7446, + "total_size_bytes": 35774751, + "estimated_tokens": 15447929 + }, + { + "language": "BQN", + "license_type": "no_license", + "file_count": 8252, + "total_size_bytes": 6387428, + "estimated_tokens": 2758161 + }, + { + "language": "BQN", + "license_type": "permissive", + "file_count": 310, + "total_size_bytes": 329254, + "estimated_tokens": 142175 + }, + { + "language": "Ballerina", + "license_type": "no_license", + "file_count": 46029, + "total_size_bytes": 139858041, + "estimated_tokens": 60392234 + }, + { + "language": "Ballerina", + "license_type": "permissive", + "file_count": 315234, + "total_size_bytes": 915695462, + "estimated_tokens": 395407334 + }, + { + "language": "Batchfile", + "license_type": "no_license", + "file_count": 56265433, + "total_size_bytes": 87223027391, + "estimated_tokens": 31510669499 + }, + { + "language": "Batchfile", + "license_type": "permissive", + "file_count": 1525721, + "total_size_bytes": 2757897716, + "estimated_tokens": 996333262 + }, + { + "language": "Beef", + "license_type": "no_license", + "file_count": 11733, + "total_size_bytes": 208806047, + "estimated_tokens": 90164739 + }, + { + "language": "Beef", + "license_type": "permissive", + "file_count": 457, + "total_size_bytes": 31660271, + "estimated_tokens": 13671251 + }, + { + "language": "Befunge", + "license_type": "no_license", + "file_count": 16553, + "total_size_bytes": 516064950, + "estimated_tokens": 222842500 + }, + { + "language": "Befunge", + "license_type": "permissive", + "file_count": 114, + "total_size_bytes": 38964, + "estimated_tokens": 16825 + }, + { + "language": "Berry", + "license_type": "no_license", + "file_count": 34524, + "total_size_bytes": 652469445, + "estimated_tokens": 281743455 + }, + { + "language": "Berry", + "license_type": "permissive", + "file_count": 523, + "total_size_bytes": 501211, + "estimated_tokens": 216428 + }, + { + "language": "BibTeX", + "license_type": "no_license", + "file_count": 1269206, + "total_size_bytes": 32428890392, + "estimated_tokens": 10656105691 + }, + { + "language": "BibTeX", + "license_type": "permissive", + "file_count": 91850, + "total_size_bytes": 2091847660, + "estimated_tokens": 687379354 + }, + { + "language": "BibTeX Style", + "license_type": "no_license", + "file_count": 106502, + "total_size_bytes": 3732257341, + "estimated_tokens": 1031768932 + }, + { + "language": "BibTeX Style", + "license_type": "permissive", + "file_count": 5803, + "total_size_bytes": 195918804, + "estimated_tokens": 54161038 + }, + { + "language": "Bicep", + "license_type": "no_license", + "file_count": 555936, + "total_size_bytes": 2103682976, + "estimated_tokens": 908393360 + }, + { + "language": "Bicep", + "license_type": "permissive", + "file_count": 6191, + "total_size_bytes": 16024201, + "estimated_tokens": 6919425 + }, + { + "language": "Bikeshed", + "license_type": "no_license", + "file_count": 7710, + "total_size_bytes": 341470235, + "estimated_tokens": 147450589 + }, + { + "language": "Bikeshed", + "license_type": "permissive", + "file_count": 2607, + "total_size_bytes": 118127515, + "estimated_tokens": 51008755 + }, + { + "language": "Bison", + "license_type": "no_license", + "file_count": 1222, + "total_size_bytes": 38623372, + "estimated_tokens": 16677995 + }, + { + "language": "Bison", + "license_type": "permissive", + "file_count": 7, + "total_size_bytes": 138655, + "estimated_tokens": 59872 + }, + { + "language": "BitBake", + "license_type": "no_license", + "file_count": 2223860, + "total_size_bytes": 4100195248, + "estimated_tokens": 1452252249 + }, + { + "language": "BitBake", + "license_type": "permissive", + "file_count": 250143, + "total_size_bytes": 332347993, + "estimated_tokens": 117714667 + }, + { + "language": "Blade", + "license_type": "no_license", + "file_count": 51148467, + "total_size_bytes": 255624505133, + "estimated_tokens": 64324668655 + }, + { + "language": "Blade", + "license_type": "permissive", + "file_count": 241595, + "total_size_bytes": 1189211973, + "estimated_tokens": 299250128 + }, + { + "language": "BlitzBasic", + "license_type": "no_license", + "file_count": 38363, + "total_size_bytes": 474214465, + "estimated_tokens": 204771002 + }, + { + "language": "BlitzBasic", + "license_type": "permissive", + "file_count": 862, + "total_size_bytes": 4389809, + "estimated_tokens": 1895567 + }, + { + "language": "BlitzMax", + "license_type": "no_license", + "file_count": 22594, + "total_size_bytes": 141766919, + "estimated_tokens": 61216509 + }, + { + "language": "BlitzMax", + "license_type": "permissive", + "file_count": 778, + "total_size_bytes": 2624426, + "estimated_tokens": 1133255 + }, + { + "language": "Bluespec", + "license_type": "no_license", + "file_count": 52555, + "total_size_bytes": 365746906, + "estimated_tokens": 157933521 + }, + { + "language": "Bluespec", + "license_type": "permissive", + "file_count": 1291, + "total_size_bytes": 28194268, + "estimated_tokens": 12174593 + }, + { + "language": "Bluespec BH", + "license_type": "no_license", + "file_count": 74830, + "total_size_bytes": 95115706, + "estimated_tokens": 41072004 + }, + { + "language": "Bluespec BH", + "license_type": "permissive", + "file_count": 1108, + "total_size_bytes": 789611, + "estimated_tokens": 340962 + }, + { + "language": "Boo", + "license_type": "no_license", + "file_count": 74185, + "total_size_bytes": 172075131, + "estimated_tokens": 74303927 + }, + { + "language": "Boo", + "license_type": "permissive", + "file_count": 130, + "total_size_bytes": 862810, + "estimated_tokens": 372570 + }, + { + "language": "Boogie", + "license_type": "no_license", + "file_count": 129262, + "total_size_bytes": 10181147045, + "estimated_tokens": 4463662057 + }, + { + "language": "Boogie", + "license_type": "permissive", + "file_count": 6542, + "total_size_bytes": 261739529, + "estimated_tokens": 114752964 + }, + { + "language": "Brainfuck", + "license_type": "no_license", + "file_count": 207182, + "total_size_bytes": 1473829759, + "estimated_tokens": 636415839 + }, + { + "language": "Brainfuck", + "license_type": "permissive", + "file_count": 32775, + "total_size_bytes": 100104808, + "estimated_tokens": 43226352 + }, + { + "language": "BrighterScript", + "license_type": "no_license", + "file_count": 25933, + "total_size_bytes": 117260365, + "estimated_tokens": 50634310 + }, + { + "language": "BrighterScript", + "license_type": "permissive", + "file_count": 57, + "total_size_bytes": 278554, + "estimated_tokens": 120282 + }, + { + "language": "Brightscript", + "license_type": "no_license", + "file_count": 23665, + "total_size_bytes": 195712797, + "estimated_tokens": 84510930 + }, + { + "language": "Brightscript", + "license_type": "permissive", + "file_count": 589, + "total_size_bytes": 3039435, + "estimated_tokens": 1312461 + }, + { + "language": "Browserslist", + "license_type": "no_license", + "file_count": 3127792, + "total_size_bytes": 1126322825, + "estimated_tokens": 486358537 + }, + { + "language": "Browserslist", + "license_type": "permissive", + "file_count": 26698, + "total_size_bytes": 9101804, + "estimated_tokens": 3930258 + }, + { + "language": "BuildStream", + "license_type": "no_license", + "file_count": 21169, + "total_size_bytes": 347134514, + "estimated_tokens": 149896486 + }, + { + "language": "BuildStream", + "license_type": "permissive", + "file_count": 526, + "total_size_bytes": 14687816, + "estimated_tokens": 6342359 + }, + { + "language": "C", + "license_type": "no_license", + "file_count": 583335891, + "total_size_bytes": 9278812865804, + "estimated_tokens": 3740869318768 + }, + { + "language": "C", + "license_type": "permissive", + "file_count": 65187383, + "total_size_bytes": 1547049692412, + "estimated_tokens": 623712409405 + }, + { + "language": "C#", + "license_type": "no_license", + "file_count": 602136287, + "total_size_bytes": 3625420918305, + "estimated_tokens": 1565496478220 + }, + { + "language": "C#", + "license_type": "permissive", + "file_count": 12626567, + "total_size_bytes": 74571053513, + "estimated_tokens": 32200598022 + }, + { + "language": "C++", + "license_type": "no_license", + "file_count": 710944872, + "total_size_bytes": 9439746697047, + "estimated_tokens": 4320154450679 + }, + { + "language": "C++", + "license_type": "permissive", + "file_count": 189219473, + "total_size_bytes": 1913636423509, + "estimated_tokens": 875786732136 + }, + { + "language": "C-ObjDump", + "license_type": "no_license", + "file_count": 18, + "total_size_bytes": 22371, + "estimated_tokens": 9660 + }, + { + "language": "C2hs Haskell", + "license_type": "no_license", + "file_count": 5841, + "total_size_bytes": 219022552, + "estimated_tokens": 94576337 + }, + { + "language": "C2hs Haskell", + "license_type": "permissive", + "file_count": 182, + "total_size_bytes": 1109901, + "estimated_tokens": 479267 + }, + { + "language": "CAP CDS", + "license_type": "no_license", + "file_count": 62261, + "total_size_bytes": 1623615296, + "estimated_tokens": 701094875 + }, + { + "language": "CAP CDS", + "license_type": "permissive", + "file_count": 12702, + "total_size_bytes": 31228386, + "estimated_tokens": 13484759 + }, + { + "language": "CIL", + "license_type": "no_license", + "file_count": 92730, + "total_size_bytes": 9786857464, + "estimated_tokens": 2806386253 + }, + { + "language": "CIL", + "license_type": "permissive", + "file_count": 3009, + "total_size_bytes": 57853563, + "estimated_tokens": 16589538 + }, + { + "language": "CLIPS", + "license_type": "no_license", + "file_count": 70735, + "total_size_bytes": 578907617, + "estimated_tokens": 249978652 + }, + { + "language": "CLIPS", + "license_type": "permissive", + "file_count": 1868, + "total_size_bytes": 11258561, + "estimated_tokens": 4861570 + }, + { + "language": "CMake", + "license_type": "no_license", + "file_count": 49112980, + "total_size_bytes": 110682203959, + "estimated_tokens": 29925511732 + }, + { + "language": "CMake", + "license_type": "permissive", + "file_count": 3664653, + "total_size_bytes": 7273528038, + "estimated_tokens": 1966567712 + }, + { + "language": "COBOL", + "license_type": "no_license", + "file_count": 218680, + "total_size_bytes": 7253254613, + "estimated_tokens": 2298119481 + }, + { + "language": "COBOL", + "license_type": "permissive", + "file_count": 10015, + "total_size_bytes": 269418686, + "estimated_tokens": 85362552 + }, + { + "language": "CODEOWNERS", + "license_type": "no_license", + "file_count": 1053586, + "total_size_bytes": 262224461, + "estimated_tokens": 113231395 + }, + { + "language": "CODEOWNERS", + "license_type": "permissive", + "file_count": 124907, + "total_size_bytes": 58623701, + "estimated_tokens": 25314356 + }, + { + "language": "COLLADA", + "license_type": "no_license", + "file_count": 2057493, + "total_size_bytes": 720923828266, + "estimated_tokens": 660918513348 + }, + { + "language": "COLLADA", + "license_type": "permissive", + "file_count": 113492, + "total_size_bytes": 63846960511, + "estimated_tokens": 58532727825 + }, + { + "language": "CSON", + "license_type": "no_license", + "file_count": 90595, + "total_size_bytes": 328522030, + "estimated_tokens": 141859412 + }, + { + "language": "CSON", + "license_type": "permissive", + "file_count": 2274, + "total_size_bytes": 11769712, + "estimated_tokens": 5082290 + }, + { + "language": "CSS", + "license_type": "no_license", + "file_count": 619922519, + "total_size_bytes": 13634425767636, + "estimated_tokens": 4902464352087 + }, + { + "language": "CSS", + "license_type": "permissive", + "file_count": 14144335, + "total_size_bytes": 214662000586, + "estimated_tokens": 77184974531 + }, + { + "language": "CSV", + "license_type": "no_license", + "file_count": 215620217, + "total_size_bytes": 21540162507593, + "estimated_tokens": 17409507883161 + }, + { + "language": "CSV", + "license_type": "permissive", + "file_count": 6255399, + "total_size_bytes": 611356524970, + "estimated_tokens": 494119588797 + }, + { + "language": "CUE", + "license_type": "no_license", + "file_count": 95440, + "total_size_bytes": 415928062, + "estimated_tokens": 179602294 + }, + { + "language": "CUE", + "license_type": "permissive", + "file_count": 27192, + "total_size_bytes": 161629863, + "estimated_tokens": 69793545 + }, + { + "language": "CWeb", + "license_type": "no_license", + "file_count": 304725, + "total_size_bytes": 3203996776, + "estimated_tokens": 1701557494 + }, + { + "language": "CWeb", + "license_type": "permissive", + "file_count": 11228, + "total_size_bytes": 249544555, + "estimated_tokens": 132526477 + }, + { + "language": "Cabal Config", + "license_type": "no_license", + "file_count": 184446, + "total_size_bytes": 359998392, + "estimated_tokens": 155451250 + }, + { + "language": "Cabal Config", + "license_type": "permissive", + "file_count": 9097, + "total_size_bytes": 31888958, + "estimated_tokens": 13770001 + }, + { + "language": "Caddyfile", + "license_type": "no_license", + "file_count": 41146, + "total_size_bytes": 27922000, + "estimated_tokens": 12057025 + }, + { + "language": "Caddyfile", + "license_type": "permissive", + "file_count": 1554, + "total_size_bytes": 1144092, + "estimated_tokens": 494031 + }, + { + "language": "Cadence", + "license_type": "no_license", + "file_count": 97421, + "total_size_bytes": 536880859, + "estimated_tokens": 231831037 + }, + { + "language": "Cadence", + "license_type": "permissive", + "file_count": 7716, + "total_size_bytes": 28333580, + "estimated_tokens": 12234750 + }, + { + "language": "Cairo", + "license_type": "no_license", + "file_count": 89594, + "total_size_bytes": 372409692, + "estimated_tokens": 160810585 + }, + { + "language": "Cairo", + "license_type": "permissive", + "file_count": 3551, + "total_size_bytes": 21032255, + "estimated_tokens": 9081958 + }, + { + "language": "Cairo Zero", + "license_type": "no_license", + "file_count": 25670, + "total_size_bytes": 152079059, + "estimated_tokens": 65669404 + }, + { + "language": "Cairo Zero", + "license_type": "permissive", + "file_count": 836, + "total_size_bytes": 14498353, + "estimated_tokens": 6260547 + }, + { + "language": "CameLIGO", + "license_type": "no_license", + "file_count": 15842, + "total_size_bytes": 35065690, + "estimated_tokens": 15141749 + }, + { + "language": "CameLIGO", + "license_type": "permissive", + "file_count": 132, + "total_size_bytes": 302378, + "estimated_tokens": 130570 + }, + { + "language": "Cap'n Proto", + "license_type": "no_license", + "file_count": 18177, + "total_size_bytes": 150784169, + "estimated_tokens": 65110256 + }, + { + "language": "Cap'n Proto", + "license_type": "permissive", + "file_count": 1435, + "total_size_bytes": 9019337, + "estimated_tokens": 3894648 + }, + { + "language": "Carbon", + "license_type": "no_license", + "file_count": 2780, + "total_size_bytes": 173591894, + "estimated_tokens": 74958881 + }, + { + "language": "Carbon", + "license_type": "permissive", + "file_count": 18477, + "total_size_bytes": 97477390, + "estimated_tokens": 42091805 + }, + { + "language": "CartoCSS", + "license_type": "no_license", + "file_count": 85364, + "total_size_bytes": 569688131, + "estimated_tokens": 245997577 + }, + { + "language": "CartoCSS", + "license_type": "permissive", + "file_count": 5455, + "total_size_bytes": 6742955, + "estimated_tokens": 2911681 + }, + { + "language": "Ceylon", + "license_type": "no_license", + "file_count": 12896, + "total_size_bytes": 26379270, + "estimated_tokens": 11390857 + }, + { + "language": "Ceylon", + "license_type": "permissive", + "file_count": 2646, + "total_size_bytes": 5866123, + "estimated_tokens": 2533056 + }, + { + "language": "Chapel", + "license_type": "no_license", + "file_count": 19036, + "total_size_bytes": 50782366, + "estimated_tokens": 21928382 + }, + { + "language": "Chapel", + "license_type": "permissive", + "file_count": 470626, + "total_size_bytes": 752779303, + "estimated_tokens": 325058351 + }, + { + "language": "Charity", + "license_type": "no_license", + "file_count": 1080, + "total_size_bytes": 17089611, + "estimated_tokens": 7379481 + }, + { + "language": "Charity", + "license_type": "permissive", + "file_count": 43, + "total_size_bytes": 16878, + "estimated_tokens": 7288 + }, + { + "language": "Checksums", + "license_type": "no_license", + "file_count": 24290366, + "total_size_bytes": 10396241271, + "estimated_tokens": 8257195504 + }, + { + "language": "Checksums", + "license_type": "permissive", + "file_count": 1207023, + "total_size_bytes": 192936329, + "estimated_tokens": 153239324 + }, + { + "language": "ChucK", + "license_type": "no_license", + "file_count": 56463, + "total_size_bytes": 212171736, + "estimated_tokens": 91618080 + }, + { + "language": "ChucK", + "license_type": "permissive", + "file_count": 676, + "total_size_bytes": 954076, + "estimated_tokens": 411980 + }, + { + "language": "Circom", + "license_type": "no_license", + "file_count": 57250, + "total_size_bytes": 1463915220, + "estimated_tokens": 632134632 + }, + { + "language": "Circom", + "license_type": "permissive", + "file_count": 2247, + "total_size_bytes": 53539536, + "estimated_tokens": 23118958 + }, + { + "language": "Cirru", + "license_type": "no_license", + "file_count": 4871, + "total_size_bytes": 106380901, + "estimated_tokens": 45936438 + }, + { + "language": "Cirru", + "license_type": "permissive", + "file_count": 95, + "total_size_bytes": 51000, + "estimated_tokens": 22022 + }, + { + "language": "Clarion", + "license_type": "no_license", + "file_count": 39989, + "total_size_bytes": 991864081, + "estimated_tokens": 428297778 + }, + { + "language": "Clarion", + "license_type": "permissive", + "file_count": 371, + "total_size_bytes": 4420770, + "estimated_tokens": 1908936 + }, + { + "language": "Clarity", + "license_type": "no_license", + "file_count": 115513, + "total_size_bytes": 861362070, + "estimated_tokens": 371945580 + }, + { + "language": "Clarity", + "license_type": "permissive", + "file_count": 444, + "total_size_bytes": 1649962, + "estimated_tokens": 712471 + }, + { + "language": "Classic ASP", + "license_type": "no_license", + "file_count": 1040030, + "total_size_bytes": 10850088354, + "estimated_tokens": 4001567935 + }, + { + "language": "Classic ASP", + "license_type": "permissive", + "file_count": 19522, + "total_size_bytes": 120874775, + "estimated_tokens": 44579233 + }, + { + "language": "Clean", + "license_type": "no_license", + "file_count": 85750, + "total_size_bytes": 531925616, + "estimated_tokens": 229691309 + }, + { + "language": "Clean", + "license_type": "permissive", + "file_count": 2109, + "total_size_bytes": 4142478, + "estimated_tokens": 1788767 + }, + { + "language": "Click", + "license_type": "no_license", + "file_count": 11268, + "total_size_bytes": 47252032, + "estimated_tokens": 20403945 + }, + { + "language": "Click", + "license_type": "permissive", + "file_count": 577, + "total_size_bytes": 3704236, + "estimated_tokens": 1599529 + }, + { + "language": "Clojure", + "license_type": "no_license", + "file_count": 1404863, + "total_size_bytes": 6651979776, + "estimated_tokens": 2342352113 + }, + { + "language": "Clojure", + "license_type": "permissive", + "file_count": 52828, + "total_size_bytes": 256229513, + "estimated_tokens": 90225731 + }, + { + "language": "Closure Templates", + "license_type": "no_license", + "file_count": 28631, + "total_size_bytes": 121533560, + "estimated_tokens": 52479522 + }, + { + "language": "Closure Templates", + "license_type": "permissive", + "file_count": 2188, + "total_size_bytes": 10049160, + "estimated_tokens": 4339337 + }, + { + "language": "Cloud Firestore Security Rules", + "license_type": "no_license", + "file_count": 96021, + "total_size_bytes": 67008666, + "estimated_tokens": 28935076 + }, + { + "language": "Cloud Firestore Security Rules", + "license_type": "permissive", + "file_count": 1593, + "total_size_bytes": 1232646, + "estimated_tokens": 532270 + }, + { + "language": "Clue", + "license_type": "no_license", + "file_count": 16661, + "total_size_bytes": 14234095, + "estimated_tokens": 6146438 + }, + { + "language": "Clue", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 16069, + "estimated_tokens": 6938 + }, + { + "language": "CoNLL-U", + "license_type": "no_license", + "file_count": 995474, + "total_size_bytes": 62642267051, + "estimated_tokens": 32325836567 + }, + { + "language": "CoNLL-U", + "license_type": "permissive", + "file_count": 44347, + "total_size_bytes": 3171689822, + "estimated_tokens": 1636714819 + }, + { + "language": "CodeQL", + "license_type": "no_license", + "file_count": 733801, + "total_size_bytes": 2025536998, + "estimated_tokens": 874649070 + }, + { + "language": "CodeQL", + "license_type": "permissive", + "file_count": 41952, + "total_size_bytes": 91484107, + "estimated_tokens": 39503839 + }, + { + "language": "CoffeeScript", + "license_type": "no_license", + "file_count": 21368356, + "total_size_bytes": 53585699763, + "estimated_tokens": 15685415793 + }, + { + "language": "CoffeeScript", + "license_type": "permissive", + "file_count": 345104, + "total_size_bytes": 949811728, + "estimated_tokens": 278025516 + }, + { + "language": "ColdFusion", + "license_type": "no_license", + "file_count": 535790, + "total_size_bytes": 2262788310, + "estimated_tokens": 977096786 + }, + { + "language": "ColdFusion", + "license_type": "permissive", + "file_count": 55611, + "total_size_bytes": 360980013, + "estimated_tokens": 155875125 + }, + { + "language": "ColdFusion CFC", + "license_type": "no_license", + "file_count": 189434, + "total_size_bytes": 1330173789, + "estimated_tokens": 574383617 + }, + { + "language": "ColdFusion CFC", + "license_type": "permissive", + "file_count": 35105, + "total_size_bytes": 636212442, + "estimated_tokens": 274723503 + }, + { + "language": "Common Lisp", + "license_type": "no_license", + "file_count": 2392954, + "total_size_bytes": 29020209059, + "estimated_tokens": 10598122137 + }, + { + "language": "Common Lisp", + "license_type": "permissive", + "file_count": 35773, + "total_size_bytes": 267846977, + "estimated_tokens": 97817178 + }, + { + "language": "Common Workflow Language", + "license_type": "no_license", + "file_count": 103324, + "total_size_bytes": 204520096, + "estimated_tokens": 88314018 + }, + { + "language": "Common Workflow Language", + "license_type": "permissive", + "file_count": 12308, + "total_size_bytes": 97872640, + "estimated_tokens": 42262478 + }, + { + "language": "Component Pascal", + "license_type": "no_license", + "file_count": 32283, + "total_size_bytes": 998929735, + "estimated_tokens": 431348805 + }, + { + "language": "Component Pascal", + "license_type": "permissive", + "file_count": 7522, + "total_size_bytes": 278049244, + "estimated_tokens": 120064710 + }, + { + "language": "Cool", + "license_type": "no_license", + "file_count": 206959, + "total_size_bytes": 257057397, + "estimated_tokens": 111000200 + }, + { + "language": "Cool", + "license_type": "permissive", + "file_count": 3448, + "total_size_bytes": 3915745, + "estimated_tokens": 1690861 + }, + { + "language": "Cpp-ObjDump", + "license_type": "no_license", + "file_count": 15, + "total_size_bytes": 336, + "estimated_tokens": 145 + }, + { + "language": "Creole", + "license_type": "no_license", + "file_count": 8959, + "total_size_bytes": 10664677, + "estimated_tokens": 4605124 + }, + { + "language": "Creole", + "license_type": "permissive", + "file_count": 227, + "total_size_bytes": 494527, + "estimated_tokens": 213542 + }, + { + "language": "Crystal", + "license_type": "no_license", + "file_count": 266804, + "total_size_bytes": 892814740, + "estimated_tokens": 385527187 + }, + { + "language": "Crystal", + "license_type": "permissive", + "file_count": 5913, + "total_size_bytes": 15314898, + "estimated_tokens": 6613140 + }, + { + "language": "Csound", + "license_type": "no_license", + "file_count": 259734, + "total_size_bytes": 61940915, + "estimated_tokens": 26746765 + }, + { + "language": "Csound", + "license_type": "permissive", + "file_count": 187847, + "total_size_bytes": 16385747, + "estimated_tokens": 7075545 + }, + { + "language": "Csound Document", + "license_type": "no_license", + "file_count": 58665, + "total_size_bytes": 1071356395, + "estimated_tokens": 462623430 + }, + { + "language": "Csound Document", + "license_type": "permissive", + "file_count": 907, + "total_size_bytes": 165801849, + "estimated_tokens": 71595055 + }, + { + "language": "Csound Score", + "license_type": "no_license", + "file_count": 119520, + "total_size_bytes": 753314288, + "estimated_tokens": 325289364 + }, + { + "language": "Csound Score", + "license_type": "permissive", + "file_count": 3399, + "total_size_bytes": 116994767, + "estimated_tokens": 50519622 + }, + { + "language": "Cuda", + "license_type": "no_license", + "file_count": 2889076, + "total_size_bytes": 25686762289, + "estimated_tokens": 8725734742 + }, + { + "language": "Cuda", + "license_type": "permissive", + "file_count": 454198, + "total_size_bytes": 5578395521, + "estimated_tokens": 1894968274 + }, + { + "language": "Cue Sheet", + "license_type": "no_license", + "file_count": 45290, + "total_size_bytes": 45304576, + "estimated_tokens": 19563012 + }, + { + "language": "Cue Sheet", + "license_type": "permissive", + "file_count": 530, + "total_size_bytes": 387574, + "estimated_tokens": 167358 + }, + { + "language": "Curry", + "license_type": "no_license", + "file_count": 8893, + "total_size_bytes": 26505129, + "estimated_tokens": 11445205 + }, + { + "language": "Curry", + "license_type": "permissive", + "file_count": 31, + "total_size_bytes": 197, + "estimated_tokens": 85 + }, + { + "language": "Cycript", + "license_type": "no_license", + "file_count": 2695, + "total_size_bytes": 75776853, + "estimated_tokens": 32721275 + }, + { + "language": "Cycript", + "license_type": "permissive", + "file_count": 414, + "total_size_bytes": 11173149, + "estimated_tokens": 4824688 + }, + { + "language": "Cylc", + "license_type": "no_license", + "file_count": 1042, + "total_size_bytes": 6989079, + "estimated_tokens": 3017960 + }, + { + "language": "Cylc", + "license_type": "permissive", + "file_count": 57, + "total_size_bytes": 268754, + "estimated_tokens": 116050 + }, + { + "language": "Cypher", + "license_type": "no_license", + "file_count": 27761, + "total_size_bytes": 476980390, + "estimated_tokens": 205965358 + }, + { + "language": "Cypher", + "license_type": "permissive", + "file_count": 2849, + "total_size_bytes": 23937617, + "estimated_tokens": 10336525 + }, + { + "language": "Cython", + "license_type": "no_license", + "file_count": 10277142, + "total_size_bytes": 186742240571, + "estimated_tokens": 52673783818 + }, + { + "language": "Cython", + "license_type": "permissive", + "file_count": 308981, + "total_size_bytes": 2440193640, + "estimated_tokens": 688297579 + }, + { + "language": "D", + "license_type": "no_license", + "file_count": 1693528, + "total_size_bytes": 12053935459, + "estimated_tokens": 3737713147 + }, + { + "language": "D", + "license_type": "permissive", + "file_count": 228752, + "total_size_bytes": 1718763701, + "estimated_tokens": 532958360 + }, + { + "language": "D-ObjDump", + "license_type": "no_license", + "file_count": 7, + "total_size_bytes": 113, + "estimated_tokens": 48 + }, + { + "language": "D2", + "license_type": "no_license", + "file_count": 6665, + "total_size_bytes": 40812546, + "estimated_tokens": 17623304 + }, + { + "language": "D2", + "license_type": "permissive", + "file_count": 3909, + "total_size_bytes": 9575156, + "estimated_tokens": 4134657 + }, + { + "language": "DIGITAL Command Language", + "license_type": "no_license", + "file_count": 805007, + "total_size_bytes": 7905647869, + "estimated_tokens": 3384562463 + }, + { + "language": "DIGITAL Command Language", + "license_type": "permissive", + "file_count": 354695, + "total_size_bytes": 562022249, + "estimated_tokens": 240612716 + }, + { + "language": "DM", + "license_type": "no_license", + "file_count": 1221216, + "total_size_bytes": 8417926603, + "estimated_tokens": 2781121218 + }, + { + "language": "DM", + "license_type": "permissive", + "file_count": 10058, + "total_size_bytes": 42191154, + "estimated_tokens": 13939146 + }, + { + "language": "DNS Zone", + "license_type": "no_license", + "file_count": 48905, + "total_size_bytes": 2507692993, + "estimated_tokens": 1082849312 + }, + { + "language": "DNS Zone", + "license_type": "permissive", + "file_count": 4648, + "total_size_bytes": 119132759, + "estimated_tokens": 51442830 + }, + { + "language": "DTrace", + "license_type": "no_license", + "file_count": 671036, + "total_size_bytes": 1509177920, + "estimated_tokens": 651679562 + }, + { + "language": "DTrace", + "license_type": "permissive", + "file_count": 8813, + "total_size_bytes": 27104509, + "estimated_tokens": 11704023 + }, + { + "language": "Dafny", + "license_type": "no_license", + "file_count": 107902, + "total_size_bytes": 940725205, + "estimated_tokens": 406215451 + }, + { + "language": "Dafny", + "license_type": "permissive", + "file_count": 4263, + "total_size_bytes": 27070321, + "estimated_tokens": 11689261 + }, + { + "language": "Darcs Patch", + "license_type": "no_license", + "file_count": 958, + "total_size_bytes": 6550879, + "estimated_tokens": 2828741 + }, + { + "language": "Darcs Patch", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 0, + "estimated_tokens": 0 + }, + { + "language": "Dart", + "license_type": "no_license", + "file_count": 50895083, + "total_size_bytes": 239265415113, + "estimated_tokens": 47336486247 + }, + { + "language": "Dart", + "license_type": "permissive", + "file_count": 663033, + "total_size_bytes": 3214306850, + "estimated_tokens": 635921375 + }, + { + "language": "Daslang", + "license_type": "no_license", + "file_count": 24505, + "total_size_bytes": 106042600, + "estimated_tokens": 45790356 + }, + { + "language": "Daslang", + "license_type": "permissive", + "file_count": 223, + "total_size_bytes": 14229241, + "estimated_tokens": 6144342 + }, + { + "language": "DataWeave", + "license_type": "no_license", + "file_count": 66659, + "total_size_bytes": 146910491, + "estimated_tokens": 63437559 + }, + { + "language": "DataWeave", + "license_type": "permissive", + "file_count": 2240, + "total_size_bytes": 2185107, + "estimated_tokens": 943553 + }, + { + "language": "Debian Package Control File", + "license_type": "no_license", + "file_count": 139983, + "total_size_bytes": 469299835, + "estimated_tokens": 202648811 + }, + { + "language": "Debian Package Control File", + "license_type": "permissive", + "file_count": 20278, + "total_size_bytes": 292510892, + "estimated_tokens": 126309408 + }, + { + "language": "DenizenScript", + "license_type": "no_license", + "file_count": 12877, + "total_size_bytes": 52048866, + "estimated_tokens": 22475270 + }, + { + "language": "DenizenScript", + "license_type": "permissive", + "file_count": 7183, + "total_size_bytes": 138244987, + "estimated_tokens": 59695700 + }, + { + "language": "Dhall", + "license_type": "no_license", + "file_count": 65329, + "total_size_bytes": 164957712, + "estimated_tokens": 71230547 + }, + { + "language": "Dhall", + "license_type": "permissive", + "file_count": 44369, + "total_size_bytes": 16905616, + "estimated_tokens": 7300030 + }, + { + "language": "Diff", + "license_type": "no_license", + "file_count": 27803260, + "total_size_bytes": 235219161954, + "estimated_tokens": 94591387895 + }, + { + "language": "Diff", + "license_type": "permissive", + "file_count": 964528, + "total_size_bytes": 8179871790, + "estimated_tokens": 3289465955 + }, + { + "language": "DirectX 3D File", + "license_type": "no_license", + "file_count": 225085, + "total_size_bytes": 52516534928, + "estimated_tokens": 45215470403 + }, + { + "language": "DirectX 3D File", + "license_type": "permissive", + "file_count": 1309, + "total_size_bytes": 443743004, + "estimated_tokens": 382052027 + }, + { + "language": "Dockerfile", + "license_type": "no_license", + "file_count": 12466431, + "total_size_bytes": 9371684664, + "estimated_tokens": 2847870048 + }, + { + "language": "Dockerfile", + "license_type": "permissive", + "file_count": 1069365, + "total_size_bytes": 1238016816, + "estimated_tokens": 376208882 + }, + { + "language": "Dogescript", + "license_type": "no_license", + "file_count": 1406, + "total_size_bytes": 3982208, + "estimated_tokens": 1719561 + }, + { + "language": "Dogescript", + "license_type": "permissive", + "file_count": 13, + "total_size_bytes": 11861, + "estimated_tokens": 5121 + }, + { + "language": "Dotenv", + "license_type": "no_license", + "file_count": 9401835, + "total_size_bytes": 4942169571, + "estimated_tokens": 1871554028 + }, + { + "language": "Dotenv", + "license_type": "permissive", + "file_count": 161067, + "total_size_bytes": 92181926, + "estimated_tokens": 34908445 + }, + { + "language": "Dune", + "license_type": "no_license", + "file_count": 123357, + "total_size_bytes": 11437468, + "estimated_tokens": 4938824 + }, + { + "language": "Dune", + "license_type": "permissive", + "file_count": 1028, + "total_size_bytes": 270246, + "estimated_tokens": 116695 + }, + { + "language": "Dylan", + "license_type": "no_license", + "file_count": 27398, + "total_size_bytes": 183101577, + "estimated_tokens": 79065267 + }, + { + "language": "Dylan", + "license_type": "permissive", + "file_count": 233, + "total_size_bytes": 1238831, + "estimated_tokens": 534940 + }, + { + "language": "E", + "license_type": "no_license", + "file_count": 40902, + "total_size_bytes": 5942082540, + "estimated_tokens": 2432356647 + }, + { + "language": "E", + "license_type": "permissive", + "file_count": 16300, + "total_size_bytes": 232729999, + "estimated_tokens": 95266660 + }, + { + "language": "E-mail", + "license_type": "no_license", + "file_count": 1770837, + "total_size_bytes": 20840223691, + "estimated_tokens": 12479332866 + }, + { + "language": "E-mail", + "license_type": "permissive", + "file_count": 15994, + "total_size_bytes": 454037511, + "estimated_tokens": 271882169 + }, + { + "language": "EBNF", + "license_type": "no_license", + "file_count": 6748, + "total_size_bytes": 32845745, + "estimated_tokens": 14183152 + }, + { + "language": "EBNF", + "license_type": "permissive", + "file_count": 1327, + "total_size_bytes": 15069093, + "estimated_tokens": 6506999 + }, + { + "language": "ECL", + "license_type": "no_license", + "file_count": 122715, + "total_size_bytes": 499830249, + "estimated_tokens": 215832178 + }, + { + "language": "ECL", + "license_type": "permissive", + "file_count": 5091, + "total_size_bytes": 52056999, + "estimated_tokens": 22478782 + }, + { + "language": "ECLiPSe", + "license_type": "no_license", + "file_count": 12689, + "total_size_bytes": 140965945, + "estimated_tokens": 60870639 + }, + { + "language": "ECLiPSe", + "license_type": "permissive", + "file_count": 1001, + "total_size_bytes": 1516860, + "estimated_tokens": 654996 + }, + { + "language": "EJS", + "license_type": "no_license", + "file_count": 40479875, + "total_size_bytes": 92726383456, + "estimated_tokens": 26016701981 + }, + { + "language": "EJS", + "license_type": "permissive", + "file_count": 731921, + "total_size_bytes": 1532477391, + "estimated_tokens": 429974793 + }, + { + "language": "EQ", + "license_type": "no_license", + "file_count": 20974, + "total_size_bytes": 72436046, + "estimated_tokens": 31278678 + }, + { + "language": "EQ", + "license_type": "permissive", + "file_count": 57, + "total_size_bytes": 103378, + "estimated_tokens": 44639 + }, + { + "language": "Eagle", + "license_type": "no_license", + "file_count": 275424, + "total_size_bytes": 66897003938, + "estimated_tokens": 36983912432 + }, + { + "language": "Eagle", + "license_type": "permissive", + "file_count": 6469, + "total_size_bytes": 1773511812, + "estimated_tokens": 980483455 + }, + { + "language": "Earthly", + "license_type": "no_license", + "file_count": 2802, + "total_size_bytes": 4961641, + "estimated_tokens": 2142490 + }, + { + "language": "Earthly", + "license_type": "permissive", + "file_count": 264, + "total_size_bytes": 909425, + "estimated_tokens": 392699 + }, + { + "language": "Easybuild", + "license_type": "no_license", + "file_count": 80827, + "total_size_bytes": 333062382, + "estimated_tokens": 143819986 + }, + { + "language": "Easybuild", + "license_type": "permissive", + "file_count": 991, + "total_size_bytes": 2024081, + "estimated_tokens": 874020 + }, + { + "language": "Ecere Projects", + "license_type": "no_license", + "file_count": 667, + "total_size_bytes": 4979314, + "estimated_tokens": 2150122 + }, + { + "language": "Ecere Projects", + "license_type": "permissive", + "file_count": 13, + "total_size_bytes": 26307, + "estimated_tokens": 11359 + }, + { + "language": "Ecmarkup", + "license_type": "no_license", + "file_count": 2088, + "total_size_bytes": 509385984, + "estimated_tokens": 148640513 + }, + { + "language": "Ecmarkup", + "license_type": "permissive", + "file_count": 84265, + "total_size_bytes": 6509133078, + "estimated_tokens": 1899386542 + }, + { + "language": "Edge", + "license_type": "no_license", + "file_count": 91547, + "total_size_bytes": 1499127083, + "estimated_tokens": 647339501 + }, + { + "language": "Edge", + "license_type": "permissive", + "file_count": 3380, + "total_size_bytes": 155444658, + "estimated_tokens": 67122706 + }, + { + "language": "EdgeQL", + "license_type": "no_license", + "file_count": 9615, + "total_size_bytes": 73570306, + "estimated_tokens": 31768464 + }, + { + "language": "EdgeQL", + "license_type": "permissive", + "file_count": 2138, + "total_size_bytes": 9143588, + "estimated_tokens": 3948301 + }, + { + "language": "EditorConfig", + "license_type": "no_license", + "file_count": 41588849, + "total_size_bytes": 16081964682, + "estimated_tokens": 4145995642 + }, + { + "language": "EditorConfig", + "license_type": "permissive", + "file_count": 851432, + "total_size_bytes": 382812141, + "estimated_tokens": 98690520 + }, + { + "language": "Edje Data Collection", + "license_type": "no_license", + "file_count": 25632, + "total_size_bytes": 315507183, + "estimated_tokens": 136239458 + }, + { + "language": "Edje Data Collection", + "license_type": "permissive", + "file_count": 1567, + "total_size_bytes": 14262457, + "estimated_tokens": 6158685 + }, + { + "language": "Eiffel", + "license_type": "no_license", + "file_count": 188496, + "total_size_bytes": 2877027780, + "estimated_tokens": 1242332120 + }, + { + "language": "Eiffel", + "license_type": "permissive", + "file_count": 6306, + "total_size_bytes": 20680705, + "estimated_tokens": 8930155 + }, + { + "language": "Elixir", + "license_type": "no_license", + "file_count": 4554735, + "total_size_bytes": 10589567099, + "estimated_tokens": 3804130585 + }, + { + "language": "Elixir", + "license_type": "permissive", + "file_count": 271640, + "total_size_bytes": 1174917708, + "estimated_tokens": 422070170 + }, + { + "language": "Elm", + "license_type": "no_license", + "file_count": 452778, + "total_size_bytes": 2518389915, + "estimated_tokens": 1087468360 + }, + { + "language": "Elm", + "license_type": "permissive", + "file_count": 16144, + "total_size_bytes": 87583895, + "estimated_tokens": 37819685 + }, + { + "language": "Elvish", + "license_type": "no_license", + "file_count": 3937, + "total_size_bytes": 52627058, + "estimated_tokens": 22724940 + }, + { + "language": "Elvish", + "license_type": "permissive", + "file_count": 84, + "total_size_bytes": 305889, + "estimated_tokens": 132086 + }, + { + "language": "Emacs Lisp", + "license_type": "no_license", + "file_count": 3875924, + "total_size_bytes": 48836893996, + "estimated_tokens": 14586628315 + }, + { + "language": "Emacs Lisp", + "license_type": "permissive", + "file_count": 167983, + "total_size_bytes": 604071500, + "estimated_tokens": 180424382 + }, + { + "language": "EmberScript", + "license_type": "no_license", + "file_count": 38084, + "total_size_bytes": 211820532, + "estimated_tokens": 91466426 + }, + { + "language": "EmberScript", + "license_type": "permissive", + "file_count": 2824, + "total_size_bytes": 14116846, + "estimated_tokens": 6095808 + }, + { + "language": "Erlang", + "license_type": "no_license", + "file_count": 1505311, + "total_size_bytes": 14596171692, + "estimated_tokens": 4811217917 + }, + { + "language": "Erlang", + "license_type": "permissive", + "file_count": 424793, + "total_size_bytes": 6179013039, + "estimated_tokens": 2036738048 + }, + { + "language": "Euphoria", + "license_type": "no_license", + "file_count": 190349, + "total_size_bytes": 934402436, + "estimated_tokens": 403485210 + }, + { + "language": "Euphoria", + "license_type": "permissive", + "file_count": 62522, + "total_size_bytes": 174457851, + "estimated_tokens": 75332811 + }, + { + "language": "F#", + "license_type": "no_license", + "file_count": 806726, + "total_size_bytes": 4339902031, + "estimated_tokens": 1874017251 + }, + { + "language": "F#", + "license_type": "permissive", + "file_count": 97460, + "total_size_bytes": 336293812, + "estimated_tokens": 145215352 + }, + { + "language": "F*", + "license_type": "no_license", + "file_count": 284698, + "total_size_bytes": 1160122183, + "estimated_tokens": 500953470 + }, + { + "language": "F*", + "license_type": "permissive", + "file_count": 10304, + "total_size_bytes": 48539673, + "estimated_tokens": 20959962 + }, + { + "language": "FIGlet Font", + "license_type": "no_license", + "file_count": 3944448, + "total_size_bytes": 39396475499, + "estimated_tokens": 10020873092 + }, + { + "language": "FIGlet Font", + "license_type": "permissive", + "file_count": 34668, + "total_size_bytes": 346558964, + "estimated_tokens": 88150611 + }, + { + "language": "FIRRTL", + "license_type": "no_license", + "file_count": 174063, + "total_size_bytes": 4736103595, + "estimated_tokens": 2107248021 + }, + { + "language": "FIRRTL", + "license_type": "permissive", + "file_count": 4699, + "total_size_bytes": 127781982, + "estimated_tokens": 56854400 + }, + { + "language": "FLUX", + "license_type": "no_license", + "file_count": 16390, + "total_size_bytes": 167946221, + "estimated_tokens": 72521018 + }, + { + "language": "FLUX", + "license_type": "permissive", + "file_count": 1119, + "total_size_bytes": 2845777, + "estimated_tokens": 1228837 + }, + { + "language": "Factor", + "license_type": "no_license", + "file_count": 35966, + "total_size_bytes": 97114224, + "estimated_tokens": 41934986 + }, + { + "language": "Factor", + "license_type": "permissive", + "file_count": 44455, + "total_size_bytes": 132461115, + "estimated_tokens": 57198160 + }, + { + "language": "Fancy", + "license_type": "no_license", + "file_count": 1906, + "total_size_bytes": 13496561, + "estimated_tokens": 5827962 + }, + { + "language": "Fancy", + "license_type": "permissive", + "file_count": 25, + "total_size_bytes": 94865, + "estimated_tokens": 40963 + }, + { + "language": "Fantom", + "license_type": "no_license", + "file_count": 11405, + "total_size_bytes": 44772075, + "estimated_tokens": 19333072 + }, + { + "language": "Fantom", + "license_type": "permissive", + "file_count": 2868, + "total_size_bytes": 14605076, + "estimated_tokens": 6306631 + }, + { + "language": "Faust", + "license_type": "no_license", + "file_count": 45080, + "total_size_bytes": 496082213, + "estimated_tokens": 214213735 + }, + { + "language": "Faust", + "license_type": "permissive", + "file_count": 1403, + "total_size_bytes": 38997342, + "estimated_tokens": 16839479 + }, + { + "language": "Fennel", + "license_type": "no_license", + "file_count": 15672, + "total_size_bytes": 39744488, + "estimated_tokens": 17162105 + }, + { + "language": "Fennel", + "license_type": "permissive", + "file_count": 1858, + "total_size_bytes": 4786566, + "estimated_tokens": 2066891 + }, + { + "language": "Filebench WML", + "license_type": "no_license", + "file_count": 26164, + "total_size_bytes": 161736443, + "estimated_tokens": 69839568 + }, + { + "language": "Filebench WML", + "license_type": "permissive", + "file_count": 2740, + "total_size_bytes": 3529620, + "estimated_tokens": 1524128 + }, + { + "language": "Filterscript", + "license_type": "no_license", + "file_count": 6594, + "total_size_bytes": 12244471, + "estimated_tokens": 5287296 + }, + { + "language": "Filterscript", + "license_type": "permissive", + "file_count": 276, + "total_size_bytes": 300499, + "estimated_tokens": 129758 + }, + { + "language": "Fluent", + "license_type": "no_license", + "file_count": 912022, + "total_size_bytes": 2271225684, + "estimated_tokens": 652504368 + }, + { + "language": "Fluent", + "license_type": "permissive", + "file_count": 193056, + "total_size_bytes": 2709400469, + "estimated_tokens": 778388363 + }, + { + "language": "Formatted", + "license_type": "no_license", + "file_count": 26449, + "total_size_bytes": 3889301820, + "estimated_tokens": 3607864734 + }, + { + "language": "Formatted", + "license_type": "permissive", + "file_count": 16, + "total_size_bytes": 4229842, + "estimated_tokens": 3923762 + }, + { + "language": "Forth", + "license_type": "no_license", + "file_count": 1618023, + "total_size_bytes": 6317798678, + "estimated_tokens": 5154227182 + }, + { + "language": "Forth", + "license_type": "permissive", + "file_count": 24527, + "total_size_bytes": 197582132, + "estimated_tokens": 161192726 + }, + { + "language": "Fortran", + "license_type": "no_license", + "file_count": 6652283, + "total_size_bytes": 81945335770, + "estimated_tokens": 30281507683 + }, + { + "language": "Fortran", + "license_type": "permissive", + "file_count": 134436, + "total_size_bytes": 1024723190, + "estimated_tokens": 378669058 + }, + { + "language": "Fortran Free Form", + "license_type": "no_license", + "file_count": 9874687, + "total_size_bytes": 52472259732, + "estimated_tokens": 18403047162 + }, + { + "language": "Fortran Free Form", + "license_type": "permissive", + "file_count": 229869, + "total_size_bytes": 3303779989, + "estimated_tokens": 1158700221 + }, + { + "language": "FreeBASIC", + "license_type": "no_license", + "file_count": 146305, + "total_size_bytes": 1756438770, + "estimated_tokens": 758449507 + }, + { + "language": "FreeBASIC", + "license_type": "permissive", + "file_count": 2934, + "total_size_bytes": 25096893, + "estimated_tokens": 10837113 + }, + { + "language": "FreeMarker", + "license_type": "no_license", + "file_count": 1798346, + "total_size_bytes": 9397374041, + "estimated_tokens": 2737689450 + }, + { + "language": "FreeMarker", + "license_type": "permissive", + "file_count": 137416, + "total_size_bytes": 499194951, + "estimated_tokens": 145427940 + }, + { + "language": "Frege", + "license_type": "no_license", + "file_count": 2647, + "total_size_bytes": 80107478, + "estimated_tokens": 34591286 + }, + { + "language": "Frege", + "license_type": "permissive", + "file_count": 26319, + "total_size_bytes": 1033635418, + "estimated_tokens": 446335099 + }, + { + "language": "Futhark", + "license_type": "no_license", + "file_count": 10099, + "total_size_bytes": 19984485, + "estimated_tokens": 8629519 + }, + { + "language": "Futhark", + "license_type": "permissive", + "file_count": 106, + "total_size_bytes": 610917, + "estimated_tokens": 263800 + }, + { + "language": "G-code", + "license_type": "no_license", + "file_count": 194146, + "total_size_bytes": 105437998941, + "estimated_tokens": 92534435450 + }, + { + "language": "G-code", + "license_type": "permissive", + "file_count": 3726, + "total_size_bytes": 3338578266, + "estimated_tokens": 2930001120 + }, + { + "language": "GAML", + "license_type": "no_license", + "file_count": 6196, + "total_size_bytes": 51814811, + "estimated_tokens": 22374203 + }, + { + "language": "GAML", + "license_type": "permissive", + "file_count": 149, + "total_size_bytes": 3200941, + "estimated_tokens": 1382201 + }, + { + "language": "GAMS", + "license_type": "no_license", + "file_count": 62522, + "total_size_bytes": 2267067507, + "estimated_tokens": 978944591 + }, + { + "language": "GAMS", + "license_type": "permissive", + "file_count": 635, + "total_size_bytes": 16770176, + "estimated_tokens": 7241545 + }, + { + "language": "GAP", + "license_type": "no_license", + "file_count": 964318, + "total_size_bytes": 9024810642, + "estimated_tokens": 6844980931 + }, + { + "language": "GAP", + "license_type": "permissive", + "file_count": 26151, + "total_size_bytes": 504460355, + "estimated_tokens": 382614289 + }, + { + "language": "GCC Machine Description", + "license_type": "no_license", + "file_count": 1766, + "total_size_bytes": 52497515, + "estimated_tokens": 22669002 + }, + { + "language": "GCC Machine Description", + "license_type": "permissive", + "file_count": 6, + "total_size_bytes": 407731, + "estimated_tokens": 176062 + }, + { + "language": "GDB", + "license_type": "no_license", + "file_count": 146865, + "total_size_bytes": 221494907, + "estimated_tokens": 95643927 + }, + { + "language": "GDB", + "license_type": "permissive", + "file_count": 13569, + "total_size_bytes": 12620640, + "estimated_tokens": 5449730 + }, + { + "language": "GDScript", + "license_type": "no_license", + "file_count": 3084969, + "total_size_bytes": 7637114843, + "estimated_tokens": 2165047252 + }, + { + "language": "GDScript", + "license_type": "permissive", + "file_count": 74140, + "total_size_bytes": 214887451, + "estimated_tokens": 60918487 + }, + { + "language": "GDShader", + "license_type": "no_license", + "file_count": 93912, + "total_size_bytes": 157820654, + "estimated_tokens": 68148687 + }, + { + "language": "GDShader", + "license_type": "permissive", + "file_count": 2457, + "total_size_bytes": 4127903, + "estimated_tokens": 1782473 + }, + { + "language": "GEDCOM", + "license_type": "no_license", + "file_count": 71002, + "total_size_bytes": 785790383, + "estimated_tokens": 339312897 + }, + { + "language": "GEDCOM", + "license_type": "permissive", + "file_count": 332, + "total_size_bytes": 14904791, + "estimated_tokens": 6436052 + }, + { + "language": "GLSL", + "license_type": "no_license", + "file_count": 9838816, + "total_size_bytes": 70286745640, + "estimated_tokens": 35382738142 + }, + { + "language": "GLSL", + "license_type": "permissive", + "file_count": 585716, + "total_size_bytes": 1852280872, + "estimated_tokens": 932448478 + }, + { + "language": "GN", + "license_type": "no_license", + "file_count": 2396596, + "total_size_bytes": 6567500398, + "estimated_tokens": 1711834852 + }, + { + "language": "GN", + "license_type": "permissive", + "file_count": 293116, + "total_size_bytes": 680674732, + "estimated_tokens": 177419514 + }, + { + "language": "GSC", + "license_type": "no_license", + "file_count": 345082, + "total_size_bytes": 4967393247, + "estimated_tokens": 1760954812 + }, + { + "language": "GSC", + "license_type": "permissive", + "file_count": 5935, + "total_size_bytes": 94695284, + "estimated_tokens": 33569743 + }, + { + "language": "Game Maker Language", + "license_type": "no_license", + "file_count": 2570120, + "total_size_bytes": 3095746674, + "estimated_tokens": 1218366195 + }, + { + "language": "Game Maker Language", + "license_type": "permissive", + "file_count": 94448, + "total_size_bytes": 357440940, + "estimated_tokens": 140674933 + }, + { + "language": "Gemfile.lock", + "license_type": "no_license", + "file_count": 3555306, + "total_size_bytes": 16532545891, + "estimated_tokens": 7436812333 + }, + { + "language": "Gemfile.lock", + "license_type": "permissive", + "file_count": 39133, + "total_size_bytes": 137161015, + "estimated_tokens": 61698950 + }, + { + "language": "Gemini", + "license_type": "no_license", + "file_count": 23959, + "total_size_bytes": 81510639, + "estimated_tokens": 35197187 + }, + { + "language": "Gemini", + "license_type": "permissive", + "file_count": 861, + "total_size_bytes": 2652992, + "estimated_tokens": 1145591 + }, + { + "language": "Genero 4gl", + "license_type": "no_license", + "file_count": 32011, + "total_size_bytes": 818726618, + "estimated_tokens": 353535124 + }, + { + "language": "Genero 4gl", + "license_type": "permissive", + "file_count": 103, + "total_size_bytes": 575935, + "estimated_tokens": 248695 + }, + { + "language": "Genero per", + "license_type": "no_license", + "file_count": 27556, + "total_size_bytes": 407616503, + "estimated_tokens": 176013272 + }, + { + "language": "Genero per", + "license_type": "permissive", + "file_count": 222, + "total_size_bytes": 137502487, + "estimated_tokens": 59375080 + }, + { + "language": "Genie", + "license_type": "no_license", + "file_count": 1481, + "total_size_bytes": 2258774, + "estimated_tokens": 975363 + }, + { + "language": "Genie", + "license_type": "permissive", + "file_count": 35, + "total_size_bytes": 52824, + "estimated_tokens": 22809 + }, + { + "language": "Genshi", + "license_type": "no_license", + "file_count": 15282, + "total_size_bytes": 1484670524, + "estimated_tokens": 641097000 + }, + { + "language": "Genshi", + "license_type": "permissive", + "file_count": 363, + "total_size_bytes": 55679647, + "estimated_tokens": 24043081 + }, + { + "language": "Gentoo Ebuild", + "license_type": "no_license", + "file_count": 5712452, + "total_size_bytes": 8925057428, + "estimated_tokens": 3092514244 + }, + { + "language": "Gentoo Ebuild", + "license_type": "permissive", + "file_count": 2423, + "total_size_bytes": 7422609, + "estimated_tokens": 2571918 + }, + { + "language": "Gentoo Eclass", + "license_type": "no_license", + "file_count": 42581, + "total_size_bytes": 432023059, + "estimated_tokens": 186552290 + }, + { + "language": "Gentoo Eclass", + "license_type": "permissive", + "file_count": 53, + "total_size_bytes": 484452, + "estimated_tokens": 209191 + }, + { + "language": "Gerber Image", + "license_type": "no_license", + "file_count": 2500161, + "total_size_bytes": 77734529173, + "estimated_tokens": 67746532616 + }, + { + "language": "Gerber Image", + "license_type": "permissive", + "file_count": 54331, + "total_size_bytes": 3146303764, + "estimated_tokens": 2742039770 + }, + { + "language": "Gettext Catalog", + "license_type": "no_license", + "file_count": 373974524, + "total_size_bytes": 4581349980954, + "estimated_tokens": 1280957881589 + }, + { + "language": "Gettext Catalog", + "license_type": "permissive", + "file_count": 2680731, + "total_size_bytes": 48433331774, + "estimated_tokens": 13542090939 + }, + { + "language": "Gherkin", + "license_type": "no_license", + "file_count": 5376815, + "total_size_bytes": 18576550398, + "estimated_tokens": 5883681600 + }, + { + "language": "Gherkin", + "license_type": "permissive", + "file_count": 92040, + "total_size_bytes": 590175100, + "estimated_tokens": 186923960 + }, + { + "language": "Git Attributes", + "license_type": "no_license", + "file_count": 20835091, + "total_size_bytes": 15613352272, + "estimated_tokens": 5221879456 + }, + { + "language": "Git Attributes", + "license_type": "permissive", + "file_count": 480868, + "total_size_bytes": 216990647, + "estimated_tokens": 72572435 + }, + { + "language": "Git Config", + "license_type": "no_license", + "file_count": 3017795, + "total_size_bytes": 506116912, + "estimated_tokens": 218546828 + }, + { + "language": "Git Config", + "license_type": "permissive", + "file_count": 212384, + "total_size_bytes": 45666503, + "estimated_tokens": 19719296 + }, + { + "language": "Git Revision List", + "license_type": "no_license", + "file_count": 34700, + "total_size_bytes": 40499486, + "estimated_tokens": 17488121 + }, + { + "language": "Git Revision List", + "license_type": "permissive", + "file_count": 4036, + "total_size_bytes": 2206525, + "estimated_tokens": 952801 + }, + { + "language": "Gleam", + "license_type": "no_license", + "file_count": 42208, + "total_size_bytes": 134692047, + "estimated_tokens": 58161501 + }, + { + "language": "Gleam", + "license_type": "permissive", + "file_count": 5072, + "total_size_bytes": 22155197, + "estimated_tokens": 9566856 + }, + { + "language": "Glimmer JS", + "license_type": "no_license", + "file_count": 8161, + "total_size_bytes": 31795692, + "estimated_tokens": 13729728 + }, + { + "language": "Glimmer JS", + "license_type": "permissive", + "file_count": 9, + "total_size_bytes": 10338, + "estimated_tokens": 4464 + }, + { + "language": "Glimmer TS", + "license_type": "no_license", + "file_count": 26955, + "total_size_bytes": 691707118, + "estimated_tokens": 298686712 + }, + { + "language": "Glimmer TS", + "license_type": "permissive", + "file_count": 809, + "total_size_bytes": 5678809, + "estimated_tokens": 2452171 + }, + { + "language": "Glyph", + "license_type": "no_license", + "file_count": 6272, + "total_size_bytes": 218352163, + "estimated_tokens": 94286856 + }, + { + "language": "Glyph", + "license_type": "permissive", + "file_count": 115, + "total_size_bytes": 27240427, + "estimated_tokens": 11762714 + }, + { + "language": "Glyph Bitmap Distribution Format", + "license_type": "no_license", + "file_count": 365491, + "total_size_bytes": 67869852269, + "estimated_tokens": 47785022632 + }, + { + "language": "Glyph Bitmap Distribution Format", + "license_type": "permissive", + "file_count": 8558, + "total_size_bytes": 2142940819, + "estimated_tokens": 1508777050 + }, + { + "language": "Gnuplot", + "license_type": "no_license", + "file_count": 1582487, + "total_size_bytes": 121764244474, + "estimated_tokens": 110403844868 + }, + { + "language": "Gnuplot", + "license_type": "permissive", + "file_count": 167387, + "total_size_bytes": 6965675811, + "estimated_tokens": 6315789951 + }, + { + "language": "Go", + "license_type": "no_license", + "file_count": 133402617, + "total_size_bytes": 1486096167961, + "estimated_tokens": 439482982737 + }, + { + "language": "Go", + "license_type": "permissive", + "file_count": 42406455, + "total_size_bytes": 490531402121, + "estimated_tokens": 145064773315 + }, + { + "language": "Go Checksums", + "license_type": "no_license", + "file_count": 1645467, + "total_size_bytes": 26591919774, + "estimated_tokens": 16524914856 + }, + { + "language": "Go Checksums", + "license_type": "permissive", + "file_count": 238366, + "total_size_bytes": 6701352860, + "estimated_tokens": 4164396041 + }, + { + "language": "Go Module", + "license_type": "no_license", + "file_count": 2449874, + "total_size_bytes": 1754631140, + "estimated_tokens": 757668952 + }, + { + "language": "Go Module", + "license_type": "permissive", + "file_count": 304260, + "total_size_bytes": 406726436, + "estimated_tokens": 175628931 + }, + { + "language": "Go Workspace", + "license_type": "no_license", + "file_count": 18788, + "total_size_bytes": 2632192, + "estimated_tokens": 1136609 + }, + { + "language": "Go Workspace", + "license_type": "permissive", + "file_count": 3471, + "total_size_bytes": 436320, + "estimated_tokens": 188407 + }, + { + "language": "Godot Resource", + "license_type": "no_license", + "file_count": 3402730, + "total_size_bytes": 82553399849, + "estimated_tokens": 64141286210 + }, + { + "language": "Godot Resource", + "license_type": "permissive", + "file_count": 104331, + "total_size_bytes": 2094439392, + "estimated_tokens": 1627310767 + }, + { + "language": "Golo", + "license_type": "no_license", + "file_count": 2913, + "total_size_bytes": 3820421, + "estimated_tokens": 1649699 + }, + { + "language": "Golo", + "license_type": "permissive", + "file_count": 75, + "total_size_bytes": 98667, + "estimated_tokens": 42605 + }, + { + "language": "Gosu", + "license_type": "no_license", + "file_count": 248284, + "total_size_bytes": 968469320, + "estimated_tokens": 418195664 + }, + { + "language": "Gosu", + "license_type": "permissive", + "file_count": 10328, + "total_size_bytes": 53274706, + "estimated_tokens": 23004601 + }, + { + "language": "Grace", + "license_type": "no_license", + "file_count": 3353, + "total_size_bytes": 10972248, + "estimated_tokens": 4737936 + }, + { + "language": "Grace", + "license_type": "permissive", + "file_count": 32, + "total_size_bytes": 168242, + "estimated_tokens": 72648 + }, + { + "language": "Gradle", + "license_type": "no_license", + "file_count": 28834546, + "total_size_bytes": 30842476021, + "estimated_tokens": 7458684859 + }, + { + "language": "Gradle", + "license_type": "permissive", + "file_count": 1478970, + "total_size_bytes": 1749778902, + "estimated_tokens": 423151805 + }, + { + "language": "Gradle Kotlin DSL", + "license_type": "no_license", + "file_count": 4001437, + "total_size_bytes": 3796775392, + "estimated_tokens": 880811963 + }, + { + "language": "Gradle Kotlin DSL", + "license_type": "permissive", + "file_count": 206834, + "total_size_bytes": 230895477, + "estimated_tokens": 53565322 + }, + { + "language": "Grammatical Framework", + "license_type": "no_license", + "file_count": 34873, + "total_size_bytes": 2448010636, + "estimated_tokens": 1057077816 + }, + { + "language": "Grammatical Framework", + "license_type": "permissive", + "file_count": 391, + "total_size_bytes": 839174, + "estimated_tokens": 362364 + }, + { + "language": "Graph Modeling Language", + "license_type": "no_license", + "file_count": 1251707, + "total_size_bytes": 35594132341, + "estimated_tokens": 16545087790 + }, + { + "language": "Graph Modeling Language", + "license_type": "permissive", + "file_count": 12875, + "total_size_bytes": 485405988, + "estimated_tokens": 225629455 + }, + { + "language": "GraphQL", + "license_type": "no_license", + "file_count": 1451018, + "total_size_bytes": 8852881109, + "estimated_tokens": 2187621574 + }, + { + "language": "GraphQL", + "license_type": "permissive", + "file_count": 57631, + "total_size_bytes": 3332873354, + "estimated_tokens": 823581110 + }, + { + "language": "Graphviz (DOT)", + "license_type": "no_license", + "file_count": 4420159, + "total_size_bytes": 47658681323, + "estimated_tokens": 22963820827 + }, + { + "language": "Graphviz (DOT)", + "license_type": "permissive", + "file_count": 136009, + "total_size_bytes": 3388743351, + "estimated_tokens": 1632829381 + }, + { + "language": "Groovy", + "license_type": "no_license", + "file_count": 5094345, + "total_size_bytes": 16630365413, + "estimated_tokens": 4170717449 + }, + { + "language": "Groovy", + "license_type": "permissive", + "file_count": 796092, + "total_size_bytes": 2492554971, + "estimated_tokens": 625106078 + }, + { + "language": "Groovy Server Pages", + "license_type": "no_license", + "file_count": 492387, + "total_size_bytes": 2861341657, + "estimated_tokens": 1235558680 + }, + { + "language": "Groovy Server Pages", + "license_type": "permissive", + "file_count": 32833, + "total_size_bytes": 97891680, + "estimated_tokens": 42270700 + }, + { + "language": "HAProxy", + "license_type": "no_license", + "file_count": 816438, + "total_size_bytes": 6389012829, + "estimated_tokens": 4525205034 + }, + { + "language": "HAProxy", + "license_type": "permissive", + "file_count": 54722, + "total_size_bytes": 84958523, + "estimated_tokens": 60174356 + }, + { + "language": "HCL", + "license_type": "no_license", + "file_count": 7991133, + "total_size_bytes": 20020075131, + "estimated_tokens": 8875530834 + }, + { + "language": "HCL", + "license_type": "permissive", + "file_count": 794625, + "total_size_bytes": 1809650746, + "estimated_tokens": 802275260 + }, + { + "language": "HIP", + "license_type": "no_license", + "file_count": 124372, + "total_size_bytes": 1358148368, + "estimated_tokens": 586463347 + }, + { + "language": "HIP", + "license_type": "permissive", + "file_count": 4212, + "total_size_bytes": 72565551, + "estimated_tokens": 31334600 + }, + { + "language": "HLSL", + "license_type": "no_license", + "file_count": 7188823, + "total_size_bytes": 39698967493, + "estimated_tokens": 13502770471 + }, + { + "language": "HLSL", + "license_type": "permissive", + "file_count": 106123, + "total_size_bytes": 531131450, + "estimated_tokens": 180653213 + }, + { + "language": "HOCON", + "license_type": "no_license", + "file_count": 38303, + "total_size_bytes": 35145484, + "estimated_tokens": 15176205 + }, + { + "language": "HOCON", + "license_type": "permissive", + "file_count": 5923, + "total_size_bytes": 4645129, + "estimated_tokens": 2005817 + }, + { + "language": "HTML", + "license_type": "no_license", + "file_count": 1181068397, + "total_size_bytes": 25106547839107, + "estimated_tokens": 9692702542159 + }, + { + "language": "HTML", + "license_type": "permissive", + "file_count": 60157117, + "total_size_bytes": 1048278857718, + "estimated_tokens": 404701403562 + }, + { + "language": "HTML+ECR", + "license_type": "no_license", + "file_count": 6286, + "total_size_bytes": 7128116, + "estimated_tokens": 3077998 + }, + { + "language": "HTML+ECR", + "license_type": "permissive", + "file_count": 92, + "total_size_bytes": 74520, + "estimated_tokens": 32178 + }, + { + "language": "HTML+EEX", + "license_type": "no_license", + "file_count": 317363, + "total_size_bytes": 562658111, + "estimated_tokens": 242961937 + }, + { + "language": "HTML+EEX", + "license_type": "permissive", + "file_count": 5366, + "total_size_bytes": 9756911, + "estimated_tokens": 4213141 + }, + { + "language": "HTML+ERB", + "license_type": "no_license", + "file_count": 26062254, + "total_size_bytes": 31306785290, + "estimated_tokens": 9079431794 + }, + { + "language": "HTML+ERB", + "license_type": "permissive", + "file_count": 354915, + "total_size_bytes": 857073774, + "estimated_tokens": 248564098 + }, + { + "language": "HTML+PHP", + "license_type": "no_license", + "file_count": 8661626, + "total_size_bytes": 33165903451, + "estimated_tokens": 8343319163 + }, + { + "language": "HTML+PHP", + "license_type": "permissive", + "file_count": 67891, + "total_size_bytes": 247830554, + "estimated_tokens": 62345034 + }, + { + "language": "HTML+Razor", + "license_type": "no_license", + "file_count": 32943378, + "total_size_bytes": 82736235513, + "estimated_tokens": 18776299651 + }, + { + "language": "HTML+Razor", + "license_type": "permissive", + "file_count": 808483, + "total_size_bytes": 1285848725, + "estimated_tokens": 291812660 + }, + { + "language": "HTTP", + "license_type": "no_license", + "file_count": 1236178, + "total_size_bytes": 1307108010, + "estimated_tokens": 564423561 + }, + { + "language": "HTTP", + "license_type": "permissive", + "file_count": 23108, + "total_size_bytes": 55180162, + "estimated_tokens": 23827398 + }, + { + "language": "HXML", + "license_type": "no_license", + "file_count": 59729, + "total_size_bytes": 23419296, + "estimated_tokens": 10112708 + }, + { + "language": "HXML", + "license_type": "permissive", + "file_count": 4317, + "total_size_bytes": 1300832, + "estimated_tokens": 561713 + }, + { + "language": "Hack", + "license_type": "no_license", + "file_count": 19500697, + "total_size_bytes": 42469294221, + "estimated_tokens": 12490812119 + }, + { + "language": "Hack", + "license_type": "permissive", + "file_count": 675078, + "total_size_bytes": 739954176, + "estimated_tokens": 217630849 + }, + { + "language": "Haml", + "license_type": "no_license", + "file_count": 2348339, + "total_size_bytes": 2367730779, + "estimated_tokens": 1022412094 + }, + { + "language": "Haml", + "license_type": "permissive", + "file_count": 17479, + "total_size_bytes": 19136639, + "estimated_tokens": 8263410 + }, + { + "language": "Handlebars", + "license_type": "no_license", + "file_count": 9566957, + "total_size_bytes": 17588636152, + "estimated_tokens": 4979068598 + }, + { + "language": "Handlebars", + "license_type": "permissive", + "file_count": 194958, + "total_size_bytes": 505386814, + "estimated_tokens": 143067125 + }, + { + "language": "Harbour", + "license_type": "no_license", + "file_count": 8411, + "total_size_bytes": 777835285, + "estimated_tokens": 335877799 + }, + { + "language": "Harbour", + "license_type": "permissive", + "file_count": 300, + "total_size_bytes": 34987979, + "estimated_tokens": 15108192 + }, + { + "language": "Hare", + "license_type": "no_license", + "file_count": 4827, + "total_size_bytes": 88499151, + "estimated_tokens": 38214903 + }, + { + "language": "Hare", + "license_type": "permissive", + "file_count": 120, + "total_size_bytes": 2191403, + "estimated_tokens": 946271 + }, + { + "language": "Haskell", + "license_type": "no_license", + "file_count": 2899171, + "total_size_bytes": 13265273386, + "estimated_tokens": 3846254318 + }, + { + "language": "Haskell", + "license_type": "permissive", + "file_count": 158378, + "total_size_bytes": 769274579, + "estimated_tokens": 223050485 + }, + { + "language": "Haxe", + "license_type": "no_license", + "file_count": 1460659, + "total_size_bytes": 4949273955, + "estimated_tokens": 1470974430 + }, + { + "language": "Haxe", + "license_type": "permissive", + "file_count": 940706, + "total_size_bytes": 8680685929, + "estimated_tokens": 2579987924 + }, + { + "language": "HiveQL", + "license_type": "no_license", + "file_count": 2678811, + "total_size_bytes": 3959361277, + "estimated_tokens": 2952538668 + }, + { + "language": "HiveQL", + "license_type": "permissive", + "file_count": 97619, + "total_size_bytes": 104847150, + "estimated_tokens": 78185657 + }, + { + "language": "HolyC", + "license_type": "no_license", + "file_count": 30874, + "total_size_bytes": 488078717, + "estimated_tokens": 210757738 + }, + { + "language": "HolyC", + "license_type": "permissive", + "file_count": 3494, + "total_size_bytes": 18930964, + "estimated_tokens": 8174597 + }, + { + "language": "Hosts File", + "license_type": "no_license", + "file_count": 48336, + "total_size_bytes": 1204188575, + "estimated_tokens": 519981821 + }, + { + "language": "Hosts File", + "license_type": "permissive", + "file_count": 2271, + "total_size_bytes": 45936351, + "estimated_tokens": 19835819 + }, + { + "language": "Hy", + "license_type": "no_license", + "file_count": 16882, + "total_size_bytes": 40260755, + "estimated_tokens": 17385035 + }, + { + "language": "Hy", + "license_type": "permissive", + "file_count": 257, + "total_size_bytes": 466381, + "estimated_tokens": 201388 + }, + { + "language": "HyPhy", + "license_type": "no_license", + "file_count": 55094, + "total_size_bytes": 334050968, + "estimated_tokens": 144246868 + }, + { + "language": "HyPhy", + "license_type": "permissive", + "file_count": 209, + "total_size_bytes": 7325501, + "estimated_tokens": 3163231 + }, + { + "language": "IDL", + "license_type": "no_license", + "file_count": 417452, + "total_size_bytes": 3407223749, + "estimated_tokens": 1640859616 + }, + { + "language": "IDL", + "license_type": "permissive", + "file_count": 9006, + "total_size_bytes": 223657659, + "estimated_tokens": 107709633 + }, + { + "language": "IGOR Pro", + "license_type": "no_license", + "file_count": 25842, + "total_size_bytes": 244663605, + "estimated_tokens": 105648425 + }, + { + "language": "IGOR Pro", + "license_type": "permissive", + "file_count": 669, + "total_size_bytes": 16114797, + "estimated_tokens": 6958545 + }, + { + "language": "INI", + "license_type": "no_license", + "file_count": 79362626, + "total_size_bytes": 259006399452, + "estimated_tokens": 148977264508 + }, + { + "language": "INI", + "license_type": "permissive", + "file_count": 2928738, + "total_size_bytes": 6321384580, + "estimated_tokens": 3635981908 + }, + { + "language": "IRC log", + "license_type": "no_license", + "file_count": 2419, + "total_size_bytes": 323705842, + "estimated_tokens": 139779729 + }, + { + "language": "IRC log", + "license_type": "permissive", + "file_count": 8, + "total_size_bytes": 5247, + "estimated_tokens": 2265 + }, + { + "language": "ISPC", + "license_type": "no_license", + "file_count": 301813, + "total_size_bytes": 383474628, + "estimated_tokens": 165588546 + }, + { + "language": "ISPC", + "license_type": "permissive", + "file_count": 97636, + "total_size_bytes": 106702326, + "estimated_tokens": 46075233 + }, + { + "language": "Idris", + "license_type": "no_license", + "file_count": 61089, + "total_size_bytes": 184534978, + "estimated_tokens": 79684225 + }, + { + "language": "Idris", + "license_type": "permissive", + "file_count": 1064, + "total_size_bytes": 2291706, + "estimated_tokens": 989583 + }, + { + "language": "Ignore List", + "license_type": "no_license", + "file_count": 278704918, + "total_size_bytes": 91187919535, + "estimated_tokens": 27170293238 + }, + { + "language": "Ignore List", + "license_type": "permissive", + "file_count": 10905801, + "total_size_bytes": 3480356091, + "estimated_tokens": 1037004638 + }, + { + "language": "ImageJ Macro", + "license_type": "no_license", + "file_count": 32595, + "total_size_bytes": 129513213, + "estimated_tokens": 55925224 + }, + { + "language": "ImageJ Macro", + "license_type": "permissive", + "file_count": 787, + "total_size_bytes": 4854499, + "estimated_tokens": 2096225 + }, + { + "language": "Imba", + "license_type": "no_license", + "file_count": 7583, + "total_size_bytes": 29174138, + "estimated_tokens": 12597712 + }, + { + "language": "Imba", + "license_type": "permissive", + "file_count": 56, + "total_size_bytes": 93978, + "estimated_tokens": 40580 + }, + { + "language": "Inform 7", + "license_type": "no_license", + "file_count": 13080, + "total_size_bytes": 563227691, + "estimated_tokens": 243207888 + }, + { + "language": "Inform 7", + "license_type": "permissive", + "file_count": 917, + "total_size_bytes": 23321108, + "estimated_tokens": 10070309 + }, + { + "language": "Ink", + "license_type": "no_license", + "file_count": 39184, + "total_size_bytes": 107513818, + "estimated_tokens": 46425644 + }, + { + "language": "Ink", + "license_type": "permissive", + "file_count": 645, + "total_size_bytes": 1996188, + "estimated_tokens": 861975 + }, + { + "language": "Inno Setup", + "license_type": "no_license", + "file_count": 111017, + "total_size_bytes": 2808252229, + "estimated_tokens": 1212634084 + }, + { + "language": "Inno Setup", + "license_type": "permissive", + "file_count": 4416, + "total_size_bytes": 114983065, + "estimated_tokens": 49650947 + }, + { + "language": "Io", + "license_type": "no_license", + "file_count": 57658, + "total_size_bytes": 235741688, + "estimated_tokens": 101795844 + }, + { + "language": "Io", + "license_type": "permissive", + "file_count": 1621, + "total_size_bytes": 7159845, + "estimated_tokens": 3091699 + }, + { + "language": "Ioke", + "license_type": "no_license", + "file_count": 3113, + "total_size_bytes": 10819260, + "estimated_tokens": 4671875 + }, + { + "language": "Ioke", + "license_type": "permissive", + "file_count": 25, + "total_size_bytes": 48851, + "estimated_tokens": 21094 + }, + { + "language": "Isabelle", + "license_type": "no_license", + "file_count": 190758, + "total_size_bytes": 4661214812, + "estimated_tokens": 1549162123 + }, + { + "language": "Isabelle", + "license_type": "permissive", + "file_count": 4970, + "total_size_bytes": 59605192, + "estimated_tokens": 19809879 + }, + { + "language": "Isabelle ROOT", + "license_type": "no_license", + "file_count": 12987, + "total_size_bytes": 18654311, + "estimated_tokens": 8055135 + }, + { + "language": "Isabelle ROOT", + "license_type": "permissive", + "file_count": 82, + "total_size_bytes": 81800, + "estimated_tokens": 35322 + }, + { + "language": "J", + "license_type": "no_license", + "file_count": 21876, + "total_size_bytes": 236841471, + "estimated_tokens": 102270742 + }, + { + "language": "J", + "license_type": "permissive", + "file_count": 171, + "total_size_bytes": 3021256, + "estimated_tokens": 1304611 + }, + { + "language": "JAR Manifest", + "license_type": "no_license", + "file_count": 3706268, + "total_size_bytes": 3236142338, + "estimated_tokens": 1429428889 + }, + { + "language": "JAR Manifest", + "license_type": "permissive", + "file_count": 90308, + "total_size_bytes": 111736404, + "estimated_tokens": 49354826 + }, + { + "language": "JCL", + "license_type": "no_license", + "file_count": 11921, + "total_size_bytes": 122785961, + "estimated_tokens": 53020323 + }, + { + "language": "JCL", + "license_type": "permissive", + "file_count": 3822, + "total_size_bytes": 12929750, + "estimated_tokens": 5583207 + }, + { + "language": "JFlex", + "license_type": "no_license", + "file_count": 52137, + "total_size_bytes": 352921365, + "estimated_tokens": 152395312 + }, + { + "language": "JFlex", + "license_type": "permissive", + "file_count": 4243, + "total_size_bytes": 29301725, + "estimated_tokens": 12652805 + }, + { + "language": "JSON", + "license_type": "no_license", + "file_count": 2754248013, + "total_size_bytes": 46358390345215, + "estimated_tokens": 20297746275482 + }, + { + "language": "JSON", + "license_type": "permissive", + "file_count": 164035517, + "total_size_bytes": 3310689463703, + "estimated_tokens": 1449565747014 + }, + { + "language": "JSON with Comments", + "license_type": "no_license", + "file_count": 83241504, + "total_size_bytes": 81665980901, + "estimated_tokens": 23175773992 + }, + { + "language": "JSON with Comments", + "license_type": "permissive", + "file_count": 2563744, + "total_size_bytes": 3406586730, + "estimated_tokens": 966746291 + }, + { + "language": "JSON5", + "license_type": "no_license", + "file_count": 2370369, + "total_size_bytes": 8900302783, + "estimated_tokens": 3178174547 + }, + { + "language": "JSON5", + "license_type": "permissive", + "file_count": 80707, + "total_size_bytes": 115714735, + "estimated_tokens": 41320125 + }, + { + "language": "JSONLD", + "license_type": "no_license", + "file_count": 540602, + "total_size_bytes": 5537875610, + "estimated_tokens": 1799403331 + }, + { + "language": "JSONLD", + "license_type": "permissive", + "file_count": 525376, + "total_size_bytes": 3753923410, + "estimated_tokens": 1219749732 + }, + { + "language": "JSONiq", + "license_type": "no_license", + "file_count": 5763, + "total_size_bytes": 190533383, + "estimated_tokens": 82274402 + }, + { + "language": "JSONiq", + "license_type": "permissive", + "file_count": 3539, + "total_size_bytes": 2133782, + "estimated_tokens": 921390 + }, + { + "language": "Jai", + "license_type": "no_license", + "file_count": 8990, + "total_size_bytes": 174018814, + "estimated_tokens": 75143230 + }, + { + "language": "Jai", + "license_type": "permissive", + "file_count": 930, + "total_size_bytes": 7211659, + "estimated_tokens": 3114073 + }, + { + "language": "Janet", + "license_type": "no_license", + "file_count": 9826, + "total_size_bytes": 31438206, + "estimated_tokens": 13575361 + }, + { + "language": "Janet", + "license_type": "permissive", + "file_count": 504, + "total_size_bytes": 2470743, + "estimated_tokens": 1066893 + }, + { + "language": "Jasmin", + "license_type": "no_license", + "file_count": 114754, + "total_size_bytes": 267909448, + "estimated_tokens": 115686235 + }, + { + "language": "Jasmin", + "license_type": "permissive", + "file_count": 8169, + "total_size_bytes": 24272659, + "estimated_tokens": 10481200 + }, + { + "language": "Java", + "license_type": "no_license", + "file_count": 766250587, + "total_size_bytes": 3500703422246, + "estimated_tokens": 836250452031 + }, + { + "language": "Java", + "license_type": "permissive", + "file_count": 70664978, + "total_size_bytes": 408153869028, + "estimated_tokens": 97500078214 + }, + { + "language": "Java Properties", + "license_type": "no_license", + "file_count": 39407446, + "total_size_bytes": 102347895101, + "estimated_tokens": 35568468181 + }, + { + "language": "Java Properties", + "license_type": "permissive", + "file_count": 3075144, + "total_size_bytes": 17261420176, + "estimated_tokens": 5998777734 + }, + { + "language": "Java Server Pages", + "license_type": "no_license", + "file_count": 26152628, + "total_size_bytes": 121134215113, + "estimated_tokens": 33815419517 + }, + { + "language": "Java Server Pages", + "license_type": "permissive", + "file_count": 709951, + "total_size_bytes": 3335246566, + "estimated_tokens": 931056198 + }, + { + "language": "Java Template Engine", + "license_type": "no_license", + "file_count": 16723, + "total_size_bytes": 25600440, + "estimated_tokens": 11054550 + }, + { + "language": "Java Template Engine", + "license_type": "permissive", + "file_count": 353, + "total_size_bytes": 712439, + "estimated_tokens": 307638 + }, + { + "language": "JavaScript", + "license_type": "no_license", + "file_count": 15001109082, + "total_size_bytes": 115990325280462, + "estimated_tokens": 44611927023767 + }, + { + "language": "JavaScript", + "license_type": "permissive", + "file_count": 974789350, + "total_size_bytes": 7751230946393, + "estimated_tokens": 2981260277430 + }, + { + "language": "JavaScript+ERB", + "license_type": "no_license", + "file_count": 554755, + "total_size_bytes": 727602515, + "estimated_tokens": 314186738 + }, + { + "language": "JavaScript+ERB", + "license_type": "permissive", + "file_count": 7798, + "total_size_bytes": 5868046, + "estimated_tokens": 2533886 + }, + { + "language": "Jest Snapshot", + "license_type": "no_license", + "file_count": 4228777, + "total_size_bytes": 72137775126, + "estimated_tokens": 20991794685 + }, + { + "language": "Jest Snapshot", + "license_type": "permissive", + "file_count": 250003, + "total_size_bytes": 3474619602, + "estimated_tokens": 1011099956 + }, + { + "language": "JetBrains MPS", + "license_type": "no_license", + "file_count": 159792, + "total_size_bytes": 23559713895, + "estimated_tokens": 11831117587 + }, + { + "language": "JetBrains MPS", + "license_type": "permissive", + "file_count": 12525, + "total_size_bytes": 789327294, + "estimated_tokens": 396381045 + }, + { + "language": "Jinja", + "license_type": "no_license", + "file_count": 2203715, + "total_size_bytes": 5927242232, + "estimated_tokens": 1559030845 + }, + { + "language": "Jinja", + "license_type": "permissive", + "file_count": 193751, + "total_size_bytes": 507473135, + "estimated_tokens": 133479658 + }, + { + "language": "Jison", + "license_type": "no_license", + "file_count": 124403, + "total_size_bytes": 767291595, + "estimated_tokens": 331324918 + }, + { + "language": "Jison", + "license_type": "permissive", + "file_count": 1258, + "total_size_bytes": 7819537, + "estimated_tokens": 3376561 + }, + { + "language": "Jison Lex", + "license_type": "no_license", + "file_count": 3719, + "total_size_bytes": 11563400, + "estimated_tokens": 4993202 + }, + { + "language": "Jison Lex", + "license_type": "permissive", + "file_count": 61, + "total_size_bytes": 623036, + "estimated_tokens": 269033 + }, + { + "language": "Jolie", + "license_type": "no_license", + "file_count": 21326, + "total_size_bytes": 92485214, + "estimated_tokens": 39936128 + }, + { + "language": "Jolie", + "license_type": "permissive", + "file_count": 222, + "total_size_bytes": 202043, + "estimated_tokens": 87244 + }, + { + "language": "Jsonnet", + "license_type": "no_license", + "file_count": 351237, + "total_size_bytes": 3409933899, + "estimated_tokens": 780961476 + }, + { + "language": "Jsonnet", + "license_type": "permissive", + "file_count": 97725, + "total_size_bytes": 1678914966, + "estimated_tokens": 384514172 + }, + { + "language": "Julia", + "license_type": "no_license", + "file_count": 1539001, + "total_size_bytes": 14871809558, + "estimated_tokens": 6741742833 + }, + { + "language": "Julia", + "license_type": "permissive", + "file_count": 30252, + "total_size_bytes": 263863356, + "estimated_tokens": 119615496 + }, + { + "language": "Jupyter Notebook", + "license_type": "no_license", + "file_count": 39641610, + "total_size_bytes": 12672294937100, + "estimated_tokens": 8305524424448 + }, + { + "language": "Jupyter Notebook", + "license_type": "permissive", + "file_count": 1147490, + "total_size_bytes": 333182396125, + "estimated_tokens": 218370432707 + }, + { + "language": "Just", + "license_type": "no_license", + "file_count": 58492, + "total_size_bytes": 117340463, + "estimated_tokens": 50668897 + }, + { + "language": "Just", + "license_type": "permissive", + "file_count": 6206, + "total_size_bytes": 19234704, + "estimated_tokens": 8305755 + }, + { + "language": "KDL", + "license_type": "no_license", + "file_count": 28186, + "total_size_bytes": 101911334, + "estimated_tokens": 44006430 + }, + { + "language": "KDL", + "license_type": "permissive", + "file_count": 549, + "total_size_bytes": 2947152, + "estimated_tokens": 1272612 + }, + { + "language": "KRL", + "license_type": "no_license", + "file_count": 5311, + "total_size_bytes": 19653870, + "estimated_tokens": 8486756 + }, + { + "language": "KRL", + "license_type": "permissive", + "file_count": 94, + "total_size_bytes": 242921, + "estimated_tokens": 104895 + }, + { + "language": "Kaitai Struct", + "license_type": "no_license", + "file_count": 15151, + "total_size_bytes": 99077828, + "estimated_tokens": 42782891 + }, + { + "language": "Kaitai Struct", + "license_type": "permissive", + "file_count": 1009, + "total_size_bytes": 9631809, + "estimated_tokens": 4159120 + }, + { + "language": "KakouneScript", + "license_type": "no_license", + "file_count": 7496, + "total_size_bytes": 27862257, + "estimated_tokens": 12031227 + }, + { + "language": "KakouneScript", + "license_type": "permissive", + "file_count": 2498, + "total_size_bytes": 9548825, + "estimated_tokens": 4123287 + }, + { + "language": "KerboScript", + "license_type": "no_license", + "file_count": 40391, + "total_size_bytes": 133856230, + "estimated_tokens": 57800586 + }, + { + "language": "KerboScript", + "license_type": "permissive", + "file_count": 1718, + "total_size_bytes": 2946218, + "estimated_tokens": 1272209 + }, + { + "language": "KiCad Layout", + "license_type": "no_license", + "file_count": 3781425, + "total_size_bytes": 114060525630, + "estimated_tokens": 78790926256 + }, + { + "language": "KiCad Layout", + "license_type": "permissive", + "file_count": 189382, + "total_size_bytes": 6413020658, + "estimated_tokens": 4429997450 + }, + { + "language": "KiCad Legacy Layout", + "license_type": "no_license", + "file_count": 13299, + "total_size_bytes": 3128098304, + "estimated_tokens": 1350747123 + }, + { + "language": "KiCad Legacy Layout", + "license_type": "permissive", + "file_count": 92, + "total_size_bytes": 20572903, + "estimated_tokens": 8883604 + }, + { + "language": "KiCad Schematic", + "license_type": "no_license", + "file_count": 476722, + "total_size_bytes": 33943369037, + "estimated_tokens": 18099888114 + }, + { + "language": "KiCad Schematic", + "license_type": "permissive", + "file_count": 26774, + "total_size_bytes": 1912274469, + "estimated_tokens": 1019697069 + }, + { + "language": "Kickstart", + "license_type": "no_license", + "file_count": 47901, + "total_size_bytes": 317629907, + "estimated_tokens": 137156074 + }, + { + "language": "Kickstart", + "license_type": "permissive", + "file_count": 830, + "total_size_bytes": 4853719, + "estimated_tokens": 2095889 + }, + { + "language": "Kit", + "license_type": "no_license", + "file_count": 41310, + "total_size_bytes": 240291749, + "estimated_tokens": 103760610 + }, + { + "language": "Kit", + "license_type": "permissive", + "file_count": 700, + "total_size_bytes": 3710541, + "estimated_tokens": 1602252 + }, + { + "language": "Koka", + "license_type": "no_license", + "file_count": 8507, + "total_size_bytes": 67251817, + "estimated_tokens": 29040071 + }, + { + "language": "Koka", + "license_type": "permissive", + "file_count": 49, + "total_size_bytes": 1526128, + "estimated_tokens": 658998 + }, + { + "language": "Kotlin", + "license_type": "no_license", + "file_count": 53746912, + "total_size_bytes": 119247769785, + "estimated_tokens": 25105843368 + }, + { + "language": "Kotlin", + "license_type": "permissive", + "file_count": 3450481, + "total_size_bytes": 10872936994, + "estimated_tokens": 2289135080 + }, + { + "language": "Kusto", + "license_type": "no_license", + "file_count": 52958, + "total_size_bytes": 205496120, + "estimated_tokens": 88735476 + }, + { + "language": "Kusto", + "license_type": "permissive", + "file_count": 608, + "total_size_bytes": 1718642, + "estimated_tokens": 742128 + }, + { + "language": "LFE", + "license_type": "no_license", + "file_count": 6596, + "total_size_bytes": 10354040, + "estimated_tokens": 4470987 + }, + { + "language": "LFE", + "license_type": "permissive", + "file_count": 239, + "total_size_bytes": 534524, + "estimated_tokens": 230813 + }, + { + "language": "LLVM", + "license_type": "no_license", + "file_count": 53131436, + "total_size_bytes": 512305543691, + "estimated_tokens": 251861447418 + }, + { + "language": "LLVM", + "license_type": "permissive", + "file_count": 2124465, + "total_size_bytes": 16734267536, + "estimated_tokens": 8226959272 + }, + { + "language": "LOLCODE", + "license_type": "no_license", + "file_count": 8792, + "total_size_bytes": 53553320, + "estimated_tokens": 23124910 + }, + { + "language": "LOLCODE", + "license_type": "permissive", + "file_count": 763, + "total_size_bytes": 306169, + "estimated_tokens": 132207 + }, + { + "language": "LSL", + "license_type": "no_license", + "file_count": 51444, + "total_size_bytes": 603553532, + "estimated_tokens": 260621028 + }, + { + "language": "LSL", + "license_type": "permissive", + "file_count": 479, + "total_size_bytes": 9731887, + "estimated_tokens": 4202335 + }, + { + "language": "LTspice Symbol", + "license_type": "no_license", + "file_count": 296606, + "total_size_bytes": 298675262, + "estimated_tokens": 128971250 + }, + { + "language": "LTspice Symbol", + "license_type": "permissive", + "file_count": 518, + "total_size_bytes": 336360, + "estimated_tokens": 145243 + }, + { + "language": "LabVIEW", + "license_type": "no_license", + "file_count": 72295, + "total_size_bytes": 3091861371, + "estimated_tokens": 1715977791 + }, + { + "language": "LabVIEW", + "license_type": "permissive", + "file_count": 2394, + "total_size_bytes": 93814714, + "estimated_tokens": 52067006 + }, + { + "language": "Lark", + "license_type": "no_license", + "file_count": 18437, + "total_size_bytes": 84202919, + "estimated_tokens": 36359743 + }, + { + "language": "Lark", + "license_type": "permissive", + "file_count": 777, + "total_size_bytes": 5765133, + "estimated_tokens": 2489447 + }, + { + "language": "Lasso", + "license_type": "no_license", + "file_count": 176833, + "total_size_bytes": 19944237885, + "estimated_tokens": 13497274527 + }, + { + "language": "Lasso", + "license_type": "permissive", + "file_count": 4225, + "total_size_bytes": 1055301170, + "estimated_tokens": 714175677 + }, + { + "language": "Latte", + "license_type": "no_license", + "file_count": 86130, + "total_size_bytes": 154785388, + "estimated_tokens": 66838026 + }, + { + "language": "Latte", + "license_type": "permissive", + "file_count": 2127, + "total_size_bytes": 2147458, + "estimated_tokens": 927295 + }, + { + "language": "Lean", + "license_type": "no_license", + "file_count": 60868, + "total_size_bytes": 296980525, + "estimated_tokens": 128239444 + }, + { + "language": "Lean", + "license_type": "permissive", + "file_count": 42717, + "total_size_bytes": 509175727, + "estimated_tokens": 219867658 + }, + { + "language": "Lean 4", + "license_type": "no_license", + "file_count": 180659, + "total_size_bytes": 889804954, + "estimated_tokens": 384227529 + }, + { + "language": "Lean 4", + "license_type": "permissive", + "file_count": 136025, + "total_size_bytes": 1560015347, + "estimated_tokens": 673631720 + }, + { + "language": "Leo", + "license_type": "no_license", + "file_count": 241403, + "total_size_bytes": 1360025156, + "estimated_tokens": 587273764 + }, + { + "language": "Leo", + "license_type": "permissive", + "file_count": 134, + "total_size_bytes": 1683939, + "estimated_tokens": 727143 + }, + { + "language": "Less", + "license_type": "no_license", + "file_count": 65699094, + "total_size_bytes": 296494198813, + "estimated_tokens": 91033138153 + }, + { + "language": "Less", + "license_type": "permissive", + "file_count": 17647724, + "total_size_bytes": 19851989199, + "estimated_tokens": 6095191348 + }, + { + "language": "Lex", + "license_type": "no_license", + "file_count": 499663, + "total_size_bytes": 3870844344, + "estimated_tokens": 1703730697 + }, + { + "language": "Lex", + "license_type": "permissive", + "file_count": 15742, + "total_size_bytes": 291320810, + "estimated_tokens": 128223240 + }, + { + "language": "LigoLANG", + "license_type": "no_license", + "file_count": 5274, + "total_size_bytes": 8772986, + "estimated_tokens": 3788271 + }, + { + "language": "LigoLANG", + "license_type": "permissive", + "file_count": 48, + "total_size_bytes": 272660, + "estimated_tokens": 117737 + }, + { + "language": "LilyPond", + "license_type": "no_license", + "file_count": 221932, + "total_size_bytes": 1010887120, + "estimated_tokens": 436512135 + }, + { + "language": "LilyPond", + "license_type": "permissive", + "file_count": 11348, + "total_size_bytes": 26482479, + "estimated_tokens": 11435424 + }, + { + "language": "Limbo", + "license_type": "no_license", + "file_count": 166161, + "total_size_bytes": 3101713402, + "estimated_tokens": 1339353834 + }, + { + "language": "Limbo", + "license_type": "permissive", + "file_count": 29985, + "total_size_bytes": 63629134, + "estimated_tokens": 27475757 + }, + { + "language": "Linear Programming", + "license_type": "no_license", + "file_count": 490194, + "total_size_bytes": 35038519525, + "estimated_tokens": 25348279706 + }, + { + "language": "Linear Programming", + "license_type": "permissive", + "file_count": 1233, + "total_size_bytes": 166331287, + "estimated_tokens": 120330768 + }, + { + "language": "Linker Script", + "license_type": "no_license", + "file_count": 3475704, + "total_size_bytes": 15017117508, + "estimated_tokens": 7898848128 + }, + { + "language": "Linker Script", + "license_type": "permissive", + "file_count": 299832, + "total_size_bytes": 1226166980, + "estimated_tokens": 644951119 + }, + { + "language": "Linux Kernel Module", + "license_type": "no_license", + "file_count": 916273, + "total_size_bytes": 7162349542, + "estimated_tokens": 6429223267 + }, + { + "language": "Linux Kernel Module", + "license_type": "permissive", + "file_count": 21966, + "total_size_bytes": 62523204, + "estimated_tokens": 56123432 + }, + { + "language": "Liquid", + "license_type": "no_license", + "file_count": 3793256, + "total_size_bytes": 28740867034, + "estimated_tokens": 9163209616 + }, + { + "language": "Liquid", + "license_type": "permissive", + "file_count": 14398, + "total_size_bytes": 54481014, + "estimated_tokens": 17369724 + }, + { + "language": "Literate Agda", + "license_type": "no_license", + "file_count": 9410, + "total_size_bytes": 51179485, + "estimated_tokens": 22099862 + }, + { + "language": "Literate Agda", + "license_type": "permissive", + "file_count": 1010, + "total_size_bytes": 13166028, + "estimated_tokens": 5685235 + }, + { + "language": "Literate CoffeeScript", + "license_type": "no_license", + "file_count": 31919, + "total_size_bytes": 205901464, + "estimated_tokens": 88910508 + }, + { + "language": "Literate CoffeeScript", + "license_type": "permissive", + "file_count": 549, + "total_size_bytes": 4244220, + "estimated_tokens": 1832700 + }, + { + "language": "Literate Haskell", + "license_type": "no_license", + "file_count": 48760, + "total_size_bytes": 459812136, + "estimated_tokens": 198551918 + }, + { + "language": "Literate Haskell", + "license_type": "permissive", + "file_count": 617, + "total_size_bytes": 3635908, + "estimated_tokens": 1570024 + }, + { + "language": "LiveCode Script", + "license_type": "no_license", + "file_count": 7575, + "total_size_bytes": 93338186, + "estimated_tokens": 40304451 + }, + { + "language": "LiveCode Script", + "license_type": "permissive", + "file_count": 260, + "total_size_bytes": 5726452, + "estimated_tokens": 2472744 + }, + { + "language": "LiveScript", + "license_type": "no_license", + "file_count": 1174907, + "total_size_bytes": 3950054994, + "estimated_tokens": 1553161416 + }, + { + "language": "LiveScript", + "license_type": "permissive", + "file_count": 11440, + "total_size_bytes": 36277919, + "estimated_tokens": 14264475 + }, + { + "language": "Logos", + "license_type": "no_license", + "file_count": 360423, + "total_size_bytes": 7094185578, + "estimated_tokens": 5328308771 + }, + { + "language": "Logos", + "license_type": "permissive", + "file_count": 9279, + "total_size_bytes": 103772261, + "estimated_tokens": 77941384 + }, + { + "language": "Logtalk", + "license_type": "no_license", + "file_count": 3907, + "total_size_bytes": 66276292, + "estimated_tokens": 28618829 + }, + { + "language": "Logtalk", + "license_type": "permissive", + "file_count": 3609, + "total_size_bytes": 12103892, + "estimated_tokens": 5226593 + }, + { + "language": "LookML", + "license_type": "no_license", + "file_count": 166885, + "total_size_bytes": 999365054, + "estimated_tokens": 431536780 + }, + { + "language": "LookML", + "license_type": "permissive", + "file_count": 1663, + "total_size_bytes": 7362402, + "estimated_tokens": 3179165 + }, + { + "language": "LoomScript", + "license_type": "no_license", + "file_count": 1643, + "total_size_bytes": 8648261, + "estimated_tokens": 3734413 + }, + { + "language": "LoomScript", + "license_type": "permissive", + "file_count": 22, + "total_size_bytes": 43979, + "estimated_tokens": 18990 + }, + { + "language": "Lua", + "license_type": "no_license", + "file_count": 27322690, + "total_size_bytes": 239276394038, + "estimated_tokens": 113989998927 + }, + { + "language": "Lua", + "license_type": "permissive", + "file_count": 1721559, + "total_size_bytes": 8139724250, + "estimated_tokens": 3877721253 + }, + { + "language": "Luau", + "license_type": "no_license", + "file_count": 90404, + "total_size_bytes": 630377773, + "estimated_tokens": 272204029 + }, + { + "language": "Luau", + "license_type": "permissive", + "file_count": 2513, + "total_size_bytes": 34587135, + "estimated_tokens": 14935103 + }, + { + "language": "M", + "license_type": "no_license", + "file_count": 770239, + "total_size_bytes": 7504508023, + "estimated_tokens": 3922524351 + }, + { + "language": "M", + "license_type": "permissive", + "file_count": 9702, + "total_size_bytes": 135011044, + "estimated_tokens": 70568797 + }, + { + "language": "M3U", + "license_type": "no_license", + "file_count": 1157228, + "total_size_bytes": 50053021620, + "estimated_tokens": 27628477024 + }, + { + "language": "M3U", + "license_type": "permissive", + "file_count": 51280, + "total_size_bytes": 687784183, + "estimated_tokens": 379646001 + }, + { + "language": "M4", + "license_type": "no_license", + "file_count": 381129, + "total_size_bytes": 2281485485, + "estimated_tokens": 985170431 + }, + { + "language": "M4", + "license_type": "permissive", + "file_count": 71835, + "total_size_bytes": 342132045, + "estimated_tokens": 147736365 + }, + { + "language": "M4Sugar", + "license_type": "no_license", + "file_count": 2884353, + "total_size_bytes": 63087395666, + "estimated_tokens": 19323965401 + }, + { + "language": "M4Sugar", + "license_type": "permissive", + "file_count": 178399, + "total_size_bytes": 4453129178, + "estimated_tokens": 1364014368 + }, + { + "language": "MATLAB", + "license_type": "no_license", + "file_count": 21016851, + "total_size_bytes": 106141834552, + "estimated_tokens": 56499575239 + }, + { + "language": "MATLAB", + "license_type": "permissive", + "file_count": 412308, + "total_size_bytes": 2094157657, + "estimated_tokens": 1114725580 + }, + { + "language": "MAXScript", + "license_type": "no_license", + "file_count": 129298, + "total_size_bytes": 2797323487, + "estimated_tokens": 1207914933 + }, + { + "language": "MAXScript", + "license_type": "permissive", + "file_count": 3450, + "total_size_bytes": 12319331, + "estimated_tokens": 5319622 + }, + { + "language": "MDX", + "license_type": "no_license", + "file_count": 7396854, + "total_size_bytes": 31665694623, + "estimated_tokens": 8017554092 + }, + { + "language": "MDX", + "license_type": "permissive", + "file_count": 691850, + "total_size_bytes": 3676925630, + "estimated_tokens": 930974371 + }, + { + "language": "MLIR", + "license_type": "no_license", + "file_count": 1569140, + "total_size_bytes": 14778136375, + "estimated_tokens": 7178511603 + }, + { + "language": "MLIR", + "license_type": "permissive", + "file_count": 108133, + "total_size_bytes": 1041686227, + "estimated_tokens": 506001330 + }, + { + "language": "MQL4", + "license_type": "no_license", + "file_count": 60523, + "total_size_bytes": 509973788, + "estimated_tokens": 220212269 + }, + { + "language": "MQL4", + "license_type": "permissive", + "file_count": 1681, + "total_size_bytes": 8292453, + "estimated_tokens": 3580772 + }, + { + "language": "MQL5", + "license_type": "no_license", + "file_count": 115406, + "total_size_bytes": 2844628152, + "estimated_tokens": 1228341606 + }, + { + "language": "MQL5", + "license_type": "permissive", + "file_count": 4676, + "total_size_bytes": 99809195, + "estimated_tokens": 43098704 + }, + { + "language": "MTML", + "license_type": "no_license", + "file_count": 12261, + "total_size_bytes": 31587663, + "estimated_tokens": 13639899 + }, + { + "language": "MTML", + "license_type": "permissive", + "file_count": 58, + "total_size_bytes": 164072, + "estimated_tokens": 70848 + }, + { + "language": "MUF", + "license_type": "no_license", + "file_count": 21117, + "total_size_bytes": 44393997, + "estimated_tokens": 19169814 + }, + { + "language": "MUF", + "license_type": "permissive", + "file_count": 93, + "total_size_bytes": 13099898, + "estimated_tokens": 5656679 + }, + { + "language": "Macaulay2", + "license_type": "no_license", + "file_count": 91228, + "total_size_bytes": 1621280097, + "estimated_tokens": 700086511 + }, + { + "language": "Macaulay2", + "license_type": "permissive", + "file_count": 73, + "total_size_bytes": 48315078, + "estimated_tokens": 20862980 + }, + { + "language": "Makefile", + "license_type": "no_license", + "file_count": 116209414, + "total_size_bytes": 441506073578, + "estimated_tokens": 148163967239 + }, + { + "language": "Makefile", + "license_type": "permissive", + "file_count": 5839128, + "total_size_bytes": 20812524164, + "estimated_tokens": 6984425204 + }, + { + "language": "Mako", + "license_type": "no_license", + "file_count": 626620, + "total_size_bytes": 1103256520, + "estimated_tokens": 476398254 + }, + { + "language": "Mako", + "license_type": "permissive", + "file_count": 10567, + "total_size_bytes": 28021552, + "estimated_tokens": 12100013 + }, + { + "language": "Markdown", + "license_type": "no_license", + "file_count": 2084894898, + "total_size_bytes": 11049548514439, + "estimated_tokens": 3513132089987 + }, + { + "language": "Markdown", + "license_type": "permissive", + "file_count": 93269365, + "total_size_bytes": 667824103033, + "estimated_tokens": 212330330399 + }, + { + "language": "Marko", + "license_type": "no_license", + "file_count": 194105, + "total_size_bytes": 88243571, + "estimated_tokens": 38104540 + }, + { + "language": "Marko", + "license_type": "permissive", + "file_count": 12896, + "total_size_bytes": 1138122897, + "estimated_tokens": 491453937 + }, + { + "language": "Mask", + "license_type": "no_license", + "file_count": 8898, + "total_size_bytes": 80895384, + "estimated_tokens": 34931513 + }, + { + "language": "Mask", + "license_type": "permissive", + "file_count": 106, + "total_size_bytes": 11229653, + "estimated_tokens": 4849087 + }, + { + "language": "Mathematica", + "license_type": "no_license", + "file_count": 731201, + "total_size_bytes": 128398727177, + "estimated_tokens": 85674932914 + }, + { + "language": "Mathematica", + "license_type": "permissive", + "file_count": 29425, + "total_size_bytes": 1909505811, + "estimated_tokens": 1274130872 + }, + { + "language": "Maven POM", + "license_type": "no_license", + "file_count": 18410997, + "total_size_bytes": 54023475499, + "estimated_tokens": 13873423196 + }, + { + "language": "Maven POM", + "license_type": "permissive", + "file_count": 1503411, + "total_size_bytes": 5969403186, + "estimated_tokens": 1532964250 + }, + { + "language": "Max", + "license_type": "no_license", + "file_count": 544804, + "total_size_bytes": 17265192135, + "estimated_tokens": 9133653179 + }, + { + "language": "Max", + "license_type": "permissive", + "file_count": 38980, + "total_size_bytes": 4901986821, + "estimated_tokens": 2593255097 + }, + { + "language": "Mercury", + "license_type": "no_license", + "file_count": 27144, + "total_size_bytes": 3081502918, + "estimated_tokens": 1330626725 + }, + { + "language": "Mercury", + "license_type": "permissive", + "file_count": 413, + "total_size_bytes": 30373856, + "estimated_tokens": 13115763 + }, + { + "language": "Mermaid", + "license_type": "no_license", + "file_count": 97641, + "total_size_bytes": 467597931, + "estimated_tokens": 201913910 + }, + { + "language": "Mermaid", + "license_type": "permissive", + "file_count": 5697, + "total_size_bytes": 13623306, + "estimated_tokens": 5882692 + }, + { + "language": "Meson", + "license_type": "no_license", + "file_count": 1109874, + "total_size_bytes": 1540334449, + "estimated_tokens": 665133293 + }, + { + "language": "Meson", + "license_type": "permissive", + "file_count": 37610, + "total_size_bytes": 62060067, + "estimated_tokens": 26798216 + }, + { + "language": "Metal", + "license_type": "no_license", + "file_count": 97079, + "total_size_bytes": 1057685000, + "estimated_tokens": 456719972 + }, + { + "language": "Metal", + "license_type": "permissive", + "file_count": 2555, + "total_size_bytes": 100992170, + "estimated_tokens": 43609525 + }, + { + "language": "Microsoft Developer Studio Project", + "license_type": "no_license", + "file_count": 684254, + "total_size_bytes": 5323842479, + "estimated_tokens": 1912663543 + }, + { + "language": "Microsoft Developer Studio Project", + "license_type": "permissive", + "file_count": 59320, + "total_size_bytes": 369140102, + "estimated_tokens": 132618652 + }, + { + "language": "Microsoft Visual Studio Solution", + "license_type": "no_license", + "file_count": 12126741, + "total_size_bytes": 31555349278, + "estimated_tokens": 16260587862 + }, + { + "language": "Microsoft Visual Studio Solution", + "license_type": "permissive", + "file_count": 406534, + "total_size_bytes": 2119242477, + "estimated_tokens": 1092053464 + }, + { + "language": "MiniD", + "license_type": "no_license", + "file_count": 9, + "total_size_bytes": 284, + "estimated_tokens": 122 + }, + { + "language": "MiniYAML", + "license_type": "no_license", + "file_count": 88725, + "total_size_bytes": 666630190, + "estimated_tokens": 287858220 + }, + { + "language": "MiniYAML", + "license_type": "permissive", + "file_count": 1998, + "total_size_bytes": 11779396, + "estimated_tokens": 5086472 + }, + { + "language": "MiniZinc", + "license_type": "no_license", + "file_count": 60214, + "total_size_bytes": 883130269, + "estimated_tokens": 381345327 + }, + { + "language": "MiniZinc", + "license_type": "permissive", + "file_count": 1115, + "total_size_bytes": 2864446, + "estimated_tokens": 1236899 + }, + { + "language": "MiniZinc Data", + "license_type": "no_license", + "file_count": 260450, + "total_size_bytes": 3260706978, + "estimated_tokens": 2952913339 + }, + { + "language": "MiniZinc Data", + "license_type": "permissive", + "file_count": 3196, + "total_size_bytes": 41786910, + "estimated_tokens": 37842444 + }, + { + "language": "Mint", + "license_type": "no_license", + "file_count": 7195, + "total_size_bytes": 17813057, + "estimated_tokens": 7691873 + }, + { + "language": "Mint", + "license_type": "permissive", + "file_count": 47, + "total_size_bytes": 148656, + "estimated_tokens": 64191 + }, + { + "language": "Mirah", + "license_type": "no_license", + "file_count": 1503, + "total_size_bytes": 4188428, + "estimated_tokens": 1808609 + }, + { + "language": "Mirah", + "license_type": "permissive", + "file_count": 66, + "total_size_bytes": 488253, + "estimated_tokens": 210832 + }, + { + "language": "Modelica", + "license_type": "no_license", + "file_count": 322462374, + "total_size_bytes": 3095725840, + "estimated_tokens": 1301440968 + }, + { + "language": "Modelica", + "license_type": "permissive", + "file_count": 1331655, + "total_size_bytes": 82620672, + "estimated_tokens": 34733672 + }, + { + "language": "Modula-2", + "license_type": "no_license", + "file_count": 41260, + "total_size_bytes": 396286920, + "estimated_tokens": 171121034 + }, + { + "language": "Modula-2", + "license_type": "permissive", + "file_count": 626, + "total_size_bytes": 4437565, + "estimated_tokens": 1916189 + }, + { + "language": "Modula-3", + "license_type": "no_license", + "file_count": 192015, + "total_size_bytes": 785235294, + "estimated_tokens": 339073204 + }, + { + "language": "Modula-3", + "license_type": "permissive", + "file_count": 262, + "total_size_bytes": 46885120, + "estimated_tokens": 20245508 + }, + { + "language": "Module Management System", + "license_type": "no_license", + "file_count": 73748, + "total_size_bytes": 253076215, + "estimated_tokens": 109281082 + }, + { + "language": "Module Management System", + "license_type": "permissive", + "file_count": 5923, + "total_size_bytes": 23688284, + "estimated_tokens": 10228860 + }, + { + "language": "Mojo", + "license_type": "no_license", + "file_count": 15835, + "total_size_bytes": 108279840, + "estimated_tokens": 46756421 + }, + { + "language": "Mojo", + "license_type": "permissive", + "file_count": 1262, + "total_size_bytes": 6552540, + "estimated_tokens": 2829458 + }, + { + "language": "Monkey", + "license_type": "no_license", + "file_count": 11420, + "total_size_bytes": 57675479, + "estimated_tokens": 24904903 + }, + { + "language": "Monkey", + "license_type": "permissive", + "file_count": 349, + "total_size_bytes": 593372, + "estimated_tokens": 256224 + }, + { + "language": "Monkey C", + "license_type": "no_license", + "file_count": 34383, + "total_size_bytes": 211627889, + "estimated_tokens": 91383241 + }, + { + "language": "Monkey C", + "license_type": "permissive", + "file_count": 1689, + "total_size_bytes": 8395685, + "estimated_tokens": 3625348 + }, + { + "language": "Moocode", + "license_type": "no_license", + "file_count": 5385, + "total_size_bytes": 169566952, + "estimated_tokens": 73220867 + }, + { + "language": "Moocode", + "license_type": "permissive", + "file_count": 83, + "total_size_bytes": 1696129, + "estimated_tokens": 732407 + }, + { + "language": "MoonBit", + "license_type": "no_license", + "file_count": 9839, + "total_size_bytes": 36552122, + "estimated_tokens": 15783606 + }, + { + "language": "MoonBit", + "license_type": "permissive", + "file_count": 3381, + "total_size_bytes": 447766641, + "estimated_tokens": 193350542 + }, + { + "language": "MoonScript", + "license_type": "no_license", + "file_count": 20962, + "total_size_bytes": 69589900, + "estimated_tokens": 30049681 + }, + { + "language": "MoonScript", + "license_type": "permissive", + "file_count": 333, + "total_size_bytes": 635363, + "estimated_tokens": 274356 + }, + { + "language": "Motoko", + "license_type": "no_license", + "file_count": 94410, + "total_size_bytes": 755600004, + "estimated_tokens": 326276361 + }, + { + "language": "Motoko", + "license_type": "permissive", + "file_count": 3813, + "total_size_bytes": 30115511, + "estimated_tokens": 13004207 + }, + { + "language": "Motorola 68K Assembly", + "license_type": "no_license", + "file_count": 4524938, + "total_size_bytes": 45437267706, + "estimated_tokens": 25249438019 + }, + { + "language": "Motorola 68K Assembly", + "license_type": "permissive", + "file_count": 381177, + "total_size_bytes": 2770644599, + "estimated_tokens": 1539644054 + }, + { + "language": "Move", + "license_type": "no_license", + "file_count": 274647, + "total_size_bytes": 2688752005, + "estimated_tokens": 1180999994 + }, + { + "language": "Move", + "license_type": "permissive", + "file_count": 401784, + "total_size_bytes": 1117864533, + "estimated_tokens": 491007725 + }, + { + "language": "Muse", + "license_type": "no_license", + "file_count": 3506, + "total_size_bytes": 142970796, + "estimated_tokens": 61736356 + }, + { + "language": "Muse", + "license_type": "permissive", + "file_count": 111, + "total_size_bytes": 182862, + "estimated_tokens": 78961 + }, + { + "language": "Mustache", + "license_type": "no_license", + "file_count": 1605380, + "total_size_bytes": 5047333871, + "estimated_tokens": 1361283410 + }, + { + "language": "Mustache", + "license_type": "permissive", + "file_count": 168656, + "total_size_bytes": 1935697224, + "estimated_tokens": 522064239 + }, + { + "language": "Myghty", + "license_type": "no_license", + "file_count": 716, + "total_size_bytes": 1466860, + "estimated_tokens": 633406 + }, + { + "language": "Myghty", + "license_type": "permissive", + "file_count": 15, + "total_size_bytes": 20436, + "estimated_tokens": 8824 + }, + { + "language": "NASL", + "license_type": "no_license", + "file_count": 728182, + "total_size_bytes": 8684635331, + "estimated_tokens": 3364603832 + }, + { + "language": "NASL", + "license_type": "permissive", + "file_count": 190442, + "total_size_bytes": 3356921476, + "estimated_tokens": 1300539450 + }, + { + "language": "NCL", + "license_type": "no_license", + "file_count": 92819, + "total_size_bytes": 2614287845, + "estimated_tokens": 1128878137 + }, + { + "language": "NCL", + "license_type": "permissive", + "file_count": 889, + "total_size_bytes": 21021449, + "estimated_tokens": 9077292 + }, + { + "language": "NEON", + "license_type": "no_license", + "file_count": 529461, + "total_size_bytes": 2147874506, + "estimated_tokens": 927475747 + }, + { + "language": "NEON", + "license_type": "permissive", + "file_count": 23975, + "total_size_bytes": 25377814, + "estimated_tokens": 10958418 + }, + { + "language": "NL", + "license_type": "no_license", + "file_count": 11179, + "total_size_bytes": 1492246860, + "estimated_tokens": 644368545 + }, + { + "language": "NL", + "license_type": "permissive", + "file_count": 43, + "total_size_bytes": 146563, + "estimated_tokens": 63287 + }, + { + "language": "NMODL", + "license_type": "no_license", + "file_count": 156586, + "total_size_bytes": 609214320, + "estimated_tokens": 263065418 + }, + { + "language": "NMODL", + "license_type": "permissive", + "file_count": 592, + "total_size_bytes": 1277339, + "estimated_tokens": 551568 + }, + { + "language": "NPM Config", + "license_type": "no_license", + "file_count": 1077003, + "total_size_bytes": 59269086, + "estimated_tokens": 25593040 + }, + { + "language": "NPM Config", + "license_type": "permissive", + "file_count": 35602, + "total_size_bytes": 5969876, + "estimated_tokens": 2577857 + }, + { + "language": "NSIS", + "license_type": "no_license", + "file_count": 260148, + "total_size_bytes": 1904339710, + "estimated_tokens": 822314753 + }, + { + "language": "NSIS", + "license_type": "permissive", + "file_count": 7027, + "total_size_bytes": 52113838, + "estimated_tokens": 22503326 + }, + { + "language": "NWScript", + "license_type": "no_license", + "file_count": 276382, + "total_size_bytes": 959317060, + "estimated_tokens": 414243618 + }, + { + "language": "NWScript", + "license_type": "permissive", + "file_count": 109, + "total_size_bytes": 798595, + "estimated_tokens": 344842 + }, + { + "language": "Nasal", + "license_type": "no_license", + "file_count": 9691, + "total_size_bytes": 327892887, + "estimated_tokens": 141587741 + }, + { + "language": "Nasal", + "license_type": "permissive", + "file_count": 16, + "total_size_bytes": 228774, + "estimated_tokens": 98787 + }, + { + "language": "Nearley", + "license_type": "no_license", + "file_count": 60168, + "total_size_bytes": 249754974, + "estimated_tokens": 107846934 + }, + { + "language": "Nearley", + "license_type": "permissive", + "file_count": 907, + "total_size_bytes": 9399084, + "estimated_tokens": 4058627 + }, + { + "language": "Nemerle", + "license_type": "no_license", + "file_count": 9850, + "total_size_bytes": 32244901, + "estimated_tokens": 13923701 + }, + { + "language": "Nemerle", + "license_type": "permissive", + "file_count": 1139, + "total_size_bytes": 3902134, + "estimated_tokens": 1684984 + }, + { + "language": "NetLinx", + "license_type": "no_license", + "file_count": 5742, + "total_size_bytes": 57915357, + "estimated_tokens": 25008485 + }, + { + "language": "NetLinx", + "license_type": "permissive", + "file_count": 272, + "total_size_bytes": 1342165, + "estimated_tokens": 579561 + }, + { + "language": "NetLinx+ERB", + "license_type": "no_license", + "file_count": 91, + "total_size_bytes": 227934, + "estimated_tokens": 98424 + }, + { + "language": "NetLinx+ERB", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 11816, + "estimated_tokens": 5102 + }, + { + "language": "NetLogo", + "license_type": "no_license", + "file_count": 40321, + "total_size_bytes": 1075067562, + "estimated_tokens": 464225953 + }, + { + "language": "NetLogo", + "license_type": "permissive", + "file_count": 1166, + "total_size_bytes": 35000641, + "estimated_tokens": 15113660 + }, + { + "language": "NewLisp", + "license_type": "no_license", + "file_count": 247576, + "total_size_bytes": 4265628149, + "estimated_tokens": 2269084289 + }, + { + "language": "NewLisp", + "license_type": "permissive", + "file_count": 4636, + "total_size_bytes": 25282700, + "estimated_tokens": 13449033 + }, + { + "language": "Nextflow", + "license_type": "no_license", + "file_count": 161193, + "total_size_bytes": 872296879, + "estimated_tokens": 376667350 + }, + { + "language": "Nextflow", + "license_type": "permissive", + "file_count": 8707, + "total_size_bytes": 21118718, + "estimated_tokens": 9119293 + }, + { + "language": "Nginx", + "license_type": "no_license", + "file_count": 618061, + "total_size_bytes": 693588826, + "estimated_tokens": 299499255 + }, + { + "language": "Nginx", + "license_type": "permissive", + "file_count": 24170, + "total_size_bytes": 37243687, + "estimated_tokens": 16082232 + }, + { + "language": "Nim", + "license_type": "no_license", + "file_count": 322215, + "total_size_bytes": 1673000219, + "estimated_tokens": 722419826 + }, + { + "language": "Nim", + "license_type": "permissive", + "file_count": 11049, + "total_size_bytes": 64719735, + "estimated_tokens": 27946690 + }, + { + "language": "Ninja", + "license_type": "no_license", + "file_count": 705188, + "total_size_bytes": 37849021900, + "estimated_tokens": 12198240164 + }, + { + "language": "Ninja", + "license_type": "permissive", + "file_count": 10524, + "total_size_bytes": 674428482, + "estimated_tokens": 217359397 + }, + { + "language": "Nit", + "license_type": "no_license", + "file_count": 18980, + "total_size_bytes": 9593825, + "estimated_tokens": 4142718 + }, + { + "language": "Nit", + "license_type": "permissive", + "file_count": 226, + "total_size_bytes": 345878, + "estimated_tokens": 149353 + }, + { + "language": "Nix", + "license_type": "no_license", + "file_count": 14714151, + "total_size_bytes": 34321574600, + "estimated_tokens": 12578512175 + }, + { + "language": "Nix", + "license_type": "permissive", + "file_count": 1396649, + "total_size_bytes": 5664695796, + "estimated_tokens": 2076054081 + }, + { + "language": "Noir", + "license_type": "no_license", + "file_count": 15322, + "total_size_bytes": 207879241, + "estimated_tokens": 89764534 + }, + { + "language": "Noir", + "license_type": "permissive", + "file_count": 7232, + "total_size_bytes": 28311660, + "estimated_tokens": 12225285 + }, + { + "language": "Nu", + "license_type": "no_license", + "file_count": 22679, + "total_size_bytes": 67208436, + "estimated_tokens": 29021339 + }, + { + "language": "Nu", + "license_type": "permissive", + "file_count": 1032, + "total_size_bytes": 2688353, + "estimated_tokens": 1160860 + }, + { + "language": "NumPy", + "license_type": "no_license", + "file_count": 407, + "total_size_bytes": 1154260, + "estimated_tokens": 498422 + }, + { + "language": "NumPy", + "license_type": "permissive", + "file_count": 10, + "total_size_bytes": 9454, + "estimated_tokens": 4082 + }, + { + "language": "Nunjucks", + "license_type": "no_license", + "file_count": 972280, + "total_size_bytes": 7752015446, + "estimated_tokens": 2376200005 + }, + { + "language": "Nunjucks", + "license_type": "permissive", + "file_count": 16587, + "total_size_bytes": 81054837, + "estimated_tokens": 24845474 + }, + { + "language": "Nushell", + "license_type": "no_license", + "file_count": 91599, + "total_size_bytes": 280481870, + "estimated_tokens": 121115144 + }, + { + "language": "Nushell", + "license_type": "permissive", + "file_count": 1405, + "total_size_bytes": 4595617, + "estimated_tokens": 1984437 + }, + { + "language": "OASv2-json", + "license_type": "no_license", + "file_count": 843473, + "total_size_bytes": 69723360485, + "estimated_tokens": 14932823787 + }, + { + "language": "OASv2-json", + "license_type": "permissive", + "file_count": 46221, + "total_size_bytes": 9180073069, + "estimated_tokens": 1966118852 + }, + { + "language": "OASv2-yaml", + "license_type": "no_license", + "file_count": 253422, + "total_size_bytes": 13312690766, + "estimated_tokens": 2588210553 + }, + { + "language": "OASv2-yaml", + "license_type": "permissive", + "file_count": 59469, + "total_size_bytes": 3158372956, + "estimated_tokens": 614040719 + }, + { + "language": "OASv3-json", + "license_type": "no_license", + "file_count": 290900, + "total_size_bytes": 34567717483, + "estimated_tokens": 7187938732 + }, + { + "language": "OASv3-json", + "license_type": "permissive", + "file_count": 25469, + "total_size_bytes": 2940612384, + "estimated_tokens": 611464776 + }, + { + "language": "OASv3-yaml", + "license_type": "no_license", + "file_count": 498653, + "total_size_bytes": 22243890428, + "estimated_tokens": 4727977102 + }, + { + "language": "OASv3-yaml", + "license_type": "permissive", + "file_count": 63518, + "total_size_bytes": 5078434171, + "estimated_tokens": 1079429902 + }, + { + "language": "OCaml", + "license_type": "no_license", + "file_count": 2723156, + "total_size_bytes": 17268225927, + "estimated_tokens": 5982281670 + }, + { + "language": "OCaml", + "license_type": "permissive", + "file_count": 81579, + "total_size_bytes": 537651700, + "estimated_tokens": 186260240 + }, + { + "language": "OMNeT++ MSG", + "license_type": "no_license", + "file_count": 8077320, + "total_size_bytes": 14137050822, + "estimated_tokens": 6071798473 + }, + { + "language": "OMNeT++ MSG", + "license_type": "permissive", + "file_count": 225167, + "total_size_bytes": 284708672, + "estimated_tokens": 122281068 + }, + { + "language": "OMNeT++ NED", + "license_type": "no_license", + "file_count": 212551, + "total_size_bytes": 662626017, + "estimated_tokens": 286129174 + }, + { + "language": "OMNeT++ NED", + "license_type": "permissive", + "file_count": 3435, + "total_size_bytes": 26243681, + "estimated_tokens": 11332309 + }, + { + "language": "Oberon", + "license_type": "no_license", + "file_count": 54396, + "total_size_bytes": 41557080, + "estimated_tokens": 17944802 + }, + { + "language": "Oberon", + "license_type": "permissive", + "file_count": 63, + "total_size_bytes": 529571, + "estimated_tokens": 228674 + }, + { + "language": "ObjDump", + "license_type": "no_license", + "file_count": 17705, + "total_size_bytes": 3856903575, + "estimated_tokens": 2563029333 + }, + { + "language": "ObjDump", + "license_type": "permissive", + "file_count": 3647, + "total_size_bytes": 170965557, + "estimated_tokens": 113611794 + }, + { + "language": "Object Data Instance Notation", + "license_type": "no_license", + "file_count": 4411, + "total_size_bytes": 62452925, + "estimated_tokens": 26967857 + }, + { + "language": "Object Data Instance Notation", + "license_type": "permissive", + "file_count": 33, + "total_size_bytes": 1040553, + "estimated_tokens": 449322 + }, + { + "language": "ObjectScript", + "license_type": "no_license", + "file_count": 98994, + "total_size_bytes": 691869838, + "estimated_tokens": 298756977 + }, + { + "language": "ObjectScript", + "license_type": "permissive", + "file_count": 667, + "total_size_bytes": 6377773, + "estimated_tokens": 2753992 + }, + { + "language": "Objective-C", + "license_type": "no_license", + "file_count": 129243203, + "total_size_bytes": 526577794927, + "estimated_tokens": 135759871412 + }, + { + "language": "Objective-C", + "license_type": "permissive", + "file_count": 5517235, + "total_size_bytes": 31424996305, + "estimated_tokens": 8101848385 + }, + { + "language": "Objective-C++", + "license_type": "no_license", + "file_count": 9211734, + "total_size_bytes": 70624098825, + "estimated_tokens": 26706166088 + }, + { + "language": "Objective-C++", + "license_type": "permissive", + "file_count": 193550, + "total_size_bytes": 2793007896, + "estimated_tokens": 1056162613 + }, + { + "language": "Objective-J", + "license_type": "no_license", + "file_count": 193439, + "total_size_bytes": 1726709150, + "estimated_tokens": 745611931 + }, + { + "language": "Objective-J", + "license_type": "permissive", + "file_count": 6930, + "total_size_bytes": 67812821, + "estimated_tokens": 29282319 + }, + { + "language": "Odin", + "license_type": "no_license", + "file_count": 54742, + "total_size_bytes": 549177490, + "estimated_tokens": 237140857 + }, + { + "language": "Odin", + "license_type": "permissive", + "file_count": 1542, + "total_size_bytes": 18588822, + "estimated_tokens": 8026857 + }, + { + "language": "Omgrofl", + "license_type": "no_license", + "file_count": 188, + "total_size_bytes": 51132, + "estimated_tokens": 22079 + }, + { + "language": "Omgrofl", + "license_type": "permissive", + "file_count": 8, + "total_size_bytes": 7929, + "estimated_tokens": 3423 + }, + { + "language": "Opa", + "license_type": "no_license", + "file_count": 3506, + "total_size_bytes": 19763102, + "estimated_tokens": 8533923 + }, + { + "language": "Opa", + "license_type": "permissive", + "file_count": 166, + "total_size_bytes": 6321, + "estimated_tokens": 2729 + }, + { + "language": "Opal", + "license_type": "no_license", + "file_count": 1975, + "total_size_bytes": 1976025, + "estimated_tokens": 853269 + }, + { + "language": "Opal", + "license_type": "permissive", + "file_count": 11, + "total_size_bytes": 57774, + "estimated_tokens": 24947 + }, + { + "language": "Open Policy Agent", + "license_type": "no_license", + "file_count": 58375, + "total_size_bytes": 575134497, + "estimated_tokens": 248349377 + }, + { + "language": "Open Policy Agent", + "license_type": "permissive", + "file_count": 36946, + "total_size_bytes": 75684623, + "estimated_tokens": 32681449 + }, + { + "language": "OpenCL", + "license_type": "no_license", + "file_count": 1637697, + "total_size_bytes": 11246814787, + "estimated_tokens": 4916524605 + }, + { + "language": "OpenCL", + "license_type": "permissive", + "file_count": 81440, + "total_size_bytes": 574101163, + "estimated_tokens": 250967278 + }, + { + "language": "OpenEdge ABL", + "license_type": "no_license", + "file_count": 4474694, + "total_size_bytes": 58020309171, + "estimated_tokens": 39324000994 + }, + { + "language": "OpenEdge ABL", + "license_type": "permissive", + "file_count": 230367, + "total_size_bytes": 2976242539, + "estimated_tokens": 2017186158 + }, + { + "language": "OpenQASM", + "license_type": "no_license", + "file_count": 1002132, + "total_size_bytes": 22061242898, + "estimated_tokens": 14819722871 + }, + { + "language": "OpenQASM", + "license_type": "permissive", + "file_count": 21682, + "total_size_bytes": 1155100617, + "estimated_tokens": 775943182 + }, + { + "language": "OpenRC runscript", + "license_type": "no_license", + "file_count": 185423, + "total_size_bytes": 182217538, + "estimated_tokens": 78683529 + }, + { + "language": "OpenRC runscript", + "license_type": "permissive", + "file_count": 1600, + "total_size_bytes": 1576771, + "estimated_tokens": 680866 + }, + { + "language": "OpenSCAD", + "license_type": "no_license", + "file_count": 284457, + "total_size_bytes": 3086131587, + "estimated_tokens": 2012023115 + }, + { + "language": "OpenSCAD", + "license_type": "permissive", + "file_count": 10774, + "total_size_bytes": 80117735, + "estimated_tokens": 52233266 + }, + { + "language": "OpenStep Property List", + "license_type": "no_license", + "file_count": 1346897, + "total_size_bytes": 9420014296, + "estimated_tokens": 5335012374 + }, + { + "language": "OpenStep Property List", + "license_type": "permissive", + "file_count": 33474, + "total_size_bytes": 406574422, + "estimated_tokens": 230262874 + }, + { + "language": "OpenType Feature File", + "license_type": "no_license", + "file_count": 34130, + "total_size_bytes": 958821452, + "estimated_tokens": 414029609 + }, + { + "language": "OpenType Feature File", + "license_type": "permissive", + "file_count": 8101, + "total_size_bytes": 38344507, + "estimated_tokens": 16557578 + }, + { + "language": "Option List", + "license_type": "no_license", + "file_count": 3731902, + "total_size_bytes": 195922364, + "estimated_tokens": 84601423 + }, + { + "language": "Option List", + "license_type": "permissive", + "file_count": 160252, + "total_size_bytes": 9956060, + "estimated_tokens": 4299135 + }, + { + "language": "Org", + "license_type": "no_license", + "file_count": 1467304, + "total_size_bytes": 9948020132, + "estimated_tokens": 3753266382 + }, + { + "language": "Org", + "license_type": "permissive", + "file_count": 25099, + "total_size_bytes": 389876861, + "estimated_tokens": 147095773 + }, + { + "language": "OverpassQL", + "license_type": "no_license", + "file_count": 3293, + "total_size_bytes": 3375991, + "estimated_tokens": 1457789 + }, + { + "language": "OverpassQL", + "license_type": "permissive", + "file_count": 34, + "total_size_bytes": 40060, + "estimated_tokens": 17298 + }, + { + "language": "Ox", + "license_type": "no_license", + "file_count": 3847, + "total_size_bytes": 12130956, + "estimated_tokens": 5238279 + }, + { + "language": "Ox", + "license_type": "permissive", + "file_count": 20, + "total_size_bytes": 15217, + "estimated_tokens": 6570 + }, + { + "language": "Oxygene", + "license_type": "no_license", + "file_count": 246, + "total_size_bytes": 875329, + "estimated_tokens": 377976 + }, + { + "language": "Oxygene", + "license_type": "permissive", + "file_count": 6, + "total_size_bytes": 4763, + "estimated_tokens": 2056 + }, + { + "language": "Oz", + "license_type": "no_license", + "file_count": 15992, + "total_size_bytes": 64586037, + "estimated_tokens": 27888958 + }, + { + "language": "Oz", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 15380, + "estimated_tokens": 6641 + }, + { + "language": "P4", + "license_type": "no_license", + "file_count": 42612, + "total_size_bytes": 250421674, + "estimated_tokens": 108134822 + }, + { + "language": "P4", + "license_type": "permissive", + "file_count": 239846, + "total_size_bytes": 599511040, + "estimated_tokens": 258875436 + }, + { + "language": "PDDL", + "license_type": "no_license", + "file_count": 2686272, + "total_size_bytes": 41233957963, + "estimated_tokens": 17416673183 + }, + { + "language": "PDDL", + "license_type": "permissive", + "file_count": 95054, + "total_size_bytes": 966756323, + "estimated_tokens": 408344960 + }, + { + "language": "PEG.js", + "license_type": "no_license", + "file_count": 154250, + "total_size_bytes": 1462128765, + "estimated_tokens": 631363222 + }, + { + "language": "PEG.js", + "license_type": "permissive", + "file_count": 238710, + "total_size_bytes": 409465606, + "estimated_tokens": 176811735 + }, + { + "language": "PHP", + "license_type": "no_license", + "file_count": 1668010625, + "total_size_bytes": 9603724566283, + "estimated_tokens": 2737206753088 + }, + { + "language": "PHP", + "license_type": "permissive", + "file_count": 168380141, + "total_size_bytes": 738865870602, + "estimated_tokens": 210587948111 + }, + { + "language": "PLSQL", + "license_type": "no_license", + "file_count": 957268, + "total_size_bytes": 21397970041, + "estimated_tokens": 9466017532 + }, + { + "language": "PLSQL", + "license_type": "permissive", + "file_count": 24773, + "total_size_bytes": 376640438, + "estimated_tokens": 166617907 + }, + { + "language": "PLpgSQL", + "license_type": "no_license", + "file_count": 1248932, + "total_size_bytes": 34769700963, + "estimated_tokens": 16922038824 + }, + { + "language": "PLpgSQL", + "license_type": "permissive", + "file_count": 111125, + "total_size_bytes": 2572484747, + "estimated_tokens": 1252000608 + }, + { + "language": "POV-Ray SDL", + "license_type": "no_license", + "file_count": 171060, + "total_size_bytes": 8543579372, + "estimated_tokens": 6653730331 + }, + { + "language": "POV-Ray SDL", + "license_type": "permissive", + "file_count": 18614, + "total_size_bytes": 1086357019, + "estimated_tokens": 846053665 + }, + { + "language": "Pact", + "license_type": "no_license", + "file_count": 14707, + "total_size_bytes": 253234778, + "estimated_tokens": 109349551 + }, + { + "language": "Pact", + "license_type": "permissive", + "file_count": 44, + "total_size_bytes": 181154, + "estimated_tokens": 78224 + }, + { + "language": "Pan", + "license_type": "no_license", + "file_count": 43644, + "total_size_bytes": 106911155, + "estimated_tokens": 46165408 + }, + { + "language": "Pan", + "license_type": "permissive", + "file_count": 9212, + "total_size_bytes": 95112788, + "estimated_tokens": 41070744 + }, + { + "language": "Papyrus", + "license_type": "no_license", + "file_count": 341870, + "total_size_bytes": 1036584009, + "estimated_tokens": 447608333 + }, + { + "language": "Papyrus", + "license_type": "permissive", + "file_count": 6865, + "total_size_bytes": 10606243, + "estimated_tokens": 4579891 + }, + { + "language": "Parrot", + "license_type": "no_license", + "file_count": 232, + "total_size_bytes": 3934278, + "estimated_tokens": 1698864 + }, + { + "language": "Parrot", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 52270, + "estimated_tokens": 22570 + }, + { + "language": "Parrot Assembly", + "license_type": "no_license", + "file_count": 3644, + "total_size_bytes": 3245095, + "estimated_tokens": 1401267 + }, + { + "language": "Parrot Assembly", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 11998, + "estimated_tokens": 5180 + }, + { + "language": "Parrot Internal Representation", + "license_type": "no_license", + "file_count": 18656, + "total_size_bytes": 438723547, + "estimated_tokens": 189445634 + }, + { + "language": "Parrot Internal Representation", + "license_type": "permissive", + "file_count": 6343, + "total_size_bytes": 228437351, + "estimated_tokens": 98641751 + }, + { + "language": "Pascal", + "license_type": "no_license", + "file_count": 5633088, + "total_size_bytes": 98952330834, + "estimated_tokens": 49109294486 + }, + { + "language": "Pascal", + "license_type": "permissive", + "file_count": 167348, + "total_size_bytes": 2992782802, + "estimated_tokens": 1485295502 + }, + { + "language": "Pawn", + "license_type": "no_license", + "file_count": 431714, + "total_size_bytes": 39762338373, + "estimated_tokens": 15351466972 + }, + { + "language": "Pawn", + "license_type": "permissive", + "file_count": 25120, + "total_size_bytes": 965593894, + "estimated_tokens": 372797058 + }, + { + "language": "Pep8", + "license_type": "no_license", + "file_count": 5369, + "total_size_bytes": 799181014, + "estimated_tokens": 345095118 + }, + { + "language": "Pep8", + "license_type": "permissive", + "file_count": 279, + "total_size_bytes": 49949207, + "estimated_tokens": 21568614 + }, + { + "language": "Perl", + "license_type": "no_license", + "file_count": 18819567, + "total_size_bytes": 174439620196, + "estimated_tokens": 66472362115 + }, + { + "language": "Perl", + "license_type": "permissive", + "file_count": 1183619, + "total_size_bytes": 13968194148, + "estimated_tokens": 5322752127 + }, + { + "language": "Pic", + "license_type": "no_license", + "file_count": 97033, + "total_size_bytes": 3482889156, + "estimated_tokens": 1461957060 + }, + { + "language": "Pic", + "license_type": "permissive", + "file_count": 1913, + "total_size_bytes": 1521888960, + "estimated_tokens": 638819155 + }, + { + "language": "Pickle", + "license_type": "no_license", + "file_count": 17651309, + "total_size_bytes": 75137806992, + "estimated_tokens": 55330405391 + }, + { + "language": "Pickle", + "license_type": "permissive", + "file_count": 897708, + "total_size_bytes": 1779597583, + "estimated_tokens": 1310470183 + }, + { + "language": "PicoLisp", + "license_type": "no_license", + "file_count": 10994, + "total_size_bytes": 97651040, + "estimated_tokens": 42166789 + }, + { + "language": "PicoLisp", + "license_type": "permissive", + "file_count": 734, + "total_size_bytes": 2466232, + "estimated_tokens": 1064946 + }, + { + "language": "PigLatin", + "license_type": "no_license", + "file_count": 48586, + "total_size_bytes": 139313263, + "estimated_tokens": 60156993 + }, + { + "language": "PigLatin", + "license_type": "permissive", + "file_count": 2362, + "total_size_bytes": 3558879, + "estimated_tokens": 1536762 + }, + { + "language": "Pike", + "license_type": "no_license", + "file_count": 13181, + "total_size_bytes": 72617119, + "estimated_tokens": 31356867 + }, + { + "language": "Pike", + "license_type": "permissive", + "file_count": 91, + "total_size_bytes": 116962, + "estimated_tokens": 50505 + }, + { + "language": "Pip Requirements", + "license_type": "no_license", + "file_count": 9750737, + "total_size_bytes": 4836653904, + "estimated_tokens": 2620740651 + }, + { + "language": "Pip Requirements", + "license_type": "permissive", + "file_count": 569723, + "total_size_bytes": 291536669, + "estimated_tokens": 157969128 + }, + { + "language": "Pkl", + "license_type": "no_license", + "file_count": 61947, + "total_size_bytes": 3500609633, + "estimated_tokens": 2118864805 + }, + { + "language": "Pkl", + "license_type": "permissive", + "file_count": 3346, + "total_size_bytes": 54069343, + "estimated_tokens": 32727336 + }, + { + "language": "PlantUML", + "license_type": "no_license", + "file_count": 800666, + "total_size_bytes": 2915792150, + "estimated_tokens": 1259071000 + }, + { + "language": "PlantUML", + "license_type": "permissive", + "file_count": 41304, + "total_size_bytes": 97008604, + "estimated_tokens": 41889378 + }, + { + "language": "Pod", + "license_type": "no_license", + "file_count": 2409294, + "total_size_bytes": 26387376762, + "estimated_tokens": 8023666733 + }, + { + "language": "Pod", + "license_type": "permissive", + "file_count": 1163250, + "total_size_bytes": 5656396732, + "estimated_tokens": 1719952790 + }, + { + "language": "Pod 6", + "license_type": "no_license", + "file_count": 1975, + "total_size_bytes": 9785786, + "estimated_tokens": 4225609 + }, + { + "language": "Pod 6", + "license_type": "permissive", + "file_count": 886, + "total_size_bytes": 1424035, + "estimated_tokens": 614913 + }, + { + "language": "PogoScript", + "license_type": "no_license", + "file_count": 8211, + "total_size_bytes": 26125541, + "estimated_tokens": 11281294 + }, + { + "language": "PogoScript", + "license_type": "permissive", + "file_count": 19, + "total_size_bytes": 58308, + "estimated_tokens": 25178 + }, + { + "language": "Polar", + "license_type": "no_license", + "file_count": 8313, + "total_size_bytes": 7359618, + "estimated_tokens": 3177963 + }, + { + "language": "Polar", + "license_type": "permissive", + "file_count": 178, + "total_size_bytes": 563465, + "estimated_tokens": 243310 + }, + { + "language": "Pony", + "license_type": "no_license", + "file_count": 15222, + "total_size_bytes": 59070294, + "estimated_tokens": 25507200 + }, + { + "language": "Pony", + "license_type": "permissive", + "file_count": 692, + "total_size_bytes": 3642384, + "estimated_tokens": 1572821 + }, + { + "language": "Portugol", + "license_type": "no_license", + "file_count": 172239, + "total_size_bytes": 1721275213, + "estimated_tokens": 743265497 + }, + { + "language": "Portugol", + "license_type": "permissive", + "file_count": 1305, + "total_size_bytes": 2149918, + "estimated_tokens": 928358 + }, + { + "language": "PostCSS", + "license_type": "no_license", + "file_count": 225275, + "total_size_bytes": 469099541, + "estimated_tokens": 202562321 + }, + { + "language": "PostCSS", + "license_type": "permissive", + "file_count": 15047, + "total_size_bytes": 32054498, + "estimated_tokens": 13841483 + }, + { + "language": "PostScript", + "license_type": "no_license", + "file_count": 6103709, + "total_size_bytes": 526395113577, + "estimated_tokens": 375357261657 + }, + { + "language": "PostScript", + "license_type": "permissive", + "file_count": 122172, + "total_size_bytes": 13863941882, + "estimated_tokens": 9885979421 + }, + { + "language": "PowerBuilder", + "license_type": "no_license", + "file_count": 71494, + "total_size_bytes": 1207926558, + "estimated_tokens": 521595923 + }, + { + "language": "PowerBuilder", + "license_type": "permissive", + "file_count": 782, + "total_size_bytes": 4878281, + "estimated_tokens": 2106495 + }, + { + "language": "PowerShell", + "license_type": "no_license", + "file_count": 31555729, + "total_size_bytes": 89997757120, + "estimated_tokens": 34078846608 + }, + { + "language": "PowerShell", + "license_type": "permissive", + "file_count": 489595, + "total_size_bytes": 1516674556, + "estimated_tokens": 574308973 + }, + { + "language": "Praat", + "license_type": "no_license", + "file_count": 9805, + "total_size_bytes": 41499223, + "estimated_tokens": 17919819 + }, + { + "language": "Praat", + "license_type": "permissive", + "file_count": 316, + "total_size_bytes": 1104264, + "estimated_tokens": 476833 + }, + { + "language": "Prisma", + "license_type": "no_license", + "file_count": 686815, + "total_size_bytes": 1595627138, + "estimated_tokens": 689009282 + }, + { + "language": "Prisma", + "license_type": "permissive", + "file_count": 11919, + "total_size_bytes": 21856694, + "estimated_tokens": 9437959 + }, + { + "language": "Processing", + "license_type": "no_license", + "file_count": 1827868, + "total_size_bytes": 8032766046, + "estimated_tokens": 2834739851 + }, + { + "language": "Processing", + "license_type": "permissive", + "file_count": 20915, + "total_size_bytes": 71284414, + "estimated_tokens": 25156063 + }, + { + "language": "Procfile", + "license_type": "no_license", + "file_count": 1778606, + "total_size_bytes": 85166515, + "estimated_tokens": 36775834 + }, + { + "language": "Procfile", + "license_type": "permissive", + "file_count": 36447, + "total_size_bytes": 3610950, + "estimated_tokens": 1559247 + }, + { + "language": "Proguard", + "license_type": "no_license", + "file_count": 6009008, + "total_size_bytes": 5002363837, + "estimated_tokens": 1225374582 + }, + { + "language": "Proguard", + "license_type": "permissive", + "file_count": 230561, + "total_size_bytes": 189499754, + "estimated_tokens": 46419690 + }, + { + "language": "Prolog", + "license_type": "no_license", + "file_count": 2162646, + "total_size_bytes": 42807065565, + "estimated_tokens": 26308367035 + }, + { + "language": "Prolog", + "license_type": "permissive", + "file_count": 127072, + "total_size_bytes": 1777860310, + "estimated_tokens": 1092637417 + }, + { + "language": "Promela", + "license_type": "no_license", + "file_count": 109433, + "total_size_bytes": 406951094, + "estimated_tokens": 175725941 + }, + { + "language": "Promela", + "license_type": "permissive", + "file_count": 512, + "total_size_bytes": 47737553, + "estimated_tokens": 20613598 + }, + { + "language": "Propeller Spin", + "license_type": "no_license", + "file_count": 32524, + "total_size_bytes": 280585453, + "estimated_tokens": 121159873 + }, + { + "language": "Propeller Spin", + "license_type": "permissive", + "file_count": 625, + "total_size_bytes": 8666129, + "estimated_tokens": 3742129 + }, + { + "language": "Protocol Buffer", + "license_type": "no_license", + "file_count": 12584108, + "total_size_bytes": 73202060737, + "estimated_tokens": 34216541655 + }, + { + "language": "Protocol Buffer", + "license_type": "permissive", + "file_count": 3650794, + "total_size_bytes": 26422753787, + "estimated_tokens": 12350680384 + }, + { + "language": "Protocol Buffer Text Format", + "license_type": "no_license", + "file_count": 5441720, + "total_size_bytes": 27159444843, + "estimated_tokens": 9130416191 + }, + { + "language": "Protocol Buffer Text Format", + "license_type": "permissive", + "file_count": 281807, + "total_size_bytes": 2893989838, + "estimated_tokens": 972896604 + }, + { + "language": "Public Key", + "license_type": "no_license", + "file_count": 4511983, + "total_size_bytes": 34224044176, + "estimated_tokens": 31410359256 + }, + { + "language": "Public Key", + "license_type": "permissive", + "file_count": 155769, + "total_size_bytes": 394341022, + "estimated_tokens": 361920791 + }, + { + "language": "Pug", + "license_type": "no_license", + "file_count": 14378490, + "total_size_bytes": 19577948810, + "estimated_tokens": 5278835071 + }, + { + "language": "Pug", + "license_type": "permissive", + "file_count": 353517, + "total_size_bytes": 456801129, + "estimated_tokens": 123168052 + }, + { + "language": "Puppet", + "license_type": "no_license", + "file_count": 1642716, + "total_size_bytes": 2299666533, + "estimated_tokens": 993021207 + }, + { + "language": "Puppet", + "license_type": "permissive", + "file_count": 166930, + "total_size_bytes": 330164426, + "estimated_tokens": 142568616 + }, + { + "language": "Pure Data", + "license_type": "no_license", + "file_count": 369828, + "total_size_bytes": 5157645335, + "estimated_tokens": 4160784831 + }, + { + "language": "Pure Data", + "license_type": "permissive", + "file_count": 6144, + "total_size_bytes": 83494958, + "estimated_tokens": 67357201 + }, + { + "language": "PureBasic", + "license_type": "no_license", + "file_count": 5481949, + "total_size_bytes": 29615990346, + "estimated_tokens": 14587725631 + }, + { + "language": "PureBasic", + "license_type": "permissive", + "file_count": 370244, + "total_size_bytes": 1154272710, + "estimated_tokens": 568551427 + }, + { + "language": "PureScript", + "license_type": "no_license", + "file_count": 128614, + "total_size_bytes": 381941937, + "estimated_tokens": 164926713 + }, + { + "language": "PureScript", + "license_type": "permissive", + "file_count": 11459, + "total_size_bytes": 51734234, + "estimated_tokens": 22339409 + }, + { + "language": "Pyret", + "license_type": "no_license", + "file_count": 22440, + "total_size_bytes": 193412605, + "estimated_tokens": 83517682 + }, + { + "language": "Pyret", + "license_type": "permissive", + "file_count": 283, + "total_size_bytes": 1573390, + "estimated_tokens": 679407 + }, + { + "language": "Python", + "license_type": "no_license", + "file_count": 2071578195, + "total_size_bytes": 20288822081700, + "estimated_tokens": 5751615254662 + }, + { + "language": "Python", + "license_type": "permissive", + "file_count": 47958959, + "total_size_bytes": 418128204289, + "estimated_tokens": 118533867984 + }, + { + "language": "Python traceback", + "license_type": "no_license", + "file_count": 804, + "total_size_bytes": 514112, + "estimated_tokens": 221999 + }, + { + "language": "Python traceback", + "license_type": "permissive", + "file_count": 23, + "total_size_bytes": 12374, + "estimated_tokens": 5343 + }, + { + "language": "Q#", + "license_type": "no_license", + "file_count": 1701372, + "total_size_bytes": 208977115, + "estimated_tokens": 90238608 + }, + { + "language": "Q#", + "license_type": "permissive", + "file_count": 30839, + "total_size_bytes": 3527884, + "estimated_tokens": 1523378 + }, + { + "language": "QML", + "license_type": "no_license", + "file_count": 6192656, + "total_size_bytes": 28745650930, + "estimated_tokens": 7139828031 + }, + { + "language": "QML", + "license_type": "permissive", + "file_count": 125642, + "total_size_bytes": 562442539, + "estimated_tokens": 139699150 + }, + { + "language": "QMake", + "license_type": "no_license", + "file_count": 1289704, + "total_size_bytes": 1852088810, + "estimated_tokens": 799752242 + }, + { + "language": "QMake", + "license_type": "permissive", + "file_count": 77602, + "total_size_bytes": 50839352, + "estimated_tokens": 21952989 + }, + { + "language": "Qt Script", + "license_type": "no_license", + "file_count": 483304, + "total_size_bytes": 99228639, + "estimated_tokens": 42848013 + }, + { + "language": "Qt Script", + "license_type": "permissive", + "file_count": 8338, + "total_size_bytes": 440543, + "estimated_tokens": 190231 + }, + { + "language": "Quake", + "license_type": "no_license", + "file_count": 16150, + "total_size_bytes": 7146670, + "estimated_tokens": 3086010 + }, + { + "language": "Quake", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 1922, + "estimated_tokens": 829 + }, + { + "language": "QuickBASIC", + "license_type": "no_license", + "file_count": 62797, + "total_size_bytes": 919427405, + "estimated_tokens": 397018828 + }, + { + "language": "QuickBASIC", + "license_type": "permissive", + "file_count": 2006, + "total_size_bytes": 10643243, + "estimated_tokens": 4595868 + }, + { + "language": "R", + "license_type": "no_license", + "file_count": 13107719, + "total_size_bytes": 67643227295, + "estimated_tokens": 23315184008 + }, + { + "language": "R", + "license_type": "permissive", + "file_count": 317307, + "total_size_bytes": 1820478065, + "estimated_tokens": 627480130 + }, + { + "language": "RAML", + "license_type": "no_license", + "file_count": 139209, + "total_size_bytes": 642435120, + "estimated_tokens": 277410524 + }, + { + "language": "RAML", + "license_type": "permissive", + "file_count": 4836, + "total_size_bytes": 51905416, + "estimated_tokens": 22413327 + }, + { + "language": "RBS", + "license_type": "no_license", + "file_count": 134991, + "total_size_bytes": 1161991596, + "estimated_tokens": 501760703 + }, + { + "language": "RBS", + "license_type": "permissive", + "file_count": 5504, + "total_size_bytes": 6674063, + "estimated_tokens": 2881933 + }, + { + "language": "RDoc", + "license_type": "no_license", + "file_count": 1395335, + "total_size_bytes": 8229568572, + "estimated_tokens": 2107160099 + }, + { + "language": "RDoc", + "license_type": "permissive", + "file_count": 58520, + "total_size_bytes": 295362021, + "estimated_tokens": 75626694 + }, + { + "language": "REALbasic", + "license_type": "no_license", + "file_count": 13445, + "total_size_bytes": 225732583, + "estimated_tokens": 97473802 + }, + { + "language": "REALbasic", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 11, + "estimated_tokens": 4 + }, + { + "language": "REXX", + "license_type": "no_license", + "file_count": 54417, + "total_size_bytes": 311267202, + "estimated_tokens": 134408588 + }, + { + "language": "REXX", + "license_type": "permissive", + "file_count": 1601, + "total_size_bytes": 26176773, + "estimated_tokens": 11303417 + }, + { + "language": "RMarkdown", + "license_type": "no_license", + "file_count": 3123483, + "total_size_bytes": 32204192018, + "estimated_tokens": 9377718189 + }, + { + "language": "RMarkdown", + "license_type": "permissive", + "file_count": 139807, + "total_size_bytes": 1295558605, + "estimated_tokens": 377260932 + }, + { + "language": "RON", + "license_type": "no_license", + "file_count": 65408, + "total_size_bytes": 519252475, + "estimated_tokens": 224218908 + }, + { + "language": "RON", + "license_type": "permissive", + "file_count": 5437, + "total_size_bytes": 51601513, + "estimated_tokens": 22282098 + }, + { + "language": "RPC", + "license_type": "no_license", + "file_count": 196107, + "total_size_bytes": 7541447608, + "estimated_tokens": 3121132071 + }, + { + "language": "RPC", + "license_type": "permissive", + "file_count": 7279, + "total_size_bytes": 76991437, + "estimated_tokens": 31863967 + }, + { + "language": "RPGLE", + "license_type": "no_license", + "file_count": 69216, + "total_size_bytes": 1164456375, + "estimated_tokens": 502825022 + }, + { + "language": "RPGLE", + "license_type": "permissive", + "file_count": 1228, + "total_size_bytes": 20641973, + "estimated_tokens": 8913430 + }, + { + "language": "RPM Spec", + "license_type": "no_license", + "file_count": 752171, + "total_size_bytes": 3853811463, + "estimated_tokens": 1566441608 + }, + { + "language": "RPM Spec", + "license_type": "permissive", + "file_count": 24866, + "total_size_bytes": 132598820, + "estimated_tokens": 53896852 + }, + { + "language": "RUNOFF", + "license_type": "no_license", + "file_count": 2713, + "total_size_bytes": 65186141, + "estimated_tokens": 28148089 + }, + { + "language": "RUNOFF", + "license_type": "permissive", + "file_count": 253, + "total_size_bytes": 11881077, + "estimated_tokens": 5130379 + }, + { + "language": "Racket", + "license_type": "no_license", + "file_count": 610557, + "total_size_bytes": 7890388987, + "estimated_tokens": 4754443301 + }, + { + "language": "Racket", + "license_type": "permissive", + "file_count": 10617, + "total_size_bytes": 169140789, + "estimated_tokens": 101917699 + }, + { + "language": "Ragel", + "license_type": "no_license", + "file_count": 388781, + "total_size_bytes": 1427908766, + "estimated_tokens": 616586651 + }, + { + "language": "Ragel", + "license_type": "permissive", + "file_count": 7184, + "total_size_bytes": 150171287, + "estimated_tokens": 64845607 + }, + { + "language": "Raku", + "license_type": "no_license", + "file_count": 2052638, + "total_size_bytes": 20697683376, + "estimated_tokens": 15024771114 + }, + { + "language": "Raku", + "license_type": "permissive", + "file_count": 408286, + "total_size_bytes": 4640351943, + "estimated_tokens": 3368503835 + }, + { + "language": "Rascal", + "license_type": "no_license", + "file_count": 77440, + "total_size_bytes": 440860174, + "estimated_tokens": 190368253 + }, + { + "language": "Rascal", + "license_type": "permissive", + "file_count": 1966, + "total_size_bytes": 1980406, + "estimated_tokens": 855161 + }, + { + "language": "Raw token data", + "license_type": "no_license", + "file_count": 2763582, + "total_size_bytes": 64445060024, + "estimated_tokens": 48324870046 + }, + { + "language": "Raw token data", + "license_type": "permissive", + "file_count": 87196, + "total_size_bytes": 1004968276, + "estimated_tokens": 753587029 + }, + { + "language": "ReScript", + "license_type": "no_license", + "file_count": 794142, + "total_size_bytes": 9524612614, + "estimated_tokens": 6884491023 + }, + { + "language": "ReScript", + "license_type": "permissive", + "file_count": 16824, + "total_size_bytes": 477661835, + "estimated_tokens": 345259040 + }, + { + "language": "Readline Config", + "license_type": "no_license", + "file_count": 29691, + "total_size_bytes": 32773882, + "estimated_tokens": 14152121 + }, + { + "language": "Readline Config", + "license_type": "permissive", + "file_count": 1278, + "total_size_bytes": 893567, + "estimated_tokens": 385852 + }, + { + "language": "Reason", + "license_type": "no_license", + "file_count": 204102, + "total_size_bytes": 758965653, + "estimated_tokens": 327729685 + }, + { + "language": "Reason", + "license_type": "permissive", + "file_count": 3420, + "total_size_bytes": 13623898, + "estimated_tokens": 5882948 + }, + { + "language": "ReasonLIGO", + "license_type": "no_license", + "file_count": 1463, + "total_size_bytes": 1298135, + "estimated_tokens": 560548 + }, + { + "language": "ReasonLIGO", + "license_type": "permissive", + "file_count": 3, + "total_size_bytes": 3666, + "estimated_tokens": 1583 + }, + { + "language": "Rebol", + "license_type": "no_license", + "file_count": 124923, + "total_size_bytes": 1648629162, + "estimated_tokens": 711896137 + }, + { + "language": "Rebol", + "license_type": "permissive", + "file_count": 17835, + "total_size_bytes": 24465330, + "estimated_tokens": 10564397 + }, + { + "language": "Record Jar", + "license_type": "no_license", + "file_count": 4782, + "total_size_bytes": 3381959354, + "estimated_tokens": 1460367107 + }, + { + "language": "Record Jar", + "license_type": "permissive", + "file_count": 44, + "total_size_bytes": 31504994, + "estimated_tokens": 13604201 + }, + { + "language": "Red", + "license_type": "no_license", + "file_count": 504848, + "total_size_bytes": 1480605975, + "estimated_tokens": 639341883 + }, + { + "language": "Red", + "license_type": "permissive", + "file_count": 3448, + "total_size_bytes": 43891584, + "estimated_tokens": 18952866 + }, + { + "language": "Redcode", + "license_type": "no_license", + "file_count": 2983, + "total_size_bytes": 50816775, + "estimated_tokens": 21943240 + }, + { + "language": "Redcode", + "license_type": "permissive", + "file_count": 316, + "total_size_bytes": 907053, + "estimated_tokens": 391675 + }, + { + "language": "Redirect Rules", + "license_type": "no_license", + "file_count": 461392, + "total_size_bytes": 385013970, + "estimated_tokens": 166253251 + }, + { + "language": "Redirect Rules", + "license_type": "permissive", + "file_count": 5474, + "total_size_bytes": 96176320, + "estimated_tokens": 41529988 + }, + { + "language": "Regular Expression", + "license_type": "no_license", + "file_count": 16689, + "total_size_bytes": 66233961, + "estimated_tokens": 28600550 + }, + { + "language": "Regular Expression", + "license_type": "permissive", + "file_count": 1212, + "total_size_bytes": 7452987, + "estimated_tokens": 3218281 + }, + { + "language": "Ren'Py", + "license_type": "no_license", + "file_count": 207663, + "total_size_bytes": 4521391348, + "estimated_tokens": 1952386327 + }, + { + "language": "Ren'Py", + "license_type": "permissive", + "file_count": 4023, + "total_size_bytes": 92268190, + "estimated_tokens": 39842415 + }, + { + "language": "RenderScript", + "license_type": "no_license", + "file_count": 249244, + "total_size_bytes": 1458718049, + "estimated_tokens": 629890437 + }, + { + "language": "RenderScript", + "license_type": "permissive", + "file_count": 11783, + "total_size_bytes": 125699953, + "estimated_tokens": 54278617 + }, + { + "language": "Rez", + "license_type": "no_license", + "file_count": 35589, + "total_size_bytes": 1120645075, + "estimated_tokens": 483906822 + }, + { + "language": "Rez", + "license_type": "permissive", + "file_count": 3894, + "total_size_bytes": 137466156, + "estimated_tokens": 59359392 + }, + { + "language": "Rich Text Format", + "license_type": "no_license", + "file_count": 1316371, + "total_size_bytes": 69887211841, + "estimated_tokens": 43327729036 + }, + { + "language": "Rich Text Format", + "license_type": "permissive", + "file_count": 38783, + "total_size_bytes": 2721349335, + "estimated_tokens": 1687145380 + }, + { + "language": "Ring", + "license_type": "no_license", + "file_count": 39162, + "total_size_bytes": 164471758, + "estimated_tokens": 71020707 + }, + { + "language": "Ring", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 34840, + "estimated_tokens": 15044 + }, + { + "language": "Riot", + "license_type": "no_license", + "file_count": 4651, + "total_size_bytes": 11840565, + "estimated_tokens": 5112885 + }, + { + "language": "Riot", + "license_type": "permissive", + "file_count": 168, + "total_size_bytes": 243058, + "estimated_tokens": 104955 + }, + { + "language": "RobotFramework", + "license_type": "no_license", + "file_count": 2214971, + "total_size_bytes": 8580768538, + "estimated_tokens": 2790737007 + }, + { + "language": "RobotFramework", + "license_type": "permissive", + "file_count": 46981, + "total_size_bytes": 218232329, + "estimated_tokens": 70976047 + }, + { + "language": "Roc", + "license_type": "no_license", + "file_count": 17922, + "total_size_bytes": 97458759, + "estimated_tokens": 42083760 + }, + { + "language": "Roc", + "license_type": "permissive", + "file_count": 634, + "total_size_bytes": 34535903, + "estimated_tokens": 14912981 + }, + { + "language": "Rocq Prover", + "license_type": "no_license", + "file_count": 578215, + "total_size_bytes": 25896527086, + "estimated_tokens": 12802264472 + }, + { + "language": "Rocq Prover", + "license_type": "permissive", + "file_count": 8845, + "total_size_bytes": 476851017, + "estimated_tokens": 235737124 + }, + { + "language": "Roff", + "license_type": "no_license", + "file_count": 16430427, + "total_size_bytes": 184552846395, + "estimated_tokens": 108131844559 + }, + { + "language": "Roff", + "license_type": "permissive", + "file_count": 846034, + "total_size_bytes": 5210498419, + "estimated_tokens": 3052896859 + }, + { + "language": "Roff Manpage", + "license_type": "no_license", + "file_count": 18252552, + "total_size_bytes": 201589455916, + "estimated_tokens": 114334739834 + }, + { + "language": "Roff Manpage", + "license_type": "permissive", + "file_count": 920855, + "total_size_bytes": 6706465853, + "estimated_tokens": 3803681224 + }, + { + "language": "Rouge", + "license_type": "no_license", + "file_count": 3085, + "total_size_bytes": 130970269, + "estimated_tokens": 56554397 + }, + { + "language": "Rouge", + "license_type": "permissive", + "file_count": 12762, + "total_size_bytes": 24914963, + "estimated_tokens": 10758554 + }, + { + "language": "RouterOS Script", + "license_type": "no_license", + "file_count": 14216, + "total_size_bytes": 602755643, + "estimated_tokens": 260276491 + }, + { + "language": "RouterOS Script", + "license_type": "permissive", + "file_count": 443, + "total_size_bytes": 5184371, + "estimated_tokens": 2238668 + }, + { + "language": "Ruby", + "license_type": "no_license", + "file_count": 217030474, + "total_size_bytes": 545484218092, + "estimated_tokens": 156688800292 + }, + { + "language": "Ruby", + "license_type": "permissive", + "file_count": 5403633, + "total_size_bytes": 43599440450, + "estimated_tokens": 12523816071 + }, + { + "language": "Rust", + "license_type": "no_license", + "file_count": 17668094, + "total_size_bytes": 140252368860, + "estimated_tokens": 37543526853 + }, + { + "language": "Rust", + "license_type": "permissive", + "file_count": 10809524, + "total_size_bytes": 65002827253, + "estimated_tokens": 17400314949 + }, + { + "language": "SAS", + "license_type": "no_license", + "file_count": 201058, + "total_size_bytes": 4620062201, + "estimated_tokens": 2435807055 + }, + { + "language": "SAS", + "license_type": "permissive", + "file_count": 11010, + "total_size_bytes": 1130120794, + "estimated_tokens": 595826654 + }, + { + "language": "SCSS", + "license_type": "no_license", + "file_count": 271532438, + "total_size_bytes": 871556293088, + "estimated_tokens": 282345976617 + }, + { + "language": "SCSS", + "license_type": "permissive", + "file_count": 3716234, + "total_size_bytes": 11037973346, + "estimated_tokens": 3575818784 + }, + { + "language": "SELinux Policy", + "license_type": "no_license", + "file_count": 3628657, + "total_size_bytes": 6525470558, + "estimated_tokens": 2623630660 + }, + { + "language": "SELinux Policy", + "license_type": "permissive", + "file_count": 92157, + "total_size_bytes": 119630672, + "estimated_tokens": 48098707 + }, + { + "language": "SMT", + "license_type": "no_license", + "file_count": 2389777, + "total_size_bytes": 81141246595, + "estimated_tokens": 37454071078 + }, + { + "language": "SMT", + "license_type": "permissive", + "file_count": 23917, + "total_size_bytes": 320122508, + "estimated_tokens": 147765676 + }, + { + "language": "SPARQL", + "license_type": "no_license", + "file_count": 571155, + "total_size_bytes": 951463586, + "estimated_tokens": 410852402 + }, + { + "language": "SPARQL", + "license_type": "permissive", + "file_count": 102006, + "total_size_bytes": 51453042, + "estimated_tokens": 22217987 + }, + { + "language": "SQF", + "license_type": "no_license", + "file_count": 1699536, + "total_size_bytes": 7530170531, + "estimated_tokens": 3633893353 + }, + { + "language": "SQF", + "license_type": "permissive", + "file_count": 15172, + "total_size_bytes": 40708171, + "estimated_tokens": 19644860 + }, + { + "language": "SQL", + "license_type": "no_license", + "file_count": 38532549, + "total_size_bytes": 920001978442, + "estimated_tokens": 474468577639 + }, + { + "language": "SQL", + "license_type": "permissive", + "file_count": 2066963, + "total_size_bytes": 25796060781, + "estimated_tokens": 13303689072 + }, + { + "language": "SQLPL", + "license_type": "no_license", + "file_count": 46967, + "total_size_bytes": 272753851, + "estimated_tokens": 117778101 + }, + { + "language": "SQLPL", + "license_type": "permissive", + "file_count": 2345, + "total_size_bytes": 13564990, + "estimated_tokens": 5857511 + }, + { + "language": "SRecode Template", + "license_type": "no_license", + "file_count": 86722, + "total_size_bytes": 124334453, + "estimated_tokens": 53688979 + }, + { + "language": "SRecode Template", + "license_type": "permissive", + "file_count": 259, + "total_size_bytes": 1859828, + "estimated_tokens": 803094 + }, + { + "language": "SSH Config", + "license_type": "no_license", + "file_count": 51184, + "total_size_bytes": 82654806, + "estimated_tokens": 35691250 + }, + { + "language": "SSH Config", + "license_type": "permissive", + "file_count": 3195, + "total_size_bytes": 3721838, + "estimated_tokens": 1607130 + }, + { + "language": "STAR", + "license_type": "no_license", + "file_count": 8951, + "total_size_bytes": 305223341, + "estimated_tokens": 131798783 + }, + { + "language": "STAR", + "license_type": "permissive", + "file_count": 21, + "total_size_bytes": 8821226, + "estimated_tokens": 3809102 + }, + { + "language": "STL", + "license_type": "no_license", + "file_count": 3300118, + "total_size_bytes": 203409007786, + "estimated_tokens": 134514983297 + }, + { + "language": "STL", + "license_type": "permissive", + "file_count": 233530, + "total_size_bytes": 7824756789, + "estimated_tokens": 5174534993 + }, + { + "language": "STON", + "license_type": "no_license", + "file_count": 5017, + "total_size_bytes": 11915872, + "estimated_tokens": 5145404 + }, + { + "language": "STON", + "license_type": "permissive", + "file_count": 38, + "total_size_bytes": 17306, + "estimated_tokens": 7472 + }, + { + "language": "SVG", + "license_type": "no_license", + "file_count": 1094481942, + "total_size_bytes": 15893479275376, + "estimated_tokens": 11762624567539 + }, + { + "language": "SVG", + "license_type": "permissive", + "file_count": 30503359, + "total_size_bytes": 361978215881, + "estimated_tokens": 267896901695 + }, + { + "language": "SWIG", + "license_type": "no_license", + "file_count": 861712, + "total_size_bytes": 34305859063, + "estimated_tokens": 11185321887 + }, + { + "language": "SWIG", + "license_type": "permissive", + "file_count": 27920, + "total_size_bytes": 1329716501, + "estimated_tokens": 433550054 + }, + { + "language": "Sage", + "license_type": "no_license", + "file_count": 138416, + "total_size_bytes": 1632213500, + "estimated_tokens": 704807674 + }, + { + "language": "Sage", + "license_type": "permissive", + "file_count": 3426, + "total_size_bytes": 30445284, + "estimated_tokens": 13146607 + }, + { + "language": "Sail", + "license_type": "no_license", + "file_count": 12516, + "total_size_bytes": 137991717, + "estimated_tokens": 59586335 + }, + { + "language": "Sail", + "license_type": "permissive", + "file_count": 40, + "total_size_bytes": 273815, + "estimated_tokens": 118236 + }, + { + "language": "SaltStack", + "license_type": "no_license", + "file_count": 145053, + "total_size_bytes": 109594071, + "estimated_tokens": 47323920 + }, + { + "language": "SaltStack", + "license_type": "permissive", + "file_count": 19347, + "total_size_bytes": 24994934, + "estimated_tokens": 10793086 + }, + { + "language": "Sass", + "license_type": "no_license", + "file_count": 4312659, + "total_size_bytes": 8193812591, + "estimated_tokens": 2811680330 + }, + { + "language": "Sass", + "license_type": "permissive", + "file_count": 63601, + "total_size_bytes": 133274996, + "estimated_tokens": 45732884 + }, + { + "language": "Scala", + "license_type": "no_license", + "file_count": 12649385, + "total_size_bytes": 62014019742, + "estimated_tokens": 17201929452 + }, + { + "language": "Scala", + "license_type": "permissive", + "file_count": 2303497, + "total_size_bytes": 10292391925, + "estimated_tokens": 2854983446 + }, + { + "language": "Scaml", + "license_type": "no_license", + "file_count": 2026, + "total_size_bytes": 2043112, + "estimated_tokens": 882238 + }, + { + "language": "Scaml", + "license_type": "permissive", + "file_count": 61, + "total_size_bytes": 114273, + "estimated_tokens": 49344 + }, + { + "language": "Scenic", + "license_type": "no_license", + "file_count": 5958, + "total_size_bytes": 10899596, + "estimated_tokens": 4706564 + }, + { + "language": "Scenic", + "license_type": "permissive", + "file_count": 10, + "total_size_bytes": 20106, + "estimated_tokens": 8681 + }, + { + "language": "Scheme", + "license_type": "no_license", + "file_count": 1555088, + "total_size_bytes": 14310678903, + "estimated_tokens": 6980527799 + }, + { + "language": "Scheme", + "license_type": "permissive", + "file_count": 49242, + "total_size_bytes": 546937930, + "estimated_tokens": 266787861 + }, + { + "language": "Scilab", + "license_type": "no_license", + "file_count": 1436367, + "total_size_bytes": 4860959179, + "estimated_tokens": 2713076376 + }, + { + "language": "Scilab", + "license_type": "permissive", + "file_count": 15413, + "total_size_bytes": 192893466, + "estimated_tokens": 107660790 + }, + { + "language": "Self", + "license_type": "no_license", + "file_count": 8061, + "total_size_bytes": 61664304, + "estimated_tokens": 26627322 + }, + { + "language": "Self", + "license_type": "permissive", + "file_count": 54, + "total_size_bytes": 16005, + "estimated_tokens": 6911 + }, + { + "language": "ShaderLab", + "license_type": "no_license", + "file_count": 12437351, + "total_size_bytes": 51980173037, + "estimated_tokens": 16405321782 + }, + { + "language": "ShaderLab", + "license_type": "permissive", + "file_count": 186058, + "total_size_bytes": 741575431, + "estimated_tokens": 234046615 + }, + { + "language": "Shell", + "license_type": "no_license", + "file_count": 142809931, + "total_size_bytes": 490562686909, + "estimated_tokens": 169387130435 + }, + { + "language": "Shell", + "license_type": "permissive", + "file_count": 7489085, + "total_size_bytes": 32912441483, + "estimated_tokens": 11364386585 + }, + { + "language": "ShellCheck Config", + "license_type": "no_license", + "file_count": 6318, + "total_size_bytes": 1709393, + "estimated_tokens": 738134 + }, + { + "language": "ShellCheck Config", + "license_type": "permissive", + "file_count": 944, + "total_size_bytes": 266677, + "estimated_tokens": 115154 + }, + { + "language": "ShellSession", + "license_type": "no_license", + "file_count": 428, + "total_size_bytes": 1647289, + "estimated_tokens": 711317 + }, + { + "language": "ShellSession", + "license_type": "permissive", + "file_count": 12, + "total_size_bytes": 8729, + "estimated_tokens": 3769 + }, + { + "language": "Shen", + "license_type": "no_license", + "file_count": 2191, + "total_size_bytes": 10021441, + "estimated_tokens": 4327368 + }, + { + "language": "Shen", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 46170, + "estimated_tokens": 19936 + }, + { + "language": "Sieve", + "license_type": "no_license", + "file_count": 2948, + "total_size_bytes": 5663500, + "estimated_tokens": 2445561 + }, + { + "language": "Sieve", + "license_type": "permissive", + "file_count": 75, + "total_size_bytes": 123985, + "estimated_tokens": 53538 + }, + { + "language": "Simple File Verification", + "license_type": "no_license", + "file_count": 11763, + "total_size_bytes": 263290673, + "estimated_tokens": 113691797 + }, + { + "language": "Simple File Verification", + "license_type": "permissive", + "file_count": 46, + "total_size_bytes": 56285, + "estimated_tokens": 24304 + }, + { + "language": "Singularity", + "license_type": "no_license", + "file_count": 7223, + "total_size_bytes": 9172497, + "estimated_tokens": 3960784 + }, + { + "language": "Singularity", + "license_type": "permissive", + "file_count": 186, + "total_size_bytes": 257512, + "estimated_tokens": 111196 + }, + { + "language": "Slang", + "license_type": "no_license", + "file_count": 63733, + "total_size_bytes": 292839753, + "estimated_tokens": 126451414 + }, + { + "language": "Slang", + "license_type": "permissive", + "file_count": 16881, + "total_size_bytes": 35061908, + "estimated_tokens": 15140116 + }, + { + "language": "Slash", + "license_type": "no_license", + "file_count": 502700, + "total_size_bytes": 1530087215, + "estimated_tokens": 660708425 + }, + { + "language": "Slash", + "license_type": "permissive", + "file_count": 3681, + "total_size_bytes": 17169544, + "estimated_tokens": 7413997 + }, + { + "language": "Slice", + "license_type": "no_license", + "file_count": 29976, + "total_size_bytes": 53493729, + "estimated_tokens": 23099178 + }, + { + "language": "Slice", + "license_type": "permissive", + "file_count": 163, + "total_size_bytes": 267488, + "estimated_tokens": 115504 + }, + { + "language": "Slim", + "license_type": "no_license", + "file_count": 692624, + "total_size_bytes": 689155791, + "estimated_tokens": 297585022 + }, + { + "language": "Slim", + "license_type": "permissive", + "file_count": 14432, + "total_size_bytes": 15724175, + "estimated_tokens": 6789871 + }, + { + "language": "Slint", + "license_type": "no_license", + "file_count": 10598, + "total_size_bytes": 29478451, + "estimated_tokens": 12729118 + }, + { + "language": "Slint", + "license_type": "permissive", + "file_count": 500, + "total_size_bytes": 2508477, + "estimated_tokens": 1083187 + }, + { + "language": "SmPL", + "license_type": "no_license", + "file_count": 86623, + "total_size_bytes": 363989798, + "estimated_tokens": 157174783 + }, + { + "language": "SmPL", + "license_type": "permissive", + "file_count": 13164, + "total_size_bytes": 17149428, + "estimated_tokens": 7405310 + }, + { + "language": "Smali", + "license_type": "no_license", + "file_count": 32075629, + "total_size_bytes": 331031658385, + "estimated_tokens": 114495328774 + }, + { + "language": "Smali", + "license_type": "permissive", + "file_count": 405632, + "total_size_bytes": 4390506971, + "estimated_tokens": 1518563334 + }, + { + "language": "Smalltalk", + "license_type": "no_license", + "file_count": 8061051, + "total_size_bytes": 3286070708, + "estimated_tokens": 1605832370 + }, + { + "language": "Smalltalk", + "license_type": "permissive", + "file_count": 66659, + "total_size_bytes": 21234280, + "estimated_tokens": 10376737 + }, + { + "language": "Smarty", + "license_type": "no_license", + "file_count": 10243424, + "total_size_bytes": 36735963854, + "estimated_tokens": 12437243001 + }, + { + "language": "Smarty", + "license_type": "permissive", + "file_count": 420364, + "total_size_bytes": 1114008520, + "estimated_tokens": 377156149 + }, + { + "language": "Smithy", + "license_type": "no_license", + "file_count": 2538, + "total_size_bytes": 5330095, + "estimated_tokens": 2301593 + }, + { + "language": "Smithy", + "license_type": "permissive", + "file_count": 9283, + "total_size_bytes": 17564999, + "estimated_tokens": 7584759 + }, + { + "language": "Snakemake", + "license_type": "no_license", + "file_count": 79148, + "total_size_bytes": 324931195, + "estimated_tokens": 140308850 + }, + { + "language": "Snakemake", + "license_type": "permissive", + "file_count": 1967, + "total_size_bytes": 11153141, + "estimated_tokens": 4816048 + }, + { + "language": "Solidity", + "license_type": "no_license", + "file_count": 14871705, + "total_size_bytes": 114693853959, + "estimated_tokens": 38908747959 + }, + { + "language": "Solidity", + "license_type": "permissive", + "file_count": 1684935, + "total_size_bytes": 22662661030, + "estimated_tokens": 7688082104 + }, + { + "language": "Soong", + "license_type": "no_license", + "file_count": 2417974, + "total_size_bytes": 4511119803, + "estimated_tokens": 1187231429 + }, + { + "language": "Soong", + "license_type": "permissive", + "file_count": 40028, + "total_size_bytes": 43883080, + "estimated_tokens": 11549099 + }, + { + "language": "SourcePawn", + "license_type": "no_license", + "file_count": 279561, + "total_size_bytes": 6365121716, + "estimated_tokens": 3569594964 + }, + { + "language": "SourcePawn", + "license_type": "permissive", + "file_count": 3544, + "total_size_bytes": 137058186, + "estimated_tokens": 76862978 + }, + { + "language": "Spline Font Database", + "license_type": "no_license", + "file_count": 29637, + "total_size_bytes": 14739483199, + "estimated_tokens": 11438193956 + }, + { + "language": "Spline Font Database", + "license_type": "permissive", + "file_count": 1266, + "total_size_bytes": 622762828, + "estimated_tokens": 483278953 + }, + { + "language": "Squirrel", + "license_type": "no_license", + "file_count": 180660, + "total_size_bytes": 1120363130, + "estimated_tokens": 483785075 + }, + { + "language": "Squirrel", + "license_type": "permissive", + "file_count": 4385, + "total_size_bytes": 21341567, + "estimated_tokens": 9215522 + }, + { + "language": "Stan", + "license_type": "no_license", + "file_count": 153342, + "total_size_bytes": 1540508214, + "estimated_tokens": 665208326 + }, + { + "language": "Stan", + "license_type": "permissive", + "file_count": 3434, + "total_size_bytes": 33585875, + "estimated_tokens": 14502748 + }, + { + "language": "Standard ML", + "license_type": "no_license", + "file_count": 1765536, + "total_size_bytes": 12651209716, + "estimated_tokens": 6006007502 + }, + { + "language": "Standard ML", + "license_type": "permissive", + "file_count": 22273, + "total_size_bytes": 319965981, + "estimated_tokens": 151899946 + }, + { + "language": "Starlark", + "license_type": "no_license", + "file_count": 8691318, + "total_size_bytes": 19182126906, + "estimated_tokens": 7580192283 + }, + { + "language": "Starlark", + "license_type": "permissive", + "file_count": 1065843, + "total_size_bytes": 2962900896, + "estimated_tokens": 1170848186 + }, + { + "language": "Stata", + "license_type": "no_license", + "file_count": 914791, + "total_size_bytes": 8741016214, + "estimated_tokens": 4894483479 + }, + { + "language": "Stata", + "license_type": "permissive", + "file_count": 20631, + "total_size_bytes": 218333990, + "estimated_tokens": 122254905 + }, + { + "language": "StringTemplate", + "license_type": "no_license", + "file_count": 170288, + "total_size_bytes": 1266644586, + "estimated_tokens": 546951011 + }, + { + "language": "StringTemplate", + "license_type": "permissive", + "file_count": 1956, + "total_size_bytes": 30235216, + "estimated_tokens": 13055897 + }, + { + "language": "Stylus", + "license_type": "no_license", + "file_count": 3292054, + "total_size_bytes": 5965821623, + "estimated_tokens": 2064536871 + }, + { + "language": "Stylus", + "license_type": "permissive", + "file_count": 134295, + "total_size_bytes": 404986112, + "estimated_tokens": 140149808 + }, + { + "language": "SubRip Text", + "license_type": "no_license", + "file_count": 1066080, + "total_size_bytes": 42591934160, + "estimated_tokens": 23292010447 + }, + { + "language": "SubRip Text", + "license_type": "permissive", + "file_count": 15024, + "total_size_bytes": 637856893, + "estimated_tokens": 348821196 + }, + { + "language": "SugarSS", + "license_type": "no_license", + "file_count": 16088, + "total_size_bytes": 64745889, + "estimated_tokens": 27957984 + }, + { + "language": "SugarSS", + "license_type": "permissive", + "file_count": 98, + "total_size_bytes": 331097, + "estimated_tokens": 142971 + }, + { + "language": "SuperCollider", + "license_type": "no_license", + "file_count": 278421, + "total_size_bytes": 3983022916, + "estimated_tokens": 2460967775 + }, + { + "language": "SuperCollider", + "license_type": "permissive", + "file_count": 4783, + "total_size_bytes": 31454660, + "estimated_tokens": 19434712 + }, + { + "language": "Survex data", + "license_type": "no_license", + "file_count": 5368, + "total_size_bytes": 28396723, + "estimated_tokens": 12262016 + }, + { + "language": "Survex data", + "license_type": "permissive", + "file_count": 10, + "total_size_bytes": 1601579, + "estimated_tokens": 691579 + }, + { + "language": "Svelte", + "license_type": "no_license", + "file_count": 4524773, + "total_size_bytes": 10592486732, + "estimated_tokens": 3874327757 + }, + { + "language": "Svelte", + "license_type": "permissive", + "file_count": 167580, + "total_size_bytes": 321105996, + "estimated_tokens": 117448329 + }, + { + "language": "Sway", + "license_type": "no_license", + "file_count": 8324, + "total_size_bytes": 94742819, + "estimated_tokens": 40910987 + }, + { + "language": "Sway", + "license_type": "permissive", + "file_count": 19719, + "total_size_bytes": 26073160, + "estimated_tokens": 11258676 + }, + { + "language": "Sweave", + "license_type": "no_license", + "file_count": 70875, + "total_size_bytes": 1288466799, + "estimated_tokens": 556374082 + }, + { + "language": "Sweave", + "license_type": "permissive", + "file_count": 1509, + "total_size_bytes": 26766412, + "estimated_tokens": 11558029 + }, + { + "language": "Swift", + "license_type": "no_license", + "file_count": 47865412, + "total_size_bytes": 177666332441, + "estimated_tokens": 39457195597 + }, + { + "language": "Swift", + "license_type": "permissive", + "file_count": 1518915, + "total_size_bytes": 9085389438, + "estimated_tokens": 2017737312 + }, + { + "language": "SystemVerilog", + "license_type": "no_license", + "file_count": 2444667, + "total_size_bytes": 37467061425, + "estimated_tokens": 14576524586 + }, + { + "language": "SystemVerilog", + "license_type": "permissive", + "file_count": 296964, + "total_size_bytes": 3222908632, + "estimated_tokens": 1253869535 + }, + { + "language": "TI Program", + "license_type": "no_license", + "file_count": 11813, + "total_size_bytes": 994269, + "estimated_tokens": 429336 + }, + { + "language": "TI Program", + "license_type": "permissive", + "file_count": 295, + "total_size_bytes": 52527, + "estimated_tokens": 22681 + }, + { + "language": "TL-Verilog", + "license_type": "no_license", + "file_count": 13967, + "total_size_bytes": 24483661, + "estimated_tokens": 10572313 + }, + { + "language": "TL-Verilog", + "license_type": "permissive", + "file_count": 1796, + "total_size_bytes": 2873056, + "estimated_tokens": 1240617 + }, + { + "language": "TLA", + "license_type": "no_license", + "file_count": 51644, + "total_size_bytes": 380541744, + "estimated_tokens": 164322094 + }, + { + "language": "TLA", + "license_type": "permissive", + "file_count": 3418, + "total_size_bytes": 62691707, + "estimated_tokens": 27070966 + }, + { + "language": "TOML", + "license_type": "no_license", + "file_count": 14261540, + "total_size_bytes": 111522216747, + "estimated_tokens": 61502301444 + }, + { + "language": "TOML", + "license_type": "permissive", + "file_count": 1481458, + "total_size_bytes": 9219410174, + "estimated_tokens": 5084322749 + }, + { + "language": "TSPLIB data", + "license_type": "no_license", + "file_count": 473670, + "total_size_bytes": 13570982608, + "estimated_tokens": 12701048845 + }, + { + "language": "TSPLIB data", + "license_type": "permissive", + "file_count": 3856, + "total_size_bytes": 215293286, + "estimated_tokens": 201492450 + }, + { + "language": "TSQL", + "license_type": "no_license", + "file_count": 3163657, + "total_size_bytes": 37978966734, + "estimated_tokens": 15212436866 + }, + { + "language": "TSQL", + "license_type": "permissive", + "file_count": 140764, + "total_size_bytes": 4178580873, + "estimated_tokens": 1673726359 + }, + { + "language": "TSV", + "license_type": "no_license", + "file_count": 7940044, + "total_size_bytes": 805250787997, + "estimated_tokens": 524807521013 + }, + { + "language": "TSV", + "license_type": "permissive", + "file_count": 504854, + "total_size_bytes": 33038336177, + "estimated_tokens": 21532133300 + }, + { + "language": "TSX", + "license_type": "no_license", + "file_count": 161083163, + "total_size_bytes": 490486443606, + "estimated_tokens": 134051675403 + }, + { + "language": "TSX", + "license_type": "permissive", + "file_count": 2941847, + "total_size_bytes": 10308882620, + "estimated_tokens": 2817453988 + }, + { + "language": "TXL", + "license_type": "no_license", + "file_count": 7481, + "total_size_bytes": 43351040, + "estimated_tokens": 18719454 + }, + { + "language": "TXL", + "license_type": "permissive", + "file_count": 160, + "total_size_bytes": 2527584, + "estimated_tokens": 1091438 + }, + { + "language": "Tact", + "license_type": "no_license", + "file_count": 15802, + "total_size_bytes": 203880819, + "estimated_tokens": 88037971 + }, + { + "language": "Tact", + "license_type": "permissive", + "file_count": 95, + "total_size_bytes": 214242, + "estimated_tokens": 92512 + }, + { + "language": "Talon", + "license_type": "no_license", + "file_count": 13629, + "total_size_bytes": 14213930, + "estimated_tokens": 6137730 + }, + { + "language": "Talon", + "license_type": "permissive", + "file_count": 1111, + "total_size_bytes": 1538721, + "estimated_tokens": 664436 + }, + { + "language": "Tcl", + "license_type": "no_license", + "file_count": 11438452, + "total_size_bytes": 112532635529, + "estimated_tokens": 48128920063 + }, + { + "language": "Tcl", + "license_type": "permissive", + "file_count": 368290, + "total_size_bytes": 3754787209, + "estimated_tokens": 1605879508 + }, + { + "language": "Tcsh", + "license_type": "no_license", + "file_count": 934347, + "total_size_bytes": 2601560088, + "estimated_tokens": 1123382152 + }, + { + "language": "Tcsh", + "license_type": "permissive", + "file_count": 20521, + "total_size_bytes": 37145791, + "estimated_tokens": 16039959 + }, + { + "language": "TeX", + "license_type": "no_license", + "file_count": 11159966, + "total_size_bytes": 158865889027, + "estimated_tokens": 64581439464 + }, + { + "language": "TeX", + "license_type": "permissive", + "file_count": 450930, + "total_size_bytes": 6283885965, + "estimated_tokens": 2554496774 + }, + { + "language": "Tea", + "license_type": "no_license", + "file_count": 7819, + "total_size_bytes": 269233376, + "estimated_tokens": 116257921 + }, + { + "language": "Tea", + "license_type": "permissive", + "file_count": 479, + "total_size_bytes": 1976475, + "estimated_tokens": 853463 + }, + { + "language": "Terra", + "license_type": "no_license", + "file_count": 22089, + "total_size_bytes": 138570216, + "estimated_tokens": 59836137 + }, + { + "language": "Terra", + "license_type": "permissive", + "file_count": 2639, + "total_size_bytes": 23123939, + "estimated_tokens": 9985170 + }, + { + "language": "Terraform Template", + "license_type": "no_license", + "file_count": 7799, + "total_size_bytes": 24098077, + "estimated_tokens": 10405813 + }, + { + "language": "Terraform Template", + "license_type": "permissive", + "file_count": 1430, + "total_size_bytes": 3464573, + "estimated_tokens": 1496040 + }, + { + "language": "Texinfo", + "license_type": "no_license", + "file_count": 235845, + "total_size_bytes": 6393379078, + "estimated_tokens": 1738604453 + }, + { + "language": "Texinfo", + "license_type": "permissive", + "file_count": 2063, + "total_size_bytes": 79857132, + "estimated_tokens": 21716210 + }, + { + "language": "Text", + "license_type": "no_license", + "file_count": 1758754952, + "total_size_bytes": 18533278167373, + "estimated_tokens": 12324150395493 + }, + { + "language": "Text", + "license_type": "permissive", + "file_count": 67079061, + "total_size_bytes": 751807005392, + "estimated_tokens": 499932204068 + }, + { + "language": "TextGrid", + "license_type": "no_license", + "file_count": 639015, + "total_size_bytes": 7791734461, + "estimated_tokens": 3576451422 + }, + { + "language": "TextGrid", + "license_type": "permissive", + "file_count": 91399, + "total_size_bytes": 195642926, + "estimated_tokens": 89801240 + }, + { + "language": "TextMate Properties", + "license_type": "no_license", + "file_count": 620804, + "total_size_bytes": 119369609, + "estimated_tokens": 51545105 + }, + { + "language": "TextMate Properties", + "license_type": "permissive", + "file_count": 18011, + "total_size_bytes": 3728482, + "estimated_tokens": 1609999 + }, + { + "language": "Textile", + "license_type": "no_license", + "file_count": 263201, + "total_size_bytes": 4131421361, + "estimated_tokens": 935287114 + }, + { + "language": "Textile", + "license_type": "permissive", + "file_count": 3122, + "total_size_bytes": 23476966, + "estimated_tokens": 5314806 + }, + { + "language": "Thrift", + "license_type": "no_license", + "file_count": 137752, + "total_size_bytes": 462349324, + "estimated_tokens": 199647504 + }, + { + "language": "Thrift", + "license_type": "permissive", + "file_count": 22186, + "total_size_bytes": 88908784, + "estimated_tokens": 38391787 + }, + { + "language": "Toit", + "license_type": "no_license", + "file_count": 5823, + "total_size_bytes": 245575700, + "estimated_tokens": 106042278 + }, + { + "language": "Toit", + "license_type": "permissive", + "file_count": 242, + "total_size_bytes": 65272836, + "estimated_tokens": 28185525 + }, + { + "language": "Tor Config", + "license_type": "no_license", + "file_count": 10583, + "total_size_bytes": 14161410, + "estimated_tokens": 6115052 + }, + { + "language": "Tor Config", + "license_type": "permissive", + "file_count": 343, + "total_size_bytes": 378722, + "estimated_tokens": 163536 + }, + { + "language": "Tree-sitter Query", + "license_type": "no_license", + "file_count": 74592, + "total_size_bytes": 159195176, + "estimated_tokens": 68742221 + }, + { + "language": "Tree-sitter Query", + "license_type": "permissive", + "file_count": 64851, + "total_size_bytes": 46342552, + "estimated_tokens": 20011221 + }, + { + "language": "Turing", + "license_type": "no_license", + "file_count": 53264, + "total_size_bytes": 4421037419, + "estimated_tokens": 3497151076 + }, + { + "language": "Turing", + "license_type": "permissive", + "file_count": 1456, + "total_size_bytes": 93017891, + "estimated_tokens": 73579476 + }, + { + "language": "Turtle", + "license_type": "no_license", + "file_count": 2694814, + "total_size_bytes": 73542026762, + "estimated_tokens": 29088544081 + }, + { + "language": "Turtle", + "license_type": "permissive", + "file_count": 211626, + "total_size_bytes": 10303476237, + "estimated_tokens": 4075399277 + }, + { + "language": "Twig", + "license_type": "no_license", + "file_count": 8830809, + "total_size_bytes": 28984580094, + "estimated_tokens": 7165728567 + }, + { + "language": "Twig", + "license_type": "permissive", + "file_count": 132691, + "total_size_bytes": 289413298, + "estimated_tokens": 71550359 + }, + { + "language": "Type Language", + "license_type": "no_license", + "file_count": 21163, + "total_size_bytes": 331490780, + "estimated_tokens": 143141351 + }, + { + "language": "Type Language", + "license_type": "permissive", + "file_count": 1132, + "total_size_bytes": 66512268, + "estimated_tokens": 28720726 + }, + { + "language": "TypeScript", + "license_type": "no_license", + "file_count": 3066183127, + "total_size_bytes": 11446413736479, + "estimated_tokens": 3092697123809 + }, + { + "language": "TypeScript", + "license_type": "permissive", + "file_count": 217798949, + "total_size_bytes": 2813180563964, + "estimated_tokens": 760090945446 + }, + { + "language": "TypeSpec", + "license_type": "no_license", + "file_count": 34229, + "total_size_bytes": 471330099, + "estimated_tokens": 203525501 + }, + { + "language": "TypeSpec", + "license_type": "permissive", + "file_count": 357, + "total_size_bytes": 1706079, + "estimated_tokens": 736703 + }, + { + "language": "Typst", + "license_type": "no_license", + "file_count": 53352, + "total_size_bytes": 421131086, + "estimated_tokens": 181849017 + }, + { + "language": "Typst", + "license_type": "permissive", + "file_count": 25821, + "total_size_bytes": 119622147, + "estimated_tokens": 51654153 + }, + { + "language": "Unified Parallel C", + "license_type": "no_license", + "file_count": 2807, + "total_size_bytes": 14487792, + "estimated_tokens": 6255987 + }, + { + "language": "Unified Parallel C", + "license_type": "permissive", + "file_count": 34, + "total_size_bytes": 76858, + "estimated_tokens": 33188 + }, + { + "language": "Unity3D Asset", + "license_type": "no_license", + "file_count": 1481051041, + "total_size_bytes": 13823426931577, + "estimated_tokens": 7977641203389 + }, + { + "language": "Unity3D Asset", + "license_type": "permissive", + "file_count": 19891949, + "total_size_bytes": 183461460306, + "estimated_tokens": 105877486980 + }, + { + "language": "Unix Assembly", + "license_type": "no_license", + "file_count": 14072198, + "total_size_bytes": 202781586620, + "estimated_tokens": 110404167120 + }, + { + "language": "Unix Assembly", + "license_type": "permissive", + "file_count": 1187943, + "total_size_bytes": 18581301515, + "estimated_tokens": 10116565078 + }, + { + "language": "Uno", + "license_type": "no_license", + "file_count": 49208, + "total_size_bytes": 303251417, + "estimated_tokens": 130947284 + }, + { + "language": "Uno", + "license_type": "permissive", + "file_count": 1027, + "total_size_bytes": 5809523, + "estimated_tokens": 2508615 + }, + { + "language": "UnrealScript", + "license_type": "no_license", + "file_count": 470344, + "total_size_bytes": 2713621559, + "estimated_tokens": 1171771523 + }, + { + "language": "UnrealScript", + "license_type": "permissive", + "file_count": 5492, + "total_size_bytes": 21459801, + "estimated_tokens": 9266577 + }, + { + "language": "Untyped Plutus Core", + "license_type": "no_license", + "file_count": 7926, + "total_size_bytes": 461172415, + "estimated_tokens": 199139302 + }, + { + "language": "Untyped Plutus Core", + "license_type": "permissive", + "file_count": 2762, + "total_size_bytes": 8539964, + "estimated_tokens": 3687650 + }, + { + "language": "UrWeb", + "license_type": "no_license", + "file_count": 8014, + "total_size_bytes": 104427402, + "estimated_tokens": 45092896 + }, + { + "language": "UrWeb", + "license_type": "permissive", + "file_count": 29, + "total_size_bytes": 96471, + "estimated_tokens": 41657 + }, + { + "language": "V", + "license_type": "no_license", + "file_count": 172199, + "total_size_bytes": 1954624097, + "estimated_tokens": 844028102 + }, + { + "language": "V", + "license_type": "permissive", + "file_count": 2796, + "total_size_bytes": 70909318, + "estimated_tokens": 30619420 + }, + { + "language": "VBA", + "license_type": "no_license", + "file_count": 198009, + "total_size_bytes": 2700958154, + "estimated_tokens": 1166303326 + }, + { + "language": "VBA", + "license_type": "permissive", + "file_count": 3215, + "total_size_bytes": 49566567, + "estimated_tokens": 21403386 + }, + { + "language": "VBScript", + "license_type": "no_license", + "file_count": 263586, + "total_size_bytes": 1142218830, + "estimated_tokens": 493222606 + }, + { + "language": "VBScript", + "license_type": "permissive", + "file_count": 11633, + "total_size_bytes": 142455229, + "estimated_tokens": 61513728 + }, + { + "language": "VCL", + "license_type": "no_license", + "file_count": 43083, + "total_size_bytes": 182878247, + "estimated_tokens": 78968830 + }, + { + "language": "VCL", + "license_type": "permissive", + "file_count": 560, + "total_size_bytes": 1944139, + "estimated_tokens": 839500 + }, + { + "language": "VHDL", + "license_type": "no_license", + "file_count": 4011431, + "total_size_bytes": 321108887045, + "estimated_tokens": 162846706358 + }, + { + "language": "VHDL", + "license_type": "permissive", + "file_count": 68109, + "total_size_bytes": 6019026678, + "estimated_tokens": 3052480667 + }, + { + "language": "Vala", + "license_type": "no_license", + "file_count": 84838, + "total_size_bytes": 820811950, + "estimated_tokens": 354435594 + }, + { + "language": "Vala", + "license_type": "permissive", + "file_count": 1812, + "total_size_bytes": 12835755, + "estimated_tokens": 5542619 + }, + { + "language": "Valve Data Format", + "license_type": "no_license", + "file_count": 20079, + "total_size_bytes": 105899307, + "estimated_tokens": 45728481 + }, + { + "language": "Valve Data Format", + "license_type": "permissive", + "file_count": 645, + "total_size_bytes": 17510379, + "estimated_tokens": 7561173 + }, + { + "language": "Velocity Template Language", + "license_type": "no_license", + "file_count": 183589, + "total_size_bytes": 170999207, + "estimated_tokens": 73839331 + }, + { + "language": "Velocity Template Language", + "license_type": "permissive", + "file_count": 5007, + "total_size_bytes": 10083881, + "estimated_tokens": 4354330 + }, + { + "language": "Vento", + "license_type": "no_license", + "file_count": 3321, + "total_size_bytes": 5842843, + "estimated_tokens": 2523003 + }, + { + "language": "Vento", + "license_type": "permissive", + "file_count": 60, + "total_size_bytes": 127554, + "estimated_tokens": 55079 + }, + { + "language": "Verilog", + "license_type": "no_license", + "file_count": 7176929, + "total_size_bytes": 266639851426, + "estimated_tokens": 137393625955 + }, + { + "language": "Verilog", + "license_type": "permissive", + "file_count": 255725, + "total_size_bytes": 13858034007, + "estimated_tokens": 7140738830 + }, + { + "language": "Vim Help File", + "license_type": "no_license", + "file_count": 1201143, + "total_size_bytes": 35207567550, + "estimated_tokens": 9394452275 + }, + { + "language": "Vim Help File", + "license_type": "permissive", + "file_count": 19875, + "total_size_bytes": 901224926, + "estimated_tokens": 240474282 + }, + { + "language": "Vim Script", + "license_type": "no_license", + "file_count": 9581189, + "total_size_bytes": 68090216344, + "estimated_tokens": 21793008916 + }, + { + "language": "Vim Script", + "license_type": "permissive", + "file_count": 247734, + "total_size_bytes": 1791817422, + "estimated_tokens": 573490512 + }, + { + "language": "Vim Snippet", + "license_type": "no_license", + "file_count": 944111, + "total_size_bytes": 1940675212, + "estimated_tokens": 838004821 + }, + { + "language": "Vim Snippet", + "license_type": "permissive", + "file_count": 33777, + "total_size_bytes": 51880264, + "estimated_tokens": 22402466 + }, + { + "language": "Visual Basic .NET", + "license_type": "no_license", + "file_count": 4251349, + "total_size_bytes": 50613590847, + "estimated_tokens": 11341488246 + }, + { + "language": "Visual Basic .NET", + "license_type": "permissive", + "file_count": 608814, + "total_size_bytes": 2490835103, + "estimated_tokens": 558146074 + }, + { + "language": "Visual Basic 6.0", + "license_type": "no_license", + "file_count": 951256, + "total_size_bytes": 13276614056, + "estimated_tokens": 4327008162 + }, + { + "language": "Visual Basic 6.0", + "license_type": "permissive", + "file_count": 29011, + "total_size_bytes": 270251775, + "estimated_tokens": 88078303 + }, + { + "language": "Volt", + "license_type": "no_license", + "file_count": 64295, + "total_size_bytes": 249522753, + "estimated_tokens": 107746658 + }, + { + "language": "Volt", + "license_type": "permissive", + "file_count": 1999, + "total_size_bytes": 5586686, + "estimated_tokens": 2412392 + }, + { + "language": "Vue", + "license_type": "no_license", + "file_count": 48902926, + "total_size_bytes": 200417758328, + "estimated_tokens": 56540545548 + }, + { + "language": "Vue", + "license_type": "permissive", + "file_count": 1391752, + "total_size_bytes": 8940158719, + "estimated_tokens": 2522139033 + }, + { + "language": "Vyper", + "license_type": "no_license", + "file_count": 28986, + "total_size_bytes": 136925102, + "estimated_tokens": 59125759 + }, + { + "language": "Vyper", + "license_type": "permissive", + "file_count": 618, + "total_size_bytes": 9414540, + "estimated_tokens": 4065301 + }, + { + "language": "WDL", + "license_type": "no_license", + "file_count": 45865, + "total_size_bytes": 179140417, + "estimated_tokens": 77354794 + }, + { + "language": "WDL", + "license_type": "permissive", + "file_count": 4037, + "total_size_bytes": 21175777, + "estimated_tokens": 9143932 + }, + { + "language": "WGSL", + "license_type": "no_license", + "file_count": 535861, + "total_size_bytes": 850021739, + "estimated_tokens": 367048701 + }, + { + "language": "WGSL", + "license_type": "permissive", + "file_count": 20802, + "total_size_bytes": 68015430, + "estimated_tokens": 29369807 + }, + { + "language": "Wavefront Material", + "license_type": "no_license", + "file_count": 3602830, + "total_size_bytes": 2290565421, + "estimated_tokens": 989091247 + }, + { + "language": "Wavefront Material", + "license_type": "permissive", + "file_count": 93089, + "total_size_bytes": 40641275, + "estimated_tokens": 17549347 + }, + { + "language": "Wavefront Object", + "license_type": "no_license", + "file_count": 22953008, + "total_size_bytes": 1395032902798, + "estimated_tokens": 1344629607655 + }, + { + "language": "Wavefront Object", + "license_type": "permissive", + "file_count": 553891, + "total_size_bytes": 62211408756, + "estimated_tokens": 59963676827 + }, + { + "language": "Web Ontology Language", + "license_type": "no_license", + "file_count": 324160, + "total_size_bytes": 29781019610, + "estimated_tokens": 9890722954 + }, + { + "language": "Web Ontology Language", + "license_type": "permissive", + "file_count": 57064, + "total_size_bytes": 4516447612, + "estimated_tokens": 1499979942 + }, + { + "language": "WebAssembly", + "license_type": "no_license", + "file_count": 584109, + "total_size_bytes": 13054341856, + "estimated_tokens": 4113932912 + }, + { + "language": "WebAssembly", + "license_type": "permissive", + "file_count": 129585, + "total_size_bytes": 4112461595, + "estimated_tokens": 1295997247 + }, + { + "language": "WebAssembly Interface Type", + "license_type": "no_license", + "file_count": 48277, + "total_size_bytes": 249318790, + "estimated_tokens": 107658585 + }, + { + "language": "WebAssembly Interface Type", + "license_type": "permissive", + "file_count": 8845, + "total_size_bytes": 20962576, + "estimated_tokens": 9051870 + }, + { + "language": "WebIDL", + "license_type": "no_license", + "file_count": 387352, + "total_size_bytes": 315477650, + "estimated_tokens": 136226706 + }, + { + "language": "WebIDL", + "license_type": "permissive", + "file_count": 6059, + "total_size_bytes": 7115334, + "estimated_tokens": 3072479 + }, + { + "language": "WebVTT", + "license_type": "no_license", + "file_count": 854695, + "total_size_bytes": 23458969392, + "estimated_tokens": 12522892636 + }, + { + "language": "WebVTT", + "license_type": "permissive", + "file_count": 17872, + "total_size_bytes": 2639786801, + "estimated_tokens": 1409173870 + }, + { + "language": "Wget Config", + "license_type": "no_license", + "file_count": 1486, + "total_size_bytes": 1663711, + "estimated_tokens": 718408 + }, + { + "language": "Wget Config", + "license_type": "permissive", + "file_count": 48, + "total_size_bytes": 46122, + "estimated_tokens": 19915 + }, + { + "language": "Whiley", + "license_type": "no_license", + "file_count": 8141, + "total_size_bytes": 4337714, + "estimated_tokens": 1873072 + }, + { + "language": "Whiley", + "license_type": "permissive", + "file_count": 1230, + "total_size_bytes": 554711, + "estimated_tokens": 239530 + }, + { + "language": "Wikitext", + "license_type": "no_license", + "file_count": 1239013, + "total_size_bytes": 6874614397, + "estimated_tokens": 2321323377 + }, + { + "language": "Wikitext", + "license_type": "permissive", + "file_count": 12574, + "total_size_bytes": 153652695, + "estimated_tokens": 51883287 + }, + { + "language": "Win32 Message File", + "license_type": "no_license", + "file_count": 20819, + "total_size_bytes": 510756563, + "estimated_tokens": 220550280 + }, + { + "language": "Win32 Message File", + "license_type": "permissive", + "file_count": 4382, + "total_size_bytes": 32123431, + "estimated_tokens": 13871249 + }, + { + "language": "Windows Registry Entries", + "license_type": "no_license", + "file_count": 253495, + "total_size_bytes": 2617092995, + "estimated_tokens": 1130089432 + }, + { + "language": "Windows Registry Entries", + "license_type": "permissive", + "file_count": 13643, + "total_size_bytes": 120688137, + "estimated_tokens": 52114460 + }, + { + "language": "Witcher Script", + "license_type": "no_license", + "file_count": 101559, + "total_size_bytes": 1521860460, + "estimated_tokens": 657156022 + }, + { + "language": "Witcher Script", + "license_type": "permissive", + "file_count": 582, + "total_size_bytes": 9269685, + "estimated_tokens": 4002751 + }, + { + "language": "Wollok", + "license_type": "no_license", + "file_count": 27396, + "total_size_bytes": 40035130, + "estimated_tokens": 17287607 + }, + { + "language": "Wollok", + "license_type": "permissive", + "file_count": 74, + "total_size_bytes": 175259, + "estimated_tokens": 75678 + }, + { + "language": "World of Warcraft Addon Data", + "license_type": "no_license", + "file_count": 161892, + "total_size_bytes": 114566070, + "estimated_tokens": 49470884 + }, + { + "language": "World of Warcraft Addon Data", + "license_type": "permissive", + "file_count": 1515, + "total_size_bytes": 1040799, + "estimated_tokens": 449428 + }, + { + "language": "Wren", + "license_type": "no_license", + "file_count": 24746, + "total_size_bytes": 82557378, + "estimated_tokens": 35649180 + }, + { + "language": "Wren", + "license_type": "permissive", + "file_count": 723, + "total_size_bytes": 2959723, + "estimated_tokens": 1278040 + }, + { + "language": "X BitMap", + "license_type": "no_license", + "file_count": 839582, + "total_size_bytes": 1281405317, + "estimated_tokens": 553324856 + }, + { + "language": "X BitMap", + "license_type": "permissive", + "file_count": 32811, + "total_size_bytes": 31675149, + "estimated_tokens": 13677676 + }, + { + "language": "X Font Directory Index", + "license_type": "no_license", + "file_count": 26483, + "total_size_bytes": 299492142, + "estimated_tokens": 129323988 + }, + { + "language": "X Font Directory Index", + "license_type": "permissive", + "file_count": 650, + "total_size_bytes": 6962745, + "estimated_tokens": 3006589 + }, + { + "language": "X PixMap", + "license_type": "no_license", + "file_count": 2078861, + "total_size_bytes": 72504524503, + "estimated_tokens": 34955201939 + }, + { + "language": "X PixMap", + "license_type": "permissive", + "file_count": 33582, + "total_size_bytes": 285366236, + "estimated_tokens": 137578095 + }, + { + "language": "X10", + "license_type": "no_license", + "file_count": 51351, + "total_size_bytes": 250284289, + "estimated_tokens": 108075498 + }, + { + "language": "X10", + "license_type": "permissive", + "file_count": 208, + "total_size_bytes": 1396351, + "estimated_tokens": 602959 + }, + { + "language": "XC", + "license_type": "no_license", + "file_count": 61350, + "total_size_bytes": 553979616, + "estimated_tokens": 239214468 + }, + { + "language": "XC", + "license_type": "permissive", + "file_count": 422, + "total_size_bytes": 3760671, + "estimated_tokens": 1623898 + }, + { + "language": "XCompose", + "license_type": "no_license", + "file_count": 1064, + "total_size_bytes": 53494730, + "estimated_tokens": 23099610 + }, + { + "language": "XCompose", + "license_type": "permissive", + "file_count": 34, + "total_size_bytes": 408365, + "estimated_tokens": 176336 + }, + { + "language": "XML", + "license_type": "no_license", + "file_count": 956516519, + "total_size_bytes": 20412134588677, + "estimated_tokens": 7899592593783 + }, + { + "language": "XML", + "license_type": "permissive", + "file_count": 45746869, + "total_size_bytes": 927199384095, + "estimated_tokens": 358830545415 + }, + { + "language": "XML Property List", + "license_type": "no_license", + "file_count": 29861902, + "total_size_bytes": 74555344304, + "estimated_tokens": 25250604706 + }, + { + "language": "XML Property List", + "license_type": "permissive", + "file_count": 483486, + "total_size_bytes": 1873931075, + "estimated_tokens": 634668020 + }, + { + "language": "XPages", + "license_type": "no_license", + "file_count": 8447, + "total_size_bytes": 10592356, + "estimated_tokens": 4573895 + }, + { + "language": "XPages", + "license_type": "permissive", + "file_count": 2820, + "total_size_bytes": 4447349, + "estimated_tokens": 1920414 + }, + { + "language": "XProc", + "license_type": "no_license", + "file_count": 13627, + "total_size_bytes": 288016925, + "estimated_tokens": 124368864 + }, + { + "language": "XProc", + "license_type": "permissive", + "file_count": 1120, + "total_size_bytes": 4206878, + "estimated_tokens": 1816576 + }, + { + "language": "XQuery", + "license_type": "no_license", + "file_count": 330556, + "total_size_bytes": 711030039, + "estimated_tokens": 307030561 + }, + { + "language": "XQuery", + "license_type": "permissive", + "file_count": 16583, + "total_size_bytes": 31756301, + "estimated_tokens": 13712718 + }, + { + "language": "XS", + "license_type": "no_license", + "file_count": 212829, + "total_size_bytes": 3858954453, + "estimated_tokens": 1364857877 + }, + { + "language": "XS", + "license_type": "permissive", + "file_count": 3666, + "total_size_bytes": 40175971, + "estimated_tokens": 14209675 + }, + { + "language": "XSLT", + "license_type": "no_license", + "file_count": 3055534, + "total_size_bytes": 39522032859, + "estimated_tokens": 11279858181 + }, + { + "language": "XSLT", + "license_type": "permissive", + "file_count": 270636, + "total_size_bytes": 3645457386, + "estimated_tokens": 1040438442 + }, + { + "language": "Xmake", + "license_type": "no_license", + "file_count": 34074, + "total_size_bytes": 59139943, + "estimated_tokens": 25537275 + }, + { + "language": "Xmake", + "license_type": "permissive", + "file_count": 1743, + "total_size_bytes": 2514214, + "estimated_tokens": 1085665 + }, + { + "language": "Xojo", + "license_type": "no_license", + "file_count": 34473, + "total_size_bytes": 272631985, + "estimated_tokens": 117725478 + }, + { + "language": "Xojo", + "license_type": "permissive", + "file_count": 836, + "total_size_bytes": 9362467, + "estimated_tokens": 4042815 + }, + { + "language": "Xonsh", + "license_type": "no_license", + "file_count": 38563, + "total_size_bytes": 51741581, + "estimated_tokens": 22342581 + }, + { + "language": "Xonsh", + "license_type": "permissive", + "file_count": 452, + "total_size_bytes": 598440, + "estimated_tokens": 258412 + }, + { + "language": "Xtend", + "license_type": "no_license", + "file_count": 100991, + "total_size_bytes": 314570811, + "estimated_tokens": 135835123 + }, + { + "language": "Xtend", + "license_type": "permissive", + "file_count": 9829, + "total_size_bytes": 39926789, + "estimated_tokens": 17240824 + }, + { + "language": "YAML", + "license_type": "no_license", + "file_count": 402458731, + "total_size_bytes": 3683945340808, + "estimated_tokens": 1747644045546 + }, + { + "language": "YAML", + "license_type": "permissive", + "file_count": 33422620, + "total_size_bytes": 229863123316, + "estimated_tokens": 109045841235 + }, + { + "language": "YANG", + "license_type": "no_license", + "file_count": 923983, + "total_size_bytes": 22859151084, + "estimated_tokens": 4453065320 + }, + { + "language": "YANG", + "license_type": "permissive", + "file_count": 57799, + "total_size_bytes": 931603366, + "estimated_tokens": 181480520 + }, + { + "language": "YARA", + "license_type": "no_license", + "file_count": 490285, + "total_size_bytes": 4645048534, + "estimated_tokens": 3022997595 + }, + { + "language": "YARA", + "license_type": "permissive", + "file_count": 31124, + "total_size_bytes": 111456941, + "estimated_tokens": 72536177 + }, + { + "language": "YASnippet", + "license_type": "no_license", + "file_count": 1325672, + "total_size_bytes": 246132330, + "estimated_tokens": 106282637 + }, + { + "language": "YASnippet", + "license_type": "permissive", + "file_count": 682378, + "total_size_bytes": 85140030, + "estimated_tokens": 36764397 + }, + { + "language": "Yacc", + "license_type": "no_license", + "file_count": 813690, + "total_size_bytes": 22701876439, + "estimated_tokens": 11391402564 + }, + { + "language": "Yacc", + "license_type": "permissive", + "file_count": 25451, + "total_size_bytes": 674119971, + "estimated_tokens": 338261552 + }, + { + "language": "Yul", + "license_type": "no_license", + "file_count": 4222, + "total_size_bytes": 45117960, + "estimated_tokens": 19482429 + }, + { + "language": "Yul", + "license_type": "permissive", + "file_count": 2517, + "total_size_bytes": 7405477, + "estimated_tokens": 3197766 + }, + { + "language": "ZAP", + "license_type": "no_license", + "file_count": 6794, + "total_size_bytes": 319036863, + "estimated_tokens": 137763613 + }, + { + "language": "ZAP", + "license_type": "permissive", + "file_count": 7614, + "total_size_bytes": 1266296102, + "estimated_tokens": 546800532 + }, + { + "language": "ZIL", + "license_type": "no_license", + "file_count": 9247, + "total_size_bytes": 213843074, + "estimated_tokens": 92339782 + }, + { + "language": "ZIL", + "license_type": "permissive", + "file_count": 81, + "total_size_bytes": 1432922, + "estimated_tokens": 618751 + }, + { + "language": "Zeek", + "license_type": "no_license", + "file_count": 56614, + "total_size_bytes": 248774551, + "estimated_tokens": 107423577 + }, + { + "language": "Zeek", + "license_type": "permissive", + "file_count": 2926, + "total_size_bytes": 9691153, + "estimated_tokens": 4184746 + }, + { + "language": "ZenScript", + "license_type": "no_license", + "file_count": 91482, + "total_size_bytes": 540281616, + "estimated_tokens": 233299521 + }, + { + "language": "ZenScript", + "license_type": "permissive", + "file_count": 3113, + "total_size_bytes": 13156497, + "estimated_tokens": 5681119 + }, + { + "language": "Zephir", + "license_type": "no_license", + "file_count": 20903, + "total_size_bytes": 91422320, + "estimated_tokens": 39477159 + }, + { + "language": "Zephir", + "license_type": "permissive", + "file_count": 2448, + "total_size_bytes": 13693150, + "estimated_tokens": 5912852 + }, + { + "language": "Zig", + "license_type": "no_license", + "file_count": 477407, + "total_size_bytes": 6264003574, + "estimated_tokens": 1911912579 + }, + { + "language": "Zig", + "license_type": "permissive", + "file_count": 15180, + "total_size_bytes": 376715409, + "estimated_tokens": 114981883 + }, + { + "language": "Zimpl", + "license_type": "no_license", + "file_count": 6339, + "total_size_bytes": 50441040, + "estimated_tokens": 21780993 + }, + { + "language": "Zimpl", + "license_type": "permissive", + "file_count": 88, + "total_size_bytes": 113376, + "estimated_tokens": 48956 + }, + { + "language": "Zmodel", + "license_type": "no_license", + "file_count": 1314, + "total_size_bytes": 2830938, + "estimated_tokens": 1222430 + }, + { + "language": "Zmodel", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 4076, + "estimated_tokens": 1760 + }, + { + "language": "cURL Config", + "license_type": "no_license", + "file_count": 1685, + "total_size_bytes": 410975, + "estimated_tokens": 177463 + }, + { + "language": "cURL Config", + "license_type": "permissive", + "file_count": 70, + "total_size_bytes": 14963, + "estimated_tokens": 6461 + }, + { + "language": "crontab", + "license_type": "no_license", + "file_count": 27094, + "total_size_bytes": 10225936, + "estimated_tokens": 4415671 + }, + { + "language": "crontab", + "license_type": "permissive", + "file_count": 935, + "total_size_bytes": 438928, + "estimated_tokens": 189533 + }, + { + "language": "desktop", + "license_type": "no_license", + "file_count": 1294324, + "total_size_bytes": 4270807160, + "estimated_tokens": 1714803420 + }, + { + "language": "desktop", + "license_type": "permissive", + "file_count": 83164, + "total_size_bytes": 39800819, + "estimated_tokens": 15980721 + }, + { + "language": "dircolors", + "license_type": "no_license", + "file_count": 9472, + "total_size_bytes": 50913857, + "estimated_tokens": 21985161 + }, + { + "language": "dircolors", + "license_type": "permissive", + "file_count": 182, + "total_size_bytes": 1079447, + "estimated_tokens": 466117 + }, + { + "language": "eC", + "license_type": "no_license", + "file_count": 89095, + "total_size_bytes": 584467372, + "estimated_tokens": 252379415 + }, + { + "language": "eC", + "license_type": "permissive", + "file_count": 24232, + "total_size_bytes": 32037295, + "estimated_tokens": 13834055 + }, + { + "language": "edn", + "license_type": "no_license", + "file_count": 545833, + "total_size_bytes": 8456605303, + "estimated_tokens": 3976682874 + }, + { + "language": "edn", + "license_type": "permissive", + "file_count": 7920, + "total_size_bytes": 148018195, + "estimated_tokens": 69604930 + }, + { + "language": "fish", + "license_type": "no_license", + "file_count": 1241901, + "total_size_bytes": 2440109696, + "estimated_tokens": 1053666104 + }, + { + "language": "fish", + "license_type": "permissive", + "file_count": 29843, + "total_size_bytes": 107058646, + "estimated_tokens": 46229096 + }, + { + "language": "hoon", + "license_type": "no_license", + "file_count": 42274, + "total_size_bytes": 229487427, + "estimated_tokens": 99095185 + }, + { + "language": "hoon", + "license_type": "permissive", + "file_count": 6115, + "total_size_bytes": 105839902, + "estimated_tokens": 45702829 + }, + { + "language": "iCalendar", + "license_type": "no_license", + "file_count": 973677, + "total_size_bytes": 3886538286, + "estimated_tokens": 2006214415 + }, + { + "language": "iCalendar", + "license_type": "permissive", + "file_count": 17948, + "total_size_bytes": 181944378, + "estimated_tokens": 93918908 + }, + { + "language": "jq", + "license_type": "no_license", + "file_count": 23186, + "total_size_bytes": 177354870, + "estimated_tokens": 76583776 + }, + { + "language": "jq", + "license_type": "permissive", + "file_count": 5055, + "total_size_bytes": 4313776, + "estimated_tokens": 1862735 + }, + { + "language": "kvlang", + "license_type": "no_license", + "file_count": 207910, + "total_size_bytes": 1233472643, + "estimated_tokens": 532627003 + }, + { + "language": "kvlang", + "license_type": "permissive", + "file_count": 1948, + "total_size_bytes": 8505398, + "estimated_tokens": 3672724 + }, + { + "language": "mIRC Script", + "license_type": "no_license", + "file_count": 1004273, + "total_size_bytes": 3283588697, + "estimated_tokens": 1902087807 + }, + { + "language": "mIRC Script", + "license_type": "permissive", + "file_count": 24099, + "total_size_bytes": 645227813, + "estimated_tokens": 373761779 + }, + { + "language": "mcfunction", + "license_type": "no_license", + "file_count": 1602928, + "total_size_bytes": 5304561405, + "estimated_tokens": 2404341658 + }, + { + "language": "mcfunction", + "license_type": "permissive", + "file_count": 143993, + "total_size_bytes": 444539590, + "estimated_tokens": 201491692 + }, + { + "language": "mdsvex", + "license_type": "no_license", + "file_count": 9249, + "total_size_bytes": 30614926, + "estimated_tokens": 13219860 + }, + { + "language": "mdsvex", + "license_type": "permissive", + "file_count": 1106, + "total_size_bytes": 2828914, + "estimated_tokens": 1221556 + }, + { + "language": "mupad", + "license_type": "no_license", + "file_count": 68207, + "total_size_bytes": 159691576, + "estimated_tokens": 68956572 + }, + { + "language": "mupad", + "license_type": "permissive", + "file_count": 1716, + "total_size_bytes": 415442, + "estimated_tokens": 179392 + }, + { + "language": "nanorc", + "license_type": "no_license", + "file_count": 156047, + "total_size_bytes": 233295342, + "estimated_tokens": 100739485 + }, + { + "language": "nanorc", + "license_type": "permissive", + "file_count": 2947, + "total_size_bytes": 4140436, + "estimated_tokens": 1787885 + }, + { + "language": "nesC", + "license_type": "no_license", + "file_count": 2405783, + "total_size_bytes": 4872920082, + "estimated_tokens": 3967816407 + }, + { + "language": "nesC", + "license_type": "permissive", + "file_count": 26789, + "total_size_bytes": 78064291, + "estimated_tokens": 63564509 + }, + { + "language": "ooc", + "license_type": "no_license", + "file_count": 5393, + "total_size_bytes": 19435284, + "estimated_tokens": 8392368 + }, + { + "language": "ooc", + "license_type": "permissive", + "file_count": 89, + "total_size_bytes": 346887, + "estimated_tokens": 149789 + }, + { + "language": "q", + "license_type": "no_license", + "file_count": 262416, + "total_size_bytes": 1837022473, + "estimated_tokens": 793246433 + }, + { + "language": "q", + "license_type": "permissive", + "file_count": 37845, + "total_size_bytes": 43532330, + "estimated_tokens": 18797737 + }, + { + "language": "reStructuredText", + "license_type": "no_license", + "file_count": 42674048, + "total_size_bytes": 179746956259, + "estimated_tokens": 67532944868 + }, + { + "language": "reStructuredText", + "license_type": "permissive", + "file_count": 3660448, + "total_size_bytes": 21680751309, + "estimated_tokens": 8145701119 + }, + { + "language": "robots.txt", + "license_type": "no_license", + "file_count": 14643220, + "total_size_bytes": 1259418265, + "estimated_tokens": 543830606 + }, + { + "language": "robots.txt", + "license_type": "permissive", + "file_count": 91058, + "total_size_bytes": 9094162, + "estimated_tokens": 3926958 + }, + { + "language": "sed", + "license_type": "no_license", + "file_count": 171907, + "total_size_bytes": 4708024005, + "estimated_tokens": 4319629209 + }, + { + "language": "sed", + "license_type": "permissive", + "file_count": 5662, + "total_size_bytes": 4744701, + "estimated_tokens": 4353280 + }, + { + "language": "templ", + "license_type": "no_license", + "file_count": 58453, + "total_size_bytes": 197916290, + "estimated_tokens": 85462422 + }, + { + "language": "templ", + "license_type": "permissive", + "file_count": 2439, + "total_size_bytes": 9061917, + "estimated_tokens": 3913035 + }, + { + "language": "vCard", + "license_type": "no_license", + "file_count": 83084, + "total_size_bytes": 2599279570, + "estimated_tokens": 1122397400 + }, + { + "language": "vCard", + "license_type": "permissive", + "file_count": 843, + "total_size_bytes": 30439448, + "estimated_tokens": 13144087 + }, + { + "language": "wisp", + "license_type": "no_license", + "file_count": 686, + "total_size_bytes": 3383684, + "estimated_tokens": 1461111 + }, + { + "language": "wisp", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 105732, + "estimated_tokens": 45656 + }, + { + "language": "xBase", + "license_type": "no_license", + "file_count": 667531, + "total_size_bytes": 6107914060, + "estimated_tokens": 2143506704 + }, + { + "language": "xBase", + "license_type": "permissive", + "file_count": 5088, + "total_size_bytes": 24136657, + "estimated_tokens": 8470500 + } +] \ No newline at end of file diff --git a/stats/full/stats_by_license.json b/stats/full/stats_by_license.json new file mode 100644 index 0000000000000000000000000000000000000000..116933cd4005e0b536ca6819fd4c3ed98abea22b --- /dev/null +++ b/stats/full/stats_by_license.json @@ -0,0 +1,1748 @@ +[ + { + "license": "Apache-2.0", + "file_count": 1470866129, + "total_size_bytes": 19508362207892, + "estimated_tokens": 7734471537412 + }, + { + "license": "CC-BY-4.0", + "file_count": 614916796, + "total_size_bytes": 2101304589684, + "estimated_tokens": 880125962112 + }, + { + "license": "BSL-1.0", + "file_count": 173711200, + "total_size_bytes": 1677534359818, + "estimated_tokens": 756587597235 + }, + { + "license": "CC0-1.0", + "file_count": 72620336, + "total_size_bytes": 1050509831214, + "estimated_tokens": 520317617214 + }, + { + "license": "Unlicense", + "file_count": 62135084, + "total_size_bytes": 708075047167, + "estimated_tokens": 319774187766 + }, + { + "license": "MIT", + "file_count": 84303966, + "total_size_bytes": 423752152657, + "estimated_tokens": 161577540234 + }, + { + "license": "Python-2.0", + "file_count": 7677150, + "total_size_bytes": 136946165933, + "estimated_tokens": 50675659159 + }, + { + "license": "BSD-3-Clause", + "file_count": 8549498, + "total_size_bytes": 123691935615, + "estimated_tokens": 56499183616 + }, + { + "license": "BlueOak-1.0.0", + "file_count": 5079725, + "total_size_bytes": 87376382319, + "estimated_tokens": 30016524397 + }, + { + "license": "OpenSSL", + "file_count": 4298529, + "total_size_bytes": 51356183503, + "estimated_tokens": 21578869372 + }, + { + "license": "WTFPL", + "file_count": 3273037, + "total_size_bytes": 45539060093, + "estimated_tokens": 18871704666 + }, + { + "license": "ISC", + "file_count": 888625, + "total_size_bytes": 38639817372, + "estimated_tokens": 14850630853 + }, + { + "license": "BSD-2-Clause-Patent", + "file_count": 2889230, + "total_size_bytes": 36503803769, + "estimated_tokens": 14956056488 + }, + { + "license": "LLVM-exception", + "file_count": 3041758, + "total_size_bytes": 36363451965, + "estimated_tokens": 16435948549 + }, + { + "license": "CC-BY-3.0", + "file_count": 1417685, + "total_size_bytes": 22581986593, + "estimated_tokens": 10396457806 + }, + { + "license": "AFL-3.0", + "file_count": 2242349, + "total_size_bytes": 20185412337, + "estimated_tokens": 7977243934 + }, + { + "license": "Unicode-DFS-2015", + "file_count": 944760, + "total_size_bytes": 19287265869, + "estimated_tokens": 8444873021 + }, + { + "license": "OLDAP-2.8", + "file_count": 819350, + "total_size_bytes": 15244885847, + "estimated_tokens": 6420304700 + }, + { + "license": "BSD-2-Clause", + "file_count": 1842830, + "total_size_bytes": 14697523634, + "estimated_tokens": 5633713067 + }, + { + "license": "MS-PL", + "file_count": 549408, + "total_size_bytes": 13677860547, + "estimated_tokens": 5547326400 + }, + { + "license": "PHP-3.01", + "file_count": 2853955, + "total_size_bytes": 13173165026, + "estimated_tokens": 5070305935 + }, + { + "license": "blessing", + "file_count": 318672, + "total_size_bytes": 11386978397, + "estimated_tokens": 4790713382 + }, + { + "license": "Ruby", + "file_count": 1071767, + "total_size_bytes": 8708846223, + "estimated_tokens": 3108545422 + }, + { + "license": "Artistic-2.0", + "file_count": 501588, + "total_size_bytes": 7518695083, + "estimated_tokens": 3359996476 + }, + { + "license": "LicenseRef-scancode-public-domain", + "file_count": 264125, + "total_size_bytes": 5414180361, + "estimated_tokens": 2241121804 + }, + { + "license": "Unicode-DFS-2016", + "file_count": 109925, + "total_size_bytes": 5218687342, + "estimated_tokens": 2232504281 + }, + { + "license": "NCSA", + "file_count": 573062, + "total_size_bytes": 5016293208, + "estimated_tokens": 2283944275 + }, + { + "license": "curl", + "file_count": 620636, + "total_size_bytes": 4613631876, + "estimated_tokens": 1823059750 + }, + { + "license": "LicenseRef-scancode-arm-llvm-sga", + "file_count": 151268, + "total_size_bytes": 4437951687, + "estimated_tokens": 2039664628 + }, + { + "license": "Zend-2.0", + "file_count": 1534891, + "total_size_bytes": 4366296547, + "estimated_tokens": 1708365492 + }, + { + "license": "Zlib", + "file_count": 371594, + "total_size_bytes": 4330571691, + "estimated_tokens": 1787625019 + }, + { + "license": "SHL-0.51", + "file_count": 365872, + "total_size_bytes": 4178597989, + "estimated_tokens": 1912181169 + }, + { + "license": "MIT-0", + "file_count": 289206, + "total_size_bytes": 3634042448, + "estimated_tokens": 1558888230 + }, + { + "license": "LicenseRef-scancode-jython", + "file_count": 261375, + "total_size_bytes": 3307760103, + "estimated_tokens": 1087230310 + }, + { + "license": "CERN-OHL-P-2.0", + "file_count": 70961, + "total_size_bytes": 3247452111, + "estimated_tokens": 2149479807 + }, + { + "license": "Vim", + "file_count": 184431, + "total_size_bytes": 3007353119, + "estimated_tokens": 1025909440 + }, + { + "license": "JasPer-2.0", + "file_count": 228138, + "total_size_bytes": 2974964168, + "estimated_tokens": 1185095973 + }, + { + "license": "CDLA-Permissive-2.0", + "file_count": 216073, + "total_size_bytes": 2205334778, + "estimated_tokens": 1148409142 + }, + { + "license": "BSD-2-Clause-Views", + "file_count": 159845, + "total_size_bytes": 1833084558, + "estimated_tokens": 735658895 + }, + { + "license": "LicenseRef-scancode-tex-live", + "file_count": 75171, + "total_size_bytes": 1732639512, + "estimated_tokens": 839316992 + }, + { + "license": "NIST-Software", + "file_count": 85805, + "total_size_bytes": 1662282490, + "estimated_tokens": 1034530931 + }, + { + "license": "PostgreSQL", + "file_count": 91954, + "total_size_bytes": 1531169250, + "estimated_tokens": 587990957 + }, + { + "license": "CFITSIO", + "file_count": 27739, + "total_size_bytes": 1344723614, + "estimated_tokens": 631550926 + }, + { + "license": "LicenseRef-scancode-dropbear-2016", + "file_count": 137219, + "total_size_bytes": 1268374536, + "estimated_tokens": 580987377 + }, + { + "license": "LPPL-1.3c", + "file_count": 70207, + "total_size_bytes": 1155823000, + "estimated_tokens": 581705362 + }, + { + "license": "LicenseRef-scancode-code-credit-license-1.1.0", + "file_count": 52125, + "total_size_bytes": 1113229315, + "estimated_tokens": 434473674 + }, + { + "license": "OGL-Canada-2.0", + "file_count": 12105, + "total_size_bytes": 1081788751, + "estimated_tokens": 423009019 + }, + { + "license": "SHL-2.1", + "file_count": 35295, + "total_size_bytes": 1058049130, + "estimated_tokens": 619215777 + }, + { + "license": "LicenseRef-scancode-cecill-b-en", + "file_count": 85256, + "total_size_bytes": 1037889755, + "estimated_tokens": 494689113 + }, + { + "license": "0BSD", + "file_count": 82637, + "total_size_bytes": 1013949626, + "estimated_tokens": 390370349 + }, + { + "license": "FTL", + "file_count": 46307, + "total_size_bytes": 1006323339, + "estimated_tokens": 430793050 + }, + { + "license": "Sendmail", + "file_count": 124491, + "total_size_bytes": 998041186, + "estimated_tokens": 422017026 + }, + { + "license": "SHL-2.0", + "file_count": 91983, + "total_size_bytes": 978494187, + "estimated_tokens": 441372882 + }, + { + "license": "Artistic-1.0-Perl", + "file_count": 352270, + "total_size_bytes": 920579594, + "estimated_tokens": 312939287 + }, + { + "license": "NIST-PD", + "file_count": 12271, + "total_size_bytes": 905120266, + "estimated_tokens": 569860311 + }, + { + "license": "Apache-1.1", + "file_count": 78606, + "total_size_bytes": 902366080, + "estimated_tokens": 349937622 + }, + { + "license": "LicenseRef-scancode-node-js", + "file_count": 98234, + "total_size_bytes": 795593363, + "estimated_tokens": 333968473 + }, + { + "license": "LicenseRef-scancode-paraview-1.2", + "file_count": 70163, + "total_size_bytes": 756329789, + "estimated_tokens": 328292376 + }, + { + "license": "Artistic-1.0", + "file_count": 73686, + "total_size_bytes": 594440460, + "estimated_tokens": 266512270 + }, + { + "license": "LicenseRef-scancode-zsh", + "file_count": 19591, + "total_size_bytes": 581250404, + "estimated_tokens": 242484386 + }, + { + "license": "Beerware", + "file_count": 53731, + "total_size_bytes": 564331746, + "estimated_tokens": 275931897 + }, + { + "license": "LicenseRef-scancode-info-zip-2009-01", + "file_count": 31079, + "total_size_bytes": 562911722, + "estimated_tokens": 251814281 + }, + { + "license": "ZPL-2.1", + "file_count": 147808, + "total_size_bytes": 553499356, + "estimated_tokens": 214760199 + }, + { + "license": "LicenseRef-scancode-indiana-extreme", + "file_count": 36250, + "total_size_bytes": 550952801, + "estimated_tokens": 217709812 + }, + { + "license": "LicenseRef-scancode-info-zip-2007-03", + "file_count": 37329, + "total_size_bytes": 474927771, + "estimated_tokens": 209346415 + }, + { + "license": "LicenseRef-scancode-biopython", + "file_count": 23731, + "total_size_bytes": 460344220, + "estimated_tokens": 172637705 + }, + { + "license": "CC-PDDC", + "file_count": 91642, + "total_size_bytes": 417931299, + "estimated_tokens": 256957467 + }, + { + "license": "LicenseRef-scancode-unicode", + "file_count": 18956, + "total_size_bytes": 395638940, + "estimated_tokens": 197514110 + }, + { + "license": "LicenseRef-scancode-cryptopp", + "file_count": 35791, + "total_size_bytes": 383440581, + "estimated_tokens": 185925349 + }, + { + "license": "LicenseRef-scancode-other-permissive", + "file_count": 39093, + "total_size_bytes": 363294786, + "estimated_tokens": 151745749 + }, + { + "license": "CECILL-B", + "file_count": 28566, + "total_size_bytes": 333468657, + "estimated_tokens": 157396071 + }, + { + "license": "LicenseRef-scancode-pybench", + "file_count": 29968, + "total_size_bytes": 255835351, + "estimated_tokens": 73097275 + }, + { + "license": "LicenseRef-scancode-xfree86-1.0", + "file_count": 11403, + "total_size_bytes": 232574591, + "estimated_tokens": 101276444 + }, + { + "license": "LicenseRef-scancode-etalab-2.0-en", + "file_count": 3189, + "total_size_bytes": 232419186, + "estimated_tokens": 169384203 + }, + { + "license": "MulanPSL-2.0", + "file_count": 20323, + "total_size_bytes": 217118943, + "estimated_tokens": 87734841 + }, + { + "license": "Qhull", + "file_count": 8160, + "total_size_bytes": 199961632, + "estimated_tokens": 82621542 + }, + { + "license": "VSL-1.0", + "file_count": 12815, + "total_size_bytes": 184715432, + "estimated_tokens": 80049997 + }, + { + "license": "GLWTPL", + "file_count": 25990, + "total_size_bytes": 183650542, + "estimated_tokens": 79058480 + }, + { + "license": "BSD-3-Clause-Clear", + "file_count": 14189, + "total_size_bytes": 169971196, + "estimated_tokens": 66875807 + }, + { + "license": "Clips", + "file_count": 11046, + "total_size_bytes": 156797511, + "estimated_tokens": 62343925 + }, + { + "license": "FSFAP", + "file_count": 17853, + "total_size_bytes": 144484107, + "estimated_tokens": 64416696 + }, + { + "license": "ANTLR-PD", + "file_count": 27883, + "total_size_bytes": 143692614, + "estimated_tokens": 54483910 + }, + { + "license": "SGI-B-2.0", + "file_count": 14372, + "total_size_bytes": 129560949, + "estimated_tokens": 52611195 + }, + { + "license": "LicenseRef-scancode-tcg-spec-license-v1", + "file_count": 12999, + "total_size_bytes": 128505656, + "estimated_tokens": 65389607 + }, + { + "license": "AFL-2.1", + "file_count": 18278, + "total_size_bytes": 115167712, + "estimated_tokens": 50126599 + }, + { + "license": "LicenseRef-scancode-libgeotiff", + "file_count": 1551, + "total_size_bytes": 114714832, + "estimated_tokens": 73057237 + }, + { + "license": "AFL-2.0", + "file_count": 18047, + "total_size_bytes": 113981605, + "estimated_tokens": 48997910 + }, + { + "license": "X11", + "file_count": 7140, + "total_size_bytes": 108643786, + "estimated_tokens": 48650208 + }, + { + "license": "BSD-Source-Code", + "file_count": 17084, + "total_size_bytes": 104756980, + "estimated_tokens": 51881469 + }, + { + "license": "PSF-2.0", + "file_count": 12968, + "total_size_bytes": 104280697, + "estimated_tokens": 37748813 + }, + { + "license": "MIT-Festival", + "file_count": 5223, + "total_size_bytes": 101192569, + "estimated_tokens": 52527173 + }, + { + "license": "GD", + "file_count": 13364, + "total_size_bytes": 97871397, + "estimated_tokens": 37485829 + }, + { + "license": "BSD-3-Clause-Modification", + "file_count": 11725, + "total_size_bytes": 96118639, + "estimated_tokens": 35011832 + }, + { + "license": "LicenseRef-scancode-blas-2017", + "file_count": 9859, + "total_size_bytes": 95209925, + "estimated_tokens": 37823881 + }, + { + "license": "CERN-OHL-1.1", + "file_count": 1921, + "total_size_bytes": 90802020, + "estimated_tokens": 54020918 + }, + { + "license": "Community-Spec-1.0", + "file_count": 6813, + "total_size_bytes": 87837363, + "estimated_tokens": 42222648 + }, + { + "license": "EFL-2.0", + "file_count": 12584, + "total_size_bytes": 85314891, + "estimated_tokens": 30567243 + }, + { + "license": "NASA-1.3", + "file_count": 2136, + "total_size_bytes": 84421148, + "estimated_tokens": 55036992 + }, + { + "license": "CERN-OHL-1.2", + "file_count": 2321, + "total_size_bytes": 83666527, + "estimated_tokens": 55985690 + }, + { + "license": "LZMA-SDK-9.22", + "file_count": 13177, + "total_size_bytes": 81564032, + "estimated_tokens": 35292357 + }, + { + "license": "BSD-4-Clause", + "file_count": 7734, + "total_size_bytes": 78429286, + "estimated_tokens": 29886528 + }, + { + "license": "LicenseRef-scancode-paypal-sdk-2013-2016", + "file_count": 43167, + "total_size_bytes": 74456784, + "estimated_tokens": 23016318 + }, + { + "license": "LicenseRef-scancode-cximage", + "file_count": 5863, + "total_size_bytes": 73138349, + "estimated_tokens": 31985820 + }, + { + "license": "LicenseRef-scancode-takuya-ooura", + "file_count": 5556, + "total_size_bytes": 70192368, + "estimated_tokens": 31681619 + }, + { + "license": "PHP-3.0", + "file_count": 7112, + "total_size_bytes": 66171576, + "estimated_tokens": 20788121 + }, + { + "license": "NIST-PD-fallback", + "file_count": 2427, + "total_size_bytes": 61882460, + "estimated_tokens": 23365577 + }, + { + "license": "CC-BY-1.0", + "file_count": 1963, + "total_size_bytes": 59855831, + "estimated_tokens": 30508312 + }, + { + "license": "Libpng", + "file_count": 1895, + "total_size_bytes": 57494663, + "estimated_tokens": 23590524 + }, + { + "license": "etalab-2.0", + "file_count": 1946, + "total_size_bytes": 56846137, + "estimated_tokens": 35273649 + }, + { + "license": "Minpack", + "file_count": 6379, + "total_size_bytes": 50614069, + "estimated_tokens": 21917899 + }, + { + "license": "zlib-acknowledgement", + "file_count": 1620, + "total_size_bytes": 49882454, + "estimated_tokens": 21632740 + }, + { + "license": "LicenseRef-scancode-mulanpsl-2.0-en", + "file_count": 7661, + "total_size_bytes": 49835883, + "estimated_tokens": 22164768 + }, + { + "license": "TCL", + "file_count": 5481, + "total_size_bytes": 48599899, + "estimated_tokens": 20688383 + }, + { + "license": "BSD-1-Clause", + "file_count": 14687, + "total_size_bytes": 47976343, + "estimated_tokens": 29247890 + }, + { + "license": "OGL-UK-3.0", + "file_count": 5952, + "total_size_bytes": 46062933, + "estimated_tokens": 17492828 + }, + { + "license": "LicenseRef-scancode-khronos", + "file_count": 7079, + "total_size_bytes": 45099145, + "estimated_tokens": 23477992 + }, + { + "license": "LicenseRef-scancode-bsd-artwork", + "file_count": 13803, + "total_size_bytes": 44592115, + "estimated_tokens": 27618437 + }, + { + "license": "LicenseRef-scancode-bsd-unmodified", + "file_count": 13803, + "total_size_bytes": 44592115, + "estimated_tokens": 27618437 + }, + { + "license": "CDLA-Permissive-1.0", + "file_count": 114, + "total_size_bytes": 43489072, + "estimated_tokens": 26295945 + }, + { + "license": "LicenseRef-scancode-us-govt-public-domain", + "file_count": 1573, + "total_size_bytes": 42178355, + "estimated_tokens": 24867302 + }, + { + "license": "LicenseRef-scancode-public-domain-disclaimer", + "file_count": 1640, + "total_size_bytes": 42012609, + "estimated_tokens": 17496076 + }, + { + "license": "LicenseRef-scancode-info-zip-2002-02", + "file_count": 1951, + "total_size_bytes": 38947515, + "estimated_tokens": 16745093 + }, + { + "license": "LicenseRef-scancode-php-2.0.2", + "file_count": 4438, + "total_size_bytes": 36874151, + "estimated_tokens": 10927634 + }, + { + "license": "LicenseRef-scancode-cwe-tou", + "file_count": 104, + "total_size_bytes": 33902309, + "estimated_tokens": 27282962 + }, + { + "license": "LicenseRef-scancode-bsd-3-clause-fda", + "file_count": 797, + "total_size_bytes": 33080360, + "estimated_tokens": 20891500 + }, + { + "license": "LicenseRef-scancode-supervisor", + "file_count": 2821, + "total_size_bytes": 32049516, + "estimated_tokens": 10172855 + }, + { + "license": "LicenseRef-scancode-phorum-2.0", + "file_count": 4075, + "total_size_bytes": 27238211, + "estimated_tokens": 11595523 + }, + { + "license": "LicenseRef-scancode-dbad-1.1", + "file_count": 2161, + "total_size_bytes": 26692500, + "estimated_tokens": 13469628 + }, + { + "license": "OGTSL", + "file_count": 2017, + "total_size_bytes": 25090826, + "estimated_tokens": 7680338 + }, + { + "license": "OLDAP-2.5", + "file_count": 2053, + "total_size_bytes": 22934022, + "estimated_tokens": 11074724 + }, + { + "license": "LicenseRef-scancode-beri-hw-sw-1.0", + "file_count": 7059, + "total_size_bytes": 22462149, + "estimated_tokens": 9708259 + }, + { + "license": "EUDatagrid", + "file_count": 1179, + "total_size_bytes": 19897565, + "estimated_tokens": 9552270 + }, + { + "license": "LicenseRef-scancode-emit", + "file_count": 2298, + "total_size_bytes": 19171221, + "estimated_tokens": 8019916 + }, + { + "license": "CC-BY-2.5", + "file_count": 736, + "total_size_bytes": 18718950, + "estimated_tokens": 12445654 + }, + { + "license": "CC-BY-2.0", + "file_count": 908, + "total_size_bytes": 18367647, + "estimated_tokens": 12159537 + }, + { + "license": "HPND", + "file_count": 2800, + "total_size_bytes": 16208888, + "estimated_tokens": 5302197 + }, + { + "license": "AFL-1.1", + "file_count": 689, + "total_size_bytes": 14174445, + "estimated_tokens": 7128494 + }, + { + "license": "mplus", + "file_count": 3291, + "total_size_bytes": 13826058, + "estimated_tokens": 8212377 + }, + { + "license": "ClArtistic", + "file_count": 1294, + "total_size_bytes": 13213618, + "estimated_tokens": 5162150 + }, + { + "license": "LicenseRef-scancode-sun-source", + "file_count": 189, + "total_size_bytes": 12893329, + "estimated_tokens": 7178850 + }, + { + "license": "LicenseRef-scancode-fujion-exception-to-apache-2.0", + "file_count": 2300, + "total_size_bytes": 10539752, + "estimated_tokens": 3326888 + }, + { + "license": "ECL-2.0", + "file_count": 1801, + "total_size_bytes": 9970017, + "estimated_tokens": 4549073 + }, + { + "license": "LicenseRef-scancode-wtfnmfpl-1.0", + "file_count": 2330, + "total_size_bytes": 9148737, + "estimated_tokens": 3978877 + }, + { + "license": "MS-LPL", + "file_count": 897, + "total_size_bytes": 8803808, + "estimated_tokens": 3689047 + }, + { + "license": "Graphics-Gems", + "file_count": 1851, + "total_size_bytes": 8787218, + "estimated_tokens": 3652069 + }, + { + "license": "O-UDA-1.0", + "file_count": 59, + "total_size_bytes": 8400469, + "estimated_tokens": 5470372 + }, + { + "license": "LicenseRef-scancode-free-art-1.3", + "file_count": 116, + "total_size_bytes": 7889750, + "estimated_tokens": 5344329 + }, + { + "license": "IJG", + "file_count": 950, + "total_size_bytes": 7485792, + "estimated_tokens": 3729451 + }, + { + "license": "MulanPSL-1.0", + "file_count": 347, + "total_size_bytes": 7130483, + "estimated_tokens": 4265478 + }, + { + "license": "LicenseRef-scancode-info-zip-2005-02", + "file_count": 461, + "total_size_bytes": 6760121, + "estimated_tokens": 2925974 + }, + { + "license": "COIL-1.0", + "file_count": 123, + "total_size_bytes": 6397016, + "estimated_tokens": 2692896 + }, + { + "license": "LicenseRef-scancode-ricebsd", + "file_count": 525, + "total_size_bytes": 6248769, + "estimated_tokens": 2312727 + }, + { + "license": "LicenseRef-scancode-cgic", + "file_count": 354, + "total_size_bytes": 6094910, + "estimated_tokens": 2443600 + }, + { + "license": "W3C", + "file_count": 4980, + "total_size_bytes": 5933952, + "estimated_tokens": 2465317 + }, + { + "license": "OGC-1.0", + "file_count": 810, + "total_size_bytes": 5431719, + "estimated_tokens": 2425901 + }, + { + "license": "EPICS", + "file_count": 377, + "total_size_bytes": 5326227, + "estimated_tokens": 2099372 + }, + { + "license": "JSON", + "file_count": 457, + "total_size_bytes": 5250732, + "estimated_tokens": 2488833 + }, + { + "license": "Artistic-1.0-cl8", + "file_count": 589, + "total_size_bytes": 4844142, + "estimated_tokens": 2262740 + }, + { + "license": "UPL-1.0", + "file_count": 580, + "total_size_bytes": 4509517, + "estimated_tokens": 1823765 + }, + { + "license": "LicenseRef-scancode-wtfpl-1.0", + "file_count": 483, + "total_size_bytes": 4380372, + "estimated_tokens": 1652917 + }, + { + "license": "Fair", + "file_count": 144, + "total_size_bytes": 4308210, + "estimated_tokens": 2798035 + }, + { + "license": "HPND-sell-variant", + "file_count": 216, + "total_size_bytes": 3972595, + "estimated_tokens": 1549650 + }, + { + "license": "CC-BY-3.0-US", + "file_count": 639, + "total_size_bytes": 3961034, + "estimated_tokens": 2153848 + }, + { + "license": "Plexus", + "file_count": 501, + "total_size_bytes": 3900393, + "estimated_tokens": 2593660 + }, + { + "license": "PDDL-1.0", + "file_count": 119, + "total_size_bytes": 3520504, + "estimated_tokens": 1506302 + }, + { + "license": "ODC-By-1.0", + "file_count": 327, + "total_size_bytes": 3179563, + "estimated_tokens": 1402303 + }, + { + "license": "LicenseRef-scancode-notre-dame", + "file_count": 521, + "total_size_bytes": 3071570, + "estimated_tokens": 1297053 + }, + { + "license": "LicenseRef-scancode-flora-1.1", + "file_count": 751, + "total_size_bytes": 2754049, + "estimated_tokens": 1145318 + }, + { + "license": "LicenseRef-scancode-ibm-icu", + "file_count": 6, + "total_size_bytes": 2667969, + "estimated_tokens": 1036277 + }, + { + "license": "AFL-1.2", + "file_count": 183, + "total_size_bytes": 2446547, + "estimated_tokens": 1403054 + }, + { + "license": "BSD-3-Clause-Open-MPI", + "file_count": 344, + "total_size_bytes": 2444171, + "estimated_tokens": 1118404 + }, + { + "license": "OLDAP-2.7", + "file_count": 812, + "total_size_bytes": 2423761, + "estimated_tokens": 640007 + }, + { + "license": "OLDAP-2.3", + "file_count": 333, + "total_size_bytes": 2345674, + "estimated_tokens": 1100384 + }, + { + "license": "LicenseRef-scancode-code-credit-license-1.0.1", + "file_count": 193, + "total_size_bytes": 2057101, + "estimated_tokens": 930721 + }, + { + "license": "LicenseRef-scancode-scansoft-1.2", + "file_count": 946, + "total_size_bytes": 1862876, + "estimated_tokens": 720309 + }, + { + "license": "LPL-1.0", + "file_count": 123, + "total_size_bytes": 1661735, + "estimated_tokens": 617887 + }, + { + "license": "LicenseRef-scancode-ogl-1.0a", + "file_count": 667, + "total_size_bytes": 1575796, + "estimated_tokens": 545262 + }, + { + "license": "LicenseRef-scancode-ryszard-szopa", + "file_count": 239, + "total_size_bytes": 1520499, + "estimated_tokens": 516038 + }, + { + "license": "LicenseRef-scancode-boost-original", + "file_count": 168, + "total_size_bytes": 1372449, + "estimated_tokens": 619784 + }, + { + "license": "Multics", + "file_count": 47, + "total_size_bytes": 1346133, + "estimated_tokens": 590109 + }, + { + "license": "APAFML", + "file_count": 41, + "total_size_bytes": 1271067, + "estimated_tokens": 715109 + }, + { + "license": "LicenseRef-scancode-cosl", + "file_count": 123, + "total_size_bytes": 1264689, + "estimated_tokens": 493231 + }, + { + "license": "CNRI-Python", + "file_count": 228, + "total_size_bytes": 1262134, + "estimated_tokens": 839286 + }, + { + "license": "Apache-1.0", + "file_count": 323, + "total_size_bytes": 1221582, + "estimated_tokens": 478202 + }, + { + "license": "MirOS", + "file_count": 437, + "total_size_bytes": 1107526, + "estimated_tokens": 711354 + }, + { + "license": "Jam", + "file_count": 136, + "total_size_bytes": 1090954, + "estimated_tokens": 695469 + }, + { + "license": "Borceux", + "file_count": 37, + "total_size_bytes": 925197, + "estimated_tokens": 390395 + }, + { + "license": "LicenseRef-scancode-logica-1.0", + "file_count": 184, + "total_size_bytes": 888444, + "estimated_tokens": 225553 + }, + { + "license": "CNRI-Python-GPL-Compatible", + "file_count": 127, + "total_size_bytes": 805065, + "estimated_tokens": 535347 + }, + { + "license": "OLDAP-2.0.1", + "file_count": 98, + "total_size_bytes": 755966, + "estimated_tokens": 294669 + }, + { + "license": "BSD-3-Clause-Attribution", + "file_count": 361, + "total_size_bytes": 740249, + "estimated_tokens": 342083 + }, + { + "license": "LicenseRef-scancode-visual-idiot", + "file_count": 99, + "total_size_bytes": 698422, + "estimated_tokens": 253945 + }, + { + "license": "AML", + "file_count": 96, + "total_size_bytes": 620076, + "estimated_tokens": 186908 + }, + { + "license": "MIT-feh", + "file_count": 115, + "total_size_bytes": 549634, + "estimated_tokens": 242286 + }, + { + "license": "LicenseRef-scancode-wthpl-1.0", + "file_count": 58, + "total_size_bytes": 542380, + "estimated_tokens": 237071 + }, + { + "license": "MIT-Modern-Variant", + "file_count": 207, + "total_size_bytes": 540409, + "estimated_tokens": 236697 + }, + { + "license": "LicenseRef-scancode-apple-excl", + "file_count": 103, + "total_size_bytes": 531892, + "estimated_tokens": 202458 + }, + { + "license": "LicenseRef-scancode-lcs-telegraphics", + "file_count": 71, + "total_size_bytes": 511240, + "estimated_tokens": 207101 + }, + { + "license": "W3C-19980720", + "file_count": 68, + "total_size_bytes": 498456, + "estimated_tokens": 331460 + }, + { + "license": "LicenseRef-scancode-utopia", + "file_count": 187, + "total_size_bytes": 485008, + "estimated_tokens": 273314 + }, + { + "license": "ZPL-2.0", + "file_count": 74, + "total_size_bytes": 439215, + "estimated_tokens": 207701 + }, + { + "license": "MITNFA", + "file_count": 69, + "total_size_bytes": 435377, + "estimated_tokens": 197682 + }, + { + "license": "LicenseRef-scancode-matt-gallagher-attribution", + "file_count": 59, + "total_size_bytes": 407354, + "estimated_tokens": 122675 + }, + { + "license": "LicenseRef-scancode-opensaml-1.0", + "file_count": 92, + "total_size_bytes": 382242, + "estimated_tokens": 252536 + }, + { + "license": "LicenseRef-scancode-componentace-jcraft", + "file_count": 38, + "total_size_bytes": 289225, + "estimated_tokens": 124263 + }, + { + "license": "LicenseRef-scancode-nvidia-gov", + "file_count": 223, + "total_size_bytes": 273212, + "estimated_tokens": 136174 + }, + { + "license": "LicenseRef-scancode-dmtf-2017", + "file_count": 47, + "total_size_bytes": 227835, + "estimated_tokens": 84358 + }, + { + "license": "LicenseRef-scancode-sun-rpc", + "file_count": 24, + "total_size_bytes": 218496, + "estimated_tokens": 81104 + }, + { + "license": "LicenseRef-scancode-info-zip-2003-05", + "file_count": 8, + "total_size_bytes": 193051, + "estimated_tokens": 103756 + }, + { + "license": "OGL-UK-2.0", + "file_count": 21, + "total_size_bytes": 190912, + "estimated_tokens": 76468 + }, + { + "license": "SunPro", + "file_count": 48, + "total_size_bytes": 163060, + "estimated_tokens": 67038 + }, + { + "license": "LicenseRef-scancode-geoff-kuenning-1993", + "file_count": 81, + "total_size_bytes": 161703, + "estimated_tokens": 107528 + }, + { + "license": "LicenseRef-scancode-sata", + "file_count": 25, + "total_size_bytes": 155471, + "estimated_tokens": 65827 + }, + { + "license": "LicenseRef-scancode-philippe-de-muyter", + "file_count": 23, + "total_size_bytes": 153549, + "estimated_tokens": 53286 + }, + { + "license": "ICU", + "file_count": 154, + "total_size_bytes": 148124, + "estimated_tokens": 79085 + }, + { + "license": "Bahyph", + "file_count": 75, + "total_size_bytes": 147381, + "estimated_tokens": 98004 + }, + { + "license": "eGenix", + "file_count": 33, + "total_size_bytes": 139062, + "estimated_tokens": 92472 + }, + { + "license": "LicenseRef-scancode-protobuf", + "file_count": 40, + "total_size_bytes": 137824, + "estimated_tokens": 91649 + }, + { + "license": "NAIST-2003", + "file_count": 33, + "total_size_bytes": 121902, + "estimated_tokens": 81061 + }, + { + "license": "BSD-4-Clause-UC", + "file_count": 81, + "total_size_bytes": 121082, + "estimated_tokens": 79012 + }, + { + "license": "FreeBSD-DOC", + "file_count": 16, + "total_size_bytes": 118814, + "estimated_tokens": 48715 + }, + { + "license": "OLDAP-1.2", + "file_count": 41, + "total_size_bytes": 114943, + "estimated_tokens": 48238 + }, + { + "license": "SMLNJ", + "file_count": 57, + "total_size_bytes": 111024, + "estimated_tokens": 57595 + }, + { + "license": "LicenseRef-scancode-infineon-free", + "file_count": 31, + "total_size_bytes": 108680, + "estimated_tokens": 49854 + }, + { + "license": "LicenseRef-scancode-mit-old-style", + "file_count": 12, + "total_size_bytes": 107530, + "estimated_tokens": 46897 + }, + { + "license": "ZPL-1.1", + "file_count": 33, + "total_size_bytes": 95205, + "estimated_tokens": 63308 + }, + { + "license": "X11-distribute-modifications-variant", + "file_count": 27, + "total_size_bytes": 86800, + "estimated_tokens": 24490 + }, + { + "license": "BSD-3-Clause-LBNL", + "file_count": 46, + "total_size_bytes": 85182, + "estimated_tokens": 55179 + }, + { + "license": "LicenseRef-scancode-gtpl-v1", + "file_count": 52, + "total_size_bytes": 75660, + "estimated_tokens": 42392 + }, + { + "license": "SSH-OpenSSH", + "file_count": 112, + "total_size_bytes": 70217, + "estimated_tokens": 36367 + }, + { + "license": "libtiff", + "file_count": 66, + "total_size_bytes": 67914, + "estimated_tokens": 45161 + }, + { + "license": "Linux-OpenIB", + "file_count": 48, + "total_size_bytes": 65044, + "estimated_tokens": 36339 + }, + { + "license": "ECL-1.0", + "file_count": 13, + "total_size_bytes": 44001, + "estimated_tokens": 12351 + }, + { + "license": "LicenseRef-scancode-ldap-sdk-free-use", + "file_count": 20, + "total_size_bytes": 40141, + "estimated_tokens": 22401 + }, + { + "license": "Xnet", + "file_count": 33, + "total_size_bytes": 38346, + "estimated_tokens": 25499 + }, + { + "license": "LPL-1.02", + "file_count": 6, + "total_size_bytes": 36379, + "estimated_tokens": 19516 + }, + { + "license": "LicenseRef-scancode-ogl-canada-2.0-fr", + "file_count": 23, + "total_size_bytes": 35865, + "estimated_tokens": 15811 + }, + { + "license": "xpp", + "file_count": 10, + "total_size_bytes": 32556, + "estimated_tokens": 21648 + }, + { + "license": "Barr", + "file_count": 39, + "total_size_bytes": 31762, + "estimated_tokens": 21120 + }, + { + "license": "Intel-ACPI", + "file_count": 5, + "total_size_bytes": 31430, + "estimated_tokens": 20900 + }, + { + "license": "LicenseRef-scancode-opnl-1.0", + "file_count": 6, + "total_size_bytes": 25598, + "estimated_tokens": 8142 + }, + { + "license": "LicenseRef-scancode-qualcomm-turing", + "file_count": 4, + "total_size_bytes": 23999, + "estimated_tokens": 5770 + }, + { + "license": "LicenseRef-scancode-w3c-03-bsd-license", + "file_count": 25, + "total_size_bytes": 23127, + "estimated_tokens": 15378 + }, + { + "license": "LicenseRef-scancode-zpl-1.0", + "file_count": 5, + "total_size_bytes": 22981, + "estimated_tokens": 10956 + }, + { + "license": "LicenseRef-scancode-robert-hubley", + "file_count": 14, + "total_size_bytes": 20893, + "estimated_tokens": 13249 + }, + { + "license": "LicenseRef-scancode-ietf-trust", + "file_count": 4, + "total_size_bytes": 20340, + "estimated_tokens": 7840 + }, + { + "license": "NTP", + "file_count": 33, + "total_size_bytes": 19800, + "estimated_tokens": 13166 + }, + { + "license": "dtoa", + "file_count": 33, + "total_size_bytes": 19239, + "estimated_tokens": 12793 + }, + { + "license": "LicenseRef-scancode-fatfs", + "file_count": 33, + "total_size_bytes": 18084, + "estimated_tokens": 12025 + }, + { + "license": "OLDAP-2.4", + "file_count": 6, + "total_size_bytes": 17228, + "estimated_tokens": 11456 + }, + { + "license": "ADSL", + "file_count": 27, + "total_size_bytes": 15583, + "estimated_tokens": 10362 + }, + { + "license": "TCP-wrappers", + "file_count": 12, + "total_size_bytes": 13233, + "estimated_tokens": 5347 + }, + { + "license": "DL-DE-BY-2.0", + "file_count": 28, + "total_size_bytes": 13200, + "estimated_tokens": 6487 + }, + { + "license": "Spencer-86", + "file_count": 23, + "total_size_bytes": 11162, + "estimated_tokens": 5414 + }, + { + "license": "SAX-PD", + "file_count": 4, + "total_size_bytes": 10777, + "estimated_tokens": 7166 + }, + { + "license": "SchemeReport", + "file_count": 28, + "total_size_bytes": 10585, + "estimated_tokens": 5075 + }, + { + "license": "LicenseRef-scancode-stlport-2000", + "file_count": 45, + "total_size_bytes": 9145, + "estimated_tokens": 4338 + }, + { + "license": "CC-BY-3.0-AT", + "file_count": 4, + "total_size_bytes": 8645, + "estimated_tokens": 2767 + }, + { + "license": "OFL-1.0-RFN", + "file_count": 2, + "total_size_bytes": 7114, + "estimated_tokens": 4202 + }, + { + "license": "Bitstream-Vera", + "file_count": 3, + "total_size_bytes": 7059, + "estimated_tokens": 4694 + }, + { + "license": "LicenseRef-scancode-gary-s-brown", + "file_count": 4, + "total_size_bytes": 6132, + "estimated_tokens": 2422 + }, + { + "license": "bzip2-1.0.6", + "file_count": 4, + "total_size_bytes": 6068, + "estimated_tokens": 4035 + }, + { + "license": "NBPL-1.0", + "file_count": 1, + "total_size_bytes": 5471, + "estimated_tokens": 3638 + }, + { + "license": "MIT-CMU", + "file_count": 6, + "total_size_bytes": 5264, + "estimated_tokens": 2068 + }, + { + "license": "LicenseRef-scancode-mx4j", + "file_count": 1, + "total_size_bytes": 4474, + "estimated_tokens": 2975 + }, + { + "license": "LicenseRef-scancode-red-hat-attribution", + "file_count": 33, + "total_size_bytes": 3993, + "estimated_tokens": 2655 + }, + { + "license": "LicenseRef-scancode-can-ogl-alberta-2.1", + "file_count": 1, + "total_size_bytes": 3982, + "estimated_tokens": 2258 + }, + { + "license": "LicenseRef-scancode-energyplus-bsd", + "file_count": 1, + "total_size_bytes": 3611, + "estimated_tokens": 2401 + }, + { + "license": "OML", + "file_count": 2, + "total_size_bytes": 3402, + "estimated_tokens": 2262 + }, + { + "license": "LicenseRef-scancode-bakoma-fonts-1995", + "file_count": 2, + "total_size_bytes": 2878, + "estimated_tokens": 1913 + }, + { + "license": "LicenseRef-scancode-vince", + "file_count": 1, + "total_size_bytes": 2755, + "estimated_tokens": 1832 + }, + { + "license": "LicenseRef-scancode-bsd-top-gpl-addition", + "file_count": 1, + "total_size_bytes": 1952, + "estimated_tokens": 1298 + }, + { + "license": "LicenseRef-scancode-bsd-export", + "file_count": 1, + "total_size_bytes": 1775, + "estimated_tokens": 1180 + }, + { + "license": "LicenseRef-scancode-bsd-mylex", + "file_count": 1, + "total_size_bytes": 1702, + "estimated_tokens": 1131 + }, + { + "license": "IJG-short", + "file_count": 1, + "total_size_bytes": 1639, + "estimated_tokens": 1089 + }, + { + "license": "LicenseRef-scancode-bsd-3-clause-no-trademark", + "file_count": 1, + "total_size_bytes": 1550, + "estimated_tokens": 1030 + }, + { + "license": "LicenseRef-scancode-dwtfnmfpl-3.0", + "file_count": 3, + "total_size_bytes": 1542, + "estimated_tokens": 881 + }, + { + "license": "LicenseRef-scancode-bsd-3-clause-no-change", + "file_count": 1, + "total_size_bytes": 1435, + "estimated_tokens": 954 + }, + { + "license": "LicenseRef-scancode-bsd-innosys", + "file_count": 1, + "total_size_bytes": 1387, + "estimated_tokens": 922 + }, + { + "license": "LicenseRef-scancode-mit-1995", + "file_count": 1, + "total_size_bytes": 1384, + "estimated_tokens": 920 + }, + { + "license": "LicenseRef-scancode-mit-synopsys", + "file_count": 1, + "total_size_bytes": 1288, + "estimated_tokens": 856 + }, + { + "license": "LicenseRef-scancode-bsd-unchanged", + "file_count": 1, + "total_size_bytes": 1260, + "estimated_tokens": 837 + }, + { + "license": "LicenseRef-scancode-damail", + "file_count": 3, + "total_size_bytes": 1025, + "estimated_tokens": 396 + }, + { + "license": "LicenseRef-scancode-bsd-no-disclaimer-unmodified", + "file_count": 2, + "total_size_bytes": 874, + "estimated_tokens": 581 + }, + { + "license": "LicenseRef-scancode-tumbolia", + "file_count": 2, + "total_size_bytes": 814, + "estimated_tokens": 377 + }, + { + "license": "LicenseRef-scancode-bsd-new-tcpdump", + "file_count": 1, + "total_size_bytes": 761, + "estimated_tokens": 506 + }, + { + "license": "LicenseRef-scancode-bsd-no-disclaimer", + "file_count": 1, + "total_size_bytes": 425, + "estimated_tokens": 282 + }, + { + "license": "SSH-short", + "file_count": 1, + "total_size_bytes": 325, + "estimated_tokens": 216 + }, + { + "license": "HPND-Markus-Kuhn", + "file_count": 1, + "total_size_bytes": 178, + "estimated_tokens": 118 + }, + { + "license": "Entessa", + "file_count": 1, + "total_size_bytes": 68, + "estimated_tokens": 21 + }, + { + "license": "CC-BY-3.0-DE", + "file_count": 1, + "total_size_bytes": 12, + "estimated_tokens": 7 + } +] diff --git a/stats/full/stubs.json b/stats/full/stubs.json new file mode 100644 index 0000000000000000000000000000000000000000..25138949f8163291f5e1777bf8a97bdb617716c5 --- /dev/null +++ b/stats/full/stubs.json @@ -0,0 +1,7 @@ +{ + "total_count": 28264720832, + "total_size_bytes": 703420354815, + "no_content_id": 13483375729, + "no_language": 28264720832, + "no_content_id_and_language": 13483375729 +} \ No newline at end of file diff --git a/stats/full/totals.json b/stats/full/totals.json new file mode 100644 index 0000000000000000000000000000000000000000..1af42fdca11d02a1adc2d81fa5843fd861da7031 --- /dev/null +++ b/stats/full/totals.json @@ -0,0 +1,23 @@ +{ + "total_repos": 224913649, + "total_files": 43856584749, + "total_bytes": 438255558616286, + "total_languages": 770, + "total_licenses": 295, + "license_types": { + "no_license": { + "license_type": "no_license", + "file_count": 41359612674, + "total_size_bytes": 412320998075184, + "estimated_tokens": 184147963955145 + }, + "permissive": { + "license_type": "permissive", + "file_count": 2496972075, + "total_size_bytes": 25934560541102, + "estimated_tokens": 10565578851831 + } + }, + "estimated_tokens": 194713542807348, + "tokenizer": "Qwen/Qwen3-Coder-Next-Base" +} \ No newline at end of file diff --git a/stats/train/repo_distributions.json b/stats/train/repo_distributions.json new file mode 100644 index 0000000000000000000000000000000000000000..38d8d7d8282f4ce93c15cf74346617e13a852767 --- /dev/null +++ b/stats/train/repo_distributions.json @@ -0,0 +1,23 @@ +{ + "num_files": { + "min": 1, + "p5": 1, + "p50": 3, + "p95": 40, + "max": 1425145 + }, + "size_bytes": { + "min": 2, + "p5": 26, + "p50": 5382, + "p95": 122867, + "max": 1665934358 + }, + "estimated_tokens": { + "min": 0, + "p5": 7, + "p50": 1480, + "p95": 33429, + "max": 894503547 + } +} \ No newline at end of file diff --git a/stats/train/stats_by_language.json b/stats/train/stats_by_language.json new file mode 100644 index 0000000000000000000000000000000000000000..88b7cea2e4ed365c1d088edb6fa81b970a364b61 --- /dev/null +++ b/stats/train/stats_by_language.json @@ -0,0 +1,11580 @@ +[ + { + "language": "C++", + "repo_count": 5509061, + "file_count": 120133476, + "total_size_bytes": 2081789707054, + "estimated_tokens": 801913138508, + "file_size_distribution": { + "min": 2, + "p5": 241, + "p50": 1555, + "p95": 20562, + "max": 9696204 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 63, + "p50": 443, + "p95": 6290, + "max": 3735014 + } + }, + { + "language": "Java", + "repo_count": 17113649, + "file_count": 367788330, + "total_size_bytes": 1127746920883, + "estimated_tokens": 254448186510, + "file_size_distribution": { + "min": 2, + "p5": 178, + "p50": 1183, + "p95": 9750, + "max": 6728323 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 273, + "p95": 2168, + "max": 1518080 + } + }, + { + "language": "C", + "repo_count": 3903484, + "file_count": 67301611, + "total_size_bytes": 1025821536957, + "estimated_tokens": 365975834125, + "file_size_distribution": { + "min": 2, + "p5": 155, + "p50": 1540, + "p95": 37664, + "max": 9911128 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 47, + "p50": 443, + "p95": 10979, + "max": 3535930 + } + }, + { + "language": "JavaScript", + "repo_count": 35094073, + "file_count": 233799373, + "total_size_bytes": 997988497087, + "estimated_tokens": 248276130057, + "file_size_distribution": { + "min": 2, + "p5": 154, + "p50": 1113, + "p95": 9449, + "max": 7638388 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 272, + "p95": 2177, + "max": 1900252 + } + }, + { + "language": "HTML", + "repo_count": 4110671, + "file_count": 39424767, + "total_size_bytes": 977574230335, + "estimated_tokens": 318402379571, + "file_size_distribution": { + "min": 6, + "p5": 399, + "p50": 5058, + "p95": 88171, + "max": 10401132 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 123, + "p50": 1480, + "p95": 25152, + "max": 3387717 + } + }, + { + "language": "JSON", + "repo_count": 21077910, + "file_count": 256165884, + "total_size_bytes": 966804367305, + "estimated_tokens": 350447230662, + "file_size_distribution": { + "min": 2, + "p5": 96, + "p50": 986, + "p95": 12458, + "max": 10386954 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 43, + "p50": 331, + "p95": 3911, + "max": 3765063 + } + }, + { + "language": "Markdown", + "repo_count": 94925617, + "file_count": 233243582, + "total_size_bytes": 955948912847, + "estimated_tokens": 283240996020, + "file_size_distribution": { + "min": 2, + "p5": 16, + "p50": 802, + "p95": 14136, + "max": 9762687 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 5, + "p50": 219, + "p95": 4333, + "max": 2892616 + } + }, + { + "language": "XML", + "repo_count": 1240794, + "file_count": 42842930, + "total_size_bytes": 927929331646, + "estimated_tokens": 290934845090, + "file_size_distribution": { + "min": 2, + "p5": 196, + "p50": 1507, + "p95": 58459, + "max": 10472145 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 510, + "p95": 18221, + "max": 3283345 + } + }, + { + "language": "Python", + "repo_count": 22510795, + "file_count": 190144744, + "total_size_bytes": 807870662035, + "estimated_tokens": 200864869225, + "file_size_distribution": { + "min": 2, + "p5": 135, + "p50": 1271, + "p95": 13457, + "max": 8758041 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 322, + "p95": 3242, + "max": 2177555 + } + }, + { + "language": "CSS", + "repo_count": 32808413, + "file_count": 87891225, + "total_size_bytes": 700128037708, + "estimated_tokens": 235186801716, + "file_size_distribution": { + "min": 2, + "p5": 94, + "p50": 1189, + "p95": 15751, + "max": 5832066 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 30, + "p50": 400, + "p95": 5175, + "max": 1959106 + } + }, + { + "language": "PHP", + "repo_count": 6232750, + "file_count": 133204045, + "total_size_bytes": 589087056136, + "estimated_tokens": 158904243740, + "file_size_distribution": { + "min": 3, + "p5": 181, + "p50": 1380, + "p95": 12556, + "max": 8726046 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 340, + "p95": 3094, + "max": 2353821 + } + }, + { + "language": "Gettext Catalog", + "repo_count": 131118, + "file_count": 4583099, + "total_size_bytes": 568704429617, + "estimated_tokens": 155931936735, + "file_size_distribution": { + "min": 6, + "p5": 927, + "p50": 16993, + "p95": 571688, + "max": 6955381 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 328, + "p50": 6764, + "p95": 158665, + "max": 1907082 + } + }, + { + "language": "C#", + "repo_count": 6648074, + "file_count": 133808693, + "total_size_bytes": 440726004383, + "estimated_tokens": 92280786473, + "file_size_distribution": { + "min": 3, + "p5": 198, + "p50": 1105, + "p95": 10284, + "max": 6801172 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 44, + "p50": 232, + "p95": 2240, + "max": 1424054 + } + }, + { + "language": "Jupyter Notebook", + "repo_count": 7621014, + "file_count": 25564985, + "total_size_bytes": 356074401664, + "estimated_tokens": 117543469674, + "file_size_distribution": { + "min": 65, + "p5": 1464, + "p50": 8429, + "p95": 42514, + "max": 8293457 + }, + "file_tokens_distribution": { + "min": 21, + "p5": 482, + "p50": 2767, + "p95": 14101, + "max": 2737747 + } + }, + { + "language": "TypeScript", + "repo_count": 8589746, + "file_count": 133891970, + "total_size_bytes": 305811709558, + "estimated_tokens": 74636632256, + "file_size_distribution": { + "min": 2, + "p5": 97, + "p50": 786, + "p95": 6487, + "max": 7728716 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 191, + "p95": 1616, + "max": 1886276 + } + }, + { + "language": "TSX", + "repo_count": 4884917, + "file_count": 77534134, + "total_size_bytes": 243526790238, + "estimated_tokens": 56635010905, + "file_size_distribution": { + "min": 2, + "p5": 240, + "p50": 1569, + "p95": 10793, + "max": 5042625 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 382, + "p95": 2442, + "max": 1172722 + } + }, + { + "language": "Smali", + "repo_count": 3792, + "file_count": 11004268, + "total_size_bytes": 142378797133, + "estimated_tokens": 53369115997, + "file_size_distribution": { + "min": 7, + "p5": 339, + "p50": 3112, + "p95": 47247, + "max": 4185666 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 70, + "p50": 936, + "p95": 21330, + "max": 1568951 + } + }, + { + "language": "Dart", + "repo_count": 1931200, + "file_count": 31924987, + "total_size_bytes": 124021766817, + "estimated_tokens": 24629750198, + "file_size_distribution": { + "min": 3, + "p5": 203, + "p50": 1657, + "p95": 12879, + "max": 5431778 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 369, + "p95": 2439, + "max": 1078709 + } + }, + { + "language": "SQL", + "repo_count": 3796283, + "file_count": 14826055, + "total_size_bytes": 119491048872, + "estimated_tokens": 55434517453, + "file_size_distribution": { + "min": 2, + "p5": 70, + "p50": 767, + "p95": 12261, + "max": 9726662 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 222, + "p95": 4337, + "max": 4512412 + } + }, + { + "language": "Go", + "repo_count": 1914044, + "file_count": 28829896, + "total_size_bytes": 104784305577, + "estimated_tokens": 29489449407, + "file_size_distribution": { + "min": 3, + "p5": 171, + "p50": 1329, + "p95": 10735, + "max": 7579746 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 399, + "p95": 3325, + "max": 2133168 + } + }, + { + "language": "Blade", + "repo_count": 1193940, + "file_count": 18564430, + "total_size_bytes": 93393462441, + "estimated_tokens": 19868001659, + "file_size_distribution": { + "min": 2, + "p5": 210, + "p50": 2590, + "p95": 16188, + "max": 4583885 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 60, + "p50": 588, + "p95": 3346, + "max": 975150 + } + }, + { + "language": "Vue", + "repo_count": 1907045, + "file_count": 23143947, + "total_size_bytes": 92592754691, + "estimated_tokens": 23732885095, + "file_size_distribution": { + "min": 2, + "p5": 214, + "p50": 2021, + "p95": 13561, + "max": 4770524 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 62, + "p50": 539, + "p95": 3414, + "max": 1222755 + } + }, + { + "language": "Shell", + "repo_count": 5453733, + "file_count": 25351671, + "total_size_bytes": 82864043784, + "estimated_tokens": 26409677445, + "file_size_distribution": { + "min": 2, + "p5": 55, + "p50": 524, + "p95": 5235, + "max": 6275319 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 215, + "p95": 1417, + "max": 2000013 + } + }, + { + "language": "Rust", + "repo_count": 866159, + "file_count": 11792059, + "total_size_bytes": 73673077128, + "estimated_tokens": 19134923072, + "file_size_distribution": { + "min": 3, + "p5": 110, + "p50": 1927, + "p95": 19150, + "max": 6974460 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 506, + "p95": 4619, + "max": 1811459 + } + }, + { + "language": "Kotlin", + "repo_count": 2449120, + "file_count": 31843935, + "total_size_bytes": 69561455179, + "estimated_tokens": 14363293902, + "file_size_distribution": { + "min": 3, + "p5": 126, + "p50": 994, + "p95": 7676, + "max": 3027850 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 206, + "p95": 1505, + "max": 625201 + } + }, + { + "language": "TeX", + "repo_count": 507067, + "file_count": 5952773, + "total_size_bytes": 68912805912, + "estimated_tokens": 23351640290, + "file_size_distribution": { + "min": 2, + "p5": 171, + "p50": 2773, + "p95": 41461, + "max": 10374039 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 44, + "p50": 864, + "p95": 12112, + "max": 3515324 + } + }, + { + "language": "YAML", + "repo_count": 10739164, + "file_count": 56041634, + "total_size_bytes": 66129092391, + "estimated_tokens": 20905834886, + "file_size_distribution": { + "min": 2, + "p5": 81, + "p50": 535, + "p95": 4329, + "max": 131006 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 153, + "p95": 1442, + "max": 41416 + } + }, + { + "language": "SCSS", + "repo_count": 4072849, + "file_count": 30602138, + "total_size_bytes": 66128912875, + "estimated_tokens": 20150188801, + "file_size_distribution": { + "min": 2, + "p5": 65, + "p50": 767, + "p95": 6587, + "max": 4007626 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 244, + "p95": 2007, + "max": 1221167 + } + }, + { + "language": "Lua", + "repo_count": 491148, + "file_count": 8815995, + "total_size_bytes": 64786866834, + "estimated_tokens": 21392769176, + "file_size_distribution": { + "min": 3, + "p5": 122, + "p50": 1490, + "p95": 18652, + "max": 6739903 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 437, + "p95": 4856, + "max": 2225531 + } + }, + { + "language": "Verilog", + "repo_count": 120946, + "file_count": 2115002, + "total_size_bytes": 59991735236, + "estimated_tokens": 28153308133, + "file_size_distribution": { + "min": 3, + "p5": 224, + "p50": 1495, + "p95": 103297, + "max": 9780107 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 65, + "p50": 469, + "p95": 23933, + "max": 4589672 + } + }, + { + "language": "VHDL", + "repo_count": 64597, + "file_count": 1159558, + "total_size_bytes": 58557913186, + "estimated_tokens": 23598558126, + "file_size_distribution": { + "min": 2, + "p5": 306, + "p50": 2182, + "p95": 229755, + "max": 8107415 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 88, + "p50": 630, + "p95": 76988, + "max": 3267249 + } + }, + { + "language": "Objective-C", + "repo_count": 592314, + "file_count": 21848660, + "total_size_bytes": 54006299427, + "estimated_tokens": 13231092370, + "file_size_distribution": { + "min": 4, + "p5": 216, + "p50": 763, + "p95": 8283, + "max": 6869939 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 180, + "p95": 1663, + "max": 1683078 + } + }, + { + "language": "Assembly", + "repo_count": 239505, + "file_count": 2898983, + "total_size_bytes": 53893369933, + "estimated_tokens": 26800720071, + "file_size_distribution": { + "min": 2, + "p5": 85, + "p50": 1072, + "p95": 54620, + "max": 5894840 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 358, + "p95": 20958, + "max": 2931454 + } + }, + { + "language": "Eagle", + "repo_count": 33006, + "file_count": 170411, + "total_size_bytes": 53091920332, + "estimated_tokens": 30518266100, + "file_size_distribution": { + "min": 5, + "p5": 21146, + "p50": 175625, + "p95": 1015266, + "max": 6423487 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 8057, + "p50": 80775, + "p95": 670706, + "max": 3692345 + } + }, + { + "language": "Java Server Pages", + "repo_count": 937350, + "file_count": 11094857, + "total_size_bytes": 51822492619, + "estimated_tokens": 14211721794, + "file_size_distribution": { + "min": 3, + "p5": 302, + "p50": 2325, + "p95": 15228, + "max": 8458463 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 94, + "p50": 617, + "p95": 3573, + "max": 2319636 + } + }, + { + "language": "Swift", + "repo_count": 1502627, + "file_count": 17321941, + "total_size_bytes": 50873364839, + "estimated_tokens": 11096110618, + "file_size_distribution": { + "min": 3, + "p5": 221, + "p50": 1307, + "p95": 9548, + "max": 4776888 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 63, + "p50": 295, + "p95": 2005, + "max": 1041898 + } + }, + { + "language": "Unix Assembly", + "repo_count": 74831, + "file_count": 1162790, + "total_size_bytes": 49769353417, + "estimated_tokens": 26046233359, + "file_size_distribution": { + "min": 3, + "p5": 46, + "p50": 767, + "p95": 147793, + "max": 5804378 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 18, + "p50": 28, + "p95": 18538, + "max": 3037656 + } + }, + { + "language": "Ruby", + "repo_count": 2560802, + "file_count": 32994772, + "total_size_bytes": 47345016998, + "estimated_tokens": 12357616636, + "file_size_distribution": { + "min": 2, + "p5": 73, + "p50": 446, + "p95": 4353, + "max": 8753125 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 116, + "p95": 1061, + "max": 2284670 + } + }, + { + "language": "R", + "repo_count": 1126324, + "file_count": 7819869, + "total_size_bytes": 42475853160, + "estimated_tokens": 12639465997, + "file_size_distribution": { + "min": 2, + "p5": 188, + "p50": 2199, + "p95": 18692, + "max": 4101838 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 63, + "p50": 653, + "p95": 5291, + "max": 1220577 + } + }, + { + "language": "SMT", + "repo_count": 2103, + "file_count": 556340, + "total_size_bytes": 30337499214, + "estimated_tokens": 12187442542, + "file_size_distribution": { + "min": 4, + "p5": 143, + "p50": 1344, + "p95": 185608, + "max": 8595817 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 144, + "p50": 54541, + "p95": 670412, + "max": 3453186 + } + }, + { + "language": "MATLAB", + "repo_count": 525346, + "file_count": 9147303, + "total_size_bytes": 29959782111, + "estimated_tokens": 9254908050, + "file_size_distribution": { + "min": 2, + "p5": 161, + "p50": 1278, + "p95": 10748, + "max": 6120605 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 47, + "p50": 409, + "p95": 3302, + "max": 1890723 + } + }, + { + "language": "Makefile", + "repo_count": 2529535, + "file_count": 9826973, + "total_size_bytes": 29219447205, + "estimated_tokens": 10444928104, + "file_size_distribution": { + "min": 2, + "p5": 75, + "p50": 550, + "p95": 6439, + "max": 7274378 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 193, + "p95": 2060, + "max": 2600335 + } + }, + { + "language": "Pascal", + "repo_count": 68217, + "file_count": 1770389, + "total_size_bytes": 29102209140, + "estimated_tokens": 8889563092, + "file_size_distribution": { + "min": 2, + "p5": 233, + "p50": 3044, + "p95": 56589, + "max": 6769407 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 41, + "p50": 733, + "p95": 22883, + "max": 2067784 + } + }, + { + "language": "Perl", + "repo_count": 229962, + "file_count": 3159693, + "total_size_bytes": 27542440711, + "estimated_tokens": 8259229808, + "file_size_distribution": { + "min": 2, + "p5": 154, + "p50": 1609, + "p95": 20552, + "max": 4985510 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 510, + "p95": 5311, + "max": 1495019 + } + }, + { + "language": "Ada", + "repo_count": 10094, + "file_count": 337776, + "total_size_bytes": 24501633471, + "estimated_tokens": 7067262684, + "file_size_distribution": { + "min": 4, + "p5": 143, + "p50": 3042, + "p95": 428476, + "max": 3874713 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 331, + "p95": 100814, + "max": 1117624 + } + }, + { + "language": "reStructuredText", + "repo_count": 363637, + "file_count": 5234753, + "total_size_bytes": 23128057111, + "estimated_tokens": 5971143279, + "file_size_distribution": { + "min": 3, + "p5": 85, + "p50": 742, + "p95": 13510, + "max": 4996561 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 194, + "p95": 3474, + "max": 1289999 + } + }, + { + "language": "Roff Manpage", + "repo_count": 64452, + "file_count": 777961, + "total_size_bytes": 22295063255, + "estimated_tokens": 6643985809, + "file_size_distribution": { + "min": 3, + "p5": 115, + "p50": 2082, + "p95": 80487, + "max": 11090826 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 39, + "p50": 597, + "p95": 15068, + "max": 3305094 + } + }, + { + "language": "RMarkdown", + "repo_count": 611116, + "file_count": 2144948, + "total_size_bytes": 20118070819, + "estimated_tokens": 5954456870, + "file_size_distribution": { + "min": 3, + "p5": 286, + "p50": 4812, + "p95": 31262, + "max": 5199417 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 84, + "p50": 1376, + "p95": 11156, + "max": 1538900 + } + }, + { + "language": "Solidity", + "repo_count": 360272, + "file_count": 2524677, + "total_size_bytes": 19955343312, + "estimated_tokens": 7119347973, + "file_size_distribution": { + "min": 2, + "p5": 206, + "p50": 1759, + "p95": 24593, + "max": 6023196 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 72, + "p50": 981, + "p95": 3412, + "max": 2148859 + } + }, + { + "language": "Scala", + "repo_count": 298782, + "file_count": 6150114, + "total_size_bytes": 19080512497, + "estimated_tokens": 5089659141, + "file_size_distribution": { + "min": 2, + "p5": 147, + "p50": 1262, + "p95": 9803, + "max": 4733428 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 28, + "p50": 293, + "p95": 2574, + "max": 1262625 + } + }, + { + "language": "Fortran", + "repo_count": 17411, + "file_count": 927871, + "total_size_bytes": 18756122087, + "estimated_tokens": 7054714811, + "file_size_distribution": { + "min": 8, + "p5": 346, + "p50": 3674, + "p95": 90515, + "max": 5365706 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 35, + "p50": 760, + "p95": 36375, + "max": 2018196 + } + }, + { + "language": "INI", + "repo_count": 3481692, + "file_count": 9169129, + "total_size_bytes": 18750694407, + "estimated_tokens": 6357734428, + "file_size_distribution": { + "min": 2, + "p5": 32, + "p50": 192, + "p95": 2905, + "max": 9115448 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 9, + "p50": 63, + "p95": 874, + "max": 3090744 + } + }, + { + "language": "Pawn", + "repo_count": 12401, + "file_count": 103342, + "total_size_bytes": 18744458042, + "estimated_tokens": 7587442127, + "file_size_distribution": { + "min": 4, + "p5": 163, + "p50": 4402, + "p95": 830751, + "max": 5239652 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 61, + "p50": 2021, + "p95": 1279908, + "max": 2120923 + } + }, + { + "language": "Fortran Free Form", + "repo_count": 37625, + "file_count": 1074296, + "total_size_bytes": 18573167191, + "estimated_tokens": 5960659369, + "file_size_distribution": { + "min": 3, + "p5": 225, + "p50": 3070, + "p95": 74347, + "max": 4589618 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 88, + "p50": 1240, + "p95": 17576, + "max": 1472939 + } + }, + { + "language": "HTML+Razor", + "repo_count": 860993, + "file_count": 7105671, + "total_size_bytes": 18470999615, + "estimated_tokens": 4108724763, + "file_size_distribution": { + "min": 30, + "p5": 131, + "p50": 1403, + "p95": 8344, + "max": 1665799 + }, + "file_tokens_distribution": { + "min": 7, + "p5": 34, + "p50": 352, + "p95": 1791, + "max": 370544 + } + }, + { + "language": "Maven POM", + "repo_count": 3213745, + "file_count": 5545616, + "total_size_bytes": 17392615921, + "estimated_tokens": 4473982920, + "file_size_distribution": { + "min": 4, + "p5": 750, + "p50": 2399, + "p95": 7678, + "max": 2884101 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 225, + "p50": 654, + "p95": 1968, + "max": 741891 + } + }, + { + "language": "Roff", + "repo_count": 60601, + "file_count": 841196, + "total_size_bytes": 17141144026, + "estimated_tokens": 7345263283, + "file_size_distribution": { + "min": 2, + "p5": 26, + "p50": 987, + "p95": 24436, + "max": 11050985 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 522, + "p95": 5710, + "max": 4735530 + } + }, + { + "language": "1C Enterprise", + "repo_count": 4801, + "file_count": 252176, + "total_size_bytes": 17048037720, + "estimated_tokens": 4797444643, + "file_size_distribution": { + "min": 5, + "p5": 432, + "p50": 5791, + "p95": 432186, + "max": 7311302 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 188, + "p50": 3055, + "p95": 97507, + "max": 2057455 + } + }, + { + "language": "LLVM", + "repo_count": 13704, + "file_count": 588125, + "total_size_bytes": 15045709566, + "estimated_tokens": 8755544092, + "file_size_distribution": { + "min": 3, + "p5": 243, + "p50": 1957, + "p95": 104098, + "max": 6234056 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 115, + "p50": 799, + "p95": 10848, + "max": 3627782 + } + }, + { + "language": "Visual Basic .NET", + "repo_count": 94445, + "file_count": 1461680, + "total_size_bytes": 14809621542, + "estimated_tokens": 3354936596, + "file_size_distribution": { + "min": 4, + "p5": 153, + "p50": 2497, + "p95": 34559, + "max": 5603898 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 471, + "p95": 7196, + "max": 1269494 + } + }, + { + "language": "ASP.NET", + "repo_count": 251853, + "file_count": 2319016, + "total_size_bytes": 14636430274, + "estimated_tokens": 3110746744, + "file_size_distribution": { + "min": 4, + "p5": 99, + "p50": 2540, + "p95": 21915, + "max": 3132708 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 738, + "p95": 5294, + "max": 665809 + } + }, + { + "language": "EJS", + "repo_count": 751105, + "file_count": 4611831, + "total_size_bytes": 14626241775, + "estimated_tokens": 3647757696, + "file_size_distribution": { + "min": 3, + "p5": 142, + "p50": 1416, + "p95": 10849, + "max": 4030539 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 47, + "p50": 357, + "p95": 2690, + "max": 1005209 + } + }, + { + "language": "Emacs Lisp", + "repo_count": 72133, + "file_count": 687197, + "total_size_bytes": 13661092934, + "estimated_tokens": 3481336132, + "file_size_distribution": { + "min": 5, + "p5": 96, + "p50": 1888, + "p95": 126597, + "max": 4229516 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 279, + "p95": 25946, + "max": 1077832 + } + }, + { + "language": "Hack", + "repo_count": 1129855, + "file_count": 3419709, + "total_size_bytes": 12112379111, + "estimated_tokens": 3130175537, + "file_size_distribution": { + "min": 2, + "p5": 63, + "p50": 1197, + "p95": 11277, + "max": 4776484 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 339, + "p95": 2942, + "max": 1234376 + } + }, + { + "language": "HTML+ERB", + "repo_count": 919207, + "file_count": 7546415, + "total_size_bytes": 11703815314, + "estimated_tokens": 3439697721, + "file_size_distribution": { + "min": 53, + "p5": 165, + "p50": 705, + "p95": 4024, + "max": 4859358 + }, + "file_tokens_distribution": { + "min": 16, + "p5": 51, + "p50": 213, + "p95": 1132, + "max": 1428143 + } + }, + { + "language": "TSQL", + "repo_count": 237436, + "file_count": 2033012, + "total_size_bytes": 11480917547, + "estimated_tokens": 4034436490, + "file_size_distribution": { + "min": 3, + "p5": 108, + "p50": 1035, + "p95": 13861, + "max": 8820925 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 173, + "p95": 3201, + "max": 3099705 + } + }, + { + "language": "CMake", + "repo_count": 997339, + "file_count": 7618590, + "total_size_bytes": 11367231508, + "estimated_tokens": 3050505630, + "file_size_distribution": { + "min": 4, + "p5": 105, + "p50": 519, + "p95": 4915, + "max": 5009987 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 146, + "p95": 1240, + "max": 1344478 + } + }, + { + "language": "BibTeX", + "repo_count": 182501, + "file_count": 664430, + "total_size_bytes": 10962884339, + "estimated_tokens": 3326418218, + "file_size_distribution": { + "min": 4, + "p5": 234, + "p50": 766, + "p95": 30605, + "max": 5114544 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 72, + "p50": 297, + "p95": 6309, + "max": 1551883 + } + }, + { + "language": "Motorola 68K Assembly", + "repo_count": 63446, + "file_count": 922847, + "total_size_bytes": 10510597837, + "estimated_tokens": 5383655122, + "file_size_distribution": { + "min": 3, + "p5": 88, + "p50": 826, + "p95": 32021, + "max": 6487964 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 81, + "p50": 296, + "p95": 41294, + "max": 3323214 + } + }, + { + "language": "Graph Modeling Language", + "repo_count": 2452, + "file_count": 311684, + "total_size_bytes": 10198243317, + "estimated_tokens": 4447009960, + "file_size_distribution": { + "min": 7, + "p5": 954, + "p50": 4987, + "p95": 165719, + "max": 2641597 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 288, + "p50": 1874, + "p95": 125246, + "max": 1151885 + } + }, + { + "language": "Less", + "repo_count": 356647, + "file_count": 2775140, + "total_size_bytes": 9552888054, + "estimated_tokens": 2895555962, + "file_size_distribution": { + "min": 3, + "p5": 63, + "p50": 903, + "p95": 9500, + "max": 2089421 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 17, + "p50": 264, + "p95": 2957, + "max": 633320 + } + }, + { + "language": "Tcl", + "repo_count": 65152, + "file_count": 905157, + "total_size_bytes": 8861950102, + "estimated_tokens": 2852523576, + "file_size_distribution": { + "min": 4, + "p5": 151, + "p50": 1612, + "p95": 21592, + "max": 6761048 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 55, + "p50": 500, + "p95": 10757, + "max": 2176276 + } + }, + { + "language": "PowerShell", + "repo_count": 321232, + "file_count": 1696099, + "total_size_bytes": 8448596687, + "estimated_tokens": 1973273275, + "file_size_distribution": { + "min": 3, + "p5": 110, + "p50": 1350, + "p95": 13532, + "max": 5083273 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 47, + "p50": 423, + "p95": 3687, + "max": 1187261 + } + }, + { + "language": "Visual Basic 6.0", + "repo_count": 33768, + "file_count": 413299, + "total_size_bytes": 8443163903, + "estimated_tokens": 2410670456, + "file_size_distribution": { + "min": 4, + "p5": 302, + "p50": 5694, + "p95": 77028, + "max": 5043374 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 78, + "p50": 1308, + "p95": 27810, + "max": 1439971 + } + }, + { + "language": "AsciiDoc", + "repo_count": 77007, + "file_count": 1330892, + "total_size_bytes": 8374668088, + "estimated_tokens": 2043536610, + "file_size_distribution": { + "min": 3, + "p5": 137, + "p50": 1736, + "p95": 17193, + "max": 6607132 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 46, + "p50": 502, + "p95": 7155, + "max": 1612233 + } + }, + { + "language": "GLSL", + "repo_count": 186596, + "file_count": 1679068, + "total_size_bytes": 8045422719, + "estimated_tokens": 2975169671, + "file_size_distribution": { + "min": 3, + "p5": 128, + "p50": 652, + "p95": 6664, + "max": 7571245 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 222, + "p95": 2699, + "max": 2799820 + } + }, + { + "language": "Prolog", + "repo_count": 53424, + "file_count": 423386, + "total_size_bytes": 8038453985, + "estimated_tokens": 2505286675, + "file_size_distribution": { + "min": 2, + "p5": 92, + "p50": 1394, + "p95": 68498, + "max": 5074766 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 52, + "p50": 452, + "p95": 6704, + "max": 1581616 + } + }, + { + "language": "Haskell", + "repo_count": 175700, + "file_count": 2073748, + "total_size_bytes": 7761409016, + "estimated_tokens": 2062891337, + "file_size_distribution": { + "min": 4, + "p5": 91, + "p50": 1381, + "p95": 12617, + "max": 4196280 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 348, + "p95": 2655, + "max": 1115322 + } + }, + { + "language": "PLpgSQL", + "repo_count": 164875, + "file_count": 741491, + "total_size_bytes": 7754595026, + "estimated_tokens": 2191109276, + "file_size_distribution": { + "min": 6, + "p5": 142, + "p50": 1882, + "p95": 21227, + "max": 8948424 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 28, + "p50": 491, + "p95": 5072, + "max": 2528433 + } + }, + { + "language": "Ignore List", + "repo_count": 11266495, + "file_count": 16145514, + "total_size_bytes": 7682881462, + "estimated_tokens": 2370226173, + "file_size_distribution": { + "min": 2, + "p5": 13, + "p50": 53, + "p95": 602, + "max": 6185708 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 4, + "p50": 18, + "p95": 180, + "max": 1908337 + } + }, + { + "language": "ActionScript", + "repo_count": 30354, + "file_count": 1893541, + "total_size_bytes": 7569957836, + "estimated_tokens": 2402361614, + "file_size_distribution": { + "min": 4, + "p5": 204, + "p50": 1549, + "p95": 13963, + "max": 4060810 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 377, + "p95": 3030, + "max": 1288717 + } + }, + { + "language": "MDX", + "repo_count": 96985, + "file_count": 2244395, + "total_size_bytes": 7537899056, + "estimated_tokens": 1820009698, + "file_size_distribution": { + "min": 2, + "p5": 96, + "p50": 1748, + "p95": 12035, + "max": 132885 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 364, + "p95": 2742, + "max": 32085 + } + }, + { + "language": "Twig", + "repo_count": 202468, + "file_count": 2968396, + "total_size_bytes": 7466157500, + "estimated_tokens": 1764307796, + "file_size_distribution": { + "min": 3, + "p5": 141, + "p50": 1097, + "p95": 8426, + "max": 5301596 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 288, + "p95": 1764, + "max": 1252806 + } + }, + { + "language": "Nix", + "repo_count": 125039, + "file_count": 2264398, + "total_size_bytes": 7445335843, + "estimated_tokens": 2516575825, + "file_size_distribution": { + "min": 2, + "p5": 134, + "p50": 855, + "p95": 4552, + "max": 3853187 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 225, + "p95": 1627, + "max": 1302404 + } + }, + { + "language": "HCL", + "repo_count": 500365, + "file_count": 4165139, + "total_size_bytes": 6971587986, + "estimated_tokens": 2719728219, + "file_size_distribution": { + "min": 3, + "p5": 82, + "p50": 594, + "p95": 4582, + "max": 5211802 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 165, + "p95": 1203, + "max": 2033207 + } + }, + { + "language": "Common Lisp", + "repo_count": 41069, + "file_count": 662641, + "total_size_bytes": 6950996032, + "estimated_tokens": 1940016149, + "file_size_distribution": { + "min": 2, + "p5": 97, + "p50": 1270, + "p95": 38765, + "max": 4912886 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 430, + "p95": 7902, + "max": 1371182 + } + }, + { + "language": "Answer Set Programming", + "repo_count": 3072, + "file_count": 223104, + "total_size_bytes": 6551883465, + "estimated_tokens": 3870048113, + "file_size_distribution": { + "min": 3, + "p5": 175, + "p50": 1709, + "p95": 113224, + "max": 6250585 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 31, + "p50": 4830, + "p95": 137920, + "max": 3692078 + } + }, + { + "language": "Groovy", + "repo_count": 416965, + "file_count": 2103458, + "total_size_bytes": 6435402318, + "estimated_tokens": 1942178786, + "file_size_distribution": { + "min": 3, + "p5": 135, + "p50": 1306, + "p95": 10000, + "max": 1691695 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 32, + "p50": 413, + "p95": 3645, + "max": 510547 + } + }, + { + "language": "PLSQL", + "repo_count": 46056, + "file_count": 269892, + "total_size_bytes": 6433566700, + "estimated_tokens": 2099270409, + "file_size_distribution": { + "min": 4, + "p5": 278, + "p50": 2987, + "p95": 72790, + "max": 5185618 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 76, + "p50": 869, + "p95": 22563, + "max": 1692065 + } + }, + { + "language": "Gradle", + "repo_count": 2988601, + "file_count": 5952946, + "total_size_bytes": 5859759588, + "estimated_tokens": 1488523247, + "file_size_distribution": { + "min": 5, + "p5": 32, + "p50": 628, + "p95": 3015, + "max": 1603798 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 171, + "p95": 825, + "max": 407404 + } + }, + { + "language": "SystemVerilog", + "repo_count": 42601, + "file_count": 760026, + "total_size_bytes": 5829248405, + "estimated_tokens": 1891909045, + "file_size_distribution": { + "min": 2, + "p5": 220, + "p50": 1741, + "p95": 18081, + "max": 5709509 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 88, + "p50": 522, + "p95": 4408, + "max": 1853047 + } + }, + { + "language": "XSLT", + "repo_count": 51650, + "file_count": 452086, + "total_size_bytes": 5755335457, + "estimated_tokens": 1679017897, + "file_size_distribution": { + "min": 4, + "p5": 374, + "p50": 2199, + "p95": 41046, + "max": 5206270 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 88, + "p50": 657, + "p95": 9071, + "max": 1518838 + } + }, + { + "language": "TOML", + "repo_count": 2229444, + "file_count": 5166825, + "total_size_bytes": 5727082496, + "estimated_tokens": 2085837117, + "file_size_distribution": { + "min": 3, + "p5": 69, + "p50": 357, + "p95": 2631, + "max": 5044792 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 157, + "p95": 818, + "max": 1837343 + } + }, + { + "language": "OCaml", + "repo_count": 41870, + "file_count": 882607, + "total_size_bytes": 5516664714, + "estimated_tokens": 1343064300, + "file_size_distribution": { + "min": 3, + "p5": 83, + "p50": 1581, + "p95": 20244, + "max": 7454992 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 331, + "p95": 6387, + "max": 1814961 + } + }, + { + "language": "Smarty", + "repo_count": 127561, + "file_count": 1695128, + "total_size_bytes": 5428016437, + "estimated_tokens": 1406395333, + "file_size_distribution": { + "min": 2, + "p5": 89, + "p50": 1358, + "p95": 10727, + "max": 4947245 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 347, + "p95": 2532, + "max": 1281828 + } + }, + { + "language": "Julia", + "repo_count": 93895, + "file_count": 1079529, + "total_size_bytes": 5321597356, + "estimated_tokens": 1850562192, + "file_size_distribution": { + "min": 3, + "p5": 143, + "p50": 1877, + "p95": 16641, + "max": 3716712 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 563, + "p95": 3962, + "max": 1292470 + } + }, + { + "language": "Erlang", + "repo_count": 53346, + "file_count": 641248, + "total_size_bytes": 5310527241, + "estimated_tokens": 1488301812, + "file_size_distribution": { + "min": 2, + "p5": 112, + "p50": 1313, + "p95": 24648, + "max": 4583302 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 228, + "p95": 3934, + "max": 1284493 + } + }, + { + "language": "Cuda", + "repo_count": 71318, + "file_count": 613862, + "total_size_bytes": 5303557704, + "estimated_tokens": 1485623290, + "file_size_distribution": { + "min": 6, + "p5": 238, + "p50": 3531, + "p95": 27958, + "max": 5029668 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 104, + "p50": 1203, + "p95": 9902, + "max": 1408902 + } + }, + { + "language": "Handlebars", + "repo_count": 378705, + "file_count": 2569656, + "total_size_bytes": 5265239064, + "estimated_tokens": 1290386126, + "file_size_distribution": { + "min": 2, + "p5": 63, + "p50": 834, + "p95": 7049, + "max": 5079956 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 16, + "p50": 229, + "p95": 1928, + "max": 1244978 + } + }, + { + "language": "Svelte", + "repo_count": 190952, + "file_count": 2113524, + "total_size_bytes": 5166682115, + "estimated_tokens": 1451617930, + "file_size_distribution": { + "min": 2, + "p5": 138, + "p50": 1230, + "p95": 8285, + "max": 2494797 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 44, + "p50": 340, + "p95": 2209, + "max": 700932 + } + }, + { + "language": "Apex", + "repo_count": 40684, + "file_count": 1032130, + "total_size_bytes": 4890640382, + "estimated_tokens": 1176727332, + "file_size_distribution": { + "min": 6, + "p5": 59, + "p50": 1306, + "p95": 17539, + "max": 1624533 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 28, + "p50": 313, + "p95": 4885, + "max": 390876 + } + }, + { + "language": "Org", + "repo_count": 103693, + "file_count": 1098947, + "total_size_bytes": 4745991782, + "estimated_tokens": 1418384220, + "file_size_distribution": { + "min": 3, + "p5": 105, + "p50": 485, + "p95": 14312, + "max": 5227066 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 401, + "p95": 6512, + "max": 1562158 + } + }, + { + "language": "Vim Script", + "repo_count": 238763, + "file_count": 815930, + "total_size_bytes": 4680201453, + "estimated_tokens": 1427685462, + "file_size_distribution": { + "min": 2, + "p5": 53, + "p50": 1261, + "p95": 15319, + "max": 2913367 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 15, + "p50": 360, + "p95": 4113, + "max": 888716 + } + }, + { + "language": "Pug", + "repo_count": 294876, + "file_count": 2153404, + "total_size_bytes": 4566983598, + "estimated_tokens": 930417374, + "file_size_distribution": { + "min": 2, + "p5": 71, + "p50": 767, + "p95": 7240, + "max": 2103588 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 195, + "p95": 1805, + "max": 428557 + } + }, + { + "language": "Scheme", + "repo_count": 35498, + "file_count": 747272, + "total_size_bytes": 4522600231, + "estimated_tokens": 1396295715, + "file_size_distribution": { + "min": 3, + "p5": 131, + "p50": 2215, + "p95": 12025, + "max": 4480737 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 388, + "p95": 6978, + "max": 1383371 + } + }, + { + "language": "Gherkin", + "repo_count": 277248, + "file_count": 1640356, + "total_size_bytes": 4472282662, + "estimated_tokens": 1128549668, + "file_size_distribution": { + "min": 3, + "p5": 220, + "p50": 1292, + "p95": 7765, + "max": 5059325 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 211, + "p95": 1485, + "max": 1276686 + } + }, + { + "language": "Vim Help File", + "repo_count": 9216, + "file_count": 125713, + "total_size_bytes": 4447271198, + "estimated_tokens": 1213890332, + "file_size_distribution": { + "min": 13, + "p5": 203, + "p50": 1076, + "p95": 218231, + "max": 3938205 + }, + "file_tokens_distribution": { + "min": 4, + "p5": 42, + "p50": 123, + "p95": 2712, + "max": 1074940 + } + }, + { + "language": "YANG", + "repo_count": 1909, + "file_count": 90579, + "total_size_bytes": 4407790743, + "estimated_tokens": 1368031639, + "file_size_distribution": { + "min": 13, + "p5": 235, + "p50": 3849, + "p95": 227221, + "max": 3590577 + } + }, + { + "language": "Text", + "repo_count": 1919305, + "file_count": 3639600, + "total_size_bytes": 4372874341, + "estimated_tokens": 1105241573, + "file_size_distribution": { + "min": 2, + "p5": 26, + "p50": 401, + "p95": 4802, + "max": 1086967 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 109, + "p95": 1181, + "max": 274730 + } + }, + { + "language": "Elixir", + "repo_count": 119878, + "file_count": 2226413, + "total_size_bytes": 4081503917, + "estimated_tokens": 1148361381, + "file_size_distribution": { + "min": 2, + "p5": 74, + "p50": 741, + "p95": 5874, + "max": 3795775 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 192, + "p95": 1364, + "max": 1067969 + } + }, + { + "language": "Pic", + "repo_count": 470, + "file_count": 10368, + "total_size_bytes": 4031665928, + "estimated_tokens": 1251295007, + "file_size_distribution": { + "min": 5, + "p5": 140, + "p50": 1826, + "p95": 2811944, + "max": 6976152 + } + }, + { + "language": "Linear Programming", + "repo_count": 1368, + "file_count": 55039, + "total_size_bytes": 3898779318, + "estimated_tokens": 1210051423, + "file_size_distribution": { + "min": 8, + "p5": 121, + "p50": 583, + "p95": 199782, + "max": 5240746 + } + }, + { + "language": "Graphviz (DOT)", + "repo_count": 55929, + "file_count": 1477135, + "total_size_bytes": 3865670226, + "estimated_tokens": 1530624937, + "file_size_distribution": { + "min": 3, + "p5": 182, + "p50": 1051, + "p95": 10904, + "max": 52528 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 78, + "p50": 474, + "p95": 6365, + "max": 20799 + } + }, + { + "language": "Objective-C++", + "repo_count": 37626, + "file_count": 364590, + "total_size_bytes": 3855622781, + "estimated_tokens": 922427300, + "file_size_distribution": { + "min": 11, + "p5": 389, + "p50": 3475, + "p95": 28243, + "max": 5887975 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 117, + "p50": 662, + "p95": 4631, + "max": 1408652 + } + }, + { + "language": "Protocol Buffer Text Format", + "repo_count": 10358, + "file_count": 158778, + "total_size_bytes": 3810935503, + "estimated_tokens": 1096120148, + "file_size_distribution": { + "min": 7, + "p5": 57, + "p50": 244, + "p95": 27652, + "max": 3658607 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 23, + "p50": 40, + "p95": 61282, + "max": 1052307 + } + }, + { + "language": "JSON with Comments", + "repo_count": 1899256, + "file_count": 3283963, + "total_size_bytes": 3753769789, + "estimated_tokens": 1173475636, + "file_size_distribution": { + "min": 4, + "p5": 78, + "p50": 411, + "p95": 2039, + "max": 4824407 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 122, + "p95": 587, + "max": 1508170 + } + }, + { + "language": "Rocq Prover", + "repo_count": 13760, + "file_count": 212633, + "total_size_bytes": 3685375447, + "estimated_tokens": 1182293747, + "file_size_distribution": { + "min": 3, + "p5": 158, + "p50": 3287, + "p95": 59742, + "max": 5178200 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 51, + "p50": 1058, + "p95": 17889, + "max": 1661202 + } + }, + { + "language": "xBase", + "repo_count": 5788, + "file_count": 281009, + "total_size_bytes": 3671572257, + "estimated_tokens": 1340005336, + "file_size_distribution": { + "min": 2, + "p5": 170, + "p50": 2864, + "p95": 47848, + "max": 5195782 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 85, + "p50": 1055, + "p95": 17893, + "max": 1896293 + } + }, + { + "language": "OpenQASM", + "repo_count": 921, + "file_count": 234546, + "total_size_bytes": 3606198674, + "estimated_tokens": 1119244123, + "file_size_distribution": { + "min": 8, + "p5": 221, + "p50": 6397, + "p95": 28352, + "max": 2997339 + } + }, + { + "language": "Dockerfile", + "repo_count": 3299548, + "file_count": 5677206, + "total_size_bytes": 3536803568, + "estimated_tokens": 1066734817, + "file_size_distribution": { + "min": 3, + "p5": 85, + "p50": 376, + "p95": 1911, + "max": 1089596 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 96, + "p95": 533, + "max": 328633 + } + }, + { + "language": "D", + "repo_count": 27431, + "file_count": 492694, + "total_size_bytes": 3373692999, + "estimated_tokens": 1404993949, + "file_size_distribution": { + "min": 3, + "p5": 89, + "p50": 834, + "p95": 21864, + "max": 3525529 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 158, + "p95": 6273, + "max": 1468227 + } + }, + { + "language": "Liquid", + "repo_count": 29859, + "file_count": 556646, + "total_size_bytes": 3342036298, + "estimated_tokens": 892426209, + "file_size_distribution": { + "min": 3, + "p5": 102, + "p50": 2032, + "p95": 19707, + "max": 1877677 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 530, + "p95": 6397, + "max": 501397 + } + }, + { + "language": "Mathematica", + "repo_count": 10988, + "file_count": 85943, + "total_size_bytes": 3322684417, + "estimated_tokens": 1031250727, + "file_size_distribution": { + "min": 3, + "p5": 75, + "p50": 2677, + "p95": 160608, + "max": 6316218 + } + }, + { + "language": "Classic ASP", + "repo_count": 8425, + "file_count": 277027, + "total_size_bytes": 3301581849, + "estimated_tokens": 1010508291, + "file_size_distribution": { + "min": 3, + "p5": 128, + "p50": 3635, + "p95": 28655, + "max": 5119427 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 46, + "p50": 568, + "p95": 4288, + "max": 1566892 + } + }, + { + "language": "GDScript", + "repo_count": 130086, + "file_count": 1807680, + "total_size_bytes": 3240298106, + "estimated_tokens": 880409195, + "file_size_distribution": { + "min": 5, + "p5": 105, + "p50": 782, + "p95": 6170, + "max": 2678619 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 30, + "p50": 249, + "p95": 1973, + "max": 727797 + } + }, + { + "language": "Clojure", + "repo_count": 101001, + "file_count": 998621, + "total_size_bytes": 3236896340, + "estimated_tokens": 821885478, + "file_size_distribution": { + "min": 3, + "p5": 126, + "p50": 1117, + "p95": 10208, + "max": 5942400 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 298, + "p95": 2308, + "max": 1508844 + } + }, + { + "language": "CoffeeScript", + "repo_count": 147567, + "file_count": 1162967, + "total_size_bytes": 3195654558, + "estimated_tokens": 832219933, + "file_size_distribution": { + "min": 3, + "p5": 95, + "p50": 906, + "p95": 8143, + "max": 4595626 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 187, + "p95": 2168, + "max": 1196804 + } + }, + { + "language": "GraphQL", + "repo_count": 117889, + "file_count": 790203, + "total_size_bytes": 3194776399, + "estimated_tokens": 755184555, + "file_size_distribution": { + "min": 2, + "p5": 65, + "p50": 235, + "p95": 2738, + "max": 4776569 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 18, + "p50": 73, + "p95": 560, + "max": 1129090 + } + }, + { + "language": "Protocol Buffer", + "repo_count": 192158, + "file_count": 1054966, + "total_size_bytes": 3053163130, + "estimated_tokens": 830769935, + "file_size_distribution": { + "min": 5, + "p5": 139, + "p50": 675, + "p95": 7985, + "max": 4613326 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 48, + "p50": 225, + "p95": 2171, + "max": 1255292 + } + }, + { + "language": "Batchfile", + "repo_count": 754037, + "file_count": 2301211, + "total_size_bytes": 3023847464, + "estimated_tokens": 1004697298, + "file_size_distribution": { + "min": 2, + "p5": 26, + "p50": 200, + "p95": 3036, + "max": 5195222 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 73, + "p95": 993, + "max": 1726154 + } + }, + { + "language": "Haxe", + "repo_count": 20305, + "file_count": 813512, + "total_size_bytes": 3022622366, + "estimated_tokens": 815068038, + "file_size_distribution": { + "min": 5, + "p5": 74, + "p50": 734, + "p95": 10695, + "max": 2865388 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 30, + "p50": 271, + "p95": 1931, + "max": 772669 + } + }, + { + "language": "M", + "repo_count": 66155, + "file_count": 410091, + "total_size_bytes": 2979175011, + "estimated_tokens": 1379499039, + "file_size_distribution": { + "min": 3, + "p5": 63, + "p50": 1284, + "p95": 14162, + "max": 5183246 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 452, + "p95": 4115, + "max": 2400088 + } + }, + { + "language": "RPC", + "repo_count": 3462, + "file_count": 16519, + "total_size_bytes": 2929738818, + "estimated_tokens": 909293483, + "file_size_distribution": { + "min": 7, + "p5": 69, + "p50": 722, + "p95": 2268751, + "max": 3774490 + } + }, + { + "language": "M4Sugar", + "repo_count": 32033, + "file_count": 177867, + "total_size_bytes": 2891500055, + "estimated_tokens": 845490214, + "file_size_distribution": { + "min": 18, + "p5": 273, + "p50": 1754, + "p95": 133854, + "max": 2398235 + }, + "file_tokens_distribution": { + "min": 5, + "p5": 97, + "p50": 595, + "p95": 4121, + "max": 701257 + } + }, + { + "language": "ObjDump", + "repo_count": 2175, + "file_count": 7464, + "total_size_bytes": 2869162736, + "estimated_tokens": 890492682, + "file_size_distribution": { + "min": 47, + "p5": 2471, + "p50": 156886, + "p95": 1186193, + "max": 4715923 + } + }, + { + "language": "Texinfo", + "repo_count": 3390, + "file_count": 57461, + "total_size_bytes": 2817046216, + "estimated_tokens": 846285115, + "file_size_distribution": { + "min": 6, + "p5": 76, + "p50": 4111, + "p95": 224998, + "max": 4282555 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 18, + "p50": 3045, + "p95": 22588, + "max": 1286547 + } + }, + { + "language": "Zig", + "repo_count": 24243, + "file_count": 235128, + "total_size_bytes": 2746678785, + "estimated_tokens": 908841726, + "file_size_distribution": { + "min": 9, + "p5": 166, + "p50": 2219, + "p95": 29905, + "max": 3990843 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 52, + "p50": 725, + "p95": 10232, + "max": 1320520 + } + }, + { + "language": "Ren'Py", + "repo_count": 6719, + "file_count": 95120, + "total_size_bytes": 2742293541, + "estimated_tokens": 851116704, + "file_size_distribution": { + "min": 7, + "p5": 209, + "p50": 6886, + "p95": 120406, + "max": 4625426 + } + }, + { + "language": "Pod", + "repo_count": 9643, + "file_count": 89806, + "total_size_bytes": 2667685754, + "estimated_tokens": 827960928, + "file_size_distribution": { + "min": 3, + "p5": 354, + "p50": 3853, + "p95": 130197, + "max": 2055413 + } + }, + { + "language": "Wikitext", + "repo_count": 7954, + "file_count": 494885, + "total_size_bytes": 2648877269, + "estimated_tokens": 635698376, + "file_size_distribution": { + "min": 2, + "p5": 57, + "p50": 1592, + "p95": 18659, + "max": 4509914 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 339, + "p95": 3932, + "max": 1082325 + } + }, + { + "language": "Astro", + "repo_count": 113355, + "file_count": 1109795, + "total_size_bytes": 2573583108, + "estimated_tokens": 714611293, + "file_size_distribution": { + "min": 5, + "p5": 171, + "p50": 1146, + "p95": 7881, + "max": 2104942 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 243, + "p95": 2490, + "max": 584483 + } + }, + { + "language": "FreeMarker", + "repo_count": 47090, + "file_count": 585860, + "total_size_bytes": 2516389443, + "estimated_tokens": 684940578, + "file_size_distribution": { + "min": 4, + "p5": 117, + "p50": 1751, + "p95": 13857, + "max": 3194149 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 39, + "p50": 516, + "p95": 1815, + "max": 869421 + } + }, + { + "language": "F#", + "repo_count": 40198, + "file_count": 501605, + "total_size_bytes": 2508376250, + "estimated_tokens": 613338194, + "file_size_distribution": { + "min": 5, + "p5": 89, + "p50": 1235, + "p95": 14769, + "max": 3411814 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 56, + "p50": 411, + "p95": 3045, + "max": 834243 + } + }, + { + "language": "Isabelle", + "repo_count": 1550, + "file_count": 96729, + "total_size_bytes": 2438865408, + "estimated_tokens": 787023878, + "file_size_distribution": { + "min": 8, + "p5": 196, + "p50": 5516, + "p95": 119323, + "max": 5620842 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 61, + "p50": 413, + "p95": 38893, + "max": 1813850 + } + }, + { + "language": "Raku", + "repo_count": 25657, + "file_count": 384535, + "total_size_bytes": 2423212303, + "estimated_tokens": 1103255824, + "file_size_distribution": { + "min": 2, + "p5": 62, + "p50": 514, + "p95": 10834, + "max": 5014594 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 20, + "p50": 206, + "p95": 8352, + "max": 2283077 + } + }, + { + "language": "QML", + "repo_count": 39210, + "file_count": 562743, + "total_size_bytes": 2384831049, + "estimated_tokens": 555694001, + "file_size_distribution": { + "min": 3, + "p5": 128, + "p50": 1742, + "p95": 13821, + "max": 4998863 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 174, + "p95": 1759, + "max": 1164795 + } + }, + { + "language": "Stata", + "repo_count": 39821, + "file_count": 294387, + "total_size_bytes": 2324099799, + "estimated_tokens": 775665724, + "file_size_distribution": { + "min": 5, + "p5": 164, + "p50": 1513, + "p95": 24508, + "max": 3486444 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 66, + "p50": 505, + "p95": 9803, + "max": 1163597 + } + }, + { + "language": "Processing", + "repo_count": 117663, + "file_count": 860681, + "total_size_bytes": 2206974326, + "estimated_tokens": 690898287, + "file_size_distribution": { + "min": 4, + "p5": 181, + "p50": 1198, + "p95": 8721, + "max": 2606826 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 61, + "p50": 379, + "p95": 1839, + "max": 816073 + } + }, + { + "language": "Sass", + "repo_count": 172840, + "file_count": 1123910, + "total_size_bytes": 2107090407, + "estimated_tokens": 686565927, + "file_size_distribution": { + "min": 3, + "p5": 54, + "p50": 733, + "p95": 6715, + "max": 1754378 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 230, + "p95": 1810, + "max": 571640 + } + }, + { + "language": "Standard ML", + "repo_count": 13744, + "file_count": 204429, + "total_size_bytes": 2077092216, + "estimated_tokens": 661466650, + "file_size_distribution": { + "min": 4, + "p5": 47, + "p50": 1311, + "p95": 30107, + "max": 5726122 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 42, + "p50": 448, + "p95": 40180, + "max": 1823529 + } + }, + { + "language": "Cython", + "repo_count": 23297, + "file_count": 180080, + "total_size_bytes": 2055681776, + "estimated_tokens": 494125574, + "file_size_distribution": { + "min": 5, + "p5": 114, + "p50": 1854, + "p95": 42620, + "max": 3026774 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 384, + "p95": 5633, + "max": 727548 + } + }, + { + "language": "Yacc", + "repo_count": 45669, + "file_count": 100859, + "total_size_bytes": 2053038520, + "estimated_tokens": 637194870, + "file_size_distribution": { + "min": 2, + "p5": 298, + "p50": 4352, + "p95": 72485, + "max": 5164738 + } + }, + { + "language": "Adobe Font Metrics", + "repo_count": 1254, + "file_count": 44439, + "total_size_bytes": 2009972251, + "estimated_tokens": 623828533, + "file_size_distribution": { + "min": 5, + "p5": 698, + "p50": 7250, + "p95": 299533, + "max": 5227493 + } + }, + { + "language": "Starlark", + "repo_count": 31654, + "file_count": 721689, + "total_size_bytes": 1994737071, + "estimated_tokens": 524954047, + "file_size_distribution": { + "min": 4, + "p5": 127, + "p50": 831, + "p95": 6938, + "max": 3586688 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 46, + "p50": 205, + "p95": 2972, + "max": 943907 + } + }, + { + "language": "SAS", + "repo_count": 13446, + "file_count": 117118, + "total_size_bytes": 1994714949, + "estimated_tokens": 626822496, + "file_size_distribution": { + "min": 4, + "p5": 172, + "p50": 2217, + "p95": 63489, + "max": 9580585 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 49, + "p50": 348, + "p95": 2983, + "max": 3010619 + } + }, + { + "language": "DM", + "repo_count": 2745, + "file_count": 349567, + "total_size_bytes": 1970145591, + "estimated_tokens": 564085165, + "file_size_distribution": { + "min": 4, + "p5": 182, + "p50": 2167, + "p95": 18530, + "max": 5071475 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 37, + "p50": 492, + "p95": 5482, + "max": 1452047 + } + }, + { + "language": "HLSL", + "repo_count": 33776, + "file_count": 535226, + "total_size_bytes": 1850531995, + "estimated_tokens": 556435077, + "file_size_distribution": { + "min": 4, + "p5": 165, + "p50": 1086, + "p95": 10560, + "max": 2315629 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 71, + "p50": 369, + "p95": 2042, + "max": 696285 + } + }, + { + "language": "XS", + "repo_count": 4894, + "file_count": 44211, + "total_size_bytes": 1827643453, + "estimated_tokens": 567239738, + "file_size_distribution": { + "min": 6, + "p5": 186, + "p50": 1114, + "p95": 172308, + "max": 1949326 + } + }, + { + "language": "EditorConfig", + "repo_count": 793972, + "file_count": 1899907, + "total_size_bytes": 1819850106, + "estimated_tokens": 469238160, + "file_size_distribution": { + "min": 5, + "p5": 140, + "p50": 529, + "p95": 3246, + "max": 521120 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 39, + "p50": 122, + "p95": 890, + "max": 134368 + } + }, + { + "language": "GSC", + "repo_count": 2432, + "file_count": 105869, + "total_size_bytes": 1805405814, + "estimated_tokens": 560337915, + "file_size_distribution": { + "min": 3, + "p5": 265, + "p50": 4955, + "p95": 73570, + "max": 1466890 + } + }, + { + "language": "COBOL", + "repo_count": 7678, + "file_count": 88839, + "total_size_bytes": 1801025365, + "estimated_tokens": 530074188, + "file_size_distribution": { + "min": 3, + "p5": 182, + "p50": 2392, + "p95": 98756, + "max": 5346288 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 40, + "p50": 479, + "p95": 38063, + "max": 1573509 + } + }, + { + "language": "Pip Requirements", + "repo_count": 3801079, + "file_count": 4928403, + "total_size_bytes": 1784225786, + "estimated_tokens": 918394404, + "file_size_distribution": { + "min": 2, + "p5": 19, + "p50": 110, + "p95": 1426, + "max": 4305331 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 50, + "p95": 831, + "max": 2216083 + } + }, + { + "language": "WebAssembly", + "repo_count": 4071, + "file_count": 89467, + "total_size_bytes": 1688504739, + "estimated_tokens": 524055709, + "file_size_distribution": { + "min": 3, + "p5": 30, + "p50": 684, + "p95": 81268, + "max": 2644056 + } + }, + { + "language": "RPM Spec", + "repo_count": 86985, + "file_count": 327108, + "total_size_bytes": 1687745560, + "estimated_tokens": 524570900, + "file_size_distribution": { + "min": 3, + "p5": 728, + "p50": 2319, + "p95": 12362, + "max": 4539460 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 264, + "p50": 750, + "p95": 3280, + "max": 1410917 + } + }, + { + "language": "SQF", + "repo_count": 7450, + "file_count": 495194, + "total_size_bytes": 1662812187, + "estimated_tokens": 552229778, + "file_size_distribution": { + "min": 3, + "p5": 128, + "p50": 1093, + "p95": 9296, + "max": 3386612 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 408, + "p95": 2769, + "max": 1124714 + } + }, + { + "language": "DNS Zone", + "repo_count": 2309, + "file_count": 24272, + "total_size_bytes": 1578787606, + "estimated_tokens": 490003161, + "file_size_distribution": { + "min": 6, + "p5": 154, + "p50": 216, + "p95": 75130, + "max": 6120404 + } + }, + { + "language": "Game Maker Language", + "repo_count": 22748, + "file_count": 1438481, + "total_size_bytes": 1572510834, + "estimated_tokens": 454341303, + "file_size_distribution": { + "min": 3, + "p5": 24, + "p50": 249, + "p95": 3467, + "max": 4402666 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 6, + "p50": 69, + "p95": 1574, + "max": 1272050 + } + }, + { + "language": "RobotFramework", + "repo_count": 35653, + "file_count": 267721, + "total_size_bytes": 1530803102, + "estimated_tokens": 357922381, + "file_size_distribution": { + "min": 5, + "p5": 161, + "p50": 1161, + "p95": 13707, + "max": 4668678 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 58, + "p50": 279, + "p95": 2911, + "max": 1091600 + } + }, + { + "language": "mcfunction", + "repo_count": 8944, + "file_count": 728462, + "total_size_bytes": 1495547824, + "estimated_tokens": 794921649, + "file_size_distribution": { + "min": 4, + "p5": 63, + "p50": 351, + "p95": 3914, + "max": 5410218 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 22, + "p50": 124, + "p95": 1034, + "max": 2875668 + } + }, + { + "language": "NASL", + "repo_count": 37, + "file_count": 245123, + "total_size_bytes": 1473401003, + "estimated_tokens": 457294664, + "file_size_distribution": { + "min": 23, + "p5": 1616, + "p50": 4402, + "p95": 14629, + "max": 1281372 + } + }, + { + "language": "JSON5", + "repo_count": 14819, + "file_count": 90142, + "total_size_bytes": 1449562095, + "estimated_tokens": 375350393, + "file_size_distribution": { + "min": 3, + "p5": 98, + "p50": 866, + "p95": 31635, + "max": 3266058 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 38, + "p50": 77, + "p95": 2911, + "max": 845715 + } + }, + { + "language": "Gradle Kotlin DSL", + "repo_count": 529698, + "file_count": 1183233, + "total_size_bytes": 1446507799, + "estimated_tokens": 352814711, + "file_size_distribution": { + "min": 8, + "p5": 34, + "p50": 776, + "p95": 3481, + "max": 93623 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 9, + "p50": 177, + "p95": 797, + "max": 22835 + } + }, + { + "language": "Jinja", + "repo_count": 118438, + "file_count": 721661, + "total_size_bytes": 1444469981, + "estimated_tokens": 365766545, + "file_size_distribution": { + "min": 3, + "p5": 63, + "p50": 560, + "p95": 5399, + "max": 3821833 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 14, + "p50": 181, + "p95": 1538, + "max": 967759 + } + }, + { + "language": "IDL", + "repo_count": 9194, + "file_count": 227226, + "total_size_bytes": 1435828066, + "estimated_tokens": 516559876, + "file_size_distribution": { + "min": 8, + "p5": 292, + "p50": 2419, + "p95": 19693, + "max": 4708095 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 103, + "p50": 682, + "p95": 5274, + "max": 1693805 + } + }, + { + "language": "HAProxy", + "repo_count": 31646, + "file_count": 150895, + "total_size_bytes": 1384592916, + "estimated_tokens": 714088265, + "file_size_distribution": { + "min": 2, + "p5": 52, + "p50": 1034, + "p95": 16281, + "max": 3342240 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 16, + "p50": 316, + "p95": 14582, + "max": 1723723 + } + }, + { + "language": "OpenStep Property List", + "repo_count": 5364, + "file_count": 20882, + "total_size_bytes": 1349186881, + "estimated_tokens": 418742732, + "file_size_distribution": { + "min": 4, + "p5": 51, + "p50": 736, + "p95": 501938, + "max": 2710907 + } + }, + { + "language": "Haml", + "repo_count": 85239, + "file_count": 1247404, + "total_size_bytes": 1331461340, + "estimated_tokens": 355524959, + "file_size_distribution": { + "min": 2, + "p5": 61, + "p50": 522, + "p95": 3523, + "max": 760892 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 14, + "p50": 141, + "p95": 935, + "max": 203172 + } + }, + { + "language": "OpenCL", + "repo_count": 11932, + "file_count": 144715, + "total_size_bytes": 1294866337, + "estimated_tokens": 572733793, + "file_size_distribution": { + "min": 7, + "p5": 159, + "p50": 1476, + "p95": 21211, + "max": 6850554 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 65, + "p50": 675, + "p95": 96009, + "max": 3030076 + } + }, + { + "language": "VBA", + "repo_count": 20304, + "file_count": 104981, + "total_size_bytes": 1286024646, + "estimated_tokens": 418156884, + "file_size_distribution": { + "min": 5, + "p5": 273, + "p50": 3267, + "p95": 36635, + "max": 2787764 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 16, + "p50": 1442, + "p95": 12458, + "max": 906454 + } + }, + { + "language": "MLIR", + "repo_count": 1503, + "file_count": 101413, + "total_size_bytes": 1265827490, + "estimated_tokens": 483120204, + "file_size_distribution": { + "min": 9, + "p5": 326, + "p50": 2342, + "p95": 46800, + "max": 4492125 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 163, + "p50": 777, + "p95": 6738, + "max": 1714480 + } + }, + { + "language": "HTML+PHP", + "repo_count": 32453, + "file_count": 373704, + "total_size_bytes": 1257163119, + "estimated_tokens": 311537676, + "file_size_distribution": { + "min": 89, + "p5": 312, + "p50": 1735, + "p95": 11217, + "max": 870200 + }, + "file_tokens_distribution": { + "min": 22, + "p5": 68, + "p50": 547, + "p95": 4590, + "max": 215644 + } + }, + { + "language": "Genshi", + "repo_count": 187, + "file_count": 11816, + "total_size_bytes": 1244241551, + "estimated_tokens": 386171192, + "file_size_distribution": { + "min": 11, + "p5": 991, + "p50": 21223, + "p95": 582864, + "max": 3780600 + } + }, + { + "language": "Smalltalk", + "repo_count": 10333, + "file_count": 1427357, + "total_size_bytes": 1240954096, + "estimated_tokens": 341306290, + "file_size_distribution": { + "min": 3, + "p5": 34, + "p50": 164, + "p95": 2949, + "max": 6722206 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 44, + "p95": 500, + "max": 1848845 + } + }, + { + "language": "Dotenv", + "repo_count": 3102653, + "file_count": 4106145, + "total_size_bytes": 1231988131, + "estimated_tokens": 399799595, + "file_size_distribution": { + "min": 2, + "p5": 23, + "p50": 116, + "p95": 826, + "max": 2595526 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 8, + "p50": 41, + "p95": 274, + "max": 842289 + } + }, + { + "language": "SourcePawn", + "repo_count": 8305, + "file_count": 94975, + "total_size_bytes": 1213664519, + "estimated_tokens": 376681099, + "file_size_distribution": { + "min": 2, + "p5": 161, + "p50": 2863, + "p95": 38272, + "max": 4994425 + } + }, + { + "language": "ASL", + "repo_count": 7493, + "file_count": 62438, + "total_size_bytes": 1156336624, + "estimated_tokens": 358888427, + "file_size_distribution": { + "min": 7, + "p5": 96, + "p50": 1545, + "p95": 36355, + "max": 6154666 + } + }, + { + "language": "ASN.1", + "repo_count": 1145, + "file_count": 26219, + "total_size_bytes": 1147691568, + "estimated_tokens": 356205289, + "file_size_distribution": { + "min": 9, + "p5": 135, + "p50": 2023, + "p95": 285453, + "max": 1714720 + } + }, + { + "language": "UnrealScript", + "repo_count": 2014, + "file_count": 209682, + "total_size_bytes": 1128327916, + "estimated_tokens": 280005857, + "file_size_distribution": { + "min": 4, + "p5": 145, + "p50": 1092, + "p95": 15019, + "max": 5066829 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 31, + "p50": 198, + "p95": 5383, + "max": 1257384 + } + }, + { + "language": "Elm", + "repo_count": 30036, + "file_count": 251100, + "total_size_bytes": 1124911148, + "estimated_tokens": 252064452, + "file_size_distribution": { + "min": 6, + "p5": 165, + "p50": 1650, + "p95": 14886, + "max": 4056487 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 48, + "p50": 502, + "p95": 2528, + "max": 908957 + } + }, + { + "language": "Gentoo Ebuild", + "repo_count": 4680, + "file_count": 983364, + "total_size_bytes": 1122116955, + "estimated_tokens": 371525868, + "file_size_distribution": { + "min": 14, + "p5": 355, + "p50": 748, + "p95": 2716, + "max": 200812 + }, + "file_tokens_distribution": { + "min": 5, + "p5": 83, + "p50": 265, + "p95": 751, + "max": 66488 + } + }, + { + "language": "ShaderLab", + "repo_count": 52964, + "file_count": 309826, + "total_size_bytes": 1101732968, + "estimated_tokens": 380390229, + "file_size_distribution": { + "min": 14, + "p5": 512, + "p50": 1821, + "p95": 8666, + "max": 4339270 + }, + "file_tokens_distribution": { + "min": 5, + "p5": 156, + "p50": 531, + "p95": 4400, + "max": 1498200 + } + }, + { + "language": "Eiffel", + "repo_count": 1669, + "file_count": 115043, + "total_size_bytes": 1097857631, + "estimated_tokens": 473497605, + "file_size_distribution": { + "min": 3, + "p5": 157, + "p50": 1727, + "p95": 30975, + "max": 3909588 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 90, + "p50": 621, + "p95": 5640, + "max": 1686175 + } + }, + { + "language": "Modelica", + "repo_count": 2236, + "file_count": 172798, + "total_size_bytes": 1085627300, + "estimated_tokens": 400460815, + "file_size_distribution": { + "min": 2, + "p5": 115, + "p50": 1117, + "p95": 13280, + "max": 4112555 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 46, + "p50": 289, + "p95": 2290, + "max": 1517019 + } + }, + { + "language": "Ant Build System", + "repo_count": 75195, + "file_count": 224511, + "total_size_bytes": 1057762084, + "estimated_tokens": 273530893, + "file_size_distribution": { + "min": 3, + "p5": 196, + "p50": 1847, + "p95": 14885, + "max": 2333073 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 515, + "p95": 3209, + "max": 603319 + } + }, + { + "language": "Prisma", + "repo_count": 314777, + "file_count": 366260, + "total_size_bytes": 1020616654, + "estimated_tokens": 246219772, + "file_size_distribution": { + "min": 6, + "p5": 333, + "p50": 1436, + "p95": 7629, + "max": 4910675 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 108, + "p50": 382, + "p95": 1479, + "max": 1184681 + } + }, + { + "language": "Lean 4", + "repo_count": 5042, + "file_count": 151059, + "total_size_bytes": 1005138106, + "estimated_tokens": 318604630, + "file_size_distribution": { + "min": 4, + "p5": 129, + "p50": 2064, + "p95": 26001, + "max": 3560225 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 55, + "p50": 1760, + "p95": 17800, + "max": 1128506 + } + }, + { + "language": "ABAP", + "repo_count": 8948, + "file_count": 156654, + "total_size_bytes": 986219395, + "estimated_tokens": 254312377, + "file_size_distribution": { + "min": 5, + "p5": 153, + "p50": 1202, + "p95": 21679, + "max": 3118181 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 42, + "p50": 211, + "p95": 4662, + "max": 804073 + } + }, + { + "language": "PDDL", + "repo_count": 3960, + "file_count": 475951, + "total_size_bytes": 960367862, + "estimated_tokens": 337083275, + "file_size_distribution": { + "min": 6, + "p5": 259, + "p50": 902, + "p95": 7443, + "max": 117902 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 79, + "p50": 734, + "p95": 2599, + "max": 41383 + } + }, + { + "language": "Go Module", + "repo_count": 1030378, + "file_count": 1454830, + "total_size_bytes": 952624196, + "estimated_tokens": 411021322, + "file_size_distribution": { + "min": 5, + "p5": 25, + "p50": 153, + "p95": 2863, + "max": 849057 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 12, + "p50": 69, + "p95": 907, + "max": 366336 + } + }, + { + "language": "YARA", + "repo_count": 2622, + "file_count": 280626, + "total_size_bytes": 935097629, + "estimated_tokens": 353662195, + "file_size_distribution": { + "min": 9, + "p5": 329, + "p50": 945, + "p95": 6418, + "max": 4030153 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 78, + "p50": 455, + "p95": 2528, + "max": 1524240 + } + }, + { + "language": "Nim", + "repo_count": 13848, + "file_count": 188138, + "total_size_bytes": 927128484, + "estimated_tokens": 288398362, + "file_size_distribution": { + "min": 4, + "p5": 79, + "p50": 988, + "p95": 14571, + "max": 5179821 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 15, + "p50": 188, + "p95": 3335, + "max": 1611267 + } + }, + { + "language": "MQL5", + "repo_count": 3174, + "file_count": 31253, + "total_size_bytes": 910600200, + "estimated_tokens": 282620014, + "file_size_distribution": { + "min": 7, + "p5": 437, + "p50": 4870, + "p95": 55559, + "max": 3105252 + } + }, + { + "language": "Groovy Server Pages", + "repo_count": 13381, + "file_count": 249958, + "total_size_bytes": 895749528, + "estimated_tokens": 215947260, + "file_size_distribution": { + "min": 4, + "p5": 254, + "p50": 2141, + "p95": 10968, + "max": 416438 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 69, + "p50": 565, + "p95": 1425, + "max": 100395 + } + }, + { + "language": "Lex", + "repo_count": 49691, + "file_count": 142907, + "total_size_bytes": 861897945, + "estimated_tokens": 232894963, + "file_size_distribution": { + "min": 3, + "p5": 147, + "p50": 1095, + "p95": 11526, + "max": 4368096 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 46, + "p50": 318, + "p95": 6382, + "max": 1180311 + } + }, + { + "language": "AutoIt", + "repo_count": 7377, + "file_count": 82569, + "total_size_bytes": 833727434, + "estimated_tokens": 258755773, + "file_size_distribution": { + "min": 7, + "p5": 141, + "p50": 1295, + "p95": 29956, + "max": 1643023 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 62, + "p50": 393, + "p95": 28100, + "max": 509929 + } + }, + { + "language": "AutoHotkey", + "repo_count": 25494, + "file_count": 127856, + "total_size_bytes": 823854042, + "estimated_tokens": 318916167, + "file_size_distribution": { + "min": 3, + "p5": 85, + "p50": 1335, + "p95": 20876, + "max": 4248069 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 23, + "p50": 332, + "p95": 3239, + "max": 1644439 + } + }, + { + "language": "FIRRTL", + "repo_count": 616, + "file_count": 10547, + "total_size_bytes": 805944024, + "estimated_tokens": 250138218, + "file_size_distribution": { + "min": 9, + "p5": 159, + "p50": 3000, + "p95": 320123, + "max": 5144785 + } + }, + { + "language": "Stylus", + "repo_count": 73600, + "file_count": 476854, + "total_size_bytes": 783673920, + "estimated_tokens": 227698700, + "file_size_distribution": { + "min": 3, + "p5": 42, + "p50": 631, + "p95": 5471, + "max": 820100 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 11, + "p50": 192, + "p95": 2155, + "max": 238282 + } + }, + { + "language": "OASv3-yaml", + "repo_count": 86721, + "file_count": 169619, + "total_size_bytes": 775478252, + "estimated_tokens": 162132539, + "file_size_distribution": { + "min": 13, + "p5": 332, + "p50": 3409, + "p95": 12603, + "max": 48854 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 52, + "p50": 699, + "p95": 2816, + "max": 10214 + } + }, + { + "language": "Fluent", + "repo_count": 3438, + "file_count": 294719, + "total_size_bytes": 760457962, + "estimated_tokens": 204964902, + "file_size_distribution": { + "min": 3, + "p5": 76, + "p50": 918, + "p95": 10143, + "max": 1041799 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 21, + "p50": 84, + "p95": 609, + "max": 280794 + } + }, + { + "language": "Scilab", + "repo_count": 4870, + "file_count": 320256, + "total_size_bytes": 716743715, + "estimated_tokens": 222453409, + "file_size_distribution": { + "min": 5, + "p5": 137, + "p50": 527, + "p95": 3040, + "max": 2374358 + } + }, + { + "language": "BitBake", + "repo_count": 11500, + "file_count": 609934, + "total_size_bytes": 695900984, + "estimated_tokens": 253818156, + "file_size_distribution": { + "min": 4, + "p5": 83, + "p50": 561, + "p95": 2666, + "max": 2055119 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 12, + "p50": 237, + "p95": 574, + "max": 749570 + } + }, + { + "language": "Genero 4gl", + "repo_count": 338, + "file_count": 14072, + "total_size_bytes": 654174716, + "estimated_tokens": 203034073, + "file_size_distribution": { + "min": 14, + "p5": 332, + "p50": 16187, + "p95": 154209, + "max": 2594347 + } + }, + { + "language": "Mustache", + "repo_count": 38361, + "file_count": 294279, + "total_size_bytes": 651587123, + "estimated_tokens": 162797400, + "file_size_distribution": { + "min": 3, + "p5": 65, + "p50": 1013, + "p95": 7175, + "max": 2520006 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 16, + "p50": 303, + "p95": 2087, + "max": 629617 + } + }, + { + "language": "PlantUML", + "repo_count": 58680, + "file_count": 459682, + "total_size_bytes": 649134838, + "estimated_tokens": 163935054, + "file_size_distribution": { + "min": 4, + "p5": 153, + "p50": 676, + "p95": 4140, + "max": 1819465 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 62, + "p50": 207, + "p95": 1316, + "max": 459495 + } + }, + { + "language": "ColdFusion", + "repo_count": 6384, + "file_count": 142828, + "total_size_bytes": 623731076, + "estimated_tokens": 166879612, + "file_size_distribution": { + "min": 3, + "p5": 83, + "p50": 1441, + "p95": 15747, + "max": 6532455 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 27, + "p50": 288, + "p95": 1842, + "max": 1747762 + } + }, + { + "language": "Objective-J", + "repo_count": 2171, + "file_count": 42804, + "total_size_bytes": 619699056, + "estimated_tokens": 193788945, + "file_size_distribution": { + "min": 5, + "p5": 62, + "p50": 1414, + "p95": 23082, + "max": 4255488 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 12, + "p50": 106, + "p95": 718, + "max": 1330753 + } + }, + { + "language": "LilyPond", + "repo_count": 3568, + "file_count": 166463, + "total_size_bytes": 617116324, + "estimated_tokens": 296108476, + "file_size_distribution": { + "min": 4, + "p5": 102, + "p50": 1186, + "p95": 11112, + "max": 2507982 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 13, + "p50": 221, + "p95": 3212, + "max": 1203395 + } + }, + { + "language": "Forth", + "repo_count": 12012, + "file_count": 497837, + "total_size_bytes": 603528051, + "estimated_tokens": 176146947, + "file_size_distribution": { + "min": 3, + "p5": 15, + "p50": 21, + "p95": 3910, + "max": 4501346 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 13, + "p95": 393, + "max": 1313772 + } + }, + { + "language": "Csound Document", + "repo_count": 1966, + "file_count": 32948, + "total_size_bytes": 602105002, + "estimated_tokens": 186873366, + "file_size_distribution": { + "min": 6, + "p5": 456, + "p50": 5435, + "p95": 67608, + "max": 1534619 + } + }, + { + "language": "StringTemplate", + "repo_count": 3515, + "file_count": 43605, + "total_size_bytes": 598357530, + "estimated_tokens": 185710275, + "file_size_distribution": { + "min": 3, + "p5": 122, + "p50": 1980, + "p95": 52774, + "max": 4323955 + } + }, + { + "language": "FreeBASIC", + "repo_count": 2285, + "file_count": 45753, + "total_size_bytes": 590449289, + "estimated_tokens": 183255820, + "file_size_distribution": { + "min": 5, + "p5": 57, + "p50": 1497, + "p95": 38866, + "max": 4055210 + } + }, + { + "language": "Spline Font Database", + "repo_count": 785, + "file_count": 3987, + "total_size_bytes": 574609639, + "estimated_tokens": 178339719, + "file_size_distribution": { + "min": 4, + "p5": 267, + "p50": 4052, + "p95": 733350, + "max": 4929311 + } + }, + { + "language": "Hosts File", + "repo_count": 10770, + "file_count": 14967, + "total_size_bytes": 559587975, + "estimated_tokens": 173677495, + "file_size_distribution": { + "min": 5, + "p5": 22, + "p50": 236, + "p95": 17584, + "max": 3428177 + } + }, + { + "language": "VBScript", + "repo_count": 27580, + "file_count": 89678, + "total_size_bytes": 558910581, + "estimated_tokens": 173467254, + "file_size_distribution": { + "min": 4, + "p5": 79, + "p50": 1018, + "p95": 19595, + "max": 2334607 + } + }, + { + "language": "Grammatical Framework", + "repo_count": 422, + "file_count": 20313, + "total_size_bytes": 556396199, + "estimated_tokens": 172686873, + "file_size_distribution": { + "min": 7, + "p5": 80, + "p50": 596, + "p95": 18292, + "max": 8163389 + } + }, + { + "language": "Sweave", + "repo_count": 8634, + "file_count": 33621, + "total_size_bytes": 549689170, + "estimated_tokens": 170605235, + "file_size_distribution": { + "min": 6, + "p5": 258, + "p50": 7460, + "p95": 62531, + "max": 1286221 + } + }, + { + "language": "Textile", + "repo_count": 13798, + "file_count": 77518, + "total_size_bytes": 528631054, + "estimated_tokens": 164069496, + "file_size_distribution": { + "min": 3, + "p5": 125, + "p50": 1582, + "p95": 29616, + "max": 1615463 + } + }, + { + "language": "HTTP", + "repo_count": 364471, + "file_count": 622124, + "total_size_bytes": 523799235, + "estimated_tokens": 172610561, + "file_size_distribution": { + "min": 4, + "p5": 76, + "p50": 157, + "p95": 2101, + "max": 2420667 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 46, + "p95": 701, + "max": 797696 + } + }, + { + "language": "Alloy", + "repo_count": 2243, + "file_count": 45651, + "total_size_bytes": 512092929, + "estimated_tokens": 158936612, + "file_size_distribution": { + "min": 5, + "p5": 92, + "p50": 681, + "p95": 89432, + "max": 4515653 + } + }, + { + "language": "ZAP", + "repo_count": 259, + "file_count": 2766, + "total_size_bytes": 505904941, + "estimated_tokens": 157016066, + "file_size_distribution": { + "min": 2, + "p5": 228, + "p50": 95413, + "p95": 721824, + "max": 1911125 + } + }, + { + "language": "Move", + "repo_count": 7231, + "file_count": 119839, + "total_size_bytes": 501535813, + "estimated_tokens": 155660034, + "file_size_distribution": { + "min": 5, + "p5": 84, + "p50": 916, + "p95": 15299, + "max": 858056 + } + }, + { + "language": "OpenSCAD", + "repo_count": 18774, + "file_count": 162091, + "total_size_bytes": 497735296, + "estimated_tokens": 171567132, + "file_size_distribution": { + "min": 7, + "p5": 96, + "p50": 1157, + "p95": 9615, + "max": 3559202 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 77, + "p50": 428, + "p95": 5576, + "max": 1226841 + } + }, + { + "language": "PowerBuilder", + "repo_count": 819, + "file_count": 27866, + "total_size_bytes": 488833655, + "estimated_tokens": 151717707, + "file_size_distribution": { + "min": 11, + "p5": 187, + "p50": 5713, + "p95": 67604, + "max": 2578718 + } + }, + { + "language": "Squirrel", + "repo_count": 2466, + "file_count": 71374, + "total_size_bytes": 487914915, + "estimated_tokens": 151432561, + "file_size_distribution": { + "min": 3, + "p5": 174, + "p50": 1855, + "p95": 21678, + "max": 2149869 + } + }, + { + "language": "QMake", + "repo_count": 143647, + "file_count": 440166, + "total_size_bytes": 487001055, + "estimated_tokens": 135064723, + "file_size_distribution": { + "min": 4, + "p5": 72, + "p50": 478, + "p95": 2774, + "max": 2046311 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 25, + "p50": 124, + "p95": 653, + "max": 567523 + } + }, + { + "language": "Turing", + "repo_count": 1061, + "file_count": 14283, + "total_size_bytes": 480346845, + "estimated_tokens": 149083683, + "file_size_distribution": { + "min": 5, + "p5": 56, + "p50": 637, + "p95": 34565, + "max": 3502649 + } + }, + { + "language": "Red", + "repo_count": 1074, + "file_count": 37581, + "total_size_bytes": 477836334, + "estimated_tokens": 148304504, + "file_size_distribution": { + "min": 3, + "p5": 72, + "p50": 726, + "p95": 29412, + "max": 2458918 + } + }, + { + "language": "NewLisp", + "repo_count": 4998, + "file_count": 55158, + "total_size_bytes": 477217640, + "estimated_tokens": 148112482, + "file_size_distribution": { + "min": 3, + "p5": 37, + "p50": 406, + "p95": 9487, + "max": 4777217 + } + }, + { + "language": "Berry", + "repo_count": 702, + "file_count": 13247, + "total_size_bytes": 476916378, + "estimated_tokens": 148018981, + "file_size_distribution": { + "min": 4, + "p5": 168, + "p50": 1885, + "p95": 148163, + "max": 859498 + } + }, + { + "language": "Dafny", + "repo_count": 1205, + "file_count": 38671, + "total_size_bytes": 476545982, + "estimated_tokens": 147904022, + "file_size_distribution": { + "min": 11, + "p5": 124, + "p50": 868, + "p95": 30632, + "max": 2100327 + } + }, + { + "language": "Crystal", + "repo_count": 10778, + "file_count": 182085, + "total_size_bytes": 472971547, + "estimated_tokens": 146794636, + "file_size_distribution": { + "min": 4, + "p5": 46, + "p50": 783, + "p95": 8611, + "max": 4541443 + } + }, + { + "language": "Puppet", + "repo_count": 46280, + "file_count": 389252, + "total_size_bytes": 469761293, + "estimated_tokens": 125739736, + "file_size_distribution": { + "min": 6, + "p5": 71, + "p50": 509, + "p95": 4268, + "max": 1114283 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 25, + "p50": 157, + "p95": 1435, + "max": 298257 + } + }, + { + "language": "Logos", + "repo_count": 8900, + "file_count": 74208, + "total_size_bytes": 469319424, + "estimated_tokens": 160336851, + "file_size_distribution": { + "min": 3, + "p5": 67, + "p50": 1628, + "p95": 18021, + "max": 2689088 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 64, + "p50": 558, + "p95": 3762, + "max": 918692 + } + }, + { + "language": "LookML", + "repo_count": 5273, + "file_count": 79853, + "total_size_bytes": 451889908, + "estimated_tokens": 140251597, + "file_size_distribution": { + "min": 9, + "p5": 143, + "p50": 1335, + "p95": 16246, + "max": 3067009 + } + }, + { + "language": "Agda", + "repo_count": 3744, + "file_count": 114867, + "total_size_bytes": 446941935, + "estimated_tokens": 159385659, + "file_size_distribution": { + "min": 6, + "p5": 114, + "p50": 1175, + "p95": 14900, + "max": 1249119 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 57, + "p50": 547, + "p95": 11197, + "max": 445453 + } + }, + { + "language": "OMNeT++ MSG", + "repo_count": 34627, + "file_count": 346835, + "total_size_bytes": 443217645, + "estimated_tokens": 141881694, + "file_size_distribution": { + "min": 3, + "p5": 23, + "p50": 183, + "p95": 6735, + "max": 74895 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 6, + "p50": 37, + "p95": 1049, + "max": 23975 + } + }, + { + "language": "Slim", + "repo_count": 30026, + "file_count": 421303, + "total_size_bytes": 437811453, + "estimated_tokens": 115127618, + "file_size_distribution": { + "min": 3, + "p5": 60, + "p50": 511, + "p95": 3442, + "max": 241573 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 26, + "p50": 163, + "p95": 911, + "max": 63524 + } + }, + { + "language": "Linker Script", + "repo_count": 30634, + "file_count": 118936, + "total_size_bytes": 437629265, + "estimated_tokens": 155199987, + "file_size_distribution": { + "min": 3, + "p5": 93, + "p50": 755, + "p95": 11654, + "max": 5166634 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 19, + "p50": 214, + "p95": 3582, + "max": 1832285 + } + }, + { + "language": "CAP CDS", + "repo_count": 8010, + "file_count": 32947, + "total_size_bytes": 436248137, + "estimated_tokens": 135396911, + "file_size_distribution": { + "min": 7, + "p5": 41, + "p50": 526, + "p95": 13588, + "max": 1837792 + } + }, + { + "language": "ColdFusion CFC", + "repo_count": 5677, + "file_count": 82658, + "total_size_bytes": 434494395, + "estimated_tokens": 114051105, + "file_size_distribution": { + "min": 5, + "p5": 152, + "p50": 1871, + "p95": 19214, + "max": 1048578 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 63, + "p50": 917, + "p95": 6640, + "max": 275243 + } + }, + { + "language": "XQuery", + "repo_count": 5066, + "file_count": 229251, + "total_size_bytes": 429772155, + "estimated_tokens": 133386982, + "file_size_distribution": { + "min": 2, + "p5": 42, + "p50": 437, + "p95": 4765, + "max": 2483304 + } + }, + { + "language": "Vala", + "repo_count": 2625, + "file_count": 42708, + "total_size_bytes": 428951917, + "estimated_tokens": 133132407, + "file_size_distribution": { + "min": 11, + "p5": 127, + "p50": 1941, + "p95": 29324, + "max": 1083073 + } + }, + { + "language": "Macaulay2", + "repo_count": 714, + "file_count": 10436, + "total_size_bytes": 423031581, + "estimated_tokens": 131294932, + "file_size_distribution": { + "min": 8, + "p5": 144, + "p50": 2400, + "p95": 171285, + "max": 4855537 + } + }, + { + "language": "Metal", + "repo_count": 5352, + "file_count": 29885, + "total_size_bytes": 419667986, + "estimated_tokens": 130250984, + "file_size_distribution": { + "min": 16, + "p5": 361, + "p50": 1603, + "p95": 102030, + "max": 2367947 + } + }, + { + "language": "NWScript", + "repo_count": 455, + "file_count": 144973, + "total_size_bytes": 419545241, + "estimated_tokens": 130212888, + "file_size_distribution": { + "min": 11, + "p5": 89, + "p50": 564, + "p95": 8714, + "max": 1018435 + } + }, + { + "language": "Papyrus", + "repo_count": 12501, + "file_count": 237236, + "total_size_bytes": 419311897, + "estimated_tokens": 142541931, + "file_size_distribution": { + "min": 3, + "p5": 172, + "p50": 553, + "p95": 4471, + "max": 2819622 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 59, + "p50": 174, + "p95": 673, + "max": 958509 + } + }, + { + "language": "RouterOS Script", + "repo_count": 1776, + "file_count": 9305, + "total_size_bytes": 415934570, + "estimated_tokens": 129092256, + "file_size_distribution": { + "min": 15, + "p5": 142, + "p50": 1522, + "p95": 193354, + "max": 7243794 + } + }, + { + "language": "QuickBASIC", + "repo_count": 4013, + "file_count": 34668, + "total_size_bytes": 413483821, + "estimated_tokens": 128331625, + "file_size_distribution": { + "min": 5, + "p5": 108, + "p50": 1594, + "p95": 49431, + "max": 4762757 + } + }, + { + "language": "OASv2-json", + "repo_count": 35250, + "file_count": 72663, + "total_size_bytes": 409935525, + "estimated_tokens": 127230352, + "file_size_distribution": { + "min": 21, + "p5": 463, + "p50": 4704, + "p95": 13804, + "max": 146204 + } + }, + { + "language": "Tcsh", + "repo_count": 22264, + "file_count": 165432, + "total_size_bytes": 403154070, + "estimated_tokens": 148153554, + "file_size_distribution": { + "min": 6, + "p5": 91, + "p50": 633, + "p95": 7587, + "max": 2861458 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 36, + "p50": 211, + "p95": 1093, + "max": 1051546 + } + }, + { + "language": "M4", + "repo_count": 7623, + "file_count": 60466, + "total_size_bytes": 395713695, + "estimated_tokens": 122816369, + "file_size_distribution": { + "min": 3, + "p5": 62, + "p50": 844, + "p95": 16803, + "max": 3672428 + } + }, + { + "language": "AMPL", + "repo_count": 16800, + "file_count": 103075, + "total_size_bytes": 384293066, + "estimated_tokens": 131941273, + "file_size_distribution": { + "min": 5, + "p5": 40, + "p50": 246, + "p95": 7858, + "max": 5431867 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 22, + "p50": 98, + "p95": 1371, + "max": 1864950 + } + }, + { + "language": "Ninja", + "repo_count": 24702, + "file_count": 39213, + "total_size_bytes": 382207318, + "estimated_tokens": 118624438, + "file_size_distribution": { + "min": 8, + "p5": 292, + "p50": 2473, + "p95": 42512, + "max": 4430450 + } + }, + { + "language": "Clarion", + "repo_count": 4452, + "file_count": 20971, + "total_size_bytes": 380404252, + "estimated_tokens": 118064827, + "file_size_distribution": { + "min": 9, + "p5": 497, + "p50": 2744, + "p95": 84150, + "max": 3228940 + } + }, + { + "language": "Stan", + "repo_count": 8936, + "file_count": 59019, + "total_size_bytes": 380382435, + "estimated_tokens": 118058055, + "file_size_distribution": { + "min": 7, + "p5": 40, + "p50": 1010, + "p95": 16224, + "max": 435792 + } + }, + { + "language": "Component Pascal", + "repo_count": 710, + "file_count": 5564, + "total_size_bytes": 374313037, + "estimated_tokens": 116174316, + "file_size_distribution": { + "min": 9, + "p5": 153, + "p50": 22382, + "p95": 178637, + "max": 3925697 + } + }, + { + "language": "Web Ontology Language", + "repo_count": 7057, + "file_count": 53702, + "total_size_bytes": 372574711, + "estimated_tokens": 115634798, + "file_size_distribution": { + "min": 6, + "p5": 533, + "p50": 4559, + "p95": 21168, + "max": 74603 + } + }, + { + "language": "Ballerina", + "repo_count": 4111, + "file_count": 113073, + "total_size_bytes": 366377962, + "estimated_tokens": 113711533, + "file_size_distribution": { + "min": 2, + "p5": 54, + "p50": 703, + "p95": 10824, + "max": 1394977 + } + }, + { + "language": "CodeQL", + "repo_count": 1776, + "file_count": 159816, + "total_size_bytes": 364714717, + "estimated_tokens": 113195317, + "file_size_distribution": { + "min": 3, + "p5": 88, + "p50": 621, + "p95": 7935, + "max": 4671120 + } + }, + { + "language": "OASv2-yaml", + "repo_count": 47126, + "file_count": 80636, + "total_size_bytes": 361081083, + "estimated_tokens": 83938694, + "file_size_distribution": { + "min": 14, + "p5": 341, + "p50": 3361, + "p95": 12013, + "max": 41923 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 106, + "p50": 1248, + "p95": 3982, + "max": 9746 + } + }, + { + "language": "NetLogo", + "repo_count": 4084, + "file_count": 8137, + "total_size_bytes": 351691472, + "estimated_tokens": 109153335, + "file_size_distribution": { + "min": 13, + "p5": 12366, + "p50": 24472, + "p95": 118135, + "max": 3907156 + } + }, + { + "language": "ApacheConf", + "repo_count": 248683, + "file_count": 370026, + "total_size_bytes": 346768744, + "estimated_tokens": 104303781, + "file_size_distribution": { + "min": 3, + "p5": 47, + "p50": 265, + "p95": 2431, + "max": 3604935 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 10, + "p50": 78, + "p95": 933, + "max": 1084320 + } + }, + { + "language": "Typst", + "repo_count": 7274, + "file_count": 51715, + "total_size_bytes": 344276722, + "estimated_tokens": 106852043, + "file_size_distribution": { + "min": 8, + "p5": 123, + "p50": 2038, + "p95": 25353, + "max": 3410038 + } + }, + { + "language": "Nginx", + "repo_count": 215077, + "file_count": 274922, + "total_size_bytes": 343841543, + "estimated_tokens": 87717159, + "file_size_distribution": { + "min": 6, + "p5": 179, + "p50": 793, + "p95": 3644, + "max": 1711357 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 63, + "p50": 247, + "p95": 1196, + "max": 436583 + } + }, + { + "language": "Odin", + "repo_count": 4691, + "file_count": 42933, + "total_size_bytes": 343085637, + "estimated_tokens": 106482370, + "file_size_distribution": { + "min": 10, + "p5": 205, + "p50": 2590, + "p95": 31695, + "max": 2239638 + } + }, + { + "language": "kvlang", + "repo_count": 25919, + "file_count": 72088, + "total_size_bytes": 340888421, + "estimated_tokens": 105800427, + "file_size_distribution": { + "min": 3, + "p5": 117, + "p50": 1592, + "p95": 14954, + "max": 4225664 + } + }, + { + "language": "GEDCOM", + "repo_count": 1063, + "file_count": 13567, + "total_size_bytes": 339274147, + "estimated_tokens": 105299410, + "file_size_distribution": { + "min": 4, + "p5": 324, + "p50": 324, + "p95": 68378, + "max": 3565375 + } + }, + { + "language": "Modula-3", + "repo_count": 945, + "file_count": 49560, + "total_size_bytes": 326911781, + "estimated_tokens": 101462543, + "file_size_distribution": { + "min": 4, + "p5": 80, + "p50": 1336, + "p95": 21963, + "max": 4546287 + } + }, + { + "language": "ANTLR", + "repo_count": 25509, + "file_count": 59999, + "total_size_bytes": 321434170, + "estimated_tokens": 99762475, + "file_size_distribution": { + "min": 8, + "p5": 172, + "p50": 1930, + "p95": 18046, + "max": 1742183 + } + }, + { + "language": "Lean", + "repo_count": 2410, + "file_count": 54964, + "total_size_bytes": 313928235, + "estimated_tokens": 97432882, + "file_size_distribution": { + "min": 3, + "p5": 86, + "p50": 988, + "p95": 24026, + "max": 1193821 + } + }, + { + "language": "Limbo", + "repo_count": 3735, + "file_count": 38515, + "total_size_bytes": 313415702, + "estimated_tokens": 97273809, + "file_size_distribution": { + "min": 2, + "p5": 76, + "p50": 1547, + "p95": 24370, + "max": 3722667 + } + }, + { + "language": "Gosu", + "repo_count": 581, + "file_count": 83089, + "total_size_bytes": 311009436, + "estimated_tokens": 96526984, + "file_size_distribution": { + "min": 7, + "p5": 223, + "p50": 1115, + "p95": 13412, + "max": 280507 + } + }, + { + "language": "OASv3-json", + "repo_count": 38203, + "file_count": 63152, + "total_size_bytes": 308607784, + "estimated_tokens": 95781591, + "file_size_distribution": { + "min": 19, + "p5": 266, + "p50": 3921, + "p95": 12157, + "max": 2613604 + } + }, + { + "language": "NEON", + "repo_count": 19424, + "file_count": 44773, + "total_size_bytes": 301252079, + "estimated_tokens": 93498625, + "file_size_distribution": { + "min": 5, + "p5": 54, + "p50": 298, + "p95": 4331, + "max": 4786341 + } + }, + { + "language": "NSIS", + "repo_count": 12753, + "file_count": 37412, + "total_size_bytes": 297469935, + "estimated_tokens": 92324773, + "file_size_distribution": { + "min": 6, + "p5": 205, + "p50": 4070, + "p95": 21147, + "max": 4014216 + } + }, + { + "language": "HolyC", + "repo_count": 620, + "file_count": 13012, + "total_size_bytes": 292239512, + "estimated_tokens": 90701424, + "file_size_distribution": { + "min": 4, + "p5": 111, + "p50": 3079, + "p95": 71359, + "max": 1681580 + } + }, + { + "language": "Chapel", + "repo_count": 513, + "file_count": 142258, + "total_size_bytes": 291195473, + "estimated_tokens": 90377389, + "file_size_distribution": { + "min": 7, + "p5": 52, + "p50": 276, + "p95": 4283, + "max": 2178175 + } + }, + { + "language": "ZenScript", + "repo_count": 2762, + "file_count": 50854, + "total_size_bytes": 284631145, + "estimated_tokens": 88340040, + "file_size_distribution": { + "min": 3, + "p5": 135, + "p50": 1621, + "p95": 22427, + "max": 275122 + } + }, + { + "language": "Inno Setup", + "repo_count": 17364, + "file_count": 36190, + "total_size_bytes": 278934938, + "estimated_tokens": 86572127, + "file_size_distribution": { + "min": 5, + "p5": 363, + "p50": 2497, + "p95": 20168, + "max": 933799 + } + }, + { + "language": "CLIPS", + "repo_count": 3779, + "file_count": 36510, + "total_size_bytes": 278388456, + "estimated_tokens": 86402517, + "file_size_distribution": { + "min": 3, + "p5": 204, + "p50": 2024, + "p95": 21578, + "max": 3881634 + } + }, + { + "language": "Luau", + "repo_count": 3685, + "file_count": 66924, + "total_size_bytes": 277682472, + "estimated_tokens": 86183403, + "file_size_distribution": { + "min": 6, + "p5": 93, + "p50": 948, + "p95": 12855, + "max": 3579381 + } + }, + { + "language": "MQL4", + "repo_count": 2663, + "file_count": 21726, + "total_size_bytes": 276570530, + "estimated_tokens": 85838293, + "file_size_distribution": { + "min": 11, + "p5": 883, + "p50": 5002, + "p95": 41642, + "max": 929996 + } + }, + { + "language": "Snakemake", + "repo_count": 14536, + "file_count": 61573, + "total_size_bytes": 275684756, + "estimated_tokens": 85563378, + "file_size_distribution": { + "min": 4, + "p5": 271, + "p50": 2109, + "p95": 15652, + "max": 616565 + } + }, + { + "language": "PureScript", + "repo_count": 7533, + "file_count": 95732, + "total_size_bytes": 274883820, + "estimated_tokens": 68093344, + "file_size_distribution": { + "min": 7, + "p5": 125, + "p50": 1172, + "p95": 9767, + "max": 1210914 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 41, + "p50": 510, + "p95": 5551, + "max": 299964 + } + }, + { + "language": "NCL", + "repo_count": 1709, + "file_count": 33972, + "total_size_bytes": 272732248, + "estimated_tokens": 84647018, + "file_size_distribution": { + "min": 8, + "p5": 139, + "p50": 4007, + "p95": 22515, + "max": 727107 + } + }, + { + "language": "RenderScript", + "repo_count": 3412, + "file_count": 18881, + "total_size_bytes": 270972872, + "estimated_tokens": 84100966, + "file_size_distribution": { + "min": 5, + "p5": 76, + "p50": 951, + "p95": 17940, + "max": 2634178 + } + }, + { + "language": "F*", + "repo_count": 799, + "file_count": 25134, + "total_size_bytes": 270428784, + "estimated_tokens": 82274587, + "file_size_distribution": { + "min": 4, + "p5": 92, + "p50": 2015, + "p95": 27016, + "max": 3047542 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 45, + "p50": 848, + "p95": 6571, + "max": 927177 + } + }, + { + "language": "Nextflow", + "repo_count": 10888, + "file_count": 97907, + "total_size_bytes": 270302976, + "estimated_tokens": 73319243, + "file_size_distribution": { + "min": 6, + "p5": 164, + "p50": 1280, + "p95": 9599, + "max": 1952948 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 51, + "p50": 250, + "p95": 945, + "max": 529734 + } + }, + { + "language": "Git Config", + "repo_count": 610488, + "file_count": 734417, + "total_size_bytes": 270145281, + "estimated_tokens": 80892272, + "file_size_distribution": { + "min": 4, + "p5": 72, + "p50": 141, + "p95": 1133, + "max": 2015088 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 24, + "p50": 50, + "p95": 249, + "max": 603398 + } + }, + { + "language": "ObjectScript", + "repo_count": 2279, + "file_count": 48779, + "total_size_bytes": 266903727, + "estimated_tokens": 82838039, + "file_size_distribution": { + "min": 13, + "p5": 208, + "p50": 1494, + "p95": 18899, + "max": 3555173 + } + }, + { + "language": "q", + "repo_count": 2927, + "file_count": 44917, + "total_size_bytes": 266489275, + "estimated_tokens": 82709407, + "file_size_distribution": { + "min": 2, + "p5": 51, + "p50": 549, + "p95": 18626, + "max": 3463718 + } + }, + { + "language": "Soong", + "repo_count": 9723, + "file_count": 131681, + "total_size_bytes": 266365515, + "estimated_tokens": 82670996, + "file_size_distribution": { + "min": 14, + "p5": 101, + "p50": 719, + "p95": 4562, + "max": 1904305 + } + }, + { + "language": "Cabal Config", + "repo_count": 76607, + "file_count": 128624, + "total_size_bytes": 256003126, + "estimated_tokens": 76471413, + "file_size_distribution": { + "min": 5, + "p5": 328, + "p50": 1342, + "p95": 4617, + "max": 261839 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 161, + "p50": 370, + "p95": 3314, + "max": 78215 + } + }, + { + "language": "V", + "repo_count": 5328, + "file_count": 76274, + "total_size_bytes": 252535786, + "estimated_tokens": 79987489, + "file_size_distribution": { + "min": 5, + "p5": 105, + "p50": 849, + "p95": 10571, + "max": 1457719 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 25, + "p50": 219, + "p95": 2026, + "max": 461714 + } + }, + { + "language": "P4", + "repo_count": 2164, + "file_count": 52105, + "total_size_bytes": 247495799, + "estimated_tokens": 76814464, + "file_size_distribution": { + "min": 12, + "p5": 114, + "p50": 1521, + "p95": 12852, + "max": 3071712 + } + }, + { + "language": "HiveQL", + "repo_count": 4471, + "file_count": 103113, + "total_size_bytes": 247164879, + "estimated_tokens": 76711757, + "file_size_distribution": { + "min": 3, + "p5": 57, + "p50": 654, + "p95": 7166, + "max": 1158172 + } + }, + { + "language": "GN", + "repo_count": 1359, + "file_count": 33415, + "total_size_bytes": 245759355, + "estimated_tokens": 76275529, + "file_size_distribution": { + "min": 6, + "p5": 218, + "p50": 1239, + "p95": 15504, + "max": 394964 + } + }, + { + "language": "MiniZinc", + "repo_count": 1935, + "file_count": 25332, + "total_size_bytes": 242702005, + "estimated_tokens": 75326629, + "file_size_distribution": { + "min": 7, + "p5": 129, + "p50": 759, + "p95": 5588, + "max": 4301599 + } + }, + { + "language": "HIP", + "repo_count": 364, + "file_count": 8026, + "total_size_bytes": 242375619, + "estimated_tokens": 75225330, + "file_size_distribution": { + "min": 4, + "p5": 200, + "p50": 8907, + "p95": 129537, + "max": 1046795 + } + }, + { + "language": "Xtend", + "repo_count": 4473, + "file_count": 75602, + "total_size_bytes": 242298867, + "estimated_tokens": 75201509, + "file_size_distribution": { + "min": 15, + "p5": 194, + "p50": 1141, + "p95": 11803, + "max": 642850 + } + }, + { + "language": "Parrot Internal Representation", + "repo_count": 250, + "file_count": 6408, + "total_size_bytes": 241875219, + "estimated_tokens": 75070023, + "file_size_distribution": { + "min": 11, + "p5": 295, + "p50": 1957, + "p95": 43641, + "max": 5226938 + } + }, + { + "language": "Bikeshed", + "repo_count": 989, + "file_count": 5658, + "total_size_bytes": 241770422, + "estimated_tokens": 75037497, + "file_size_distribution": { + "min": 7, + "p5": 60, + "p50": 4664, + "p95": 230640, + "max": 1416344 + } + }, + { + "language": "WGSL", + "repo_count": 6800, + "file_count": 136179, + "total_size_bytes": 241679871, + "estimated_tokens": 75009393, + "file_size_distribution": { + "min": 7, + "p5": 109, + "p50": 454, + "p95": 4584, + "max": 450008 + } + }, + { + "language": "OMNeT++ NED", + "repo_count": 2526, + "file_count": 51229, + "total_size_bytes": 238065463, + "estimated_tokens": 62352035, + "file_size_distribution": { + "min": 5, + "p5": 52, + "p50": 1207, + "p95": 5446, + "max": 5603776 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 16, + "p50": 465, + "p95": 1178, + "max": 1467692 + } + }, + { + "language": "SPARQL", + "repo_count": 5629, + "file_count": 113066, + "total_size_bytes": 234687213, + "estimated_tokens": 72839105, + "file_size_distribution": { + "min": 3, + "p5": 75, + "p50": 398, + "p95": 3183, + "max": 5219552 + } + }, + { + "language": "Genero per", + "repo_count": 451, + "file_count": 11808, + "total_size_bytes": 232953894, + "estimated_tokens": 72301140, + "file_size_distribution": { + "min": 4, + "p5": 245, + "p50": 2248, + "p95": 15938, + "max": 4674846 + } + }, + { + "language": "Modula-2", + "repo_count": 645, + "file_count": 22835, + "total_size_bytes": 232082376, + "estimated_tokens": 72030650, + "file_size_distribution": { + "min": 18, + "p5": 131, + "p50": 2329, + "p95": 42094, + "max": 1242963 + } + }, + { + "language": "fish", + "repo_count": 34794, + "file_count": 205145, + "total_size_bytes": 230822683, + "estimated_tokens": 67380376, + "file_size_distribution": { + "min": 5, + "p5": 42, + "p50": 274, + "p95": 4087, + "max": 733490 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 16, + "p50": 191, + "p95": 2208, + "max": 214116 + } + }, + { + "language": "RBS", + "repo_count": 2066, + "file_count": 31698, + "total_size_bytes": 229812346, + "estimated_tokens": 71326108, + "file_size_distribution": { + "min": 6, + "p5": 69, + "p50": 566, + "p95": 18089, + "max": 891369 + } + }, + { + "language": "Motoko", + "repo_count": 7254, + "file_count": 33978, + "total_size_bytes": 228812688, + "estimated_tokens": 71015847, + "file_size_distribution": { + "min": 6, + "p5": 127, + "p50": 1513, + "p95": 18949, + "max": 1669871 + } + }, + { + "language": "GAP", + "repo_count": 690, + "file_count": 11387, + "total_size_bytes": 228732693, + "estimated_tokens": 70991020, + "file_size_distribution": { + "min": 3, + "p5": 152, + "p50": 4041, + "p95": 66479, + "max": 2202993 + } + }, + { + "language": "MiniYAML", + "repo_count": 9608, + "file_count": 21871, + "total_size_bytes": 225733702, + "estimated_tokens": 70060233, + "file_size_distribution": { + "min": 11, + "p5": 82, + "p50": 760, + "p95": 22645, + "max": 4240506 + } + }, + { + "language": "Git Attributes", + "repo_count": 230101, + "file_count": 368405, + "total_size_bytes": 219574538, + "estimated_tokens": 68234890, + "file_size_distribution": { + "min": 3, + "p5": 22, + "p50": 100, + "p95": 838, + "max": 3900961 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 6, + "p50": 32, + "p95": 251, + "max": 1212261 + } + }, + { + "language": "Alpine Abuild", + "repo_count": 737, + "file_count": 156569, + "total_size_bytes": 213232358, + "estimated_tokens": 91539775, + "file_size_distribution": { + "min": 55, + "p5": 708, + "p50": 1103, + "p95": 2660, + "max": 45310 + }, + "file_tokens_distribution": { + "min": 24, + "p5": 315, + "p50": 478, + "p95": 956, + "max": 19451 + } + }, + { + "language": "Bluespec", + "repo_count": 907, + "file_count": 28261, + "total_size_bytes": 211187800, + "estimated_tokens": 65545668, + "file_size_distribution": { + "min": 10, + "p5": 193, + "p50": 2654, + "p95": 20086, + "max": 4994121 + } + }, + { + "language": "Open Policy Agent", + "repo_count": 3821, + "file_count": 50515, + "total_size_bytes": 209819303, + "estimated_tokens": 65120932, + "file_size_distribution": { + "min": 7, + "p5": 136, + "p50": 980, + "p95": 5073, + "max": 1469998 + } + }, + { + "language": "Kickstart", + "repo_count": 2092, + "file_count": 23686, + "total_size_bytes": 209311027, + "estimated_tokens": 64963180, + "file_size_distribution": { + "min": 4, + "p5": 43, + "p50": 2383, + "p95": 37062, + "max": 1617514 + } + }, + { + "language": "Mako", + "repo_count": 3900, + "file_count": 44810, + "total_size_bytes": 206515107, + "estimated_tokens": 64095420, + "file_size_distribution": { + "min": 3, + "p5": 131, + "p50": 1375, + "p95": 13768, + "max": 809537 + } + }, + { + "language": "Cairo", + "repo_count": 3850, + "file_count": 53387, + "total_size_bytes": 204439091, + "estimated_tokens": 63451094, + "file_size_distribution": { + "min": 4, + "p5": 24, + "p50": 634, + "p95": 16061, + "max": 2229038 + } + }, + { + "language": "Jsonnet", + "repo_count": 4758, + "file_count": 71990, + "total_size_bytes": 204408324, + "estimated_tokens": 51215355, + "file_size_distribution": { + "min": 3, + "p5": 28, + "p50": 778, + "p95": 8570, + "max": 4085842 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 29, + "p50": 259, + "p95": 2753, + "max": 1023725 + } + }, + { + "language": "Rez", + "repo_count": 1688, + "file_count": 6619, + "total_size_bytes": 199244211, + "estimated_tokens": 61838776, + "file_size_distribution": { + "min": 5, + "p5": 60, + "p50": 2090, + "p95": 143658, + "max": 3264638 + } + }, + { + "language": "GAMS", + "repo_count": 1611, + "file_count": 17852, + "total_size_bytes": 197349721, + "estimated_tokens": 61250789, + "file_size_distribution": { + "min": 6, + "p5": 327, + "p50": 2125, + "p95": 42710, + "max": 2733145 + } + }, + { + "language": "BASIC", + "repo_count": 4209, + "file_count": 35758, + "total_size_bytes": 195606200, + "estimated_tokens": 60709658, + "file_size_distribution": { + "min": 6, + "p5": 67, + "p50": 975, + "p95": 17264, + "max": 2658142 + } + }, + { + "language": "CUE", + "repo_count": 1581, + "file_count": 38880, + "total_size_bytes": 194191346, + "estimated_tokens": 60270534, + "file_size_distribution": { + "min": 8, + "p5": 77, + "p50": 764, + "p95": 10584, + "max": 3691545 + } + }, + { + "language": "Beef", + "repo_count": 468, + "file_count": 9044, + "total_size_bytes": 191567057, + "estimated_tokens": 59456042, + "file_size_distribution": { + "min": 10, + "p5": 135, + "p50": 1939, + "p95": 117191, + "max": 2196750 + } + }, + { + "language": "IGOR Pro", + "repo_count": 772, + "file_count": 6638, + "total_size_bytes": 191275815, + "estimated_tokens": 59365650, + "file_size_distribution": { + "min": 11, + "p5": 411, + "p50": 8547, + "p95": 124981, + "max": 6158125 + } + }, + { + "language": "RPGLE", + "repo_count": 768, + "file_count": 18912, + "total_size_bytes": 190037835, + "estimated_tokens": 58981423, + "file_size_distribution": { + "min": 11, + "p5": 332, + "p50": 1852, + "p95": 42276, + "max": 1162518 + } + }, + { + "language": "Portugol", + "repo_count": 12221, + "file_count": 140559, + "total_size_bytes": 188071884, + "estimated_tokens": 66097086, + "file_size_distribution": { + "min": 9, + "p5": 259, + "p50": 833, + "p95": 2171, + "max": 4480028 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 119, + "p50": 271, + "p95": 931, + "max": 1574487 + } + }, + { + "language": "Literate Haskell", + "repo_count": 3045, + "file_count": 25066, + "total_size_bytes": 188028312, + "estimated_tokens": 58357734, + "file_size_distribution": { + "min": 10, + "p5": 171, + "p50": 3294, + "p95": 28097, + "max": 379244 + } + }, + { + "language": "RAML", + "repo_count": 7723, + "file_count": 67652, + "total_size_bytes": 184987624, + "estimated_tokens": 57414005, + "file_size_distribution": { + "min": 4, + "p5": 72, + "p50": 425, + "p95": 5637, + "max": 2196577 + } + }, + { + "language": "AIDL", + "repo_count": 13726, + "file_count": 99285, + "total_size_bytes": 182251116, + "estimated_tokens": 56564684, + "file_size_distribution": { + "min": 14, + "p5": 63, + "p50": 576, + "p95": 5055, + "max": 451250 + } + }, + { + "language": "CIL", + "repo_count": 347, + "file_count": 5376, + "total_size_bytes": 180602405, + "estimated_tokens": 56052979, + "file_size_distribution": { + "min": 11, + "p5": 165, + "p50": 1625, + "p95": 188583, + "max": 2091900 + } + }, + { + "language": "SuperCollider", + "repo_count": 4139, + "file_count": 44634, + "total_size_bytes": 180407161, + "estimated_tokens": 55992382, + "file_size_distribution": { + "min": 6, + "p5": 55, + "p50": 1319, + "p95": 13230, + "max": 3274894 + } + }, + { + "language": "Tea", + "repo_count": 219, + "file_count": 3703, + "total_size_bytes": 178962367, + "estimated_tokens": 55543966, + "file_size_distribution": { + "min": 6, + "p5": 39, + "p50": 1268, + "p95": 261998, + "max": 3121965 + } + }, + { + "language": "Reason", + "repo_count": 6129, + "file_count": 66479, + "total_size_bytes": 177081692, + "estimated_tokens": 54960267, + "file_size_distribution": { + "min": 2, + "p5": 74, + "p50": 922, + "p95": 9309, + "max": 1647076 + } + }, + { + "language": "BlitzBasic", + "repo_count": 567, + "file_count": 13403, + "total_size_bytes": 173904373, + "estimated_tokens": 53974133, + "file_size_distribution": { + "min": 9, + "p5": 114, + "p50": 1742, + "p95": 47630, + "max": 2817120 + } + }, + { + "language": "API Blueprint", + "repo_count": 5353, + "file_count": 11760, + "total_size_bytes": 168993770, + "estimated_tokens": 52450045, + "file_size_distribution": { + "min": 6, + "p5": 127, + "p50": 2767, + "p95": 51584, + "max": 2987926 + } + }, + { + "language": "Awk", + "repo_count": 19501, + "file_count": 97889, + "total_size_bytes": 168505682, + "estimated_tokens": 62951248, + "file_size_distribution": { + "min": 2, + "p5": 52, + "p50": 543, + "p95": 6045, + "max": 1806386 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 22, + "p50": 153, + "p95": 1642, + "max": 674839 + } + }, + { + "language": "Mermaid", + "repo_count": 10734, + "file_count": 53407, + "total_size_bytes": 165903426, + "estimated_tokens": 51490905, + "file_size_distribution": { + "min": 6, + "p5": 131, + "p50": 978, + "p95": 6297, + "max": 3008093 + } + }, + { + "language": "Clean", + "repo_count": 642, + "file_count": 26249, + "total_size_bytes": 164364356, + "estimated_tokens": 51013229, + "file_size_distribution": { + "min": 5, + "p5": 84, + "p50": 1320, + "p95": 22156, + "max": 2400416 + } + }, + { + "language": "Xojo", + "repo_count": 719, + "file_count": 16817, + "total_size_bytes": 162912010, + "estimated_tokens": 50562469, + "file_size_distribution": { + "min": 19, + "p5": 626, + "p50": 4367, + "p95": 33153, + "max": 493748 + } + }, + { + "language": "JavaScript+ERB", + "repo_count": 56834, + "file_count": 249561, + "total_size_bytes": 162369942, + "estimated_tokens": 40409406, + "file_size_distribution": { + "min": 4, + "p5": 46, + "p50": 186, + "p95": 1656, + "max": 1232511 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 12, + "p50": 50, + "p95": 566, + "max": 306738 + } + }, + { + "language": "Vim Snippet", + "repo_count": 12673, + "file_count": 60105, + "total_size_bytes": 162097266, + "estimated_tokens": 50309599, + "file_size_distribution": { + "min": 5, + "p5": 51, + "p50": 570, + "p95": 7682, + "max": 2726280 + } + }, + { + "language": "Frege", + "repo_count": 312, + "file_count": 3484, + "total_size_bytes": 160919705, + "estimated_tokens": 49944124, + "file_size_distribution": { + "min": 24, + "p5": 108, + "p50": 5228, + "p95": 260835, + "max": 3991596 + } + }, + { + "language": "CSON", + "repo_count": 10679, + "file_count": 44791, + "total_size_bytes": 158084019, + "estimated_tokens": 49064021, + "file_size_distribution": { + "min": 4, + "p5": 78, + "p50": 449, + "p95": 8905, + "max": 1795715 + } + }, + { + "language": "Promela", + "repo_count": 3077, + "file_count": 36140, + "total_size_bytes": 156993747, + "estimated_tokens": 48725637, + "file_size_distribution": { + "min": 2, + "p5": 131, + "p50": 1572, + "p95": 10539, + "max": 3702941 + } + }, + { + "language": "HTML+EEX", + "repo_count": 17322, + "file_count": 111034, + "total_size_bytes": 156432967, + "estimated_tokens": 48551589, + "file_size_distribution": { + "min": 100, + "p5": 182, + "p50": 766, + "p95": 4493, + "max": 117895 + } + }, + { + "language": "OpenType Feature File", + "repo_count": 964, + "file_count": 7714, + "total_size_bytes": 153619940, + "estimated_tokens": 47678519, + "file_size_distribution": { + "min": 3, + "p5": 43, + "p50": 916, + "p95": 97420, + "max": 2519731 + } + }, + { + "language": "ZIL", + "repo_count": 200, + "file_count": 3555, + "total_size_bytes": 149227278, + "estimated_tokens": 46315183, + "file_size_distribution": { + "min": 9, + "p5": 258, + "p50": 15647, + "p95": 170872, + "max": 1048573 + } + }, + { + "language": "Meson", + "repo_count": 15601, + "file_count": 131917, + "total_size_bytes": 147284414, + "estimated_tokens": 39817734, + "file_size_distribution": { + "min": 8, + "p5": 55, + "p50": 434, + "p95": 3791, + "max": 190603 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 10, + "p50": 95, + "p95": 658, + "max": 51529 + } + }, + { + "language": "Jasmin", + "repo_count": 1368, + "file_count": 30935, + "total_size_bytes": 146101637, + "estimated_tokens": 45345088, + "file_size_distribution": { + "min": 3, + "p5": 134, + "p50": 1338, + "p95": 17492, + "max": 1718222 + } + }, + { + "language": "Easybuild", + "repo_count": 303, + "file_count": 55880, + "total_size_bytes": 142283182, + "estimated_tokens": 44159967, + "file_size_distribution": { + "min": 7, + "p5": 609, + "p50": 2021, + "p95": 3895, + "max": 603796 + } + }, + { + "language": "Racket", + "repo_count": 2511, + "file_count": 19433, + "total_size_bytes": 136573896, + "estimated_tokens": 42387994, + "file_size_distribution": { + "min": 9, + "p5": 162, + "p50": 2130, + "p95": 25515, + "max": 494579 + } + }, + { + "language": "Inform 7", + "repo_count": 760, + "file_count": 5472, + "total_size_bytes": 136025833, + "estimated_tokens": 42217894, + "file_size_distribution": { + "min": 9, + "p5": 281, + "p50": 9875, + "p95": 81591, + "max": 1529531 + } + }, + { + "language": "Cypher", + "repo_count": 4143, + "file_count": 20458, + "total_size_bytes": 135211502, + "estimated_tokens": 41965152, + "file_size_distribution": { + "min": 5, + "p5": 55, + "p50": 469, + "p95": 8665, + "max": 3939128 + } + }, + { + "language": "4D", + "repo_count": 945, + "file_count": 59671, + "total_size_bytes": 133376563, + "estimated_tokens": 41395648, + "file_size_distribution": { + "min": 5, + "p5": 46, + "p50": 775, + "p95": 7785, + "max": 628908 + } + }, + { + "language": "Edje Data Collection", + "repo_count": 390, + "file_count": 8062, + "total_size_bytes": 132622814, + "estimated_tokens": 41161710, + "file_size_distribution": { + "min": 11, + "p5": 376, + "p50": 4994, + "p95": 42604, + "max": 1241706 + } + }, + { + "language": "Euphoria", + "repo_count": 4888, + "file_count": 47019, + "total_size_bytes": 132569500, + "estimated_tokens": 41145163, + "file_size_distribution": { + "min": 2, + "p5": 6, + "p50": 88, + "p95": 7219, + "max": 5147833 + } + }, + { + "language": "Redirect Rules", + "repo_count": 29815, + "file_count": 40068, + "total_size_bytes": 132557408, + "estimated_tokens": 41141410, + "file_size_distribution": { + "min": 5, + "p5": 18, + "p50": 84, + "p95": 1953, + "max": 2815469 + } + }, + { + "language": "Volt", + "repo_count": 2013, + "file_count": 36880, + "total_size_bytes": 132452986, + "estimated_tokens": 41109001, + "file_size_distribution": { + "min": 4, + "p5": 97, + "p50": 1660, + "p95": 12775, + "max": 400678 + } + }, + { + "language": "RDoc", + "repo_count": 55864, + "file_count": 74350, + "total_size_bytes": 126574689, + "estimated_tokens": 39284573, + "file_size_distribution": { + "min": 3, + "p5": 35, + "p50": 485, + "p95": 6042, + "max": 248190 + } + }, + { + "language": "Rebol", + "repo_count": 13602, + "file_count": 37561, + "total_size_bytes": 126405675, + "estimated_tokens": 39232117, + "file_size_distribution": { + "min": 3, + "p5": 20, + "p50": 117, + "p95": 9172, + "max": 3301994 + } + }, + { + "language": "Apollo Guidance Computer", + "repo_count": 386, + "file_count": 6646, + "total_size_bytes": 125781379, + "estimated_tokens": 39038356, + "file_size_distribution": { + "min": 8, + "p5": 456, + "p50": 5108, + "p95": 90005, + "max": 1626479 + } + }, + { + "language": "TLA", + "repo_count": 1712, + "file_count": 22159, + "total_size_bytes": 123017338, + "estimated_tokens": 38180490, + "file_size_distribution": { + "min": 9, + "p5": 191, + "p50": 1138, + "p95": 21181, + "max": 938280 + } + }, + { + "language": "Proguard", + "repo_count": 32172, + "file_count": 53012, + "total_size_bytes": 122464510, + "estimated_tokens": 38008910, + "file_size_distribution": { + "min": 6, + "p5": 55, + "p50": 1216, + "p95": 8325, + "max": 2162333 + } + }, + { + "language": "LSL", + "repo_count": 1015, + "file_count": 15442, + "total_size_bytes": 121415756, + "estimated_tokens": 37683412, + "file_size_distribution": { + "min": 11, + "p5": 167, + "p50": 2194, + "p95": 26686, + "max": 2806799 + } + }, + { + "language": "CartoCSS", + "repo_count": 1812, + "file_count": 27955, + "total_size_bytes": 120483453, + "estimated_tokens": 37394056, + "file_size_distribution": { + "min": 5, + "p5": 126, + "p50": 201, + "p95": 7731, + "max": 577573 + } + }, + { + "language": "Cadence", + "repo_count": 2178, + "file_count": 31684, + "total_size_bytes": 120245072, + "estimated_tokens": 37320070, + "file_size_distribution": { + "min": 11, + "p5": 148, + "p50": 1000, + "p95": 16438, + "max": 374249 + } + }, + { + "language": "Idris", + "repo_count": 2847, + "file_count": 45075, + "total_size_bytes": 118303905, + "estimated_tokens": 36717597, + "file_size_distribution": { + "min": 7, + "p5": 76, + "p50": 938, + "p95": 9804, + "max": 620814 + } + }, + { + "language": "LabVIEW", + "repo_count": 4319, + "file_count": 8895, + "total_size_bytes": 117579463, + "estimated_tokens": 36492754, + "file_size_distribution": { + "min": 89, + "p5": 1388, + "p50": 6274, + "p95": 41394, + "max": 1480031 + } + }, + { + "language": "WDL", + "repo_count": 2227, + "file_count": 39435, + "total_size_bytes": 116197052, + "estimated_tokens": 36063700, + "file_size_distribution": { + "min": 6, + "p5": 112, + "p50": 1010, + "p95": 10918, + "max": 1010687 + } + }, + { + "language": "Leo", + "repo_count": 1289, + "file_count": 10403, + "total_size_bytes": 115502615, + "estimated_tokens": 35848169, + "file_size_distribution": { + "min": 11, + "p5": 80, + "p50": 284, + "p95": 20139, + "max": 3648116 + } + }, + { + "language": "Clarity", + "repo_count": 3651, + "file_count": 16659, + "total_size_bytes": 115096690, + "estimated_tokens": 35722184, + "file_size_distribution": { + "min": 8, + "p5": 130, + "p50": 2663, + "p95": 25000, + "max": 689317 + } + }, + { + "language": "Record Jar", + "repo_count": 33, + "file_count": 169, + "total_size_bytes": 113666494, + "estimated_tokens": 35278299, + "file_size_distribution": { + "min": 7079, + "p5": 261896, + "p50": 710176, + "p95": 727498, + "max": 763358 + } + }, + { + "language": "hoon", + "repo_count": 665, + "file_count": 16404, + "total_size_bytes": 111278897, + "estimated_tokens": 34537268, + "file_size_distribution": { + "min": 3, + "p5": 92, + "p50": 542, + "p95": 20567, + "max": 542779 + } + }, + { + "language": "eC", + "repo_count": 549, + "file_count": 8026, + "total_size_bytes": 110229618, + "estimated_tokens": 34211607, + "file_size_distribution": { + "min": 4, + "p5": 53, + "p50": 1601, + "p95": 63523, + "max": 1563878 + } + }, + { + "language": "Zeek", + "repo_count": 1425, + "file_count": 22094, + "total_size_bytes": 110033532, + "estimated_tokens": 34150748, + "file_size_distribution": { + "min": 6, + "p5": 76, + "p50": 646, + "p95": 6761, + "max": 3500921 + } + }, + { + "language": "Gleam", + "repo_count": 3462, + "file_count": 32778, + "total_size_bytes": 103604197, + "estimated_tokens": 32155296, + "file_size_distribution": { + "min": 11, + "p5": 129, + "p50": 1330, + "p95": 9849, + "max": 2175384 + } + }, + { + "language": "JetBrains MPS", + "repo_count": 1796, + "file_count": 15907, + "total_size_bytes": 102478126, + "estimated_tokens": 31805801, + "file_size_distribution": { + "min": 4, + "p5": 126, + "p50": 1348, + "p95": 15510, + "max": 1761634 + } + }, + { + "language": "PostCSS", + "repo_count": 8609, + "file_count": 64865, + "total_size_bytes": 101816127, + "estimated_tokens": 31600339, + "file_size_distribution": { + "min": 2, + "p5": 62, + "p50": 669, + "p95": 5051, + "max": 1284101 + } + }, + { + "language": "Kit", + "repo_count": 3401, + "file_count": 25572, + "total_size_bytes": 100324003, + "estimated_tokens": 31137233, + "file_size_distribution": { + "min": 5, + "p5": 107, + "p50": 1297, + "p95": 15646, + "max": 358541 + } + }, + { + "language": "RON", + "repo_count": 3024, + "file_count": 47544, + "total_size_bytes": 99158927, + "estimated_tokens": 30775632, + "file_size_distribution": { + "min": 7, + "p5": 81, + "p50": 343, + "p95": 4454, + "max": 3672861 + } + }, + { + "language": "Slang", + "repo_count": 888, + "file_count": 31273, + "total_size_bytes": 97355204, + "estimated_tokens": 30215817, + "file_size_distribution": { + "min": 6, + "p5": 99, + "p50": 1101, + "p95": 9943, + "max": 954319 + } + }, + { + "language": "Latte", + "repo_count": 4045, + "file_count": 49424, + "total_size_bytes": 97056652, + "estimated_tokens": 30123156, + "file_size_distribution": { + "min": 3, + "p5": 54, + "p50": 774, + "p95": 7319, + "max": 425919 + } + }, + { + "language": "Witcher Script", + "repo_count": 1026, + "file_count": 9833, + "total_size_bytes": 96529090, + "estimated_tokens": 29959418, + "file_size_distribution": { + "min": 4, + "p5": 86, + "p50": 1567, + "p95": 28448, + "max": 2328052 + } + }, + { + "language": "Sage", + "repo_count": 4545, + "file_count": 21465, + "total_size_bytes": 95602794, + "estimated_tokens": 29671927, + "file_size_distribution": { + "min": 5, + "p5": 213, + "p50": 1815, + "p95": 13872, + "max": 2340084 + } + }, + { + "language": "Altium Designer", + "repo_count": 2027, + "file_count": 2986, + "total_size_bytes": 95080945, + "estimated_tokens": 29509962, + "file_size_distribution": { + "min": 8, + "p5": 3400, + "p50": 16085, + "p95": 82302, + "max": 789398 + } + }, + { + "language": "BibTeX Style", + "repo_count": 551, + "file_count": 2293, + "total_size_bytes": 94843474, + "estimated_tokens": 29436259, + "file_size_distribution": { + "min": 126, + "p5": 1031, + "p50": 28877, + "p95": 146066, + "max": 459159 + } + }, + { + "language": "BlitzMax", + "repo_count": 452, + "file_count": 14060, + "total_size_bytes": 94074398, + "estimated_tokens": 29197564, + "file_size_distribution": { + "min": 11, + "p5": 133, + "p50": 1904, + "p95": 24937, + "max": 474403 + } + }, + { + "language": "Cairo Zero", + "repo_count": 1260, + "file_count": 12777, + "total_size_bytes": 93854717, + "estimated_tokens": 29129382, + "file_size_distribution": { + "min": 15, + "p5": 244, + "p50": 1983, + "p95": 18797, + "max": 1916106 + } + }, + { + "language": "Mojo", + "repo_count": 1141, + "file_count": 14214, + "total_size_bytes": 90918562, + "estimated_tokens": 28218097, + "file_size_distribution": { + "min": 11, + "p5": 125, + "p50": 1741, + "p95": 24131, + "max": 1191017 + } + }, + { + "language": "Thrift", + "repo_count": 8043, + "file_count": 28827, + "total_size_bytes": 90915312, + "estimated_tokens": 28217088, + "file_size_distribution": { + "min": 14, + "p5": 73, + "p50": 669, + "p95": 8598, + "max": 1222190 + } + }, + { + "language": "JFlex", + "repo_count": 9151, + "file_count": 22211, + "total_size_bytes": 89873180, + "estimated_tokens": 27893645, + "file_size_distribution": { + "min": 10, + "p5": 243, + "p50": 2322, + "p95": 13047, + "max": 436568 + } + }, + { + "language": "templ", + "repo_count": 5784, + "file_count": 43968, + "total_size_bytes": 89602756, + "estimated_tokens": 27809715, + "file_size_distribution": { + "min": 8, + "p5": 133, + "p50": 752, + "p95": 7008, + "max": 392299 + } + }, + { + "language": "ECL", + "repo_count": 464, + "file_count": 34889, + "total_size_bytes": 89424793, + "estimated_tokens": 27754481, + "file_size_distribution": { + "min": 6, + "p5": 216, + "p50": 1419, + "p95": 6600, + "max": 436597 + } + }, + { + "language": "Pan", + "repo_count": 281, + "file_count": 17880, + "total_size_bytes": 89331635, + "estimated_tokens": 27725568, + "file_size_distribution": { + "min": 11, + "p5": 96, + "p50": 427, + "p95": 5837, + "max": 3945927 + } + }, + { + "language": "Type Language", + "repo_count": 1031, + "file_count": 12163, + "total_size_bytes": 88777261, + "estimated_tokens": 27553509, + "file_size_distribution": { + "min": 3, + "p5": 45, + "p50": 461, + "p95": 12400, + "max": 1385269 + } + }, + { + "language": "Debian Package Control File", + "repo_count": 2507, + "file_count": 23886, + "total_size_bytes": 88695397, + "estimated_tokens": 27528101, + "file_size_distribution": { + "min": 5, + "p5": 243, + "p50": 1050, + "p95": 9120, + "max": 3205979 + } + }, + { + "language": "Dylan", + "repo_count": 277, + "file_count": 13141, + "total_size_bytes": 87598094, + "estimated_tokens": 27187534, + "file_size_distribution": { + "min": 8, + "p5": 82, + "p50": 1280, + "p95": 24075, + "max": 1629579 + } + }, + { + "language": "GCC Machine Description", + "repo_count": 155, + "file_count": 3045, + "total_size_bytes": 87285808, + "estimated_tokens": 27090611, + "file_size_distribution": { + "min": 22, + "p5": 789, + "p50": 7256, + "p95": 128524, + "max": 1011751 + } + }, + { + "language": "REXX", + "repo_count": 987, + "file_count": 19631, + "total_size_bytes": 85297737, + "estimated_tokens": 27922790, + "file_size_distribution": { + "min": 7, + "p5": 81, + "p50": 1835, + "p95": 11534, + "max": 624358 + }, + "file_tokens_distribution": { + "min": 2, + "p5": 22, + "p50": 681, + "p95": 3206, + "max": 204388 + } + }, + { + "language": "Ragel", + "repo_count": 1227, + "file_count": 8650, + "total_size_bytes": 84550963, + "estimated_tokens": 26241806, + "file_size_distribution": { + "min": 2, + "p5": 149, + "p50": 2289, + "p95": 18230, + "max": 2580955 + } + }, + { + "language": "SaltStack", + "repo_count": 8444, + "file_count": 109559, + "total_size_bytes": 81859764, + "estimated_tokens": 25406548, + "file_size_distribution": { + "min": 5, + "p5": 31, + "p50": 362, + "p95": 2630, + "max": 104551 + } + }, + { + "language": "Monkey C", + "repo_count": 3178, + "file_count": 22373, + "total_size_bytes": 81675221, + "estimated_tokens": 25349272, + "file_size_distribution": { + "min": 8, + "p5": 75, + "p50": 1053, + "p95": 12948, + "max": 960446 + } + }, + { + "language": "Ink", + "repo_count": 3242, + "file_count": 29220, + "total_size_bytes": 80191212, + "estimated_tokens": 24888684, + "file_size_distribution": { + "min": 5, + "p5": 46, + "p50": 575, + "p95": 10797, + "max": 437387 + } + }, + { + "language": "Brightscript", + "repo_count": 1211, + "file_count": 12572, + "total_size_bytes": 79404151, + "estimated_tokens": 24644407, + "file_size_distribution": { + "min": 3, + "p5": 112, + "p50": 1681, + "p95": 16628, + "max": 1166486 + } + }, + { + "language": "ImageJ Macro", + "repo_count": 4618, + "file_count": 18849, + "total_size_bytes": 79239510, + "estimated_tokens": 24593308, + "file_size_distribution": { + "min": 7, + "p5": 215, + "p50": 1752, + "p95": 14515, + "max": 269006 + } + }, + { + "language": "REALbasic", + "repo_count": 158, + "file_count": 3739, + "total_size_bytes": 79113028, + "estimated_tokens": 24554052, + "file_size_distribution": { + "min": 11, + "p5": 899, + "p50": 5274, + "p95": 58340, + "max": 666388 + } + }, + { + "language": "Win32 Message File", + "repo_count": 524, + "file_count": 2974, + "total_size_bytes": 78837567, + "estimated_tokens": 24468558, + "file_size_distribution": { + "min": 8, + "p5": 81, + "p50": 2330, + "p95": 141950, + "max": 1255703 + } + }, + { + "language": "X10", + "repo_count": 162, + "file_count": 18976, + "total_size_bytes": 78182877, + "estimated_tokens": 24265364, + "file_size_distribution": { + "min": 7, + "p5": 345, + "p50": 1111, + "p95": 12284, + "max": 2958196 + } + }, + { + "language": "Rascal", + "repo_count": 794, + "file_count": 14456, + "total_size_bytes": 77647331, + "estimated_tokens": 24099148, + "file_size_distribution": { + "min": 7, + "p5": 123, + "p50": 1439, + "p95": 15006, + "max": 2147500 + } + }, + { + "language": "Nearley", + "repo_count": 1057, + "file_count": 7586, + "total_size_bytes": 75907840, + "estimated_tokens": 23559268, + "file_size_distribution": { + "min": 3, + "p5": 57, + "p50": 1051, + "p95": 12833, + "max": 2011141 + } + }, + { + "language": "Carbon", + "repo_count": 128, + "file_count": 10875, + "total_size_bytes": 73313163, + "estimated_tokens": 22753967, + "file_size_distribution": { + "min": 16, + "p5": 409, + "p50": 1946, + "p95": 27529, + "max": 343626 + } + }, + { + "language": "SQLPL", + "repo_count": 786, + "file_count": 3801, + "total_size_bytes": 72994634, + "estimated_tokens": 22655106, + "file_size_distribution": { + "min": 4, + "p5": 177, + "p50": 1811, + "p95": 45437, + "max": 3244335 + } + }, + { + "language": "Propeller Spin", + "repo_count": 673, + "file_count": 7923, + "total_size_bytes": 72836436, + "estimated_tokens": 22606007, + "file_size_distribution": { + "min": 8, + "p5": 84, + "p50": 3497, + "p95": 31960, + "max": 612538 + } + }, + { + "language": "Tree-sitter Query", + "repo_count": 5044, + "file_count": 39613, + "total_size_bytes": 71777940, + "estimated_tokens": 22277485, + "file_size_distribution": { + "min": 6, + "p5": 30, + "p50": 328, + "p95": 3088, + "max": 3112262 + } + }, + { + "language": "X Font Directory Index", + "repo_count": 618, + "file_count": 3399, + "total_size_bytes": 69033443, + "estimated_tokens": 21425684, + "file_size_distribution": { + "min": 14, + "p5": 73, + "p50": 1743, + "p95": 128004, + "max": 890435 + } + }, + { + "language": "ATS", + "repo_count": 365, + "file_count": 14507, + "total_size_bytes": 68157298, + "estimated_tokens": 21153758, + "file_size_distribution": { + "min": 8, + "p5": 251, + "p50": 2241, + "p95": 14658, + "max": 1980743 + } + }, + { + "language": "Asymptote", + "repo_count": 905, + "file_count": 18742, + "total_size_bytes": 68108553, + "estimated_tokens": 21138629, + "file_size_distribution": { + "min": 10, + "p5": 122, + "p50": 765, + "p95": 4702, + "max": 4594713 + } + }, + { + "language": "KerboScript", + "repo_count": 1307, + "file_count": 19554, + "total_size_bytes": 68053992, + "estimated_tokens": 21121695, + "file_size_distribution": { + "min": 3, + "p5": 47, + "p50": 873, + "p95": 11998, + "max": 1560937 + } + }, + { + "language": "Jai", + "repo_count": 842, + "file_count": 8247, + "total_size_bytes": 67169642, + "estimated_tokens": 20847222, + "file_size_distribution": { + "min": 8, + "p5": 164, + "p50": 2816, + "p95": 27589, + "max": 3550196 + } + }, + { + "language": "SELinux Policy", + "repo_count": 4305, + "file_count": 17218, + "total_size_bytes": 65417190, + "estimated_tokens": 20303319, + "file_size_distribution": { + "min": 8, + "p5": 68, + "p50": 493, + "p95": 8256, + "max": 425933 + } + }, + { + "language": "APL", + "repo_count": 951, + "file_count": 10572, + "total_size_bytes": 64954582, + "estimated_tokens": 20159741, + "file_size_distribution": { + "min": 3, + "p5": 47, + "p50": 411, + "p95": 10839, + "max": 3221915 + } + }, + { + "language": "TypeSpec", + "repo_count": 553, + "file_count": 15215, + "total_size_bytes": 63836563, + "estimated_tokens": 19812745, + "file_size_distribution": { + "min": 8, + "p5": 135, + "p50": 1639, + "p95": 15217, + "max": 2173223 + } + }, + { + "language": "Nushell", + "repo_count": 3271, + "file_count": 19286, + "total_size_bytes": 63670847, + "estimated_tokens": 19761313, + "file_size_distribution": { + "min": 15, + "p5": 101, + "p50": 1605, + "p95": 8450, + "max": 470985 + } + }, + { + "language": "AppleScript", + "repo_count": 8898, + "file_count": 29796, + "total_size_bytes": 63006751, + "estimated_tokens": 19555199, + "file_size_distribution": { + "min": 5, + "p5": 77, + "p50": 733, + "p95": 7660, + "max": 304464 + } + }, + { + "language": "Qt Script", + "repo_count": 555, + "file_count": 7653, + "total_size_bytes": 61621460, + "estimated_tokens": 19125251, + "file_size_distribution": { + "min": 11, + "p5": 362, + "p50": 3513, + "p95": 27459, + "max": 496818 + } + }, + { + "language": "Brainfuck", + "repo_count": 2310, + "file_count": 11136, + "total_size_bytes": 61465137, + "estimated_tokens": 19076734, + "file_size_distribution": { + "min": 2, + "p5": 28, + "p50": 690, + "p95": 9761, + "max": 3296664 + } + }, + { + "language": "Terra", + "repo_count": 1051, + "file_count": 14129, + "total_size_bytes": 61274178, + "estimated_tokens": 19017466, + "file_size_distribution": { + "min": 3, + "p5": 34, + "p50": 285, + "p95": 11045, + "max": 2023529 + } + }, + { + "language": "Marko", + "repo_count": 1390, + "file_count": 23279, + "total_size_bytes": 61199224, + "estimated_tokens": 18994203, + "file_size_distribution": { + "min": 3, + "p5": 26, + "p50": 258, + "p95": 7486, + "max": 2238622 + } + }, + { + "language": "MAXScript", + "repo_count": 631, + "file_count": 4725, + "total_size_bytes": 60484561, + "estimated_tokens": 18772395, + "file_size_distribution": { + "min": 6, + "p5": 81, + "p50": 1637, + "p95": 30722, + "max": 2449708 + } + }, + { + "language": "LiveCode Script", + "repo_count": 171, + "file_count": 5808, + "total_size_bytes": 59857522, + "estimated_tokens": 18577783, + "file_size_distribution": { + "min": 22, + "p5": 184, + "p50": 2095, + "p95": 36739, + "max": 434220 + } + }, + { + "language": "Sail", + "repo_count": 138, + "file_count": 7139, + "total_size_bytes": 59170619, + "estimated_tokens": 18364592, + "file_size_distribution": { + "min": 8, + "p5": 72, + "p50": 558, + "p95": 14411, + "max": 3521823 + } + }, + { + "language": "Ring", + "repo_count": 164, + "file_count": 25599, + "total_size_bytes": 59011004, + "estimated_tokens": 18315052, + "file_size_distribution": { + "min": 5, + "p5": 61, + "p50": 387, + "p95": 5032, + "max": 2178785 + } + }, + { + "language": "JCL", + "repo_count": 922, + "file_count": 7331, + "total_size_bytes": 58569546, + "estimated_tokens": 18178039, + "file_size_distribution": { + "min": 11, + "p5": 143, + "p50": 837, + "p95": 10870, + "max": 3529812 + } + }, + { + "language": "Mercury", + "repo_count": 1626, + "file_count": 5505, + "total_size_bytes": 58263066, + "estimated_tokens": 18082917, + "file_size_distribution": { + "min": 6, + "p5": 31, + "p50": 650, + "p95": 26174, + "max": 6284812 + } + }, + { + "language": "JSONiq", + "repo_count": 288, + "file_count": 4836, + "total_size_bytes": 57437264, + "estimated_tokens": 17826616, + "file_size_distribution": { + "min": 4, + "p5": 46, + "p50": 190, + "p95": 28354, + "max": 2725217 + } + }, + { + "language": "Hare", + "repo_count": 229, + "file_count": 2424, + "total_size_bytes": 57015670, + "estimated_tokens": 17695767, + "file_size_distribution": { + "min": 2, + "p5": 79, + "p50": 1215, + "p95": 13815, + "max": 4239050 + } + }, + { + "language": "B4X", + "repo_count": 965, + "file_count": 7004, + "total_size_bytes": 55607266, + "estimated_tokens": 17258645, + "file_size_distribution": { + "min": 8, + "p5": 340, + "p50": 2960, + "p95": 26124, + "max": 1365953 + } + }, + { + "language": "UrWeb", + "repo_count": 236, + "file_count": 4357, + "total_size_bytes": 55178676, + "estimated_tokens": 17125625, + "file_size_distribution": { + "min": 8, + "p5": 38, + "p50": 391, + "p95": 11160, + "max": 5251898 + } + }, + { + "language": "XC", + "repo_count": 633, + "file_count": 7050, + "total_size_bytes": 54740362, + "estimated_tokens": 16989587, + "file_size_distribution": { + "min": 9, + "p5": 136, + "p50": 2449, + "p95": 20916, + "max": 2334100 + } + }, + { + "language": "Gentoo Eclass", + "repo_count": 426, + "file_count": 6472, + "total_size_bytes": 53711329, + "estimated_tokens": 16670210, + "file_size_distribution": { + "min": 10, + "p5": 624, + "p50": 4006, + "p95": 26531, + "max": 555714 + } + }, + { + "language": "E", + "repo_count": 623, + "file_count": 13527, + "total_size_bytes": 53311489, + "estimated_tokens": 16546113, + "file_size_distribution": { + "min": 6, + "p5": 35, + "p50": 318, + "p95": 10421, + "max": 941918 + } + }, + { + "language": "ECLiPSe", + "repo_count": 281, + "file_count": 4359, + "total_size_bytes": 52970905, + "estimated_tokens": 16440407, + "file_size_distribution": { + "min": 15, + "p5": 55, + "p50": 2235, + "p95": 49995, + "max": 342277 + } + }, + { + "language": "Dhall", + "repo_count": 3931, + "file_count": 46342, + "total_size_bytes": 52892384, + "estimated_tokens": 16416036, + "file_size_distribution": { + "min": 4, + "p5": 28, + "p50": 239, + "p95": 2241, + "max": 4330194 + } + }, + { + "language": "J", + "repo_count": 762, + "file_count": 11899, + "total_size_bytes": 51489903, + "estimated_tokens": 15980753, + "file_size_distribution": { + "min": 5, + "p5": 75, + "p50": 898, + "p95": 10205, + "max": 6823813 + } + }, + { + "language": "Nasal", + "repo_count": 448, + "file_count": 5585, + "total_size_bytes": 51288774, + "estimated_tokens": 15918329, + "file_size_distribution": { + "min": 14, + "p5": 173, + "p50": 3386, + "p95": 30264, + "max": 406046 + } + }, + { + "language": "DataWeave", + "repo_count": 3814, + "file_count": 25087, + "total_size_bytes": 51186566, + "estimated_tokens": 15886607, + "file_size_distribution": { + "min": 3, + "p5": 42, + "p50": 253, + "p95": 2033, + "max": 1241102 + } + }, + { + "language": "PureBasic", + "repo_count": 705, + "file_count": 3803, + "total_size_bytes": 51078360, + "estimated_tokens": 15853024, + "file_size_distribution": { + "min": 11, + "p5": 407, + "p50": 3467, + "p95": 52515, + "max": 1174400 + } + }, + { + "language": "GDShader", + "repo_count": 12533, + "file_count": 39209, + "total_size_bytes": 50844408, + "estimated_tokens": 15780413, + "file_size_distribution": { + "min": 4, + "p5": 145, + "p50": 686, + "p95": 4072, + "max": 146506 + } + }, + { + "language": "Literate Agda", + "repo_count": 307, + "file_count": 5298, + "total_size_bytes": 49034974, + "estimated_tokens": 15218824, + "file_size_distribution": { + "min": 17, + "p5": 165, + "p50": 2514, + "p95": 38860, + "max": 330952 + } + }, + { + "language": "DenizenScript", + "repo_count": 446, + "file_count": 7258, + "total_size_bytes": 48625785, + "estimated_tokens": 15091826, + "file_size_distribution": { + "min": 7, + "p5": 147, + "p50": 1775, + "p95": 15491, + "max": 1001925 + } + }, + { + "language": "Muse", + "repo_count": 154, + "file_count": 1683, + "total_size_bytes": 48370115, + "estimated_tokens": 15012474, + "file_size_distribution": { + "min": 11, + "p5": 77, + "p50": 1918, + "p95": 43956, + "max": 1549808 + } + }, + { + "language": "Q#", + "repo_count": 1397, + "file_count": 14046, + "total_size_bytes": 48161528, + "estimated_tokens": 14947736, + "file_size_distribution": { + "min": 8, + "p5": 184, + "p50": 1056, + "p95": 12175, + "max": 3616977 + } + }, + { + "language": "sed", + "repo_count": 5221, + "file_count": 24359, + "total_size_bytes": 47938043, + "estimated_tokens": 14878374, + "file_size_distribution": { + "min": 2, + "p5": 25, + "p50": 265, + "p95": 4089, + "max": 1917973 + } + }, + { + "language": "Jison", + "repo_count": 1853, + "file_count": 5425, + "total_size_bytes": 47665814, + "estimated_tokens": 14793883, + "file_size_distribution": { + "min": 8, + "p5": 385, + "p50": 4016, + "p95": 29823, + "max": 186299 + } + }, + { + "language": "Arc", + "repo_count": 2106, + "file_count": 30371, + "total_size_bytes": 47513135, + "estimated_tokens": 14746496, + "file_size_distribution": { + "min": 2, + "p5": 81, + "p50": 250, + "p95": 3993, + "max": 866801 + } + }, + { + "language": "Closure Templates", + "repo_count": 1180, + "file_count": 12959, + "total_size_bytes": 47460042, + "estimated_tokens": 14730018, + "file_size_distribution": { + "min": 11, + "p5": 154, + "p50": 1629, + "p95": 12476, + "max": 1048564 + } + }, + { + "language": "YASnippet", + "repo_count": 5915, + "file_count": 228717, + "total_size_bytes": 47198362, + "estimated_tokens": 13161201, + "file_size_distribution": { + "min": 12, + "p5": 65, + "p50": 130, + "p95": 514, + "max": 88698 + }, + "file_tokens_distribution": { + "min": 3, + "p5": 23, + "p50": 42, + "p95": 889, + "max": 24733 + } + }, + { + "language": "SRecode Template", + "repo_count": 156, + "file_count": 3287, + "total_size_bytes": 46342412, + "estimated_tokens": 14383143, + "file_size_distribution": { + "min": 4, + "p5": 30, + "p50": 1657, + "p95": 85567, + "max": 1706305 + } + }, + { + "language": "GDB", + "repo_count": 9022, + "file_count": 21653, + "total_size_bytes": 46117029, + "estimated_tokens": 14313191, + "file_size_distribution": { + "min": 4, + "p5": 29, + "p50": 212, + "p95": 4412, + "max": 862951 + } + }, + { + "language": "Self", + "repo_count": 135, + "file_count": 1994, + "total_size_bytes": 45927280, + "estimated_tokens": 14254300, + "file_size_distribution": { + "min": 3, + "p5": 23, + "p50": 4955, + "p95": 89939, + "max": 1846209 + } + }, + { + "language": "Sway", + "repo_count": 728, + "file_count": 17037, + "total_size_bytes": 45919413, + "estimated_tokens": 14251858, + "file_size_distribution": { + "min": 8, + "p5": 47, + "p50": 404, + "p95": 7415, + "max": 4090286 + } + }, + { + "language": "OpenEdge ABL", + "repo_count": 343, + "file_count": 3802, + "total_size_bytes": 45625032, + "estimated_tokens": 14160492, + "file_size_distribution": { + "min": 11, + "p5": 353, + "p50": 2906, + "p95": 42875, + "max": 731012 + } + }, + { + "language": "Moocode", + "repo_count": 278, + "file_count": 3307, + "total_size_bytes": 45457199, + "estimated_tokens": 14108402, + "file_size_distribution": { + "min": 9, + "p5": 82, + "p50": 654, + "p95": 75519, + "max": 1048584 + } + }, + { + "language": "Io", + "repo_count": 4829, + "file_count": 18707, + "total_size_bytes": 45326328, + "estimated_tokens": 14067784, + "file_size_distribution": { + "min": 3, + "p5": 27, + "p50": 631, + "p95": 5716, + "max": 1009259 + } + }, + { + "language": "Pony", + "repo_count": 864, + "file_count": 10950, + "total_size_bytes": 45225571, + "estimated_tokens": 14036512, + "file_size_distribution": { + "min": 10, + "p5": 119, + "p50": 1074, + "p95": 12926, + "max": 917495 + } + }, + { + "language": "Kusto", + "repo_count": 1302, + "file_count": 26142, + "total_size_bytes": 45190290, + "estimated_tokens": 14025562, + "file_size_distribution": { + "min": 6, + "p5": 151, + "p50": 640, + "p95": 4231, + "max": 2600699 + } + }, + { + "language": "Just", + "repo_count": 28601, + "file_count": 38131, + "total_size_bytes": 44592311, + "estimated_tokens": 13839970, + "file_size_distribution": { + "min": 6, + "p5": 60, + "p50": 496, + "p95": 4252, + "max": 163917 + } + }, + { + "language": "MoonScript", + "repo_count": 1503, + "file_count": 16707, + "total_size_bytes": 44554260, + "estimated_tokens": 13828160, + "file_size_distribution": { + "min": 7, + "p5": 96, + "p50": 1131, + "p95": 10053, + "max": 141071 + } + }, + { + "language": "NMODL", + "repo_count": 1050, + "file_count": 15196, + "total_size_bytes": 43697117, + "estimated_tokens": 13562131, + "file_size_distribution": { + "min": 32, + "p5": 296, + "p50": 1483, + "p95": 6484, + "max": 338247 + } + }, + { + "language": "XCompose", + "repo_count": 710, + "file_count": 821, + "total_size_bytes": 43030586, + "estimated_tokens": 13355262, + "file_size_distribution": { + "min": 6, + "p5": 49, + "p50": 1745, + "p95": 518268, + "max": 3028309 + } + }, + { + "language": "ABAP CDS", + "repo_count": 2684, + "file_count": 30057, + "total_size_bytes": 42784524, + "estimated_tokens": 13278893, + "file_size_distribution": { + "min": 54, + "p5": 312, + "p50": 812, + "p95": 4016, + "max": 102785 + } + }, + { + "language": "Cirru", + "repo_count": 466, + "file_count": 1555, + "total_size_bytes": 42422478, + "estimated_tokens": 13166526, + "file_size_distribution": { + "min": 4, + "p5": 26, + "p50": 746, + "p95": 151201, + "max": 2951057 + } + }, + { + "language": "Boo", + "repo_count": 620, + "file_count": 15660, + "total_size_bytes": 42322500, + "estimated_tokens": 13135496, + "file_size_distribution": { + "min": 4, + "p5": 82, + "p50": 361, + "p95": 7078, + "max": 656440 + } + }, + { + "language": "EmberScript", + "repo_count": 852, + "file_count": 10823, + "total_size_bytes": 41815353, + "estimated_tokens": 12978094, + "file_size_distribution": { + "min": 6, + "p5": 79, + "p50": 825, + "p95": 11425, + "max": 647892 + } + }, + { + "language": "ISPC", + "repo_count": 462, + "file_count": 14515, + "total_size_bytes": 41259151, + "estimated_tokens": 12805468, + "file_size_distribution": { + "min": 26, + "p5": 160, + "p50": 501, + "p95": 10777, + "max": 798095 + } + }, + { + "language": "WebIDL", + "repo_count": 150, + "file_count": 17804, + "total_size_bytes": 40895737, + "estimated_tokens": 12692676, + "file_size_distribution": { + "min": 7, + "p5": 105, + "p50": 904, + "p95": 5276, + "max": 1454206 + } + }, + { + "language": "Pike", + "repo_count": 376, + "file_count": 8144, + "total_size_bytes": 40084618, + "estimated_tokens": 12440932, + "file_size_distribution": { + "min": 8, + "p5": 68, + "p50": 1086, + "p95": 20996, + "max": 455276 + } + }, + { + "language": "Noir", + "repo_count": 1403, + "file_count": 11405, + "total_size_bytes": 39461904, + "estimated_tokens": 12247662, + "file_size_distribution": { + "min": 8, + "p5": 42, + "p50": 651, + "p95": 10180, + "max": 2064391 + } + }, + { + "language": "Zephir", + "repo_count": 293, + "file_count": 10385, + "total_size_bytes": 39414822, + "estimated_tokens": 12233049, + "file_size_distribution": { + "min": 11, + "p5": 101, + "p50": 1784, + "p95": 13381, + "max": 188677 + } + }, + { + "language": "Oz", + "repo_count": 666, + "file_count": 11918, + "total_size_bytes": 39079190, + "estimated_tokens": 12128880, + "file_size_distribution": { + "min": 5, + "p5": 94, + "p50": 950, + "p95": 13421, + "max": 222082 + } + }, + { + "language": "VCL", + "repo_count": 2148, + "file_count": 8239, + "total_size_bytes": 38374693, + "estimated_tokens": 11910228, + "file_size_distribution": { + "min": 2, + "p5": 60, + "p50": 739, + "p95": 9861, + "max": 2148270 + } + }, + { + "language": "Cloud Firestore Security Rules", + "repo_count": 21139, + "file_count": 23899, + "total_size_bytes": 38053633, + "estimated_tokens": 11810581, + "file_size_distribution": { + "min": 5, + "p5": 215, + "p50": 859, + "p95": 5365, + "max": 90952 + } + }, + { + "language": "Faust", + "repo_count": 1062, + "file_count": 14850, + "total_size_bytes": 37919033, + "estimated_tokens": 11768806, + "file_size_distribution": { + "min": 4, + "p5": 57, + "p50": 820, + "p95": 10295, + "max": 281726 + } + }, + { + "language": "Kaitai Struct", + "repo_count": 685, + "file_count": 8868, + "total_size_bytes": 37722536, + "estimated_tokens": 11707820, + "file_size_distribution": { + "min": 5, + "p5": 136, + "p50": 987, + "p95": 14844, + "max": 1024096 + } + }, + { + "language": "jq", + "repo_count": 1751, + "file_count": 16500, + "total_size_bytes": 37538954, + "estimated_tokens": 11650842, + "file_size_distribution": { + "min": 4, + "p5": 28, + "p50": 284, + "p95": 2814, + "max": 1777829 + } + }, + { + "language": "Vyper", + "repo_count": 1547, + "file_count": 15036, + "total_size_bytes": 36817289, + "estimated_tokens": 11426861, + "file_size_distribution": { + "min": 2, + "p5": 80, + "p50": 327, + "p95": 12248, + "max": 558100 + } + }, + { + "language": "XProc", + "repo_count": 501, + "file_count": 6527, + "total_size_bytes": 36272755, + "estimated_tokens": 11257856, + "file_size_distribution": { + "min": 11, + "p5": 74, + "p50": 1615, + "p95": 17799, + "max": 2143742 + } + }, + { + "language": "NetLinx", + "repo_count": 257, + "file_count": 3074, + "total_size_bytes": 35421114, + "estimated_tokens": 10993535, + "file_size_distribution": { + "min": 11, + "p5": 227, + "p50": 5831, + "p95": 37607, + "max": 290950 + } + }, + { + "language": "Monkey", + "repo_count": 550, + "file_count": 7458, + "total_size_bytes": 35414720, + "estimated_tokens": 10991551, + "file_size_distribution": { + "min": 3, + "p5": 79, + "p50": 1914, + "p95": 17464, + "max": 545401 + } + }, + { + "language": "Csound", + "repo_count": 902, + "file_count": 8610, + "total_size_bytes": 35278276, + "estimated_tokens": 10949203, + "file_size_distribution": { + "min": 3, + "p5": 107, + "p50": 460, + "p95": 8061, + "max": 978186 + } + }, + { + "language": "Aiken", + "repo_count": 704, + "file_count": 5324, + "total_size_bytes": 35094787, + "estimated_tokens": 10892254, + "file_size_distribution": { + "min": 5, + "p5": 114, + "p50": 1545, + "p95": 15824, + "max": 4938405 + } + }, + { + "language": "Circom", + "repo_count": 3069, + "file_count": 16773, + "total_size_bytes": 35023240, + "estimated_tokens": 10870048, + "file_size_distribution": { + "min": 11, + "p5": 90, + "p50": 747, + "p95": 7695, + "max": 268462 + } + }, + { + "language": "HyPhy", + "repo_count": 474, + "file_count": 2915, + "total_size_bytes": 34438920, + "estimated_tokens": 10688695, + "file_size_distribution": { + "min": 3, + "p5": 23, + "p50": 2138, + "p95": 47684, + "max": 709638 + } + }, + { + "language": "Daslang", + "repo_count": 248, + "file_count": 8146, + "total_size_bytes": 34291147, + "estimated_tokens": 10642831, + "file_size_distribution": { + "min": 4, + "p5": 81, + "p50": 1288, + "p95": 14501, + "max": 475734 + } + }, + { + "language": "Valve Data Format", + "repo_count": 2309, + "file_count": 6370, + "total_size_bytes": 33990420, + "estimated_tokens": 10549495, + "file_size_distribution": { + "min": 6, + "p5": 31, + "p50": 218, + "p95": 13429, + "max": 1802177 + } + }, + { + "language": "Cycript", + "repo_count": 613, + "file_count": 1945, + "total_size_bytes": 33662204, + "estimated_tokens": 10447628, + "file_size_distribution": { + "min": 6, + "p5": 44, + "p50": 563, + "p95": 64105, + "max": 3258173 + } + }, + { + "language": "Wollok", + "repo_count": 4787, + "file_count": 19651, + "total_size_bytes": 33604124, + "estimated_tokens": 10429602, + "file_size_distribution": { + "min": 11, + "p5": 115, + "p50": 1119, + "p95": 5308, + "max": 86814 + } + }, + { + "language": "RUNOFF", + "repo_count": 70, + "file_count": 1235, + "total_size_bytes": 33213285, + "estimated_tokens": 10308298, + "file_size_distribution": { + "min": 11, + "p5": 748, + "p50": 4958, + "p95": 115424, + "max": 1048577 + } + }, + { + "language": "PEG.js", + "repo_count": 2923, + "file_count": 5636, + "total_size_bytes": 33133679, + "estimated_tokens": 10283591, + "file_size_distribution": { + "min": 4, + "p5": 171, + "p50": 2346, + "p95": 19381, + "max": 245312 + } + }, + { + "language": "Uno", + "repo_count": 477, + "file_count": 8853, + "total_size_bytes": 33022033, + "estimated_tokens": 10248940, + "file_size_distribution": { + "min": 4, + "p5": 247, + "p50": 1012, + "p95": 12470, + "max": 473731 + } + }, + { + "language": "GAML", + "repo_count": 731, + "file_count": 4103, + "total_size_bytes": 32985643, + "estimated_tokens": 10237646, + "file_size_distribution": { + "min": 18, + "p5": 332, + "p50": 4336, + "p95": 27758, + "max": 148015 + } + }, + { + "language": "Fennel", + "repo_count": 1152, + "file_count": 13884, + "total_size_bytes": 32455036, + "estimated_tokens": 10072963, + "file_size_distribution": { + "min": 6, + "p5": 59, + "p50": 843, + "p95": 8481, + "max": 498869 + } + }, + { + "language": "MoonBit", + "repo_count": 600, + "file_count": 8980, + "total_size_bytes": 31941785, + "estimated_tokens": 9913667, + "file_size_distribution": { + "min": 10, + "p5": 114, + "p50": 1125, + "p95": 12812, + "max": 716832 + } + }, + { + "language": "PigLatin", + "repo_count": 4256, + "file_count": 21926, + "total_size_bytes": 31520409, + "estimated_tokens": 9782886, + "file_size_distribution": { + "min": 7, + "p5": 184, + "p50": 830, + "p95": 4106, + "max": 258000 + } + }, + { + "language": "Velocity Template Language", + "repo_count": 3854, + "file_count": 29092, + "total_size_bytes": 31249369, + "estimated_tokens": 9698764, + "file_size_distribution": { + "min": 5, + "p5": 55, + "p50": 428, + "p95": 3599, + "max": 667273 + } + }, + { + "language": "Xmake", + "repo_count": 3467, + "file_count": 20498, + "total_size_bytes": 30500369, + "estimated_tokens": 9466300, + "file_size_distribution": { + "min": 13, + "p5": 126, + "p50": 1020, + "p95": 4226, + "max": 87526 + } + }, + { + "language": "Fantom", + "repo_count": 314, + "file_count": 9876, + "total_size_bytes": 29892513, + "estimated_tokens": 9277641, + "file_size_distribution": { + "min": 5, + "p5": 159, + "p50": 1437, + "p95": 10476, + "max": 113495 + } + }, + { + "language": "OpenRC runscript", + "repo_count": 2651, + "file_count": 33505, + "total_size_bytes": 29490034, + "estimated_tokens": 9152725, + "file_size_distribution": { + "min": 19, + "p5": 184, + "p50": 562, + "p95": 2727, + "max": 23024 + } + }, + { + "language": "Wren", + "repo_count": 461, + "file_count": 13939, + "total_size_bytes": 29423463, + "estimated_tokens": 9132064, + "file_size_distribution": { + "min": 8, + "p5": 40, + "p50": 282, + "p95": 4381, + "max": 1549676 + } + }, + { + "language": "Literate CoffeeScript", + "repo_count": 1243, + "file_count": 7902, + "total_size_bytes": 28239220, + "estimated_tokens": 8764514, + "file_size_distribution": { + "min": 13, + "p5": 150, + "p50": 1548, + "p95": 12696, + "max": 231399 + } + }, + { + "language": "Ceylon", + "repo_count": 454, + "file_count": 13495, + "total_size_bytes": 27782143, + "estimated_tokens": 8622653, + "file_size_distribution": { + "min": 13, + "p5": 35, + "p50": 769, + "p95": 7808, + "max": 238860 + } + }, + { + "language": "Mask", + "repo_count": 106, + "file_count": 1798, + "total_size_bytes": 27771506, + "estimated_tokens": 8619351, + "file_size_distribution": { + "min": 8, + "p5": 95, + "p50": 4371, + "p95": 60377, + "max": 727895 + } + }, + { + "language": "Yul", + "repo_count": 360, + "file_count": 11227, + "total_size_bytes": 27141930, + "estimated_tokens": 8423952, + "file_size_distribution": { + "min": 11, + "p5": 60, + "p50": 250, + "p95": 5667, + "max": 383012 + } + }, + { + "language": "C2hs Haskell", + "repo_count": 443, + "file_count": 3309, + "total_size_bytes": 27134123, + "estimated_tokens": 8421529, + "file_size_distribution": { + "min": 8, + "p5": 83, + "p50": 2393, + "p95": 27015, + "max": 1073703 + } + }, + { + "language": "Nu", + "repo_count": 1588, + "file_count": 10425, + "total_size_bytes": 27118898, + "estimated_tokens": 8416803, + "file_size_distribution": { + "min": 3, + "p5": 29, + "p50": 314, + "p95": 5324, + "max": 2281896 + } + }, + { + "language": "Roc", + "repo_count": 553, + "file_count": 8870, + "total_size_bytes": 27027030, + "estimated_tokens": 8388291, + "file_size_distribution": { + "min": 2, + "p5": 9, + "p50": 460, + "p95": 8072, + "max": 4108841 + } + }, + { + "language": "mupad", + "repo_count": 565, + "file_count": 4849, + "total_size_bytes": 26680153, + "estimated_tokens": 8280632, + "file_size_distribution": { + "min": 7, + "p5": 15, + "p50": 738, + "p95": 23574, + "max": 302837 + } + }, + { + "language": "Slint", + "repo_count": 1273, + "file_count": 9607, + "total_size_bytes": 26553815, + "estimated_tokens": 8241420, + "file_size_distribution": { + "min": 24, + "p5": 112, + "p50": 1310, + "p95": 9332, + "max": 312928 + } + }, + { + "language": "Nemerle", + "repo_count": 168, + "file_count": 8143, + "total_size_bytes": 25896671, + "estimated_tokens": 8037465, + "file_size_distribution": { + "min": 73, + "p5": 243, + "p50": 1103, + "p95": 12108, + "max": 175978 + } + }, + { + "language": "Koka", + "repo_count": 314, + "file_count": 5758, + "total_size_bytes": 24884051, + "estimated_tokens": 7723181, + "file_size_distribution": { + "min": 7, + "p5": 54, + "p50": 702, + "p95": 37064, + "max": 552179 + } + }, + { + "language": "Glimmer JS", + "repo_count": 573, + "file_count": 7713, + "total_size_bytes": 24612430, + "estimated_tokens": 7638879, + "file_size_distribution": { + "min": 11, + "p5": 212, + "p50": 1689, + "p95": 10747, + "max": 79127 + } + }, + { + "language": "Oberon", + "repo_count": 30, + "file_count": 1674, + "total_size_bytes": 23545306, + "estimated_tokens": 7307679, + "file_size_distribution": { + "min": 9, + "p5": 97, + "p50": 2059, + "p95": 60183, + "max": 1551189 + } + }, + { + "language": "LTspice Symbol", + "repo_count": 1493, + "file_count": 24380, + "total_size_bytes": 22573020, + "estimated_tokens": 7005914, + "file_size_distribution": { + "min": 27, + "p5": 301, + "p50": 713, + "p95": 2112, + "max": 157394 + } + }, + { + "language": "mdsvex", + "repo_count": 890, + "file_count": 7257, + "total_size_bytes": 22207121, + "estimated_tokens": 6892351, + "file_size_distribution": { + "min": 6, + "p5": 98, + "p50": 1499, + "p95": 10240, + "max": 533421 + } + }, + { + "language": "MUF", + "repo_count": 917, + "file_count": 4268, + "total_size_bytes": 22109372, + "estimated_tokens": 6862013, + "file_size_distribution": { + "min": 6, + "p5": 15, + "p50": 843, + "p95": 14556, + "max": 2582142 + } + }, + { + "language": "Antlers", + "repo_count": 909, + "file_count": 14125, + "total_size_bytes": 21790914, + "estimated_tokens": 6763174, + "file_size_distribution": { + "min": 3, + "p5": 74, + "p50": 780, + "p95": 5148, + "max": 155849 + } + }, + { + "language": "Module Management System", + "repo_count": 356, + "file_count": 4033, + "total_size_bytes": 21668610, + "estimated_tokens": 6725215, + "file_size_distribution": { + "min": 5, + "p5": 205, + "p50": 1575, + "p95": 15857, + "max": 1586177 + } + }, + { + "language": "BrighterScript", + "repo_count": 329, + "file_count": 4581, + "total_size_bytes": 21459432, + "estimated_tokens": 6660293, + "file_size_distribution": { + "min": 7, + "p5": 91, + "p50": 2104, + "p95": 13169, + "max": 429484 + } + }, + { + "language": "Gemini", + "repo_count": 462, + "file_count": 7945, + "total_size_bytes": 20999304, + "estimated_tokens": 6517485, + "file_size_distribution": { + "min": 8, + "p5": 94, + "p50": 827, + "p95": 7471, + "max": 3272895 + } + }, + { + "language": "LOLCODE", + "repo_count": 1613, + "file_count": 5635, + "total_size_bytes": 20346790, + "estimated_tokens": 6314966, + "file_size_distribution": { + "min": 4, + "p5": 37, + "p50": 258, + "p95": 6693, + "max": 1209130 + } + }, + { + "language": "KDL", + "repo_count": 3431, + "file_count": 11515, + "total_size_bytes": 20228022, + "estimated_tokens": 6278105, + "file_size_distribution": { + "min": 5, + "p5": 9, + "p50": 286, + "p95": 9551, + "max": 1105181 + } + }, + { + "language": "Pep8", + "repo_count": 300, + "file_count": 2033, + "total_size_bytes": 20132899, + "estimated_tokens": 6248582, + "file_size_distribution": { + "min": 3, + "p5": 84, + "p50": 849, + "p95": 18352, + "max": 4761438 + } + }, + { + "language": "Praat", + "repo_count": 949, + "file_count": 5645, + "total_size_bytes": 19922356, + "estimated_tokens": 6183236, + "file_size_distribution": { + "min": 5, + "p5": 182, + "p50": 1483, + "p95": 10999, + "max": 392587 + } + }, + { + "language": "Janet", + "repo_count": 930, + "file_count": 7206, + "total_size_bytes": 19591352, + "estimated_tokens": 6080504, + "file_size_distribution": { + "min": 8, + "p5": 89, + "p50": 1017, + "p95": 10221, + "max": 158353 + } + }, + { + "language": "EQ", + "repo_count": 495, + "file_count": 5068, + "total_size_bytes": 19450408, + "estimated_tokens": 6036759, + "file_size_distribution": { + "min": 5, + "p5": 55, + "p50": 738, + "p95": 7720, + "max": 6556012 + } + }, + { + "language": "CameLIGO", + "repo_count": 292, + "file_count": 8632, + "total_size_bytes": 19398745, + "estimated_tokens": 6020725, + "file_size_distribution": { + "min": 6, + "p5": 38, + "p50": 320, + "p95": 6786, + "max": 1101490 + } + }, + { + "language": "Procfile", + "repo_count": 265823, + "file_count": 363412, + "total_size_bytes": 19112991, + "estimated_tokens": 5740091, + "file_size_distribution": { + "min": 3, + "p5": 19, + "p50": 40, + "p95": 112, + "max": 46807 + }, + "file_tokens_distribution": { + "min": 1, + "p5": 6, + "p50": 11, + "p95": 36, + "max": 14057 + } + }, + { + "language": "PicoLisp", + "repo_count": 238, + "file_count": 6287, + "total_size_bytes": 18841288, + "estimated_tokens": 5847709, + "file_size_distribution": { + "min": 8, + "p5": 54, + "p50": 466, + "p95": 11038, + "max": 139973 + } + }, + { + "language": "KakouneScript", + "repo_count": 1263, + "file_count": 5784, + "total_size_bytes": 18785365, + "estimated_tokens": 5830352, + "file_size_distribution": { + "min": 11, + "p5": 143, + "p50": 2354, + "p95": 8998, + "max": 106744 + } + }, + { + "language": "Rouge", + "repo_count": 173, + "file_count": 3552, + "total_size_bytes": 18700342, + "estimated_tokens": 5803964, + "file_size_distribution": { + "min": 8, + "p5": 138, + "p50": 1165, + "p95": 16934, + "max": 269206 + } + }, + { + "language": "EBNF", + "repo_count": 2333, + "file_count": 5172, + "total_size_bytes": 18626392, + "estimated_tokens": 5781012, + "file_size_distribution": { + "min": 14, + "p5": 50, + "p50": 1192, + "p95": 12722, + "max": 219216 + } + }, + { + "language": "EdgeQL", + "repo_count": 693, + "file_count": 9249, + "total_size_bytes": 18437184, + "estimated_tokens": 5722288, + "file_size_distribution": { + "min": 10, + "p5": 50, + "p50": 370, + "p95": 4211, + "max": 1912681 + } + }, + { + "language": "Bluespec BH", + "repo_count": 412, + "file_count": 4463, + "total_size_bytes": 18101334, + "estimated_tokens": 5618052, + "file_size_distribution": { + "min": 4, + "p5": 35, + "p50": 471, + "p95": 9051, + "max": 951427 + } + }, + { + "language": "BuildStream", + "repo_count": 190, + "file_count": 8626, + "total_size_bytes": 17978301, + "estimated_tokens": 5579866, + "file_size_distribution": { + "min": 6, + "p5": 54, + "p50": 317, + "p95": 1752, + "max": 2140201 + } + }, + { + "language": "Augeas", + "repo_count": 166, + "file_count": 5421, + "total_size_bytes": 17693840, + "estimated_tokens": 5491579, + "file_size_distribution": { + "min": 11, + "p5": 180, + "p50": 1564, + "p95": 10582, + "max": 892842 + } + }, + { + "language": "FLUX", + "repo_count": 1009, + "file_count": 5913, + "total_size_bytes": 17334643, + "estimated_tokens": 5380096, + "file_size_distribution": { + "min": 10, + "p5": 113, + "p50": 1317, + "p95": 7975, + "max": 619283 + } + }, + { + "language": "Curry", + "repo_count": 250, + "file_count": 5773, + "total_size_bytes": 17264542, + "estimated_tokens": 5358339, + "file_size_distribution": { + "min": 7, + "p5": 44, + "p50": 617, + "p95": 13284, + "max": 210621 + } + }, + { + "language": "Regular Expression", + "repo_count": 511, + "file_count": 4147, + "total_size_bytes": 16895874, + "estimated_tokens": 5243917, + "file_size_distribution": { + "min": 2, + "p5": 5, + "p50": 102, + "p95": 3516, + "max": 3153032 + } + }, + { + "language": "WebAssembly Interface Type", + "repo_count": 1521, + "file_count": 11053, + "total_size_bytes": 16723637, + "estimated_tokens": 5190460, + "file_size_distribution": { + "min": 11, + "p5": 52, + "p50": 221, + "p95": 4222, + "max": 2759674 + } + }, + { + "language": "Cool", + "repo_count": 1195, + "file_count": 16740, + "total_size_bytes": 16419698, + "estimated_tokens": 5096128, + "file_size_distribution": { + "min": 6, + "p5": 50, + "p50": 202, + "p95": 3390, + "max": 542260 + } + }, + { + "language": "Lark", + "repo_count": 1673, + "file_count": 3596, + "total_size_bytes": 16404131, + "estimated_tokens": 5091296, + "file_size_distribution": { + "min": 10, + "p5": 65, + "p50": 1189, + "p95": 10641, + "max": 1307502 + } + }, + { + "language": "Glimmer TS", + "repo_count": 352, + "file_count": 5341, + "total_size_bytes": 16009063, + "estimated_tokens": 4968680, + "file_size_distribution": { + "min": 11, + "p5": 68, + "p50": 1321, + "p95": 10641, + "max": 180256 + } + }, + { + "language": "HOCON", + "repo_count": 9793, + "file_count": 19675, + "total_size_bytes": 15820158, + "estimated_tokens": 4910050, + "file_size_distribution": { + "min": 10, + "p5": 33, + "p50": 265, + "p95": 2153, + "max": 580773 + } + }, + { + "language": "Pkl", + "repo_count": 1232, + "file_count": 8672, + "total_size_bytes": 15697330, + "estimated_tokens": 4871929, + "file_size_distribution": { + "min": 6, + "p5": 63, + "p50": 961, + "p95": 6310, + "max": 135058 + } + }, + { + "language": "Pyret", + "repo_count": 477, + "file_count": 3423, + "total_size_bytes": 15091231, + "estimated_tokens": 4683816, + "file_size_distribution": { + "min": 6, + "p5": 49, + "p50": 533, + "p95": 13671, + "max": 1816815 + } + }, + { + "language": "Slice", + "repo_count": 1257, + "file_count": 6644, + "total_size_bytes": 14944959, + "estimated_tokens": 4638418, + "file_size_distribution": { + "min": 11, + "p5": 123, + "p50": 722, + "p95": 8774, + "max": 464803 + } + }, + { + "language": "Pact", + "repo_count": 181, + "file_count": 1762, + "total_size_bytes": 14815540, + "estimated_tokens": 4598250, + "file_size_distribution": { + "min": 15, + "p5": 167, + "p50": 2562, + "p95": 33743, + "max": 343150 + } + }, + { + "language": "NL", + "repo_count": 80, + "file_count": 3377, + "total_size_bytes": 14457728, + "estimated_tokens": 4487197, + "file_size_distribution": { + "min": 207, + "p5": 534, + "p50": 894, + "p95": 4021, + "max": 1134417 + } + }, + { + "language": "Filebench WML", + "repo_count": 663, + "file_count": 6285, + "total_size_bytes": 14377810, + "estimated_tokens": 4462394, + "file_size_distribution": { + "min": 6, + "p5": 57, + "p50": 217, + "p95": 3401, + "max": 2322672 + } + }, + { + "language": "Logtalk", + "repo_count": 145, + "file_count": 3666, + "total_size_bytes": 14079460, + "estimated_tokens": 4369796, + "file_size_distribution": { + "min": 3, + "p5": 63, + "p50": 1435, + "p95": 9863, + "max": 3331953 + } + }, + { + "language": "Hy", + "repo_count": 930, + "file_count": 5019, + "total_size_bytes": 13942507, + "estimated_tokens": 4327290, + "file_size_distribution": { + "min": 5, + "p5": 46, + "p50": 975, + "p95": 9846, + "max": 463712 + } + }, + { + "language": "SugarSS", + "repo_count": 674, + "file_count": 5955, + "total_size_bytes": 13848824, + "estimated_tokens": 4298214, + "file_size_distribution": { + "min": 6, + "p5": 46, + "p50": 1059, + "p95": 6755, + "max": 169483 + } + }, + { + "language": "TXL", + "repo_count": 150, + "file_count": 2562, + "total_size_bytes": 13768613, + "estimated_tokens": 4273319, + "file_size_distribution": { + "min": 4, + "p5": 99, + "p50": 794, + "p95": 18251, + "max": 1131720 + } + }, + { + "language": "Cap'n Proto", + "repo_count": 1313, + "file_count": 5623, + "total_size_bytes": 13387204, + "estimated_tokens": 4154942, + "file_size_distribution": { + "min": 3, + "p5": 82, + "p50": 525, + "p95": 7354, + "max": 98170 + } + }, + { + "language": "Terraform Template", + "repo_count": 2454, + "file_count": 6394, + "total_size_bytes": 13146129, + "estimated_tokens": 4080121, + "file_size_distribution": { + "min": 8, + "p5": 72, + "p50": 575, + "p95": 5809, + "max": 1708509 + } + }, + { + "language": "Ecmarkup", + "repo_count": 162, + "file_count": 826, + "total_size_bytes": 13130609, + "estimated_tokens": 4075304, + "file_size_distribution": { + "min": 76, + "p5": 251, + "p50": 4616, + "p95": 76269, + "max": 1350469 + } + }, + { + "language": "D2", + "repo_count": 1010, + "file_count": 5089, + "total_size_bytes": 12869841, + "estimated_tokens": 3994370, + "file_size_distribution": { + "min": 5, + "p5": 84, + "p50": 1047, + "p95": 7937, + "max": 530860 + } + }, + { + "language": "XML Property List", + "repo_count": 1359, + "file_count": 11911, + "total_size_bytes": 12849794, + "estimated_tokens": 3988148, + "file_size_distribution": { + "min": 153, + "p5": 250, + "p50": 513, + "p95": 2392, + "max": 1252640 + } + }, + { + "language": "Tact", + "repo_count": 812, + "file_count": 7153, + "total_size_bytes": 12775660, + "estimated_tokens": 3965139, + "file_size_distribution": { + "min": 14, + "p5": 38, + "p50": 315, + "p95": 7626, + "max": 83543 + } + }, + { + "language": "ooc", + "repo_count": 321, + "file_count": 4543, + "total_size_bytes": 12673088, + "estimated_tokens": 3933304, + "file_size_distribution": { + "min": 11, + "p5": 72, + "p50": 969, + "p95": 10587, + "max": 288982 + } + }, + { + "language": "Java Template Engine", + "repo_count": 1026, + "file_count": 7218, + "total_size_bytes": 12178694, + "estimated_tokens": 3779861, + "file_size_distribution": { + "min": 10, + "p5": 147, + "p50": 872, + "p95": 5691, + "max": 57119 + } + }, + { + "language": "XPages", + "repo_count": 255, + "file_count": 9596, + "total_size_bytes": 12000119, + "estimated_tokens": 3724437, + "file_size_distribution": { + "min": 30, + "p5": 325, + "p50": 992, + "p95": 1769, + "max": 96600 + } + }, + { + "language": "STAR", + "repo_count": 59, + "file_count": 431, + "total_size_bytes": 11749446, + "estimated_tokens": 3646637, + "file_size_distribution": { + "min": 34, + "p5": 211, + "p50": 1297, + "p95": 65185, + "max": 3109720 + } + }, + { + "language": "Smithy", + "repo_count": 339, + "file_count": 6954, + "total_size_bytes": 11715750, + "estimated_tokens": 3636179, + "file_size_distribution": { + "min": 11, + "p5": 93, + "p50": 505, + "p95": 6422, + "max": 596585 + } + }, + { + "language": "Zimpl", + "repo_count": 479, + "file_count": 2495, + "total_size_bytes": 11063678, + "estimated_tokens": 3433797, + "file_size_distribution": { + "min": 3, + "p5": 40, + "p50": 789, + "p95": 5017, + "max": 1822638 + } + }, + { + "language": "Imba", + "repo_count": 530, + "file_count": 5665, + "total_size_bytes": 10562626, + "estimated_tokens": 3278287, + "file_size_distribution": { + "min": 4, + "p5": 68, + "p50": 631, + "p95": 6110, + "max": 343209 + } + }, + { + "language": "Csound Score", + "repo_count": 241, + "file_count": 6293, + "total_size_bytes": 10360183, + "estimated_tokens": 3215456, + "file_size_distribution": { + "min": 4, + "p5": 113, + "p50": 466, + "p95": 2407, + "max": 1332293 + } + }, + { + "language": "Futhark", + "repo_count": 385, + "file_count": 7674, + "total_size_bytes": 10259369, + "estimated_tokens": 3184166, + "file_size_distribution": { + "min": 11, + "p5": 86, + "p50": 341, + "p95": 5945, + "max": 91844 + } + }, + { + "language": "KRL", + "repo_count": 471, + "file_count": 2738, + "total_size_bytes": 9979915, + "estimated_tokens": 3097433, + "file_size_distribution": { + "min": 11, + "p5": 288, + "p50": 1489, + "p95": 9606, + "max": 1240194 + } + }, + { + "language": "Caddyfile", + "repo_count": 14933, + "file_count": 19833, + "total_size_bytes": 9739613, + "estimated_tokens": 3022851, + "file_size_distribution": { + "min": 7, + "p5": 42, + "p50": 216, + "p95": 1667, + "max": 112891 + } + }, + { + "language": "Jolie", + "repo_count": 447, + "file_count": 5341, + "total_size_bytes": 9646040, + "estimated_tokens": 2993809, + "file_size_distribution": { + "min": 11, + "p5": 64, + "p50": 470, + "p95": 7173, + "max": 154871 + } + }, + { + "language": "Avro IDL", + "repo_count": 788, + "file_count": 5104, + "total_size_bytes": 9643107, + "estimated_tokens": 2992899, + "file_size_distribution": { + "min": 17, + "p5": 109, + "p50": 465, + "p95": 6972, + "max": 451250 + } + }, + { + "language": "Riot", + "repo_count": 406, + "file_count": 3507, + "total_size_bytes": 9231824, + "estimated_tokens": 2865251, + "file_size_distribution": { + "min": 15, + "p5": 72, + "p50": 1170, + "p95": 10127, + "max": 82229 + } + }, + { + "language": "MTML", + "repo_count": 214, + "file_count": 4663, + "total_size_bytes": 9164088, + "estimated_tokens": 2844228, + "file_size_distribution": { + "min": 7, + "p5": 125, + "p50": 982, + "p95": 6422, + "max": 142697 + } + }, + { + "language": "Mint", + "repo_count": 198, + "file_count": 4391, + "total_size_bytes": 9015347, + "estimated_tokens": 2798063, + "file_size_distribution": { + "min": 12, + "p5": 143, + "p50": 995, + "p95": 6270, + "max": 142393 + } + }, + { + "language": "HXML", + "repo_count": 7208, + "file_count": 28735, + "total_size_bytes": 8733382, + "estimated_tokens": 2710551, + "file_size_distribution": { + "min": 2, + "p5": 22, + "p50": 128, + "p95": 640, + "max": 782510 + } + }, + { + "language": "Formatted", + "repo_count": 18, + "file_count": 1484, + "total_size_bytes": 8659519, + "estimated_tokens": 2687626, + "file_size_distribution": { + "min": 27, + "p5": 405, + "p50": 985, + "p95": 45224, + "max": 78976 + } + }, + { + "language": "NPM Config", + "repo_count": 45387, + "file_count": 72576, + "total_size_bytes": 8484635, + "estimated_tokens": 2633348, + "file_size_distribution": { + "min": 3, + "p5": 20, + "p50": 75, + "p95": 323, + "max": 53394 + } + }, + { + "language": "TL-Verilog", + "repo_count": 428, + "file_count": 1370, + "total_size_bytes": 8469263, + "estimated_tokens": 2628577, + "file_size_distribution": { + "min": 2, + "p5": 122, + "p50": 1919, + "p95": 18779, + "max": 321255 + } + }, + { + "language": "nanorc", + "repo_count": 2303, + "file_count": 7996, + "total_size_bytes": 8194621, + "estimated_tokens": 2543337, + "file_size_distribution": { + "min": 9, + "p5": 46, + "p50": 602, + "p95": 3140, + "max": 53340 + } + }, + { + "language": "Harbour", + "repo_count": 472, + "file_count": 3216, + "total_size_bytes": 7992270, + "estimated_tokens": 2480534, + "file_size_distribution": { + "min": 6, + "p5": 36, + "p50": 520, + "p95": 6832, + "max": 1048566 + } + }, + { + "language": "Click", + "repo_count": 312, + "file_count": 3086, + "total_size_bytes": 7838173, + "estimated_tokens": 2432708, + "file_size_distribution": { + "min": 8, + "p5": 102, + "p50": 934, + "p95": 6011, + "max": 534257 + } + }, + { + "language": "Grace", + "repo_count": 74, + "file_count": 2431, + "total_size_bytes": 7495875, + "estimated_tokens": 2326470, + "file_size_distribution": { + "min": 7, + "p5": 26, + "p50": 283, + "p95": 14165, + "max": 158396 + } + }, + { + "language": "LiveScript", + "repo_count": 130, + "file_count": 390, + "total_size_bytes": 7477192, + "estimated_tokens": 2320671, + "file_size_distribution": { + "min": 25, + "p5": 155, + "p50": 2309, + "p95": 122483, + "max": 431491 + } + }, + { + "language": "Toit", + "repo_count": 339, + "file_count": 1986, + "total_size_bytes": 7218924, + "estimated_tokens": 2240513, + "file_size_distribution": { + "min": 19, + "p5": 101, + "p50": 1456, + "p95": 13019, + "max": 459375 + } + }, + { + "language": "SSH Config", + "repo_count": 7539, + "file_count": 10430, + "total_size_bytes": 7004537, + "estimated_tokens": 2173975, + "file_size_distribution": { + "min": 7, + "p5": 53, + "p50": 265, + "p95": 2670, + "max": 87736 + } + }, + { + "language": "LoomScript", + "repo_count": 51, + "file_count": 1222, + "total_size_bytes": 6892032, + "estimated_tokens": 2139057, + "file_size_distribution": { + "min": 61, + "p5": 471, + "p50": 2766, + "p95": 18962, + "max": 135016 + } + }, + { + "language": "Opa", + "repo_count": 148, + "file_count": 1112, + "total_size_bytes": 6712517, + "estimated_tokens": 2083342, + "file_size_distribution": { + "min": 10, + "p5": 42, + "p50": 2105, + "p95": 26727, + "max": 162226 + } + }, + { + "language": "Pod 6", + "repo_count": 107, + "file_count": 2124, + "total_size_bytes": 6689803, + "estimated_tokens": 2076292, + "file_size_distribution": { + "min": 25, + "p5": 167, + "p50": 1428, + "p95": 10619, + "max": 99319 + } + }, + { + "language": "Singularity", + "repo_count": 963, + "file_count": 5387, + "total_size_bytes": 6677476, + "estimated_tokens": 2072466, + "file_size_distribution": { + "min": 21, + "p5": 81, + "p50": 708, + "p95": 4041, + "max": 34653 + } + }, + { + "language": "Readline Config", + "repo_count": 8817, + "file_count": 10484, + "total_size_bytes": 6473322, + "estimated_tokens": 2009103, + "file_size_distribution": { + "min": 9, + "p5": 43, + "p50": 290, + "p95": 2158, + "max": 72454 + } + }, + { + "language": "LigoLANG", + "repo_count": 175, + "file_count": 3002, + "total_size_bytes": 6329643, + "estimated_tokens": 1964510, + "file_size_distribution": { + "min": 8, + "p5": 33, + "p50": 414, + "p95": 8499, + "max": 127145 + } + }, + { + "language": "Redcode", + "repo_count": 122, + "file_count": 1039, + "total_size_bytes": 6286066, + "estimated_tokens": 1950985, + "file_size_distribution": { + "min": 7, + "p5": 51, + "p50": 1603, + "p95": 13252, + "max": 754760 + } + }, + { + "language": "Talon", + "repo_count": 376, + "file_count": 6636, + "total_size_bytes": 6022126, + "estimated_tokens": 1869067, + "file_size_distribution": { + "min": 11, + "p5": 47, + "p50": 374, + "p95": 3076, + "max": 52960 + } + }, + { + "language": "Unified Parallel C", + "repo_count": 121, + "file_count": 1781, + "total_size_bytes": 6008984, + "estimated_tokens": 1864988, + "file_size_distribution": { + "min": 11, + "p5": 61, + "p50": 810, + "p95": 12854, + "max": 847899 + } + }, + { + "language": "Xonsh", + "repo_count": 639, + "file_count": 2342, + "total_size_bytes": 5981004, + "estimated_tokens": 1856304, + "file_size_distribution": { + "min": 4, + "p5": 62, + "p50": 802, + "p95": 8062, + "max": 633062 + } + }, + { + "language": "ReScript", + "repo_count": 366, + "file_count": 2775, + "total_size_bytes": 5744222, + "estimated_tokens": 1782815, + "file_size_distribution": { + "min": 11, + "p5": 35, + "p50": 351, + "p95": 10391, + "max": 62101 + } + }, + { + "language": "LFE", + "repo_count": 347, + "file_count": 3622, + "total_size_bytes": 5542408, + "estimated_tokens": 1720179, + "file_size_distribution": { + "min": 11, + "p5": 59, + "p50": 528, + "p95": 5325, + "max": 72297 + } + }, + { + "language": "Creole", + "repo_count": 678, + "file_count": 2640, + "total_size_bytes": 5241667, + "estimated_tokens": 1626839, + "file_size_distribution": { + "min": 8, + "p5": 15, + "p50": 379, + "p95": 8498, + "max": 90495 + } + }, + { + "language": "Survex data", + "repo_count": 21, + "file_count": 3681, + "total_size_bytes": 5231646, + "estimated_tokens": 1623728, + "file_size_distribution": { + "min": 25, + "p5": 233, + "p50": 1022, + "p95": 3641, + "max": 46642 + } + }, + { + "language": "Elvish", + "repo_count": 422, + "file_count": 1908, + "total_size_bytes": 5221154, + "estimated_tokens": 1620472, + "file_size_distribution": { + "min": 5, + "p5": 19, + "p50": 1199, + "p95": 7381, + "max": 586935 + } + }, + { + "language": "Option List", + "repo_count": 25407, + "file_count": 56669, + "total_size_bytes": 5184994, + "estimated_tokens": 1609249, + "file_size_distribution": { + "min": 3, + "p5": 16, + "p50": 59, + "p95": 259, + "max": 18139 + } + }, + { + "language": "Glyph", + "repo_count": 126, + "file_count": 1012, + "total_size_bytes": 5057212, + "estimated_tokens": 1569590, + "file_size_distribution": { + "min": 3, + "p5": 628, + "p50": 1220, + "p95": 17441, + "max": 972267 + } + }, + { + "language": "Fancy", + "repo_count": 93, + "file_count": 928, + "total_size_bytes": 5030512, + "estimated_tokens": 1561303, + "file_size_distribution": { + "min": 6, + "p5": 37, + "p50": 692, + "p95": 9583, + "max": 255338 + } + }, + { + "language": "Ox", + "repo_count": 127, + "file_count": 1111, + "total_size_bytes": 4907930, + "estimated_tokens": 1523258, + "file_size_distribution": { + "min": 10, + "p5": 80, + "p50": 1448, + "p95": 16771, + "max": 212338 + } + }, + { + "language": "dircolors", + "repo_count": 795, + "file_count": 1114, + "total_size_bytes": 4816211, + "estimated_tokens": 1494791, + "file_size_distribution": { + "min": 7, + "p5": 32, + "p50": 3764, + "p95": 9908, + "max": 107694 + } + }, + { + "language": "Vento", + "repo_count": 317, + "file_count": 2812, + "total_size_bytes": 4650583, + "estimated_tokens": 1443386, + "file_size_distribution": { + "min": 7, + "p5": 30, + "p50": 633, + "p95": 5039, + "max": 131862 + } + }, + { + "language": "Dune", + "repo_count": 8874, + "file_count": 16293, + "total_size_bytes": 4649991, + "estimated_tokens": 1443202, + "file_size_distribution": { + "min": 15, + "p5": 25, + "p50": 85, + "p95": 831, + "max": 42492 + } + }, + { + "language": "Earthly", + "repo_count": 1086, + "file_count": 2616, + "total_size_bytes": 4638821, + "estimated_tokens": 1439735, + "file_size_distribution": { + "min": 11, + "p5": 146, + "p50": 775, + "p95": 5929, + "max": 85370 + } + }, + { + "language": "crontab", + "repo_count": 8694, + "file_count": 11109, + "total_size_bytes": 4591934, + "estimated_tokens": 1425183, + "file_size_distribution": { + "min": 5, + "p5": 36, + "p50": 153, + "p95": 1506, + "max": 87670 + } + }, + { + "language": "BQN", + "repo_count": 323, + "file_count": 4988, + "total_size_bytes": 4464691, + "estimated_tokens": 1385691, + "file_size_distribution": { + "min": 4, + "p5": 76, + "p50": 407, + "p95": 2783, + "max": 103261 + } + }, + { + "language": "Ioke", + "repo_count": 86, + "file_count": 933, + "total_size_bytes": 4337324, + "estimated_tokens": 1346161, + "file_size_distribution": { + "min": 4, + "p5": 30, + "p50": 440, + "p95": 16442, + "max": 205096 + } + }, + { + "language": "Bicep", + "repo_count": 1207, + "file_count": 3655, + "total_size_bytes": 4231103, + "estimated_tokens": 1313193, + "file_size_distribution": { + "min": 19, + "p5": 58, + "p50": 366, + "p95": 3310, + "max": 131029 + } + }, + { + "language": "Mirah", + "repo_count": 120, + "file_count": 1303, + "total_size_bytes": 4168086, + "estimated_tokens": 1293635, + "file_size_distribution": { + "min": 10, + "p5": 106, + "p50": 1443, + "p95": 10946, + "max": 146964 + } + }, + { + "language": "Nit", + "repo_count": 86, + "file_count": 1037, + "total_size_bytes": 4167266, + "estimated_tokens": 1293380, + "file_size_distribution": { + "min": 9, + "p5": 64, + "p50": 1802, + "p95": 13659, + "max": 182372 + } + }, + { + "language": "ABNF", + "repo_count": 437, + "file_count": 1375, + "total_size_bytes": 4114715, + "estimated_tokens": 1277070, + "file_size_distribution": { + "min": 11, + "p5": 34, + "p50": 833, + "p95": 13093, + "max": 112169 + } + }, + { + "language": "Isabelle ROOT", + "repo_count": 581, + "file_count": 9747, + "total_size_bytes": 3928923, + "estimated_tokens": 1219407, + "file_size_distribution": { + "min": 6, + "p5": 132, + "p50": 239, + "p95": 819, + "max": 30026 + } + }, + { + "language": "FIGlet Font", + "repo_count": 39, + "file_count": 250, + "total_size_bytes": 3912225, + "estimated_tokens": 1214224, + "file_size_distribution": { + "min": 4, + "p5": 24, + "p50": 8418, + "p95": 84781, + "max": 117187 + } + }, + { + "language": "Darcs Patch", + "repo_count": 53, + "file_count": 351, + "total_size_bytes": 3675820, + "estimated_tokens": 1140852, + "file_size_distribution": { + "min": 22, + "p5": 25, + "p50": 824, + "p95": 38740, + "max": 665247 + } + }, + { + "language": "Quake", + "repo_count": 30, + "file_count": 5594, + "total_size_bytes": 3560255, + "estimated_tokens": 1104984, + "file_size_distribution": { + "min": 7, + "p5": 53, + "p50": 347, + "p95": 1591, + "max": 44273 + } + }, + { + "language": "Tor Config", + "repo_count": 1156, + "file_count": 2449, + "total_size_bytes": 3160060, + "estimated_tokens": 980777, + "file_size_distribution": { + "min": 6, + "p5": 35, + "p50": 158, + "p95": 1800, + "max": 1169446 + } + }, + { + "language": "Whiley", + "repo_count": 59, + "file_count": 6769, + "total_size_bytes": 3158249, + "estimated_tokens": 980215, + "file_size_distribution": { + "min": 12, + "p5": 69, + "p50": 256, + "p95": 1109, + "max": 44382 + } + }, + { + "language": "Charity", + "repo_count": 99, + "file_count": 373, + "total_size_bytes": 2854838, + "estimated_tokens": 886046, + "file_size_distribution": { + "min": 2, + "p5": 15, + "p50": 300, + "p95": 10000, + "max": 707992 + } + }, + { + "language": "Cylc", + "repo_count": 128, + "file_count": 750, + "total_size_bytes": 2806288, + "estimated_tokens": 870978, + "file_size_distribution": { + "min": 14, + "p5": 68, + "p50": 1100, + "p95": 16385, + "max": 287646 + } + }, + { + "language": "HTML+ECR", + "repo_count": 419, + "file_count": 2450, + "total_size_bytes": 2802530, + "estimated_tokens": 869812, + "file_size_distribution": { + "min": 100, + "p5": 133, + "p50": 643, + "p95": 3284, + "max": 53102 + } + }, + { + "language": "Scenic", + "repo_count": 72, + "file_count": 1858, + "total_size_bytes": 2753675, + "estimated_tokens": 854649, + "file_size_distribution": { + "min": 19, + "p5": 149, + "p50": 880, + "p95": 3867, + "max": 56347 + } + }, + { + "language": "Shen", + "repo_count": 110, + "file_count": 920, + "total_size_bytes": 2753159, + "estimated_tokens": 854488, + "file_size_distribution": { + "min": 14, + "p5": 32, + "p50": 1082, + "p95": 12828, + "max": 36050 + } + }, + { + "language": "Ecere Projects", + "repo_count": 83, + "file_count": 337, + "total_size_bytes": 2590501, + "estimated_tokens": 804005, + "file_size_distribution": { + "min": 11, + "p5": 471, + "p50": 1307, + "p95": 12801, + "max": 685879 + } + }, + { + "language": "Filterscript", + "repo_count": 177, + "file_count": 1098, + "total_size_bytes": 2442082, + "estimated_tokens": 757941, + "file_size_distribution": { + "min": 5, + "p5": 13, + "p50": 375, + "p95": 6579, + "max": 495897 + } + }, + { + "language": "PogoScript", + "repo_count": 79, + "file_count": 1356, + "total_size_bytes": 2432917, + "estimated_tokens": 755096, + "file_size_distribution": { + "min": 15, + "p5": 108, + "p50": 698, + "p95": 6311, + "max": 29015 + } + }, + { + "language": "OverpassQL", + "repo_count": 160, + "file_count": 2907, + "total_size_bytes": 2272539, + "estimated_tokens": 705320, + "file_size_distribution": { + "min": 26, + "p5": 128, + "p50": 164, + "p95": 561, + "max": 1440242 + } + }, + { + "language": "Object Data Instance Notation", + "repo_count": 15, + "file_count": 76, + "total_size_bytes": 2110852, + "estimated_tokens": 655138, + "file_size_distribution": { + "min": 29, + "p5": 53, + "p50": 7154, + "p95": 91576, + "max": 265317 + } + }, + { + "language": "Golo", + "repo_count": 119, + "file_count": 1575, + "total_size_bytes": 2107350, + "estimated_tokens": 654051, + "file_size_distribution": { + "min": 12, + "p5": 89, + "p50": 761, + "p95": 4252, + "max": 42654 + } + }, + { + "language": "wisp", + "repo_count": 93, + "file_count": 542, + "total_size_bytes": 2063239, + "estimated_tokens": 640360, + "file_size_distribution": { + "min": 12, + "p5": 81, + "p50": 1275, + "p95": 15979, + "max": 42700 + } + }, + { + "language": "Zmodel", + "repo_count": 403, + "file_count": 974, + "total_size_bytes": 1940439, + "estimated_tokens": 602247, + "file_size_distribution": { + "min": 23, + "p5": 211, + "p50": 789, + "p95": 7299, + "max": 29904 + } + }, + { + "language": "AngelScript", + "repo_count": 37, + "file_count": 698, + "total_size_bytes": 1921363, + "estimated_tokens": 596327, + "file_size_distribution": { + "min": 22, + "p5": 179, + "p50": 1556, + "p95": 9466, + "max": 36966 + } + }, + { + "language": "Sieve", + "repo_count": 284, + "file_count": 2033, + "total_size_bytes": 1909162, + "estimated_tokens": 592540, + "file_size_distribution": { + "min": 5, + "p5": 48, + "p50": 240, + "p95": 4259, + "max": 58095 + } + }, + { + "language": "STON", + "repo_count": 1193, + "file_count": 3155, + "total_size_bytes": 1876820, + "estimated_tokens": 582502, + "file_size_distribution": { + "min": 7, + "p5": 131, + "p50": 288, + "p95": 1108, + "max": 132791 + } + }, + { + "language": "Browserslist", + "repo_count": 9044, + "file_count": 18656, + "total_size_bytes": 1864582, + "estimated_tokens": 578704, + "file_size_distribution": { + "min": 4, + "p5": 13, + "p50": 54, + "p95": 324, + "max": 3442 + } + }, + { + "language": "Jison Lex", + "repo_count": 112, + "file_count": 267, + "total_size_bytes": 1773510, + "estimated_tokens": 550438, + "file_size_distribution": { + "min": 59, + "p5": 91, + "p50": 1422, + "p95": 33932, + "max": 56848 + } + }, + { + "language": "Genie", + "repo_count": 98, + "file_count": 744, + "total_size_bytes": 1694188, + "estimated_tokens": 525819, + "file_size_distribution": { + "min": 12, + "p5": 34, + "p50": 683, + "p95": 11333, + "max": 49725 + } + }, + { + "language": "CoNLL-U", + "repo_count": 3, + "file_count": 4, + "total_size_bytes": 1645328, + "estimated_tokens": 510655, + "file_size_distribution": { + "min": 102, + "p5": 102, + "p50": 17966, + "p95": 813630, + "max": 813630 + } + }, + { + "language": "ShellSession", + "repo_count": 13, + "file_count": 124, + "total_size_bytes": 1532249, + "estimated_tokens": 475559, + "file_size_distribution": { + "min": 8, + "p5": 28, + "p50": 320, + "p95": 3692, + "max": 1439955 + } + }, + { + "language": "Befunge", + "repo_count": 197, + "file_count": 4290, + "total_size_bytes": 1505812, + "estimated_tokens": 467353, + "file_size_distribution": { + "min": 3, + "p5": 44, + "p50": 141, + "p95": 428, + "max": 575079 + } + }, + { + "language": "Parrot Assembly", + "repo_count": 123, + "file_count": 1409, + "total_size_bytes": 1399579, + "estimated_tokens": 434382, + "file_size_distribution": { + "min": 5, + "p5": 16, + "p50": 251, + "p95": 3911, + "max": 48765 + } + }, + { + "language": "Go Workspace", + "repo_count": 10536, + "file_count": 12813, + "total_size_bytes": 1383971, + "estimated_tokens": 429538, + "file_size_distribution": { + "min": 5, + "p5": 22, + "p50": 54, + "p95": 319, + "max": 29137 + } + }, + { + "language": "Opal", + "repo_count": 67, + "file_count": 366, + "total_size_bytes": 1348192, + "estimated_tokens": 418433, + "file_size_distribution": { + "min": 22, + "p5": 81, + "p50": 1079, + "p95": 11130, + "max": 106912 + } + }, + { + "language": "Dogescript", + "repo_count": 128, + "file_count": 995, + "total_size_bytes": 1293720, + "estimated_tokens": 401527, + "file_size_distribution": { + "min": 3, + "p5": 10, + "p50": 49, + "p95": 3136, + "max": 564684 + } + }, + { + "language": "Scaml", + "repo_count": 133, + "file_count": 999, + "total_size_bytes": 1076455, + "estimated_tokens": 334095, + "file_size_distribution": { + "min": 2, + "p5": 29, + "p50": 586, + "p95": 3987, + "max": 9739 + } + }, + { + "language": "Bison", + "repo_count": 30, + "file_count": 74, + "total_size_bytes": 936372, + "estimated_tokens": 290618, + "file_size_distribution": { + "min": 192, + "p5": 401, + "p50": 8524, + "p95": 37240, + "max": 65225 + } + }, + { + "language": "Untyped Plutus Core", + "repo_count": 17, + "file_count": 3185, + "total_size_bytes": 836082, + "estimated_tokens": 259492, + "file_size_distribution": { + "min": 17, + "p5": 40, + "p50": 114, + "p95": 582, + "max": 53156 + } + }, + { + "language": "Common Workflow Language", + "repo_count": 65, + "file_count": 276, + "total_size_bytes": 708740, + "estimated_tokens": 219969, + "file_size_distribution": { + "min": 14, + "p5": 148, + "p50": 745, + "p95": 12074, + "max": 31707 + } + }, + { + "language": "TI Program", + "repo_count": 105, + "file_count": 395, + "total_size_bytes": 696502, + "estimated_tokens": 216171, + "file_size_distribution": { + "min": 9, + "p5": 75, + "p50": 501, + "p95": 7468, + "max": 39242 + } + }, + { + "language": "ReasonLIGO", + "repo_count": 33, + "file_count": 741, + "total_size_bytes": 693482, + "estimated_tokens": 215233, + "file_size_distribution": { + "min": 11, + "p5": 39, + "p50": 318, + "p95": 2952, + "max": 35440 + } + }, + { + "language": "Oxygene", + "repo_count": 42, + "file_count": 122, + "total_size_bytes": 673316, + "estimated_tokens": 208974, + "file_size_distribution": { + "min": 18, + "p5": 2233, + "p50": 4640, + "p95": 10618, + "max": 41682 + } + }, + { + "language": "Clue", + "repo_count": 27, + "file_count": 2515, + "total_size_bytes": 663778, + "estimated_tokens": 206014, + "file_size_distribution": { + "min": 3, + "p5": 7, + "p50": 46, + "p95": 905, + "max": 19287 + } + }, + { + "language": "Java Properties", + "repo_count": 1690, + "file_count": 3848, + "total_size_bytes": 654721, + "estimated_tokens": 203203, + "file_size_distribution": { + "min": 14, + "p5": 31, + "p50": 159, + "p95": 329, + "max": 7948 + } + }, + { + "language": "Polar", + "repo_count": 156, + "file_count": 442, + "total_size_bytes": 588480, + "estimated_tokens": 182644, + "file_size_distribution": { + "min": 7, + "p5": 24, + "p50": 526, + "p95": 4192, + "max": 41927 + } + }, + { + "language": "DTrace", + "repo_count": 56, + "file_count": 245, + "total_size_bytes": 587633, + "estimated_tokens": 182381, + "file_size_distribution": { + "min": 3, + "p5": 109, + "p50": 754, + "p95": 8887, + "max": 18707 + } + }, + { + "language": "ShellCheck Config", + "repo_count": 1172, + "file_count": 2299, + "total_size_bytes": 567376, + "estimated_tokens": 176094, + "file_size_distribution": { + "min": 8, + "p5": 15, + "p50": 89, + "p95": 970, + "max": 28553 + } + }, + { + "language": "NumPy", + "repo_count": 36, + "file_count": 190, + "total_size_bytes": 341992, + "estimated_tokens": 106142, + "file_size_distribution": { + "min": 11, + "p5": 22, + "p50": 35, + "p95": 3109, + "max": 226455 + } + }, + { + "language": "SWIG", + "repo_count": 8, + "file_count": 33, + "total_size_bytes": 331521, + "estimated_tokens": 102893, + "file_size_distribution": { + "min": 35, + "p5": 41, + "p50": 190, + "p95": 9864, + "max": 287139 + } + }, + { + "language": "cURL Config", + "repo_count": 530, + "file_count": 674, + "total_size_bytes": 299731, + "estimated_tokens": 93026, + "file_size_distribution": { + "min": 3, + "p5": 8, + "p50": 125, + "p95": 932, + "max": 124267 + } + }, + { + "language": "Wget Config", + "repo_count": 345, + "file_count": 430, + "total_size_bytes": 291225, + "estimated_tokens": 90386, + "file_size_distribution": { + "min": 6, + "p5": 16, + "p50": 157, + "p95": 2830, + "max": 19499 + } + }, + { + "language": "desktop", + "repo_count": 516, + "file_count": 1051, + "total_size_bytes": 288505, + "estimated_tokens": 89542, + "file_size_distribution": { + "min": 6, + "p5": 46, + "p50": 179, + "p95": 554, + "max": 16508 + } + }, + { + "language": "TextMate Properties", + "repo_count": 684, + "file_count": 1150, + "total_size_bytes": 282667, + "estimated_tokens": 87730, + "file_size_distribution": { + "min": 12, + "p5": 28, + "p50": 129, + "p95": 904, + "max": 5364 + } + }, + { + "language": "DIGITAL Command Language", + "repo_count": 89, + "file_count": 93, + "total_size_bytes": 257487, + "estimated_tokens": 79915, + "file_size_distribution": { + "min": 7, + "p5": 9, + "p50": 394, + "p95": 5279, + "max": 80718 + } + }, + { + "language": "Turtle", + "repo_count": 8, + "file_count": 221, + "total_size_bytes": 212620, + "estimated_tokens": 65990, + "file_size_distribution": { + "min": 32, + "p5": 615, + "p50": 919, + "p95": 988, + "max": 8404 + } + }, + { + "language": "Myghty", + "repo_count": 21, + "file_count": 100, + "total_size_bytes": 204310, + "estimated_tokens": 63411, + "file_size_distribution": { + "min": 11, + "p5": 41, + "p50": 505, + "p95": 6664, + "max": 35135 + } + }, + { + "language": "Parrot", + "repo_count": 21, + "file_count": 58, + "total_size_bytes": 193704, + "estimated_tokens": 60119, + "file_size_distribution": { + "min": 17, + "p5": 40, + "p50": 695, + "p95": 32631, + "max": 46269 + } + }, + { + "language": "Python traceback", + "repo_count": 6, + "file_count": 48, + "total_size_bytes": 81335, + "estimated_tokens": 25243, + "file_size_distribution": { + "min": 46, + "p5": 133, + "p50": 549, + "p95": 11187, + "max": 11190 + } + }, + { + "language": "Factor", + "repo_count": 20, + "file_count": 51, + "total_size_bytes": 70924, + "estimated_tokens": 22012, + "file_size_distribution": { + "min": 15, + "p5": 40, + "p50": 634, + "p95": 4360, + "max": 8011 + } + }, + { + "language": "Rich Text Format", + "repo_count": 6, + "file_count": 9, + "total_size_bytes": 61257, + "estimated_tokens": 19012, + "file_size_distribution": { + "min": 323, + "p5": 323, + "p50": 3750, + "p95": 22428, + "max": 22428 + } + }, + { + "language": "NetLinx+ERB", + "repo_count": 5, + "file_count": 15, + "total_size_bytes": 35841, + "estimated_tokens": 11123, + "file_size_distribution": { + "min": 22, + "p5": 22, + "p50": 2954, + "p95": 3156, + "max": 3156 + } + }, + { + "language": "AL", + "repo_count": 4, + "file_count": 7, + "total_size_bytes": 34571, + "estimated_tokens": 10729, + "file_size_distribution": { + "min": 266, + "p5": 266, + "p50": 4699, + "p95": 9636, + "max": 9636 + } + }, + { + "language": "CWeb", + "repo_count": 9, + "file_count": 15, + "total_size_bytes": 26477, + "estimated_tokens": 8217, + "file_size_distribution": { + "min": 15, + "p5": 15, + "p50": 82, + "p95": 11706, + "max": 11706 + } + }, + { + "language": "Omgrofl", + "repo_count": 7, + "file_count": 29, + "total_size_bytes": 14400, + "estimated_tokens": 4469, + "file_size_distribution": { + "min": 64, + "p5": 70, + "p50": 299, + "p95": 2175, + "max": 2175 + } + }, + { + "language": "C-ObjDump", + "repo_count": 3, + "file_count": 7, + "total_size_bytes": 14204, + "estimated_tokens": 4408, + "file_size_distribution": { + "min": 359, + "p5": 359, + "p50": 657, + "p95": 7817, + "max": 7817 + } + }, + { + "language": "mIRC Script", + "repo_count": 2, + "file_count": 2, + "total_size_bytes": 9167, + "estimated_tokens": 2845, + "file_size_distribution": { + "min": 540, + "p5": 540, + "p50": 540, + "p95": 8627, + "max": 8627 + } + }, + { + "language": "edn", + "repo_count": 1, + "file_count": 1, + "total_size_bytes": 2675, + "estimated_tokens": 830, + "file_size_distribution": { + "min": 2675, + "p5": 2675, + "p50": 2675, + "p95": 2675, + "max": 2675 + } + }, + { + "language": "Nunjucks", + "repo_count": 2, + "file_count": 5, + "total_size_bytes": 2513, + "estimated_tokens": 779, + "file_size_distribution": { + "min": 74, + "p5": 74, + "p50": 559, + "p95": 929, + "max": 929 + } + }, + { + "language": "nesC", + "repo_count": 3, + "file_count": 4, + "total_size_bytes": 1579, + "estimated_tokens": 490, + "file_size_distribution": { + "min": 328, + "p5": 328, + "p50": 377, + "p95": 497, + "max": 497 + } + }, + { + "language": "Windows Registry Entries", + "repo_count": 8, + "file_count": 9, + "total_size_bytes": 1413, + "estimated_tokens": 438, + "file_size_distribution": { + "min": 10, + "p5": 10, + "p50": 180, + "p95": 354, + "max": 354 + } + }, + { + "language": "Wavefront Material", + "repo_count": 7, + "file_count": 13, + "total_size_bytes": 1313, + "estimated_tokens": 407, + "file_size_distribution": { + "min": 38, + "p5": 38, + "p50": 53, + "p95": 527, + "max": 527 + } + }, + { + "language": "X BitMap", + "repo_count": 2, + "file_count": 2, + "total_size_bytes": 498, + "estimated_tokens": 154, + "file_size_distribution": { + "min": 133, + "p5": 133, + "p50": 133, + "p95": 365, + "max": 365 + } + }, + { + "language": "JSONLD", + "repo_count": 2, + "file_count": 2, + "total_size_bytes": 473, + "estimated_tokens": 146, + "file_size_distribution": { + "min": 210, + "p5": 210, + "p50": 210, + "p95": 263, + "max": 263 + } + }, + { + "language": "World of Warcraft Addon Data", + "repo_count": 2, + "file_count": 3, + "total_size_bytes": 435, + "estimated_tokens": 135, + "file_size_distribution": { + "min": 92, + "p5": 92, + "p50": 103, + "p95": 240, + "max": 240 + } + }, + { + "language": "MiniD", + "repo_count": 3, + "file_count": 4, + "total_size_bytes": 205, + "estimated_tokens": 63, + "file_size_distribution": { + "min": 38, + "p5": 38, + "p50": 41, + "p95": 63, + "max": 63 + } + }, + { + "language": "Jest Snapshot", + "repo_count": 3, + "file_count": 3, + "total_size_bytes": 183, + "estimated_tokens": 56, + "file_size_distribution": { + "min": 34, + "p5": 34, + "p50": 71, + "p95": 78, + "max": 78 + } + }, + { + "language": "Slash", + "repo_count": 1, + "file_count": 1, + "total_size_bytes": 82, + "estimated_tokens": 25, + "file_size_distribution": { + "min": 82, + "p5": 82, + "p50": 82, + "p95": 82, + "max": 82 + } + } +] \ No newline at end of file diff --git a/stats/train/stats_by_language_license.json b/stats/train/stats_by_language_license.json new file mode 100644 index 0000000000000000000000000000000000000000..f95cf40f3cbacfaae3e9acdb6d2f21abad40932b --- /dev/null +++ b/stats/train/stats_by_language_license.json @@ -0,0 +1,9837 @@ +[ + { + "language": "1C Enterprise", + "license_type": "no_license", + "file_count": 248429, + "total_size_bytes": 16868985809, + "estimated_tokens": 4747058103 + }, + { + "language": "1C Enterprise", + "license_type": "permissive", + "file_count": 3747, + "total_size_bytes": 179051911, + "estimated_tokens": 50386539 + }, + { + "language": "4D", + "license_type": "no_license", + "file_count": 59378, + "total_size_bytes": 133136383, + "estimated_tokens": 41321105 + }, + { + "language": "4D", + "license_type": "permissive", + "file_count": 293, + "total_size_bytes": 240180, + "estimated_tokens": 74543 + }, + { + "language": "ABAP", + "license_type": "no_license", + "file_count": 147602, + "total_size_bytes": 879854881, + "estimated_tokens": 226884593 + }, + { + "language": "ABAP", + "license_type": "permissive", + "file_count": 9052, + "total_size_bytes": 106364514, + "estimated_tokens": 27427783 + }, + { + "language": "ABAP CDS", + "license_type": "no_license", + "file_count": 27699, + "total_size_bytes": 37844560, + "estimated_tokens": 11745692 + }, + { + "language": "ABAP CDS", + "license_type": "permissive", + "file_count": 2358, + "total_size_bytes": 4939964, + "estimated_tokens": 1533200 + }, + { + "language": "ABNF", + "license_type": "no_license", + "file_count": 1294, + "total_size_bytes": 3913757, + "estimated_tokens": 1214699 + }, + { + "language": "ABNF", + "license_type": "permissive", + "file_count": 81, + "total_size_bytes": 200958, + "estimated_tokens": 62370 + }, + { + "language": "AIDL", + "license_type": "no_license", + "file_count": 88110, + "total_size_bytes": 172262112, + "estimated_tokens": 53464429 + }, + { + "language": "AIDL", + "license_type": "permissive", + "file_count": 11175, + "total_size_bytes": 9989004, + "estimated_tokens": 3100254 + }, + { + "language": "AL", + "license_type": "no_license", + "file_count": 7, + "total_size_bytes": 34571, + "estimated_tokens": 10729 + }, + { + "language": "AMPL", + "license_type": "no_license", + "file_count": 93557, + "total_size_bytes": 365187792, + "estimated_tokens": 125381763 + }, + { + "language": "AMPL", + "license_type": "permissive", + "file_count": 9518, + "total_size_bytes": 19105274, + "estimated_tokens": 6559509 + }, + { + "language": "ANTLR", + "license_type": "no_license", + "file_count": 53802, + "total_size_bytes": 286098140, + "estimated_tokens": 88795346 + }, + { + "language": "ANTLR", + "license_type": "permissive", + "file_count": 6197, + "total_size_bytes": 35336030, + "estimated_tokens": 10967128 + }, + { + "language": "API Blueprint", + "license_type": "no_license", + "file_count": 10820, + "total_size_bytes": 162503094, + "estimated_tokens": 50435555 + }, + { + "language": "API Blueprint", + "license_type": "permissive", + "file_count": 940, + "total_size_bytes": 6490676, + "estimated_tokens": 2014489 + }, + { + "language": "APL", + "license_type": "no_license", + "file_count": 10434, + "total_size_bytes": 64842011, + "estimated_tokens": 20124803 + }, + { + "language": "APL", + "license_type": "permissive", + "file_count": 138, + "total_size_bytes": 112571, + "estimated_tokens": 34938 + }, + { + "language": "ASL", + "license_type": "no_license", + "file_count": 54586, + "total_size_bytes": 1100266055, + "estimated_tokens": 341485987 + }, + { + "language": "ASL", + "license_type": "permissive", + "file_count": 7852, + "total_size_bytes": 56070569, + "estimated_tokens": 17402439 + }, + { + "language": "ASN.1", + "license_type": "no_license", + "file_count": 22066, + "total_size_bytes": 1084223168, + "estimated_tokens": 336506809 + }, + { + "language": "ASN.1", + "license_type": "permissive", + "file_count": 4153, + "total_size_bytes": 63468400, + "estimated_tokens": 19698480 + }, + { + "language": "ASP.NET", + "license_type": "no_license", + "file_count": 2255926, + "total_size_bytes": 14427600966, + "estimated_tokens": 3066363307 + }, + { + "language": "ASP.NET", + "license_type": "permissive", + "file_count": 63090, + "total_size_bytes": 208829308, + "estimated_tokens": 44383437 + }, + { + "language": "ATS", + "license_type": "no_license", + "file_count": 14413, + "total_size_bytes": 68055393, + "estimated_tokens": 21122130 + }, + { + "language": "ATS", + "license_type": "permissive", + "file_count": 94, + "total_size_bytes": 101905, + "estimated_tokens": 31627 + }, + { + "language": "ActionScript", + "license_type": "no_license", + "file_count": 1824112, + "total_size_bytes": 7306553917, + "estimated_tokens": 2318769145 + }, + { + "language": "ActionScript", + "license_type": "permissive", + "file_count": 69429, + "total_size_bytes": 263403919, + "estimated_tokens": 83592468 + }, + { + "language": "Ada", + "license_type": "no_license", + "file_count": 320448, + "total_size_bytes": 23843727000, + "estimated_tokens": 6877495832 + }, + { + "language": "Ada", + "license_type": "permissive", + "file_count": 17328, + "total_size_bytes": 657906471, + "estimated_tokens": 189766851 + }, + { + "language": "Adobe Font Metrics", + "license_type": "no_license", + "file_count": 43053, + "total_size_bytes": 1711163413, + "estimated_tokens": 531088208 + }, + { + "language": "Adobe Font Metrics", + "license_type": "permissive", + "file_count": 1386, + "total_size_bytes": 298808838, + "estimated_tokens": 92740324 + }, + { + "language": "Agda", + "license_type": "no_license", + "file_count": 112603, + "total_size_bytes": 436175605, + "estimated_tokens": 155546237 + }, + { + "language": "Agda", + "license_type": "permissive", + "file_count": 2264, + "total_size_bytes": 10766330, + "estimated_tokens": 3839421 + }, + { + "language": "Aiken", + "license_type": "no_license", + "file_count": 4543, + "total_size_bytes": 31693237, + "estimated_tokens": 9836526 + }, + { + "language": "Aiken", + "license_type": "permissive", + "file_count": 781, + "total_size_bytes": 3401550, + "estimated_tokens": 1055727 + }, + { + "language": "Alloy", + "license_type": "no_license", + "file_count": 45328, + "total_size_bytes": 493059391, + "estimated_tokens": 153029235 + }, + { + "language": "Alloy", + "license_type": "permissive", + "file_count": 323, + "total_size_bytes": 19033538, + "estimated_tokens": 5907377 + }, + { + "language": "Alpine Abuild", + "license_type": "no_license", + "file_count": 154621, + "total_size_bytes": 210036803, + "estimated_tokens": 90167936 + }, + { + "language": "Alpine Abuild", + "license_type": "permissive", + "file_count": 1948, + "total_size_bytes": 3195555, + "estimated_tokens": 1371838 + }, + { + "language": "Altium Designer", + "license_type": "no_license", + "file_count": 2874, + "total_size_bytes": 90876455, + "estimated_tokens": 28205029 + }, + { + "language": "Altium Designer", + "license_type": "permissive", + "file_count": 112, + "total_size_bytes": 4204490, + "estimated_tokens": 1304933 + }, + { + "language": "AngelScript", + "license_type": "no_license", + "file_count": 698, + "total_size_bytes": 1921363, + "estimated_tokens": 596327 + }, + { + "language": "Answer Set Programming", + "license_type": "no_license", + "file_count": 201419, + "total_size_bytes": 6252443946, + "estimated_tokens": 3693176020 + }, + { + "language": "Answer Set Programming", + "license_type": "permissive", + "file_count": 21685, + "total_size_bytes": 299439519, + "estimated_tokens": 176872093 + }, + { + "language": "Ant Build System", + "license_type": "no_license", + "file_count": 209859, + "total_size_bytes": 975102117, + "estimated_tokens": 252155524 + }, + { + "language": "Ant Build System", + "license_type": "permissive", + "file_count": 14652, + "total_size_bytes": 82659967, + "estimated_tokens": 21375368 + }, + { + "language": "Antlers", + "license_type": "no_license", + "file_count": 14111, + "total_size_bytes": 21768220, + "estimated_tokens": 6756131 + }, + { + "language": "Antlers", + "license_type": "permissive", + "file_count": 14, + "total_size_bytes": 22694, + "estimated_tokens": 7043 + }, + { + "language": "ApacheConf", + "license_type": "no_license", + "file_count": 361428, + "total_size_bytes": 338518552, + "estimated_tokens": 101822224 + }, + { + "language": "ApacheConf", + "license_type": "permissive", + "file_count": 8598, + "total_size_bytes": 8250192, + "estimated_tokens": 2481556 + }, + { + "language": "Apex", + "license_type": "no_license", + "file_count": 1025078, + "total_size_bytes": 4862085965, + "estimated_tokens": 1169856910 + }, + { + "language": "Apex", + "license_type": "permissive", + "file_count": 7052, + "total_size_bytes": 28554417, + "estimated_tokens": 6870421 + }, + { + "language": "Apollo Guidance Computer", + "license_type": "no_license", + "file_count": 6487, + "total_size_bytes": 124823651, + "estimated_tokens": 38741109 + }, + { + "language": "Apollo Guidance Computer", + "license_type": "permissive", + "file_count": 159, + "total_size_bytes": 957728, + "estimated_tokens": 297246 + }, + { + "language": "AppleScript", + "license_type": "no_license", + "file_count": 28663, + "total_size_bytes": 60298253, + "estimated_tokens": 18714572 + }, + { + "language": "AppleScript", + "license_type": "permissive", + "file_count": 1133, + "total_size_bytes": 2708498, + "estimated_tokens": 840627 + }, + { + "language": "Arc", + "license_type": "no_license", + "file_count": 28185, + "total_size_bytes": 34534162, + "estimated_tokens": 10718255 + }, + { + "language": "Arc", + "license_type": "permissive", + "file_count": 2186, + "total_size_bytes": 12978973, + "estimated_tokens": 4028241 + }, + { + "language": "AsciiDoc", + "license_type": "no_license", + "file_count": 1146053, + "total_size_bytes": 6451800720, + "estimated_tokens": 1574329972 + }, + { + "language": "AsciiDoc", + "license_type": "permissive", + "file_count": 184839, + "total_size_bytes": 1922867368, + "estimated_tokens": 469206638 + }, + { + "language": "Assembly", + "license_type": "no_license", + "file_count": 2681542, + "total_size_bytes": 49466261409, + "estimated_tokens": 24599156197 + }, + { + "language": "Assembly", + "license_type": "permissive", + "file_count": 217441, + "total_size_bytes": 4427108524, + "estimated_tokens": 2201563873 + }, + { + "language": "Astro", + "license_type": "no_license", + "file_count": 1093498, + "total_size_bytes": 2535005942, + "estimated_tokens": 703899504 + }, + { + "language": "Astro", + "license_type": "permissive", + "file_count": 16297, + "total_size_bytes": 38577166, + "estimated_tokens": 10711788 + }, + { + "language": "Asymptote", + "license_type": "no_license", + "file_count": 17978, + "total_size_bytes": 65647575, + "estimated_tokens": 20374823 + }, + { + "language": "Asymptote", + "license_type": "permissive", + "file_count": 764, + "total_size_bytes": 2460978, + "estimated_tokens": 763805 + }, + { + "language": "Augeas", + "license_type": "no_license", + "file_count": 5392, + "total_size_bytes": 17665803, + "estimated_tokens": 5482877 + }, + { + "language": "Augeas", + "license_type": "permissive", + "file_count": 29, + "total_size_bytes": 28037, + "estimated_tokens": 8701 + }, + { + "language": "AutoHotkey", + "license_type": "no_license", + "file_count": 123722, + "total_size_bytes": 801088552, + "estimated_tokens": 310103584 + }, + { + "language": "AutoHotkey", + "license_type": "permissive", + "file_count": 4134, + "total_size_bytes": 22765490, + "estimated_tokens": 8812583 + }, + { + "language": "AutoIt", + "license_type": "no_license", + "file_count": 72430, + "total_size_bytes": 809109045, + "estimated_tokens": 251115206 + }, + { + "language": "AutoIt", + "license_type": "permissive", + "file_count": 10139, + "total_size_bytes": 24618389, + "estimated_tokens": 7640566 + }, + { + "language": "Avro IDL", + "license_type": "no_license", + "file_count": 4586, + "total_size_bytes": 8553257, + "estimated_tokens": 2654646 + }, + { + "language": "Avro IDL", + "license_type": "permissive", + "file_count": 518, + "total_size_bytes": 1089850, + "estimated_tokens": 338253 + }, + { + "language": "Awk", + "license_type": "no_license", + "file_count": 93361, + "total_size_bytes": 158169305, + "estimated_tokens": 59089729 + }, + { + "language": "Awk", + "license_type": "permissive", + "file_count": 4528, + "total_size_bytes": 10336377, + "estimated_tokens": 3861518 + }, + { + "language": "B4X", + "license_type": "no_license", + "file_count": 6701, + "total_size_bytes": 54099928, + "estimated_tokens": 16790818 + }, + { + "language": "B4X", + "license_type": "permissive", + "file_count": 303, + "total_size_bytes": 1507338, + "estimated_tokens": 467827 + }, + { + "language": "BASIC", + "license_type": "no_license", + "file_count": 32483, + "total_size_bytes": 184698162, + "estimated_tokens": 57324166 + }, + { + "language": "BASIC", + "license_type": "permissive", + "file_count": 3275, + "total_size_bytes": 10908038, + "estimated_tokens": 3385492 + }, + { + "language": "BQN", + "license_type": "no_license", + "file_count": 4702, + "total_size_bytes": 4196765, + "estimated_tokens": 1302536 + }, + { + "language": "BQN", + "license_type": "permissive", + "file_count": 286, + "total_size_bytes": 267926, + "estimated_tokens": 83155 + }, + { + "language": "Ballerina", + "license_type": "no_license", + "file_count": 21027, + "total_size_bytes": 81178558, + "estimated_tokens": 25195124 + }, + { + "language": "Ballerina", + "license_type": "permissive", + "file_count": 92046, + "total_size_bytes": 285199404, + "estimated_tokens": 88516409 + }, + { + "language": "Batchfile", + "license_type": "no_license", + "file_count": 2168713, + "total_size_bytes": 2882116272, + "estimated_tokens": 957605985 + }, + { + "language": "Batchfile", + "license_type": "permissive", + "file_count": 132498, + "total_size_bytes": 141731192, + "estimated_tokens": 47091312 + }, + { + "language": "Beef", + "license_type": "no_license", + "file_count": 8611, + "total_size_bytes": 160518020, + "estimated_tokens": 49819454 + }, + { + "language": "Beef", + "license_type": "permissive", + "file_count": 433, + "total_size_bytes": 31049037, + "estimated_tokens": 9636588 + }, + { + "language": "Befunge", + "license_type": "no_license", + "file_count": 4252, + "total_size_bytes": 1498261, + "estimated_tokens": 465010 + }, + { + "language": "Befunge", + "license_type": "permissive", + "file_count": 38, + "total_size_bytes": 7551, + "estimated_tokens": 2343 + }, + { + "language": "Berry", + "license_type": "no_license", + "file_count": 12764, + "total_size_bytes": 476501192, + "estimated_tokens": 147890121 + }, + { + "language": "Berry", + "license_type": "permissive", + "file_count": 483, + "total_size_bytes": 415186, + "estimated_tokens": 128859 + }, + { + "language": "BibTeX", + "license_type": "no_license", + "file_count": 639395, + "total_size_bytes": 10496799016, + "estimated_tokens": 3184996065 + }, + { + "language": "BibTeX", + "license_type": "permissive", + "file_count": 25035, + "total_size_bytes": 466085323, + "estimated_tokens": 141422153 + }, + { + "language": "BibTeX Style", + "license_type": "no_license", + "file_count": 2129, + "total_size_bytes": 88865681, + "estimated_tokens": 27580951 + }, + { + "language": "BibTeX Style", + "license_type": "permissive", + "file_count": 164, + "total_size_bytes": 5977793, + "estimated_tokens": 1855308 + }, + { + "language": "Bicep", + "license_type": "no_license", + "file_count": 3544, + "total_size_bytes": 4149655, + "estimated_tokens": 1287914 + }, + { + "language": "Bicep", + "license_type": "permissive", + "file_count": 111, + "total_size_bytes": 81448, + "estimated_tokens": 25278 + }, + { + "language": "Bikeshed", + "license_type": "no_license", + "file_count": 4117, + "total_size_bytes": 180555683, + "estimated_tokens": 56038478 + }, + { + "language": "Bikeshed", + "license_type": "permissive", + "file_count": 1541, + "total_size_bytes": 61214739, + "estimated_tokens": 18999018 + }, + { + "language": "Bison", + "license_type": "no_license", + "file_count": 72, + "total_size_bytes": 892642, + "estimated_tokens": 277046 + }, + { + "language": "Bison", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 43730, + "estimated_tokens": 13572 + }, + { + "language": "BitBake", + "license_type": "no_license", + "file_count": 538890, + "total_size_bytes": 623270198, + "estimated_tokens": 227327301 + }, + { + "language": "BitBake", + "license_type": "permissive", + "file_count": 71044, + "total_size_bytes": 72630786, + "estimated_tokens": 26490855 + }, + { + "language": "Blade", + "license_type": "no_license", + "file_count": 18454901, + "total_size_bytes": 92843883428, + "estimated_tokens": 19751087301 + }, + { + "language": "Blade", + "license_type": "permissive", + "file_count": 109529, + "total_size_bytes": 549579013, + "estimated_tokens": 116914358 + }, + { + "language": "BlitzBasic", + "license_type": "no_license", + "file_count": 13344, + "total_size_bytes": 173280158, + "estimated_tokens": 53780397 + }, + { + "language": "BlitzBasic", + "license_type": "permissive", + "file_count": 59, + "total_size_bytes": 624215, + "estimated_tokens": 193735 + }, + { + "language": "BlitzMax", + "license_type": "no_license", + "file_count": 13559, + "total_size_bytes": 92130228, + "estimated_tokens": 28594158 + }, + { + "language": "BlitzMax", + "license_type": "permissive", + "file_count": 501, + "total_size_bytes": 1944170, + "estimated_tokens": 603405 + }, + { + "language": "Bluespec", + "license_type": "no_license", + "file_count": 27274, + "total_size_bytes": 184473308, + "estimated_tokens": 57254379 + }, + { + "language": "Bluespec", + "license_type": "permissive", + "file_count": 987, + "total_size_bytes": 26714492, + "estimated_tokens": 8291289 + }, + { + "language": "Bluespec BH", + "license_type": "no_license", + "file_count": 4428, + "total_size_bytes": 18010723, + "estimated_tokens": 5589929 + }, + { + "language": "Bluespec BH", + "license_type": "permissive", + "file_count": 35, + "total_size_bytes": 90611, + "estimated_tokens": 28122 + }, + { + "language": "Boo", + "license_type": "no_license", + "file_count": 15620, + "total_size_bytes": 42296678, + "estimated_tokens": 13127482 + }, + { + "language": "Boo", + "license_type": "permissive", + "file_count": 40, + "total_size_bytes": 25822, + "estimated_tokens": 8014 + }, + { + "language": "Brainfuck", + "license_type": "no_license", + "file_count": 10140, + "total_size_bytes": 59096445, + "estimated_tokens": 18341570 + }, + { + "language": "Brainfuck", + "license_type": "permissive", + "file_count": 996, + "total_size_bytes": 2368692, + "estimated_tokens": 735163 + }, + { + "language": "BrighterScript", + "license_type": "no_license", + "file_count": 4566, + "total_size_bytes": 21361269, + "estimated_tokens": 6629827 + }, + { + "language": "BrighterScript", + "license_type": "permissive", + "file_count": 15, + "total_size_bytes": 98163, + "estimated_tokens": 30466 + }, + { + "language": "Brightscript", + "license_type": "no_license", + "file_count": 12092, + "total_size_bytes": 77939121, + "estimated_tokens": 24189710 + }, + { + "language": "Brightscript", + "license_type": "permissive", + "file_count": 480, + "total_size_bytes": 1465030, + "estimated_tokens": 454696 + }, + { + "language": "Browserslist", + "license_type": "no_license", + "file_count": 17920, + "total_size_bytes": 1756536, + "estimated_tokens": 545170 + }, + { + "language": "Browserslist", + "license_type": "permissive", + "file_count": 736, + "total_size_bytes": 108046, + "estimated_tokens": 33533 + }, + { + "language": "BuildStream", + "license_type": "no_license", + "file_count": 8532, + "total_size_bytes": 17885882, + "estimated_tokens": 5551182 + }, + { + "language": "BuildStream", + "license_type": "permissive", + "file_count": 94, + "total_size_bytes": 92419, + "estimated_tokens": 28683 + }, + { + "language": "C", + "license_type": "no_license", + "file_count": 63909774, + "total_size_bytes": 948465350632, + "estimated_tokens": 338377958865 + }, + { + "language": "C", + "license_type": "permissive", + "file_count": 3391837, + "total_size_bytes": 77356186325, + "estimated_tokens": 27597875259 + }, + { + "language": "C#", + "license_type": "no_license", + "file_count": 130020194, + "total_size_bytes": 424024533469, + "estimated_tokens": 88783772782 + }, + { + "language": "C#", + "license_type": "permissive", + "file_count": 3788499, + "total_size_bytes": 16701470914, + "estimated_tokens": 3497013690 + }, + { + "language": "C++", + "license_type": "no_license", + "file_count": 113725122, + "total_size_bytes": 1997051476576, + "estimated_tokens": 769271656939 + }, + { + "language": "C++", + "license_type": "permissive", + "file_count": 6408354, + "total_size_bytes": 84738230478, + "estimated_tokens": 32641481569 + }, + { + "language": "C-ObjDump", + "license_type": "no_license", + "file_count": 7, + "total_size_bytes": 14204, + "estimated_tokens": 4408 + }, + { + "language": "C2hs Haskell", + "license_type": "no_license", + "file_count": 3249, + "total_size_bytes": 26710852, + "estimated_tokens": 8290160 + }, + { + "language": "C2hs Haskell", + "license_type": "permissive", + "file_count": 60, + "total_size_bytes": 423271, + "estimated_tokens": 131369 + }, + { + "language": "CAP CDS", + "license_type": "no_license", + "file_count": 29346, + "total_size_bytes": 422602085, + "estimated_tokens": 131161631 + }, + { + "language": "CAP CDS", + "license_type": "permissive", + "file_count": 3601, + "total_size_bytes": 13646052, + "estimated_tokens": 4235280 + }, + { + "language": "CIL", + "license_type": "no_license", + "file_count": 3278, + "total_size_bytes": 171755369, + "estimated_tokens": 53307153 + }, + { + "language": "CIL", + "license_type": "permissive", + "file_count": 2098, + "total_size_bytes": 8847036, + "estimated_tokens": 2745825 + }, + { + "language": "CLIPS", + "license_type": "no_license", + "file_count": 35713, + "total_size_bytes": 276756234, + "estimated_tokens": 85895929 + }, + { + "language": "CLIPS", + "license_type": "permissive", + "file_count": 797, + "total_size_bytes": 1632222, + "estimated_tokens": 506587 + }, + { + "language": "CMake", + "license_type": "no_license", + "file_count": 7025650, + "total_size_bytes": 10348788231, + "estimated_tokens": 2777196606 + }, + { + "language": "CMake", + "license_type": "permissive", + "file_count": 592940, + "total_size_bytes": 1018443277, + "estimated_tokens": 273309024 + }, + { + "language": "COBOL", + "license_type": "no_license", + "file_count": 86001, + "total_size_bytes": 1776970569, + "estimated_tokens": 522994428 + }, + { + "language": "COBOL", + "license_type": "permissive", + "file_count": 2838, + "total_size_bytes": 24054796, + "estimated_tokens": 7079759 + }, + { + "language": "CSON", + "license_type": "no_license", + "file_count": 44034, + "total_size_bytes": 150320259, + "estimated_tokens": 46654408 + }, + { + "language": "CSON", + "license_type": "permissive", + "file_count": 757, + "total_size_bytes": 7763760, + "estimated_tokens": 2409612 + }, + { + "language": "CSS", + "license_type": "no_license", + "file_count": 86970605, + "total_size_bytes": 689220848304, + "estimated_tokens": 231522861903 + }, + { + "language": "CSS", + "license_type": "permissive", + "file_count": 920620, + "total_size_bytes": 10907189404, + "estimated_tokens": 3663939813 + }, + { + "language": "CUE", + "license_type": "no_license", + "file_count": 31760, + "total_size_bytes": 159253682, + "estimated_tokens": 49427045 + }, + { + "language": "CUE", + "license_type": "permissive", + "file_count": 7120, + "total_size_bytes": 34937664, + "estimated_tokens": 10843488 + }, + { + "language": "CWeb", + "license_type": "no_license", + "file_count": 15, + "total_size_bytes": 26477, + "estimated_tokens": 8217 + }, + { + "language": "Cabal Config", + "license_type": "no_license", + "file_count": 122668, + "total_size_bytes": 239255156, + "estimated_tokens": 71468580 + }, + { + "language": "Cabal Config", + "license_type": "permissive", + "file_count": 5956, + "total_size_bytes": 16747970, + "estimated_tokens": 5002833 + }, + { + "language": "Caddyfile", + "license_type": "no_license", + "file_count": 18698, + "total_size_bytes": 8985624, + "estimated_tokens": 2788838 + }, + { + "language": "Caddyfile", + "license_type": "permissive", + "file_count": 1135, + "total_size_bytes": 753989, + "estimated_tokens": 234013 + }, + { + "language": "Cadence", + "license_type": "no_license", + "file_count": 26582, + "total_size_bytes": 107345118, + "estimated_tokens": 33316354 + }, + { + "language": "Cadence", + "license_type": "permissive", + "file_count": 5102, + "total_size_bytes": 12899954, + "estimated_tokens": 4003716 + }, + { + "language": "Cairo", + "license_type": "no_license", + "file_count": 50444, + "total_size_bytes": 188278984, + "estimated_tokens": 58435534 + }, + { + "language": "Cairo", + "license_type": "permissive", + "file_count": 2943, + "total_size_bytes": 16160107, + "estimated_tokens": 5015559 + }, + { + "language": "Cairo Zero", + "license_type": "no_license", + "file_count": 12289, + "total_size_bytes": 81826674, + "estimated_tokens": 25396277 + }, + { + "language": "Cairo Zero", + "license_type": "permissive", + "file_count": 488, + "total_size_bytes": 12028043, + "estimated_tokens": 3733104 + }, + { + "language": "CameLIGO", + "license_type": "no_license", + "file_count": 8538, + "total_size_bytes": 19208384, + "estimated_tokens": 5961643 + }, + { + "language": "CameLIGO", + "license_type": "permissive", + "file_count": 94, + "total_size_bytes": 190361, + "estimated_tokens": 59081 + }, + { + "language": "Cap'n Proto", + "license_type": "no_license", + "file_count": 5014, + "total_size_bytes": 11684467, + "estimated_tokens": 3626469 + }, + { + "language": "Cap'n Proto", + "license_type": "permissive", + "file_count": 609, + "total_size_bytes": 1702737, + "estimated_tokens": 528472 + }, + { + "language": "Carbon", + "license_type": "no_license", + "file_count": 1063, + "total_size_bytes": 4856129, + "estimated_tokens": 1507180 + }, + { + "language": "Carbon", + "license_type": "permissive", + "file_count": 9812, + "total_size_bytes": 68457034, + "estimated_tokens": 21246786 + }, + { + "language": "CartoCSS", + "license_type": "no_license", + "file_count": 26874, + "total_size_bytes": 115013385, + "estimated_tokens": 35696329 + }, + { + "language": "CartoCSS", + "license_type": "permissive", + "file_count": 1081, + "total_size_bytes": 5470068, + "estimated_tokens": 1697727 + }, + { + "language": "Ceylon", + "license_type": "no_license", + "file_count": 11207, + "total_size_bytes": 22201623, + "estimated_tokens": 6890645 + }, + { + "language": "Ceylon", + "license_type": "permissive", + "file_count": 2288, + "total_size_bytes": 5580520, + "estimated_tokens": 1732007 + }, + { + "language": "Chapel", + "license_type": "no_license", + "file_count": 4974, + "total_size_bytes": 27236123, + "estimated_tokens": 8453186 + }, + { + "language": "Chapel", + "license_type": "permissive", + "file_count": 137284, + "total_size_bytes": 263959350, + "estimated_tokens": 81924202 + }, + { + "language": "Charity", + "license_type": "no_license", + "file_count": 336, + "total_size_bytes": 2839198, + "estimated_tokens": 881192 + }, + { + "language": "Charity", + "license_type": "permissive", + "file_count": 37, + "total_size_bytes": 15640, + "estimated_tokens": 4854 + }, + { + "language": "Circom", + "license_type": "no_license", + "file_count": 15779, + "total_size_bytes": 32142309, + "estimated_tokens": 9975903 + }, + { + "language": "Circom", + "license_type": "permissive", + "file_count": 994, + "total_size_bytes": 2880931, + "estimated_tokens": 894145 + }, + { + "language": "Cirru", + "license_type": "no_license", + "file_count": 1555, + "total_size_bytes": 42422478, + "estimated_tokens": 13166526 + }, + { + "language": "Clarion", + "license_type": "no_license", + "file_count": 20711, + "total_size_bytes": 379005136, + "estimated_tokens": 117630588 + }, + { + "language": "Clarion", + "license_type": "permissive", + "file_count": 260, + "total_size_bytes": 1399116, + "estimated_tokens": 434239 + }, + { + "language": "Clarity", + "license_type": "no_license", + "file_count": 16512, + "total_size_bytes": 114654961, + "estimated_tokens": 35585086 + }, + { + "language": "Clarity", + "license_type": "permissive", + "file_count": 147, + "total_size_bytes": 441729, + "estimated_tokens": 137097 + }, + { + "language": "Classic ASP", + "license_type": "no_license", + "file_count": 272666, + "total_size_bytes": 3252036023, + "estimated_tokens": 995343904 + }, + { + "language": "Classic ASP", + "license_type": "permissive", + "file_count": 4361, + "total_size_bytes": 49545826, + "estimated_tokens": 15164387 + }, + { + "language": "Clean", + "license_type": "no_license", + "file_count": 25628, + "total_size_bytes": 164084562, + "estimated_tokens": 50926390 + }, + { + "language": "Clean", + "license_type": "permissive", + "file_count": 621, + "total_size_bytes": 279794, + "estimated_tokens": 86838 + }, + { + "language": "Click", + "license_type": "no_license", + "file_count": 3027, + "total_size_bytes": 7756275, + "estimated_tokens": 2407289 + }, + { + "language": "Click", + "license_type": "permissive", + "file_count": 59, + "total_size_bytes": 81898, + "estimated_tokens": 25418 + }, + { + "language": "Clojure", + "license_type": "no_license", + "file_count": 963792, + "total_size_bytes": 3077371527, + "estimated_tokens": 781380280 + }, + { + "language": "Clojure", + "license_type": "permissive", + "file_count": 34829, + "total_size_bytes": 159524813, + "estimated_tokens": 40505198 + }, + { + "language": "Closure Templates", + "license_type": "no_license", + "file_count": 12321, + "total_size_bytes": 45195221, + "estimated_tokens": 14027093 + }, + { + "language": "Closure Templates", + "license_type": "permissive", + "file_count": 638, + "total_size_bytes": 2264821, + "estimated_tokens": 702925 + }, + { + "language": "Cloud Firestore Security Rules", + "license_type": "no_license", + "file_count": 23535, + "total_size_bytes": 37541924, + "estimated_tokens": 11651764 + }, + { + "language": "Cloud Firestore Security Rules", + "license_type": "permissive", + "file_count": 364, + "total_size_bytes": 511709, + "estimated_tokens": 158817 + }, + { + "language": "Clue", + "license_type": "no_license", + "file_count": 2513, + "total_size_bytes": 659739, + "estimated_tokens": 204761 + }, + { + "language": "Clue", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 4039, + "estimated_tokens": 1253 + }, + { + "language": "CoNLL-U", + "license_type": "no_license", + "file_count": 2, + "total_size_bytes": 18068, + "estimated_tokens": 5607 + }, + { + "language": "CoNLL-U", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 1627260, + "estimated_tokens": 505047 + }, + { + "language": "CodeQL", + "license_type": "no_license", + "file_count": 149861, + "total_size_bytes": 343105359, + "estimated_tokens": 106488491 + }, + { + "language": "CodeQL", + "license_type": "permissive", + "file_count": 9955, + "total_size_bytes": 21609358, + "estimated_tokens": 6706825 + }, + { + "language": "CoffeeScript", + "license_type": "no_license", + "file_count": 1125330, + "total_size_bytes": 3078335618, + "estimated_tokens": 801667457 + }, + { + "language": "CoffeeScript", + "license_type": "permissive", + "file_count": 37637, + "total_size_bytes": 117318940, + "estimated_tokens": 30552476 + }, + { + "language": "ColdFusion", + "license_type": "no_license", + "file_count": 131380, + "total_size_bytes": 579161171, + "estimated_tokens": 154954908 + }, + { + "language": "ColdFusion", + "license_type": "permissive", + "file_count": 11448, + "total_size_bytes": 44569905, + "estimated_tokens": 11924704 + }, + { + "language": "ColdFusion CFC", + "license_type": "no_license", + "file_count": 71464, + "total_size_bytes": 391706927, + "estimated_tokens": 102819756 + }, + { + "language": "ColdFusion CFC", + "license_type": "permissive", + "file_count": 11194, + "total_size_bytes": 42787468, + "estimated_tokens": 11231348 + }, + { + "language": "Common Lisp", + "license_type": "no_license", + "file_count": 644085, + "total_size_bytes": 6811268263, + "estimated_tokens": 1901018266 + }, + { + "language": "Common Lisp", + "license_type": "permissive", + "file_count": 18556, + "total_size_bytes": 139727769, + "estimated_tokens": 38997882 + }, + { + "language": "Common Workflow Language", + "license_type": "no_license", + "file_count": 266, + "total_size_bytes": 700927, + "estimated_tokens": 217544 + }, + { + "language": "Common Workflow Language", + "license_type": "permissive", + "file_count": 10, + "total_size_bytes": 7813, + "estimated_tokens": 2424 + }, + { + "language": "Component Pascal", + "license_type": "no_license", + "file_count": 4920, + "total_size_bytes": 312260780, + "estimated_tokens": 96915360 + }, + { + "language": "Component Pascal", + "license_type": "permissive", + "file_count": 644, + "total_size_bytes": 62052257, + "estimated_tokens": 19258956 + }, + { + "language": "Cool", + "license_type": "no_license", + "file_count": 16473, + "total_size_bytes": 16131139, + "estimated_tokens": 5006569 + }, + { + "language": "Cool", + "license_type": "permissive", + "file_count": 267, + "total_size_bytes": 288559, + "estimated_tokens": 89559 + }, + { + "language": "Creole", + "license_type": "no_license", + "file_count": 2439, + "total_size_bytes": 4790281, + "estimated_tokens": 1486743 + }, + { + "language": "Creole", + "license_type": "permissive", + "file_count": 201, + "total_size_bytes": 451386, + "estimated_tokens": 140095 + }, + { + "language": "Crystal", + "license_type": "no_license", + "file_count": 178021, + "total_size_bytes": 463740509, + "estimated_tokens": 143929629 + }, + { + "language": "Crystal", + "license_type": "permissive", + "file_count": 4064, + "total_size_bytes": 9231038, + "estimated_tokens": 2865007 + }, + { + "language": "Csound", + "license_type": "no_license", + "file_count": 8433, + "total_size_bytes": 25780841, + "estimated_tokens": 8001515 + }, + { + "language": "Csound", + "license_type": "permissive", + "file_count": 177, + "total_size_bytes": 9497435, + "estimated_tokens": 2947687 + }, + { + "language": "Csound Document", + "license_type": "no_license", + "file_count": 32466, + "total_size_bytes": 597024307, + "estimated_tokens": 185296487 + }, + { + "language": "Csound Document", + "license_type": "permissive", + "file_count": 482, + "total_size_bytes": 5080695, + "estimated_tokens": 1576878 + }, + { + "language": "Csound Score", + "license_type": "no_license", + "file_count": 4275, + "total_size_bytes": 8755939, + "estimated_tokens": 2717552 + }, + { + "language": "Csound Score", + "license_type": "permissive", + "file_count": 2018, + "total_size_bytes": 1604244, + "estimated_tokens": 497903 + }, + { + "language": "Cuda", + "license_type": "no_license", + "file_count": 560955, + "total_size_bytes": 4652601817, + "estimated_tokens": 1303278668 + }, + { + "language": "Cuda", + "license_type": "permissive", + "file_count": 52907, + "total_size_bytes": 650955887, + "estimated_tokens": 182344622 + }, + { + "language": "Curry", + "license_type": "no_license", + "file_count": 5773, + "total_size_bytes": 17264542, + "estimated_tokens": 5358339 + }, + { + "language": "Cycript", + "license_type": "no_license", + "file_count": 1657, + "total_size_bytes": 24594048, + "estimated_tokens": 7633174 + }, + { + "language": "Cycript", + "license_type": "permissive", + "file_count": 288, + "total_size_bytes": 9068156, + "estimated_tokens": 2814454 + }, + { + "language": "Cylc", + "license_type": "no_license", + "file_count": 700, + "total_size_bytes": 2623689, + "estimated_tokens": 814305 + }, + { + "language": "Cylc", + "license_type": "permissive", + "file_count": 50, + "total_size_bytes": 182599, + "estimated_tokens": 56672 + }, + { + "language": "Cypher", + "license_type": "no_license", + "file_count": 18755, + "total_size_bytes": 133276944, + "estimated_tokens": 41364730 + }, + { + "language": "Cypher", + "license_type": "permissive", + "file_count": 1703, + "total_size_bytes": 1934558, + "estimated_tokens": 600422 + }, + { + "language": "Cython", + "license_type": "no_license", + "file_count": 150734, + "total_size_bytes": 1896272716, + "estimated_tokens": 455808314 + }, + { + "language": "Cython", + "license_type": "permissive", + "file_count": 29346, + "total_size_bytes": 159409060, + "estimated_tokens": 38317260 + }, + { + "language": "D", + "license_type": "no_license", + "file_count": 389352, + "total_size_bytes": 2259221093, + "estimated_tokens": 940865682 + }, + { + "language": "D", + "license_type": "permissive", + "file_count": 103342, + "total_size_bytes": 1114471906, + "estimated_tokens": 464128266 + }, + { + "language": "D2", + "license_type": "no_license", + "file_count": 4619, + "total_size_bytes": 11867339, + "estimated_tokens": 3683227 + }, + { + "language": "D2", + "license_type": "permissive", + "file_count": 470, + "total_size_bytes": 1002502, + "estimated_tokens": 311143 + }, + { + "language": "DIGITAL Command Language", + "license_type": "no_license", + "file_count": 88, + "total_size_bytes": 256724, + "estimated_tokens": 79678 + }, + { + "language": "DIGITAL Command Language", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 763, + "estimated_tokens": 236 + }, + { + "language": "DM", + "license_type": "no_license", + "file_count": 346890, + "total_size_bytes": 1961377250, + "estimated_tokens": 561574645 + }, + { + "language": "DM", + "license_type": "permissive", + "file_count": 2677, + "total_size_bytes": 8768341, + "estimated_tokens": 2510520 + }, + { + "language": "DNS Zone", + "license_type": "no_license", + "file_count": 23904, + "total_size_bytes": 1570514586, + "estimated_tokens": 487435490 + }, + { + "language": "DNS Zone", + "license_type": "permissive", + "file_count": 368, + "total_size_bytes": 8273020, + "estimated_tokens": 2567670 + }, + { + "language": "DTrace", + "license_type": "no_license", + "file_count": 242, + "total_size_bytes": 584222, + "estimated_tokens": 181323 + }, + { + "language": "DTrace", + "license_type": "permissive", + "file_count": 3, + "total_size_bytes": 3411, + "estimated_tokens": 1058 + }, + { + "language": "Dafny", + "license_type": "no_license", + "file_count": 33355, + "total_size_bytes": 453046800, + "estimated_tokens": 140610658 + }, + { + "language": "Dafny", + "license_type": "permissive", + "file_count": 5316, + "total_size_bytes": 23499182, + "estimated_tokens": 7293364 + }, + { + "language": "Darcs Patch", + "license_type": "no_license", + "file_count": 351, + "total_size_bytes": 3675820, + "estimated_tokens": 1140852 + }, + { + "language": "Dart", + "license_type": "no_license", + "file_count": 31525379, + "total_size_bytes": 122349927083, + "estimated_tokens": 24297735939 + }, + { + "language": "Dart", + "license_type": "permissive", + "file_count": 399608, + "total_size_bytes": 1671839734, + "estimated_tokens": 332014259 + }, + { + "language": "Daslang", + "license_type": "no_license", + "file_count": 8136, + "total_size_bytes": 34221709, + "estimated_tokens": 10621280 + }, + { + "language": "Daslang", + "license_type": "permissive", + "file_count": 10, + "total_size_bytes": 69438, + "estimated_tokens": 21551 + }, + { + "language": "DataWeave", + "license_type": "no_license", + "file_count": 23877, + "total_size_bytes": 49867927, + "estimated_tokens": 15477345 + }, + { + "language": "DataWeave", + "license_type": "permissive", + "file_count": 1210, + "total_size_bytes": 1318639, + "estimated_tokens": 409261 + }, + { + "language": "Debian Package Control File", + "license_type": "no_license", + "file_count": 21496, + "total_size_bytes": 75849159, + "estimated_tokens": 23541056 + }, + { + "language": "Debian Package Control File", + "license_type": "permissive", + "file_count": 2390, + "total_size_bytes": 12846238, + "estimated_tokens": 3987044 + }, + { + "language": "DenizenScript", + "license_type": "no_license", + "file_count": 6370, + "total_size_bytes": 28000533, + "estimated_tokens": 8690434 + }, + { + "language": "DenizenScript", + "license_type": "permissive", + "file_count": 888, + "total_size_bytes": 20625252, + "estimated_tokens": 6401392 + }, + { + "language": "Dhall", + "license_type": "no_license", + "file_count": 32951, + "total_size_bytes": 47539049, + "estimated_tokens": 14754539 + }, + { + "language": "Dhall", + "license_type": "permissive", + "file_count": 13391, + "total_size_bytes": 5353335, + "estimated_tokens": 1661497 + }, + { + "language": "Dockerfile", + "license_type": "no_license", + "file_count": 5320114, + "total_size_bytes": 3260386268, + "estimated_tokens": 983364635 + }, + { + "language": "Dockerfile", + "license_type": "permissive", + "file_count": 357092, + "total_size_bytes": 276417300, + "estimated_tokens": 83370182 + }, + { + "language": "Dogescript", + "license_type": "no_license", + "file_count": 991, + "total_size_bytes": 1293575, + "estimated_tokens": 401482 + }, + { + "language": "Dogescript", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 145, + "estimated_tokens": 45 + }, + { + "language": "Dotenv", + "license_type": "no_license", + "file_count": 4027440, + "total_size_bytes": 1206269936, + "estimated_tokens": 391453635 + }, + { + "language": "Dotenv", + "license_type": "permissive", + "file_count": 78705, + "total_size_bytes": 25718195, + "estimated_tokens": 8345960 + }, + { + "language": "Dune", + "license_type": "no_license", + "file_count": 15661, + "total_size_bytes": 4462876, + "estimated_tokens": 1385128 + }, + { + "language": "Dune", + "license_type": "permissive", + "file_count": 632, + "total_size_bytes": 187115, + "estimated_tokens": 58074 + }, + { + "language": "Dylan", + "license_type": "no_license", + "file_count": 13090, + "total_size_bytes": 86397256, + "estimated_tokens": 26814834 + }, + { + "language": "Dylan", + "license_type": "permissive", + "file_count": 51, + "total_size_bytes": 1200838, + "estimated_tokens": 372700 + }, + { + "language": "E", + "license_type": "no_license", + "file_count": 12010, + "total_size_bytes": 38900221, + "estimated_tokens": 12073334 + }, + { + "language": "E", + "license_type": "permissive", + "file_count": 1517, + "total_size_bytes": 14411268, + "estimated_tokens": 4472778 + }, + { + "language": "EBNF", + "license_type": "no_license", + "file_count": 4502, + "total_size_bytes": 16419448, + "estimated_tokens": 5096050 + }, + { + "language": "EBNF", + "license_type": "permissive", + "file_count": 670, + "total_size_bytes": 2206944, + "estimated_tokens": 684962 + }, + { + "language": "ECL", + "license_type": "no_license", + "file_count": 32186, + "total_size_bytes": 81418466, + "estimated_tokens": 25269583 + }, + { + "language": "ECL", + "license_type": "permissive", + "file_count": 2703, + "total_size_bytes": 8006327, + "estimated_tokens": 2484897 + }, + { + "language": "ECLiPSe", + "license_type": "no_license", + "file_count": 4048, + "total_size_bytes": 52177387, + "estimated_tokens": 16194125 + }, + { + "language": "ECLiPSe", + "license_type": "permissive", + "file_count": 311, + "total_size_bytes": 793518, + "estimated_tokens": 246281 + }, + { + "language": "EJS", + "license_type": "no_license", + "file_count": 4559991, + "total_size_bytes": 14484408828, + "estimated_tokens": 3612384821 + }, + { + "language": "EJS", + "license_type": "permissive", + "file_count": 51840, + "total_size_bytes": 141832947, + "estimated_tokens": 35372875 + }, + { + "language": "EQ", + "license_type": "no_license", + "file_count": 5061, + "total_size_bytes": 19442501, + "estimated_tokens": 6034305 + }, + { + "language": "EQ", + "license_type": "permissive", + "file_count": 7, + "total_size_bytes": 7907, + "estimated_tokens": 2454 + }, + { + "language": "Eagle", + "license_type": "no_license", + "file_count": 165007, + "total_size_bytes": 51464493417, + "estimated_tokens": 29582789527 + }, + { + "language": "Eagle", + "license_type": "permissive", + "file_count": 5404, + "total_size_bytes": 1627426915, + "estimated_tokens": 935476572 + }, + { + "language": "Earthly", + "license_type": "no_license", + "file_count": 2389, + "total_size_bytes": 3988465, + "estimated_tokens": 1237886 + }, + { + "language": "Earthly", + "license_type": "permissive", + "file_count": 227, + "total_size_bytes": 650356, + "estimated_tokens": 201848 + }, + { + "language": "Easybuild", + "license_type": "no_license", + "file_count": 54994, + "total_size_bytes": 141025593, + "estimated_tokens": 43769653 + }, + { + "language": "Easybuild", + "license_type": "permissive", + "file_count": 886, + "total_size_bytes": 1257589, + "estimated_tokens": 390313 + }, + { + "language": "Ecere Projects", + "license_type": "no_license", + "file_count": 326, + "total_size_bytes": 2565187, + "estimated_tokens": 796148 + }, + { + "language": "Ecere Projects", + "license_type": "permissive", + "file_count": 11, + "total_size_bytes": 25314, + "estimated_tokens": 7856 + }, + { + "language": "Ecmarkup", + "license_type": "no_license", + "file_count": 783, + "total_size_bytes": 11957243, + "estimated_tokens": 3711130 + }, + { + "language": "Ecmarkup", + "license_type": "permissive", + "file_count": 43, + "total_size_bytes": 1173366, + "estimated_tokens": 364173 + }, + { + "language": "EdgeQL", + "license_type": "no_license", + "file_count": 7898, + "total_size_bytes": 14223547, + "estimated_tokens": 4414515 + }, + { + "language": "EdgeQL", + "license_type": "permissive", + "file_count": 1351, + "total_size_bytes": 4213637, + "estimated_tokens": 1307772 + }, + { + "language": "EditorConfig", + "license_type": "no_license", + "file_count": 1872112, + "total_size_bytes": 1793242734, + "estimated_tokens": 462377598 + }, + { + "language": "EditorConfig", + "license_type": "permissive", + "file_count": 27795, + "total_size_bytes": 26607372, + "estimated_tokens": 6860561 + }, + { + "language": "Edje Data Collection", + "license_type": "no_license", + "file_count": 7932, + "total_size_bytes": 128815179, + "estimated_tokens": 39979947 + }, + { + "language": "Edje Data Collection", + "license_type": "permissive", + "file_count": 130, + "total_size_bytes": 3807635, + "estimated_tokens": 1181763 + }, + { + "language": "Eiffel", + "license_type": "no_license", + "file_count": 110114, + "total_size_bytes": 1079910033, + "estimated_tokens": 465756943 + }, + { + "language": "Eiffel", + "license_type": "permissive", + "file_count": 4929, + "total_size_bytes": 17947598, + "estimated_tokens": 7740661 + }, + { + "language": "Elixir", + "license_type": "no_license", + "file_count": 2069593, + "total_size_bytes": 3513100087, + "estimated_tokens": 988436750 + }, + { + "language": "Elixir", + "license_type": "permissive", + "file_count": 156820, + "total_size_bytes": 568403830, + "estimated_tokens": 159924630 + }, + { + "language": "Elm", + "license_type": "no_license", + "file_count": 242702, + "total_size_bytes": 1083742903, + "estimated_tokens": 242839678 + }, + { + "language": "Elm", + "license_type": "permissive", + "file_count": 8398, + "total_size_bytes": 41168245, + "estimated_tokens": 9224774 + }, + { + "language": "Elvish", + "license_type": "no_license", + "file_count": 1838, + "total_size_bytes": 4972037, + "estimated_tokens": 1543154 + }, + { + "language": "Elvish", + "license_type": "permissive", + "file_count": 70, + "total_size_bytes": 249117, + "estimated_tokens": 77317 + }, + { + "language": "Emacs Lisp", + "license_type": "no_license", + "file_count": 672692, + "total_size_bytes": 13450586581, + "estimated_tokens": 3427691568 + }, + { + "language": "Emacs Lisp", + "license_type": "permissive", + "file_count": 14505, + "total_size_bytes": 210506353, + "estimated_tokens": 53644563 + }, + { + "language": "EmberScript", + "license_type": "no_license", + "file_count": 10195, + "total_size_bytes": 38295843, + "estimated_tokens": 11885755 + }, + { + "language": "EmberScript", + "license_type": "permissive", + "file_count": 628, + "total_size_bytes": 3519510, + "estimated_tokens": 1092338 + }, + { + "language": "Erlang", + "license_type": "no_license", + "file_count": 543239, + "total_size_bytes": 3691518160, + "estimated_tokens": 1034566422 + }, + { + "language": "Erlang", + "license_type": "permissive", + "file_count": 98009, + "total_size_bytes": 1619009081, + "estimated_tokens": 453735390 + }, + { + "language": "Euphoria", + "license_type": "no_license", + "file_count": 37523, + "total_size_bytes": 113299186, + "estimated_tokens": 35164298 + }, + { + "language": "Euphoria", + "license_type": "permissive", + "file_count": 9496, + "total_size_bytes": 19270314, + "estimated_tokens": 5980864 + }, + { + "language": "F#", + "license_type": "no_license", + "file_count": 454205, + "total_size_bytes": 2291999645, + "estimated_tokens": 560430646 + }, + { + "language": "F#", + "license_type": "permissive", + "file_count": 47400, + "total_size_bytes": 216376605, + "estimated_tokens": 52907547 + }, + { + "language": "F*", + "license_type": "no_license", + "file_count": 21027, + "total_size_bytes": 241495792, + "estimated_tokens": 73472085 + }, + { + "language": "F*", + "license_type": "permissive", + "file_count": 4107, + "total_size_bytes": 28932992, + "estimated_tokens": 8802502 + }, + { + "language": "FIGlet Font", + "license_type": "no_license", + "file_count": 208, + "total_size_bytes": 2684513, + "estimated_tokens": 833183 + }, + { + "language": "FIGlet Font", + "license_type": "permissive", + "file_count": 42, + "total_size_bytes": 1227712, + "estimated_tokens": 381040 + }, + { + "language": "FIRRTL", + "license_type": "no_license", + "file_count": 9292, + "total_size_bytes": 760007976, + "estimated_tokens": 235881197 + }, + { + "language": "FIRRTL", + "license_type": "permissive", + "file_count": 1255, + "total_size_bytes": 45936048, + "estimated_tokens": 14257021 + }, + { + "language": "FLUX", + "license_type": "no_license", + "file_count": 5673, + "total_size_bytes": 15834994, + "estimated_tokens": 4914655 + }, + { + "language": "FLUX", + "license_type": "permissive", + "file_count": 240, + "total_size_bytes": 1499649, + "estimated_tokens": 465441 + }, + { + "language": "Factor", + "license_type": "no_license", + "file_count": 33, + "total_size_bytes": 35009, + "estimated_tokens": 10865 + }, + { + "language": "Factor", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 35915, + "estimated_tokens": 11146 + }, + { + "language": "Fancy", + "license_type": "no_license", + "file_count": 923, + "total_size_bytes": 5020748, + "estimated_tokens": 1558273 + }, + { + "language": "Fancy", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 9764, + "estimated_tokens": 3030 + }, + { + "language": "Fantom", + "license_type": "no_license", + "file_count": 6261, + "total_size_bytes": 14816364, + "estimated_tokens": 4598506 + }, + { + "language": "Fantom", + "license_type": "permissive", + "file_count": 3615, + "total_size_bytes": 15076149, + "estimated_tokens": 4679135 + }, + { + "language": "Faust", + "license_type": "no_license", + "file_count": 14336, + "total_size_bytes": 37522594, + "estimated_tokens": 11645765 + }, + { + "language": "Faust", + "license_type": "permissive", + "file_count": 514, + "total_size_bytes": 396439, + "estimated_tokens": 123041 + }, + { + "language": "Fennel", + "license_type": "no_license", + "file_count": 12298, + "total_size_bytes": 28716915, + "estimated_tokens": 8912775 + }, + { + "language": "Fennel", + "license_type": "permissive", + "file_count": 1586, + "total_size_bytes": 3738121, + "estimated_tokens": 1160188 + }, + { + "language": "Filebench WML", + "license_type": "no_license", + "file_count": 5161, + "total_size_bytes": 13793712, + "estimated_tokens": 4281109 + }, + { + "language": "Filebench WML", + "license_type": "permissive", + "file_count": 1124, + "total_size_bytes": 584098, + "estimated_tokens": 181284 + }, + { + "language": "Filterscript", + "license_type": "no_license", + "file_count": 1022, + "total_size_bytes": 2323285, + "estimated_tokens": 721070 + }, + { + "language": "Filterscript", + "license_type": "permissive", + "file_count": 76, + "total_size_bytes": 118797, + "estimated_tokens": 36870 + }, + { + "language": "Fluent", + "license_type": "no_license", + "file_count": 290682, + "total_size_bytes": 745711881, + "estimated_tokens": 200990417 + }, + { + "language": "Fluent", + "license_type": "permissive", + "file_count": 4037, + "total_size_bytes": 14746081, + "estimated_tokens": 3974485 + }, + { + "language": "Formatted", + "license_type": "no_license", + "file_count": 1484, + "total_size_bytes": 8659519, + "estimated_tokens": 2687626 + }, + { + "language": "Forth", + "license_type": "no_license", + "file_count": 491938, + "total_size_bytes": 557230049, + "estimated_tokens": 162634316 + }, + { + "language": "Forth", + "license_type": "permissive", + "file_count": 5899, + "total_size_bytes": 46298002, + "estimated_tokens": 13512630 + }, + { + "language": "Fortran", + "license_type": "no_license", + "file_count": 893794, + "total_size_bytes": 18394836126, + "estimated_tokens": 6918824812 + }, + { + "language": "Fortran", + "license_type": "permissive", + "file_count": 34077, + "total_size_bytes": 361285961, + "estimated_tokens": 135889999 + }, + { + "language": "Fortran Free Form", + "license_type": "no_license", + "file_count": 991459, + "total_size_bytes": 17150087863, + "estimated_tokens": 5503952603 + }, + { + "language": "Fortran Free Form", + "license_type": "permissive", + "file_count": 82837, + "total_size_bytes": 1423079328, + "estimated_tokens": 456706766 + }, + { + "language": "FreeBASIC", + "license_type": "no_license", + "file_count": 44521, + "total_size_bytes": 572537979, + "estimated_tokens": 177696745 + }, + { + "language": "FreeBASIC", + "license_type": "permissive", + "file_count": 1232, + "total_size_bytes": 17911310, + "estimated_tokens": 5559074 + }, + { + "language": "FreeMarker", + "license_type": "no_license", + "file_count": 540904, + "total_size_bytes": 2385103859, + "estimated_tokens": 649205718 + }, + { + "language": "FreeMarker", + "license_type": "permissive", + "file_count": 44956, + "total_size_bytes": 131285584, + "estimated_tokens": 35734859 + }, + { + "language": "Frege", + "license_type": "no_license", + "file_count": 2031, + "total_size_bytes": 53755162, + "estimated_tokens": 16683814 + }, + { + "language": "Frege", + "license_type": "permissive", + "file_count": 1453, + "total_size_bytes": 107164543, + "estimated_tokens": 33260309 + }, + { + "language": "Futhark", + "license_type": "no_license", + "file_count": 7630, + "total_size_bytes": 10061976, + "estimated_tokens": 3122902 + }, + { + "language": "Futhark", + "license_type": "permissive", + "file_count": 44, + "total_size_bytes": 197393, + "estimated_tokens": 61264 + }, + { + "language": "GAML", + "license_type": "no_license", + "file_count": 4015, + "total_size_bytes": 31934393, + "estimated_tokens": 9911373 + }, + { + "language": "GAML", + "license_type": "permissive", + "file_count": 88, + "total_size_bytes": 1051250, + "estimated_tokens": 326273 + }, + { + "language": "GAMS", + "license_type": "no_license", + "file_count": 17460, + "total_size_bytes": 190686276, + "estimated_tokens": 59182677 + }, + { + "language": "GAMS", + "license_type": "permissive", + "file_count": 392, + "total_size_bytes": 6663445, + "estimated_tokens": 2068111 + }, + { + "language": "GAP", + "license_type": "no_license", + "file_count": 11318, + "total_size_bytes": 228432103, + "estimated_tokens": 70897726 + }, + { + "language": "GAP", + "license_type": "permissive", + "file_count": 69, + "total_size_bytes": 300590, + "estimated_tokens": 93293 + }, + { + "language": "GCC Machine Description", + "license_type": "no_license", + "file_count": 3040, + "total_size_bytes": 87282133, + "estimated_tokens": 27089471 + }, + { + "language": "GCC Machine Description", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 3675, + "estimated_tokens": 1140 + }, + { + "language": "GDB", + "license_type": "no_license", + "file_count": 20365, + "total_size_bytes": 44564194, + "estimated_tokens": 13831243 + }, + { + "language": "GDB", + "license_type": "permissive", + "file_count": 1288, + "total_size_bytes": 1552835, + "estimated_tokens": 481948 + }, + { + "language": "GDScript", + "license_type": "no_license", + "file_count": 1760469, + "total_size_bytes": 3140436405, + "estimated_tokens": 853276148 + }, + { + "language": "GDScript", + "license_type": "permissive", + "file_count": 47211, + "total_size_bytes": 99861701, + "estimated_tokens": 27133046 + }, + { + "language": "GDShader", + "license_type": "no_license", + "file_count": 38062, + "total_size_bytes": 49491850, + "estimated_tokens": 15360624 + }, + { + "language": "GDShader", + "license_type": "permissive", + "file_count": 1147, + "total_size_bytes": 1352558, + "estimated_tokens": 419789 + }, + { + "language": "GEDCOM", + "license_type": "no_license", + "file_count": 13344, + "total_size_bytes": 325363561, + "estimated_tokens": 100982027 + }, + { + "language": "GEDCOM", + "license_type": "permissive", + "file_count": 223, + "total_size_bytes": 13910586, + "estimated_tokens": 4317383 + }, + { + "language": "GLSL", + "license_type": "no_license", + "file_count": 1594484, + "total_size_bytes": 7645019249, + "estimated_tokens": 2827101844 + }, + { + "language": "GLSL", + "license_type": "permissive", + "file_count": 84584, + "total_size_bytes": 400403470, + "estimated_tokens": 148067827 + }, + { + "language": "GN", + "license_type": "no_license", + "file_count": 29686, + "total_size_bytes": 225444842, + "estimated_tokens": 69970580 + }, + { + "language": "GN", + "license_type": "permissive", + "file_count": 3729, + "total_size_bytes": 20314513, + "estimated_tokens": 6304949 + }, + { + "language": "GSC", + "license_type": "no_license", + "file_count": 104740, + "total_size_bytes": 1797307631, + "estimated_tokens": 557824508 + }, + { + "language": "GSC", + "license_type": "permissive", + "file_count": 1129, + "total_size_bytes": 8098183, + "estimated_tokens": 2513406 + }, + { + "language": "Game Maker Language", + "license_type": "no_license", + "file_count": 1363996, + "total_size_bytes": 1529794468, + "estimated_tokens": 441999378 + }, + { + "language": "Game Maker Language", + "license_type": "permissive", + "file_count": 74485, + "total_size_bytes": 42716366, + "estimated_tokens": 12341924 + }, + { + "language": "Gemini", + "license_type": "no_license", + "file_count": 7117, + "total_size_bytes": 18923644, + "estimated_tokens": 5873269 + }, + { + "language": "Gemini", + "license_type": "permissive", + "file_count": 828, + "total_size_bytes": 2075660, + "estimated_tokens": 644215 + }, + { + "language": "Genero 4gl", + "license_type": "no_license", + "file_count": 13975, + "total_size_bytes": 653575304, + "estimated_tokens": 202848035 + }, + { + "language": "Genero 4gl", + "license_type": "permissive", + "file_count": 97, + "total_size_bytes": 599412, + "estimated_tokens": 186037 + }, + { + "language": "Genero per", + "license_type": "no_license", + "file_count": 11705, + "total_size_bytes": 231864489, + "estimated_tokens": 71963025 + }, + { + "language": "Genero per", + "license_type": "permissive", + "file_count": 103, + "total_size_bytes": 1089405, + "estimated_tokens": 338115 + }, + { + "language": "Genie", + "license_type": "no_license", + "file_count": 730, + "total_size_bytes": 1643419, + "estimated_tokens": 510062 + }, + { + "language": "Genie", + "license_type": "permissive", + "file_count": 14, + "total_size_bytes": 50769, + "estimated_tokens": 15757 + }, + { + "language": "Genshi", + "license_type": "no_license", + "file_count": 11558, + "total_size_bytes": 1200986337, + "estimated_tokens": 372746213 + }, + { + "language": "Genshi", + "license_type": "permissive", + "file_count": 258, + "total_size_bytes": 43255214, + "estimated_tokens": 13424979 + }, + { + "language": "Gentoo Ebuild", + "license_type": "no_license", + "file_count": 982202, + "total_size_bytes": 1120193691, + "estimated_tokens": 370889088 + }, + { + "language": "Gentoo Ebuild", + "license_type": "permissive", + "file_count": 1162, + "total_size_bytes": 1923264, + "estimated_tokens": 636780 + }, + { + "language": "Gentoo Eclass", + "license_type": "no_license", + "file_count": 6439, + "total_size_bytes": 53541380, + "estimated_tokens": 16617463 + }, + { + "language": "Gentoo Eclass", + "license_type": "permissive", + "file_count": 33, + "total_size_bytes": 169949, + "estimated_tokens": 52746 + }, + { + "language": "Gettext Catalog", + "license_type": "no_license", + "file_count": 4383360, + "total_size_bytes": 548068125076, + "estimated_tokens": 150273709427 + }, + { + "language": "Gettext Catalog", + "license_type": "permissive", + "file_count": 199739, + "total_size_bytes": 20636304541, + "estimated_tokens": 5658227308 + }, + { + "language": "Gherkin", + "license_type": "no_license", + "file_count": 1603790, + "total_size_bytes": 4320512756, + "estimated_tokens": 1090251580 + }, + { + "language": "Gherkin", + "license_type": "permissive", + "file_count": 36566, + "total_size_bytes": 151769906, + "estimated_tokens": 38298088 + }, + { + "language": "Git Attributes", + "license_type": "no_license", + "file_count": 342542, + "total_size_bytes": 208286579, + "estimated_tokens": 64727049 + }, + { + "language": "Git Attributes", + "license_type": "permissive", + "file_count": 25863, + "total_size_bytes": 11287959, + "estimated_tokens": 3507841 + }, + { + "language": "Git Config", + "license_type": "no_license", + "file_count": 695084, + "total_size_bytes": 255903611, + "estimated_tokens": 76627748 + }, + { + "language": "Git Config", + "license_type": "permissive", + "file_count": 39333, + "total_size_bytes": 14241670, + "estimated_tokens": 4264524 + }, + { + "language": "Gleam", + "license_type": "no_license", + "file_count": 29885, + "total_size_bytes": 85925127, + "estimated_tokens": 26668301 + }, + { + "language": "Gleam", + "license_type": "permissive", + "file_count": 2893, + "total_size_bytes": 17679070, + "estimated_tokens": 5486995 + }, + { + "language": "Glimmer JS", + "license_type": "no_license", + "file_count": 7704, + "total_size_bytes": 24602092, + "estimated_tokens": 7635671 + }, + { + "language": "Glimmer JS", + "license_type": "permissive", + "file_count": 9, + "total_size_bytes": 10338, + "estimated_tokens": 3208 + }, + { + "language": "Glimmer TS", + "license_type": "no_license", + "file_count": 5295, + "total_size_bytes": 15895308, + "estimated_tokens": 4933374 + }, + { + "language": "Glimmer TS", + "license_type": "permissive", + "file_count": 46, + "total_size_bytes": 113755, + "estimated_tokens": 35305 + }, + { + "language": "Glyph", + "license_type": "no_license", + "file_count": 1006, + "total_size_bytes": 4909771, + "estimated_tokens": 1523829 + }, + { + "language": "Glyph", + "license_type": "permissive", + "file_count": 6, + "total_size_bytes": 147441, + "estimated_tokens": 45760 + }, + { + "language": "Go", + "license_type": "no_license", + "file_count": 25483377, + "total_size_bytes": 88089015727, + "estimated_tokens": 24790893620 + }, + { + "language": "Go", + "license_type": "permissive", + "file_count": 3346519, + "total_size_bytes": 16695289850, + "estimated_tokens": 4698555787 + }, + { + "language": "Go Module", + "license_type": "no_license", + "file_count": 1345942, + "total_size_bytes": 807866164, + "estimated_tokens": 348563705 + }, + { + "language": "Go Module", + "license_type": "permissive", + "file_count": 108888, + "total_size_bytes": 144758032, + "estimated_tokens": 62457617 + }, + { + "language": "Go Workspace", + "license_type": "no_license", + "file_count": 11863, + "total_size_bytes": 1264655, + "estimated_tokens": 392506 + }, + { + "language": "Go Workspace", + "license_type": "permissive", + "file_count": 950, + "total_size_bytes": 119316, + "estimated_tokens": 37031 + }, + { + "language": "Golo", + "license_type": "no_license", + "file_count": 1566, + "total_size_bytes": 2092204, + "estimated_tokens": 649350 + }, + { + "language": "Golo", + "license_type": "permissive", + "file_count": 9, + "total_size_bytes": 15146, + "estimated_tokens": 4700 + }, + { + "language": "Gosu", + "license_type": "no_license", + "file_count": 73884, + "total_size_bytes": 266700390, + "estimated_tokens": 82774930 + }, + { + "language": "Gosu", + "license_type": "permissive", + "file_count": 9205, + "total_size_bytes": 44309046, + "estimated_tokens": 13752054 + }, + { + "language": "Grace", + "license_type": "no_license", + "file_count": 2409, + "total_size_bytes": 7367130, + "estimated_tokens": 2286512 + }, + { + "language": "Grace", + "license_type": "permissive", + "file_count": 22, + "total_size_bytes": 128745, + "estimated_tokens": 39958 + }, + { + "language": "Gradle", + "license_type": "no_license", + "file_count": 5570565, + "total_size_bytes": 5421794619, + "estimated_tokens": 1377269359 + }, + { + "language": "Gradle", + "license_type": "permissive", + "file_count": 382381, + "total_size_bytes": 437964969, + "estimated_tokens": 111253888 + }, + { + "language": "Gradle Kotlin DSL", + "license_type": "no_license", + "file_count": 1091715, + "total_size_bytes": 1333009476, + "estimated_tokens": 325131571 + }, + { + "language": "Gradle Kotlin DSL", + "license_type": "permissive", + "file_count": 91518, + "total_size_bytes": 113498323, + "estimated_tokens": 27683140 + }, + { + "language": "Grammatical Framework", + "license_type": "no_license", + "file_count": 20072, + "total_size_bytes": 556061629, + "estimated_tokens": 172583034 + }, + { + "language": "Grammatical Framework", + "license_type": "permissive", + "file_count": 241, + "total_size_bytes": 334570, + "estimated_tokens": 103839 + }, + { + "language": "Graph Modeling Language", + "license_type": "no_license", + "file_count": 304549, + "total_size_bytes": 10020361348, + "estimated_tokens": 4369443377 + }, + { + "language": "Graph Modeling Language", + "license_type": "permissive", + "file_count": 7135, + "total_size_bytes": 177881969, + "estimated_tokens": 77566583 + }, + { + "language": "GraphQL", + "license_type": "no_license", + "file_count": 761381, + "total_size_bytes": 2648555672, + "estimated_tokens": 626068334 + }, + { + "language": "GraphQL", + "license_type": "permissive", + "file_count": 28822, + "total_size_bytes": 546220727, + "estimated_tokens": 129116221 + }, + { + "language": "Graphviz (DOT)", + "license_type": "no_license", + "file_count": 1445568, + "total_size_bytes": 3792022679, + "estimated_tokens": 1501463947 + }, + { + "language": "Graphviz (DOT)", + "license_type": "permissive", + "file_count": 31567, + "total_size_bytes": 73647547, + "estimated_tokens": 29160990 + }, + { + "language": "Groovy", + "license_type": "no_license", + "file_count": 1868954, + "total_size_bytes": 5566564080, + "estimated_tokens": 1679966866 + }, + { + "language": "Groovy", + "license_type": "permissive", + "file_count": 234504, + "total_size_bytes": 868838238, + "estimated_tokens": 262211919 + }, + { + "language": "Groovy Server Pages", + "license_type": "no_license", + "file_count": 238797, + "total_size_bytes": 857859271, + "estimated_tokens": 206812679 + }, + { + "language": "Groovy Server Pages", + "license_type": "permissive", + "file_count": 11161, + "total_size_bytes": 37890257, + "estimated_tokens": 9134581 + }, + { + "language": "HAProxy", + "license_type": "no_license", + "file_count": 143358, + "total_size_bytes": 1365678136, + "estimated_tokens": 704333180 + }, + { + "language": "HAProxy", + "license_type": "permissive", + "file_count": 7537, + "total_size_bytes": 18914780, + "estimated_tokens": 9755085 + }, + { + "language": "HCL", + "license_type": "no_license", + "file_count": 3830642, + "total_size_bytes": 6285045602, + "estimated_tokens": 2451897031 + }, + { + "language": "HCL", + "license_type": "permissive", + "file_count": 334497, + "total_size_bytes": 686542384, + "estimated_tokens": 267831188 + }, + { + "language": "HIP", + "license_type": "no_license", + "file_count": 7725, + "total_size_bytes": 219980821, + "estimated_tokens": 68274730 + }, + { + "language": "HIP", + "license_type": "permissive", + "file_count": 301, + "total_size_bytes": 22394798, + "estimated_tokens": 6950600 + }, + { + "language": "HLSL", + "license_type": "no_license", + "file_count": 519030, + "total_size_bytes": 1796757788, + "estimated_tokens": 540265751 + }, + { + "language": "HLSL", + "license_type": "permissive", + "file_count": 16196, + "total_size_bytes": 53774207, + "estimated_tokens": 16169325 + }, + { + "language": "HOCON", + "license_type": "no_license", + "file_count": 16566, + "total_size_bytes": 13712342, + "estimated_tokens": 4255854 + }, + { + "language": "HOCON", + "license_type": "permissive", + "file_count": 3109, + "total_size_bytes": 2107816, + "estimated_tokens": 654195 + }, + { + "language": "HTML", + "license_type": "no_license", + "file_count": 38087830, + "total_size_bytes": 917001772270, + "estimated_tokens": 298673530154 + }, + { + "language": "HTML", + "license_type": "permissive", + "file_count": 1336937, + "total_size_bytes": 60572458065, + "estimated_tokens": 19728849417 + }, + { + "language": "HTML+ECR", + "license_type": "no_license", + "file_count": 2399, + "total_size_bytes": 2754116, + "estimated_tokens": 854786 + }, + { + "language": "HTML+ECR", + "license_type": "permissive", + "file_count": 51, + "total_size_bytes": 48414, + "estimated_tokens": 15026 + }, + { + "language": "HTML+EEX", + "license_type": "no_license", + "file_count": 107713, + "total_size_bytes": 151236078, + "estimated_tokens": 46938648 + }, + { + "language": "HTML+EEX", + "license_type": "permissive", + "file_count": 3321, + "total_size_bytes": 5196889, + "estimated_tokens": 1612941 + }, + { + "language": "HTML+ERB", + "license_type": "no_license", + "file_count": 7452006, + "total_size_bytes": 11531938542, + "estimated_tokens": 3389183924 + }, + { + "language": "HTML+ERB", + "license_type": "permissive", + "file_count": 94409, + "total_size_bytes": 171876772, + "estimated_tokens": 50513796 + }, + { + "language": "HTML+PHP", + "license_type": "no_license", + "file_count": 366751, + "total_size_bytes": 1235144279, + "estimated_tokens": 306081186 + }, + { + "language": "HTML+PHP", + "license_type": "permissive", + "file_count": 6953, + "total_size_bytes": 22018840, + "estimated_tokens": 5456490 + }, + { + "language": "HTML+Razor", + "license_type": "no_license", + "file_count": 7008002, + "total_size_bytes": 18243968478, + "estimated_tokens": 4058223519 + }, + { + "language": "HTML+Razor", + "license_type": "permissive", + "file_count": 97669, + "total_size_bytes": 227031137, + "estimated_tokens": 50501243 + }, + { + "language": "HTTP", + "license_type": "no_license", + "file_count": 610372, + "total_size_bytes": 505080826, + "estimated_tokens": 166442176 + }, + { + "language": "HTTP", + "license_type": "permissive", + "file_count": 11752, + "total_size_bytes": 18718409, + "estimated_tokens": 6168384 + }, + { + "language": "HXML", + "license_type": "no_license", + "file_count": 27091, + "total_size_bytes": 8346488, + "estimated_tokens": 2590472 + }, + { + "language": "HXML", + "license_type": "permissive", + "file_count": 1644, + "total_size_bytes": 386894, + "estimated_tokens": 120079 + }, + { + "language": "Hack", + "license_type": "no_license", + "file_count": 3249123, + "total_size_bytes": 11902489290, + "estimated_tokens": 3075934171 + }, + { + "language": "Hack", + "license_type": "permissive", + "file_count": 170586, + "total_size_bytes": 209889821, + "estimated_tokens": 54241365 + }, + { + "language": "Haml", + "license_type": "no_license", + "file_count": 1235058, + "total_size_bytes": 1318033269, + "estimated_tokens": 351939414 + }, + { + "language": "Haml", + "license_type": "permissive", + "file_count": 12346, + "total_size_bytes": 13428071, + "estimated_tokens": 3585544 + }, + { + "language": "Handlebars", + "license_type": "no_license", + "file_count": 2512653, + "total_size_bytes": 5147830611, + "estimated_tokens": 1261612079 + }, + { + "language": "Handlebars", + "license_type": "permissive", + "file_count": 57003, + "total_size_bytes": 117408453, + "estimated_tokens": 28774047 + }, + { + "language": "Harbour", + "license_type": "no_license", + "file_count": 3186, + "total_size_bytes": 7945383, + "estimated_tokens": 2465982 + }, + { + "language": "Harbour", + "license_type": "permissive", + "file_count": 30, + "total_size_bytes": 46887, + "estimated_tokens": 14552 + }, + { + "language": "Hare", + "license_type": "no_license", + "file_count": 2324, + "total_size_bytes": 56758189, + "estimated_tokens": 17615854 + }, + { + "language": "Hare", + "license_type": "permissive", + "file_count": 100, + "total_size_bytes": 257481, + "estimated_tokens": 79913 + }, + { + "language": "Haskell", + "license_type": "no_license", + "file_count": 1997575, + "total_size_bytes": 7355610974, + "estimated_tokens": 1955034985 + }, + { + "language": "Haskell", + "license_type": "permissive", + "file_count": 76173, + "total_size_bytes": 405798042, + "estimated_tokens": 107856352 + }, + { + "language": "Haxe", + "license_type": "no_license", + "file_count": 760285, + "total_size_bytes": 2206626935, + "estimated_tokens": 595030033 + }, + { + "language": "Haxe", + "license_type": "permissive", + "file_count": 53227, + "total_size_bytes": 815995431, + "estimated_tokens": 220038005 + }, + { + "language": "HiveQL", + "license_type": "no_license", + "file_count": 93682, + "total_size_bytes": 239069206, + "estimated_tokens": 74199129 + }, + { + "language": "HiveQL", + "license_type": "permissive", + "file_count": 9431, + "total_size_bytes": 8095673, + "estimated_tokens": 2512627 + }, + { + "language": "HolyC", + "license_type": "no_license", + "file_count": 12101, + "total_size_bytes": 286182931, + "estimated_tokens": 88821663 + }, + { + "language": "HolyC", + "license_type": "permissive", + "file_count": 911, + "total_size_bytes": 6056581, + "estimated_tokens": 1879761 + }, + { + "language": "Hosts File", + "license_type": "no_license", + "file_count": 14218, + "total_size_bytes": 537303003, + "estimated_tokens": 166760980 + }, + { + "language": "Hosts File", + "license_type": "permissive", + "file_count": 749, + "total_size_bytes": 22284972, + "estimated_tokens": 6916514 + }, + { + "language": "Hy", + "license_type": "no_license", + "file_count": 4866, + "total_size_bytes": 13691701, + "estimated_tokens": 4249448 + }, + { + "language": "Hy", + "license_type": "permissive", + "file_count": 153, + "total_size_bytes": 250806, + "estimated_tokens": 77841 + }, + { + "language": "HyPhy", + "license_type": "no_license", + "file_count": 2869, + "total_size_bytes": 33498700, + "estimated_tokens": 10396882 + }, + { + "language": "HyPhy", + "license_type": "permissive", + "file_count": 46, + "total_size_bytes": 940220, + "estimated_tokens": 291813 + }, + { + "language": "IDL", + "license_type": "no_license", + "file_count": 221875, + "total_size_bytes": 1365999489, + "estimated_tokens": 491438037 + }, + { + "language": "IDL", + "license_type": "permissive", + "file_count": 5351, + "total_size_bytes": 69828577, + "estimated_tokens": 25121838 + }, + { + "language": "IGOR Pro", + "license_type": "no_license", + "file_count": 6079, + "total_size_bytes": 177060892, + "estimated_tokens": 54953811 + }, + { + "language": "IGOR Pro", + "license_type": "permissive", + "file_count": 559, + "total_size_bytes": 14214923, + "estimated_tokens": 4411839 + }, + { + "language": "INI", + "license_type": "no_license", + "file_count": 8742742, + "total_size_bytes": 18157115603, + "estimated_tokens": 6156471674 + }, + { + "language": "INI", + "license_type": "permissive", + "file_count": 426387, + "total_size_bytes": 593578804, + "estimated_tokens": 201262754 + }, + { + "language": "ISPC", + "license_type": "no_license", + "file_count": 12930, + "total_size_bytes": 32664834, + "estimated_tokens": 10138078 + }, + { + "language": "ISPC", + "license_type": "permissive", + "file_count": 1585, + "total_size_bytes": 8594317, + "estimated_tokens": 2667390 + }, + { + "language": "Idris", + "license_type": "no_license", + "file_count": 44158, + "total_size_bytes": 116148274, + "estimated_tokens": 36048561 + }, + { + "language": "Idris", + "license_type": "permissive", + "file_count": 917, + "total_size_bytes": 2155631, + "estimated_tokens": 669036 + }, + { + "language": "Ignore List", + "license_type": "no_license", + "file_count": 15462705, + "total_size_bytes": 7495420049, + "estimated_tokens": 2312392931 + }, + { + "language": "Ignore List", + "license_type": "permissive", + "file_count": 682809, + "total_size_bytes": 187461413, + "estimated_tokens": 57833242 + }, + { + "language": "ImageJ Macro", + "license_type": "no_license", + "file_count": 18395, + "total_size_bytes": 76393065, + "estimated_tokens": 23709866 + }, + { + "language": "ImageJ Macro", + "license_type": "permissive", + "file_count": 454, + "total_size_bytes": 2846445, + "estimated_tokens": 883441 + }, + { + "language": "Imba", + "license_type": "no_license", + "file_count": 5629, + "total_size_bytes": 10519467, + "estimated_tokens": 3264892 + }, + { + "language": "Imba", + "license_type": "permissive", + "file_count": 36, + "total_size_bytes": 43159, + "estimated_tokens": 13395 + }, + { + "language": "Inform 7", + "license_type": "no_license", + "file_count": 5021, + "total_size_bytes": 119225307, + "estimated_tokens": 37003569 + }, + { + "language": "Inform 7", + "license_type": "permissive", + "file_count": 451, + "total_size_bytes": 16800526, + "estimated_tokens": 5214324 + }, + { + "language": "Ink", + "license_type": "no_license", + "file_count": 28669, + "total_size_bytes": 78501533, + "estimated_tokens": 24364264 + }, + { + "language": "Ink", + "license_type": "permissive", + "file_count": 551, + "total_size_bytes": 1689679, + "estimated_tokens": 524420 + }, + { + "language": "Inno Setup", + "license_type": "no_license", + "file_count": 34104, + "total_size_bytes": 270054001, + "estimated_tokens": 83815779 + }, + { + "language": "Inno Setup", + "license_type": "permissive", + "file_count": 2086, + "total_size_bytes": 8880937, + "estimated_tokens": 2756347 + }, + { + "language": "Io", + "license_type": "no_license", + "file_count": 18199, + "total_size_bytes": 44716991, + "estimated_tokens": 13878666 + }, + { + "language": "Io", + "license_type": "permissive", + "file_count": 508, + "total_size_bytes": 609337, + "estimated_tokens": 189117 + }, + { + "language": "Ioke", + "license_type": "no_license", + "file_count": 925, + "total_size_bytes": 4337068, + "estimated_tokens": 1346081 + }, + { + "language": "Ioke", + "license_type": "permissive", + "file_count": 8, + "total_size_bytes": 256, + "estimated_tokens": 79 + }, + { + "language": "Isabelle", + "license_type": "no_license", + "file_count": 93258, + "total_size_bytes": 2426102360, + "estimated_tokens": 782905232 + }, + { + "language": "Isabelle", + "license_type": "permissive", + "file_count": 3471, + "total_size_bytes": 12763048, + "estimated_tokens": 4118646 + }, + { + "language": "Isabelle ROOT", + "license_type": "no_license", + "file_count": 9681, + "total_size_bytes": 3909547, + "estimated_tokens": 1213393 + }, + { + "language": "Isabelle ROOT", + "license_type": "permissive", + "file_count": 66, + "total_size_bytes": 19376, + "estimated_tokens": 6013 + }, + { + "language": "J", + "license_type": "no_license", + "file_count": 11765, + "total_size_bytes": 50610704, + "estimated_tokens": 15707879 + }, + { + "language": "J", + "license_type": "permissive", + "file_count": 134, + "total_size_bytes": 879199, + "estimated_tokens": 272874 + }, + { + "language": "JCL", + "license_type": "no_license", + "file_count": 6270, + "total_size_bytes": 53663578, + "estimated_tokens": 16655389 + }, + { + "language": "JCL", + "license_type": "permissive", + "file_count": 1061, + "total_size_bytes": 4905968, + "estimated_tokens": 1522649 + }, + { + "language": "JFlex", + "license_type": "no_license", + "file_count": 21223, + "total_size_bytes": 82005209, + "estimated_tokens": 25451689 + }, + { + "language": "JFlex", + "license_type": "permissive", + "file_count": 988, + "total_size_bytes": 7867971, + "estimated_tokens": 2441956 + }, + { + "language": "JSON", + "license_type": "no_license", + "file_count": 240039125, + "total_size_bytes": 906906028709, + "estimated_tokens": 328735281904 + }, + { + "language": "JSON", + "license_type": "permissive", + "file_count": 16126759, + "total_size_bytes": 59898338596, + "estimated_tokens": 21711948758 + }, + { + "language": "JSON with Comments", + "license_type": "no_license", + "file_count": 3161104, + "total_size_bytes": 3602504642, + "estimated_tokens": 1126188249 + }, + { + "language": "JSON with Comments", + "license_type": "permissive", + "file_count": 122859, + "total_size_bytes": 151265147, + "estimated_tokens": 47287386 + }, + { + "language": "JSON5", + "license_type": "no_license", + "file_count": 81566, + "total_size_bytes": 1435205834, + "estimated_tokens": 371632975 + }, + { + "language": "JSON5", + "license_type": "permissive", + "file_count": 8576, + "total_size_bytes": 14356261, + "estimated_tokens": 3717417 + }, + { + "language": "JSONLD", + "license_type": "no_license", + "file_count": 1, + "total_size_bytes": 210, + "estimated_tokens": 65 + }, + { + "language": "JSONLD", + "license_type": "permissive", + "file_count": 1, + "total_size_bytes": 263, + "estimated_tokens": 81 + }, + { + "language": "JSONiq", + "license_type": "no_license", + "file_count": 2278, + "total_size_bytes": 56421072, + "estimated_tokens": 17511224 + }, + { + "language": "JSONiq", + "license_type": "permissive", + "file_count": 2558, + "total_size_bytes": 1016192, + "estimated_tokens": 315392 + }, + { + "language": "Jai", + "license_type": "no_license", + "file_count": 7398, + "total_size_bytes": 63767086, + "estimated_tokens": 19791182 + }, + { + "language": "Jai", + "license_type": "permissive", + "file_count": 849, + "total_size_bytes": 3402556, + "estimated_tokens": 1056040 + }, + { + "language": "Janet", + "license_type": "no_license", + "file_count": 6937, + "total_size_bytes": 18904468, + "estimated_tokens": 5867318 + }, + { + "language": "Janet", + "license_type": "permissive", + "file_count": 269, + "total_size_bytes": 686884, + "estimated_tokens": 213185 + }, + { + "language": "Jasmin", + "license_type": "no_license", + "file_count": 29501, + "total_size_bytes": 136116917, + "estimated_tokens": 42246163 + }, + { + "language": "Jasmin", + "license_type": "permissive", + "file_count": 1434, + "total_size_bytes": 9984720, + "estimated_tokens": 3098924 + }, + { + "language": "Java", + "license_type": "no_license", + "file_count": 349642051, + "total_size_bytes": 1045105938449, + "estimated_tokens": 235802293781 + }, + { + "language": "Java", + "license_type": "permissive", + "file_count": 18146279, + "total_size_bytes": 82640982434, + "estimated_tokens": 18645892728 + }, + { + "language": "Java Properties", + "license_type": "no_license", + "file_count": 3828, + "total_size_bytes": 640550, + "estimated_tokens": 198805 + }, + { + "language": "Java Properties", + "license_type": "permissive", + "file_count": 20, + "total_size_bytes": 14171, + "estimated_tokens": 4398 + }, + { + "language": "Java Server Pages", + "license_type": "no_license", + "file_count": 10883368, + "total_size_bytes": 50768026545, + "estimated_tokens": 13922546617 + }, + { + "language": "Java Server Pages", + "license_type": "permissive", + "file_count": 211489, + "total_size_bytes": 1054466074, + "estimated_tokens": 289175177 + }, + { + "language": "Java Template Engine", + "license_type": "no_license", + "file_count": 6967, + "total_size_bytes": 11676773, + "estimated_tokens": 3624081 + }, + { + "language": "Java Template Engine", + "license_type": "permissive", + "file_count": 251, + "total_size_bytes": 501921, + "estimated_tokens": 155779 + }, + { + "language": "JavaScript", + "license_type": "no_license", + "file_count": 229248333, + "total_size_bytes": 969083867596, + "estimated_tokens": 241085336203 + }, + { + "language": "JavaScript", + "license_type": "permissive", + "file_count": 4551040, + "total_size_bytes": 28904629491, + "estimated_tokens": 7190793853 + }, + { + "language": "JavaScript+ERB", + "license_type": "no_license", + "file_count": 245825, + "total_size_bytes": 160364547, + "estimated_tokens": 39910319 + }, + { + "language": "JavaScript+ERB", + "license_type": "permissive", + "file_count": 3736, + "total_size_bytes": 2005395, + "estimated_tokens": 499087 + }, + { + "language": "Jest Snapshot", + "license_type": "no_license", + "file_count": 3, + "total_size_bytes": 183, + "estimated_tokens": 56 + }, + { + "language": "JetBrains MPS", + "license_type": "no_license", + "file_count": 14522, + "total_size_bytes": 97257290, + "estimated_tokens": 30185427 + }, + { + "language": "JetBrains MPS", + "license_type": "permissive", + "file_count": 1385, + "total_size_bytes": 5220836, + "estimated_tokens": 1620373 + }, + { + "language": "Jinja", + "license_type": "no_license", + "file_count": 637136, + "total_size_bytes": 1258883605, + "estimated_tokens": 318772638 + }, + { + "language": "Jinja", + "license_type": "permissive", + "file_count": 84525, + "total_size_bytes": 185586376, + "estimated_tokens": 46993906 + }, + { + "language": "Jison", + "license_type": "no_license", + "file_count": 5312, + "total_size_bytes": 47151958, + "estimated_tokens": 14634399 + }, + { + "language": "Jison", + "license_type": "permissive", + "file_count": 113, + "total_size_bytes": 513856, + "estimated_tokens": 159483 + }, + { + "language": "Jison Lex", + "license_type": "no_license", + "file_count": 264, + "total_size_bytes": 1770155, + "estimated_tokens": 549397 + }, + { + "language": "Jison Lex", + "license_type": "permissive", + "file_count": 3, + "total_size_bytes": 3355, + "estimated_tokens": 1041 + }, + { + "language": "Jolie", + "license_type": "no_license", + "file_count": 5294, + "total_size_bytes": 9546007, + "estimated_tokens": 2962763 + }, + { + "language": "Jolie", + "license_type": "permissive", + "file_count": 47, + "total_size_bytes": 100033, + "estimated_tokens": 31046 + }, + { + "language": "Jsonnet", + "license_type": "no_license", + "file_count": 55497, + "total_size_bytes": 152427739, + "estimated_tokens": 38191403 + }, + { + "language": "Jsonnet", + "license_type": "permissive", + "file_count": 16493, + "total_size_bytes": 51980585, + "estimated_tokens": 13023951 + }, + { + "language": "Julia", + "license_type": "no_license", + "file_count": 1056411, + "total_size_bytes": 5195823488, + "estimated_tokens": 1806824880 + }, + { + "language": "Julia", + "license_type": "permissive", + "file_count": 23118, + "total_size_bytes": 125773868, + "estimated_tokens": 43737312 + }, + { + "language": "Jupyter Notebook", + "license_type": "no_license", + "file_count": 25015106, + "total_size_bytes": 348153892404, + "estimated_tokens": 114928835947 + }, + { + "language": "Jupyter Notebook", + "license_type": "permissive", + "file_count": 549879, + "total_size_bytes": 7920509260, + "estimated_tokens": 2614633727 + }, + { + "language": "Just", + "license_type": "no_license", + "file_count": 34050, + "total_size_bytes": 37748751, + "estimated_tokens": 11715956 + }, + { + "language": "Just", + "license_type": "permissive", + "file_count": 4081, + "total_size_bytes": 6843560, + "estimated_tokens": 2124013 + }, + { + "language": "KDL", + "license_type": "no_license", + "file_count": 11218, + "total_size_bytes": 19289463, + "estimated_tokens": 5986807 + }, + { + "language": "KDL", + "license_type": "permissive", + "file_count": 297, + "total_size_bytes": 938559, + "estimated_tokens": 291297 + }, + { + "language": "KRL", + "license_type": "no_license", + "file_count": 2695, + "total_size_bytes": 9887456, + "estimated_tokens": 3068737 + }, + { + "language": "KRL", + "license_type": "permissive", + "file_count": 43, + "total_size_bytes": 92459, + "estimated_tokens": 28696 + }, + { + "language": "Kaitai Struct", + "license_type": "no_license", + "file_count": 8660, + "total_size_bytes": 36419420, + "estimated_tokens": 11303376 + }, + { + "language": "Kaitai Struct", + "license_type": "permissive", + "file_count": 208, + "total_size_bytes": 1303116, + "estimated_tokens": 404443 + }, + { + "language": "KakouneScript", + "license_type": "no_license", + "file_count": 3723, + "total_size_bytes": 11763136, + "estimated_tokens": 3650886 + }, + { + "language": "KakouneScript", + "license_type": "permissive", + "file_count": 2061, + "total_size_bytes": 7022229, + "estimated_tokens": 2179466 + }, + { + "language": "KerboScript", + "license_type": "no_license", + "file_count": 18935, + "total_size_bytes": 65937387, + "estimated_tokens": 20464771 + }, + { + "language": "KerboScript", + "license_type": "permissive", + "file_count": 619, + "total_size_bytes": 2116605, + "estimated_tokens": 656923 + }, + { + "language": "Kickstart", + "license_type": "no_license", + "file_count": 23356, + "total_size_bytes": 208087795, + "estimated_tokens": 64583530 + }, + { + "language": "Kickstart", + "license_type": "permissive", + "file_count": 330, + "total_size_bytes": 1223232, + "estimated_tokens": 379650 + }, + { + "language": "Kit", + "license_type": "no_license", + "file_count": 25370, + "total_size_bytes": 99414526, + "estimated_tokens": 30854962 + }, + { + "language": "Kit", + "license_type": "permissive", + "file_count": 202, + "total_size_bytes": 909477, + "estimated_tokens": 282271 + }, + { + "language": "Koka", + "license_type": "no_license", + "file_count": 5738, + "total_size_bytes": 24840333, + "estimated_tokens": 7709613 + }, + { + "language": "Koka", + "license_type": "permissive", + "file_count": 20, + "total_size_bytes": 43718, + "estimated_tokens": 13568 + }, + { + "language": "Kotlin", + "license_type": "no_license", + "file_count": 29860244, + "total_size_bytes": 63810918324, + "estimated_tokens": 13175902828 + }, + { + "language": "Kotlin", + "license_type": "permissive", + "file_count": 1983691, + "total_size_bytes": 5750536855, + "estimated_tokens": 1187391073 + }, + { + "language": "Kusto", + "license_type": "no_license", + "file_count": 25719, + "total_size_bytes": 44060354, + "estimated_tokens": 13674868 + }, + { + "language": "Kusto", + "license_type": "permissive", + "file_count": 423, + "total_size_bytes": 1129936, + "estimated_tokens": 350694 + }, + { + "language": "LFE", + "license_type": "no_license", + "file_count": 3415, + "total_size_bytes": 5221011, + "estimated_tokens": 1620428 + }, + { + "language": "LFE", + "license_type": "permissive", + "file_count": 207, + "total_size_bytes": 321397, + "estimated_tokens": 99750 + }, + { + "language": "LLVM", + "license_type": "no_license", + "file_count": 563955, + "total_size_bytes": 14591237162, + "estimated_tokens": 8491073137 + }, + { + "language": "LLVM", + "license_type": "permissive", + "file_count": 24170, + "total_size_bytes": 454472404, + "estimated_tokens": 264470954 + }, + { + "language": "LOLCODE", + "license_type": "no_license", + "file_count": 5499, + "total_size_bytes": 20232702, + "estimated_tokens": 6279557 + }, + { + "language": "LOLCODE", + "license_type": "permissive", + "file_count": 136, + "total_size_bytes": 114088, + "estimated_tokens": 35409 + }, + { + "language": "LSL", + "license_type": "no_license", + "file_count": 15207, + "total_size_bytes": 115918146, + "estimated_tokens": 35977136 + }, + { + "language": "LSL", + "license_type": "permissive", + "file_count": 235, + "total_size_bytes": 5497610, + "estimated_tokens": 1706275 + }, + { + "language": "LTspice Symbol", + "license_type": "no_license", + "file_count": 24205, + "total_size_bytes": 22459476, + "estimated_tokens": 6970674 + }, + { + "language": "LTspice Symbol", + "license_type": "permissive", + "file_count": 175, + "total_size_bytes": 113544, + "estimated_tokens": 35240 + }, + { + "language": "LabVIEW", + "license_type": "no_license", + "file_count": 8654, + "total_size_bytes": 112201006, + "estimated_tokens": 34823460 + }, + { + "language": "LabVIEW", + "license_type": "permissive", + "file_count": 241, + "total_size_bytes": 5378457, + "estimated_tokens": 1669294 + }, + { + "language": "Lark", + "license_type": "no_license", + "file_count": 3328, + "total_size_bytes": 14501956, + "estimated_tokens": 4500924 + }, + { + "language": "Lark", + "license_type": "permissive", + "file_count": 268, + "total_size_bytes": 1902175, + "estimated_tokens": 590371 + }, + { + "language": "Latte", + "license_type": "no_license", + "file_count": 48464, + "total_size_bytes": 95497070, + "estimated_tokens": 29639114 + }, + { + "language": "Latte", + "license_type": "permissive", + "file_count": 960, + "total_size_bytes": 1559582, + "estimated_tokens": 484042 + }, + { + "language": "Lean", + "license_type": "no_license", + "file_count": 37750, + "total_size_bytes": 143367507, + "estimated_tokens": 44496505 + }, + { + "language": "Lean", + "license_type": "permissive", + "file_count": 17214, + "total_size_bytes": 170560728, + "estimated_tokens": 52936376 + }, + { + "language": "Lean 4", + "license_type": "no_license", + "file_count": 99242, + "total_size_bytes": 508334513, + "estimated_tokens": 161129827 + }, + { + "language": "Lean 4", + "license_type": "permissive", + "file_count": 51817, + "total_size_bytes": 496803593, + "estimated_tokens": 157474802 + }, + { + "language": "Leo", + "license_type": "no_license", + "file_count": 10309, + "total_size_bytes": 114306697, + "estimated_tokens": 35476996 + }, + { + "language": "Leo", + "license_type": "permissive", + "file_count": 94, + "total_size_bytes": 1195918, + "estimated_tokens": 371173 + }, + { + "language": "Less", + "license_type": "no_license", + "file_count": 2658390, + "total_size_bytes": 9128148504, + "estimated_tokens": 2766814043 + }, + { + "language": "Less", + "license_type": "permissive", + "file_count": 116750, + "total_size_bytes": 424739550, + "estimated_tokens": 128741918 + }, + { + "language": "Lex", + "license_type": "no_license", + "file_count": 140352, + "total_size_bytes": 787826931, + "estimated_tokens": 212880104 + }, + { + "language": "Lex", + "license_type": "permissive", + "file_count": 2555, + "total_size_bytes": 74071014, + "estimated_tokens": 20014859 + }, + { + "language": "LigoLANG", + "license_type": "no_license", + "file_count": 2966, + "total_size_bytes": 6093583, + "estimated_tokens": 1891245 + }, + { + "language": "LigoLANG", + "license_type": "permissive", + "file_count": 36, + "total_size_bytes": 236060, + "estimated_tokens": 73265 + }, + { + "language": "LilyPond", + "license_type": "no_license", + "file_count": 157894, + "total_size_bytes": 601988870, + "estimated_tokens": 288849929 + }, + { + "language": "LilyPond", + "license_type": "permissive", + "file_count": 8569, + "total_size_bytes": 15127454, + "estimated_tokens": 7258546 + }, + { + "language": "Limbo", + "license_type": "no_license", + "file_count": 37813, + "total_size_bytes": 311467571, + "estimated_tokens": 96669174 + }, + { + "language": "Limbo", + "license_type": "permissive", + "file_count": 702, + "total_size_bytes": 1948131, + "estimated_tokens": 604635 + }, + { + "language": "Linear Programming", + "license_type": "no_license", + "file_count": 54765, + "total_size_bytes": 3879827313, + "estimated_tokens": 1204169351 + }, + { + "language": "Linear Programming", + "license_type": "permissive", + "file_count": 274, + "total_size_bytes": 18952005, + "estimated_tokens": 5882071 + }, + { + "language": "Linker Script", + "license_type": "no_license", + "file_count": 104052, + "total_size_bytes": 396785913, + "estimated_tokens": 140715381 + }, + { + "language": "Linker Script", + "license_type": "permissive", + "file_count": 14884, + "total_size_bytes": 40843352, + "estimated_tokens": 14484606 + }, + { + "language": "Liquid", + "license_type": "no_license", + "file_count": 550971, + "total_size_bytes": 3324530451, + "estimated_tokens": 887751610 + }, + { + "language": "Liquid", + "license_type": "permissive", + "file_count": 5675, + "total_size_bytes": 17505847, + "estimated_tokens": 4674598 + }, + { + "language": "Literate Agda", + "license_type": "no_license", + "file_count": 4656, + "total_size_bytes": 40922295, + "estimated_tokens": 12700919 + }, + { + "language": "Literate Agda", + "license_type": "permissive", + "file_count": 642, + "total_size_bytes": 8112679, + "estimated_tokens": 2517905 + }, + { + "language": "Literate CoffeeScript", + "license_type": "no_license", + "file_count": 7717, + "total_size_bytes": 27583541, + "estimated_tokens": 8561013 + }, + { + "language": "Literate CoffeeScript", + "license_type": "permissive", + "file_count": 185, + "total_size_bytes": 655679, + "estimated_tokens": 203500 + }, + { + "language": "Literate Haskell", + "license_type": "no_license", + "file_count": 24701, + "total_size_bytes": 186170887, + "estimated_tokens": 57781251 + }, + { + "language": "Literate Haskell", + "license_type": "permissive", + "file_count": 365, + "total_size_bytes": 1857425, + "estimated_tokens": 576482 + }, + { + "language": "LiveCode Script", + "license_type": "no_license", + "file_count": 5701, + "total_size_bytes": 57917671, + "estimated_tokens": 17975718 + }, + { + "language": "LiveCode Script", + "license_type": "permissive", + "file_count": 107, + "total_size_bytes": 1939851, + "estimated_tokens": 602065 + }, + { + "language": "LiveScript", + "license_type": "no_license", + "file_count": 350, + "total_size_bytes": 6451838, + "estimated_tokens": 2002435 + }, + { + "language": "LiveScript", + "license_type": "permissive", + "file_count": 40, + "total_size_bytes": 1025354, + "estimated_tokens": 318235 + }, + { + "language": "Logos", + "license_type": "no_license", + "file_count": 73217, + "total_size_bytes": 459680637, + "estimated_tokens": 157043885 + }, + { + "language": "Logos", + "license_type": "permissive", + "file_count": 991, + "total_size_bytes": 9638787, + "estimated_tokens": 3292965 + }, + { + "language": "Logtalk", + "license_type": "no_license", + "file_count": 1457, + "total_size_bytes": 6428685, + "estimated_tokens": 1995250 + }, + { + "language": "Logtalk", + "license_type": "permissive", + "file_count": 2209, + "total_size_bytes": 7650775, + "estimated_tokens": 2374546 + }, + { + "language": "LookML", + "license_type": "no_license", + "file_count": 78961, + "total_size_bytes": 447867074, + "estimated_tokens": 139003043 + }, + { + "language": "LookML", + "license_type": "permissive", + "file_count": 892, + "total_size_bytes": 4022834, + "estimated_tokens": 1248553 + }, + { + "language": "LoomScript", + "license_type": "no_license", + "file_count": 1205, + "total_size_bytes": 6858179, + "estimated_tokens": 2128550 + }, + { + "language": "LoomScript", + "license_type": "permissive", + "file_count": 17, + "total_size_bytes": 33853, + "estimated_tokens": 10506 + }, + { + "language": "Lua", + "license_type": "no_license", + "file_count": 8235691, + "total_size_bytes": 61844998661, + "estimated_tokens": 20421357687 + }, + { + "language": "Lua", + "license_type": "permissive", + "file_count": 580304, + "total_size_bytes": 2941868173, + "estimated_tokens": 971411488 + }, + { + "language": "Luau", + "license_type": "no_license", + "file_count": 64848, + "total_size_bytes": 259442305, + "estimated_tokens": 80522262 + }, + { + "language": "Luau", + "license_type": "permissive", + "file_count": 2076, + "total_size_bytes": 18240167, + "estimated_tokens": 5661141 + }, + { + "language": "M", + "license_type": "no_license", + "file_count": 404914, + "total_size_bytes": 2946074228, + "estimated_tokens": 1364171809 + }, + { + "language": "M", + "license_type": "permissive", + "file_count": 5177, + "total_size_bytes": 33100783, + "estimated_tokens": 15327229 + }, + { + "language": "M4", + "license_type": "no_license", + "file_count": 56614, + "total_size_bytes": 363140806, + "estimated_tokens": 112706827 + }, + { + "language": "M4", + "license_type": "permissive", + "file_count": 3852, + "total_size_bytes": 32572889, + "estimated_tokens": 10109541 + }, + { + "language": "M4Sugar", + "license_type": "no_license", + "file_count": 167308, + "total_size_bytes": 2649833019, + "estimated_tokens": 774825469 + }, + { + "language": "M4Sugar", + "license_type": "permissive", + "file_count": 10559, + "total_size_bytes": 241667036, + "estimated_tokens": 70664744 + }, + { + "language": "MATLAB", + "license_type": "no_license", + "file_count": 8945032, + "total_size_bytes": 29198063732, + "estimated_tokens": 9019604818 + }, + { + "language": "MATLAB", + "license_type": "permissive", + "file_count": 202271, + "total_size_bytes": 761718379, + "estimated_tokens": 235303231 + }, + { + "language": "MAXScript", + "license_type": "no_license", + "file_count": 4704, + "total_size_bytes": 60344668, + "estimated_tokens": 18728977 + }, + { + "language": "MAXScript", + "license_type": "permissive", + "file_count": 21, + "total_size_bytes": 139893, + "estimated_tokens": 43418 + }, + { + "language": "MDX", + "license_type": "no_license", + "file_count": 1995938, + "total_size_bytes": 6654528578, + "estimated_tokens": 1606721775 + }, + { + "language": "MDX", + "license_type": "permissive", + "file_count": 248457, + "total_size_bytes": 883370478, + "estimated_tokens": 213287923 + }, + { + "language": "MLIR", + "license_type": "no_license", + "file_count": 79792, + "total_size_bytes": 1040539207, + "estimated_tokens": 397135879 + }, + { + "language": "MLIR", + "license_type": "permissive", + "file_count": 21621, + "total_size_bytes": 225288283, + "estimated_tokens": 85984324 + }, + { + "language": "MQL4", + "license_type": "no_license", + "file_count": 21236, + "total_size_bytes": 271061614, + "estimated_tokens": 84128509 + }, + { + "language": "MQL4", + "license_type": "permissive", + "file_count": 490, + "total_size_bytes": 5508916, + "estimated_tokens": 1709784 + }, + { + "language": "MQL5", + "license_type": "no_license", + "file_count": 27468, + "total_size_bytes": 747624387, + "estimated_tokens": 232037743 + }, + { + "language": "MQL5", + "license_type": "permissive", + "file_count": 3785, + "total_size_bytes": 162975813, + "estimated_tokens": 50582271 + }, + { + "language": "MTML", + "license_type": "no_license", + "file_count": 4622, + "total_size_bytes": 9090933, + "estimated_tokens": 2821523 + }, + { + "language": "MTML", + "license_type": "permissive", + "file_count": 41, + "total_size_bytes": 73155, + "estimated_tokens": 22704 + }, + { + "language": "MUF", + "license_type": "no_license", + "file_count": 4240, + "total_size_bytes": 22054447, + "estimated_tokens": 6844966 + }, + { + "language": "MUF", + "license_type": "permissive", + "file_count": 28, + "total_size_bytes": 54925, + "estimated_tokens": 17046 + }, + { + "language": "Macaulay2", + "license_type": "no_license", + "file_count": 10415, + "total_size_bytes": 419877161, + "estimated_tokens": 130315905 + }, + { + "language": "Macaulay2", + "license_type": "permissive", + "file_count": 21, + "total_size_bytes": 3154420, + "estimated_tokens": 979027 + }, + { + "language": "Makefile", + "license_type": "no_license", + "file_count": 9406479, + "total_size_bytes": 27800773178, + "estimated_tokens": 9937801870 + }, + { + "language": "Makefile", + "license_type": "permissive", + "file_count": 420494, + "total_size_bytes": 1418674027, + "estimated_tokens": 507126233 + }, + { + "language": "Mako", + "license_type": "no_license", + "file_count": 42256, + "total_size_bytes": 195147657, + "estimated_tokens": 60567341 + }, + { + "language": "Mako", + "license_type": "permissive", + "file_count": 2554, + "total_size_bytes": 11367450, + "estimated_tokens": 3528078 + }, + { + "language": "Markdown", + "license_type": "no_license", + "file_count": 219773838, + "total_size_bytes": 878929434287, + "estimated_tokens": 260420661662 + }, + { + "language": "Markdown", + "license_type": "permissive", + "file_count": 13469744, + "total_size_bytes": 77019478560, + "estimated_tokens": 22820334357 + }, + { + "language": "Marko", + "license_type": "no_license", + "file_count": 22100, + "total_size_bytes": 20731643, + "estimated_tokens": 6434412 + }, + { + "language": "Marko", + "license_type": "permissive", + "file_count": 1179, + "total_size_bytes": 40467581, + "estimated_tokens": 12559791 + }, + { + "language": "Mask", + "license_type": "no_license", + "file_count": 1790, + "total_size_bytes": 27430687, + "estimated_tokens": 8513572 + }, + { + "language": "Mask", + "license_type": "permissive", + "file_count": 8, + "total_size_bytes": 340819, + "estimated_tokens": 105778 + }, + { + "language": "Mathematica", + "license_type": "no_license", + "file_count": 84056, + "total_size_bytes": 3162593614, + "estimated_tokens": 981563867 + }, + { + "language": "Mathematica", + "license_type": "permissive", + "file_count": 1887, + "total_size_bytes": 160090803, + "estimated_tokens": 49686860 + }, + { + "language": "Maven POM", + "license_type": "no_license", + "file_count": 5134506, + "total_size_bytes": 15785250316, + "estimated_tokens": 4060512842 + }, + { + "language": "Maven POM", + "license_type": "permissive", + "file_count": 411110, + "total_size_bytes": 1607365605, + "estimated_tokens": 413470078 + }, + { + "language": "Mercury", + "license_type": "no_license", + "file_count": 5342, + "total_size_bytes": 58028114, + "estimated_tokens": 18009996 + }, + { + "language": "Mercury", + "license_type": "permissive", + "file_count": 163, + "total_size_bytes": 234952, + "estimated_tokens": 72921 + }, + { + "language": "Mermaid", + "license_type": "no_license", + "file_count": 50202, + "total_size_bytes": 159570198, + "estimated_tokens": 49525282 + }, + { + "language": "Mermaid", + "license_type": "permissive", + "file_count": 3205, + "total_size_bytes": 6333228, + "estimated_tokens": 1965623 + }, + { + "language": "Meson", + "license_type": "no_license", + "file_count": 120301, + "total_size_bytes": 134247563, + "estimated_tokens": 36293275 + }, + { + "language": "Meson", + "license_type": "permissive", + "file_count": 11616, + "total_size_bytes": 13036851, + "estimated_tokens": 3524458 + }, + { + "language": "Metal", + "license_type": "no_license", + "file_count": 28817, + "total_size_bytes": 359404457, + "estimated_tokens": 111547189 + }, + { + "language": "Metal", + "license_type": "permissive", + "file_count": 1068, + "total_size_bytes": 60263529, + "estimated_tokens": 18703794 + }, + { + "language": "MiniD", + "license_type": "no_license", + "file_count": 4, + "total_size_bytes": 205, + "estimated_tokens": 63 + }, + { + "language": "MiniYAML", + "license_type": "no_license", + "file_count": 21236, + "total_size_bytes": 221585122, + "estimated_tokens": 68772651 + }, + { + "language": "MiniYAML", + "license_type": "permissive", + "file_count": 635, + "total_size_bytes": 4148580, + "estimated_tokens": 1287581 + }, + { + "language": "MiniZinc", + "license_type": "no_license", + "file_count": 24343, + "total_size_bytes": 241860335, + "estimated_tokens": 75065403 + }, + { + "language": "MiniZinc", + "license_type": "permissive", + "file_count": 989, + "total_size_bytes": 841670, + "estimated_tokens": 261226 + }, + { + "language": "Mint", + "license_type": "no_license", + "file_count": 4367, + "total_size_bytes": 8965038, + "estimated_tokens": 2782449 + }, + { + "language": "Mint", + "license_type": "permissive", + "file_count": 24, + "total_size_bytes": 50309, + "estimated_tokens": 15614 + }, + { + "language": "Mirah", + "license_type": "no_license", + "file_count": 1257, + "total_size_bytes": 3912205, + "estimated_tokens": 1214218 + }, + { + "language": "Mirah", + "license_type": "permissive", + "file_count": 46, + "total_size_bytes": 255881, + "estimated_tokens": 79416 + }, + { + "language": "Modelica", + "license_type": "no_license", + "file_count": 162565, + "total_size_bytes": 1058755206, + "estimated_tokens": 390548370 + }, + { + "language": "Modelica", + "license_type": "permissive", + "file_count": 10233, + "total_size_bytes": 26872094, + "estimated_tokens": 9912444 + }, + { + "language": "Modula-2", + "license_type": "no_license", + "file_count": 21980, + "total_size_bytes": 228083666, + "estimated_tokens": 70789583 + }, + { + "language": "Modula-2", + "license_type": "permissive", + "file_count": 855, + "total_size_bytes": 3998710, + "estimated_tokens": 1241066 + }, + { + "language": "Modula-3", + "license_type": "no_license", + "file_count": 49488, + "total_size_bytes": 302122407, + "estimated_tokens": 93768746 + }, + { + "language": "Modula-3", + "license_type": "permissive", + "file_count": 72, + "total_size_bytes": 24789374, + "estimated_tokens": 7693797 + }, + { + "language": "Module Management System", + "license_type": "no_license", + "file_count": 3783, + "total_size_bytes": 19893687, + "estimated_tokens": 6174338 + }, + { + "language": "Module Management System", + "license_type": "permissive", + "file_count": 250, + "total_size_bytes": 1774923, + "estimated_tokens": 550877 + }, + { + "language": "Mojo", + "license_type": "no_license", + "file_count": 13126, + "total_size_bytes": 85211386, + "estimated_tokens": 26446780 + }, + { + "language": "Mojo", + "license_type": "permissive", + "file_count": 1088, + "total_size_bytes": 5707176, + "estimated_tokens": 1771317 + }, + { + "language": "Monkey", + "license_type": "no_license", + "file_count": 7194, + "total_size_bytes": 34994197, + "estimated_tokens": 10861034 + }, + { + "language": "Monkey", + "license_type": "permissive", + "file_count": 264, + "total_size_bytes": 420523, + "estimated_tokens": 130516 + }, + { + "language": "Monkey C", + "license_type": "no_license", + "file_count": 21044, + "total_size_bytes": 75585483, + "estimated_tokens": 23459219 + }, + { + "language": "Monkey C", + "license_type": "permissive", + "file_count": 1329, + "total_size_bytes": 6089738, + "estimated_tokens": 1890052 + }, + { + "language": "Moocode", + "license_type": "no_license", + "file_count": 3279, + "total_size_bytes": 45293403, + "estimated_tokens": 14057565 + }, + { + "language": "Moocode", + "license_type": "permissive", + "file_count": 28, + "total_size_bytes": 163796, + "estimated_tokens": 50836 + }, + { + "language": "MoonBit", + "license_type": "no_license", + "file_count": 7185, + "total_size_bytes": 23266222, + "estimated_tokens": 7221061 + }, + { + "language": "MoonBit", + "license_type": "permissive", + "file_count": 1795, + "total_size_bytes": 8675563, + "estimated_tokens": 2692606 + }, + { + "language": "MoonScript", + "license_type": "no_license", + "file_count": 16427, + "total_size_bytes": 44060003, + "estimated_tokens": 13674759 + }, + { + "language": "MoonScript", + "license_type": "permissive", + "file_count": 280, + "total_size_bytes": 494257, + "estimated_tokens": 153400 + }, + { + "language": "Motoko", + "license_type": "no_license", + "file_count": 31564, + "total_size_bytes": 217448315, + "estimated_tokens": 67488724 + }, + { + "language": "Motoko", + "license_type": "permissive", + "file_count": 2414, + "total_size_bytes": 11364373, + "estimated_tokens": 3527123 + }, + { + "language": "Motorola 68K Assembly", + "license_type": "no_license", + "file_count": 883381, + "total_size_bytes": 10111143779, + "estimated_tokens": 5179049931 + }, + { + "language": "Motorola 68K Assembly", + "license_type": "permissive", + "file_count": 39466, + "total_size_bytes": 399454058, + "estimated_tokens": 204605191 + }, + { + "language": "Move", + "license_type": "no_license", + "file_count": 50843, + "total_size_bytes": 324491468, + "estimated_tokens": 100711358 + }, + { + "language": "Move", + "license_type": "permissive", + "file_count": 68996, + "total_size_bytes": 177044345, + "estimated_tokens": 54948676 + }, + { + "language": "Muse", + "license_type": "no_license", + "file_count": 1625, + "total_size_bytes": 48271608, + "estimated_tokens": 14981901 + }, + { + "language": "Muse", + "license_type": "permissive", + "file_count": 58, + "total_size_bytes": 98507, + "estimated_tokens": 30573 + }, + { + "language": "Mustache", + "license_type": "no_license", + "file_count": 273643, + "total_size_bytes": 585600516, + "estimated_tokens": 146310813 + }, + { + "language": "Mustache", + "license_type": "permissive", + "file_count": 20636, + "total_size_bytes": 65986607, + "estimated_tokens": 16486587 + }, + { + "language": "Myghty", + "license_type": "no_license", + "file_count": 80, + "total_size_bytes": 194950, + "estimated_tokens": 60505 + }, + { + "language": "Myghty", + "license_type": "permissive", + "file_count": 20, + "total_size_bytes": 9360, + "estimated_tokens": 2905 + }, + { + "language": "NASL", + "license_type": "no_license", + "file_count": 245118, + "total_size_bytes": 1473387601, + "estimated_tokens": 457290505 + }, + { + "language": "NASL", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 13402, + "estimated_tokens": 4159 + }, + { + "language": "NCL", + "license_type": "no_license", + "file_count": 33393, + "total_size_bytes": 258563257, + "estimated_tokens": 80249434 + }, + { + "language": "NCL", + "license_type": "permissive", + "file_count": 579, + "total_size_bytes": 14168991, + "estimated_tokens": 4397583 + }, + { + "language": "NEON", + "license_type": "no_license", + "file_count": 42419, + "total_size_bytes": 287122589, + "estimated_tokens": 89113301 + }, + { + "language": "NEON", + "license_type": "permissive", + "file_count": 2354, + "total_size_bytes": 14129490, + "estimated_tokens": 4385323 + }, + { + "language": "NL", + "license_type": "no_license", + "file_count": 3375, + "total_size_bytes": 14456124, + "estimated_tokens": 4486700 + }, + { + "language": "NL", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 1604, + "estimated_tokens": 497 + }, + { + "language": "NMODL", + "license_type": "no_license", + "file_count": 15055, + "total_size_bytes": 43269105, + "estimated_tokens": 13429291 + }, + { + "language": "NMODL", + "license_type": "permissive", + "file_count": 141, + "total_size_bytes": 428012, + "estimated_tokens": 132840 + }, + { + "language": "NPM Config", + "license_type": "no_license", + "file_count": 69513, + "total_size_bytes": 8142586, + "estimated_tokens": 2527187 + }, + { + "language": "NPM Config", + "license_type": "permissive", + "file_count": 3063, + "total_size_bytes": 342049, + "estimated_tokens": 106160 + }, + { + "language": "NSIS", + "license_type": "no_license", + "file_count": 36150, + "total_size_bytes": 287876455, + "estimated_tokens": 89347276 + }, + { + "language": "NSIS", + "license_type": "permissive", + "file_count": 1262, + "total_size_bytes": 9593480, + "estimated_tokens": 2977497 + }, + { + "language": "NWScript", + "license_type": "no_license", + "file_count": 144909, + "total_size_bytes": 419410695, + "estimated_tokens": 130171129 + }, + { + "language": "NWScript", + "license_type": "permissive", + "file_count": 64, + "total_size_bytes": 134546, + "estimated_tokens": 41758 + }, + { + "language": "Nasal", + "license_type": "no_license", + "file_count": 5543, + "total_size_bytes": 50535538, + "estimated_tokens": 15684550 + }, + { + "language": "Nasal", + "license_type": "permissive", + "file_count": 42, + "total_size_bytes": 753236, + "estimated_tokens": 233779 + }, + { + "language": "Nearley", + "license_type": "no_license", + "file_count": 7494, + "total_size_bytes": 75684787, + "estimated_tokens": 23490040 + }, + { + "language": "Nearley", + "license_type": "permissive", + "file_count": 92, + "total_size_bytes": 223053, + "estimated_tokens": 69228 + }, + { + "language": "Nemerle", + "license_type": "no_license", + "file_count": 8037, + "total_size_bytes": 25384196, + "estimated_tokens": 7878410 + }, + { + "language": "Nemerle", + "license_type": "permissive", + "file_count": 106, + "total_size_bytes": 512475, + "estimated_tokens": 159055 + }, + { + "language": "NetLinx", + "license_type": "no_license", + "file_count": 2975, + "total_size_bytes": 34279775, + "estimated_tokens": 10639301 + }, + { + "language": "NetLinx", + "license_type": "permissive", + "file_count": 99, + "total_size_bytes": 1141339, + "estimated_tokens": 354233 + }, + { + "language": "NetLinx+ERB", + "license_type": "no_license", + "file_count": 15, + "total_size_bytes": 35841, + "estimated_tokens": 11123 + }, + { + "language": "NetLogo", + "license_type": "no_license", + "file_count": 7936, + "total_size_bytes": 338745123, + "estimated_tokens": 105135219 + }, + { + "language": "NetLogo", + "license_type": "permissive", + "file_count": 201, + "total_size_bytes": 12946349, + "estimated_tokens": 4018116 + }, + { + "language": "NewLisp", + "license_type": "no_license", + "file_count": 54302, + "total_size_bytes": 466742787, + "estimated_tokens": 144861436 + }, + { + "language": "NewLisp", + "license_type": "permissive", + "file_count": 856, + "total_size_bytes": 10474853, + "estimated_tokens": 3251045 + }, + { + "language": "Nextflow", + "license_type": "no_license", + "file_count": 93355, + "total_size_bytes": 257497872, + "estimated_tokens": 69845879 + }, + { + "language": "Nextflow", + "license_type": "permissive", + "file_count": 4552, + "total_size_bytes": 12805104, + "estimated_tokens": 3473363 + }, + { + "language": "Nginx", + "license_type": "no_license", + "file_count": 264327, + "total_size_bytes": 326965648, + "estimated_tokens": 83411962 + }, + { + "language": "Nginx", + "license_type": "permissive", + "file_count": 10595, + "total_size_bytes": 16875895, + "estimated_tokens": 4305196 + }, + { + "language": "Nim", + "license_type": "no_license", + "file_count": 180328, + "total_size_bytes": 882349352, + "estimated_tokens": 274469086 + }, + { + "language": "Nim", + "license_type": "permissive", + "file_count": 7810, + "total_size_bytes": 44779132, + "estimated_tokens": 13929275 + }, + { + "language": "Ninja", + "license_type": "no_license", + "file_count": 38165, + "total_size_bytes": 374385882, + "estimated_tokens": 116196925 + }, + { + "language": "Ninja", + "license_type": "permissive", + "file_count": 1048, + "total_size_bytes": 7821436, + "estimated_tokens": 2427513 + }, + { + "language": "Nit", + "license_type": "no_license", + "file_count": 1026, + "total_size_bytes": 4166642, + "estimated_tokens": 1293187 + }, + { + "language": "Nit", + "license_type": "permissive", + "file_count": 11, + "total_size_bytes": 624, + "estimated_tokens": 193 + }, + { + "language": "Nix", + "license_type": "no_license", + "file_count": 2150571, + "total_size_bytes": 7103277215, + "estimated_tokens": 2400957605 + }, + { + "language": "Nix", + "license_type": "permissive", + "file_count": 113827, + "total_size_bytes": 342058628, + "estimated_tokens": 115618219 + }, + { + "language": "Noir", + "license_type": "no_license", + "file_count": 6280, + "total_size_bytes": 30231273, + "estimated_tokens": 9382781 + }, + { + "language": "Noir", + "license_type": "permissive", + "file_count": 5125, + "total_size_bytes": 9230631, + "estimated_tokens": 2864880 + }, + { + "language": "Nu", + "license_type": "no_license", + "file_count": 9811, + "total_size_bytes": 25512582, + "estimated_tokens": 7918256 + }, + { + "language": "Nu", + "license_type": "permissive", + "file_count": 614, + "total_size_bytes": 1606316, + "estimated_tokens": 498547 + }, + { + "language": "NumPy", + "license_type": "no_license", + "file_count": 187, + "total_size_bytes": 338791, + "estimated_tokens": 105149 + }, + { + "language": "NumPy", + "license_type": "permissive", + "file_count": 3, + "total_size_bytes": 3201, + "estimated_tokens": 993 + }, + { + "language": "Nunjucks", + "license_type": "no_license", + "file_count": 5, + "total_size_bytes": 2513, + "estimated_tokens": 779 + }, + { + "language": "Nushell", + "license_type": "no_license", + "file_count": 18561, + "total_size_bytes": 62029218, + "estimated_tokens": 19251806 + }, + { + "language": "Nushell", + "license_type": "permissive", + "file_count": 725, + "total_size_bytes": 1641629, + "estimated_tokens": 509507 + }, + { + "language": "OASv2-json", + "license_type": "no_license", + "file_count": 68633, + "total_size_bytes": 391186396, + "estimated_tokens": 121411246 + }, + { + "language": "OASv2-json", + "license_type": "permissive", + "file_count": 4030, + "total_size_bytes": 18749129, + "estimated_tokens": 5819106 + }, + { + "language": "OASv2-yaml", + "license_type": "no_license", + "file_count": 71850, + "total_size_bytes": 301370698, + "estimated_tokens": 70058122 + }, + { + "language": "OASv2-yaml", + "license_type": "permissive", + "file_count": 8786, + "total_size_bytes": 59710385, + "estimated_tokens": 13880571 + }, + { + "language": "OASv3-json", + "license_type": "no_license", + "file_count": 58880, + "total_size_bytes": 291940798, + "estimated_tokens": 90608713 + }, + { + "language": "OASv3-json", + "license_type": "permissive", + "file_count": 4272, + "total_size_bytes": 16666986, + "estimated_tokens": 5172878 + }, + { + "language": "OASv3-yaml", + "license_type": "no_license", + "file_count": 151456, + "total_size_bytes": 693184607, + "estimated_tokens": 144927057 + }, + { + "language": "OASv3-yaml", + "license_type": "permissive", + "file_count": 18163, + "total_size_bytes": 82293645, + "estimated_tokens": 17205482 + }, + { + "language": "OCaml", + "license_type": "no_license", + "file_count": 847262, + "total_size_bytes": 5280369530, + "estimated_tokens": 1285536855 + }, + { + "language": "OCaml", + "license_type": "permissive", + "file_count": 35345, + "total_size_bytes": 236295184, + "estimated_tokens": 57527445 + }, + { + "language": "OMNeT++ MSG", + "license_type": "no_license", + "file_count": 327362, + "total_size_bytes": 432895565, + "estimated_tokens": 138577416 + }, + { + "language": "OMNeT++ MSG", + "license_type": "permissive", + "file_count": 19473, + "total_size_bytes": 10322080, + "estimated_tokens": 3304277 + }, + { + "language": "OMNeT++ NED", + "license_type": "no_license", + "file_count": 50184, + "total_size_bytes": 217220672, + "estimated_tokens": 56892548 + }, + { + "language": "OMNeT++ NED", + "license_type": "permissive", + "file_count": 1045, + "total_size_bytes": 20844791, + "estimated_tokens": 5459486 + }, + { + "language": "Oberon", + "license_type": "no_license", + "file_count": 1614, + "total_size_bytes": 23078348, + "estimated_tokens": 7162751 + }, + { + "language": "Oberon", + "license_type": "permissive", + "file_count": 60, + "total_size_bytes": 466958, + "estimated_tokens": 144928 + }, + { + "language": "ObjDump", + "license_type": "no_license", + "file_count": 6848, + "total_size_bytes": 2788683919, + "estimated_tokens": 865514734 + }, + { + "language": "ObjDump", + "license_type": "permissive", + "file_count": 616, + "total_size_bytes": 80478817, + "estimated_tokens": 24977948 + }, + { + "language": "Object Data Instance Notation", + "license_type": "no_license", + "file_count": 63, + "total_size_bytes": 1666319, + "estimated_tokens": 517169 + }, + { + "language": "Object Data Instance Notation", + "license_type": "permissive", + "file_count": 13, + "total_size_bytes": 444533, + "estimated_tokens": 137968 + }, + { + "language": "ObjectScript", + "license_type": "no_license", + "file_count": 48411, + "total_size_bytes": 265865586, + "estimated_tokens": 82515834 + }, + { + "language": "ObjectScript", + "license_type": "permissive", + "file_count": 368, + "total_size_bytes": 1038141, + "estimated_tokens": 322204 + }, + { + "language": "Objective-C", + "license_type": "no_license", + "file_count": 20748163, + "total_size_bytes": 51115737564, + "estimated_tokens": 12522928851 + }, + { + "language": "Objective-C", + "license_type": "permissive", + "file_count": 1100497, + "total_size_bytes": 2890561863, + "estimated_tokens": 708163518 + }, + { + "language": "Objective-C++", + "license_type": "no_license", + "file_count": 347751, + "total_size_bytes": 3378476933, + "estimated_tokens": 808273924 + }, + { + "language": "Objective-C++", + "license_type": "permissive", + "file_count": 16839, + "total_size_bytes": 477145848, + "estimated_tokens": 114153375 + }, + { + "language": "Objective-J", + "license_type": "no_license", + "file_count": 40023, + "total_size_bytes": 587553563, + "estimated_tokens": 183736580 + }, + { + "language": "Objective-J", + "license_type": "permissive", + "file_count": 2781, + "total_size_bytes": 32145493, + "estimated_tokens": 10052365 + }, + { + "language": "Odin", + "license_type": "no_license", + "file_count": 41664, + "total_size_bytes": 332247458, + "estimated_tokens": 103118560 + }, + { + "language": "Odin", + "license_type": "permissive", + "file_count": 1269, + "total_size_bytes": 10838179, + "estimated_tokens": 3363810 + }, + { + "language": "Omgrofl", + "license_type": "no_license", + "file_count": 27, + "total_size_bytes": 10050, + "estimated_tokens": 3119 + }, + { + "language": "Omgrofl", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 4350, + "estimated_tokens": 1350 + }, + { + "language": "Opa", + "license_type": "no_license", + "file_count": 1105, + "total_size_bytes": 6710390, + "estimated_tokens": 2082681 + }, + { + "language": "Opa", + "license_type": "permissive", + "file_count": 7, + "total_size_bytes": 2127, + "estimated_tokens": 660 + }, + { + "language": "Opal", + "license_type": "no_license", + "file_count": 364, + "total_size_bytes": 1347803, + "estimated_tokens": 418313 + }, + { + "language": "Opal", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 389, + "estimated_tokens": 120 + }, + { + "language": "Open Policy Agent", + "license_type": "no_license", + "file_count": 28014, + "total_size_bytes": 165095953, + "estimated_tokens": 51240292 + }, + { + "language": "Open Policy Agent", + "license_type": "permissive", + "file_count": 22501, + "total_size_bytes": 44723350, + "estimated_tokens": 13880640 + }, + { + "language": "OpenCL", + "license_type": "no_license", + "file_count": 127225, + "total_size_bytes": 1171320036, + "estimated_tokens": 518087889 + }, + { + "language": "OpenCL", + "license_type": "permissive", + "file_count": 17490, + "total_size_bytes": 123546301, + "estimated_tokens": 54645904 + }, + { + "language": "OpenEdge ABL", + "license_type": "no_license", + "file_count": 3464, + "total_size_bytes": 43837283, + "estimated_tokens": 13605634 + }, + { + "language": "OpenEdge ABL", + "license_type": "permissive", + "file_count": 338, + "total_size_bytes": 1787749, + "estimated_tokens": 554857 + }, + { + "language": "OpenQASM", + "license_type": "no_license", + "file_count": 226112, + "total_size_bytes": 3467561967, + "estimated_tokens": 1076215900 + }, + { + "language": "OpenQASM", + "license_type": "permissive", + "file_count": 8434, + "total_size_bytes": 138636707, + "estimated_tokens": 43028222 + }, + { + "language": "OpenRC runscript", + "license_type": "no_license", + "file_count": 33110, + "total_size_bytes": 29240907, + "estimated_tokens": 9075404 + }, + { + "language": "OpenRC runscript", + "license_type": "permissive", + "file_count": 395, + "total_size_bytes": 249127, + "estimated_tokens": 77320 + }, + { + "language": "OpenSCAD", + "license_type": "no_license", + "file_count": 154038, + "total_size_bytes": 476082019, + "estimated_tokens": 164103344 + }, + { + "language": "OpenSCAD", + "license_type": "permissive", + "file_count": 8053, + "total_size_bytes": 21653277, + "estimated_tokens": 7463787 + }, + { + "language": "OpenStep Property List", + "license_type": "no_license", + "file_count": 19964, + "total_size_bytes": 1320259095, + "estimated_tokens": 409764510 + }, + { + "language": "OpenStep Property List", + "license_type": "permissive", + "file_count": 918, + "total_size_bytes": 28927786, + "estimated_tokens": 8978222 + }, + { + "language": "OpenType Feature File", + "license_type": "no_license", + "file_count": 7303, + "total_size_bytes": 152822614, + "estimated_tokens": 47431056 + }, + { + "language": "OpenType Feature File", + "license_type": "permissive", + "file_count": 411, + "total_size_bytes": 797326, + "estimated_tokens": 247463 + }, + { + "language": "Option List", + "license_type": "no_license", + "file_count": 49196, + "total_size_bytes": 3815171, + "estimated_tokens": 1184102 + }, + { + "language": "Option List", + "license_type": "permissive", + "file_count": 7473, + "total_size_bytes": 1369823, + "estimated_tokens": 425147 + }, + { + "language": "Org", + "license_type": "no_license", + "file_count": 1081893, + "total_size_bytes": 4579212226, + "estimated_tokens": 1368540583 + }, + { + "language": "Org", + "license_type": "permissive", + "file_count": 17054, + "total_size_bytes": 166779556, + "estimated_tokens": 49843636 + }, + { + "language": "OverpassQL", + "license_type": "no_license", + "file_count": 2875, + "total_size_bytes": 2237105, + "estimated_tokens": 694322 + }, + { + "language": "OverpassQL", + "license_type": "permissive", + "file_count": 32, + "total_size_bytes": 35434, + "estimated_tokens": 10997 + }, + { + "language": "Ox", + "license_type": "no_license", + "file_count": 1110, + "total_size_bytes": 4903547, + "estimated_tokens": 1521897 + }, + { + "language": "Ox", + "license_type": "permissive", + "file_count": 1, + "total_size_bytes": 4383, + "estimated_tokens": 1360 + }, + { + "language": "Oxygene", + "license_type": "no_license", + "file_count": 120, + "total_size_bytes": 673151, + "estimated_tokens": 208923 + }, + { + "language": "Oxygene", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 165, + "estimated_tokens": 51 + }, + { + "language": "Oz", + "license_type": "no_license", + "file_count": 11914, + "total_size_bytes": 39069375, + "estimated_tokens": 12125834 + }, + { + "language": "Oz", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 9815, + "estimated_tokens": 3046 + }, + { + "language": "P4", + "license_type": "no_license", + "file_count": 15173, + "total_size_bytes": 119826667, + "estimated_tokens": 37190211 + }, + { + "language": "P4", + "license_type": "permissive", + "file_count": 36932, + "total_size_bytes": 127669132, + "estimated_tokens": 39624252 + }, + { + "language": "PDDL", + "license_type": "no_license", + "file_count": 464299, + "total_size_bytes": 900059116, + "estimated_tokens": 315915272 + }, + { + "language": "PDDL", + "license_type": "permissive", + "file_count": 11652, + "total_size_bytes": 60308746, + "estimated_tokens": 21168002 + }, + { + "language": "PEG.js", + "license_type": "no_license", + "file_count": 5350, + "total_size_bytes": 29495463, + "estimated_tokens": 9154410 + }, + { + "language": "PEG.js", + "license_type": "permissive", + "file_count": 286, + "total_size_bytes": 3638216, + "estimated_tokens": 1129181 + }, + { + "language": "PHP", + "license_type": "no_license", + "file_count": 129953867, + "total_size_bytes": 572945710612, + "estimated_tokens": 154550170302 + }, + { + "language": "PHP", + "license_type": "permissive", + "file_count": 3250178, + "total_size_bytes": 16141345524, + "estimated_tokens": 4354073437 + }, + { + "language": "PLSQL", + "license_type": "no_license", + "file_count": 262680, + "total_size_bytes": 6294231214, + "estimated_tokens": 2053805292 + }, + { + "language": "PLSQL", + "license_type": "permissive", + "file_count": 7212, + "total_size_bytes": 139335486, + "estimated_tokens": 45465117 + }, + { + "language": "PLpgSQL", + "license_type": "no_license", + "file_count": 709383, + "total_size_bytes": 7178461928, + "estimated_tokens": 2028319269 + }, + { + "language": "PLpgSQL", + "license_type": "permissive", + "file_count": 32108, + "total_size_bytes": 576133098, + "estimated_tokens": 162790006 + }, + { + "language": "Pact", + "license_type": "no_license", + "file_count": 1758, + "total_size_bytes": 14798794, + "estimated_tokens": 4593053 + }, + { + "language": "Pact", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 16746, + "estimated_tokens": 5197 + }, + { + "language": "Pan", + "license_type": "no_license", + "file_count": 12241, + "total_size_bytes": 21879316, + "estimated_tokens": 6790611 + }, + { + "language": "Pan", + "license_type": "permissive", + "file_count": 5639, + "total_size_bytes": 67452319, + "estimated_tokens": 20934956 + }, + { + "language": "Papyrus", + "license_type": "no_license", + "file_count": 231863, + "total_size_bytes": 410665213, + "estimated_tokens": 139602556 + }, + { + "language": "Papyrus", + "license_type": "permissive", + "file_count": 5373, + "total_size_bytes": 8646684, + "estimated_tokens": 2939375 + }, + { + "language": "Parrot", + "license_type": "no_license", + "file_count": 53, + "total_size_bytes": 141473, + "estimated_tokens": 43908 + }, + { + "language": "Parrot", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 52231, + "estimated_tokens": 16210 + }, + { + "language": "Parrot Assembly", + "license_type": "no_license", + "file_count": 1398, + "total_size_bytes": 1387930, + "estimated_tokens": 430767 + }, + { + "language": "Parrot Assembly", + "license_type": "permissive", + "file_count": 11, + "total_size_bytes": 11649, + "estimated_tokens": 3615 + }, + { + "language": "Parrot Internal Representation", + "license_type": "no_license", + "file_count": 2815, + "total_size_bytes": 203657396, + "estimated_tokens": 63208481 + }, + { + "language": "Parrot Internal Representation", + "license_type": "permissive", + "file_count": 3593, + "total_size_bytes": 38217823, + "estimated_tokens": 11861541 + }, + { + "language": "Pascal", + "license_type": "no_license", + "file_count": 1707519, + "total_size_bytes": 27968380840, + "estimated_tokens": 8543223810 + }, + { + "language": "Pascal", + "license_type": "permissive", + "file_count": 62870, + "total_size_bytes": 1133828300, + "estimated_tokens": 346339281 + }, + { + "language": "Pawn", + "license_type": "no_license", + "file_count": 98680, + "total_size_bytes": 18454329261, + "estimated_tokens": 7470002864 + }, + { + "language": "Pawn", + "license_type": "permissive", + "file_count": 4662, + "total_size_bytes": 290128781, + "estimated_tokens": 117439262 + }, + { + "language": "Pep8", + "license_type": "no_license", + "file_count": 1910, + "total_size_bytes": 13656617, + "estimated_tokens": 4238559 + }, + { + "language": "Pep8", + "license_type": "permissive", + "file_count": 123, + "total_size_bytes": 6476282, + "estimated_tokens": 2010022 + }, + { + "language": "Perl", + "license_type": "no_license", + "file_count": 3039225, + "total_size_bytes": 26337345061, + "estimated_tokens": 7897854357 + }, + { + "language": "Perl", + "license_type": "permissive", + "file_count": 120468, + "total_size_bytes": 1205095650, + "estimated_tokens": 361375450 + }, + { + "language": "Pic", + "license_type": "no_license", + "file_count": 9951, + "total_size_bytes": 3044998134, + "estimated_tokens": 945066141 + }, + { + "language": "Pic", + "license_type": "permissive", + "file_count": 417, + "total_size_bytes": 986667794, + "estimated_tokens": 306228865 + }, + { + "language": "PicoLisp", + "license_type": "no_license", + "file_count": 5843, + "total_size_bytes": 17672499, + "estimated_tokens": 5484955 + }, + { + "language": "PicoLisp", + "license_type": "permissive", + "file_count": 444, + "total_size_bytes": 1168789, + "estimated_tokens": 362753 + }, + { + "language": "PigLatin", + "license_type": "no_license", + "file_count": 21101, + "total_size_bytes": 30109828, + "estimated_tokens": 9345089 + }, + { + "language": "PigLatin", + "license_type": "permissive", + "file_count": 825, + "total_size_bytes": 1410581, + "estimated_tokens": 437797 + }, + { + "language": "Pike", + "license_type": "no_license", + "file_count": 8103, + "total_size_bytes": 40053751, + "estimated_tokens": 12431352 + }, + { + "language": "Pike", + "license_type": "permissive", + "file_count": 41, + "total_size_bytes": 30867, + "estimated_tokens": 9580 + }, + { + "language": "Pip Requirements", + "license_type": "no_license", + "file_count": 4680387, + "total_size_bytes": 1716385210, + "estimated_tokens": 883474829 + }, + { + "language": "Pip Requirements", + "license_type": "permissive", + "file_count": 248016, + "total_size_bytes": 67840576, + "estimated_tokens": 34919574 + }, + { + "language": "Pkl", + "license_type": "no_license", + "file_count": 5653, + "total_size_bytes": 8900885, + "estimated_tokens": 2762538 + }, + { + "language": "Pkl", + "license_type": "permissive", + "file_count": 3019, + "total_size_bytes": 6796445, + "estimated_tokens": 2109390 + }, + { + "language": "PlantUML", + "license_type": "no_license", + "file_count": 436736, + "total_size_bytes": 605838410, + "estimated_tokens": 153000804 + }, + { + "language": "PlantUML", + "license_type": "permissive", + "file_count": 22946, + "total_size_bytes": 43296428, + "estimated_tokens": 10934249 + }, + { + "language": "Pod", + "license_type": "no_license", + "file_count": 73112, + "total_size_bytes": 2514865515, + "estimated_tokens": 780530609 + }, + { + "language": "Pod", + "license_type": "permissive", + "file_count": 16694, + "total_size_bytes": 152820239, + "estimated_tokens": 47430319 + }, + { + "language": "Pod 6", + "license_type": "no_license", + "file_count": 1374, + "total_size_bytes": 5655187, + "estimated_tokens": 1755181 + }, + { + "language": "Pod 6", + "license_type": "permissive", + "file_count": 750, + "total_size_bytes": 1034616, + "estimated_tokens": 321110 + }, + { + "language": "PogoScript", + "license_type": "no_license", + "file_count": 1352, + "total_size_bytes": 2432293, + "estimated_tokens": 754902 + }, + { + "language": "PogoScript", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 624, + "estimated_tokens": 193 + }, + { + "language": "Polar", + "license_type": "no_license", + "file_count": 338, + "total_size_bytes": 510814, + "estimated_tokens": 158539 + }, + { + "language": "Polar", + "license_type": "permissive", + "file_count": 104, + "total_size_bytes": 77666, + "estimated_tokens": 24104 + }, + { + "language": "Pony", + "license_type": "no_license", + "file_count": 10361, + "total_size_bytes": 42122925, + "estimated_tokens": 13073554 + }, + { + "language": "Pony", + "license_type": "permissive", + "file_count": 589, + "total_size_bytes": 3102646, + "estimated_tokens": 962958 + }, + { + "language": "Portugol", + "license_type": "no_license", + "file_count": 139328, + "total_size_bytes": 186657871, + "estimated_tokens": 65600137 + }, + { + "language": "Portugol", + "license_type": "permissive", + "file_count": 1231, + "total_size_bytes": 1414013, + "estimated_tokens": 496949 + }, + { + "language": "PostCSS", + "license_type": "no_license", + "file_count": 60157, + "total_size_bytes": 94114362, + "estimated_tokens": 29209967 + }, + { + "language": "PostCSS", + "license_type": "permissive", + "file_count": 4708, + "total_size_bytes": 7701765, + "estimated_tokens": 2390371 + }, + { + "language": "PowerBuilder", + "license_type": "no_license", + "file_count": 27849, + "total_size_bytes": 488763650, + "estimated_tokens": 151695980 + }, + { + "language": "PowerBuilder", + "license_type": "permissive", + "file_count": 17, + "total_size_bytes": 70005, + "estimated_tokens": 21727 + }, + { + "language": "PowerShell", + "license_type": "no_license", + "file_count": 1587439, + "total_size_bytes": 8064957465, + "estimated_tokens": 1883669634 + }, + { + "language": "PowerShell", + "license_type": "permissive", + "file_count": 108660, + "total_size_bytes": 383639222, + "estimated_tokens": 89603640 + }, + { + "language": "Praat", + "license_type": "no_license", + "file_count": 5376, + "total_size_bytes": 19326174, + "estimated_tokens": 5998201 + }, + { + "language": "Praat", + "license_type": "permissive", + "file_count": 269, + "total_size_bytes": 596182, + "estimated_tokens": 185035 + }, + { + "language": "Prisma", + "license_type": "no_license", + "file_count": 360639, + "total_size_bytes": 1004885677, + "estimated_tokens": 242424736 + }, + { + "language": "Prisma", + "license_type": "permissive", + "file_count": 5621, + "total_size_bytes": 15730977, + "estimated_tokens": 3795036 + }, + { + "language": "Processing", + "license_type": "no_license", + "file_count": 851503, + "total_size_bytes": 2178370510, + "estimated_tokens": 681943798 + }, + { + "language": "Processing", + "license_type": "permissive", + "file_count": 9178, + "total_size_bytes": 28603816, + "estimated_tokens": 8954489 + }, + { + "language": "Procfile", + "license_type": "no_license", + "file_count": 355104, + "total_size_bytes": 18640936, + "estimated_tokens": 5598322 + }, + { + "language": "Procfile", + "license_type": "permissive", + "file_count": 8308, + "total_size_bytes": 472055, + "estimated_tokens": 141769 + }, + { + "language": "Proguard", + "license_type": "no_license", + "file_count": 46703, + "total_size_bytes": 110082426, + "estimated_tokens": 34165923 + }, + { + "language": "Proguard", + "license_type": "permissive", + "file_count": 6309, + "total_size_bytes": 12382084, + "estimated_tokens": 3842987 + }, + { + "language": "Prolog", + "license_type": "no_license", + "file_count": 405849, + "total_size_bytes": 7702479948, + "estimated_tokens": 2400576083 + }, + { + "language": "Prolog", + "license_type": "permissive", + "file_count": 17537, + "total_size_bytes": 335974037, + "estimated_tokens": 104710592 + }, + { + "language": "Promela", + "license_type": "no_license", + "file_count": 35768, + "total_size_bytes": 141010695, + "estimated_tokens": 43765029 + }, + { + "language": "Promela", + "license_type": "permissive", + "file_count": 372, + "total_size_bytes": 15983052, + "estimated_tokens": 4960607 + }, + { + "language": "Propeller Spin", + "license_type": "no_license", + "file_count": 7493, + "total_size_bytes": 68985299, + "estimated_tokens": 21410742 + }, + { + "language": "Propeller Spin", + "license_type": "permissive", + "file_count": 430, + "total_size_bytes": 3851137, + "estimated_tokens": 1195264 + }, + { + "language": "Protocol Buffer", + "license_type": "no_license", + "file_count": 915130, + "total_size_bytes": 2301115226, + "estimated_tokens": 626136654 + }, + { + "language": "Protocol Buffer", + "license_type": "permissive", + "file_count": 139836, + "total_size_bytes": 752047904, + "estimated_tokens": 204633280 + }, + { + "language": "Protocol Buffer Text Format", + "license_type": "no_license", + "file_count": 129208, + "total_size_bytes": 3568450688, + "estimated_tokens": 1026375465 + }, + { + "language": "Protocol Buffer Text Format", + "license_type": "permissive", + "file_count": 29570, + "total_size_bytes": 242484815, + "estimated_tokens": 69744683 + }, + { + "language": "Pug", + "license_type": "no_license", + "file_count": 2116262, + "total_size_bytes": 4502680457, + "estimated_tokens": 917317095 + }, + { + "language": "Pug", + "license_type": "permissive", + "file_count": 37142, + "total_size_bytes": 64303141, + "estimated_tokens": 13100279 + }, + { + "language": "Puppet", + "license_type": "no_license", + "file_count": 337748, + "total_size_bytes": 384191733, + "estimated_tokens": 102835563 + }, + { + "language": "Puppet", + "license_type": "permissive", + "file_count": 51504, + "total_size_bytes": 85569560, + "estimated_tokens": 22904173 + }, + { + "language": "PureBasic", + "license_type": "no_license", + "file_count": 3652, + "total_size_bytes": 48434760, + "estimated_tokens": 15032538 + }, + { + "language": "PureBasic", + "license_type": "permissive", + "file_count": 151, + "total_size_bytes": 2643600, + "estimated_tokens": 820485 + }, + { + "language": "PureScript", + "license_type": "no_license", + "file_count": 88308, + "total_size_bytes": 247738726, + "estimated_tokens": 61369048 + }, + { + "language": "PureScript", + "license_type": "permissive", + "file_count": 7424, + "total_size_bytes": 27145094, + "estimated_tokens": 6724296 + }, + { + "language": "Pyret", + "license_type": "no_license", + "file_count": 3262, + "total_size_bytes": 14736274, + "estimated_tokens": 4573649 + }, + { + "language": "Pyret", + "license_type": "permissive", + "file_count": 161, + "total_size_bytes": 354957, + "estimated_tokens": 110166 + }, + { + "language": "Python", + "license_type": "no_license", + "file_count": 181947535, + "total_size_bytes": 757249880266, + "estimated_tokens": 188278774461 + }, + { + "language": "Python", + "license_type": "permissive", + "file_count": 8197209, + "total_size_bytes": 50620781769, + "estimated_tokens": 12586094764 + }, + { + "language": "Python traceback", + "license_type": "no_license", + "file_count": 43, + "total_size_bytes": 79108, + "estimated_tokens": 24552 + }, + { + "language": "Python traceback", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 2227, + "estimated_tokens": 691 + }, + { + "language": "Q#", + "license_type": "no_license", + "file_count": 12884, + "total_size_bytes": 46648427, + "estimated_tokens": 14478120 + }, + { + "language": "Q#", + "license_type": "permissive", + "file_count": 1162, + "total_size_bytes": 1513101, + "estimated_tokens": 469616 + }, + { + "language": "QML", + "license_type": "no_license", + "file_count": 542260, + "total_size_bytes": 2305782871, + "estimated_tokens": 537274835 + }, + { + "language": "QML", + "license_type": "permissive", + "file_count": 20483, + "total_size_bytes": 79048178, + "estimated_tokens": 18419165 + }, + { + "language": "QMake", + "license_type": "no_license", + "file_count": 424733, + "total_size_bytes": 472340706, + "estimated_tokens": 130998826 + }, + { + "language": "QMake", + "license_type": "permissive", + "file_count": 15433, + "total_size_bytes": 14660349, + "estimated_tokens": 4065896 + }, + { + "language": "Qt Script", + "license_type": "no_license", + "file_count": 7368, + "total_size_bytes": 61213691, + "estimated_tokens": 18998693 + }, + { + "language": "Qt Script", + "license_type": "permissive", + "file_count": 285, + "total_size_bytes": 407769, + "estimated_tokens": 126557 + }, + { + "language": "Quake", + "license_type": "no_license", + "file_count": 5591, + "total_size_bytes": 3559883, + "estimated_tokens": 1104869 + }, + { + "language": "Quake", + "license_type": "permissive", + "file_count": 3, + "total_size_bytes": 372, + "estimated_tokens": 115 + }, + { + "language": "QuickBASIC", + "license_type": "no_license", + "file_count": 33406, + "total_size_bytes": 405679454, + "estimated_tokens": 125909409 + }, + { + "language": "QuickBASIC", + "license_type": "permissive", + "file_count": 1262, + "total_size_bytes": 7804367, + "estimated_tokens": 2422215 + }, + { + "language": "R", + "license_type": "no_license", + "file_count": 7653467, + "total_size_bytes": 41361681817, + "estimated_tokens": 12307923962 + }, + { + "language": "R", + "license_type": "permissive", + "file_count": 166402, + "total_size_bytes": 1114171343, + "estimated_tokens": 331542035 + }, + { + "language": "RAML", + "license_type": "no_license", + "file_count": 63983, + "total_size_bytes": 170205366, + "estimated_tokens": 52826084 + }, + { + "language": "RAML", + "license_type": "permissive", + "file_count": 3669, + "total_size_bytes": 14782258, + "estimated_tokens": 4587921 + }, + { + "language": "RBS", + "license_type": "no_license", + "file_count": 28075, + "total_size_bytes": 227557322, + "estimated_tokens": 70626224 + }, + { + "language": "RBS", + "license_type": "permissive", + "file_count": 3623, + "total_size_bytes": 2255024, + "estimated_tokens": 699884 + }, + { + "language": "RDoc", + "license_type": "no_license", + "file_count": 73071, + "total_size_bytes": 123080255, + "estimated_tokens": 38200017 + }, + { + "language": "RDoc", + "license_type": "permissive", + "file_count": 1279, + "total_size_bytes": 3494434, + "estimated_tokens": 1084556 + }, + { + "language": "REALbasic", + "license_type": "no_license", + "file_count": 3738, + "total_size_bytes": 79113017, + "estimated_tokens": 24554049 + }, + { + "language": "REALbasic", + "license_type": "permissive", + "file_count": 1, + "total_size_bytes": 11, + "estimated_tokens": 3 + }, + { + "language": "REXX", + "license_type": "no_license", + "file_count": 19102, + "total_size_bytes": 77983093, + "estimated_tokens": 25528292 + }, + { + "language": "REXX", + "license_type": "permissive", + "file_count": 529, + "total_size_bytes": 7314644, + "estimated_tokens": 2394498 + }, + { + "language": "RMarkdown", + "license_type": "no_license", + "file_count": 2063939, + "total_size_bytes": 19376931864, + "estimated_tokens": 5735097868 + }, + { + "language": "RMarkdown", + "license_type": "permissive", + "file_count": 81009, + "total_size_bytes": 741138955, + "estimated_tokens": 219359002 + }, + { + "language": "RON", + "license_type": "no_license", + "file_count": 44732, + "total_size_bytes": 82233167, + "estimated_tokens": 25522439 + }, + { + "language": "RON", + "license_type": "permissive", + "file_count": 2812, + "total_size_bytes": 16925760, + "estimated_tokens": 5253192 + }, + { + "language": "RPC", + "license_type": "no_license", + "file_count": 15834, + "total_size_bytes": 2926696409, + "estimated_tokens": 908349220 + }, + { + "language": "RPC", + "license_type": "permissive", + "file_count": 685, + "total_size_bytes": 3042409, + "estimated_tokens": 944262 + }, + { + "language": "RPGLE", + "license_type": "no_license", + "file_count": 18739, + "total_size_bytes": 188981929, + "estimated_tokens": 58653705 + }, + { + "language": "RPGLE", + "license_type": "permissive", + "file_count": 173, + "total_size_bytes": 1055906, + "estimated_tokens": 327718 + }, + { + "language": "RPM Spec", + "license_type": "no_license", + "file_count": 318818, + "total_size_bytes": 1636569173, + "estimated_tokens": 508664686 + }, + { + "language": "RPM Spec", + "license_type": "permissive", + "file_count": 8290, + "total_size_bytes": 51176387, + "estimated_tokens": 15906214 + }, + { + "language": "RUNOFF", + "license_type": "no_license", + "file_count": 1217, + "total_size_bytes": 32910236, + "estimated_tokens": 10214242 + }, + { + "language": "RUNOFF", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 303049, + "estimated_tokens": 94056 + }, + { + "language": "Racket", + "license_type": "no_license", + "file_count": 18731, + "total_size_bytes": 132157309, + "estimated_tokens": 41017233 + }, + { + "language": "Racket", + "license_type": "permissive", + "file_count": 702, + "total_size_bytes": 4416587, + "estimated_tokens": 1370761 + }, + { + "language": "Ragel", + "license_type": "no_license", + "file_count": 7819, + "total_size_bytes": 79070531, + "estimated_tokens": 24540862 + }, + { + "language": "Ragel", + "license_type": "permissive", + "file_count": 831, + "total_size_bytes": 5480432, + "estimated_tokens": 1700943 + }, + { + "language": "Raku", + "license_type": "no_license", + "file_count": 346856, + "total_size_bytes": 2196680437, + "estimated_tokens": 1000118926 + }, + { + "language": "Raku", + "license_type": "permissive", + "file_count": 37679, + "total_size_bytes": 226531866, + "estimated_tokens": 103136898 + }, + { + "language": "Rascal", + "license_type": "no_license", + "file_count": 14312, + "total_size_bytes": 76752931, + "estimated_tokens": 23821556 + }, + { + "language": "Rascal", + "license_type": "permissive", + "file_count": 144, + "total_size_bytes": 894400, + "estimated_tokens": 277592 + }, + { + "language": "ReScript", + "license_type": "no_license", + "file_count": 2567, + "total_size_bytes": 5633221, + "estimated_tokens": 1748364 + }, + { + "language": "ReScript", + "license_type": "permissive", + "file_count": 208, + "total_size_bytes": 111001, + "estimated_tokens": 34451 + }, + { + "language": "Readline Config", + "license_type": "no_license", + "file_count": 10100, + "total_size_bytes": 6214845, + "estimated_tokens": 1928881 + }, + { + "language": "Readline Config", + "license_type": "permissive", + "file_count": 384, + "total_size_bytes": 258477, + "estimated_tokens": 80222 + }, + { + "language": "Reason", + "license_type": "no_license", + "file_count": 63917, + "total_size_bytes": 170074630, + "estimated_tokens": 52785508 + }, + { + "language": "Reason", + "license_type": "permissive", + "file_count": 2562, + "total_size_bytes": 7007062, + "estimated_tokens": 2174758 + }, + { + "language": "ReasonLIGO", + "license_type": "no_license", + "file_count": 738, + "total_size_bytes": 689816, + "estimated_tokens": 214095 + }, + { + "language": "ReasonLIGO", + "license_type": "permissive", + "file_count": 3, + "total_size_bytes": 3666, + "estimated_tokens": 1137 + }, + { + "language": "Rebol", + "license_type": "no_license", + "file_count": 35265, + "total_size_bytes": 113545155, + "estimated_tokens": 35240639 + }, + { + "language": "Rebol", + "license_type": "permissive", + "file_count": 2296, + "total_size_bytes": 12860520, + "estimated_tokens": 3991477 + }, + { + "language": "Record Jar", + "license_type": "no_license", + "file_count": 164, + "total_size_bytes": 110120919, + "estimated_tokens": 34177870 + }, + { + "language": "Record Jar", + "license_type": "permissive", + "file_count": 5, + "total_size_bytes": 3545575, + "estimated_tokens": 1100428 + }, + { + "language": "Red", + "license_type": "no_license", + "file_count": 35839, + "total_size_bytes": 454790386, + "estimated_tokens": 141151809 + }, + { + "language": "Red", + "license_type": "permissive", + "file_count": 1742, + "total_size_bytes": 23045948, + "estimated_tokens": 7152695 + }, + { + "language": "Redcode", + "license_type": "no_license", + "file_count": 725, + "total_size_bytes": 5333249, + "estimated_tokens": 1655263 + }, + { + "language": "Redcode", + "license_type": "permissive", + "file_count": 314, + "total_size_bytes": 952817, + "estimated_tokens": 295722 + }, + { + "language": "Redirect Rules", + "license_type": "no_license", + "file_count": 38878, + "total_size_bytes": 85140060, + "estimated_tokens": 26424642 + }, + { + "language": "Redirect Rules", + "license_type": "permissive", + "file_count": 1190, + "total_size_bytes": 47417348, + "estimated_tokens": 14716767 + }, + { + "language": "Regular Expression", + "license_type": "no_license", + "file_count": 3215, + "total_size_bytes": 9706592, + "estimated_tokens": 3012603 + }, + { + "language": "Regular Expression", + "license_type": "permissive", + "file_count": 932, + "total_size_bytes": 7189282, + "estimated_tokens": 2231314 + }, + { + "language": "Ren'Py", + "license_type": "no_license", + "file_count": 93828, + "total_size_bytes": 2690994398, + "estimated_tokens": 835195156 + }, + { + "language": "Ren'Py", + "license_type": "permissive", + "file_count": 1292, + "total_size_bytes": 51299143, + "estimated_tokens": 15921547 + }, + { + "language": "RenderScript", + "license_type": "no_license", + "file_count": 16075, + "total_size_bytes": 231120974, + "estimated_tokens": 71732263 + }, + { + "language": "RenderScript", + "license_type": "permissive", + "file_count": 2806, + "total_size_bytes": 39851898, + "estimated_tokens": 12368703 + }, + { + "language": "Rez", + "license_type": "no_license", + "file_count": 5761, + "total_size_bytes": 152609554, + "estimated_tokens": 47364929 + }, + { + "language": "Rez", + "license_type": "permissive", + "file_count": 858, + "total_size_bytes": 46634657, + "estimated_tokens": 14473846 + }, + { + "language": "Rich Text Format", + "license_type": "no_license", + "file_count": 9, + "total_size_bytes": 61257, + "estimated_tokens": 19012 + }, + { + "language": "Ring", + "license_type": "no_license", + "file_count": 25592, + "total_size_bytes": 58995354, + "estimated_tokens": 18310195 + }, + { + "language": "Ring", + "license_type": "permissive", + "file_count": 7, + "total_size_bytes": 15650, + "estimated_tokens": 4857 + }, + { + "language": "Riot", + "license_type": "no_license", + "file_count": 3423, + "total_size_bytes": 9124157, + "estimated_tokens": 2831834 + }, + { + "language": "Riot", + "license_type": "permissive", + "file_count": 84, + "total_size_bytes": 107667, + "estimated_tokens": 33416 + }, + { + "language": "RobotFramework", + "license_type": "no_license", + "file_count": 251604, + "total_size_bytes": 1471385693, + "estimated_tokens": 344029790 + }, + { + "language": "RobotFramework", + "license_type": "permissive", + "file_count": 16117, + "total_size_bytes": 59417409, + "estimated_tokens": 13892590 + }, + { + "language": "Roc", + "license_type": "no_license", + "file_count": 8563, + "total_size_bytes": 26113849, + "estimated_tokens": 8104870 + }, + { + "language": "Roc", + "license_type": "permissive", + "file_count": 307, + "total_size_bytes": 913181, + "estimated_tokens": 283421 + }, + { + "language": "Rocq Prover", + "license_type": "no_license", + "file_count": 208012, + "total_size_bytes": 3579526340, + "estimated_tokens": 1148336627 + }, + { + "language": "Rocq Prover", + "license_type": "permissive", + "file_count": 4621, + "total_size_bytes": 105849107, + "estimated_tokens": 33957120 + }, + { + "language": "Roff", + "license_type": "no_license", + "file_count": 808913, + "total_size_bytes": 16572442877, + "estimated_tokens": 7101565449 + }, + { + "language": "Roff", + "license_type": "permissive", + "file_count": 32283, + "total_size_bytes": 568701149, + "estimated_tokens": 243697833 + }, + { + "language": "Roff Manpage", + "license_type": "no_license", + "file_count": 731242, + "total_size_bytes": 21683390886, + "estimated_tokens": 6461705880 + }, + { + "language": "Roff Manpage", + "license_type": "permissive", + "file_count": 46719, + "total_size_bytes": 611672369, + "estimated_tokens": 182279928 + }, + { + "language": "Rouge", + "license_type": "no_license", + "file_count": 926, + "total_size_bytes": 12157135, + "estimated_tokens": 3773170 + }, + { + "language": "Rouge", + "license_type": "permissive", + "file_count": 2626, + "total_size_bytes": 6543207, + "estimated_tokens": 2030793 + }, + { + "language": "RouterOS Script", + "license_type": "no_license", + "file_count": 8960, + "total_size_bytes": 411826143, + "estimated_tokens": 127817137 + }, + { + "language": "RouterOS Script", + "license_type": "permissive", + "file_count": 345, + "total_size_bytes": 4108427, + "estimated_tokens": 1275119 + }, + { + "language": "Ruby", + "license_type": "no_license", + "file_count": 32154117, + "total_size_bytes": 41507456530, + "estimated_tokens": 10833943419 + }, + { + "language": "Ruby", + "license_type": "permissive", + "file_count": 840655, + "total_size_bytes": 5837560468, + "estimated_tokens": 1523673216 + }, + { + "language": "Rust", + "license_type": "no_license", + "file_count": 9538517, + "total_size_bytes": 56875511846, + "estimated_tokens": 14772133679 + }, + { + "language": "Rust", + "license_type": "permissive", + "file_count": 2253542, + "total_size_bytes": 16797565282, + "estimated_tokens": 4362789393 + }, + { + "language": "SAS", + "license_type": "no_license", + "file_count": 110620, + "total_size_bytes": 1637929062, + "estimated_tokens": 514705514 + }, + { + "language": "SAS", + "license_type": "permissive", + "file_count": 6498, + "total_size_bytes": 356785887, + "estimated_tokens": 112116982 + }, + { + "language": "SCSS", + "license_type": "no_license", + "file_count": 30144383, + "total_size_bytes": 65056597872, + "estimated_tokens": 19823442922 + }, + { + "language": "SCSS", + "license_type": "permissive", + "file_count": 457755, + "total_size_bytes": 1072315003, + "estimated_tokens": 326745879 + }, + { + "language": "SELinux Policy", + "license_type": "no_license", + "file_count": 16381, + "total_size_bytes": 62905220, + "estimated_tokens": 19523688 + }, + { + "language": "SELinux Policy", + "license_type": "permissive", + "file_count": 837, + "total_size_bytes": 2511970, + "estimated_tokens": 779631 + }, + { + "language": "SMT", + "license_type": "no_license", + "file_count": 553211, + "total_size_bytes": 30250508314, + "estimated_tokens": 12152495805 + }, + { + "language": "SMT", + "license_type": "permissive", + "file_count": 3129, + "total_size_bytes": 86990900, + "estimated_tokens": 34946736 + }, + { + "language": "SPARQL", + "license_type": "no_license", + "file_count": 99608, + "total_size_bytes": 224572620, + "estimated_tokens": 69699871 + }, + { + "language": "SPARQL", + "license_type": "permissive", + "file_count": 13458, + "total_size_bytes": 10114593, + "estimated_tokens": 3139233 + }, + { + "language": "SQF", + "license_type": "no_license", + "file_count": 488468, + "total_size_bytes": 1644244304, + "estimated_tokens": 546063274 + }, + { + "language": "SQF", + "license_type": "permissive", + "file_count": 6726, + "total_size_bytes": 18567883, + "estimated_tokens": 6166503 + }, + { + "language": "SQL", + "license_type": "no_license", + "file_count": 14295459, + "total_size_bytes": 116260668129, + "estimated_tokens": 53935872999 + }, + { + "language": "SQL", + "license_type": "permissive", + "file_count": 530596, + "total_size_bytes": 3230380743, + "estimated_tokens": 1498644453 + }, + { + "language": "SQLPL", + "license_type": "no_license", + "file_count": 3092, + "total_size_bytes": 66512270, + "estimated_tokens": 20643196 + }, + { + "language": "SQLPL", + "license_type": "permissive", + "file_count": 709, + "total_size_bytes": 6482364, + "estimated_tokens": 2011910 + }, + { + "language": "SRecode Template", + "license_type": "no_license", + "file_count": 3283, + "total_size_bytes": 46300304, + "estimated_tokens": 14370074 + }, + { + "language": "SRecode Template", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 42108, + "estimated_tokens": 13068 + }, + { + "language": "SSH Config", + "license_type": "no_license", + "file_count": 9565, + "total_size_bytes": 6454490, + "estimated_tokens": 2003259 + }, + { + "language": "SSH Config", + "license_type": "permissive", + "file_count": 865, + "total_size_bytes": 550047, + "estimated_tokens": 170716 + }, + { + "language": "STAR", + "license_type": "no_license", + "file_count": 421, + "total_size_bytes": 11554777, + "estimated_tokens": 3586218 + }, + { + "language": "STAR", + "license_type": "permissive", + "file_count": 10, + "total_size_bytes": 194669, + "estimated_tokens": 60418 + }, + { + "language": "STON", + "license_type": "no_license", + "file_count": 3137, + "total_size_bytes": 1869475, + "estimated_tokens": 580222 + }, + { + "language": "STON", + "license_type": "permissive", + "file_count": 18, + "total_size_bytes": 7345, + "estimated_tokens": 2279 + }, + { + "language": "SWIG", + "license_type": "no_license", + "file_count": 29, + "total_size_bytes": 293532, + "estimated_tokens": 91102 + }, + { + "language": "SWIG", + "license_type": "permissive", + "file_count": 4, + "total_size_bytes": 37989, + "estimated_tokens": 11790 + }, + { + "language": "Sage", + "license_type": "no_license", + "file_count": 20906, + "total_size_bytes": 92104990, + "estimated_tokens": 28586325 + }, + { + "language": "Sage", + "license_type": "permissive", + "file_count": 559, + "total_size_bytes": 3497804, + "estimated_tokens": 1085602 + }, + { + "language": "Sail", + "license_type": "no_license", + "file_count": 7101, + "total_size_bytes": 58937484, + "estimated_tokens": 18292234 + }, + { + "language": "Sail", + "license_type": "permissive", + "file_count": 38, + "total_size_bytes": 233135, + "estimated_tokens": 72357 + }, + { + "language": "SaltStack", + "license_type": "no_license", + "file_count": 99284, + "total_size_bytes": 72539237, + "estimated_tokens": 22513766 + }, + { + "language": "SaltStack", + "license_type": "permissive", + "file_count": 10275, + "total_size_bytes": 9320527, + "estimated_tokens": 2892781 + }, + { + "language": "Sass", + "license_type": "no_license", + "file_count": 1111895, + "total_size_bytes": 2082205472, + "estimated_tokens": 678457519 + }, + { + "language": "Sass", + "license_type": "permissive", + "file_count": 12015, + "total_size_bytes": 24884935, + "estimated_tokens": 8108407 + }, + { + "language": "Scala", + "license_type": "no_license", + "file_count": 5190543, + "total_size_bytes": 15612425600, + "estimated_tokens": 4164559243 + }, + { + "language": "Scala", + "license_type": "permissive", + "file_count": 959571, + "total_size_bytes": 3468086897, + "estimated_tokens": 925099898 + }, + { + "language": "Scaml", + "license_type": "no_license", + "file_count": 959, + "total_size_bytes": 978129, + "estimated_tokens": 303578 + }, + { + "language": "Scaml", + "license_type": "permissive", + "file_count": 40, + "total_size_bytes": 98326, + "estimated_tokens": 30517 + }, + { + "language": "Scenic", + "license_type": "no_license", + "file_count": 1850, + "total_size_bytes": 2738401, + "estimated_tokens": 849908 + }, + { + "language": "Scenic", + "license_type": "permissive", + "file_count": 8, + "total_size_bytes": 15274, + "estimated_tokens": 4740 + }, + { + "language": "Scheme", + "license_type": "no_license", + "file_count": 731061, + "total_size_bytes": 4418663853, + "estimated_tokens": 1364206671 + }, + { + "language": "Scheme", + "license_type": "permissive", + "file_count": 16211, + "total_size_bytes": 103936378, + "estimated_tokens": 32089044 + }, + { + "language": "Scilab", + "license_type": "no_license", + "file_count": 319256, + "total_size_bytes": 712901613, + "estimated_tokens": 221260948 + }, + { + "language": "Scilab", + "license_type": "permissive", + "file_count": 1000, + "total_size_bytes": 3842102, + "estimated_tokens": 1192460 + }, + { + "language": "Self", + "license_type": "no_license", + "file_count": 1972, + "total_size_bytes": 45918860, + "estimated_tokens": 14251686 + }, + { + "language": "Self", + "license_type": "permissive", + "file_count": 22, + "total_size_bytes": 8420, + "estimated_tokens": 2613 + }, + { + "language": "ShaderLab", + "license_type": "no_license", + "file_count": 297206, + "total_size_bytes": 1063166063, + "estimated_tokens": 367074413 + }, + { + "language": "ShaderLab", + "license_type": "permissive", + "file_count": 12620, + "total_size_bytes": 38566905, + "estimated_tokens": 13315816 + }, + { + "language": "Shell", + "license_type": "no_license", + "file_count": 23603137, + "total_size_bytes": 76395221811, + "estimated_tokens": 24347993101 + }, + { + "language": "Shell", + "license_type": "permissive", + "file_count": 1748534, + "total_size_bytes": 6468821973, + "estimated_tokens": 2061684344 + }, + { + "language": "ShellCheck Config", + "license_type": "no_license", + "file_count": 1943, + "total_size_bytes": 472937, + "estimated_tokens": 146783 + }, + { + "language": "ShellCheck Config", + "license_type": "permissive", + "file_count": 356, + "total_size_bytes": 94439, + "estimated_tokens": 29310 + }, + { + "language": "ShellSession", + "license_type": "no_license", + "file_count": 124, + "total_size_bytes": 1532249, + "estimated_tokens": 475559 + }, + { + "language": "Shen", + "license_type": "no_license", + "file_count": 918, + "total_size_bytes": 2751953, + "estimated_tokens": 854114 + }, + { + "language": "Shen", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 1206, + "estimated_tokens": 374 + }, + { + "language": "Sieve", + "license_type": "no_license", + "file_count": 1986, + "total_size_bytes": 1830820, + "estimated_tokens": 568225 + }, + { + "language": "Sieve", + "license_type": "permissive", + "file_count": 47, + "total_size_bytes": 78342, + "estimated_tokens": 24314 + }, + { + "language": "Singularity", + "license_type": "no_license", + "file_count": 5341, + "total_size_bytes": 6613791, + "estimated_tokens": 2052700 + }, + { + "language": "Singularity", + "license_type": "permissive", + "file_count": 46, + "total_size_bytes": 63685, + "estimated_tokens": 19765 + }, + { + "language": "Slang", + "license_type": "no_license", + "file_count": 18132, + "total_size_bytes": 72706886, + "estimated_tokens": 22565799 + }, + { + "language": "Slang", + "license_type": "permissive", + "file_count": 13141, + "total_size_bytes": 24648318, + "estimated_tokens": 7650018 + }, + { + "language": "Slash", + "license_type": "no_license", + "file_count": 1, + "total_size_bytes": 82, + "estimated_tokens": 25 + }, + { + "language": "Slice", + "license_type": "no_license", + "file_count": 6551, + "total_size_bytes": 14830964, + "estimated_tokens": 4603037 + }, + { + "language": "Slice", + "license_type": "permissive", + "file_count": 93, + "total_size_bytes": 113995, + "estimated_tokens": 35380 + }, + { + "language": "Slim", + "license_type": "no_license", + "file_count": 417016, + "total_size_bytes": 433078204, + "estimated_tokens": 113882955 + }, + { + "language": "Slim", + "license_type": "permissive", + "file_count": 4287, + "total_size_bytes": 4733249, + "estimated_tokens": 1244662 + }, + { + "language": "Slint", + "license_type": "no_license", + "file_count": 9170, + "total_size_bytes": 25235422, + "estimated_tokens": 7832235 + }, + { + "language": "Slint", + "license_type": "permissive", + "file_count": 437, + "total_size_bytes": 1318393, + "estimated_tokens": 409185 + }, + { + "language": "Smali", + "license_type": "no_license", + "file_count": 10834456, + "total_size_bytes": 140257014757, + "estimated_tokens": 52573789361 + }, + { + "language": "Smali", + "license_type": "permissive", + "file_count": 169812, + "total_size_bytes": 2121782376, + "estimated_tokens": 795326635 + }, + { + "language": "Smalltalk", + "license_type": "no_license", + "file_count": 1419736, + "total_size_bytes": 1234816260, + "estimated_tokens": 339618168 + }, + { + "language": "Smalltalk", + "license_type": "permissive", + "file_count": 7621, + "total_size_bytes": 6137836, + "estimated_tokens": 1688122 + }, + { + "language": "Smarty", + "license_type": "no_license", + "file_count": 1615868, + "total_size_bytes": 5226734103, + "estimated_tokens": 1354243218 + }, + { + "language": "Smarty", + "license_type": "permissive", + "file_count": 79260, + "total_size_bytes": 201282334, + "estimated_tokens": 52152114 + }, + { + "language": "Smithy", + "license_type": "no_license", + "file_count": 1505, + "total_size_bytes": 3002784, + "estimated_tokens": 931964 + }, + { + "language": "Smithy", + "license_type": "permissive", + "file_count": 5449, + "total_size_bytes": 8712966, + "estimated_tokens": 2704214 + }, + { + "language": "Snakemake", + "license_type": "no_license", + "file_count": 60008, + "total_size_bytes": 268119178, + "estimated_tokens": 83215274 + }, + { + "language": "Snakemake", + "license_type": "permissive", + "file_count": 1565, + "total_size_bytes": 7565578, + "estimated_tokens": 2348103 + }, + { + "language": "Solidity", + "license_type": "no_license", + "file_count": 2324435, + "total_size_bytes": 17493243471, + "estimated_tokens": 6240959401 + }, + { + "language": "Solidity", + "license_type": "permissive", + "file_count": 200242, + "total_size_bytes": 2462099841, + "estimated_tokens": 878388571 + }, + { + "language": "Soong", + "license_type": "no_license", + "file_count": 121386, + "total_size_bytes": 255177617, + "estimated_tokens": 79198644 + }, + { + "language": "Soong", + "license_type": "permissive", + "file_count": 10295, + "total_size_bytes": 11187898, + "estimated_tokens": 3472351 + }, + { + "language": "SourcePawn", + "license_type": "no_license", + "file_count": 93316, + "total_size_bytes": 1189649204, + "estimated_tokens": 369227544 + }, + { + "language": "SourcePawn", + "license_type": "permissive", + "file_count": 1659, + "total_size_bytes": 24015315, + "estimated_tokens": 7453555 + }, + { + "language": "Spline Font Database", + "license_type": "no_license", + "file_count": 3776, + "total_size_bytes": 538238819, + "estimated_tokens": 167051427 + }, + { + "language": "Spline Font Database", + "license_type": "permissive", + "file_count": 211, + "total_size_bytes": 36370820, + "estimated_tokens": 11288292 + }, + { + "language": "Squirrel", + "license_type": "no_license", + "file_count": 69995, + "total_size_bytes": 480331165, + "estimated_tokens": 149078817 + }, + { + "language": "Squirrel", + "license_type": "permissive", + "file_count": 1379, + "total_size_bytes": 7583750, + "estimated_tokens": 2353743 + }, + { + "language": "Stan", + "license_type": "no_license", + "file_count": 57708, + "total_size_bytes": 377058837, + "estimated_tokens": 117026521 + }, + { + "language": "Stan", + "license_type": "permissive", + "file_count": 1311, + "total_size_bytes": 3323598, + "estimated_tokens": 1031534 + }, + { + "language": "Standard ML", + "license_type": "no_license", + "file_count": 199378, + "total_size_bytes": 1926141552, + "estimated_tokens": 613395202 + }, + { + "language": "Standard ML", + "license_type": "permissive", + "file_count": 5051, + "total_size_bytes": 150950664, + "estimated_tokens": 48071447 + }, + { + "language": "Starlark", + "license_type": "no_license", + "file_count": 601803, + "total_size_bytes": 1596675641, + "estimated_tokens": 420196402 + }, + { + "language": "Starlark", + "license_type": "permissive", + "file_count": 119886, + "total_size_bytes": 398061430, + "estimated_tokens": 104757645 + }, + { + "language": "Stata", + "license_type": "no_license", + "file_count": 285503, + "total_size_bytes": 2231330885, + "estimated_tokens": 744704202 + }, + { + "language": "Stata", + "license_type": "permissive", + "file_count": 8884, + "total_size_bytes": 92768914, + "estimated_tokens": 30961521 + }, + { + "language": "StringTemplate", + "license_type": "no_license", + "file_count": 43076, + "total_size_bytes": 590490568, + "estimated_tokens": 183268632 + }, + { + "language": "StringTemplate", + "license_type": "permissive", + "file_count": 529, + "total_size_bytes": 7866962, + "estimated_tokens": 2441643 + }, + { + "language": "Stylus", + "license_type": "no_license", + "file_count": 463873, + "total_size_bytes": 757388309, + "estimated_tokens": 220061341 + }, + { + "language": "Stylus", + "license_type": "permissive", + "file_count": 12981, + "total_size_bytes": 26285611, + "estimated_tokens": 7637359 + }, + { + "language": "SugarSS", + "license_type": "no_license", + "file_count": 5893, + "total_size_bytes": 13763579, + "estimated_tokens": 4271757 + }, + { + "language": "SugarSS", + "license_type": "permissive", + "file_count": 62, + "total_size_bytes": 85245, + "estimated_tokens": 26457 + }, + { + "language": "SuperCollider", + "license_type": "no_license", + "file_count": 43674, + "total_size_bytes": 175883517, + "estimated_tokens": 54588393 + }, + { + "language": "SuperCollider", + "license_type": "permissive", + "file_count": 960, + "total_size_bytes": 4523644, + "estimated_tokens": 1403988 + }, + { + "language": "Survex data", + "license_type": "no_license", + "file_count": 3680, + "total_size_bytes": 5231556, + "estimated_tokens": 1623700 + }, + { + "language": "Survex data", + "license_type": "permissive", + "file_count": 1, + "total_size_bytes": 90, + "estimated_tokens": 27 + }, + { + "language": "Svelte", + "license_type": "no_license", + "file_count": 2058338, + "total_size_bytes": 5023907206, + "estimated_tokens": 1411504252 + }, + { + "language": "Svelte", + "license_type": "permissive", + "file_count": 55186, + "total_size_bytes": 142774909, + "estimated_tokens": 40113677 + }, + { + "language": "Sway", + "license_type": "no_license", + "file_count": 4723, + "total_size_bytes": 32435931, + "estimated_tokens": 10067034 + }, + { + "language": "Sway", + "license_type": "permissive", + "file_count": 12314, + "total_size_bytes": 13483482, + "estimated_tokens": 4184824 + }, + { + "language": "Sweave", + "license_type": "no_license", + "file_count": 32977, + "total_size_bytes": 539614149, + "estimated_tokens": 167478283 + }, + { + "language": "Sweave", + "license_type": "permissive", + "file_count": 644, + "total_size_bytes": 10075021, + "estimated_tokens": 3126951 + }, + { + "language": "Swift", + "license_type": "no_license", + "file_count": 16834384, + "total_size_bytes": 48934551246, + "estimated_tokens": 10673231374 + }, + { + "language": "Swift", + "license_type": "permissive", + "file_count": 487557, + "total_size_bytes": 1938813593, + "estimated_tokens": 422879244 + }, + { + "language": "SystemVerilog", + "license_type": "no_license", + "file_count": 688325, + "total_size_bytes": 5124698756, + "estimated_tokens": 1663244256 + }, + { + "language": "SystemVerilog", + "license_type": "permissive", + "file_count": 71701, + "total_size_bytes": 704549649, + "estimated_tokens": 228664788 + }, + { + "language": "TI Program", + "license_type": "no_license", + "file_count": 384, + "total_size_bytes": 671580, + "estimated_tokens": 208436 + }, + { + "language": "TI Program", + "license_type": "permissive", + "file_count": 11, + "total_size_bytes": 24922, + "estimated_tokens": 7734 + }, + { + "language": "TL-Verilog", + "license_type": "no_license", + "file_count": 1192, + "total_size_bytes": 6997863, + "estimated_tokens": 2171903 + }, + { + "language": "TL-Verilog", + "license_type": "permissive", + "file_count": 178, + "total_size_bytes": 1471400, + "estimated_tokens": 456673 + }, + { + "language": "TLA", + "license_type": "no_license", + "file_count": 20507, + "total_size_bytes": 109544020, + "estimated_tokens": 33998820 + }, + { + "language": "TLA", + "license_type": "permissive", + "file_count": 1652, + "total_size_bytes": 13473318, + "estimated_tokens": 4181669 + }, + { + "language": "TOML", + "license_type": "no_license", + "file_count": 4690502, + "total_size_bytes": 5281679754, + "estimated_tokens": 1923618820 + }, + { + "language": "TOML", + "license_type": "permissive", + "file_count": 476323, + "total_size_bytes": 445402742, + "estimated_tokens": 162218297 + }, + { + "language": "TSQL", + "license_type": "no_license", + "file_count": 1984099, + "total_size_bytes": 10982814019, + "estimated_tokens": 3859401085 + }, + { + "language": "TSQL", + "license_type": "permissive", + "file_count": 48913, + "total_size_bytes": 498103528, + "estimated_tokens": 175035404 + }, + { + "language": "TSX", + "license_type": "no_license", + "file_count": 76253244, + "total_size_bytes": 239241569121, + "estimated_tokens": 55638432482 + }, + { + "language": "TSX", + "license_type": "permissive", + "file_count": 1280890, + "total_size_bytes": 4285221117, + "estimated_tokens": 996578423 + }, + { + "language": "TXL", + "license_type": "no_license", + "file_count": 2447, + "total_size_bytes": 11875767, + "estimated_tokens": 3685843 + }, + { + "language": "TXL", + "license_type": "permissive", + "file_count": 115, + "total_size_bytes": 1892846, + "estimated_tokens": 587476 + }, + { + "language": "Tact", + "license_type": "no_license", + "file_count": 7050, + "total_size_bytes": 12589760, + "estimated_tokens": 3907442 + }, + { + "language": "Tact", + "license_type": "permissive", + "file_count": 103, + "total_size_bytes": 185900, + "estimated_tokens": 57697 + }, + { + "language": "Talon", + "license_type": "no_license", + "file_count": 5997, + "total_size_bytes": 5348449, + "estimated_tokens": 1659980 + }, + { + "language": "Talon", + "license_type": "permissive", + "file_count": 639, + "total_size_bytes": 673677, + "estimated_tokens": 209086 + }, + { + "language": "Tcl", + "license_type": "no_license", + "file_count": 876151, + "total_size_bytes": 8531553749, + "estimated_tokens": 2746174141 + }, + { + "language": "Tcl", + "license_type": "permissive", + "file_count": 29006, + "total_size_bytes": 330396353, + "estimated_tokens": 106349435 + }, + { + "language": "Tcsh", + "license_type": "no_license", + "file_count": 160356, + "total_size_bytes": 392163920, + "estimated_tokens": 144114826 + }, + { + "language": "Tcsh", + "license_type": "permissive", + "file_count": 5076, + "total_size_bytes": 10990150, + "estimated_tokens": 4038728 + }, + { + "language": "TeX", + "license_type": "no_license", + "file_count": 5741473, + "total_size_bytes": 65887213551, + "estimated_tokens": 22326394786 + }, + { + "language": "TeX", + "license_type": "permissive", + "file_count": 211300, + "total_size_bytes": 3025592361, + "estimated_tokens": 1025245504 + }, + { + "language": "Tea", + "license_type": "no_license", + "file_count": 3630, + "total_size_bytes": 178745274, + "estimated_tokens": 55476587 + }, + { + "language": "Tea", + "license_type": "permissive", + "file_count": 73, + "total_size_bytes": 217093, + "estimated_tokens": 67378 + }, + { + "language": "Terra", + "license_type": "no_license", + "file_count": 13246, + "total_size_bytes": 46681452, + "estimated_tokens": 14488370 + }, + { + "language": "Terra", + "license_type": "permissive", + "file_count": 883, + "total_size_bytes": 14592726, + "estimated_tokens": 4529096 + }, + { + "language": "Terraform Template", + "license_type": "no_license", + "file_count": 5352, + "total_size_bytes": 10683358, + "estimated_tokens": 3315758 + }, + { + "language": "Terraform Template", + "license_type": "permissive", + "file_count": 1042, + "total_size_bytes": 2462771, + "estimated_tokens": 764362 + }, + { + "language": "Texinfo", + "license_type": "no_license", + "file_count": 56900, + "total_size_bytes": 2774313989, + "estimated_tokens": 833447680 + }, + { + "language": "Texinfo", + "license_type": "permissive", + "file_count": 561, + "total_size_bytes": 42732227, + "estimated_tokens": 12837434 + }, + { + "language": "Text", + "license_type": "no_license", + "file_count": 3498021, + "total_size_bytes": 4219230840, + "estimated_tokens": 1066408263 + }, + { + "language": "Text", + "license_type": "permissive", + "file_count": 141579, + "total_size_bytes": 153643501, + "estimated_tokens": 38833309 + }, + { + "language": "TextMate Properties", + "license_type": "no_license", + "file_count": 1097, + "total_size_bytes": 269984, + "estimated_tokens": 83794 + }, + { + "language": "TextMate Properties", + "license_type": "permissive", + "file_count": 53, + "total_size_bytes": 12683, + "estimated_tokens": 3936 + }, + { + "language": "Textile", + "license_type": "no_license", + "file_count": 76345, + "total_size_bytes": 517339040, + "estimated_tokens": 160564830 + }, + { + "language": "Textile", + "license_type": "permissive", + "file_count": 1173, + "total_size_bytes": 11292014, + "estimated_tokens": 3504665 + }, + { + "language": "Thrift", + "license_type": "no_license", + "file_count": 23039, + "total_size_bytes": 60222124, + "estimated_tokens": 18690944 + }, + { + "language": "Thrift", + "license_type": "permissive", + "file_count": 5788, + "total_size_bytes": 30693188, + "estimated_tokens": 9526144 + }, + { + "language": "Toit", + "license_type": "no_license", + "file_count": 1958, + "total_size_bytes": 7162889, + "estimated_tokens": 2223122 + }, + { + "language": "Toit", + "license_type": "permissive", + "file_count": 28, + "total_size_bytes": 56035, + "estimated_tokens": 17391 + }, + { + "language": "Tor Config", + "license_type": "no_license", + "file_count": 2350, + "total_size_bytes": 3114265, + "estimated_tokens": 966564 + }, + { + "language": "Tor Config", + "license_type": "permissive", + "file_count": 99, + "total_size_bytes": 45795, + "estimated_tokens": 14213 + }, + { + "language": "Tree-sitter Query", + "license_type": "no_license", + "file_count": 24793, + "total_size_bytes": 60505668, + "estimated_tokens": 18778946 + }, + { + "language": "Tree-sitter Query", + "license_type": "permissive", + "file_count": 14820, + "total_size_bytes": 11272272, + "estimated_tokens": 3498538 + }, + { + "language": "Turing", + "license_type": "no_license", + "file_count": 13554, + "total_size_bytes": 479454255, + "estimated_tokens": 148806653 + }, + { + "language": "Turing", + "license_type": "permissive", + "file_count": 729, + "total_size_bytes": 892590, + "estimated_tokens": 277030 + }, + { + "language": "Turtle", + "license_type": "no_license", + "file_count": 220, + "total_size_bytes": 209567, + "estimated_tokens": 65042 + }, + { + "language": "Turtle", + "license_type": "permissive", + "file_count": 1, + "total_size_bytes": 3053, + "estimated_tokens": 947 + }, + { + "language": "Twig", + "license_type": "no_license", + "file_count": 2942188, + "total_size_bytes": 7385557076, + "estimated_tokens": 1745261325 + }, + { + "language": "Twig", + "license_type": "permissive", + "file_count": 26208, + "total_size_bytes": 80600424, + "estimated_tokens": 19046471 + }, + { + "language": "Type Language", + "license_type": "no_license", + "file_count": 11857, + "total_size_bytes": 74515741, + "estimated_tokens": 23127207 + }, + { + "language": "Type Language", + "license_type": "permissive", + "file_count": 306, + "total_size_bytes": 14261520, + "estimated_tokens": 4426301 + }, + { + "language": "TypeScript", + "license_type": "no_license", + "file_count": 130407620, + "total_size_bytes": 292442550785, + "estimated_tokens": 71373745467 + }, + { + "language": "TypeScript", + "license_type": "permissive", + "file_count": 3484350, + "total_size_bytes": 13369158773, + "estimated_tokens": 3262886788 + }, + { + "language": "TypeSpec", + "license_type": "no_license", + "file_count": 14907, + "total_size_bytes": 63289063, + "estimated_tokens": 19642820 + }, + { + "language": "TypeSpec", + "license_type": "permissive", + "file_count": 308, + "total_size_bytes": 547500, + "estimated_tokens": 169925 + }, + { + "language": "Typst", + "license_type": "no_license", + "file_count": 37112, + "total_size_bytes": 276429822, + "estimated_tokens": 85794622 + }, + { + "language": "Typst", + "license_type": "permissive", + "file_count": 14603, + "total_size_bytes": 67846900, + "estimated_tokens": 21057421 + }, + { + "language": "Unified Parallel C", + "license_type": "no_license", + "file_count": 1756, + "total_size_bytes": 5943271, + "estimated_tokens": 1844593 + }, + { + "language": "Unified Parallel C", + "license_type": "permissive", + "file_count": 25, + "total_size_bytes": 65713, + "estimated_tokens": 20395 + }, + { + "language": "Unix Assembly", + "license_type": "no_license", + "file_count": 1036857, + "total_size_bytes": 46366159946, + "estimated_tokens": 24265210194 + }, + { + "language": "Unix Assembly", + "license_type": "permissive", + "file_count": 125933, + "total_size_bytes": 3403193471, + "estimated_tokens": 1781023164 + }, + { + "language": "Uno", + "license_type": "no_license", + "file_count": 8786, + "total_size_bytes": 32749274, + "estimated_tokens": 10164285 + }, + { + "language": "Uno", + "license_type": "permissive", + "file_count": 67, + "total_size_bytes": 272759, + "estimated_tokens": 84655 + }, + { + "language": "UnrealScript", + "license_type": "no_license", + "file_count": 207158, + "total_size_bytes": 1118281825, + "estimated_tokens": 277512819 + }, + { + "language": "UnrealScript", + "license_type": "permissive", + "file_count": 2524, + "total_size_bytes": 10046091, + "estimated_tokens": 2493037 + }, + { + "language": "Untyped Plutus Core", + "license_type": "no_license", + "file_count": 1023, + "total_size_bytes": 304324, + "estimated_tokens": 94452 + }, + { + "language": "Untyped Plutus Core", + "license_type": "permissive", + "file_count": 2162, + "total_size_bytes": 531758, + "estimated_tokens": 165039 + }, + { + "language": "UrWeb", + "license_type": "no_license", + "file_count": 4346, + "total_size_bytes": 55137825, + "estimated_tokens": 17112946 + }, + { + "language": "UrWeb", + "license_type": "permissive", + "file_count": 11, + "total_size_bytes": 40851, + "estimated_tokens": 12678 + }, + { + "language": "V", + "license_type": "no_license", + "file_count": 74073, + "total_size_bytes": 247232253, + "estimated_tokens": 78307663 + }, + { + "language": "V", + "license_type": "permissive", + "file_count": 2201, + "total_size_bytes": 5303533, + "estimated_tokens": 1679826 + }, + { + "language": "VBA", + "license_type": "no_license", + "file_count": 102729, + "total_size_bytes": 1262682495, + "estimated_tokens": 410567076 + }, + { + "language": "VBA", + "license_type": "permissive", + "file_count": 2252, + "total_size_bytes": 23342151, + "estimated_tokens": 7589808 + }, + { + "language": "VBScript", + "license_type": "no_license", + "file_count": 86304, + "total_size_bytes": 473021722, + "estimated_tokens": 146810209 + }, + { + "language": "VBScript", + "license_type": "permissive", + "file_count": 3374, + "total_size_bytes": 85888859, + "estimated_tokens": 26657045 + }, + { + "language": "VCL", + "license_type": "no_license", + "file_count": 7972, + "total_size_bytes": 37656413, + "estimated_tokens": 11687298 + }, + { + "language": "VCL", + "license_type": "permissive", + "file_count": 267, + "total_size_bytes": 718280, + "estimated_tokens": 222930 + }, + { + "language": "VHDL", + "license_type": "no_license", + "file_count": 1136826, + "total_size_bytes": 57094949318, + "estimated_tokens": 23008990705 + }, + { + "language": "VHDL", + "license_type": "permissive", + "file_count": 22732, + "total_size_bytes": 1462963868, + "estimated_tokens": 589567421 + }, + { + "language": "Vala", + "license_type": "no_license", + "file_count": 41829, + "total_size_bytes": 419580001, + "estimated_tokens": 130223676 + }, + { + "language": "Vala", + "license_type": "permissive", + "file_count": 879, + "total_size_bytes": 9371916, + "estimated_tokens": 2908731 + }, + { + "language": "Valve Data Format", + "license_type": "no_license", + "file_count": 6037, + "total_size_bytes": 30232715, + "estimated_tokens": 9383229 + }, + { + "language": "Valve Data Format", + "license_type": "permissive", + "file_count": 333, + "total_size_bytes": 3757705, + "estimated_tokens": 1166266 + }, + { + "language": "Velocity Template Language", + "license_type": "no_license", + "file_count": 27508, + "total_size_bytes": 27256940, + "estimated_tokens": 8459647 + }, + { + "language": "Velocity Template Language", + "license_type": "permissive", + "file_count": 1584, + "total_size_bytes": 3992429, + "estimated_tokens": 1239117 + }, + { + "language": "Vento", + "license_type": "no_license", + "file_count": 2758, + "total_size_bytes": 4539727, + "estimated_tokens": 1408980 + }, + { + "language": "Vento", + "license_type": "permissive", + "file_count": 54, + "total_size_bytes": 110856, + "estimated_tokens": 34406 + }, + { + "language": "Verilog", + "license_type": "no_license", + "file_count": 2030620, + "total_size_bytes": 55275234918, + "estimated_tokens": 25939918467 + }, + { + "language": "Verilog", + "license_type": "permissive", + "file_count": 84382, + "total_size_bytes": 4716500318, + "estimated_tokens": 2213389665 + }, + { + "language": "Vim Help File", + "license_type": "no_license", + "file_count": 123927, + "total_size_bytes": 4176676770, + "estimated_tokens": 1140031117 + }, + { + "language": "Vim Help File", + "license_type": "permissive", + "file_count": 1786, + "total_size_bytes": 270594428, + "estimated_tokens": 73859215 + }, + { + "language": "Vim Script", + "license_type": "no_license", + "file_count": 795670, + "total_size_bytes": 4527792721, + "estimated_tokens": 1381193503 + }, + { + "language": "Vim Script", + "license_type": "permissive", + "file_count": 20260, + "total_size_bytes": 152408732, + "estimated_tokens": 46491958 + }, + { + "language": "Vim Snippet", + "license_type": "no_license", + "file_count": 57641, + "total_size_bytes": 153997283, + "estimated_tokens": 47795634 + }, + { + "language": "Vim Snippet", + "license_type": "permissive", + "file_count": 2464, + "total_size_bytes": 8099983, + "estimated_tokens": 2513965 + }, + { + "language": "Visual Basic .NET", + "license_type": "no_license", + "file_count": 1343893, + "total_size_bytes": 14391295671, + "estimated_tokens": 3260170043 + }, + { + "language": "Visual Basic .NET", + "license_type": "permissive", + "file_count": 117787, + "total_size_bytes": 418325871, + "estimated_tokens": 94766552 + }, + { + "language": "Visual Basic 6.0", + "license_type": "no_license", + "file_count": 405017, + "total_size_bytes": 8371915931, + "estimated_tokens": 2390327918 + }, + { + "language": "Visual Basic 6.0", + "license_type": "permissive", + "file_count": 8282, + "total_size_bytes": 71247972, + "estimated_tokens": 20342537 + }, + { + "language": "Volt", + "license_type": "no_license", + "file_count": 35585, + "total_size_bytes": 128064089, + "estimated_tokens": 39746833 + }, + { + "language": "Volt", + "license_type": "permissive", + "file_count": 1295, + "total_size_bytes": 4388897, + "estimated_tokens": 1362167 + }, + { + "language": "Vue", + "license_type": "no_license", + "file_count": 22643364, + "total_size_bytes": 90168220544, + "estimated_tokens": 23111441327 + }, + { + "language": "Vue", + "license_type": "permissive", + "file_count": 500583, + "total_size_bytes": 2424534147, + "estimated_tokens": 621443767 + }, + { + "language": "Vyper", + "license_type": "no_license", + "file_count": 14842, + "total_size_bytes": 34679810, + "estimated_tokens": 10763459 + }, + { + "language": "Vyper", + "license_type": "permissive", + "file_count": 194, + "total_size_bytes": 2137479, + "estimated_tokens": 663402 + }, + { + "language": "WDL", + "license_type": "no_license", + "file_count": 36586, + "total_size_bytes": 105926027, + "estimated_tokens": 32875915 + }, + { + "language": "WDL", + "license_type": "permissive", + "file_count": 2849, + "total_size_bytes": 10271025, + "estimated_tokens": 3187784 + }, + { + "language": "WGSL", + "license_type": "no_license", + "file_count": 128672, + "total_size_bytes": 224016962, + "estimated_tokens": 69527414 + }, + { + "language": "WGSL", + "license_type": "permissive", + "file_count": 7507, + "total_size_bytes": 17662909, + "estimated_tokens": 5481979 + }, + { + "language": "Wavefront Material", + "license_type": "no_license", + "file_count": 13, + "total_size_bytes": 1313, + "estimated_tokens": 407 + }, + { + "language": "Web Ontology Language", + "license_type": "no_license", + "file_count": 46106, + "total_size_bytes": 309645671, + "estimated_tokens": 96103717 + }, + { + "language": "Web Ontology Language", + "license_type": "permissive", + "file_count": 7596, + "total_size_bytes": 62929040, + "estimated_tokens": 19531080 + }, + { + "language": "WebAssembly", + "license_type": "no_license", + "file_count": 71525, + "total_size_bytes": 1417575911, + "estimated_tokens": 439968413 + }, + { + "language": "WebAssembly", + "license_type": "permissive", + "file_count": 17942, + "total_size_bytes": 270928828, + "estimated_tokens": 84087296 + }, + { + "language": "WebAssembly Interface Type", + "license_type": "no_license", + "file_count": 7561, + "total_size_bytes": 14614544, + "estimated_tokens": 4535868 + }, + { + "language": "WebAssembly Interface Type", + "license_type": "permissive", + "file_count": 3492, + "total_size_bytes": 2109093, + "estimated_tokens": 654592 + }, + { + "language": "WebIDL", + "license_type": "no_license", + "file_count": 17163, + "total_size_bytes": 39910586, + "estimated_tokens": 12386918 + }, + { + "language": "WebIDL", + "license_type": "permissive", + "file_count": 641, + "total_size_bytes": 985151, + "estimated_tokens": 305758 + }, + { + "language": "Wget Config", + "license_type": "no_license", + "file_count": 411, + "total_size_bytes": 279728, + "estimated_tokens": 86818 + }, + { + "language": "Wget Config", + "license_type": "permissive", + "file_count": 19, + "total_size_bytes": 11497, + "estimated_tokens": 3568 + }, + { + "language": "Whiley", + "license_type": "no_license", + "file_count": 6027, + "total_size_bytes": 2837755, + "estimated_tokens": 880744 + }, + { + "language": "Whiley", + "license_type": "permissive", + "file_count": 742, + "total_size_bytes": 320494, + "estimated_tokens": 99470 + }, + { + "language": "Wikitext", + "license_type": "no_license", + "file_count": 491243, + "total_size_bytes": 2586333333, + "estimated_tokens": 620688591 + }, + { + "language": "Wikitext", + "license_type": "permissive", + "file_count": 3642, + "total_size_bytes": 62543936, + "estimated_tokens": 15009785 + }, + { + "language": "Win32 Message File", + "license_type": "no_license", + "file_count": 2555, + "total_size_bytes": 70291474, + "estimated_tokens": 21816135 + }, + { + "language": "Win32 Message File", + "license_type": "permissive", + "file_count": 419, + "total_size_bytes": 8546093, + "estimated_tokens": 2652423 + }, + { + "language": "Windows Registry Entries", + "license_type": "no_license", + "file_count": 7, + "total_size_bytes": 1387, + "estimated_tokens": 430 + }, + { + "language": "Windows Registry Entries", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 26, + "estimated_tokens": 8 + }, + { + "language": "Witcher Script", + "license_type": "no_license", + "file_count": 9686, + "total_size_bytes": 89498717, + "estimated_tokens": 27777424 + }, + { + "language": "Witcher Script", + "license_type": "permissive", + "file_count": 147, + "total_size_bytes": 7030373, + "estimated_tokens": 2181993 + }, + { + "language": "Wollok", + "license_type": "no_license", + "file_count": 19619, + "total_size_bytes": 33447109, + "estimated_tokens": 10380870 + }, + { + "language": "Wollok", + "license_type": "permissive", + "file_count": 32, + "total_size_bytes": 157015, + "estimated_tokens": 48732 + }, + { + "language": "World of Warcraft Addon Data", + "license_type": "no_license", + "file_count": 3, + "total_size_bytes": 435, + "estimated_tokens": 135 + }, + { + "language": "Wren", + "license_type": "no_license", + "file_count": 13473, + "total_size_bytes": 27684211, + "estimated_tokens": 8592258 + }, + { + "language": "Wren", + "license_type": "permissive", + "file_count": 466, + "total_size_bytes": 1739252, + "estimated_tokens": 539805 + }, + { + "language": "X BitMap", + "license_type": "no_license", + "file_count": 2, + "total_size_bytes": 498, + "estimated_tokens": 154 + }, + { + "language": "X Font Directory Index", + "license_type": "no_license", + "file_count": 3349, + "total_size_bytes": 62158169, + "estimated_tokens": 19291828 + }, + { + "language": "X Font Directory Index", + "license_type": "permissive", + "file_count": 50, + "total_size_bytes": 6875274, + "estimated_tokens": 2133856 + }, + { + "language": "X10", + "license_type": "no_license", + "file_count": 18838, + "total_size_bytes": 76982604, + "estimated_tokens": 23892839 + }, + { + "language": "X10", + "license_type": "permissive", + "file_count": 138, + "total_size_bytes": 1200273, + "estimated_tokens": 372524 + }, + { + "language": "XC", + "license_type": "no_license", + "file_count": 6959, + "total_size_bytes": 54386477, + "estimated_tokens": 16879753 + }, + { + "language": "XC", + "license_type": "permissive", + "file_count": 91, + "total_size_bytes": 353885, + "estimated_tokens": 109834 + }, + { + "language": "XCompose", + "license_type": "no_license", + "file_count": 794, + "total_size_bytes": 42858923, + "estimated_tokens": 13301984 + }, + { + "language": "XCompose", + "license_type": "permissive", + "file_count": 27, + "total_size_bytes": 171663, + "estimated_tokens": 53278 + }, + { + "language": "XML", + "license_type": "no_license", + "file_count": 39013748, + "total_size_bytes": 836562120380, + "estimated_tokens": 262288368953 + }, + { + "language": "XML", + "license_type": "permissive", + "file_count": 3829182, + "total_size_bytes": 91367211266, + "estimated_tokens": 28646476137 + }, + { + "language": "XML Property List", + "license_type": "no_license", + "file_count": 11647, + "total_size_bytes": 12668240, + "estimated_tokens": 3931800 + }, + { + "language": "XML Property List", + "license_type": "permissive", + "file_count": 264, + "total_size_bytes": 181554, + "estimated_tokens": 56348 + }, + { + "language": "XPages", + "license_type": "no_license", + "file_count": 6635, + "total_size_bytes": 7137296, + "estimated_tokens": 2215179 + }, + { + "language": "XPages", + "license_type": "permissive", + "file_count": 2961, + "total_size_bytes": 4862823, + "estimated_tokens": 1509258 + }, + { + "language": "XProc", + "license_type": "no_license", + "file_count": 6125, + "total_size_bytes": 34504375, + "estimated_tokens": 10709010 + }, + { + "language": "XProc", + "license_type": "permissive", + "file_count": 402, + "total_size_bytes": 1768380, + "estimated_tokens": 548846 + }, + { + "language": "XQuery", + "license_type": "no_license", + "file_count": 224316, + "total_size_bytes": 414983090, + "estimated_tokens": 128796948 + }, + { + "language": "XQuery", + "license_type": "permissive", + "file_count": 4935, + "total_size_bytes": 14789065, + "estimated_tokens": 4590033 + }, + { + "language": "XS", + "license_type": "no_license", + "file_count": 43789, + "total_size_bytes": 1816245294, + "estimated_tokens": 563702129 + }, + { + "language": "XS", + "license_type": "permissive", + "file_count": 422, + "total_size_bytes": 11398159, + "estimated_tokens": 3537609 + }, + { + "language": "XSLT", + "license_type": "no_license", + "file_count": 422682, + "total_size_bytes": 5321979152, + "estimated_tokens": 1552593817 + }, + { + "language": "XSLT", + "license_type": "permissive", + "file_count": 29404, + "total_size_bytes": 433356305, + "estimated_tokens": 126424080 + }, + { + "language": "Xmake", + "license_type": "no_license", + "file_count": 19949, + "total_size_bytes": 29780394, + "estimated_tokens": 9242843 + }, + { + "language": "Xmake", + "license_type": "permissive", + "file_count": 549, + "total_size_bytes": 719975, + "estimated_tokens": 223456 + }, + { + "language": "Xojo", + "license_type": "no_license", + "file_count": 16338, + "total_size_bytes": 156997542, + "estimated_tokens": 48726815 + }, + { + "language": "Xojo", + "license_type": "permissive", + "file_count": 479, + "total_size_bytes": 5914468, + "estimated_tokens": 1835654 + }, + { + "language": "Xonsh", + "license_type": "no_license", + "file_count": 2284, + "total_size_bytes": 5876253, + "estimated_tokens": 1823793 + }, + { + "language": "Xonsh", + "license_type": "permissive", + "file_count": 58, + "total_size_bytes": 104751, + "estimated_tokens": 32511 + }, + { + "language": "Xtend", + "license_type": "no_license", + "file_count": 68682, + "total_size_bytes": 217478597, + "estimated_tokens": 67498122 + }, + { + "language": "Xtend", + "license_type": "permissive", + "file_count": 6920, + "total_size_bytes": 24820270, + "estimated_tokens": 7703386 + }, + { + "language": "YAML", + "license_type": "no_license", + "file_count": 49409641, + "total_size_bytes": 55724224772, + "estimated_tokens": 17616474083 + }, + { + "language": "YAML", + "license_type": "permissive", + "file_count": 6631993, + "total_size_bytes": 10404867619, + "estimated_tokens": 3289360803 + }, + { + "language": "YANG", + "license_type": "no_license", + "file_count": 80916, + "total_size_bytes": 4253836048, + "estimated_tokens": 1320249223 + }, + { + "language": "YANG", + "license_type": "permissive", + "file_count": 9663, + "total_size_bytes": 153954695, + "estimated_tokens": 47782416 + }, + { + "language": "YARA", + "license_type": "no_license", + "file_count": 272221, + "total_size_bytes": 906344017, + "estimated_tokens": 342787324 + }, + { + "language": "YARA", + "license_type": "permissive", + "file_count": 8405, + "total_size_bytes": 28753612, + "estimated_tokens": 10874870 + }, + { + "language": "YASnippet", + "license_type": "no_license", + "file_count": 218576, + "total_size_bytes": 45655442, + "estimated_tokens": 12730960 + }, + { + "language": "YASnippet", + "license_type": "permissive", + "file_count": 10141, + "total_size_bytes": 1542920, + "estimated_tokens": 430241 + }, + { + "language": "Yacc", + "license_type": "no_license", + "file_count": 97787, + "total_size_bytes": 1875642143, + "estimated_tokens": 582136935 + }, + { + "language": "Yacc", + "license_type": "permissive", + "file_count": 3072, + "total_size_bytes": 177396377, + "estimated_tokens": 55057935 + }, + { + "language": "Yul", + "license_type": "no_license", + "file_count": 3066, + "total_size_bytes": 20358405, + "estimated_tokens": 6318571 + }, + { + "language": "Yul", + "license_type": "permissive", + "file_count": 8161, + "total_size_bytes": 6783525, + "estimated_tokens": 2105380 + }, + { + "language": "ZAP", + "license_type": "no_license", + "file_count": 1775, + "total_size_bytes": 146967292, + "estimated_tokens": 45613759 + }, + { + "language": "ZAP", + "license_type": "permissive", + "file_count": 991, + "total_size_bytes": 358937649, + "estimated_tokens": 111402307 + }, + { + "language": "ZIL", + "license_type": "no_license", + "file_count": 3531, + "total_size_bytes": 148678377, + "estimated_tokens": 46144823 + }, + { + "language": "ZIL", + "license_type": "permissive", + "file_count": 24, + "total_size_bytes": 548901, + "estimated_tokens": 170360 + }, + { + "language": "Zeek", + "license_type": "no_license", + "file_count": 21732, + "total_size_bytes": 108556085, + "estimated_tokens": 33692198 + }, + { + "language": "Zeek", + "license_type": "permissive", + "file_count": 362, + "total_size_bytes": 1477447, + "estimated_tokens": 458550 + }, + { + "language": "ZenScript", + "license_type": "no_license", + "file_count": 49594, + "total_size_bytes": 279868083, + "estimated_tokens": 86861744 + }, + { + "language": "ZenScript", + "license_type": "permissive", + "file_count": 1260, + "total_size_bytes": 4763062, + "estimated_tokens": 1478296 + }, + { + "language": "Zephir", + "license_type": "no_license", + "file_count": 9993, + "total_size_bytes": 37483861, + "estimated_tokens": 11633743 + }, + { + "language": "Zephir", + "license_type": "permissive", + "file_count": 392, + "total_size_bytes": 1930961, + "estimated_tokens": 599306 + }, + { + "language": "Zig", + "license_type": "no_license", + "file_count": 225051, + "total_size_bytes": 2645981519, + "estimated_tokens": 875522258 + }, + { + "language": "Zig", + "license_type": "permissive", + "file_count": 10077, + "total_size_bytes": 100697266, + "estimated_tokens": 33319468 + }, + { + "language": "Zimpl", + "license_type": "no_license", + "file_count": 2460, + "total_size_bytes": 11017773, + "estimated_tokens": 3419550 + }, + { + "language": "Zimpl", + "license_type": "permissive", + "file_count": 35, + "total_size_bytes": 45905, + "estimated_tokens": 14247 + }, + { + "language": "Zmodel", + "license_type": "no_license", + "file_count": 972, + "total_size_bytes": 1936363, + "estimated_tokens": 600982 + }, + { + "language": "Zmodel", + "license_type": "permissive", + "file_count": 2, + "total_size_bytes": 4076, + "estimated_tokens": 1265 + }, + { + "language": "cURL Config", + "license_type": "no_license", + "file_count": 644, + "total_size_bytes": 290425, + "estimated_tokens": 90138 + }, + { + "language": "cURL Config", + "license_type": "permissive", + "file_count": 30, + "total_size_bytes": 9306, + "estimated_tokens": 2888 + }, + { + "language": "crontab", + "license_type": "no_license", + "file_count": 10654, + "total_size_bytes": 4410069, + "estimated_tokens": 1368738 + }, + { + "language": "crontab", + "license_type": "permissive", + "file_count": 455, + "total_size_bytes": 181865, + "estimated_tokens": 56444 + }, + { + "language": "desktop", + "license_type": "no_license", + "file_count": 1039, + "total_size_bytes": 285712, + "estimated_tokens": 88675 + }, + { + "language": "desktop", + "license_type": "permissive", + "file_count": 12, + "total_size_bytes": 2793, + "estimated_tokens": 866 + }, + { + "language": "dircolors", + "license_type": "no_license", + "file_count": 1073, + "total_size_bytes": 4640000, + "estimated_tokens": 1440101 + }, + { + "language": "dircolors", + "license_type": "permissive", + "file_count": 41, + "total_size_bytes": 176211, + "estimated_tokens": 54690 + }, + { + "language": "eC", + "license_type": "no_license", + "file_count": 7267, + "total_size_bytes": 98821658, + "estimated_tokens": 30670955 + }, + { + "language": "eC", + "license_type": "permissive", + "file_count": 759, + "total_size_bytes": 11407960, + "estimated_tokens": 3540651 + }, + { + "language": "edn", + "license_type": "no_license", + "file_count": 1, + "total_size_bytes": 2675, + "estimated_tokens": 830 + }, + { + "language": "fish", + "license_type": "no_license", + "file_count": 198819, + "total_size_bytes": 218889756, + "estimated_tokens": 63896987 + }, + { + "language": "fish", + "license_type": "permissive", + "file_count": 6326, + "total_size_bytes": 11932927, + "estimated_tokens": 3483388 + }, + { + "language": "hoon", + "license_type": "no_license", + "file_count": 15609, + "total_size_bytes": 96842948, + "estimated_tokens": 30056829 + }, + { + "language": "hoon", + "license_type": "permissive", + "file_count": 795, + "total_size_bytes": 14435949, + "estimated_tokens": 4480438 + }, + { + "language": "jq", + "license_type": "no_license", + "file_count": 13321, + "total_size_bytes": 35911857, + "estimated_tokens": 11145845 + }, + { + "language": "jq", + "license_type": "permissive", + "file_count": 3179, + "total_size_bytes": 1627097, + "estimated_tokens": 504996 + }, + { + "language": "kvlang", + "license_type": "no_license", + "file_count": 70984, + "total_size_bytes": 336816526, + "estimated_tokens": 104536646 + }, + { + "language": "kvlang", + "license_type": "permissive", + "file_count": 1104, + "total_size_bytes": 4071895, + "estimated_tokens": 1263780 + }, + { + "language": "mIRC Script", + "license_type": "no_license", + "file_count": 2, + "total_size_bytes": 9167, + "estimated_tokens": 2845 + }, + { + "language": "mcfunction", + "license_type": "no_license", + "file_count": 651521, + "total_size_bytes": 1413993472, + "estimated_tokens": 751573440 + }, + { + "language": "mcfunction", + "license_type": "permissive", + "file_count": 76941, + "total_size_bytes": 81554352, + "estimated_tokens": 43348209 + }, + { + "language": "mdsvex", + "license_type": "no_license", + "file_count": 7004, + "total_size_bytes": 21539083, + "estimated_tokens": 6685014 + }, + { + "language": "mdsvex", + "license_type": "permissive", + "file_count": 253, + "total_size_bytes": 668038, + "estimated_tokens": 207336 + }, + { + "language": "mupad", + "license_type": "no_license", + "file_count": 4614, + "total_size_bytes": 26262030, + "estimated_tokens": 8150860 + }, + { + "language": "mupad", + "license_type": "permissive", + "file_count": 235, + "total_size_bytes": 418123, + "estimated_tokens": 129771 + }, + { + "language": "nanorc", + "license_type": "no_license", + "file_count": 7102, + "total_size_bytes": 7429271, + "estimated_tokens": 2305798 + }, + { + "language": "nanorc", + "license_type": "permissive", + "file_count": 894, + "total_size_bytes": 765350, + "estimated_tokens": 237539 + }, + { + "language": "nesC", + "license_type": "no_license", + "file_count": 4, + "total_size_bytes": 1579, + "estimated_tokens": 490 + }, + { + "language": "ooc", + "license_type": "no_license", + "file_count": 4477, + "total_size_bytes": 12387530, + "estimated_tokens": 3844677 + }, + { + "language": "ooc", + "license_type": "permissive", + "file_count": 66, + "total_size_bytes": 285558, + "estimated_tokens": 88627 + }, + { + "language": "q", + "license_type": "no_license", + "file_count": 38508, + "total_size_bytes": 260271639, + "estimated_tokens": 80779659 + }, + { + "language": "q", + "license_type": "permissive", + "file_count": 6409, + "total_size_bytes": 6217636, + "estimated_tokens": 1929747 + }, + { + "language": "reStructuredText", + "license_type": "no_license", + "file_count": 4614998, + "total_size_bytes": 20380400156, + "estimated_tokens": 5261760157 + }, + { + "language": "reStructuredText", + "license_type": "permissive", + "file_count": 619755, + "total_size_bytes": 2747656955, + "estimated_tokens": 709383122 + }, + { + "language": "sed", + "license_type": "no_license", + "file_count": 23222, + "total_size_bytes": 46666602, + "estimated_tokens": 14483761 + }, + { + "language": "sed", + "license_type": "permissive", + "file_count": 1137, + "total_size_bytes": 1271441, + "estimated_tokens": 394612 + }, + { + "language": "templ", + "license_type": "no_license", + "file_count": 42249, + "total_size_bytes": 84605246, + "estimated_tokens": 26258654 + }, + { + "language": "templ", + "license_type": "permissive", + "file_count": 1719, + "total_size_bytes": 4997510, + "estimated_tokens": 1551060 + }, + { + "language": "wisp", + "license_type": "no_license", + "file_count": 505, + "total_size_bytes": 2037689, + "estimated_tokens": 632430 + }, + { + "language": "wisp", + "license_type": "permissive", + "file_count": 37, + "total_size_bytes": 25550, + "estimated_tokens": 7929 + }, + { + "language": "xBase", + "license_type": "no_license", + "file_count": 279181, + "total_size_bytes": 3657306574, + "estimated_tokens": 1334798822 + }, + { + "language": "xBase", + "license_type": "permissive", + "file_count": 1828, + "total_size_bytes": 14265683, + "estimated_tokens": 5206513 + } +] \ No newline at end of file diff --git a/stats/train/stats_by_license.json b/stats/train/stats_by_license.json new file mode 100644 index 0000000000000000000000000000000000000000..2bca37197fc95f233dbe27f70dc4b2dcdd24ab68 --- /dev/null +++ b/stats/train/stats_by_license.json @@ -0,0 +1,1430 @@ +[ + { + "license": "Apache-2.0", + "file_count": 91997539, + "total_size_bytes": 638510890240, + "estimated_tokens": 192822689641 + }, + { + "license": "CC-BY-4.0", + "file_count": 8971262, + "total_size_bytes": 64016465550, + "estimated_tokens": 20387028046 + }, + { + "license": "CC0-1.0", + "file_count": 9389267, + "total_size_bytes": 54040464918, + "estimated_tokens": 17653865469 + }, + { + "license": "Unlicense", + "file_count": 7926895, + "total_size_bytes": 36886470090, + "estimated_tokens": 11903725746 + }, + { + "license": "MIT", + "file_count": 2595675, + "total_size_bytes": 20583195576, + "estimated_tokens": 6376094974 + }, + { + "license": "BSL-1.0", + "file_count": 1279474, + "total_size_bytes": 19368693291, + "estimated_tokens": 6715717774 + }, + { + "license": "BSD-3-Clause", + "file_count": 775134, + "total_size_bytes": 13073089119, + "estimated_tokens": 4956938566 + }, + { + "license": "BSD-2-Clause", + "file_count": 489113, + "total_size_bytes": 2469877727, + "estimated_tokens": 829929500 + }, + { + "license": "Unicode-DFS-2016", + "file_count": 10107, + "total_size_bytes": 2405667069, + "estimated_tokens": 751877907 + }, + { + "license": "WTFPL", + "file_count": 425472, + "total_size_bytes": 2056827951, + "estimated_tokens": 629976122 + }, + { + "license": "LLVM-exception", + "file_count": 193319, + "total_size_bytes": 2046559636, + "estimated_tokens": 743596855 + }, + { + "license": "BSD-2-Clause-Patent", + "file_count": 159059, + "total_size_bytes": 2019971316, + "estimated_tokens": 706874530 + }, + { + "license": "MS-PL", + "file_count": 169913, + "total_size_bytes": 1989080929, + "estimated_tokens": 564390482 + }, + { + "license": "PHP-3.01", + "file_count": 323838, + "total_size_bytes": 1885246181, + "estimated_tokens": 641669063 + }, + { + "license": "CC-BY-3.0", + "file_count": 118218, + "total_size_bytes": 1855091224, + "estimated_tokens": 591997800 + }, + { + "license": "blessing", + "file_count": 9488, + "total_size_bytes": 1607444649, + "estimated_tokens": 567411482 + }, + { + "license": "Zend-2.0", + "file_count": 76655, + "total_size_bytes": 1306158234, + "estimated_tokens": 483951127 + }, + { + "license": "Artistic-2.0", + "file_count": 152647, + "total_size_bytes": 1217936026, + "estimated_tokens": 402583340 + }, + { + "license": "Python-2.0", + "file_count": 30506, + "total_size_bytes": 1216344424, + "estimated_tokens": 366199259 + }, + { + "license": "OGL-Canada-2.0", + "file_count": 11924, + "total_size_bytes": 1069531380, + "estimated_tokens": 335327307 + }, + { + "license": "Vim", + "file_count": 8601, + "total_size_bytes": 875974792, + "estimated_tokens": 273146647 + }, + { + "license": "LicenseRef-scancode-arm-llvm-sga", + "file_count": 3234, + "total_size_bytes": 651465764, + "estimated_tokens": 250938297 + }, + { + "license": "OLDAP-2.8", + "file_count": 16667, + "total_size_bytes": 638268221, + "estimated_tokens": 221075335 + }, + { + "license": "OpenSSL", + "file_count": 31822, + "total_size_bytes": 567995169, + "estimated_tokens": 205858331 + }, + { + "license": "AFL-3.0", + "file_count": 113329, + "total_size_bytes": 535421885, + "estimated_tokens": 154606387 + }, + { + "license": "LicenseRef-scancode-tex-live", + "file_count": 6217, + "total_size_bytes": 527916883, + "estimated_tokens": 168928251 + }, + { + "license": "SHL-0.51", + "file_count": 48502, + "total_size_bytes": 510617133, + "estimated_tokens": 187538501 + }, + { + "license": "ISC", + "file_count": 25491, + "total_size_bytes": 452759353, + "estimated_tokens": 169559468 + }, + { + "license": "LPPL-1.3c", + "file_count": 36085, + "total_size_bytes": 440351349, + "estimated_tokens": 146791266 + }, + { + "license": "curl", + "file_count": 23179, + "total_size_bytes": 389055732, + "estimated_tokens": 132880275 + }, + { + "license": "MIT-0", + "file_count": 54039, + "total_size_bytes": 377811578, + "estimated_tokens": 130705241 + }, + { + "license": "PostgreSQL", + "file_count": 3677, + "total_size_bytes": 375528517, + "estimated_tokens": 119131585 + }, + { + "license": "0BSD", + "file_count": 40231, + "total_size_bytes": 375246449, + "estimated_tokens": 108891190 + }, + { + "license": "Ruby", + "file_count": 93847, + "total_size_bytes": 367115517, + "estimated_tokens": 101857689 + }, + { + "license": "LicenseRef-scancode-jython", + "file_count": 5200, + "total_size_bytes": 329255186, + "estimated_tokens": 100598633 + }, + { + "license": "Zlib", + "file_count": 48005, + "total_size_bytes": 305870840, + "estimated_tokens": 106242172 + }, + { + "license": "CFITSIO", + "file_count": 2713, + "total_size_bytes": 296245809, + "estimated_tokens": 102683982 + }, + { + "license": "NIST-Software", + "file_count": 14094, + "total_size_bytes": 260956998, + "estimated_tokens": 85139831 + }, + { + "license": "CDLA-Permissive-2.0", + "file_count": 92003, + "total_size_bytes": 233492413, + "estimated_tokens": 81500843 + }, + { + "license": "LicenseRef-scancode-cecill-b-en", + "file_count": 31409, + "total_size_bytes": 208969946, + "estimated_tokens": 62108235 + }, + { + "license": "ZPL-2.1", + "file_count": 34532, + "total_size_bytes": 192425799, + "estimated_tokens": 50725274 + }, + { + "license": "CERN-OHL-P-2.0", + "file_count": 6916, + "total_size_bytes": 178408721, + "estimated_tokens": 66206445 + }, + { + "license": "LicenseRef-scancode-code-credit-license-1.1.0", + "file_count": 4675, + "total_size_bytes": 173359045, + "estimated_tokens": 56411888 + }, + { + "license": "LicenseRef-scancode-zsh", + "file_count": 2976, + "total_size_bytes": 152149379, + "estimated_tokens": 52423275 + }, + { + "license": "BSD-2-Clause-Views", + "file_count": 5669, + "total_size_bytes": 147441210, + "estimated_tokens": 50151274 + }, + { + "license": "SHL-2.1", + "file_count": 11978, + "total_size_bytes": 147162406, + "estimated_tokens": 57746172 + }, + { + "license": "BlueOak-1.0.0", + "file_count": 29864, + "total_size_bytes": 143709431, + "estimated_tokens": 40312017 + }, + { + "license": "SHL-2.0", + "file_count": 13696, + "total_size_bytes": 113301199, + "estimated_tokens": 46075426 + }, + { + "license": "LicenseRef-scancode-biopython", + "file_count": 1386, + "total_size_bytes": 107242664, + "estimated_tokens": 31953724 + }, + { + "license": "LicenseRef-scancode-paraview-1.2", + "file_count": 14361, + "total_size_bytes": 99217870, + "estimated_tokens": 35993667 + }, + { + "license": "NIST-PD", + "file_count": 5178, + "total_size_bytes": 94126233, + "estimated_tokens": 28850962 + }, + { + "license": "CECILL-B", + "file_count": 12871, + "total_size_bytes": 93164099, + "estimated_tokens": 26908183 + }, + { + "license": "Apache-1.1", + "file_count": 13769, + "total_size_bytes": 92328058, + "estimated_tokens": 26918149 + }, + { + "license": "FSFAP", + "file_count": 8199, + "total_size_bytes": 91639232, + "estimated_tokens": 29055445 + }, + { + "license": "Sendmail", + "file_count": 2481, + "total_size_bytes": 88811843, + "estimated_tokens": 32425159 + }, + { + "license": "Artistic-1.0", + "file_count": 14885, + "total_size_bytes": 88074026, + "estimated_tokens": 28367518 + }, + { + "license": "BSD-3-Clause-Clear", + "file_count": 7875, + "total_size_bytes": 76233657, + "estimated_tokens": 24688836 + }, + { + "license": "VSL-1.0", + "file_count": 3173, + "total_size_bytes": 70099322, + "estimated_tokens": 23679312 + }, + { + "license": "NCSA", + "file_count": 5301, + "total_size_bytes": 67376859, + "estimated_tokens": 23486378 + }, + { + "license": "Artistic-1.0-Perl", + "file_count": 13756, + "total_size_bytes": 66267541, + "estimated_tokens": 21847816 + }, + { + "license": "X11", + "file_count": 4177, + "total_size_bytes": 62681198, + "estimated_tokens": 23751560 + }, + { + "license": "EFL-2.0", + "file_count": 9209, + "total_size_bytes": 49551172, + "estimated_tokens": 16539995 + }, + { + "license": "JasPer-2.0", + "file_count": 2765, + "total_size_bytes": 46851013, + "estimated_tokens": 13372614 + }, + { + "license": "LicenseRef-scancode-info-zip-2009-01", + "file_count": 2306, + "total_size_bytes": 42894443, + "estimated_tokens": 14944430 + }, + { + "license": "LicenseRef-scancode-xfree86-1.0", + "file_count": 1479, + "total_size_bytes": 41930968, + "estimated_tokens": 13588237 + }, + { + "license": "BSD-3-Clause-Modification", + "file_count": 5148, + "total_size_bytes": 40143343, + "estimated_tokens": 11446495 + }, + { + "license": "LicenseRef-scancode-public-domain", + "file_count": 3484, + "total_size_bytes": 37982734, + "estimated_tokens": 12075544 + }, + { + "license": "LicenseRef-scancode-dropbear-2016", + "file_count": 4174, + "total_size_bytes": 36511944, + "estimated_tokens": 12571530 + }, + { + "license": "BSD-4-Clause", + "file_count": 4525, + "total_size_bytes": 36189969, + "estimated_tokens": 10389039 + }, + { + "license": "NIST-PD-fallback", + "file_count": 5243, + "total_size_bytes": 34814670, + "estimated_tokens": 7982689 + }, + { + "license": "Beerware", + "file_count": 9562, + "total_size_bytes": 34278817, + "estimated_tokens": 9923025 + }, + { + "license": "LicenseRef-scancode-other-permissive", + "file_count": 4715, + "total_size_bytes": 29592410, + "estimated_tokens": 8767413 + }, + { + "license": "Qhull", + "file_count": 997, + "total_size_bytes": 28397434, + "estimated_tokens": 9676655 + }, + { + "license": "AFL-2.0", + "file_count": 4316, + "total_size_bytes": 27287048, + "estimated_tokens": 10364436 + }, + { + "license": "GLWTPL", + "file_count": 5560, + "total_size_bytes": 25929355, + "estimated_tokens": 6955884 + }, + { + "license": "LicenseRef-scancode-tcg-spec-license-v1", + "file_count": 3779, + "total_size_bytes": 23261041, + "estimated_tokens": 8193243 + }, + { + "license": "LicenseRef-scancode-public-domain-disclaimer", + "file_count": 616, + "total_size_bytes": 23117532, + "estimated_tokens": 8191164 + }, + { + "license": "ANTLR-PD", + "file_count": 4809, + "total_size_bytes": 23018927, + "estimated_tokens": 6089846 + }, + { + "license": "LicenseRef-scancode-node-js", + "file_count": 1310, + "total_size_bytes": 22766641, + "estimated_tokens": 8209375 + }, + { + "license": "CERN-OHL-1.1", + "file_count": 551, + "total_size_bytes": 22415359, + "estimated_tokens": 12054188 + }, + { + "license": "LicenseRef-scancode-info-zip-2007-03", + "file_count": 655, + "total_size_bytes": 22205920, + "estimated_tokens": 7804261 + }, + { + "license": "PSF-2.0", + "file_count": 1886, + "total_size_bytes": 19940308, + "estimated_tokens": 5333805 + }, + { + "license": "LicenseRef-scancode-mulanpsl-2.0-en", + "file_count": 4537, + "total_size_bytes": 19931723, + "estimated_tokens": 7145234 + }, + { + "license": "FTL", + "file_count": 1149, + "total_size_bytes": 19760860, + "estimated_tokens": 6950206 + }, + { + "license": "OLDAP-2.5", + "file_count": 808, + "total_size_bytes": 16332972, + "estimated_tokens": 5394675 + }, + { + "license": "LicenseRef-scancode-cryptopp", + "file_count": 1643, + "total_size_bytes": 15733585, + "estimated_tokens": 5738580 + }, + { + "license": "LicenseRef-scancode-unicode", + "file_count": 403, + "total_size_bytes": 14947725, + "estimated_tokens": 4865902 + }, + { + "license": "Community-Spec-1.0", + "file_count": 4027, + "total_size_bytes": 14337896, + "estimated_tokens": 4163504 + }, + { + "license": "TCL", + "file_count": 670, + "total_size_bytes": 11579057, + "estimated_tokens": 4092630 + }, + { + "license": "LicenseRef-scancode-beri-hw-sw-1.0", + "file_count": 2356, + "total_size_bytes": 10768065, + "estimated_tokens": 3755891 + }, + { + "license": "CERN-OHL-1.2", + "file_count": 601, + "total_size_bytes": 9784017, + "estimated_tokens": 3987345 + }, + { + "license": "Libpng", + "file_count": 136, + "total_size_bytes": 9644280, + "estimated_tokens": 3213769 + }, + { + "license": "LicenseRef-scancode-libgeotiff", + "file_count": 327, + "total_size_bytes": 9022210, + "estimated_tokens": 2966876 + }, + { + "license": "LicenseRef-scancode-indiana-extreme", + "file_count": 907, + "total_size_bytes": 8882461, + "estimated_tokens": 2574653 + }, + { + "license": "MulanPSL-2.0", + "file_count": 1426, + "total_size_bytes": 8146632, + "estimated_tokens": 2988222 + }, + { + "license": "AFL-2.1", + "file_count": 1440, + "total_size_bytes": 8075624, + "estimated_tokens": 2750280 + }, + { + "license": "Graphics-Gems", + "file_count": 1993, + "total_size_bytes": 8005321, + "estimated_tokens": 2831488 + }, + { + "license": "Unicode-DFS-2015", + "file_count": 7670, + "total_size_bytes": 7518677, + "estimated_tokens": 2717173 + }, + { + "license": "LicenseRef-scancode-etalab-2.0-en", + "file_count": 2273, + "total_size_bytes": 7148974, + "estimated_tokens": 2342999 + }, + { + "license": "OGL-UK-3.0", + "file_count": 2125, + "total_size_bytes": 7064161, + "estimated_tokens": 1780746 + }, + { + "license": "LicenseRef-scancode-us-govt-public-domain", + "file_count": 877, + "total_size_bytes": 7052923, + "estimated_tokens": 1894665 + }, + { + "license": "LicenseRef-scancode-php-2.0.2", + "file_count": 1156, + "total_size_bytes": 6727945, + "estimated_tokens": 1825799 + }, + { + "license": "LicenseRef-scancode-paypal-sdk-2013-2016", + "file_count": 3720, + "total_size_bytes": 6717342, + "estimated_tokens": 1715889 + }, + { + "license": "GD", + "file_count": 882, + "total_size_bytes": 6572957, + "estimated_tokens": 2143508 + }, + { + "license": "LicenseRef-scancode-cximage", + "file_count": 228, + "total_size_bytes": 6041984, + "estimated_tokens": 2181272 + }, + { + "license": "PHP-3.0", + "file_count": 1155, + "total_size_bytes": 5860327, + "estimated_tokens": 1586982 + }, + { + "license": "LZMA-SDK-9.22", + "file_count": 919, + "total_size_bytes": 5748075, + "estimated_tokens": 2075068 + }, + { + "license": "CC-PDDC", + "file_count": 1616, + "total_size_bytes": 5685351, + "estimated_tokens": 1577493 + }, + { + "license": "ClArtistic", + "file_count": 777, + "total_size_bytes": 5542766, + "estimated_tokens": 1785926 + }, + { + "license": "BSD-1-Clause", + "file_count": 1892, + "total_size_bytes": 5105046, + "estimated_tokens": 1523161 + }, + { + "license": "LicenseRef-scancode-fujion-exception-to-apache-2.0", + "file_count": 1380, + "total_size_bytes": 5073325, + "estimated_tokens": 1197717 + }, + { + "license": "MIT-Festival", + "file_count": 813, + "total_size_bytes": 4791154, + "estimated_tokens": 1371044 + }, + { + "license": "BSD-Source-Code", + "file_count": 1774, + "total_size_bytes": 4518159, + "estimated_tokens": 1433309 + }, + { + "license": "ECL-2.0", + "file_count": 1179, + "total_size_bytes": 4406081, + "estimated_tokens": 1515441 + }, + { + "license": "LicenseRef-scancode-bsd-artwork", + "file_count": 1605, + "total_size_bytes": 3776822, + "estimated_tokens": 1178153 + }, + { + "license": "LicenseRef-scancode-bsd-unmodified", + "file_count": 1605, + "total_size_bytes": 3776822, + "estimated_tokens": 1178153 + }, + { + "license": "SGI-B-2.0", + "file_count": 539, + "total_size_bytes": 3481566, + "estimated_tokens": 1210732 + }, + { + "license": "PDDL-1.0", + "file_count": 53, + "total_size_bytes": 3453457, + "estimated_tokens": 1223512 + }, + { + "license": "LicenseRef-scancode-supervisor", + "file_count": 699, + "total_size_bytes": 3420350, + "estimated_tokens": 854181 + }, + { + "license": "HPND", + "file_count": 598, + "total_size_bytes": 3309031, + "estimated_tokens": 853654 + }, + { + "license": "LicenseRef-scancode-info-zip-2002-02", + "file_count": 115, + "total_size_bytes": 3199353, + "estimated_tokens": 1140451 + }, + { + "license": "OGTSL", + "file_count": 427, + "total_size_bytes": 3029496, + "estimated_tokens": 856244 + }, + { + "license": "MS-LPL", + "file_count": 479, + "total_size_bytes": 2973236, + "estimated_tokens": 657764 + }, + { + "license": "EPICS", + "file_count": 28, + "total_size_bytes": 2938729, + "estimated_tokens": 888332 + }, + { + "license": "EUDatagrid", + "file_count": 559, + "total_size_bytes": 2741958, + "estimated_tokens": 632623 + }, + { + "license": "LicenseRef-scancode-phorum-2.0", + "file_count": 364, + "total_size_bytes": 2647076, + "estimated_tokens": 858545 + }, + { + "license": "LicenseRef-scancode-bsd-3-clause-fda", + "file_count": 281, + "total_size_bytes": 2477764, + "estimated_tokens": 702664 + }, + { + "license": "LicenseRef-scancode-dbad-1.1", + "file_count": 1197, + "total_size_bytes": 2160622, + "estimated_tokens": 627757 + }, + { + "license": "LicenseRef-scancode-info-zip-2005-02", + "file_count": 159, + "total_size_bytes": 2157292, + "estimated_tokens": 774931 + }, + { + "license": "LicenseRef-scancode-sun-source", + "file_count": 15, + "total_size_bytes": 1900120, + "estimated_tokens": 935456 + }, + { + "license": "OLDAP-2.7", + "file_count": 196, + "total_size_bytes": 1680568, + "estimated_tokens": 379376 + }, + { + "license": "UPL-1.0", + "file_count": 182, + "total_size_bytes": 1674718, + "estimated_tokens": 559930 + }, + { + "license": "LicenseRef-scancode-wtfnmfpl-1.0", + "file_count": 441, + "total_size_bytes": 1647671, + "estimated_tokens": 461195 + }, + { + "license": "LicenseRef-scancode-emit", + "file_count": 185, + "total_size_bytes": 1522226, + "estimated_tokens": 428327 + }, + { + "license": "LicenseRef-scancode-flora-1.1", + "file_count": 512, + "total_size_bytes": 1336648, + "estimated_tokens": 331792 + }, + { + "license": "LicenseRef-scancode-ogl-1.0a", + "file_count": 629, + "total_size_bytes": 1304396, + "estimated_tokens": 382522 + }, + { + "license": "LicenseRef-scancode-scansoft-1.2", + "file_count": 530, + "total_size_bytes": 1291798, + "estimated_tokens": 420756 + }, + { + "license": "Minpack", + "file_count": 96, + "total_size_bytes": 1259329, + "estimated_tokens": 442850 + }, + { + "license": "etalab-2.0", + "file_count": 326, + "total_size_bytes": 1205063, + "estimated_tokens": 338909 + }, + { + "license": "LicenseRef-scancode-pybench", + "file_count": 160, + "total_size_bytes": 1204045, + "estimated_tokens": 299382 + }, + { + "license": "LicenseRef-scancode-nvidia-gov", + "file_count": 51, + "total_size_bytes": 1093075, + "estimated_tokens": 398837 + }, + { + "license": "Clips", + "file_count": 104, + "total_size_bytes": 1021289, + "estimated_tokens": 299922 + }, + { + "license": "NASA-1.3", + "file_count": 188, + "total_size_bytes": 1010384, + "estimated_tokens": 264888 + }, + { + "license": "LicenseRef-scancode-cgic", + "file_count": 82, + "total_size_bytes": 1000529, + "estimated_tokens": 332047 + }, + { + "license": "W3C", + "file_count": 201, + "total_size_bytes": 999679, + "estimated_tokens": 231940 + }, + { + "license": "zlib-acknowledgement", + "file_count": 132, + "total_size_bytes": 851149, + "estimated_tokens": 285879 + }, + { + "license": "LicenseRef-scancode-takuya-ooura", + "file_count": 81, + "total_size_bytes": 822422, + "estimated_tokens": 316670 + }, + { + "license": "AFL-1.1", + "file_count": 232, + "total_size_bytes": 807365, + "estimated_tokens": 231917 + }, + { + "license": "Apache-1.0", + "file_count": 185, + "total_size_bytes": 785382, + "estimated_tokens": 227874 + }, + { + "license": "IJG", + "file_count": 104, + "total_size_bytes": 784030, + "estimated_tokens": 260203 + }, + { + "license": "ODC-By-1.0", + "file_count": 162, + "total_size_bytes": 750827, + "estimated_tokens": 192087 + }, + { + "license": "LicenseRef-scancode-wtfpl-1.0", + "file_count": 325, + "total_size_bytes": 641682, + "estimated_tokens": 177229 + }, + { + "license": "CC-BY-3.0-US", + "file_count": 147, + "total_size_bytes": 616211, + "estimated_tokens": 145047 + }, + { + "license": "JSON", + "file_count": 188, + "total_size_bytes": 501424, + "estimated_tokens": 138727 + }, + { + "license": "BSD-3-Clause-Attribution", + "file_count": 208, + "total_size_bytes": 452698, + "estimated_tokens": 108916 + }, + { + "license": "LicenseRef-scancode-boost-original", + "file_count": 79, + "total_size_bytes": 309648, + "estimated_tokens": 117467 + }, + { + "license": "Artistic-1.0-cl8", + "file_count": 47, + "total_size_bytes": 299318, + "estimated_tokens": 77741 + }, + { + "license": "LicenseRef-scancode-code-credit-license-1.0.1", + "file_count": 127, + "total_size_bytes": 298181, + "estimated_tokens": 93183 + }, + { + "license": "Borceux", + "file_count": 5, + "total_size_bytes": 295756, + "estimated_tokens": 94953 + }, + { + "license": "LicenseRef-scancode-matt-gallagher-attribution", + "file_count": 48, + "total_size_bytes": 281030, + "estimated_tokens": 69652 + }, + { + "license": "LicenseRef-scancode-apple-excl", + "file_count": 70, + "total_size_bytes": 272850, + "estimated_tokens": 88136 + }, + { + "license": "COIL-1.0", + "file_count": 63, + "total_size_bytes": 263731, + "estimated_tokens": 68960 + }, + { + "license": "OGC-1.0", + "file_count": 60, + "total_size_bytes": 256574, + "estimated_tokens": 107679 + }, + { + "license": "OLDAP-2.0.1", + "file_count": 37, + "total_size_bytes": 242801, + "estimated_tokens": 64049 + }, + { + "license": "LicenseRef-scancode-componentace-jcraft", + "file_count": 25, + "total_size_bytes": 240915, + "estimated_tokens": 50720 + }, + { + "license": "LicenseRef-scancode-blas-2017", + "file_count": 38, + "total_size_bytes": 240160, + "estimated_tokens": 85749 + }, + { + "license": "LicenseRef-scancode-notre-dame", + "file_count": 51, + "total_size_bytes": 239724, + "estimated_tokens": 81724 + }, + { + "license": "MIT-Modern-Variant", + "file_count": 137, + "total_size_bytes": 233387, + "estimated_tokens": 67177 + }, + { + "license": "Fair", + "file_count": 94, + "total_size_bytes": 171826, + "estimated_tokens": 52514 + }, + { + "license": "LicenseRef-scancode-utopia", + "file_count": 57, + "total_size_bytes": 167677, + "estimated_tokens": 54168 + }, + { + "license": "LicenseRef-scancode-visual-idiot", + "file_count": 49, + "total_size_bytes": 136818, + "estimated_tokens": 40220 + }, + { + "license": "CC-BY-1.0", + "file_count": 78, + "total_size_bytes": 121166, + "estimated_tokens": 36651 + }, + { + "license": "LicenseRef-scancode-dmtf-2017", + "file_count": 24, + "total_size_bytes": 115705, + "estimated_tokens": 36910 + }, + { + "license": "BSD-3-Clause-Open-MPI", + "file_count": 20, + "total_size_bytes": 104381, + "estimated_tokens": 30235 + }, + { + "license": "CC-BY-2.0", + "file_count": 104, + "total_size_bytes": 103719, + "estimated_tokens": 31599 + }, + { + "license": "LicenseRef-scancode-ricebsd", + "file_count": 20, + "total_size_bytes": 97514, + "estimated_tokens": 36679 + }, + { + "license": "MirOS", + "file_count": 233, + "total_size_bytes": 94292, + "estimated_tokens": 29809 + }, + { + "license": "LicenseRef-scancode-cosl", + "file_count": 13, + "total_size_bytes": 92445, + "estimated_tokens": 29414 + }, + { + "license": "OLDAP-1.2", + "file_count": 33, + "total_size_bytes": 91561, + "estimated_tokens": 31445 + }, + { + "license": "ZPL-2.0", + "file_count": 20, + "total_size_bytes": 90591, + "estimated_tokens": 28863 + }, + { + "license": "X11-distribute-modifications-variant", + "file_count": 22, + "total_size_bytes": 84076, + "estimated_tokens": 22134 + }, + { + "license": "mplus", + "file_count": 58, + "total_size_bytes": 80550, + "estimated_tokens": 22231 + }, + { + "license": "ICU", + "file_count": 49, + "total_size_bytes": 76740, + "estimated_tokens": 23683 + }, + { + "license": "SMLNJ", + "file_count": 21, + "total_size_bytes": 73271, + "estimated_tokens": 23184 + }, + { + "license": "LicenseRef-scancode-ryszard-szopa", + "file_count": 17, + "total_size_bytes": 60826, + "estimated_tokens": 14906 + }, + { + "license": "MulanPSL-1.0", + "file_count": 91, + "total_size_bytes": 60035, + "estimated_tokens": 16295 + }, + { + "license": "LicenseRef-scancode-philippe-de-muyter", + "file_count": 8, + "total_size_bytes": 57801, + "estimated_tokens": 18129 + }, + { + "license": "SunPro", + "file_count": 8, + "total_size_bytes": 54974, + "estimated_tokens": 18701 + }, + { + "license": "CDLA-Permissive-1.0", + "file_count": 16, + "total_size_bytes": 50939, + "estimated_tokens": 15422 + }, + { + "license": "MITNFA", + "file_count": 28, + "total_size_bytes": 50902, + "estimated_tokens": 14117 + }, + { + "license": "LicenseRef-scancode-infineon-free", + "file_count": 14, + "total_size_bytes": 47527, + "estimated_tokens": 14827 + }, + { + "license": "AML", + "file_count": 5, + "total_size_bytes": 46965, + "estimated_tokens": 11826 + }, + { + "license": "LicenseRef-scancode-info-zip-2003-05", + "file_count": 2, + "total_size_bytes": 40348, + "estimated_tokens": 10051 + }, + { + "license": "ECL-1.0", + "file_count": 10, + "total_size_bytes": 39696, + "estimated_tokens": 9454 + }, + { + "license": "Jam", + "file_count": 12, + "total_size_bytes": 35895, + "estimated_tokens": 10348 + }, + { + "license": "LicenseRef-scancode-wthpl-1.0", + "file_count": 27, + "total_size_bytes": 33480, + "estimated_tokens": 9919 + }, + { + "license": "Linux-OpenIB", + "file_count": 14, + "total_size_bytes": 32450, + "estimated_tokens": 12400 + }, + { + "license": "FreeBSD-DOC", + "file_count": 2, + "total_size_bytes": 32251, + "estimated_tokens": 10396 + }, + { + "license": "LicenseRef-scancode-cwe-tou", + "file_count": 8, + "total_size_bytes": 24727, + "estimated_tokens": 6178 + }, + { + "license": "LicenseRef-scancode-qualcomm-turing", + "file_count": 2, + "total_size_bytes": 23750, + "estimated_tokens": 5382 + }, + { + "license": "LicenseRef-scancode-opnl-1.0", + "file_count": 3, + "total_size_bytes": 20194, + "estimated_tokens": 5983 + }, + { + "license": "TCP-wrappers", + "file_count": 7, + "total_size_bytes": 19565, + "estimated_tokens": 6477 + }, + { + "license": "LicenseRef-scancode-gtpl-v1", + "file_count": 13, + "total_size_bytes": 19400, + "estimated_tokens": 5206 + }, + { + "license": "MIT-feh", + "file_count": 9, + "total_size_bytes": 16118, + "estimated_tokens": 6108 + }, + { + "license": "LicenseRef-scancode-free-art-1.3", + "file_count": 14, + "total_size_bytes": 16019, + "estimated_tokens": 4922 + }, + { + "license": "LicenseRef-scancode-ogl-canada-2.0-fr", + "file_count": 10, + "total_size_bytes": 15925, + "estimated_tokens": 4023 + }, + { + "license": "SSH-OpenSSH", + "file_count": 39, + "total_size_bytes": 15826, + "estimated_tokens": 5003 + }, + { + "license": "Multics", + "file_count": 22, + "total_size_bytes": 13217, + "estimated_tokens": 4189 + }, + { + "license": "LPL-1.02", + "file_count": 4, + "total_size_bytes": 12911, + "estimated_tokens": 3400 + }, + { + "license": "LicenseRef-scancode-ldap-sdk-free-use", + "file_count": 9, + "total_size_bytes": 10688, + "estimated_tokens": 2912 + }, + { + "license": "LicenseRef-scancode-ibm-icu", + "file_count": 3, + "total_size_bytes": 10444, + "estimated_tokens": 2598 + }, + { + "license": "OLDAP-2.3", + "file_count": 3, + "total_size_bytes": 10224, + "estimated_tokens": 3647 + }, + { + "license": "CC-BY-3.0-AT", + "file_count": 2, + "total_size_bytes": 8594, + "estimated_tokens": 2546 + }, + { + "license": "LicenseRef-scancode-khronos", + "file_count": 11, + "total_size_bytes": 8527, + "estimated_tokens": 2427 + }, + { + "license": "OGL-UK-2.0", + "file_count": 2, + "total_size_bytes": 8354, + "estimated_tokens": 2475 + }, + { + "license": "LicenseRef-scancode-stlport-2000", + "file_count": 41, + "total_size_bytes": 8257, + "estimated_tokens": 2610 + }, + { + "license": "Spencer-86", + "file_count": 14, + "total_size_bytes": 7591, + "estimated_tokens": 2399 + }, + { + "license": "DL-DE-BY-2.0", + "file_count": 17, + "total_size_bytes": 7501, + "estimated_tokens": 2371 + }, + { + "license": "LicenseRef-scancode-sata", + "file_count": 8, + "total_size_bytes": 6900, + "estimated_tokens": 2021 + }, + { + "license": "LicenseRef-scancode-mit-old-style", + "file_count": 6, + "total_size_bytes": 6350, + "estimated_tokens": 1748 + }, + { + "license": "O-UDA-1.0", + "file_count": 2, + "total_size_bytes": 6069, + "estimated_tokens": 1798 + }, + { + "license": "SchemeReport", + "file_count": 14, + "total_size_bytes": 5452, + "estimated_tokens": 1723 + }, + { + "license": "AFL-1.2", + "file_count": 4, + "total_size_bytes": 5133, + "estimated_tokens": 1416 + }, + { + "license": "BSD-3-Clause-LBNL", + "file_count": 4, + "total_size_bytes": 4252, + "estimated_tokens": 1307 + }, + { + "license": "MIT-CMU", + "file_count": 3, + "total_size_bytes": 3617, + "estimated_tokens": 948 + }, + { + "license": "CC-BY-2.5", + "file_count": 4, + "total_size_bytes": 3287, + "estimated_tokens": 900 + }, + { + "license": "LicenseRef-scancode-sun-rpc", + "file_count": 2, + "total_size_bytes": 2712, + "estimated_tokens": 967 + }, + { + "license": "OLDAP-2.4", + "file_count": 1, + "total_size_bytes": 2189, + "estimated_tokens": 553 + }, + { + "license": "LicenseRef-scancode-logica-1.0", + "file_count": 4, + "total_size_bytes": 2155, + "estimated_tokens": 553 + }, + { + "license": "LicenseRef-scancode-ietf-trust", + "file_count": 1, + "total_size_bytes": 1704, + "estimated_tokens": 504 + }, + { + "license": "HPND-sell-variant", + "file_count": 4, + "total_size_bytes": 1008, + "estimated_tokens": 367 + }, + { + "license": "LicenseRef-scancode-damail", + "file_count": 2, + "total_size_bytes": 828, + "estimated_tokens": 247 + }, + { + "license": "LicenseRef-scancode-gary-s-brown", + "file_count": 2, + "total_size_bytes": 669, + "estimated_tokens": 189 + }, + { + "license": "LicenseRef-scancode-tumbolia", + "file_count": 1, + "total_size_bytes": 472, + "estimated_tokens": 139 + }, + { + "license": "APAFML", + "file_count": 2, + "total_size_bytes": 412, + "estimated_tokens": 137 + }, + { + "license": "BSD-4-Clause-UC", + "file_count": 1, + "total_size_bytes": 337, + "estimated_tokens": 99 + }, + { + "license": "Entessa", + "file_count": 1, + "total_size_bytes": 68, + "estimated_tokens": 20 + }, + { + "license": "LPL-1.0", + "file_count": 1, + "total_size_bytes": 18, + "estimated_tokens": 5 + } +] diff --git a/stats/train/totals.json b/stats/train/totals.json new file mode 100644 index 0000000000000000000000000000000000000000..f4121bed35fb474f0b68742bfdc905cb316c100e --- /dev/null +++ b/stats/train/totals.json @@ -0,0 +1,23 @@ +{ + "total_repos": 173126905, + "total_files": 2801821353, + "total_bytes": 15852930678426, + "total_languages": 713, + "total_licenses": 242, + "license_types": { + "no_license": { + "license_type": "no_license", + "file_count": 2677236668, + "total_size_bytes": 14989541067457, + "estimated_tokens": 4632051232544 + }, + "permissive": { + "license_type": "permissive", + "file_count": 124584685, + "total_size_bytes": 863389610969, + "estimated_tokens": 265831445909 + } + }, + "estimated_tokens": 4897882678787, + "tokenizer": "Qwen/Qwen3-Coder-Next-Base" +} \ No newline at end of file